Fix up partial nnimap fetching.
[gnus] / lisp / ChangeLog
1 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4         parts.
5         (nnimap-request-article): Work with the t setting, too.
6
7         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
8         that you don't get flashes of other buffers.
9         (gnus-summary-show-complete-article): Intern before setting.
10
11 2010-09-27  David Engster  <dengste@eml.cc>
12
13         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
14         well as HEADERS.
15         (nnmairix-retrieve-headers): Provide new argument for the above.
16
17 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18
19         * gnus-sum.el (gnus-summary-move-article): Don't alter
20         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
21         group.
22
23         * nnimap.el (nnimap-update-info): Don't destructively alter active.
24
25         * message.el (message-cite-prefix-regexp): Revert my last edit.
26
27         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
28         variable instead of the Gnus variable.
29
30         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
31
32         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
33         again.
34
35         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
36         since some servers don't like it.
37         (nnimap-open-connection): Forget credentials if the server says the
38         password was wrong.
39         (nnimap-parse-line): Protect against invalid data.
40
41         * gnus-sum.el (gnus-summary-move-article): Add comment.
42         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
43         nothing alters it while scanning for new messages.
44
45         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
46         which may or may not help.
47         (nnimap-open-connection): If we're doing a stream connection, and then
48         discover we're on a STARTTLS-capable server, then open a STARTTLS
49         connection instead.
50
51 2010-09-27  Florian Ragwitz  <rafl@debian.org>  (tiny change)
52
53         * sieve-manage.el (sieve-manage-default-stream): Make default stream
54         customizable.
55
56 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
57
58         * nnimap.el (utf7): Required.
59
60         * message.el (message-cite-prefix-regexp): Remove "}" from citation
61         prefix.
62
63 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
64
65         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
66
67 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
68
69         * nnimap.el (nnimap-request-accept-article): Message the error on
70         error.
71
72 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
73
74         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
75
76 2010-09-26  Florian Ragwitz  <rafl@debian.org>  (tiny change)
77
78         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
79         handing broken links to browse-url.
80
81 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
82
83         * nndoc.el (nndoc-request-list): Return success always.
84
85         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
86         `fetch-old' -- we only want to fetch the articles we've requested.  The
87         rest are in the agent, probably.
88         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
89         disappeared server" to something low.  It's not important.
90
91         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
92         arrived before the FETCH data.
93
94         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
95         target here, because we don't know the Gnus name of the group.
96
97         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
98         for the correct group.
99
100         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
101
102         * gnus.el (gnus): Give a final warning after startup.
103
104         * gnus-util.el (gnus-action-message-log): New variable.
105         (gnus-message): Use it.
106         (gnus-final-warning): New function.
107
108         * nnimap.el (nnimap-open-connection): Record the greeting.
109         (nnimap): Add greeting.
110
111 2010-09-26  Julien Danjou  <julien@danjou.info>
112
113         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
114         arguments.
115         (gnus-html-wash-images): Fix spec computing to include start/end.
116
117         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
118
119 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
120
121         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
122         deletion.
123         (nnimap-retrieve-headers): Don't select the group, because that's
124         already done by nnimap-possibly-change-group.
125
126         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
127         (gnus-picon-transform-address): Use it.
128
129         * mail-source.el (mail-source-value): Revert previous patch.
130
131         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
132         on failure.
133         (nnimap-open-connection): Look up both virtual and physical server name
134         credentials.
135
136         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
137
138 2009-02-07  Dave Love  <fx@gnu.org>
139
140         * tls.el (open-tls-stream): Don't query killing process.
141
142 2009-02-08  Dave Love  <fx@gnu.org>
143
144         * gnus-win.el (gnus-window-to-buffer-helper,
145         gnus-all-windows-visible-p): Function needn't be a symbol.
146
147         * mail-source.el (mail-source-value): Function needn't be a symbol.
148
149 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
150
151         * message.el (message-cite-prefix-regexp): Remove } from the cite
152         prefix.
153
154         * gnus-art.el (gnus-treatment-function-alist): Do picons before
155         highlight again, so that the highlight is correct.
156
157         * gnus-picon.el (gnus-picon): Remove again.
158         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
159
160         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
161         doing the header highlightling, so that the background colour of the
162         picon is correct.
163
164         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
165         (gnus-picon): Ditto.
166         (gnus-picon): Reinstate.  The background colour for picons is white.
167         (gnus-picon-insert-glyph): Make the background white.
168
169         * nnml.el (nnml-open-nov): Don't return dead buffers.
170
171         * auth-source.el (auth-source-create): Query the user for whether to
172         store the credentials.
173
174         * netrc.el (netrc-store-data): New function.
175
176         * auth-source.el (auth-source-user-or-password): Use the existing auth
177         sources, if any, for creation.
178
179         * gnus.el (gnus-group-fast-parameter): Return the last matching
180         parameter instead of the first matching parameter.
181
182 2010-09-26  Julien Danjou  <julien@danjou.info>
183
184         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
185
186 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
187
188         * mml2015.el (mml2015-use): Remove gpg support.
189
190         * mml1991.el (mml1991-function-alist): Remove gpg function.
191         (mml1991-gpg-sign): Removed.
192
193 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
194
195         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
196         (gnus-browse-unsubscribe-current-group): Document it.
197         (gnus-browse-unsubscribe-group): Use it.
198
199 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
200
201         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
202         address to the To list for easier response.
203
204         * gnus.el (gnus-play-startup-jingle): Removed.
205         (gnus-splash): Don't play jingle.
206         (gnus): Silence gnus-load message.
207
208         * gnus-art.el (gnus-treat-play-sounds): Removed.
209
210         * gnus.el (gnus-play-jingle): Remove audio support.
211
212         * gnus-cus.el (gnus-score-customize): Remove audio reference.
213
214         * earcon.el: Removed -- no users.
215
216         * gnus-audio.el: Removed -- no users of this package.
217
218         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
219
220         * gnus-start.el (gnus-setup-news): Remove nocem support.
221
222         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
223
224         * gnus.el (gnus-use-nocem): Removed.
225
226         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
227         Removed.
228
229         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
230         uses NoCeM any more.
231
232         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
233         (gnus-button-ctan-handler): Ditto.
234         (gnus-button-handle-ctan-bogus-regexp): Ditto.
235         (gnus-button-ctan-directory-regexp): Ditto.
236         (gnus-button-handle-ctan): Ditto.
237         (gnus-button-tex-level): Ditto.
238         (gnus-button-alist): Removed CTAN stuff.
239
240 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
241
242         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
243         nnimap-streaming test.
244
245         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
246         servers twice.
247
248         * nnimap.el (nnimap-open-connection): Add more error reporting when
249         nnimap fails early.
250
251         * nnheader.el (nnheader-get-report-string): New function.
252         (nnheader-get-report): Use it.
253
254         * gnus-int.el (gnus-check-server): Say what the error was when opening
255         failed.
256
257         * nnimap.el (nnimap-wait-for-response): Search further when we're not
258         using streaming.
259
260 2010-09-25  Julien Danjou  <julien@danjou.info>
261
262         * gnus-html.el (gnus-html-rescale-image): Use our defalias
263         gnus-window-inside-pixel-edges.
264
265 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
266
267         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
268
269         * mm-decode.el (mm-save-part): Allow saving to other directories the
270         normal Emacs way.
271
272         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
273         by Jay Berkenbilt.
274
275         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
276         there isn't a single byte.
277
278         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
279         just do it.  It doesn't really seem to matter what the user responds
280         here, I think, so it's just a confusing question.
281
282         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
283         non-streaming case.
284
285         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
286         (gnus-article-encrypt-body): Use it.
287
288         * gnus-sum.el (gnus-summary-show-complete-article): New command and
289         keystroke.
290
291         * nnimap.el (nnimap-find-wanted-parts-1): Use
292         gnus-fetch-partial-articles.
293
294         * gnus-art.el (gnus-fetch-partial-articles): New variable.
295
296         * nnimap.el (nnimap-insert-partial-structure): New function.
297         (nnimap-get-partial-article): New function.
298         (nnimap-request-article): Use it.
299         (nnimap-wait-for-response): Return whether the wait was successful.
300         (nnimap-finish-retrieve-group-infos): Don't do anything if the
301         retrieval wasn't successful.
302         (nnimap-retrieve-group-data-early): Allow throttling servers.
303         (nnimap-streaming): New variable.
304         (nnimap-fetch-partial-articles): Removed.
305
306         * mm-decode.el (mm-with-part): Protect against killed buffers.
307
308         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
309         for prettier summary display.
310
311 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
312
313         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
314         directly.
315
316 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
317
318         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
319         apparently third-party libraries depend on it.
320
321         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
322         before starting negotiation.
323
324         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
325         privacy reasons.
326         (gnus-treat-mail-gravatar): Ditto.
327
328         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
329         buffer when inserting images.  Inserting text into the headers, for
330         instance, can make them invalid.
331
332 2010-09-25  Julien Danjou  <julien@danjou.info>
333
334         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
335         variables.
336
337         * nnheader.el: Remove useless variables news-reply-yank-from and
338         news-reply-yank-message-id.
339
340         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
341         variables.
342
343         * mml1991.el: Remove useless mml1991-verbose.
344
345         * gnus.el: Remove useless variable gnus-use-generic-from.
346         Remove obsolete variable gnus-topic-indentation.
347
348         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
349
350         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
351
352         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
353
354         * gnus-group.el: Remove useless gnus-group-icon-cache.
355         Remove useless gnus-ephemeral-group-server.
356
357         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
358
359         * mml2015.el: Remove useless mml2015-verbose.
360
361         * mml-smime.el: Remove useless mml-smime-verbose.
362
363         * gnus.el: Remove useless gnus-local-domain.
364
365         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
366         gnus-gravatar-size.
367
368         * gnus-art.el: Remove useless gnus-treat-translate.
369
370 2010-09-24  Julien Danjou  <julien@danjou.info>
371
372         * gnus-sum.el: Add support for Gravatars.
373
374         * gnus-art.el: Add support for Gravatars.
375
376         * gnus-gravatar.el: Add this file.
377
378         * gravatar.el: Add this file.
379
380 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
381
382         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
383
384         * gnus-group.el (gnus-group-fetch-faq): Removed.
385
386         * gnus.el (gnus-group-faq-directory): Removed.
387
388         * gnus-group.el (gnus-group-fetch-charter): Removed.
389
390         * gnus.el (gnus-group-charter-alist): Removed.
391
392         * gnus-group.el (gnus-group-archive-directory): Removed.
393         (gnus-group-recent-archive-directory): Ditto.
394         (gnus-group-make-archive-group): Removed.
395
396         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
397
398         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
399         use the same article number for all the cached articles.
400
401         * nnimap.el (nnimap-command): Register the last command time so
402         that we can use it for idling NOOPs.
403         (nnimap-open-connection): Start the keeplive timer.
404         (nnimap-make-process-buffer): Store all the process buffers.
405         (nnimap-keepalive): New function.
406
407         * starttls.el: (starttls-open-stream): Add autoload cookie.
408
409 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
410
411         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
412         handling.
413
414 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
415
416         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
417         its data structures.
418
419         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
420         instead of the cl.el copy-list.
421         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
422         equalp.
423
424 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
425
426         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
427         and tool-bar-local-item-from-menu.
428
429         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
430         mode-line-highlight face for Emacs.
431
432         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
433         loading gnus-sum.elc; fix comment for canlock-verify.
434         (gnus-article-jump-to-part): Use read-number.
435         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
436         Emacs pre-21 compatible code for help-echo.
437         (gnus-article-next-page-1): No need to adjust the number of lines.
438         (gnus-article-describe-bindings): Always use help-buffer.
439
440         * gnus-audio.el (gnus-audio-inline-sound)
441         * gnus-cus.el (gnus-custom-mode)
442         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
443
444         * gnus-sum.el (gnus-remove-overlays): Doc fix.
445
446         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
447         compatible code.
448
449 2010-09-24  Glenn Morris  <rgm@gnu.org>
450
451         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
452         visiting the fcc file in rmail-mode.
453
454         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
455
456 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
457
458         * nnir.el: Silence the byte compiler.
459
460         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
461         alias to browse-url-url-encode-chars if any.
462         (gnus-html-encode-url): Use it.
463
464 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
465
466         * gnus-start.el (gnus-use-backend-marks): New variable.
467         (gnus-get-unread-articles-in-group): Use it.
468
469         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
470         makeover.
471
472 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
473
474         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
475
476 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
477
478         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
479         Removed.
480         (gnus-setup-news-hook): Removed
481         gnus-fixup-nnimap-unread-after-getting-new-news.
482
483         * gnus-int.el (gnus-request-update-info): Protect against backends not
484         having the function.
485
486         * nnimap.el (nnimap-stream): Mention starttls.
487         (nnimap-open-connection): Add starttls support.
488
489 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
490
491         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
492
493 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
494
495         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
496         BODYSTRUCTUREs.
497         (nnimap-transform-headers): Unfold quoted {42} headers.
498
499         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
500         the info.
501         (gnus-get-unread-articles): Only call updatep on backends that support
502         it.
503
504         * nnweb.el (nnweb-request-update-info): NOOP.
505
506         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
507
508         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
509         since it only deals with marks.
510
511         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
512         gnus-request-marks, and make a new gnus-request-update-info.
513
514         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
515         the active instead of the high number, which is usually too low.
516
517 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
518
519         * netrc.el (netrc-parse): Remove encrypt.el mentions.
520         * encrypt.el: Removed.
521
522 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
523
524         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
525         server in symbolic form.
526
527         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
528         0.9.
529
530 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
531
532         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
533         (nnimap-update-info): Fix up code slightly.
534
535         * gnus-int.el (gnus-open-server): Add tracing for performance
536         debugging.
537
538         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
539         (gnus-group-insert-group-line): Pass the real group name so that it
540         gets the right data.
541
542         * gnus-start.el (gnus-get-unread-articles): Don't have
543         `gnus-get-unread-articles-in-group' update info, since that can be
544         really slow and doesn't seem to be needed?
545
546 2010-09-22  Dan Christensen  <jdc@uwo.ca>
547
548         * time-date.el (date-to-time): Try using parse-time-string first before
549         using the slower timezone-make-date-arpa-standard.
550
551 2010-09-22  Julien Danjou  <julien@danjou.info>
552
553         * gnus-group.el (gnus-group-insert-group-line): Call
554         gnus-group-highlight-line.
555         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
556         default hook list.
557         (gnus-group-update-eval-form): Add new function.
558         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
559         (gnus-group-get-icon): Use gnus-group-update-eval-form.
560
561 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
562
563         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
564         immediate, then expire all articles.
565         (nnimap-update-info): Fix off-by-one errors.
566         (nnimap-flags-to-marks): Would return no marks lists for group with no
567         flags.  Instead return the other data.
568
569 2010-09-22  Julien Danjou  <julien@danjou.info>
570
571         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
572         Only return an icon.
573         (gnus-group-insert-group-line): Compute icon to return.
574
575         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
576         variable.
577         (gnus-html-image-fetched): Only cache if
578         gnus-html-image-automatic-caching is set.
579         (gnus-html-image-fetched): Check for errors.
580
581 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
582
583         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
584         once per method on `g'.  This ensures that backends like nnfolder don't
585         open all their folders.
586
587         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
588         (nnimap-request-list): Nix out group in the correct buffer.
589         (nnimap-parse-flags): Implement by using `read' instead of
590         hand-parsing.
591         (nnimap-flags-to-marks): Pass on permanent-flags.
592         (nnimap-make-process-buffer): Record the server name.
593         (nnimap-parse-flags): Fix typo.
594         (nnimap-request-scan): Run split on the server in general, not just a
595         single group.
596
597         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
598         parameter, and propagate this downwards.
599
600         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
601         since EXAMINE changes it on the server.
602
603         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
604         this command might take a while.
605
606 2010-09-22  Julien Danjou  <julien@danjou.info>
607
608         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
609         harmful if you have 2 images side-by-side, they can't be properly
610         update on text deletion.  Using text-property is safer here.
611         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
612         data.
613
614 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
615
616         * nnimap.el (nnimap-expunge-inbox): Removed.
617         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
618         (nnimap-expunge): Flip default to t.
619
620         * gnus.el (gnus-method-to-server): Don't push things to the cache
621         unless it's unique.
622         (gnus-server-to-method): Ditto.
623
624 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
625
626         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
627
628 2010-09-22  Julien Danjou  <julien@danjou.info>
629
630         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
631         get the start of data.
632         (gnus-html-encode-url): Add this function to encode special chars in
633         URL.
634         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
635         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
636
637         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
638         default.
639         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
640
641         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
642         images alt-text.
643         (gnus-html-put-image): Put alt-text as help-echo.
644
645 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
646
647         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
648         * mm-util.el (mm-decompress-buffer)
649         * nnir.el (nnir-run-find-grep)
650         * pop3.el (pop3-list): Use 3rd arg of split-string.
651
652         * time-date.el (format-seconds): Comment fix.
653
654         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
655         and byte-optimize-form-code-walker.
656         (dgnushack-make-auto-load): Don't advise make-autoload.
657
658         * lpath.el: Remove Emacs 21 stuff.
659
660 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
661
662         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
663         outside the active range.  Suggested by Dan Christensen.
664
665         * gnus-start.el (gnus-get-unread-articles): Get the extended method
666         slightly later to avoid double-getting it.
667
668         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
669         previous patch.
670
671         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
672
673 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
674
675         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
676
677 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
678
679         * gnus-int.el (gnus-open-server): Give a better error message in the
680         "go offline" case.
681
682         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
683         marks for nnimap, which is seldom the right thing to do.
684
685         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
686         (gnus-same-method-different-name): New function.
687
688         * nnimap.el (parse-time): Require.
689
690         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
691         method in the presence of many similar methods.
692
693         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
694
695         * nnimap.el (nnimap-find-expired-articles): Don't refer to
696         nnml-inhibit-expiry.
697
698         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
699         find out whether methods are equal.
700
701         * nnimap.el (nnimap-find-expired-articles): New function.
702         (nnimap-process-expiry-targets): New function.
703         (nnimap-request-move-article): Request the article before looking at
704         what the Message-ID is.  Fix found by Andrew Cohen.
705         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
706
707         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
708         for oldness in addition to being a predicate.
709
710         * nnimap.el (nnimap-request-group): When we have zero articles, return
711         the right data to Gnus.
712         (nnimap-request-expire-articles): Only delete articles immediately if
713         the target is 'delete.
714
715         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
716         method, this would bug out.
717
718         * gnus-group.el (gnus-group-expunge-group): Renamed from
719         gnus-group-nnimap-expunge, and implemented as a normal interface
720         function.
721
722         * gnus-int.el (gnus-request-expunge-group): New function.
723
724         * nnimap.el (nnimap-request-create-group): Implement.
725         (nnimap-request-expunge-group): New function.
726
727 2010-09-21  Julien Danjou  <julien@danjou.info>
728
729         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
730         (gnus-html-cache-expired): Add new function.
731         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
732         wethever we should display image for fetch it.
733         Compute alt-text earlier to pass it to the fetching function too.
734         (gnus-html-schedule-image-fetching): Change function argument to only
735         get one image at a time, not a list.
736         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
737         cache.
738         (gnus-html-get-image-data): New function to retrieve image data from
739         cache.
740         (gnus-html-put-image): Change buffer argument to use image data rather
741         than file, and place image above region rather than inserting a new
742         one. Do not take alt-text as argument, since it's useless now: we place
743         the image above alt-text.
744         (gnus-html-prune-cache): Remove.
745         (gnus-html-show-images): Start to fetch image when we find one, do not
746         push into a temporary list.
747         (gnus-html-prefetch-images): Only fetch image if they have expired.
748         (gnus-html-browse-image): Fix, use 'gnus-image-url.
749         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
750
751 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
752
753         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
754
755 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
756
757         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
758         spec inser "*" if the group isn't active instead of 0.
759
760         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
761         opening the server.
762         (nnimap-request-delete-group): Implement group deletion.
763         (nnimap-transform-headers): Return the size of the entire message in
764         the Bytes header, not just the size of the first part.
765         (nnimap-request-move-article): When moving an article from nnimap,
766         request the article first so the accepting form has an article to
767         accept.  Reported by Dan Christensen.
768         (nnimap-command): Make sure that the error message doesn't error out.
769
770 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
771
772         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
773         we haven't requested anything.
774
775 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
776
777         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
778         "".  Fix found by Andrew Cohen.
779
780         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
781         instead of -encode-string.
782
783 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
784
785         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
786
787         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
788         by mm-subst-char-in-string.
789
790 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
791
792         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
793         waiting for the connection string.
794
795         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
796         arriving.
797
798         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
799         bogus characters.  This allows selecting certain Gmail groups.
800
801         * nnimap.el (nnimap-find-wanted-parts-1): New function.
802         (nnimap-fetch-partial-articles): New variable.
803         (nnimap-open-connection): When looking for credentials, also use the
804         nnimap-server-port.
805         (nnimap-request-article): Return the group/article number, so that Gnus
806         `^' works as expected.
807         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
808         them.
809
810         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
811         comments.
812         (gnus-methods-sloppily-equal): New function.
813         (gnus): When using the development version of Gnus, load the gnus-load
814         file.
815
816         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
817         `gnus-open-server' on each method before trying to scan them etc.  This
818         ensures that all the backend parameters are set correctly.
819
820         * nnimap.el (nnimap-authenticator): New variable.
821         (nnimap-open-connection): Allow anonymous login.
822         (nnimap-transform-headers): The chars header is called Chars not
823         Bytes.
824         (nnimap-wait-for-response): Don't infloop if the IMAP connection
825         drops.
826
827         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
828         patch, found by Knut Anders Hatlen.
829
830 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
831
832         * gnus-agent.el (gnus-agent-batch-confirmation)
833         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
834         to gnus-message.
835         * gnus-art.el (gnus-article-describe-briefly): Likewise.
836         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
837         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
838         * gnus-int.el (gnus-open-server): Likewise.
839         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
840         (gnus-score-check-syntax): Likewise.
841         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
842         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
843         Likewise.
844         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
845
846 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
847
848         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
849         calling conventions so that prefetch doesn't bug out.
850
851 2010-09-19  Julien Danjou  <julien@danjou.info>
852
853         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
854         rather than `subst-char-in-region' in order to be able to replace ASCII
855         char by UTF-8 ones.
856
857         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
858         than curl.
859         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
860         the right URL and ALT text on images.
861         (gnus-html-wash-tags): Fix tag case.
862         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
863         (gnus-article-html): Add -o display_ins_del=2 option.
864         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
865
866 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
867
868         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
869         the extra mail headers, which sometimes seem to happen for unknown
870         reasons.
871
872         * mail-parse.el (mail-header-encode-parameter): Define as
873         rfc2045-encode-string instead of as rfc2231-encode-string, since some
874         (or most, perhaps?) mail readers don't understand the latter, but do
875         understand the former.
876
877         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
878         to nil, so that no methods are automatically agentized.  I think this
879         is probably what most users want.
880
881         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
882         from url-retrieve, for instance about invalid URLs.
883
884         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
885         groups that have no articles.
886         (nnimap-request-article): Check that we really got an article when we
887         requested one.
888
889         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
890         doesn't exist.
891
892         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
893         nntp buffer so the agent can save it.
894         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
895         that CRLF doesn't get translated to \n.
896         (nnimap-open-connection): Don't make 'shell commands only send \n.
897
898 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
899
900         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
901         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
902         Update var name.
903         (nnml-generate-nov-file): Use dolist.
904         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
905         Use with-current-buffer.
906
907 2010-09-18  Julien Danjou  <julien@danjou.info>
908
909         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
910         parallel.
911
912 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
913
914         * nnimap.el (nnimap-update-info): When doing partial marks update, get
915         the range update right.
916         (nnimap-request-group): Don't make `M-g' bug out on group with no
917         marks.
918         (nnoo): Required, so that other packages can require nnimap.
919         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
920         command we're looking for.  This helps when the server sends more
921         responses after we've gotten everything we expected.
922         (nnimap): Add a `newlinep' field to keep track of end-of-line
923         conventions.
924         Don't send CRLF to things that don't want it.
925         (nnimap-request-accept-article): Ditto.
926
927 2010-09-18  Julien Danjou  <julien@danjou.info>
928
929         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
930         than curl to retrieve images.
931
932 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
933
934         * nnimap.el (nnimap-update-info): Extend the info so that we can set
935         the marks.
936         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
937         (nnimap-wait-for-connection): New function.
938         (nnimap-open-connection): If we have PREAUTH, don't query for login
939         credentials.
940         (nnimap-update-info): Fix off-by-one error when concatenating ranges
941         when doing a partial update.
942
943 2010-09-18  Julien Danjou  <julien@danjou.info>
944
945         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
946         tags.
947
948 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
949
950         * nnimap.el (nnimap-credentials): New function.
951         (nnimap-open-connection): Use the new function to look for credentials
952         also on the numeric equivalents of "imap" and "imaps".
953
954         * gnus-start.el (gnus-activate-group): Send the info to
955         gnus-request-group.
956
957         * nnimap.el (nnimap-request-group): Have the "check" version of the
958         function parse flags and update the info, so that a `M-g' get a total
959         resync of all flags from the group.
960
961         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
962         to allow backends to alter the info on group selection.  Also alter all
963         the backend -request-group functions to take the parameter.
964
965         * nnimap.el (nnimap-store-info): New function.
966         (nnimap-update-info): Store the info for later usage.
967         (nnimap-request-group): Use the stored info for the dont-check case, so
968         that we don't retrieve all marks when we enter a group.
969
970         * nnimap.el: Use deffoo instead of defun for interface functions.
971
972         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
973         update the group info.  This makes the nndraft groups, for instance, go
974         back to their old behaviour.
975
976         * gnus-sum.el (gnus-select-newsgroup): Indent.
977
978         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
979         in.
980         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
981         nothing.
982
983         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
984         from methods that are denied.
985
986         * gnus-int.el (gnus-method-denied-p): New function.
987
988         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
989         store the password instead of netrc.
990         (nnimap-open-connection): Don't error out when we can't make a
991         connections.
992
993         * auth-source.el (auth-source-create): In the password prompt, say what
994         we're querying for.  Also prompt for user name if that hasn't been
995         given.
996
997         * nnimap.el (nnimap-with-process-buffer): Removed.
998
999 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1000
1001         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1002         method when we're reading from the agent.
1003
1004         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1005
1006         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1007         that's probably most useful for users.
1008
1009         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1010         "failed" all the time.
1011
1012         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1013         ...)) with (with-current-buffer ... ).
1014
1015         * nntp.el (nntp-open-server): Return whether the open was successful or
1016         not.
1017
1018         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1019         select an unread unseen article first.
1020
1021         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1022         /etc/services, supply some sensible port defaults.
1023
1024         * dgnushack.el: Define netrc-credentials.
1025
1026 2010-09-17  Julien Danjou  <julien@danjou.info>
1027
1028         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1029
1030 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1031
1032         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1033         doesn't have any parameters.
1034
1035 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1036
1037         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1038         only upcased checks.
1039
1040         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1041
1042         * nnimap.el (nnimap-open-shell-stream): New function.
1043         (nnimap-open-connection): Use it.
1044         (nnimap-transform-headers): Get the number of lines in each message.
1045         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1046         number of lines.
1047         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1048         problem.
1049
1050         * utf7.el (utf7-encode): Autoload.
1051
1052         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1053         to allow the mail splitting to not return a default group.  This is
1054         useful for nnimap, which will leave unmatched mail in the inbox.
1055
1056         * nnimap.el: Rewritten.
1057
1058         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1059         nnimap usage.
1060
1061         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1062         if the move is internal, so that nnimap can do fast internal moves.
1063
1064         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1065         data.
1066         (gnus-read-active-for-groups): Support finishing the early retrieval of
1067         data.
1068
1069         * gnus-range.el (gnus-range-nconcat): New function.
1070
1071         * gnus-int.el (gnus-finish-retrieve-group-infos)
1072         (gnus-retrieve-group-data-early): New functions.
1073
1074 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1075
1076         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1077         (nnrss-retrieve-groups):
1078         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1079         (pop3-quit): Use with-current-buffer.
1080
1081 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1082
1083         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1084         instead of nnheader-accept-process-output.
1085
1086         * dgnushack.el (dgnushack-compile): Add comment.
1087
1088         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1089
1090         * gnus-html.el (gnus-html-schedule-image-fetching)
1091         (gnus-html-prefetch-images): Replace process-kill-without-query by
1092         gnus-set-process-query-on-exit-flag.
1093
1094 2010-09-16  Romain Francoise  <romain@orebokech.com>
1095
1096         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1097
1098 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1099
1100         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1101         parameter to unintern is mandatory-ish in Emacs 24.
1102
1103         * gnus-html.el (gnus-html-schedule-image-fetching)
1104         (gnus-html-prefetch-images): Check for curl before using it.
1105
1106         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1107         depend on curl, which isn't essential.
1108
1109         * imap.el: Revert back to version
1110         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1111         seem problematic.
1112
1113 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1114
1115         * gnus-registry.el (gnus-registry-install-shortcuts):
1116         Explicitly pass `obarray' to `unintern' to avoid a warning.
1117
1118 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1119
1120         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1121         change.
1122
1123         * nnrss.el (nnrss-request-list): Removed this function and related
1124         functions, including the moreover stuff.
1125
1126 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1127
1128         * nnrss.el (nnrss-retrieve-groups): New function.
1129
1130 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1131
1132         * .dir-locals.el: Add no-byte-compile cookie.
1133
1134 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1135
1136         * time-date.el (format-seconds): Comment fix.
1137
1138         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1139         for back end that doesn't support request-scan.
1140
1141 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1142
1143         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1144         then do request scans from the backends.
1145
1146         * netrc.el (netrc-credentials): New conveniency function.
1147
1148         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1149         avoid running a hook per line, since this takes a lot of time,
1150         profiling shows.
1151         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1152         directly if gnus-visual-p is true.
1153
1154 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1155
1156         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1157         groups; replace mapcar with dolist which is a bit faster; pass groups
1158         info to gnus-read-active-file-1.
1159         (gnus-read-active-file-1): Scan only specified groups if the new
1160         optional arg `infos' is given.
1161
1162 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1163
1164         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1165
1166         * pop3.el (pop3-movemail): Removed.
1167         (pop3-streaming-movemail): Renamed to pop3-movemail.
1168
1169         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1170         don't restrict end-tag searches to the end of the line.
1171
1172 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1173
1174         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1175         articles of every unchecked group to t, which means unknown since the
1176         server has never been opened.
1177
1178 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1179
1180         * gnus-html.el (gnus-html-show-alt-text): New command.
1181         (gnus-html-browse-image): Ditto.
1182         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1183         to browse the image directly.
1184         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1185         better.
1186
1187         * gnus-async.el (gnus-async-article-callback): Call
1188         `gnus-html-prefetch-images' unconditionally.
1189
1190         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1191         before feeding URLs to curl.
1192
1193 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1194
1195         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1196         internal images as deletable by `W D D'.
1197
1198         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1199         (gnus-async-article-callback): Fix typo.
1200
1201 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1202
1203         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1204         current line to work around bugs in the output from w3m.
1205
1206         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1207         for groups that want that.
1208
1209         * nntp.el (nntp-wait-for-string): Supply a timeout for
1210         accept-process-output to ensure progress.
1211
1212         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1213         level to get unread articles from, then use that for foreign groups,
1214         too.
1215
1216         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1217         confuses the rest of the function.
1218
1219         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1220         for the methods that support -retrieve-groups, too.
1221
1222         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1223
1224 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1225
1226         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1227         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1228
1229         * pop3.el: Require cl when compiling.
1230         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1231
1232 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1233
1234         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1235         that aren't going to be activated.
1236         (gnus-get-unread-articles): Fix up the last commit.
1237
1238         * gnus-html.el (gnus-article-html): Allow calling without specifying
1239         the handle.  In that case, dissect the buffer first.
1240
1241         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1242
1243         * nnimap.el (nnimap-open-connection): Revert the change that would look
1244         into authinfo for imaps instead of imap.
1245
1246         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1247         say that you don't want to call gnus-request-group with don-check, but
1248         do check the reponse.  This is for virtual groups only.
1249         (gnus-get-unread-articles): Count the archive groups as secondary, so
1250         that they're activated the same way as before.
1251
1252         * imap.el (imap-message-map): Removed optional buffer parameter, since
1253         no callers use it.
1254         (imap-message-get): Ditto.
1255         (imap-message-put): Ditto.
1256         (imap-mailbox-map): Ditto.
1257         (imap-mailbox-put): Ditto.
1258         (imap-mailbox-get): Ditto.
1259         (imap-mailbox-get): Revert last change for this function.
1260
1261         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1262         case-insensitively.
1263         (nnimap-debug): Removed.
1264
1265         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1266         to use `imap-fetch' instead.  According to the comments, this should be
1267         safe, since all other IMAP clients use the 1:* syntax.
1268         (imap-enable-exchange-bug-workaround): Removed.
1269         (imap-debug): Removed -- doesn't seem very useful.
1270
1271         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1272         mail from a file, and the file doesn't exist.
1273
1274         * imap.el (imap-log): New convenience function used throughout instead
1275         of repeating the same code all over the place.
1276
1277         * pop3.el (pop3-streaming-movemail): Return t for success.
1278
1279         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1280         .authinfo if we're using ssl connection.
1281
1282         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1283         already have if we're in a main Gnus `g' run.
1284
1285         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1286
1287 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1288
1289         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1290
1291         * nnmh.el (nnmh-request-list-1): Bind `file'.
1292
1293         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1294         alias to set-process-query-on-exit-flag or process-kill-without-query.
1295         (pop3-open-server): Use it.
1296
1297 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1298
1299         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1300         box to the Incoming file.  Fixes mistake in previous checkin.
1301
1302         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1303         request loop (for debugging purposes) removed.
1304
1305         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1306         culprit is more visible.
1307         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1308         (nnml-add-incremental-nov): New functions to do "incremental" nov
1309         updates, where we just append to the end of the existing nov files
1310         without reading/writing them in full.
1311
1312         * mail-source.el (mail-source-delete-crash-box): Really only check the
1313         incoming files once in a while.
1314
1315         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1316
1317         * mail-source.el (mail-source-delete-crash-box): Only check the
1318         incoming files for deletion once per day to save a lot of file
1319         accesses.
1320
1321         * pop3.el (pop3-logon): Fix up unbound variable typo.
1322
1323         * mail-source.el (pop3-streaming-movemail): Autoload.
1324
1325         * pop3.el (pop3-streaming-movemail): Respect
1326         pop3-leave-mail-on-server.
1327
1328         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1329         retrieval.
1330
1331         * pop3.el (pop3-process-filter): Removed unused function.
1332         (pop3-streaming-movemail, pop3-send-streaming-command)
1333         (pop3-wait-for-messages, pop3-write-to-file)
1334         (pop3-number-of-responses): New functions for streaming pop3
1335         retrieval.
1336
1337         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1338         come from no known methods.
1339         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1340         list.
1341
1342         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1343         message sizes.
1344         (pop3-movemail): Use erase-buffer instead of looping and deleting
1345         regions, which seems rather odd.
1346
1347         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1348         file once per `g' run.
1349
1350         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1351         directories.  This makes the draft queue directory work.
1352
1353         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1354         data from the backends, so that we only request the list of groups from
1355         each method once.  This should speed things up considerably.
1356
1357         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1358         detect that it's not implemented.
1359
1360         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1361         we actually do recurse down into the tree, but don't stat all leaf
1362         nodes.
1363
1364         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1365         then say so instead of bugging out.
1366
1367         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1368         files exist before trying to read them.
1369
1370         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1371         around <pre_int>.
1372
1373         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1374
1375         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1376
1377 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1378
1379         * mm-util.el (mm-image-load-path): Just return the image directories,
1380         not all directories in the path in addition to the image directories.
1381         (mm-image-load-path): Maintain a cache of the image directories so that
1382         the `g' command in Gnus doesn't have to stat dozens of directories each
1383         time.
1384
1385         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1386         (gnus-html-wash-tags): Add a new `i' command to insert images.
1387         (gnus-html-insert-image): New command and keystroke.
1388         (gnus-html-redisplay-with-images): New command and keystroke.
1389         (gnus-html-show-images): Renamed command.
1390         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1391         spacers.
1392         (gnus-html-wash-tags): Decode entities at the end, so that entities
1393         inside the tags don't mess up the rest of the "parsing".
1394
1395         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1396         so that nnimap methods aren't agentized by default.  There's apparently
1397         many problems related to agent/imap behaviour.
1398
1399         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1400
1401         * gnus-html.el: Doc fix.
1402
1403 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1404
1405         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1406         specifier-spec-list for Emacs 21.
1407
1408         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1409         glyph-width and glyph-height instead of display-graphic-p and
1410         image-size; make avoidance of displaying small images work for XEmacs.
1411
1412         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1413         for XEmacs.
1414
1415         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1416         of symbol that holds plist data.
1417         (gnus-process-plist): Remove plist of process after getting it.
1418
1419 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1420
1421         * message.el (message-generate-hashcash): Change default to
1422         'opportunistic if hashcash is installed.
1423
1424         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1425         (gnus-html-put-image): Only call image-size once, since it's somewhat
1426         time-consuming on remote X servers.
1427
1428 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1429
1430         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1431         type on data, not a file name.
1432
1433         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1434         window-pixel-edges for Emacs 21.
1435
1436         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1437         decoded contents.
1438         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1439
1440 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1441
1442         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1443         group line format, since it isn't very interesting.
1444
1445         * gnus-agent.el (gnus-agent-short-article),
1446         (gnus-agent-long-article): Increase values for these two variables,
1447         since most people are likely to have more network connection and
1448         storage than before.
1449
1450         * gnus.el (gnus-refer-article-method): Change default to 'current.
1451         When referring an article, the common behaviour is to refer it from the
1452         current select method, not the native select method.  The chances of
1453         the native select method having the message in question is rather slim
1454         these days.
1455
1456         * gnus-sum.el (gnus-auto-select-subject): Change default to
1457         `unseen-or-unread'.  I think it's likely that most people want to
1458         select an unseen article over a previously seen, but unread one.
1459
1460         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1461         means that in the article buffer none of the minor mode elements will
1462         be shown, usually, and this is not desirable in most cases.
1463
1464         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1465         that commands like `d' (and the like) go to the next line in the
1466         buffer, instead of the next unread article.  I think this is the
1467         behaviour that is most natural for most users.
1468         (gnus-single-article-buffer): Change default to nil, so that people can
1469         have as many article buffers open as they have summary buffer.  I think
1470         this is the most natural way for the groups to behave.
1471
1472         * message.el (message-generate-new-buffers): Change default to
1473         `unsent', so that all new message buffers start their names with the
1474         string "*unsent", and it's easier to find the buffers if you move from
1475         them.
1476
1477 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1478
1479         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1480         small.  They're probably tracking images.
1481         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1482         (gnus-html-rescale-image): Yet another try at getting the image sizing
1483         right.
1484
1485         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1486         nntp-marks-file-name is nil.
1487
1488 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1489
1490         * gnus-html.el (gnus-html-wash-tags)
1491         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1492         Better logging.
1493
1494 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1495
1496         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1497
1498         * gnus-html.el (gnus-html-wash-tags): Check the value of
1499         gnus-blocked-images in the summary buffer.
1500
1501 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1502
1503         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1504
1505 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1506
1507         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1508         like "a", it seems like.
1509         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1510         since it needs to be picked from the correct buffer.
1511
1512         * nnwfm.el: Removed.
1513
1514         * nnlistserv.el: Removed.
1515
1516 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1517
1518         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1519         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1520
1521 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1522
1523         * nnkiboze.el: Removed.
1524
1525         * nndb.el: Removed.
1526
1527         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1528         alt text.
1529         (gnus-html-rescale-image): Try to get the rescaling logic right for
1530         images that are just wide and not tall.
1531
1532         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1533         overshadow variable bindings.
1534
1535 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1536
1537         * gnus-html.el (gnus-html-wash-tags)
1538         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1539         extra logging.
1540
1541 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1542
1543         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1544         (gnus-max-image-proportion): New variable.
1545         (gnus-html-rescale-image): New function.
1546         (gnus-html-put-image): Rescale images.
1547
1548 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1549
1550         Fix up some byte-compiler warnings.
1551         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1552         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1553         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1554         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1555         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1556         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1557         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1558
1559 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1560
1561         * gnus-html.el (gnus-article-html): Decode contents by charset.
1562
1563 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1564
1565         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1566         (gnus-html-frame-width, gnus-blocked-images)
1567         * message.el (message-prune-recipient-rules): Add custom version.
1568         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1569
1570         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1571         functions.
1572
1573         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1574         gnus-process-get.
1575
1576 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1577
1578         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1579         instead of lsub directly.
1580
1581 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1582
1583         * nnwarchive.el: Removed.
1584
1585         * gnus-soup.el: Removed.
1586
1587         * nnsoup.el: Removed.
1588
1589         * nnultimate.el: Removed.
1590
1591         * gnus-html.el (gnus-blocked-images): New variable.
1592
1593         * message.el (message-prune-recipients): New function.
1594         (message-prune-recipient-rules): New variable.
1595
1596         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1597         guess whether a long line is natural text or not.
1598
1599         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1600         gnus-process-plist and friends for compatibility.
1601
1602 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1603
1604         * gnus-html.el: Require packages that define macros used in this file.
1605         (gnus-article-mouse-face): Declare to silence byte-compiler.
1606         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1607         process-get.
1608         (gnus-html-put-image): Use plist-get to avoid getf.
1609         (gnus-html-prefetch-images): Use with-current-buffer.
1610
1611 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1612
1613         * gnus-ems.el: Provide compatibility functions for
1614         gnus-set-process-plist.
1615
1616         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1617         header-line-format for XEmacs 21.4.
1618
1619         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1620         * gnus.el (gnus-valid-select-methods)
1621         * message.el (message-send-mail-partially-limit)
1622         * mm-decode.el (mm-text-html-renderer)
1623         * mml.el (mml-insert-mime-headers-always)
1624         * smiley.el (smiley-regexp-alist): Bump custom version.
1625
1626 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1627
1628         * gnus-html.el: require mm-url.
1629         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1630         with the url to `url'.
1631         (gnus-html-wash-tags): Support cid: URLs/images.
1632
1633 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1634
1635         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1636         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1637         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1638
1639         * gnus-move.el: Removed file, since it doesn't really work.
1640
1641         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1642         UTF-8.  This seems to fix problems with some German web feeds.
1643
1644         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1645         at the top so that the proper colours are applied.
1646
1647         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1648         don't have dots in their names.
1649
1650         * gnus-art.el (gnus-article-view-part): Doc fix.
1651
1652         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1653         XEmacs-compatible.
1654         (gnus-html-put-image): Don't do images on non-graphic displays.
1655
1656         * nnslashdot.el: Removed this unused backend.
1657
1658         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1659         actions.
1660         (gnus-undo-register-1): Revert last change.
1661
1662         * gnus-group.el (gnus-group-completing-read): Protect against not
1663         having completion-styles bound.
1664
1665         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1666         make broken recipients happier.
1667
1668         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1669
1670         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1671         point parameter.
1672
1673         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1674
1675         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1676         completion-styles for group selection.
1677
1678 2009-02-04  Andreas Schwab  <schwab@suse.de>
1679
1680         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1681         headers and regexp-quote the match if necessary.
1682
1683 2009-03-24  Miles Bader  <miles@gnu.org>
1684
1685         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1686         the blinking smiley.
1687
1688 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1689
1690         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1691         blink smiley.
1692
1693 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1694
1695         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1696         where the dribbel file lives exists.
1697
1698         * message.el (message-send-mail-partially-limit): Change the default to
1699         nil, since most people don't want this.
1700
1701         * mm-url.el (mm-url-decode-entities): Also decode entities like
1702         &#x3212.
1703
1704 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1705
1706         * gnus-sum.el (gnus-summary-idna-message):
1707         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1708         Hyperlink urls in docstrings with URL `...'.
1709
1710 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1711
1712         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1713         functions.
1714
1715 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1716
1717         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1718         say what the mouseover text should be.
1719
1720         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1721         version of the mm-w3m-safe-url-regexp variable to only download images
1722         in the groups where we want that to happen.
1723
1724         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1725
1726         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1727         easier debugging.
1728         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1729         big pictures in the article buffer.
1730
1731         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1732         gnus-article-html.
1733         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1734         w3m.
1735
1736         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1737
1738 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1739
1740         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1741         which doesn't exist.
1742
1743         * message.el (message-inhibit-ecomplete): New variable to allow some
1744         function to inhibit ecomplete address storage.
1745         (message-resend): Disable ecomplete message storage when resending
1746         messages.
1747
1748         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1749
1750 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1751
1752         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1753         Save excursion while copying, moving, and deleting articles in order to
1754         prevent the cursor from jumping to unforeseen place.
1755
1756 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1757
1758         * lpath.el: No need to bind bookmark-current-buffer,
1759         bookmark-yank-point and bookmark-make-record-function.
1760
1761 2010-08-17  Glenn Morris  <rgm@gnu.org>
1762
1763         * gnus-sync.el: Require gnus components whose functions are used.
1764
1765         * gnus-art.el (bookmark-make-record-function):
1766         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1767         Declare for compiler.
1768
1769         * mm-url.el (mml-compute-boundary): Autoload.
1770
1771 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1772
1773         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1774
1775 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1776
1777         Typo fix "hoo4a" -> "hook".
1778
1779         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1780
1781 2010-08-14  Glenn Morris  <rgm@gnu.org>
1782
1783         * gnus-sync.el (gnus-sync): Fix defgroup version.
1784
1785 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1786
1787         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1788
1789         * gnus-sync.el: Fix docs.
1790         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1791         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1792
1793 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1794
1795         Optimizations for gnus-sync.el.
1796
1797         * gnus-sync.el: Add docs about gnus-sync-backend
1798         possibilities.
1799         (gnus-sync-save): Remove unnecessary message.
1800         (gnus-sync-read): Optimize and show what groups were skipped.
1801
1802 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1803
1804         Minor bug fixes for gnus-sync.el.
1805
1806         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1807         read the sync on get-new-news.
1808
1809         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1810         quiet.
1811
1812         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1813
1814 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1815
1816         Make saving and restoring of hidden threads work with overlays.
1817         Patch applied by Ted Zlatanov.
1818
1819         * gnus-sum.el (gnus-hidden-threads-configuration)
1820         (gnus-restore-hidden-threads-configuration): Update to deal with text
1821         properties, rather than searching for a magic character.
1822
1823 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1824
1825         New gnus-sync.el library for synchronization of marks.
1826
1827         * gnus-sync.el: New library for synchronization of marks.
1828
1829         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1830         renamed from `gnus-registry-grep-in-list'.
1831
1832         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1833
1834         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1835
1836 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1837
1838         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1839         determining charset of text fails.
1840
1841 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1842
1843         * nnmail.el (nnmail-get-new-mail-1): Revert.
1844
1845         * nnml.el (nnml-active-number): Make sure names of newly created groups
1846         in nnml-group-alist are encoded.
1847
1848 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1849
1850         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1851         containing non-ASCII characters in active file for nnml back end.
1852
1853 2010-07-24  David Engster  <dengste@eml.cc>
1854
1855         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1856         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1857
1858 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1859
1860         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1861         tag (Bug#6654).
1862
1863 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1864
1865         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1866         the article buffer, not the summary buffer.
1867
1868 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1869
1870         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1871         Emacs 23 as well.
1872
1873 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1874
1875         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1876         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1877
1878 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1879
1880         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1881         Patch applied by Karl Fogel.
1882
1883         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1884         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1885
1886 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1887
1888         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1889         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1890         C-w still not working correctly from Article buffers; Thierry's
1891         patch to fix that will be applied after this.
1892
1893         * gnus-art.el (bookmark-make-record-function): New local variable.
1894
1895         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1896         article buffer.
1897         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1898
1899 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1900
1901         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1902         on changes in bookmark.el.
1903
1904 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1905
1906         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1907         `no-log' instead of message not to log prompt string.
1908
1909 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1910
1911         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1912         the *other* type of HTML form submission.
1913
1914 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1915
1916         * auth-source.el (auth-source-pick): If choice does not contain a
1917         questioned keyword, set the check to t.
1918
1919 2010-06-12  Romain Francoise  <romain@orebokech.com>
1920
1921         * gnus-util.el (gnus-date-get-time): Move up before first use.
1922
1923 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1924
1925         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1926         (gnus-article-edit-part): Bind it to make last part that is substituted
1927         or deleted visible.
1928         (gnus-mime-display-single): Buttonize part of which id equals to
1929         gnus-mime-buttonized-part-id.
1930
1931 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1932
1933         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1934         (gnus-dd-mmm): Use gnus-date-get-time.
1935         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1936         simplify logic.
1937         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1938         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1939
1940 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1941
1942         * auth-source.el (top): Autoload `secrets-list-collections',
1943         `secrets-create-item', `secrets-delete-item'.
1944         (auth-sources): Fix tag string.
1945         (auth-get-source, auth-source-retrieve, auth-source-create)
1946         (auth-source-delete): New defuns.
1947         (auth-source-pick): Rewrite in order to avoid 2 passes.
1948         (auth-source-forget-user-or-password): New parameter USERNAME.
1949         (auth-source-user-or-password): New parameters CREATE-MISSING and
1950         DELETE-EXISTING.  Retrieve password interactively, if needed.
1951
1952 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1953
1954         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1955         deleting unused directories when gnus-expert-user is t.
1956
1957 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1958
1959         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1960         for each temp file when gnus-article-browse-delete-temp is ask.
1961
1962 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1963
1964         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1965         Lisp calls to delete-backward-char by calls to delete-char.
1966
1967 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1968
1969         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1970
1971 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1972
1973         * password-cache.el (password-cache-remove): Fix docstring.
1974
1975 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1976
1977         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1978         article unless decoding article to be saved.
1979
1980 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1981
1982         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1983         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1984         generated within the mm-with-unibyte-current-buffer macro.
1985
1986 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1987
1988         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1989         to nil when we're in a mml-preview buffer and no group is selected.
1990
1991 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1992
1993         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1994         when catching the `C-g'.  Reported by "Leo".
1995
1996 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1997
1998         * message.el (message-forward-make-body-plain)
1999         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2000         multibyte-string-p.
2001
2002         * lpath.el: Revert.
2003
2004 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2005
2006         * message.el (message-forward-make-body-mml): Assume original message
2007         is multibyte string; error on unibyte.
2008         (message-forward-make-body-plain): Ditto; don't add excessive newline
2009         in body end.
2010
2011         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2012
2013 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2014
2015         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2016         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2017
2018 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2019
2020         * mm-extern.el (mm-extern-url): Don't use
2021         mm-with-unibyte-current-buffer.
2022         (mm-extern-cache-contents): Use with-current-buffer instead of
2023         save-excursion + set-buffer.
2024
2025 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2026
2027         * mm-util.el (mm-emacs-mule): Remove.
2028
2029 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2030
2031         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2032         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2033         change.
2034
2035 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2036
2037         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2038         bind the default value of enable-multibyte-characters to nil.
2039
2040 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2041
2042         * message.el (message-forward-make-body-plain)
2043         (message-forward-make-body-mml):
2044         Don't use mm-with-unibyte-current-buffer.
2045
2046 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2047
2048         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2049
2050 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2051
2052         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2053         (Bug#5592).
2054
2055 2010-05-07  Julien Danjou  <julien@danjou.info>
2056
2057         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2058         it to mm-pipe-part.
2059
2060         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2061         it is given.
2062
2063 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2064
2065         * binhex.el (binhex-decode-region-internal)
2066         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2067         (dns-query)
2068         * nnweb.el (nnweb-gmane-search)
2069         * pgg-parse.el (pgg-parse-armor)
2070         * pgg.el (pgg-verify-region)
2071         * sha1.el (sha1-string-external)
2072         * uudecode.el (uudecode-decode-region-internal)
2073         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2074         XEmacs.
2075
2076         * gnus-art.el (gnus-article-browse-html-parts)
2077         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2078         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2079         make-temp-file.
2080
2081         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2082         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2083         compiling.
2084
2085         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2086         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2087         XEmacs when compiling.
2088
2089         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2090         gnus-pick-mode-off-hook for XEmacs when compiling.
2091         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2092         gnus-binary-mode-off-hook for XEmacs when compiling.
2093
2094         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2095         nil if char-charset is not available.
2096
2097         * imap.el (imap-disable-multibyte)
2098         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2099         macros.
2100
2101         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2102         instead of encode-coding-string.
2103
2104         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2105         'xemacs) instead of mm-emacs-mule to switch function definitions.
2106         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2107
2108         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2109         bind temporary-file-directory for XEmacs;
2110         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2111         timer-set-function for XEmacs 21.4 and SXEmacs;
2112         bind timer-list for XEmacs 21.4 and SXEmacs;
2113         fbind char-charset and find-charset-region for non-Mule XEmacs;
2114         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2115         encode-coding-region and encode-coding-string for XEmacs having no
2116         file-coding feature.
2117
2118 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2119
2120         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2121
2122 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2123
2124         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2125         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2126
2127 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2128
2129         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2130         alias `jka-compr-delete-temp-file' no longer exists.
2131
2132 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2133
2134         Use define-minor-mode in Gnus where applicable.
2135         * mml.el (mml-mode): Use define-minor-mode.
2136         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2137         (gnus-undo-mode): Use define-minor-mode.
2138         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2139         (gnus-dead-summary-mode): Use define-minor-mode.
2140         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2141         Initialize in declaration.
2142         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2143         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2144         (gnus-mailing-list-mode): Use define-minor-mode.
2145         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2146         (gnus-draft-mode): Use define-minor-mode.
2147         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2148         (gnus-dired-mode): Use define-minor-mode.
2149
2150 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2151
2152         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2153         handles on recursive mml-to-mime translation and check them for
2154         boundary delimiter collisions.  Reported by Greg Troxel.
2155
2156 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2157
2158         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2159
2160 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2161
2162         * mm-util.el (mm-find-buffer-file-coding-system):
2163         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2164
2165 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2166
2167         * message.el (message-generate-headers): Record insertion of optional
2168         headers as well.  Otherwise the check to prevent repeated insertion of
2169         optional headers is a no-op.
2170
2171 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2172
2173         * smime.el: Don't mention CVS.
2174
2175         * nnrss.el (nnrss-fetch): Don't mention CVS.
2176
2177         * nnir.el: Don't mention CVS.
2178
2179 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2180
2181         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2182
2183 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2184
2185         * lpath.el: Fbind bookmark-default-handler,
2186         bookmark-get-bookmark-record, bookmark-make-record-default,
2187         bookmark-prop-get for Emacs <23 and XEmacs.
2188
2189 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2190
2191         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2192         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2193         Use with-current-buffer to silence the byte-compiler.
2194         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2195         bother to require `gnus'.
2196         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2197
2198 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2199
2200         * gnus-sum.el (gnus-summary-bookmark-make-record)
2201         (gnus-summary-bookmark-jump): New functions.
2202         (gnus-summary-mode): Setup bookmark support.
2203
2204 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2205
2206         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2207         if set.
2208
2209 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2210
2211         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2212         gnus-article-browse-html-save-cid-image; make it work recursively for
2213         forwarded messages as well.
2214         (gnus-article-browse-html-parts): Work when prefix arg is given.
2215         (gnus-article-browse-html-article): Doc fix.
2216
2217 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2218
2219         * message.el (message-default-mail-headers):
2220         (message-default-headers): Carry the value mail-default-headers over
2221         into message-default-mail-headers, rather than message-default-headers.
2222
2223 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2224
2225         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2226         charset.
2227
2228         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2229         charset into the <meta> tag when the article is encoded to utf-8.
2230
2231 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2232
2233         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2234         directories as well.
2235         (gnus-article-browse-html-parts): Work for images that do not specify
2236         file names; delete temp directory when quitting; insert header at the
2237         right place; use file: scheme for image files.
2238
2239 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2240
2241         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2242         (gnus-article-browse-html-parts): Use it to make temporary cid image
2243         files in addition to html file so that browser may display them.
2244
2245 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2246
2247         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2248
2249 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2250
2251         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2252
2253 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2254
2255         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2256         about Secret Service API sources.  Improve Customize options.
2257         (auth-source-pick): Change to accept any number of search parameters.
2258         Implement fallbacks iteratively, not recursively.  Add scoring on the
2259         second pass and sort by score.  Call Secret Service API when needed.
2260         (auth-source-user-or-password): Use it.  Call Secret Service API
2261         directly when needed to get the user name and the password.
2262
2263 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2264
2265         * message.el (message-interactive): Doc fix.
2266         (message-qmail-inject-args): Reflow.
2267         (message-kill-to-signature): Fix typo in docstring.
2268
2269         * smiley.el (smiley-buffer): Fix typo in docstring.
2270
2271 2010-03-24  Glenn Morris  <rgm@gnu.org>
2272
2273         * mail-source.el (gnus-message): Declare.
2274         (mail-source-delete-old-incoming): Require gnus-util.
2275
2276 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2277
2278         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2279
2280         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2281
2282         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2283         password-cache's default if it is not bound.
2284         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2285         password-cache-expiry's default if it is not bound.
2286
2287         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2288         available in Emacs 21.
2289
2290         * lpath.el: Suppress compiler warnings for:
2291         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2292         XEmacs;
2293         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2294         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2295         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2296
2297 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2298
2299         * auth-source.el (auth-sources): Fix up definition so extra parameters
2300         are always inline.
2301
2302 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2303
2304         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2305         wasn't updated after mismatch.  Clear cached mailbox info correctly
2306         when uidvalidity changes.
2307         (nnimap-group-prefixed-name): New function to avoid some code
2308         duplication.
2309         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2310         (nnimap-request-group): Use it.
2311         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2312         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2313         with many imap folders.  This is done by caching the group status from
2314         the imap server persistently in a group parameter `imap-status'.  (This
2315         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2316         but not persistently, so every Gnus startup was still very slow.)
2317
2318 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2319
2320         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2321         delete the extra newline.  Otherwise editing of :string and :number
2322         types don't work.
2323
2324 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2325
2326         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2327         secrets.el dependency.
2328         (auth-sources): Add optional user name.  Add secrets.el configuration
2329         choice (unused right now).
2330
2331 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2332
2333         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2334         `gnus-registry-install-shortcuts' fill in the functions.
2335
2336         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2337         warnings.
2338         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2339         (gnus-registry-install-shortcuts): Populate and use it in a
2340         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2341
2342 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2343
2344         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2345         In-place substitutions for the group name encoding/decoding.
2346         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2347         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2348         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2349         (nnimap-update-unseen, nnimap-request-list)
2350         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2351         (nnimap-request-set-mark, nnimap-split-to-groups)
2352         (nnimap-split-articles, nnimap-request-newgroups)
2353         (nnimap-request-create-group, nnimap-request-accept-article)
2354         (nnimap-request-delete-group, nnimap-request-rename-group)
2355         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2356         `encoded-mbx' for consistency.
2357         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2358         variable `imap-current-mailbox'.
2359
2360         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2361         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2362
2363 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2364
2365         * pop3.el (pop3-display-message-size-flag): Display message size byte
2366         counts during POP3 download.
2367         (pop3-movemail): Use it.
2368         (pop3-list): Implement listing of available messages.
2369
2370 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2371
2372         * nnir.el (nnir-get-article-nov-override-function): New function to
2373         override the normal NOV retrieval.
2374         (nnir-retrieve-headers): Use it.
2375
2376 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2377
2378         * auth-source.el (netrc-machine-user-or-password): Autoload.
2379
2380 2010-03-19  Glenn Morris  <rgm@gnu.org>
2381
2382         Stop message.el from loading about 40 libraries it doesn't always need.
2383         The general approach is to autoload rather than require, and to
2384         require in the specific functions rather than the file.  (Bug#5642)
2385
2386         * gmm-utils.el: Don't require wid-edit.
2387         (widget-create-child-value, widget-convert, widget-default-get):
2388         Autoload.
2389
2390         * gnus-util.el: Don't require time-date, netrc.
2391         (message-fetch-field, gnus-group-name-decode): Declare rather than
2392         autoloading.
2393         (gnus-fetch-field): Require message.
2394         (gnus-decode-newsgroups): Require gnus-group.
2395
2396         * ietf-drums.el: Don't require time-date.
2397
2398         * message.el: Don't require hashcash, canlock, ecomplete.
2399         Do require mail-utils.  Require nnheader only when compiling.
2400         (smtpmail-default-smtp-server): Remove declaration.
2401         (message-send-mail-function): Check smtpmail-default-smtp-server
2402         is bound rather than requiring smtpmail.
2403         (message-auto-save-directory, message-insert-signature): Use
2404         expand-file-name rather than nnheader-concat.
2405         (nnheader-insert-file-contents): Autoload.
2406         (hashcash-wait-async): Declare.
2407         (message-send-mail): Only call gnus-setup-posting-charset if
2408         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2409         (message-send-mail-with-sendmail): Require sendmail.
2410         (canlock-password, canlock-password-for-verify): Declare.
2411         (message-canlock-password): Require canlock.
2412         (nnheader-get-report): Autoload.
2413         (gnus-setup-posting-charset): Declare.
2414         (message-send-news): Require gnus-msg.
2415         (message-make-references, message-make-in-reply-to): Use mail-header-id
2416         rather than the alias mail-header-message-id.
2417         (ecomplete-add-item, ecomplete-save): Declare.
2418         (message-put-addresses-in-ecomplete): Require ecomplete.
2419         (ecomplete-display-matches): Autoload.
2420
2421         * mm-decode.el: Don't require mailcap, gnus-util.
2422         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2423         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2424         Autoload.
2425         (mailcap-mime-extensions): Declare.
2426
2427         * mm-encode.el: Don't require mailcap.
2428         (mailcap-extension-to-mime): Autoload.
2429
2430         * mml-sec.el: Don't require password-cache.
2431
2432         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2433         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2434         (mml-minibuffer-read-type): Require mailcap.
2435         (mml-preview): Require gnus-msg.
2436
2437         * mml1991.el: Require password-cache.
2438         (password-cache-expiry): Remove declaration.
2439
2440         * mml2015.el: Require password-cache.
2441         (password-cache-expiry): Remove declaration.
2442
2443         * nneething.el (mailcap): Require mailcap.
2444
2445         * nnheader.el (declare-function): Add compatibility stub.
2446         (message-remove-header): Declare rather than autoload.
2447         (nnheader-replace-header): Require message.
2448
2449         * nnimap.el (declare-function): Add compatibility stub.
2450         (netrc-parse, netrc-machine-user-or-password): Declare.
2451         (nnimap-open-connection): Require netrc.
2452
2453         * nntp.el (declare-function): Add compatibility stub.
2454         (netrc-parse, netrc-machine, netrc-get): Declare.
2455         (nntp-send-authinfo): Require netrc.
2456
2457         * rfc2047.el: Don't require qp.
2458         (quoted-printable-encode-region, quoted-printable-decode-string):
2459         Autoload.
2460
2461         * sieve-mode.el: Don't require easymenu.
2462         (easy-menu-add-item): Autoload it.
2463
2464         * spam-stat.el (time-to-number-of-days): Autoload it.
2465
2466 2010-03-19  Glenn Morris  <rgm@gnu.org>
2467
2468         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2469
2470 2010-03-18  Glenn Morris  <rgm@gnu.org>
2471
2472         * hashcash.el (declare-function): Remove duplicate definition.
2473
2474 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2475
2476         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2477         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2478         value if any backslash escapes).
2479
2480 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2481
2482         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2483         if it is available.  (bug#5647)
2484
2485         * lpath.el: Suppress compiler warning for coding-system-from-name for
2486         Emacs 21 and XEmacs.
2487
2488 2010-03-14  Juri Linkov  <juri@jurta.org>
2489
2490         * hmac-def.el:
2491         * hmac-md5.el:
2492         * netrc.el: Fix keywords.
2493
2494 2010-02-26  Glenn Morris  <rgm@gnu.org>
2495
2496         * message.el (message-send-mail-function): Change the default, so that
2497         it inherits from a customized send-mail-function.  (Bug#5643)
2498
2499 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2500
2501         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2502         shell-command-to-string signals an error (bug#5299).
2503
2504 2010-02-24  Glenn Morris  <rgm@gnu.org>
2505
2506         * message.el (message-smtpmail-send-it)
2507         (message-send-mail-with-mailclient): Doc fixes.
2508
2509 2010-02-16  Glenn Morris  <rgm@gnu.org>
2510
2511         * message.el (message-default-mail-headers): Change the default value
2512         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2513
2514 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2515
2516         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2517         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2518
2519 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2520
2521         * time-date.el (date-to-time): Doc fix (Bug#5408).
2522
2523 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2524
2525         * message.el (message-mail): Just pass yank-action on to message-setup.
2526         (message-setup): Handle (FUN . ARGS) form of yank-action.
2527         (message-with-reply-buffer, message-widen-reply)
2528         (message-yank-original): Handle non-buffer values of
2529         message-reply-buffer (Bug#4080).
2530         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2531
2532 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2533
2534         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2535         Fix typo in docstring.
2536
2537 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2538
2539         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2540         response.
2541
2542 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2543
2544         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2545
2546         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2547
2548         * message.el (message-check-news-header-syntax): Protect against a
2549         string that `rfc822-addresses' returns when parsing fails.
2550
2551 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2552
2553         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2554         (gnus-previous-char-property-change): New functions.
2555
2556         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2557
2558 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2559
2560         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2561         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2562
2563 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2564
2565         * message.el (message-exchange-point-and-mark): Rework last change to
2566         avoid using optional arg of exchange-point-and-mark, for backward
2567         compatibility.
2568
2569 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2570
2571         * message.el (message-exchange-point-and-mark): Call
2572         exchange-point-and-mark with an argument rather than setting
2573         mark-active by hand (Bug#5175).
2574
2575 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2576
2577         * nntp.el (nntp-service-to-port): Work for service expressed with
2578         numeric string; replace [:digit:] with [0-9] for XEmacs.
2579
2580 2009-12-17  Glenn Morris  <rgm@gnu.org>
2581
2582         * gnus-group.el (gnus-bug-group-download-format-alist):
2583         Change emacs entry to debbugs.gnu.org.  Bump :version.
2584
2585 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2586
2587         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2588
2589 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2590
2591         * message.el (message-info): Explain why we use `Info-goto-node'.
2592
2593 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2594
2595         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2596
2597 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2598
2599         * message.el (message-completion-in-region): New compatibility function.
2600         (message-expand-group): Use it.
2601
2602 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2603
2604         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2605         with no unread article should be listed if the 2nd arg `predicate' is
2606         given.
2607
2608 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2609
2610         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2611
2612 2009-11-29  Juri Linkov  <juri@jurta.org>
2613
2614         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2615         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2616         on `gnus-recenter'. (Bug#4698, Bug#4981)
2617
2618 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2619
2620         * sha1.el (sha1-string-external): default-directory "/" in case
2621         otherwise non-existent.  process-connection-type pipe for touch of
2622         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2623
2624 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2625
2626         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2627         it's comms related and sgml-mode.el has "comm" on that basis too.
2628
2629 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2630
2631         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2632         containing tspecial characters if they have been already quoted.
2633
2634 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2635
2636         * dns-mode.el (auto-mode-alist): Purecopy string.
2637
2638 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2639
2640         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2641
2642 2009-10-24  Glenn Morris  <rgm@gnu.org>
2643
2644         * gnus-art.el (help-xref-stack-item): Define for compiler.
2645
2646 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2647
2648         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2649
2650 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2651
2652         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2653
2654 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2655
2656         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2657         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2658
2659 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2660
2661         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2662         (gnus-overlays-in): New alias to overlays-in.
2663
2664         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2665         gnus-overlay-get, and gnus-delete-overlay.
2666         (gnus-summary-show-thread): Make it work as well for systems in which
2667         next-single-char-property-change is not available.
2668         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2669
2670         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2671         (gnus-overlay-get): New alias to extent-property.
2672         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2673
2674         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2675         SXEmacs.
2676
2677         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2678         SXEmacs.
2679
2680 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2681
2682         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2683
2684 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2685
2686         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2687         and XEmacs that don't have `remove-overlays'.
2688
2689 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2690
2691         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2692         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2693         selective display.  Use overlays instead.
2694
2695 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2696
2697         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2698
2699 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2700
2701         * spam-stat.el (spam-stat-load): Fix typo in message.
2702
2703 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2704
2705         * dig.el (dig-invoke): Fix typo in docstring.
2706         (query-dig): Reflow docstring.
2707
2708 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2709
2710         * gnus-art.el (gnus-article-encrypt-body):
2711         * message.el (message-check-recipients):
2712         * mm-util.el (mm-codepage-setup):
2713         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2714         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2715
2716 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2717
2718         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2719         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2720         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2721         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2722         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2723
2724 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2725
2726         * dig.el: Add "Keywords: comm", as per net-utils.el.
2727
2728 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2729
2730         * dig.el (dig-mode): Use define-derived-mode.
2731
2732 2009-09-19  Glenn Morris  <rgm@gnu.org>
2733
2734         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2735
2736 2009-09-18  Glenn Morris  <rgm@gnu.org>
2737
2738         * gnus-diary.el (gnus-diary-check-message):
2739         * message.el (message-insert-formatted-citation-line):
2740         * nnbabyl.el (top-level):
2741         * nndiary.el (nndiary-schedule):
2742         Fix typos in condition-case handlers.
2743
2744 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2745
2746         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2747         configuration that provides the sole article window in a frame;
2748         position point correctly after deleting a part.
2749
2750 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2751
2752         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2753         (spam-resolve-registrations-routine): Use it to unregister articles
2754         that change status.
2755
2756 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2757
2758         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2759         with XEmacs.
2760         (parse-time-string-chars): Use it.
2761
2762 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2763
2764         * imap.el (imap-interactive-login): Better messages.
2765         (imap-open): Fix bug with renamed buffer on reconnect.
2766         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2767         for easier debugging and cleaner code.  On successful (guessed based on
2768         server capabilities) secondary authentication, set imap-state
2769         correctly.
2770         (imap-last-authenticator): Define imap-last-authenticator as a variable
2771         to avoid warnings.
2772
2773 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2774
2775         * nnrss.el (nnrss-request-article): Remove binding of
2776         default-enable-multibyte-characters that has gotten needless by
2777         the 2007-07-13 change in rfc2047-encode-message-header.
2778
2779         * mml.el (mml-insert-multipart): Error on the message header.
2780         (mml-insert-part): Error on the message header; position point at
2781         the end of a MIME tag.
2782
2783 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2784
2785         * time-date.el (autoload): Expand define-obsolete-function-alias into
2786         defalias and make-obsolete for old Emacsen that Gnus supports.
2787         (with-no-warnings): Define it for old Emacsen.
2788         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2789         is available.
2790         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2791         float-time is available; suppress compile warning for time-to-seconds.
2792
2793         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2794         (gnus-float-time): Alias to float-time if it exists.
2795
2796         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2797         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2798         float-time is available; suppress compile warning for time-to-seconds.
2799
2800         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2801         XEmacs.
2802
2803 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2804
2805         * imap.el (imap-message-map): Docstring fix.
2806
2807 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2808
2809         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2810         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2811         Add the optional argument `encoding' that overrides the default.
2812
2813         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2814         mm-encode-buffer.
2815
2816 2009-09-04  Glenn Morris  <rgm@gnu.org>
2817
2818         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2819         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2820         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2821         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2822         * mm-util.el (mm-with-unibyte-current-buffer)
2823         (mm-find-buffer-file-coding-system):
2824         * yenc.el (yenc-decode-region): Use default-value rather than
2825         default-enable-multibyte-characters.
2826
2827 2009-09-03  Glenn Morris  <rgm@gnu.org>
2828
2829         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2830         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2831         than default-enable-multibyte-characters.
2832
2833 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2834
2835         * gnus-art.el (gnus-article-read-summary-keys):
2836         Fix gnus-buffer-configuration's value temporarily used.
2837
2838 2009-09-02  Glenn Morris  <rgm@gnu.org>
2839
2840         * gnus-util.el (gnus-float-time): New function.
2841         * gnus-delay.el (gnus-delay-article):
2842         * gnus-sum.el (gnus-thread-latest-date):
2843         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2844         * nnspool.el (nnspool-request-newgroups):
2845         Use gnus-float-time rather than time-to-seconds.
2846         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2847
2848         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2849         (gnus-header-subject-face, gnus-header-newsgroups-face)
2850         (gnus-header-name-face, gnus-header-content-face):
2851         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2852         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2853         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2854         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2855         (gnus-cite-face-11):
2856         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2857         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2858         (gnus-server-closed-face, gnus-server-denied-face)
2859         (gnus-server-offline-face):
2860         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2861         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2862         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2863         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2864         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2865         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2866         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2867         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2868         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2869         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2870         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2871         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2872         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2873         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2874         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2875         (gnus-summary-high-undownloaded-face)
2876         (gnus-summary-low-undownloaded-face)
2877         (gnus-summary-normal-undownloaded-face)
2878         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2879         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2880         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2881         (gnus-splash-face):
2882         * message.el (message-header-to-face, message-header-cc-face)
2883         (message-header-subject-face, message-header-newsgroups-face)
2884         (message-header-other-face, message-header-name-face)
2885         (message-header-xheader-face, message-separator-face)
2886         (message-cited-text-face, message-mml-face):
2887         * sieve-mode.el (sieve-control-commands-face)
2888         (sieve-action-commands-face, sieve-test-commands-face)
2889         (sieve-tagged-arguments-face):
2890         * spam.el (spam-face):
2891         Mark face aliases with "-face" in the name as obsolete.
2892
2893 2009-09-01  Glenn Morris  <rgm@gnu.org>
2894
2895         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2896         than goto-line.
2897
2898 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2899
2900         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2901         Don't move point if the command is invoked inside the message header.
2902
2903 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2904
2905         * imap.el (imap-send-command): Simplify.
2906         (imap-wait-for-tag): point-max -> buffer-size.
2907
2908 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2909
2910         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2911         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2912         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2913         * nnir.el (nnir-swish-e-index-file):
2914         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2915         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2916         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2917         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2918         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2919         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2920
2921 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2922
2923         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2924         Don't save excursion.
2925
2926 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2927
2928         * nnheader.el (nnheader-find-file-noselect):
2929         * mm-util.el (mm-insert-file-contents):
2930         Use (default-value 'major-mode) instead of default-major-mode.
2931
2932 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2933
2934         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2935
2936 2009-08-26  Glenn Morris  <rgm@gnu.org>
2937
2938         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2939         than placing in files.el.
2940
2941 2009-08-25  Glenn Morris  <rgm@gnu.org>
2942
2943         * nnir.el (top-level): Don't require cl at run-time.
2944         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2945         Replace cl-function substitute with gnus-replace-in-string.
2946         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2947         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2948         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2949         simplified expansions.
2950
2951 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2952
2953         * dig.el (dig): Add autoload cookie.
2954
2955 2009-08-22  Glenn Morris  <rgm@gnu.org>
2956
2957         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2958         goto-line.
2959
2960 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2961
2962         * parse-time.el (parse-time-string-chars): Save match data.
2963
2964 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2965
2966         * parse-time.el (parse-time-string-chars): Compute using character
2967         classes, to handle non-ascii characters (Bug#3190).
2968
2969 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2970
2971         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2972
2973         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2974         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2975         (gnus-mm-display-part, gnus-mime-display-single)
2976         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2977         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2978
2979         * gnus-sum.el
2980         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2981         (gnus-summary-move-article): Add expirable mark to articles copied or
2982         moved to group that has auto-expire turned on if the option is non-nil.
2983
2984 2009-07-24  Glenn Morris  <rgm@gnu.org>
2985
2986         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2987         Fix typo.  (Bug#3903)
2988
2989 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2990
2991         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2992         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2993         that should not be used for draft articles.
2994         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2995         that has no concern in minor mode keys.
2996         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2997         Abolish.
2998
2999 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3000
3001         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3002         article without making inquiry to a user for unknown encoding.
3003
3004         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3005         (nnmaildir--scan): Assume i-node and device number that file-attributes
3006         returns might be cons-cell.
3007
3008         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3009
3010         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3011
3012 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3013
3014         * auth-source.el: Remove docs now in auth.texi.  Don't use
3015         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3016         `auth-source-hide-passwords' and use them.
3017
3018 2009-07-15  Glenn Morris  <rgm@gnu.org>
3019
3020         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3021
3022 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3023
3024         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3025         excessive whitespace from the default values of title and description.
3026
3027 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3028
3029         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3030         mail-fetch-field to fetch Content-Description header in order to
3031         exclude newlines.
3032
3033 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3034
3035         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3036         format used by GnuPG 2.0.11.
3037
3038 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3039
3040         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3041         to deleted part.
3042
3043 2009-05-30  David Engster  <dengste@eml.cc>
3044
3045         * nnmairix.el: Remove old documentation in the commentary block.
3046         (nnmairix-request-group): Do not update active file for nnml back ends.
3047         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3048         end so that overview files are ignored.
3049         (nnmairix-update-groups): Make updating the groups more robust by using
3050         marks.
3051         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3052         with dollar characters in message-id.
3053
3054 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3055
3056         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3057         2008-12-25 in dns.el.
3058
3059 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3060
3061         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3062         could happen if the text is only composed of spaces and/or tabs.
3063
3064 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3065
3066         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3067         when sending a queued message to avoid extra mml tags.
3068
3069 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3070
3071         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3072
3073 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3074
3075         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3076         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3077         rmail-toggle-header for XEmacs;
3078         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3079
3080 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3081
3082         * gnus-dired.el: Remove autoload for gnus-setup-message.
3083         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3084         displaying Gnus logo; always use compose-mail.
3085
3086 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3087
3088         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3089
3090 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3091
3092         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3093         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3094         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3095         available.
3096         (gnus-nocem-epg-verify): New function.
3097
3098 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3099
3100         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3101
3102 2009-02-15  Glenn Morris  <rgm@gnu.org>
3103
3104         * gnus-util.el (rmail-insert-rmail-file-header)
3105         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3106         autoloads.
3107         (rmail-default-rmail-file): Remove unnecessary declaration.
3108         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3109
3110 2009-02-14  Glenn Morris  <rgm@gnu.org>
3111
3112         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3113         variable (only used in gnus-util, which declares it anyway).
3114         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3115         which was only needed by gnus-art (changed to not use it any more).
3116         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3117         only used in gnus-util, which autoloads it itself.
3118         (rmail-update-summary): Fix autoload.
3119
3120         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3121         rather than rmail-output-to-rmail-file.
3122
3123 2009-02-07  Glenn Morris  <rgm@gnu.org>
3124
3125         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3126         autoload of function that no longer exists.
3127         (rmail-toggle-header): Declare.
3128         (message-forward-rmail-make-body): Handle mbox Rmail.
3129
3130 2009-01-31  Glenn Morris  <rgm@gnu.org>
3131
3132         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3133         2009-01-09 change.
3134
3135 2009-01-31  Dave Love  <fx@gnu.org>
3136
3137         * imap.el (imap-fetch-safe): Bind debug-on-error.
3138         (imap-debug): Add imap-fetch-safe.
3139
3140 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3141
3142         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3143         (auth-source-forget-all-cached): New convenience function.
3144         (auth-source-user-or-password): Accept list of modes or a single mode.
3145
3146         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3147         auth-source modes.
3148
3149         * netrc.el (netrc-machine-user-or-password): Use list of
3150         auth-source modes.
3151
3152         * nnimap.el (nnimap-open-connection): Use list of
3153         auth-source modes.
3154
3155         * nntp.el (nntp-send-authinfo): Use list of
3156         auth-source modes.
3157
3158 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3159
3160         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3161         now.
3162
3163 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3164
3165         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3166         coding system in XEmacs; add a workaround for XEmacs.
3167
3168         * lpath.el: Fbind coding-system-aliasee.
3169
3170 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3171
3172         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3173         of current-language-environment.
3174
3175 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3176
3177         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3178         available at runtime.
3179
3180 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3181
3182         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3183
3184 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3185
3186         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3187         the greatest positive fixnum value doesn't work under an XEmacs with
3188         bignum support; use the most-positive-fixnum constant instead,
3189         available since Emacs 21.1 with cl and XEmacs 21.1.
3190
3191 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3192
3193         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3194         XEmacs gets not to work.
3195
3196 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3197
3198         * mm-util.el (mm-coding-system-priorities): Allow the value like
3199         "Japanese (UTF-8)" of current-language-environment.
3200
3201 2009-01-09  Glenn Morris  <rgm@gnu.org>
3202
3203         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3204         with last-command-event.
3205
3206 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3207
3208         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3209         in the doc string.
3210
3211         * message.el (message-fix-before-sending): Amend comment.
3212
3213 2009-01-08  Dave Love  <fx@gnu.org>
3214
3215         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3216
3217 2009-01-07  David Engster  <dengste@eml.cc>
3218
3219         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3220         simplified server definitions by converting it via
3221         gnus-server-to-method.
3222
3223 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3224
3225         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3226         parameter's operands.
3227
3228 2009-01-06  David Engster  <dengste@eml.cc>
3229
3230         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3231         primary select method (for gnus-group-mark-article-as-read).
3232
3233 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3234
3235         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3236         `(gnus)Face', not `(gnus)X-Face'.
3237
3238 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3239
3240         * mm-util.el (mm-ucs-to-char): New function.
3241
3242         * mm-url.el (mm-url-decode-entities): Use it.
3243
3244         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3245         unicode-to-char.
3246
3247 2009-01-05  Dave Love  <fx@gnu.org>
3248
3249         * time-date.el: Require cl for `declare'.
3250
3251 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3252
3253         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3254         Dave Love.
3255
3256 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3257
3258         * message.el (message-fix-before-sending): Add `eight-bit' to
3259         illegible-text check.
3260
3261 2009-01-03  Michael Olson  <mwolson@gnu.org>
3262
3263         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3264         `headers' is nil.  This can occur if the IMAP server does not have
3265         permissions to read messages from a folder, but can write new messages
3266         to the folder.
3267         (nnimap-request-article-part): Do not insert `data' if it is nil.
3268
3269         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3270         characters which will confuse `read', so skip past them.
3271
3272 2009-01-01  Dave Love  <fx@gnu.org>
3273
3274         * imap.el (imap-string-to-integer): Fix typo.
3275         (imap-fetch-safe): New function.
3276         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3277
3278         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3279
3280         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3281         (imap-parse-greeting): Fix doc strings.
3282         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3283         (imap-parse-flag-list): Make messages unique.
3284         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3285
3286         * nnimap.el: Fix author email.
3287         (nnimap-split-rule): Add FIXME comment.
3288         (nnimap-debug): Fix doc string.
3289
3290 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3291
3292         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3293
3294 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3295
3296         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3297         nslookup if resolv.conf isn't available.
3298         (dns-query): Rename from query-dns.
3299         (dns-query-cached): Rename from query-dns-cached.
3300
3301 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3302
3303         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3304         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3305         to check if those variables exist (first appeared in Emacs 18.50).
3306
3307 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3308
3309         * mm-util.el (mm-line-number-at-pos): New function.
3310
3311         * spam-report.el (spam-report-process-queue): Use it.
3312
3313 2008-12-24  David Engster  <dengste@eml.cc>
3314
3315         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3316         parameters that haven't existed as variables as buffer-local variables.
3317
3318 2008-12-23  Dave Love  <fx@gnu.org>
3319
3320         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3321         cadar.
3322
3323         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3324         imap-starttls-p.
3325         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3326
3327 2008-12-22  Dave Love  <fx@gnu.org>
3328
3329         * imap.el: Fix author email.  Doc fixes.
3330         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3331         reply.
3332
3333 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3334
3335         * spam-report.el (spam-report-gmane-max-requests): New constant.
3336         (spam-report-gmane-wait): New variable.
3337         (spam-report-gmane-ham, spam-report-gmane-spam)
3338         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3339         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3340         the server.
3341
3342         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3343         Add explanations.
3344
3345         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3346         nnheader-accept-process-output and nnheader-read-timeout if available.
3347         (pop3-movemail): Use it.
3348
3349         * message.el (message-check-news-body-syntax): Fix signature check if
3350         there's an attachment.
3351
3352 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3353
3354         * mm-util.el: Add comments to the mm- emulating functions.
3355
3356 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3357
3358         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3359         by Stephen Berman <stephen.berman@gmx.net>.
3360
3361 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3362
3363         * mm-util.el (mm-substring-no-properties): New function.
3364         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3365         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3366         (mm-string-to-multibyte): Doc fix.
3367
3368         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3369
3370 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3371
3372         * mml.el (mml-attach-file): Strip text properties from file name.
3373         (Bug#1574)
3374
3375 2008-12-16  Glenn Morris  <rgm@gnu.org>
3376
3377         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3378
3379 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3380
3381         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3382         knows since the charset specified might be a bogus alias that
3383         mm-charset-synonym-alist provides.
3384
3385 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3386
3387         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3388         "ISO_8859-1".
3389
3390         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3391
3392 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3393
3394         * mm-util.el (mm-charset-eval-alist):
3395         Define it before mm-charset-to-coding-system.
3396         (mm-charset-to-coding-system): Add optional argument `silent';
3397         define it before mm-charset-override-alist.
3398         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3399         default value if it can be used in Emacs currently running;
3400         silence mm-charset-to-coding-system.
3401
3402 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3403
3404         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3405         `allow-override' which says whether to use `mm-charset-override-alist'.
3406         (rfc2047-decode-encoded-words): Use it.
3407
3408         * mm-util.el (mm-charset-override-alist): Fix custom type;
3409         add `(gb2312 . gbk)' to choices.
3410
3411 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3412
3413         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3414         fast.
3415
3416         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3417
3418         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3419
3420 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3421
3422         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3423         on links.
3424
3425         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3426
3427 2008-12-03  Lute Kamstra  <lute@gnu.org>
3428
3429         * sha1.el: Remove leading * from docstrings of defcustoms,
3430         deffaces, defconsts and defuns.
3431
3432 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3433
3434         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3435         users' addresses that don't have domain parts.
3436         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3437         rather than message-narrow-to-head since there will be the message
3438         header separator.
3439
3440 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3441
3442         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3443         since the result is inserted in a unibyte buffer anyway.
3444         (nnimap-demule-use-string-to-multibyte): Remove.
3445         (nnimap-demule): Alias it to mm-string-to-multibyte.
3446
3447 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3448
3449         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3450         variable for debugging bug#464 and bug#1174.
3451         (nnimap-demule): Use it.
3452
3453 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3454
3455         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3456         score calculation correctly.
3457
3458 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3459
3460         * message.el (message-send-mail): Just set the buffer to unibyte
3461         rather than use mm-with-unibyte-current-buffer which does a lot more.
3462         (message-send-mail-partially): Don't bother with
3463         mm-with-unibyte-current-buffer since it's already been made unibyte by
3464         message-send-mail.
3465
3466 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3467
3468         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3469
3470 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3471
3472         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3473
3474 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3475
3476         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3477         require itself and to remove `with-no-warnings'.
3478
3479 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3480
3481         * starttls.el (starttls-any-program-available): Get the name of the
3482         available TLS layer program.
3483         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3484         well as the host name in the "opening" message.
3485
3486         * auth-source.el (auth-source-cache, auth-source-do-cache)
3487         (auth-source-user-or-password): Cache passwords and logins by default,
3488         allow override with `auth-source-do-cache'.
3489         (auth-source-forget-user-or-password): Allow users to remove cache
3490         entries if needed.
3491
3492 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3493
3494         * md4.el (md4-buffer): Fix typo in docstring.
3495         (md4, md4-64): Doc fixes.
3496         (md4-pack-int32): Reflow docstring.
3497
3498 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3499
3500         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3501         condition-case to only the forward-sexp call.
3502
3503 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3504
3505         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3506         quotes contained.  Make it more robust regardless by an extra
3507         condition-case wrapper.
3508
3509 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3510
3511         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3512
3513 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3514
3515         * nnml.el (nnml-request-expire-articles): Check if the function set to
3516         `nnmail-expiry-target' returns the symbol `delete'.
3517
3518         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3519
3520         * nnmail.el (nnmail-expiry-target): Fix custom type.
3521
3522 2008-10-02  Glenn Morris  <rgm@gnu.org>
3523
3524         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3525         Silence compiler warning.
3526
3527 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3528
3529         * tls.el (open-tls-stream): Show the actual command being
3530         executed, instead of the format string.
3531
3532 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3533
3534         * lpath.el: Fbind codepage-setup for Emacs 23.
3535
3536 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3537
3538         * mml.el (mml-menu): Don't assume mml2015 is bound.
3539
3540 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3541
3542         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3543         exists.
3544
3545 2008-09-27  Glenn Morris  <rgm@gnu.org>
3546
3547         * gnus-util.el (mail-header-remove-comments): Autoload it.
3548
3549 2008-09-27  Andreas Schwab  <schwab@suse.de>
3550
3551         * gnus-util.el (gnus-split-references): Strip comments.
3552         (gnus-parent-id): Likewise.
3553
3554 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3555
3556         * message.el (message-confirm-send): Fix version.
3557
3558 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3559
3560         * message.el (message-idna-to-ascii-rhs-1): Use
3561         mail-extract-address-components rather than mail-header-parse-addresses
3562         that is an alias by default to ietf-drums-parse-addresses that does not
3563         support non-ASCII names in headers' contents.
3564
3565 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3566
3567         * message.el (message-confirm-send): Fixed variable documentation to
3568         avoid the "y/n" wording.
3569
3570 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3571
3572         * message.el (message-set-auto-save-file-name): Save to a different
3573         filename so multiple messages (especially drafts) can be recovered.
3574
3575 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3576
3577         * message.el (message-confirm-send): Add appropriate version.
3578
3579 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3580
3581         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3582         defvar.
3583
3584 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3585
3586         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3587         (mm-pkcs7-enveloped-magic): Ditto.
3588
3589 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3590
3591         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3592         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3593
3594 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3595
3596         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3597         default, it's better.
3598
3599 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3600
3601         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3602         summary line gnus-number property and ignore them (with a warning
3603         message).
3604
3605 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3606
3607         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3608         macro caddr in the interactive form since it won't be expanded.
3609
3610 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3611
3612         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3613         `charset'; fix name of function called recursively.
3614         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3615
3616 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3617
3618         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3619         (gnus-mime-set-charset-parameters): New function.
3620         (gnus-mime-view-part-as-charset): Use it to correctly display part
3621         specifying wrong charset.
3622
3623 2008-09-08  David Engster  <dengste@eml.cc>
3624
3625         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3626         in completing-read for back end server.
3627
3628 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3629
3630         * message.el (message-confirm-send): New variable to confirm sending a
3631         message.
3632         (message-send): Use it.
3633
3634 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3635
3636         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3637
3638 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3639
3640         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3641
3642 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3643
3644         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3645         prevent tracking too many groups.
3646         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3647         Use it.
3648
3649 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3650
3651         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3652         moving point to the bottom of the window in order to avoid recentering.
3653
3654 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3655
3656         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3657
3658         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3659         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3660         (gnus-article-beginning-of-window): Fix calculation.
3661
3662 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3663
3664         * gnus-msg.el (gnus-summary-supersede-article)
3665         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3666         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3667         message header.
3668
3669 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3670
3671         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3672         pending output coming after the status change.
3673
3674 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3675
3676         * message.el:
3677         * gnus-start.el:
3678         * gnus-registry.el: Remove VMS support.
3679
3680 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3681
3682         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3683         macro.
3684         (rfc2104-hash): Use it.
3685
3686 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3687
3688         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3689         (gnus-summary-sort-by-most-recent-date): New commands.
3690         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3691         and menu entries.
3692
3693 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3694
3695         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3696         don't redisplay article for raw contents; remove plural articles stuff.
3697
3698         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3699         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3700         on gnus-summary-save-article; display results properly.
3701
3702 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3703
3704         * lpath.el: No need to fbind ns-focus-frame.
3705
3706 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3707
3708         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3709
3710 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3711
3712         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3713         gnus-save-all-headers.
3714
3715 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3716
3717         * gnus-util.el (ns-focus-frame): Remove declaration.
3718         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3719         like x.
3720
3721 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3722
3723         * rfc2104.el (rfc2104-zero): Delete defconst.
3724         (rfc2104-hex-alist): Likewise.
3725         (rfc2104-hex-to-int): Delete func.
3726         (rfc2104-hexstring-to-bitstring): Likewise.
3727         (rfc2104-nybbles): New defconst.
3728         (rfc2104-hash): Rewrite for speed.
3729
3730 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3731
3732         * tls.el (open-tls-stream): Make it work with the 2nd argument
3733         BUFFER that is a string but does not exist as a buffer object, as
3734         mentioned in the doc-string.
3735
3736 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3737
3738         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3739         SXEmacs.
3740
3741 2008-07-16  Glenn Morris  <rgm@gnu.org>
3742
3743         * gnus-util.el (ns-focus-frame): Declare for compiler.
3744
3745 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3746
3747         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3748         set as a group parameter.
3749         (gnus-summary-save-in-pipe): Work when it is called independently.
3750         (gnus-summary-pipe-to-muttprint): Don't modify
3751         gnus-summary-pipe-output-default-command.
3752
3753 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3754
3755         * message.el (message-send-mail-with-sendmail):
3756         Display the error message.
3757
3758 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3759
3760         * gnus-art.el (gnus-default-article-saver):
3761         Add gnus-summary-save-in-pipe to choices.
3762         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3763         gnus-summary-pipe-output-default-command as the default command.
3764         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3765         instead of gnus-last-shell-command.
3766
3767         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3768         New user option.
3769         (gnus-summary-muttprint-program): Mention the value will be changed.
3770         (gnus-summary-save-article): Force showing of all headers.
3771         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3772
3773 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3774
3775         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3776
3777 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3778
3779         * nnimap.el (nnimap-id):
3780         * sieve-manage.el (sieve-manage-open): Doc fixes.
3781
3782 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3783
3784         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3785         if available.
3786
3787 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3788
3789         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3790
3791         * nnkiboze.el (nnkiboze-generate-group):
3792         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3793
3794         * nnmairix.el: Require CL.
3795
3796 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3797
3798         * dgnushack.el: Autoload get-display-table and put-display-table for
3799         XEmacs 21.5.
3800
3801         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3802         21.4 and SXEmacs.
3803
3804 2008-06-15  David Engster  <dengste@eml.cc>
3805
3806         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3807
3808 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3809
3810         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3811         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3812         runtime choice under XEmacs.
3813
3814         * gnus-sum.el (gnus-summary-set-display-table):
3815         Use `gnus-put-display-table', `gnus-get-display-table',
3816         `gnus-set-display-table' for the display table, instead of `aset'.
3817
3818         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3819         Use `gnus-put-display-table', `gnus-get-display-table',
3820         `gnus-set-display-table' for the display table.
3821
3822 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3823
3824         * nnmairix.el: Add autoloads.
3825
3826 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3827
3828         * nnmairix.el (nnmairix-delete-recreate-group)
3829         (nnmairix-update-and-clear-marks): Fix error messages.
3830
3831 2008-06-14  David Engster  <dengste@eml.cc>
3832
3833         * nnmairix.el: Upgrade to version 0.6.
3834         (nnmairix-group-toggle-propmarks-this-group)
3835         (nnmairix-group-toggle-readmarks-this-group)
3836         (nnmairix-group-delete-recreate-this-group)
3837         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3838         (nnmairix-remove-tick-mark-original-article): New commands.
3839         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3840         (nnmairix-propagate-marks-to-nnmairix-groups)
3841         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3842         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3843         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3844         functions needed for marks propagation and manipulation of read marks.
3845         (nnmairix-update-groups): New function.
3846         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3847         (nnmairix-determine-original-group-from-registry)
3848         (nnmairix-determine-original-group-from-path)
3849         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3850         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3851         New helper functions.
3852         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3853         keystrokes for new commands.
3854         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3855         (nnmairix-request-group): Check allow-fast group parameter.
3856         (nnmairix-request-create-group): Set allow-fast group parameter if
3857         nnmairix-allowfast-default is set.
3858         (nnmairix-close-group): Propagate marks upon closing if needed.
3859         (nnmairix-group-toggle-threads-this-group): Use new.
3860         nnmairix-group-toggle-parameter helper function.
3861         (nnmairix-search): Better check for empty search result.
3862         (nnmairix-goto-original-article): Use new helper functions for
3863         determining original article.
3864         (nnmairix-show-original-article): Make sure message-id is in brackets.
3865         (nnmairix-call-mairix-binary): Change variable name.
3866         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3867         helper function.
3868         (nnmairix-widget-toggle-activate): Fix doc string.
3869
3870 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3871
3872         * nnir.el: Require edmacro when compiling with XEmacs.
3873         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3874         available in Emacs 21.
3875
3876 2008-06-11  Glenn Morris  <rgm@gnu.org>
3877
3878         * gnus-util.el (x-focus-frame):
3879         * gnus.el (image-size):
3880         * mm-decode.el (image-size): Declare.
3881
3882         * gnus-picon.el (declare-function): Add compat definition.
3883         (image-size): Declare.
3884
3885         * gnus-group.el (tool-bar-map):
3886         * gnus-sum.el (tool-bar-map): Define for compiler.
3887
3888         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3889
3890         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3891
3892         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3893         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3894         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3895         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3896         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3897         * sieve-manage.el, spam-report.el, spam.el:
3898         Remove unnecessary eval-and-compile of autoloads.
3899
3900 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3901
3902         * auth-source.el: Precise Tramp doc.
3903
3904 2008-06-07  Glenn Morris  <rgm@gnu.org>
3905
3906         * nnmairix.el: Remove unnecessary eval-when-compile.
3907
3908 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3909
3910         * lpath.el: Fbind propertize for XEmacs 21.4.
3911
3912 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3913
3914         * nnir.el: Move here from ../contrib.
3915
3916 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3917
3918         * gnus-util.el (gnus-read-shell-command): New function.
3919         * mm-decode.el (mm-pipe-part):
3920         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3921
3922 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3923
3924         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3925
3926 2008-06-03  Glenn Morris  <rgm@gnu.org>
3927
3928         * pop3.el (nnheader-accept-process-output): Autoload it.
3929
3930 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3931
3932         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3933         are not 2-digit hexadecimal characters that follow `%'s.
3934
3935 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3936
3937         * message.el (message-bogus-recipient-p): Fix type in doc string.
3938         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3939         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3940         Improve custom options.
3941         (message-bogus-recipient-p): Adjust accordingly.
3942
3943 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3944
3945         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3946         long-form month and day names.
3947
3948 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3949
3950         * dgnushack.el: Autoload debug, eudc-expand-inline and
3951         pgg-snarf-keys-region for XEmacs.
3952
3953         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3954
3955         * nnmairix.el: Require edmacro when compiling with XEmacs.
3956
3957 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3958
3959         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3960         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3961
3962 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3963
3964         * auth-source.el: Add more docs.
3965
3966         * netrc.el (netrc-machine): Always match if the port is not given.
3967
3968 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3969
3970         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3971         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3972         retrieval faster in some cases, but might make CPU usage larger.  If
3973         this has any bad side effects, we might revert this change.
3974
3975         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3976         seems to make mail retrieval much, much faster.
3977         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3978         unconditionally.
3979
3980         * gnus-draft.el (gnus-group-send-queue): Bind
3981         message-send-mail-partially-limit to nil to avoid being prompted.
3982
3983 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3984
3985         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3986
3987         * message.el (message-bogus-address-regexp): Fix and improve custom
3988         type.
3989         (message-setup-hook): Add message-check-recipients as custom option.
3990
3991 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3992
3993         * message.el (message-cite-function): Remove bogus autoload which crept
3994         in during merge from v5-10.
3995
3996 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3997
3998         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3999
4000         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4001
4002         * auth-source.el: Preliminary Tramp docs.
4003         (auth-sources): Change the default auth-sources to use
4004         EPA .gpg files.
4005
4006 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4007
4008         * nntp.el: Autoload `auth-source-user-or-password'.
4009         (nntp-send-authinfo): Use it.
4010
4011         * nnimap.el: Autoload `auth-source-user-or-password'.
4012         (nnimap-open-connection): Use it.
4013
4014         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4015         for the gnus-message function.
4016         (auth-source-user-or-password): Use it.
4017
4018 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4019
4020         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4021         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4022         (rfc2104-hash): Use it.
4023
4024 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4025
4026         * gnus-art.el (gnus-article-toggle-truncate-lines):
4027         Don't use `iff' in docstring.
4028
4029 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4030
4031         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4032
4033         * gnus-util.el (gnus-extract-address-component-name)
4034         (gnus-extract-address-component-email): Convenience functions around
4035         `gnus-extract-address-components'.
4036
4037         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4038         Use `gnus-extract-address-component-email' to fix bug of comparing full
4039         sender name to `user-mail-address'.
4040
4041 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4042
4043         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4044         catch/throw to optimize.
4045         (gnus-registry-find-keywords): Just use member to find a keyword.
4046
4047 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4048
4049         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4050         is current before calling gnus-server-prepare.
4051         (gnus-server-setup-buffer, gnus-server-update-server)
4052         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4053
4054 2008-05-04  Juri Linkov  <juri@jurta.org>
4055
4056         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4057         (mailcap-file-default-commands): Use mailcap-replace-in-string
4058         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4059         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4060
4061 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4062
4063         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4064
4065 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4066
4067         * gnus.el: Bump version to 0.11.
4068
4069 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4070
4071         * gnus.el: No Gnus v0.10 is released.
4072
4073 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4074
4075         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4076         hooks.
4077         (gnus-update-read-articles): Speed up non-marks-using users.
4078         (gnus-use-marks): Define gnus-use-marks.
4079         (gnus-propagate-marks): Rename variable to something more sensible.
4080
4081 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4082
4083         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4084         (gmm-image-load-path-for-library): Fix typos in docstrings.
4085         (gmm-message): Reflow docstring.
4086
4087 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4088
4089         * mail-source.el (mail-source-set-1, mail-source-bind):
4090         Move auth-source code out of the macro to clean it up and fix bugs.
4091
4092 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4093
4094         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4095         by sender if it's equal to user-mail-address, it's likely to be
4096         useless.
4097
4098         * mail-source.el (mail-source-bind): Don't use user or password if they
4099         are not bound.  Unintern them if they are nil.  Don't use server unless
4100         it's bound, and default it to empty string otherwise.
4101
4102 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4103
4104         * mail-source.el: Load auth-source.el.
4105         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4106         get user name or password, if auth-sources is set up.
4107
4108         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4109         strategy of splitting with parent.
4110         (gnus-registry-split-fancy-with-parent)
4111         (gnus-registry-post-process-groups): Use it and fix prior
4112         bug (returning a list as the split result).
4113
4114         * auth-source.el (auth-sources): Remove server parameter.
4115         (auth-source-pick, auth-source-user-or-password)
4116         (auth-source-user-or-password-imap)
4117         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4118         (auth-source-user-or-password-sftp)
4119         (auth-source-user-or-password-smtp): Remove server parameter.
4120
4121 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4122
4123         * smime.el (smime-sign-region, smime-encrypt-region)
4124         (smime-decrypt-region):
4125         Remove redundant calls to `generate-new-buffer-name'.
4126
4127 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4128
4129         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4130         Don't use QP for message/rfc822.
4131         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4132
4133 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4134
4135         * sieve-manage.el (sieve-string-bytes): Remove.
4136         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4137         correct byte-length only if the process's coding-system is the same as
4138         the one used internally by Emacs to represent strings.
4139
4140 2008-04-22  Juri Linkov  <juri@jurta.org>
4141
4142         * mailcap.el (mailcap-file-default-commands): New function.
4143
4144 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4145
4146         * message.el (message-signature-separator, message-cite-function):
4147         Change custom version.
4148
4149 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4150
4151         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4152         commands.
4153         (tls-checktrust): Ditto.
4154
4155 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4156
4157         * mm-decode.el (mm-display-external): Make temp file read-only.
4158
4159 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4160
4161         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4162         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4163         `C-c C-f d'.
4164
4165 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4166
4167         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4168
4169 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4170
4171         * gnus.el: Bump version to 0.9.
4172
4173 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4174
4175         * gnus.el: No Gnus v0.8 is released.
4176
4177 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4178
4179         * mail-source.el (mail-source-value):
4180         Prefer fboundp to functionp so it works with macros as well.
4181
4182 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4183
4184         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4185         Fix last change in case the element is not even a symbol.
4186
4187 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4188
4189         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4190         Prefer fboundp to functionp so it works with macros as well.
4191
4192 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4193
4194         * auth-source.el: Added docs.
4195         (auth-sources): Modify format to support server.
4196         (auth-source-pick, auth-source-user-or-password)
4197         (auth-source-user-or-password-imap)
4198         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4199         (auth-source-user-or-password-sftp)
4200         (auth-source-user-or-password-smtp): Add server parameter.
4201
4202 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4203
4204         * gnus-registry.el: Initialize the registry when gnus-registry-install
4205         is t.
4206
4207 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4208
4209         * compface.el (uncompface): Make buffer unibyte.
4210
4211 2008-04-05  Glenn Morris  <rgm@gnu.org>
4212
4213         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4214
4215 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4216
4217         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4218         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4219
4220         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4221         multibyteness after rather than before erasing it.
4222
4223         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4224         mm-with-multibyte.
4225         (gnus-request-article-this-buffer): Make sure the proper decoding is
4226         used if gnus-original-article-buffer happens to be unibyte.
4227
4228         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4229         default-enable-multibyte-characters.
4230
4231         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4232         default-enable-multibyte-characters.
4233
4234         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4235
4236         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4237
4238 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4239
4240         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4241         (imap-message-copyuid-1): Use it.
4242         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4243         J. Williams in
4244         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4245
4246         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4247         imap-enable-exchange-bug-workaround.
4248         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4249
4250 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4251
4252         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4253         a 100 byte status-checks into a 2-3MB transfer for each group.
4254         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4255         to enable bug workaround or not.
4256         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4257
4258 2008-03-31  Glenn Morris  <rgm@gnu.org>
4259
4260         * message.el (mml2015-use): Declare for compiler.
4261         (message-info): Require mml2015 when appropriate.
4262
4263 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4264
4265         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4266         whitespace.
4267
4268 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4269
4270         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4271         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4272         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4273         (nntp-service-to-port): New function.
4274         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4275         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4276         (nntp-open-netcat-stream): New function.
4277         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4278
4279 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4280
4281         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4282
4283 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4284
4285         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4286
4287 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4288
4289         * dns.el (dns-write): Use set-buffer-multibyte.
4290
4291 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4292
4293         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4294
4295 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4296
4297         * message.el (message-signature-separator): Change default.
4298         Improve custom type.
4299         (message-cite-function): Change default to
4300         message-cite-original-without-signature.
4301
4302         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4303         toggle.
4304
4305         * message.el (message-check-news-body-syntax): Fix signature check.
4306         (message-setup-1): Mark buffer as unmodified _after_ running
4307         message-setup-hook and handling message-alternative-emails.
4308         (message-shorten-references): Be more strict when building list of
4309         valid references to comply with GNKSA.
4310
4311         * gnus-group.el (gnus-read-ephemeral-bug-group)
4312         (gnus-read-ephemeral-debian-bug-group)
4313         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4314
4315         * message.el (message-info): Don't use booleanp which isn't supported
4316         in Emacs 21 and XEmacs.
4317
4318 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4319
4320         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4321         gnus-group-gmane-group-download-format.
4322         (gnus-group-read-ephemeral-gmane-group): Rename from
4323         gnus-group-read-ephemeral-gmane-group.
4324         (gnus-read-ephemeral-gmane-group-url): Rename from
4325         gnus-group-read-ephemeral-gmane-group-url.
4326         (gnus-bug-group-download-format-alist): New variable.
4327         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4328         (gnus-read-ephemeral-emacs-bug-group): New commands.
4329
4330 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4331
4332         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4333         (gnus-visible-headers): Improve custom type.
4334
4335 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4336
4337         * mml.el (mml-menu): Add workarounds for XEmacs.
4338
4339         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4340         X-Boundary header.
4341
4342         * message.el (message-simplify-recipients): Fix previous commit.
4343
4344 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4345
4346         * mm-util.el (mm-set-buffer-multibyte): New function.
4347         * mm-decode.el (mm-copy-to-buffer): Use it.
4348
4349 2008-03-19  Glenn Morris  <rgm@gnu.org>
4350
4351         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4352         Accidentally removed in the sync process with Emacs.
4353
4354 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4355
4356         * message.el (message-alter-recipients-discard-bogus-full-name):
4357         New function.
4358         (message-alter-recipients-function): New variable.
4359         (message-get-reply-headers): Use it.
4360         (message-replace-header): New helper function.
4361         (message-recipients-without-full-name): New variable.
4362         (message-simplify-recipients): New command.
4363
4364         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4365
4366         * message.el (message-info): Handle EasyPG manual.
4367
4368         * mml.el (mml-menu): Add entry for EasyPG.
4369
4370 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4371
4372         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4373         parameter.
4374
4375         * message.el (message-disassociate-draft): Specify drafts group name
4376         fully.
4377
4378 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4379
4380         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4381         unnecessary duplicates from the match list.
4382
4383 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4384
4385         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4386
4387         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4388
4389         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4390         args of `how-many' of which the XEmacs version doesn't take; declare
4391         Info-index-next as function.
4392
4393 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4394
4395         * gnus-score.el (gnus-score-headers): Fix handling of
4396         gnus-inhibit-slow-scoring.
4397
4398         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4399         string.
4400         (gnus-button-url-regexp): Improve handling of parenthesis.
4401         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4402         (gnus-button-handle-info-keystrokes): Handle index entries.
4403
4404 2008-03-15  Glenn Morris  <rgm@gnu.org>
4405
4406         * parse-time.el (parse-time-string): Simplify.
4407
4408 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4409
4410         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4411         Incoming* files.
4412
4413 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4414
4415         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4416         (auth-source-pick): Use it.
4417
4418 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4419
4420         * binhex.el (binhex-decode-region-internal):
4421         * uudecode.el (uudecode-decode-region-internal):
4422         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4423         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4424         setting default-enable-multibyte-characters.
4425
4426 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4427
4428         * auth-source.el (auth-source-protocols)
4429         (auth-source-protocols-customize, auth-source-choices): Added and
4430         modified variable customizations and defaults.
4431         (auth-source-pick, auth-source-user-or-password)
4432         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4433         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4434         (auth-source-user-or-password-sftp)
4435         (auth-source-user-or-password-smtp): Use new variables and provide an
4436         interface to netrc.el.
4437
4438 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4439
4440         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4441         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4442         Make sure the nntp port to specify is a string.
4443
4444 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4445
4446         * nntp.el: Use with-current-buffer.
4447         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4448         dubious mm-with-unibyte-current-buffer.
4449         (nntp-with-open-group-function): New function extracted from
4450         nntp-with-open-group macro.
4451         (nntp-with-open-group): Use the function, so it's easier to debug.
4452         Add indentation and debugging info.
4453         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4454         the use of the netcat alternatives.
4455
4456         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4457         Avoid mm-string-as-multibyte as well.
4458
4459         * nnweb.el (nnweb-insert-html):
4460         Remove use of nnheader-string-as-multibyte.
4461
4462         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4463         (nnheader-string-as-multibyte): Remove.
4464
4465         * mm-view.el: Use inhibit-read-only.
4466         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4467         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4468         or unibyte-string.
4469
4470         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4471         (mm-uu-yenc-extract): Use with-current-buffer.
4472
4473         * gnus-soup.el (gnus-soup-send-packet): Don't use
4474         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4475
4476         * nnmh.el: Use with-current-buffer.
4477         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4478         mm-string-as-multibyte on the output of mm-encode-coding-string.
4479
4480         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4481         (nnimap-request-move-article): Use with-current-buffer.
4482
4483         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4484         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4485         conversion uses string-make-unibyte rather than string-as-unibyte.
4486
4487         * gnus-msg.el: Use with-current-buffer.
4488
4489         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4490
4491 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4492
4493         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4494         string for caching if it is 'PIN.
4495
4496 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4497
4498         * lpath.el: Consider the case without Emacs/W3.
4499
4500 2008-03-08  Glenn Morris  <rgm@gnu.org>
4501
4502         * time-date.el (date-to-time, time-subtract, time-add)
4503         (safe-date-to-time): Doc fixes.
4504
4505 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4506
4507         * mail-source.el (mail-source-delete-old-incoming-confirm):
4508         Change default to nil.
4509         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4510
4511 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4512
4513         * lpath.el: Rearrange.
4514
4515         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4516         (gnus-article-goto-prev-page): Work for articles having ^L's.
4517
4518         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4519
4520         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4521
4522 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4523
4524         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4525         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4526         (gnus-bookmark-jump): Adjust some variable names.
4527
4528 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4529
4530         * auth-source.el: New package.
4531         (auth-source-choices): Add customization entry point variable.
4532
4533         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4534         bug.
4535
4536 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4537
4538         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4539         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4540         (gnus-registry-install-shortcuts): Rename from
4541         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4542         the `gnus-registry-mark-map' keymap dynamically from
4543         `gnus-registry-marks'.  The generated functions update the summary line
4544         when a registry mark is added or deleted, and will call
4545         `gnus-registry-install-p' (see the comments in the code).
4546         (gnus-registry-user-format-function-M): Use concat intelligently.
4547
4548         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4549         the registry mark functions.
4550
4551 2008-03-05  Glenn Morris  <rgm@gnu.org>
4552
4553         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4554         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4555         gnus-art.
4556         (top-level): No need to load own source when compiling.
4557
4558 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4559
4560         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4561         Suggested by <chris.anderton@zetnet.co.uk>.
4562
4563 2008-03-04  Glenn Morris  <rgm@gnu.org>
4564
4565         * gnus-sum.el (top-level): No need to require gnus when compiling,
4566         since unconditionally required near start of file.
4567         (gnus-summary-display-while-building): Move definition before use.
4568
4569 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4570
4571         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4572         formatting function.
4573
4574 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4575
4576         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4577         with plists.
4578         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4579         Use new format.
4580
4581 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4582
4583         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4584         `where-is-internal' that returns a range of key sequences.
4585
4586 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4587
4588         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4589
4590         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4591         (gnus-summary-jump-to-group): Consider windows on other displayed
4592         frames as well.  Similar changes might be needed elsewhere, but that's
4593         the one I've bumped into during my use.
4594
4595         * nndoc.el (nndoc-oe-dbx-type-p):
4596         * gnus-msg.el (gnus-debug):
4597         * gnus-group.el (gnus-update-group-mark-positions):
4598         Use mm-string-to-multibyte.
4599
4600 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4601
4602         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4603         doesn't handle NotDashEscaped.
4604
4605         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4606         (mml-dnd-attach-options): Fix typo in custom choice.
4607
4608         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4609         nndoc-article-type to mbox.
4610         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4611
4612         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4613         to nil, instead of html2text.
4614
4615         * imap.el (imap-debug): Add `imap-ping-server'.
4616
4617         * gnus-bookmark.el: Add FIXMEs.
4618
4619         * message.el (message-form-letter-separator)
4620         (message-send-form-letter-delay): New variables.
4621         (message-send-form-letter): Use them.  New command to send form
4622         letters.  Requested by Uwe Siart.
4623         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4624
4625 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4626
4627         * Update copyright years.
4628
4629 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4630
4631         Sync from EMACS_22_BASE.
4632
4633         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4634
4635 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4636
4637         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4638         empty author.
4639
4640 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4641
4642         * gnus-registry.el (gnus-registry-marks): Add variable for
4643         customization of marks and their appearance.
4644         (gnus-registry-read-mark): Use it.
4645         (gnus-registry-do-marks): Add utility function to loop through
4646         `gnus-registry-marks'.
4647         (gnus-registry-install-shortcuts-and-menus): Add function to install
4648         shortcuts and menus.
4649         (gnus-registry-initialize): Use it.
4650         (gnus-registry-default-mark): Clarify documentation.
4651
4652 2008-02-29  Glenn Morris  <rgm@gnu.org>
4653
4654         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4655         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4656         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4657         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4658         Change defcustom :version from 23.0 to 23.1.
4659
4660 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4661
4662         * gnus-registry.el (gnus-registry-follow-group-p)
4663         (gnus-registry-post-process-groups): Add functions to aid registry
4664         splitting and improve logging.  Clarify behavior in function
4665         documentation.
4666         (gnus-registry-split-fancy-with-parent): Use them.
4667
4668 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4669
4670         * gnus-art.el: Use with-current-buffer.
4671
4672 2008-02-27  David Engster  <dengste@eml.cc>
4673
4674         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4675         Express real group name in the response.
4676
4677 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4678
4679         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4680         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4681         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4682         autoload gnus-registry-fetch-group when compiling.
4683         (nnmairix-request-group-with-article-number-correction): Remove
4684         unreferenced argument passed to nnmairix-call-backend.
4685
4686 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4687
4688         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4689         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4690         Wilde.
4691
4692 2008-02-27  Glenn Morris  <rgm@gnu.org>
4693
4694         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4695         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4696         variables to defconsts.  Convert comments to doc-strings.
4697         (nnmairix-last-server, nnmairix-current-server): Convert from free
4698         variables to defvars.  Convert comments to doc-strings.
4699         (gnus-registry-fetch-group): Autoload.
4700         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4701         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4702         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4703         caddr.
4704         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4705         nnmairix-request-group-with-article-number-correction call.
4706         (nnmairix-fast, nnmairix-group): New, less general names, for free
4707         variables passed from nnmairix-request-group to
4708         nnmairix-request-group-with-article-number-correction.  Declare.
4709         (nnmairix-request-group-with-article-number-correction):
4710         Use nnmairix-fast, nnmairix-group rather than fast, group.
4711
4712 2008-02-26  David Engster  <dengste@eml.cc>
4713
4714         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4715         version 0.5.
4716
4717 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4718
4719         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4720         instead of making an extra function call.  Don't add the current group
4721         to articles only when they have the group.  Use
4722         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4723         Reported by David <de_bb@arcor.de>.
4724
4725 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4726
4727         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4728         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4729
4730 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4731
4732         * mail-source.el (mail-source-delete-incoming): Change default.
4733         Supplement doc string.
4734
4735         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4736
4737 2008-02-14  Glenn Morris  <rgm@gnu.org>
4738
4739         * time-date.el (format-seconds): New function.
4740
4741 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4742
4743         * nnmail.el (nnmail-message-id-cache-file): Derive from
4744         `gnus-home-directory'.
4745
4746 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4747
4748         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4749         Document negative prefix.
4750
4751         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4752
4753 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4754
4755         * message.el (message-unsent-separator): Add the Exim bounce
4756         separator.
4757
4758 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4759
4760         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4761         list.
4762         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4763         recipient/signer list.
4764
4765 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4766
4767         * Makefile.in (datarootdir): Define.
4768         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4769         name that might contain whitespace.
4770
4771 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4772
4773         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4774         fbound (Emacs 23 unicode), signal an error.
4775
4776 2008-02-08  Glenn Morris  <rgm@gnu.org>
4777
4778         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4779
4780 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4781
4782         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4783         ports to the calls to `netrc-machine-user-or-password' in addition to
4784         "imap" and "imaps".
4785
4786 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4787
4788         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4789
4790         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4791
4792 2008-02-01  Kenichi Handa  <handa@m17n.org>
4793
4794         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4795         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4796         (rfc2104-hash): Convert the result of concat to unibyte string.
4797
4798 2008-02-01  Dave Love  <fx@gnu.org>
4799
4800         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4801         coding-system-for-read.
4802         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4803
4804 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4805
4806         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4807         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4808         <hanche@math.ntnu.no>.
4809
4810 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4811
4812         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4813
4814         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4815
4816 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4817
4818         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4819         * message.el (message-beginning-of-line): Use featurep instead of bound
4820         tests in order to resolve conditionals at compile time.
4821
4822 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4823
4824         * mail-source.el (mail-sources): Add `group' choice.
4825
4826         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4827         parameter `in-group' to control into which group the articles go.
4828         Add treatment of `group' mail-source.
4829
4830 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4831
4832         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4833
4834         * mm-decode.el (mm-dissect-buffer): Decode description.
4835
4836         * mml.el (mml-to-mime): Encode message header first.
4837
4838 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4839
4840         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4841         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4842
4843         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4844         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4845
4846 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4847
4848         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4849
4850 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4851
4852         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4853         prefix keys.
4854         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4855         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4856         gnus-xmas.el.
4857
4858         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4859         (gnus-xmas-article-describe-bindings): New function.
4860         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4861         gnus-xmas-article-describe-bindings.
4862
4863         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4864
4865 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4866
4867         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4868         Add new variables for article mark management.
4869         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4870         list of extra data entries which, when present, will indicate that the
4871         article ID should not be trimmed from the registry.
4872         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4873         functions.
4874         (gnus-registry-read-mark): New function to read a mark name from the
4875         user.
4876         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4877         (gnus-registry-set-article-mark-internal): New functions to add and
4878         remove marks.
4879         (gnus-registry-get-article-marks): New function to show the marks for
4880         an article, or retrieve them for further use.
4881
4882 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4883
4884         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4885         keys when no argument is given.
4886
4887 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4888
4889         * imap.el (imap-ping-server): New variable.
4890         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4891         (imap-ping-server): Minor doc string fixes.
4892
4893 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4894
4895         * imap.el (imap-ping-server): New function.
4896         (imap-opened): Call imap-ping-server.
4897
4898 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4899
4900         * gnus-sum.el (gnus-article-sort-by-random)
4901         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4902         jidanni@jidanni.org.
4903
4904 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4905
4906         * gnus-art.el (gnus-article-describe-bindings): New function.
4907         (gnus-article-read-summary-keys): Use it.
4908         (gnus-article-mode-map): Bind `C-h b' to it.
4909
4910 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4911
4912         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4913         XEmacs.
4914         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4915         against non-character events.
4916
4917         * lpath.el: Fbind map-keymap for Emacs 21.
4918
4919 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4920
4921         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4922         command.
4923         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4924         instead of END.  Change name of the temp file.
4925         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4926         customizable.
4927
4928 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4929
4930         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4931         bind `S W' to gnus-article-wide-reply-with-original; set default
4932         binding to gnus-article-read-summary-send-keys.
4933         (gnus-article-read-summary-keys): Fix the order of keys; display
4934         continuation keys correctly in the echo area; describe bindings
4935         correctly when keys end with `C-h'.
4936         (gnus-article-read-summary-send-keys): New function.
4937         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4938         for gnus-article-read-summary-send-keys; display continuation keys
4939         correctly in the echo area.
4940         (gnus-article-reply-with-original): Ignore prefix argument.
4941         (gnus-article-wide-reply-with-original): New function.
4942
4943         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4944         Emacs 21.
4945
4946 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4947
4948         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4949         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4950
4951 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4952
4953         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4954         (gnus-group-read-ephemeral-gmane-group): New command.
4955
4956 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4957
4958         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4959
4960 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4961
4962         * message.el (message-send-mail-function): Increase custom version.
4963
4964         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4965         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4966
4967 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4968
4969         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4970         for the cases where imap-authenticate is called with a nil buffer
4971         parameter.
4972
4973 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4974
4975         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4976         html parts correctly; support forwarded messages.
4977         (gnus-article-browse-html-article): Remove work buffers.
4978
4979         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4980         compiling.
4981         (netrc-bound-and-true-p): New macro.
4982         (netrc-parse): Use it instead of bound-and-true-p that is not available
4983         in XEmacs 21.4.
4984
4985 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4986
4987         * gnus-registry.el (gnus-registry-mark-article)
4988         (gnus-registry-article-marks): Add functionality to mark articles
4989         through the Gnus registry.
4990
4991         * encrypt.el: Clarify documentation for the new pgg method.
4992         (encrypt-file-alist): Add PGG option.
4993         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4994         functionality.  Abstract password key and messaging to external
4995         functions.
4996         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4997         (encrypt-message-method-and-cipher): Add new convenience external
4998         functions.
4999         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5000         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5001
5002         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5003         (netrc-parse): Use encrypt-file-alist to determine if
5004         encrypt-find-model or encrypt-insert-file-contents should be used.
5005
5006         * encrypt.el: Clarify documentation.  Load password-cache or
5007         password, whichever one is found first, instead of autoloading.
5008
5009 2007-12-19  Glenn Morris  <rgm@gnu.org>
5010
5011         * mml.el (message-options-set, message-narrow-to-head)
5012         (message-in-body-p, message-mail-p, message-encode-message-body):
5013         Autoload.
5014         (message-remove-header, message-narrow-to-headers-or-head)
5015         (message-subscribed-p, message-make-mail-followup-to)
5016         (message-position-on-field, message-news-p)
5017         (message-options-set-recipient, message-generate-headers)
5018         (message-sort-headers): Declare as functions.
5019
5020 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5021
5022         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5023         convention in doc string.
5024
5025 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5028         title to html parts.
5029         (gnus-article-browse-html-article): Pass message header to it.
5030
5031         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5032
5033 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5034
5035         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5036         or password compatible with XEmacs.
5037
5038 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5039
5040         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5041         format document.
5042         (gnus-mime-delete-part): Don't write description line if empty.
5043         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5044
5045 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5046
5047         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5048         (gnus-summary-mark-read-and-unread-as-read)
5049         (gnus-summary-mark-current-read-and-unread-as-read)
5050         (gnus-summary-mark-unread-as-ticked): Doc fix.
5051         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5052
5053 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5054
5055         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5056         Christoph Conrad <christoph.conrad@gmx.de>.
5057
5058 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5059
5060         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5061         yes-or-no-p.
5062
5063 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5064
5065         * mm-decode.el (mm-add-meta-html-tag): New function.
5066         (mm-save-part-to-file, mm-pipe-part): Use it.
5067
5068         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5069         gnus-y-or-n-p instead of y-or-n-p.
5070         (gnus-article-browse-html-parts): Work with message/external-body; use
5071         mm-add-meta-html-tag.
5072
5073 2007-12-11  Glenn Morris  <rgm@gnu.org>
5074
5075         * gnus-cache.el: Require gnus-sum not just when compiling.
5076
5077         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5078
5079         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5080         definitions before use.
5081
5082         * mm-decode.el: Require gnus-util.
5083         (mm-remove-part): Only call delete-annotation on XEmacs.
5084
5085         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5086
5087         * nnmail.el: Require gnus-int.
5088
5089         * spam.el: Move `require's before `eval-when-compile's.
5090
5091         * gnus-ems.el (gnus-alive-p):
5092         * gnus-fun.el (message-goto-eoh):
5093         * gnus-util.el (gnus-group-name-decode):
5094         * mail-source.el (gnus-compress-sequence):
5095         * message.el (Info-goto-node, format-spec):
5096         * mm-bodies.el (message-options-get):
5097         * mm-decode.el (mm-view-pkcs7):
5098         * mm-util.el (gmm-write-region):
5099         * mml-smime.el (mml-compute-boundary)
5100         (gnus-completing-read-with-default):
5101         * mml.el (widget-button-press, gnus-make-hashtable):
5102         * mml1991.el (mm-decode-content-transfer-encoding)
5103         (mm-encode-content-transfer-encoding)
5104         (message-options-get, message-options-set):
5105         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5106         * nnfolder.el (gnus-request-group):
5107         * nnheader.el (ietf-drums-unfold-fws):
5108         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5109         * smime.el (gnus-run-mode-hooks):
5110         * spam-stat.el (gnus-message): Autoload.
5111
5112         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5113         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5114         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5115         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5116         Add declare-function compatibility definition.
5117
5118         * gnus-cache.el (nnvirtual-find-group-art):
5119         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5120         (gnus-add-image, gnus-add-wash-type):
5121         * gnus-group.el (nnkiboze-score-file):
5122         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5123         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5124         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5125         (message-tokenize-header, gnus-get-buffer-create)
5126         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5127         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5128         * gnus.el (gnus-group-decoded-name):
5129         * mail-source.el (imap-capability):
5130         * mm-bodies.el (message-options-set):
5131         * mm-decode.el (gnus-configure-windows):
5132         * mm-extern.el (message-goto-body):
5133         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5134         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5135         (epg-sub-key-validity, message-options-set):
5136         * mml.el (widget-event-point, gnus-configure-windows):
5137         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5138         * mml2015.el (epg-check-configuration, epg-configuration)
5139         (message-options-set):
5140         * nndb.el (nndb-request-article):
5141         * nnfolder.el (gnus-request-create-group):
5142         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5143         * nnmaildir.el (gnus-group-mark-article-read):
5144         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5145         * rfc1843.el (message-fetch-field):
5146         * spam.el (gnus-extract-address-components):
5147         Declare as functions.
5148
5149 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5150
5151         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5152
5153         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5154
5155         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5156         bind show-trailing-whitespace for XEmacs.
5157
5158 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5159
5160         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5161         new no-op macro for backward compatibility.
5162
5163         * imap.el (imap-string-to-integer): New function.
5164
5165 2007-12-09  Glenn Morris  <rgm@gnu.org>
5166
5167         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5168
5169         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5170         * message.el, mm-view.el, sieve-manage.el, smime.el:
5171         Add declare-function compatibility definition.
5172
5173         * gnus-art.el (w3-region, w3m-region, Info-menu):
5174         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5175         * gnus-sum.el (gnus-get-predicate):
5176         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5177         * message.el (mail-abbrev-in-expansion-header-p):
5178         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5179         (w3m-detect-meta-charset, w3m-region):
5180         * sieve-manage.el (password-read, password-cache-add)
5181         (password-cache-remove):
5182         * smime.el (password-read-and-add): Declare as functions.
5183
5184 2007-12-08  David Kastrup  <dak@gnu.org>
5185
5186         * gnus-sum.el (gnus-summary-simplify-subject-query):
5187         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5188         `message'.
5189
5190 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5191
5192         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5193         it to bind idna-program, installation-directory, defined-colors, and
5194         face-attribute for XEmacs of the version that compiles defcustom forms.
5195
5196 2007-12-07  Glenn Morris  <rgm@gnu.org>
5197
5198         * gnus-art.el (article-make-date-line): Revert previous change.
5199
5200 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5201
5202         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5203
5204 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5205
5206         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5207         Call gnus-add-to-range ranges only once with a prepared article-list.
5208
5209 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5210
5211         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5212         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5213         group names with backslashes.  Reported by Tassilo Horn
5214         <tassilo@member.fsf.org>.
5215
5216 2007-12-06  Deepak Goel  <deego3@gmail.com>
5217
5218         * gnus-art.el (article-make-date-line):
5219         * gnus-start.el (gnus-load):
5220         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5221
5222 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5223
5224         * gnus-art.el (gnus-use-idna)
5225         * gnus-start.el (gnus-site-init-file)
5226         * message.el (message-use-idna)
5227         * mm-uu.el (mm-uu-hide-markers)
5228         * smiley.el (smiley-style): Revert changes that suppress warnings.
5229
5230 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5231
5232         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5233         specify charset to html source.  Reported by Christoph Conrad
5234         <christoph.conrad@gmx.de>.
5235
5236 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5237
5238         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5239         idna-program in order to suppress byte compile warning issued by XEmacs
5240         that came to byte compile the default value section of defcustom forms
5241         recently.
5242
5243         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5244         value of installation-directory.
5245
5246         * message.el (message-use-idna): Don't directly refer to the value of
5247         idna-program.
5248
5249         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5250
5251         * smiley.el (smiley-style): Don't directly call face-attribute.
5252
5253 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5254
5255         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5256
5257         * gnus-dired.el: Reduce Gnus dependencies.
5258         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5259         require.  Use autoloads instead.
5260         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5261         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5262         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5263         (gnus-dired-mode): Adjust doc string.
5264         (gnus-dired-mail-mode): New variable.
5265         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5266         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5267         (gnus-dired-mail-buffers): New function.  Return mail or message
5268         composition buffers.
5269         (gnus-dired-attach): Use it.
5270         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5271         NO-DECODE.
5272         (gnus-dired-print): Use `gnus-print-buffer' depending on
5273         `gnus-dired-mail-mode'.
5274
5275 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5276
5277         * rfc2047.el (rfc2047-encoded-word-regexp)
5278         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5279         explaining what regexp patterns are for.
5280
5281 2007-12-04  Glenn Morris  <rgm@gnu.org>
5282
5283         * password.el: Move to password-cache.el.
5284
5285         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5286         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5287         * mml-smime.el (password-read, password-cache-add)
5288         (password-cache-remove):
5289         No need to autoload, since mml-sec requires password.
5290
5291         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5292         * message.el (gnus-extract-address-components):
5293         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5294
5295         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5296         password.
5297
5298 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5299
5300         * mailcap.el: Reduce dependencies.
5301         (mail-header-parse-content-type): Autoload.
5302         (mailcap-delete-duplicates): New alias.
5303         (mailcap-mime-info): Add optional argument NO-DECODE.
5304         (mailcap-mime-types): Use mailcap-delete-duplicates.
5305
5306         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5307
5308 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5309
5310         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5311         (imap-parse-status): Upcase status-att for servers that sends them
5312         lower-case (e.g., MS Exchange 2007).
5313
5314 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5315
5316         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5317         function.
5318
5319         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5320         (gnus-uu-yenc-article): New function.
5321
5322         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5323
5324         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5325         buffer.
5326
5327 2007-12-02  Glenn Morris  <rgm@gnu.org>
5328
5329         * binhex.el (binhex): New custom group.
5330         (binhex-decoder-program, binhex-decoder-switches)
5331         (binhex-use-external): Move to the binhex custom group.
5332
5333         * uudecode.el (uudecode): New custom group.
5334         (uudecode-decoder-program, uudecode-decoder-switches)
5335         (uudecode-use-external): Move to the uudecode custom group.
5336
5337         * netrc.el (top-level): Don't load `encrypt' features.
5338         (netrc-parse): Don't use encrypt.
5339         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5340
5341         * encrypt.el: Remove file.
5342
5343 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5344
5345         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5346         matches on patches.
5347
5348         * gnus-art.el (gnus-article-browse-html-article): Mention
5349         `mm-text-html-renderer' in the doc string.
5350
5351         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5352         string.  Add comments.
5353
5354         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5355         if rhs is ASCII.
5356
5357 2007-12-01  Glenn Morris  <rgm@gnu.org>
5358
5359         * mail-source.el (top-level): Require format-spec before
5360         eval-when-compile.
5361
5362 2007-11-30  Glenn Morris  <rgm@gnu.org>
5363
5364         * encrypt.el: Require password, rather than autoloading password-read.
5365
5366 2007-11-29  Glenn Morris  <rgm@gnu.org>
5367
5368         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5369         (sasl-make-client, sasl-next-step, sasl-step-data)
5370         (sasl-step-set-data): Declare as functions.
5371
5372 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5373
5374         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5375
5376 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5377
5378         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5379         certs should be verified and what is to be done in the event of a
5380         verification failure.
5381
5382         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5383         caller can indicate whether the cache should be disregarded for this
5384         call.  This way the result of the call is reproducible at all times and
5385         can be considered a canonical server name for the supplied method.
5386         (gnus-agent-method-p): Canonicalize server names by pushing their
5387         method through `gnus-method-to-server' using the no-cache argument.
5388
5389         * gnus-srvr.el (gnus-server-insert-server-line): Call
5390         `gnus-method-to-server' with `no-cache' argument.
5391
5392         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5393         gnus-agent-possibly-synchronize-flags as this should be called when the
5394         server is actually being opened.
5395         (gnus-agent-possibly-synchronize-flags)
5396         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5397         flags file of an agentized server to the latter function.
5398
5399         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5400         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5401         after a connection has been established successfully.
5402
5403 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5404
5405         * gnus-art.el (article-display-face): Force to display face if called
5406         interactively; check if gnus-article-x-face-too-ugly matches author.
5407         (article-display-x-face): Display face even if From header is missing
5408         as article-display-face does.
5409
5410 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5411
5412         * hashcash.el (message-narrow-to-headers-or-head)
5413         (message-fetch-field, message-goto-eoh)
5414         (message-narrow-to-headers): Declare as functions.
5415
5416 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5417
5418         * mail-source.el (mail-sources): Default to fetch from file for
5419         compatibility with default of nnmail-spool-file.
5420
5421 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5422
5423         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5424         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5425         to look for encoded word that should be encoded again.
5426         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5427         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5428         encoding pattern.
5429         (rfc2047-decode-region): Switch strict regexp and loose one according
5430         to rfc2047-allow-irregular-q-encoded-words.
5431
5432 2007-11-25  Romain Francoise  <romain@orebokech.com>
5433
5434         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5435
5436 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5437
5438         * tls.el (tls-program): Provide more custom choices from
5439         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5440         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5441
5442 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5443
5444         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5445         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5446
5447         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5448         `nnmail-spool-file'.
5449
5450         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5451         `nnmail-spool-file'.
5452
5453         * gnus-move.el (gnus-change-server): Ditto.
5454
5455         * gnus-kill.el (gnus-batch-score): Ditto.
5456
5457         * gnus-cache.el (gnus-jog-cache): Ditto.
5458
5459         * gnus-msg.el (gnus-summary-reply):
5460         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5461
5462 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5463
5464         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5465         version.  Minor improvement to doc strings.
5466         (tls-program): Add comment.
5467
5468 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5469
5470         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5471         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5472         mismatch between the hostname provided in the certificate and the name
5473         of the host connnecting to.
5474         (open-tls-stream): Use them.  Check certificates against trusted root
5475         certificates.
5476
5477 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5478
5479         * gnus-cache.el (gnus-cache-generate-nov-databases):
5480         Use nnml-generate-nov-databases-directory instead of
5481         nnml-generate-nov-databases-1.
5482
5483 2007-11-24  Glenn Morris  <rgm@gnu.org>
5484
5485         * message.el (message-tool-bar-retro): Update for rename
5486         mail_send.xpm->mail-send.xpm.
5487
5488 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5489
5490         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5491         `smime-ldap-search' for Emacs 22 and up.
5492
5493 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5494
5495         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5496
5497         * message.el (message-send-mail-function): Fix error convention.
5498         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5499         (message-widen-reply, message-send-mail, message-talkative-question)
5500         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5501         (message-clone-locals, message-send-news): Use with-current-buffer.
5502         (message-insert-or-toggle-importance): Remove unused var `valid'.
5503         (message-make-references): Remove unused var `new-references'.
5504         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5505
5506 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5507
5508         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5509         (spam-split-symbolic-return-positive): Reflow docstring.
5510         (spam-backends, spam-summary-exit-behavior)
5511         (spam-mark-ham-unread-before-move-from-spam-group)
5512         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5513         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5514         (spam-clear-cache, spam-backend-check, spam-install-backend)
5515         (spam-install-statistical-backend, spam-list-of-processors)
5516         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5517         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5518         (spam-check-crm114, spam-initialize, spam-unload-hook):
5519         Fix typos in docstrings.
5520
5521 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5522
5523         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5524         been checked if they have never been read and those group levels are
5525         higher than the one that a user specified.
5526
5527 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5528
5529         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5530         foreign groups unless a group level is specified by a user.
5531         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5532
5533 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5534
5535         * message.el (message-send-mail-function): Require sendmail.
5536
5537 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5538
5539         * message.el (message-send-mail-function): Check for smtpmail too.
5540
5541         * utf7.el (utf7-encode, utf7-decode): Use coding system
5542         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5543
5544         * message.el (message-send-mail-function): New function.
5545         (message-send-mail-function): Set default using
5546         message-send-mail-function.  Adjust doc string.
5547         (message-send-mail-with-mailclient): New function.
5548
5549 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5550
5551         * smime.el (from):
5552         * rfc2047.el (message-posting-charset):
5553         * qp.el (mm-use-ultra-safe-encoding):
5554         * pop3.el (parse-time-months):
5555         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5556         * nnml.el (files):
5557         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5558         (jka-compr-compression-info-list, ange-ftp-path-format)
5559         (efs-path-regexp):
5560         * nndiary.el (files):
5561         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5562         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5563         (epg-digest-algorithm-alist, inhibit-redisplay)
5564         (password-cache-expiry):
5565         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5566         (pgg-output-buffer, password-cache-expiry):
5567         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5568         (efs-path-regexp):
5569         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5570         (inhibit-redisplay):
5571         * mm-uu.el (file-name, start-point, end-point, entry)
5572         (gnus-newsgroup-name, gnus-newsgroup-charset):
5573         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5574         (latin-unity-ucs-list):
5575         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5576         (mm-uu-binhex-decode-function):
5577         * message.el (gnus-message-group-art, gnus-list-identifiers)
5578         (rmail-enable-mime-composing, gnus-local-organization)
5579         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5580         (gnus-read-active-file, facemenu-add-face-function)
5581         (facemenu-remove-face-function, gnus-article-decoded-p)
5582         (tool-bar-mode):
5583         * mail-source.el (display-time-mail-function):
5584         * gnus-util.el (nnmail-pathname-coding-system)
5585         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5586         (gnus-original-article-buffer, gnus-user-agent)
5587         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5588         (xemacs-codename, sxemacs-codename, emacs-program-version):
5589         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5590         * gnus-start.el (gnus-agent-covered-methods)
5591         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5592         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5593         (gnus-newsgroup-headers, gnus-group-list-mode)
5594         (gnus-group-mark-positions, gnus-newsgroup-data)
5595         (gnus-newsgroup-unreads, nnoo-state-alist)
5596         (gnus-current-select-method, mail-sources)
5597         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5598         (nnmail-spool-file, gnus-cache-active-hashtb):
5599         * gnus-mh.el (mh-lib-progs):
5600         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5601         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5602         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5603         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5604         (gnus-group-buffer):
5605         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5606         (font-lock-set-defaults):
5607         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5608         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5609         (gnus-summary-post-menu, total-parts, type, condition, length):
5610         * gnus-agent.el (gnus-agent-read-agentview):
5611         * flow-fill.el (show-trailing-whitespace):
5612         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5613         eval-and-compile wrappers for byte compiler pacifiers.
5614
5615         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5616         (mm-display-inline-fontify): Check for featurep 'xemacs not
5617         extent-list.
5618
5619         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5620         itimer-list.
5621         (mm-create-image-xemacs): Only do something for XEmacs.
5622         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5623
5624         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5625
5626         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5627         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5628
5629 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5630
5631         * nnimap.el (nnimap-split-download-body):
5632         * gnus-demon.el (gnus-demon):
5633         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5634
5635 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5636
5637         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5638         macros.
5639         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5640         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5641         copy data from unibyte buffer to multibyte current buffer.
5642         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5643         to copy data from unibyte current buffer to multibyte buffer.
5644         (nntp-make-process-buffer): Make process buffer unibyte.
5645
5646         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5647
5648 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5649
5650         * pop3.el (pop3-open-server): Accept and process data more robustly at
5651         connexion start to avoid spurious "POP SSL connexion failed" errors.
5652
5653 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5654
5655         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5656         read group names.
5657
5658 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5659
5660         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5661
5662 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5663
5664         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5665         (nnmail-save-active): Use a unibyte buffer when saving active file,
5666         which may contain non-ASCII group names.
5667
5668         * nnml.el (nnml-request-group): Decode group names in messages.
5669
5670 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5671
5672         * message.el (message-citation-line-function)
5673         (message-insert-formatted-citation-line): Fix spelling of
5674         `message-insert-formated-citation-line'.
5675
5676 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5677
5678         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5679
5680 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5681
5682         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5683         nnmail-pathname-coding-system.
5684
5685         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5686         that a user enters; decode group names in messages.
5687
5688         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5689
5690 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5691
5692         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5693
5694         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5695
5696         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5697         risky local variable.
5698
5699         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5700
5701 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5702
5703         * encrypt.el: Improve documentation to fix function name typo.
5704         Reported by Daiki Ueno <ueno@unixuser.org>.
5705
5706 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5709         even if the point is not in the last page of an article.
5710         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5711         back to the previous page.
5712
5713 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5714
5715         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5716
5717 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5718
5719         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5720
5721 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5722
5723         * message.el (message-check-news-body-syntax): Avoid
5724         mm-string-as-multibyte.
5725         (message-hide-headers): Don't assume (point-min)==1.
5726
5727 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5728
5729         * message.el (message-remove-blank-cited-lines): Fix if remove is
5730         given.
5731         (message-bogus-address-regexp): New variable.
5732         (message-bogus-recipient-p): New function.
5733         (message-check-recipients): New command.
5734         (message-syntax-checks): Add `bogus-recipient'.
5735         (message-fix-before-sending): Add `bogus-recipient'.
5736
5737         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5738         (gnus-treat-body-boundary): Don't test window-system.
5739
5740 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5741
5742         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5743
5744 2007-10-28  Miles Bader  <miles@gnu.org>
5745
5746         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5747         at compile-time too.
5748
5749 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5750
5751         * gnus-msg.el (gnus-message-setup-hook): Add
5752         `message-remove-blank-cited-lines' to options.
5753
5754 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5755
5756         * message.el (message-remove-blank-cited-lines): New function.
5757         Suggested by Karl Plästerer.
5758
5759 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5760
5761         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5762         mapc.
5763
5764         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5765         (top-level): Use mapc to set functions to be traced for debugging.
5766
5767         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5768         called for effect with while loop.
5769
5770         * message.el (message-talkative-question): Replace mapcar called for
5771         effect with mapc.
5772
5773         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5774         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5775         called for effect with dolist.
5776
5777         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5778
5779         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5780         gnus-extra-headers and nnmail-extra-headers.
5781
5782         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5783         called for effect with dolist.
5784         (top-level): Use mapc to set functions to be traced for debugging.
5785
5786         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5787         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5788         dolist.
5789
5790         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5791         Replace mapcar called for effect with mapc.
5792         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5793         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5794         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5795         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5796
5797         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5798         remove-if that's a cl function.
5799
5800         * webmail.el (webmail-debug): Replace mapcar called for effect with
5801         dolist.
5802
5803         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5804         with mapc.
5805
5806 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5807
5808         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5809         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5810         with while loop.
5811
5812         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5813         functions from article-* functions.
5814         (gnus-multi-decode-header): Replace mapcar called for effect with
5815         dolist.
5816
5817         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5818         (gnus-bookmark-show-details): Replace mapcar called for effect with
5819         while loop.
5820
5821         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5822         called for effect with while loop.
5823
5824         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5825         with dolist.
5826
5827         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5828         mapcar called for effect with dolist.
5829
5830         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5831
5832         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5833         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5834         Replace mapcar called for effect with dolist.
5835         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5836         mapc.
5837
5838         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5839         Replace mapcar called for effect with dolist.
5840         (gnus-topic-list): Replace mapcar called for effect with mapc.
5841
5842         * gnus.el: Use mapc instead of mapcar to add autoloads.
5843
5844 2007-10-23  Richard Stallman  <rms@gnu.org>
5845
5846         * gnus-group.el (gnus-group-highlight): Mark as risky.
5847
5848 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5849
5850         * gnus.el (gnus-server-to-method): Return method found first in
5851         gnus-newsrc-alist.
5852
5853         * gnus-art.el (gnus-article-highlight-signature)
5854         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5855         button overlay without the front stickiness.
5856
5857 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5858
5859         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5860         overview buffer needed a catch to receive its throw.
5861         (gnus-agent-flush-cache): Declared as interactive to make this function
5862         easier to use.
5863
5864 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5865
5866         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5867         `next-line'.
5868
5869 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5870
5871         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5872         exclude address matching message-dont-reply-to-names.
5873
5874 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5875
5876         * gnus-util.el (gnus-string<): New function.
5877
5878         * gnus-sum.el (gnus-article-sort-by-author)
5879         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5880
5881 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5882
5883         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5884         the frame-focus tag is set in gnus-buffer-configuration.
5885
5886 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5887
5888         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5889         the front stickiness.
5890
5891 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5892
5893         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5894         url pattern; remove duplicate one.
5895         (gnus-article-extend-url-button): New function.
5896         (gnus-article-add-buttons): Use it.
5897         (gnus-button-push): Use concatenated url that it makes.
5898
5899 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5900
5901         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5902
5903 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5904
5905         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5906         Don't hardcode point-min==1.
5907
5908 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5909
5910         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5911         Fix comment about "iso8859-1".
5912
5913 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5914
5915         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5916         ones returned from the verify-function.
5917
5918         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5919         mml2015-extract-cleartext-signature if extraction failed.
5920
5921 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5922
5923         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5924         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5925         failed.
5926
5927 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5928
5929         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5930
5931 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5932
5933         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5934         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5935         recommends to use EasyPG instead of PGG.
5936
5937         * pgg.el: Revert to revision 6.23.2.16.
5938
5939         * pgg-def.el: Revert to revision 6.6.2.14.
5940
5941         * pgg-gpg.el: Revert to revision 6.23.2.34.
5942
5943 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5944
5945         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5946         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5947         thread for both the null and zero (kill/expire thread) universal prefix
5948         cases.
5949         (gnus-summary-expire-thread): Add new function to expire a thread,
5950         using gnus-summary-kill-thread.
5951         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5952         shortcuts for gnus-summary-expire-thread.
5953         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5954         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5955
5956 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5957
5958         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5959         extras value, so an extras entry can be deleted.
5960         (gnus-registry-delete-extra-entry): Use it.
5961         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5962         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5963         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5964         storage through the gnus-registry, and provide an appropriate API for
5965         it.
5966
5967 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5968
5969         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5970         Suggested by Leo <sdl.web@gmail.com>.
5971
5972         * gnus.el: Do.
5973
5974 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5975
5976         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5977         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5978
5979         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5980
5981         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5982         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5983
5984 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5985
5986         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5987         newline.
5988         (nnmbox-request-accept-article): Don't change article in source buffer;
5989         narrow to header to use message-fetch-field rather than
5990         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5991         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5992         as delimiters; make sure article ends with newline.
5993         (nnmbox-delete-mail): Correct last position of article to be deleted;
5994         ignore X-Gnus-Newsgroup header in article body.
5995         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5996         positions; make sure article ends with newline.
5997
5998         * message.el (message-display-abbrev): Don't infloop when a user
5999         inserts SPC in the beginning of header.
6000
6001         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6002         coding-system-for-read and coding-system-for-write for XEmacs having no
6003         file-coding feature.
6004
6005         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6006
6007 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6008
6009         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6010         list of groups not followed by default.  Fix type to be regexp.
6011         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6012
6013 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6014
6015         * hmac-def.el (define-hmac-function): Switch from old-style to
6016         new-style backquotes.
6017
6018         * md4.el (md4-make-step): Likewise.
6019
6020 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6021
6022         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6023         raw-text coding system when saving .newsrc file, which may contain
6024         non-ASCII group names.
6025
6026 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6027
6028         * gnus-cus.el (gnus-score-extra): New widget.
6029         (gnus-score-extra-convert): New function.
6030         (gnus-score-customize): Use it for Extra.
6031
6032 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6033
6034         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6035         (mml2015-mailcrypt-clear-verify): Use it.
6036         (mml2015-gpg-clear-verify): Use it.
6037         (mml2015-pgg-clear-verify): Use it.
6038         (mml2015-epg-clear-verify): Replace the current part with the output
6039         from GnuPG; don't extract the plaintext by itself.
6040
6041         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6042         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6043         mml2015-clear-verify-function; don't touch the armor headers or
6044         dash-escaped text here.
6045
6046 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6047
6048         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6049         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6050         parts, or application/octet-stream as a last resort.
6051         (gnus-mime-view-part-as-type): Don't toggle display.
6052         (gnus-mime-view-part-as-charset): Don't turn off display before
6053         querying charset.
6054
6055         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6056         stuff to undisplayer function in Emacs.
6057         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6058
6059         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6060         text/calendar parts.
6061
6062 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6063
6064         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6065         decoding text/calendar parts.
6066
6067         * message.el (message-forward-make-body-mime): Always mark body as
6068         having no illegible text; remove signed-or-encrypted argument.
6069         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6070
6071         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6072         (mml-generate-mime-1): Don't encode body if it is specified to be in
6073         raw form; don't make buffer be unibyte when inserting multibyte string.
6074
6075 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6076
6077         * sha1.el: Fix up comment style.
6078         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6079         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6080
6081         * hex-util.el: Fix up comment style.
6082         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6083
6084         * gnus-salt.el: Use with-current-buffer.
6085         (gnus-pick-setup-message): Fix long-standing typo.
6086
6087 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6088
6089         * imap.el (imap-logout-timeout): New variable.
6090         (imap-logout, imap-logout-wait): New functions.
6091         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6092
6093         * nnimap.el (nnimap-logout-timeout): New server variable.
6094         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6095         nnimap-logout-timeout.
6096
6097         * gnus-art.el (gnus-article-summary-command-nosave)
6098         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6099
6100 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6101
6102         * gnus.el (gnus-maximum-newsgroup): New variable.
6103
6104         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6105         according to gnus-maximum-newsgroup.
6106
6107         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6108         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6109         Limit the range of articles according to gnus-maximum-newsgroup.
6110
6111 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6112
6113         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6114         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6115         Don't perform gnus-configure-windows here; reuse existing sticky
6116         article buffer.
6117
6118         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6119         it doesn't exist in gnus-article-mode.
6120
6121 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6122
6123         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6124         (gnus-agent-decoded-group-name): New function.
6125         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6126         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6127
6128 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6129
6130         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6131         Add binding for gnus-sticky-article.
6132         (gnus-summary-exit): Don't kill sticky article buffers.
6133
6134         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6135         article buffer.
6136         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6137         (gnus-kill-sticky-article-buffers): New commands.
6138
6139 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6140
6141         * nntp.el (nntp-xref-number-is-evil): New server variable.
6142         (nntp-find-group-and-number): If it is non-nil, don't trust article
6143         numbers in the Xref header.
6144
6145 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6146
6147         * gnus-agent.el (gnus-agent-read-group): New function.
6148         (gnus-agent-flush-group, gnus-agent-expire-group)
6149         (gnus-agent-regenerate-group): Use it.
6150         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6151         nnmail-pathname-coding-system.
6152
6153 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6154
6155         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6156
6157         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6158         that are unread as unread, and also as selected so that information of
6159         marks having been changed by a user may be updated when exiting group.
6160
6161 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6162
6163         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6164         calculated ignoring signature parts to gnus-treat-article.
6165
6166 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6167
6168         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6169         a point here in order to keep the window start.
6170         (gnus-insert-mime-security-button): Make a button overlay without the
6171         front stickiness.
6172         (gnus-mime-display-security): Goto the end of a button.
6173
6174         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6175
6176 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6177
6178         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6179         group-name-at-point.
6180         (gnus-group-completing-read): New function that offers decoded
6181         non-ASCII group names for completion.
6182         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6183         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6184         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6185         (gnus-group-fetch-control): Use it.
6186         (gnus-fetch-group): Use group-name-at-point for the initial value
6187         rather than the default value; use gnus-alive-p.
6188
6189         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6190         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6191         (gnus-summary-post-news): Use gnus-group-completing-read.
6192
6193         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6194         (gnus-read-move-group-name): Decode group name for completion.
6195
6196 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6197
6198         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6199         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6200         Yamaoka slightly modified the code).
6201
6202 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6203
6204         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6205         (nnmail-split-incoming): Bind it.
6206
6207         * nnml.el (nnml-group-name-charset): New function.
6208         (nnml-decoded-group-name): Use it; don't decode group name if
6209         nnmail-group-names-not-encoded-p is non-nil.
6210         (nnml-encoded-group-name): New function.
6211         (nnml-group-pathname): Inline nnml-decoded-group-name.
6212         (nnml-request-expire-articles): Decode group name in message.
6213         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6214         nnmail-pathname-coding-system.
6215         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6216         not decoded ones according to nnmail-group-names-not-encoded-p.
6217         (nnml-generate-active-info): Use nnml-encoded-group-name.
6218
6219 2007-08-08  Glenn Morris  <rgm@gnu.org>
6220
6221         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6222         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6223         doc-strings and comments.
6224
6225 2007-07-25  Glenn Morris  <rgm@gnu.org>
6226
6227         * Relicense all FSF files to GPLv3 or later.
6228
6229 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6230
6231         * gnus-sum.el (gnus-summary-move-article): Make
6232         gnus-summary-respool-article work.
6233
6234 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6235
6236         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6237         string.
6238
6239 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6240
6241         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6242         that should be ignored when comparing distant RSS articles with local
6243         ones.
6244         (nnrss-make-hash-index): New function.  Create a hash index according
6245         to the ignored fields.
6246         (nnrss-check-group): Use it.
6247
6248 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6249
6250         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6251
6252         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6253
6254         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6255         the new optional argument ENCODED is non-nil.
6256         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6257         coding system for encoding group name.
6258         (gnus-group-make-rss-group): Pass un-encoded group name to
6259         gnus-group-make-group.
6260         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6261         encoded.
6262
6263         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6264         Encode group name to which articles are moved or copied.
6265         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6266         coding system for encoding Newsgroup, Followup-To and Xref headers.
6267
6268         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6269         marks; use nnheader-file-coding-system to write a file.
6270         (nnagent-retrieve-headers): Bind file-name-coding-system to
6271         nnmail-pathname-coding-system.
6272
6273         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6274
6275         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6276         (nnml-request-article, nnml-request-create-group)
6277         (nnml-request-rename-group, nnml-find-id)
6278         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6279         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6280         (nnml-save-marks): Use nnml-group-pathname instead of
6281         nnmail-group-pathname.
6282
6283         (nnml-request-create-group, nnml-request-expire-articles)
6284         (nnml-request-move-article, nnml-request-delete-group)
6285         (nnml-deletable-article-p, nnml-possibly-create-directory)
6286         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6287         (nnml-open-marks): Bind file-name-coding-system to
6288         nnmail-pathname-coding-system.
6289
6290         (nnml-request-article): Pass server argument to nnml-find-group-number.
6291         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6292         server argument to nnml-possibly-create-directory.
6293         (nnml-request-accept-article): Pass server argument to
6294         nnml-active-number and nnml-save-mail.
6295         (nnml-find-group-number): Pass server argument to nnml-find-id.
6296         (nnml-request-update-info): Pass server argument to
6297         nnml-marks-changed-p.
6298
6299         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6300         (nnml-save-mail, nnml-active-number): Add server argument.
6301
6302         (nnml-request-delete-group): Warn if group is missing.
6303         (nnml-get-nov-buffer): Decode group name.
6304         (nnml-generate-active-info): Encode group name.
6305         (nnml-open-marks): Decode group name in messages.
6306
6307 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6308
6309         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6310         if it is not specified.
6311         (gnus-article-pipe-part, gnus-article-save-part)
6312         (gnus-article-interactively-view-part, gnus-article-copy-part)
6313         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6314         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6315         (gnus-article-replace-part, gnus-article-delete-part)
6316         (gnus-article-view-part-as-type): Pass raw prefix argument to
6317         gnus-article-part-wrapper.
6318
6319 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6320
6321         * gnus-agent.el (gnus-agent-save-active): Bind
6322         nnheader-file-coding-system to gnus-agent-file-coding-system.
6323
6324         * gnus-cache.el (gnus-cache-save-buffers)
6325         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6326         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6327         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6328         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6329         (gnus-cache-generate-active, gnus-cache-rename-group)
6330         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6331         (gnus-cache-update-overview-total-fetched-for): Bind
6332         file-name-coding-system to nnmail-pathname-coding-system.
6333         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6334         variables.
6335         (gnus-cache-decoded-group-name): New function.
6336         (gnus-cache-file-name): Use it.
6337         (gnus-cache-generate-active): Use non-decoded group name for active.
6338
6339         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6340         right place.
6341         (gnus-write-active-file): Don't break non-ASCII group names.
6342
6343         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6344         nnmail-pathname-coding-system.
6345
6346         * lpath.el: Bind default-file-name-coding-system,
6347         file-name-coding-system and language-info-alist for XEmacs.
6348
6349         * gnus-uu.el (gnus-uu-decode-save): Typo.
6350
6351 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6352
6353         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6354
6355 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6356
6357         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6358         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6359         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6360         (gnus-agent-flush-group, gnus-agent-flush-cache)
6361         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6362         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6363         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6364         (gnus-agent-regenerate-group)
6365         (gnus-agent-update-files-total-fetched-for)
6366         (gnus-agent-update-view-total-fetched-for): Bind
6367         file-name-coding-system to nnmail-pathname-coding-system.
6368         (gnus-agent-group-pathname): Don't encode file names by
6369         nnmail-pathname-coding-system.
6370         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6371         coding-system-for-write instead of buffer-file-coding-system to
6372         gnus-agent-file-coding-system.
6373
6374         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6375         Decode group name.
6376
6377         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6378
6379         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6380         (gnus-read-newsrc-el-file): Make group names unibyte.
6381
6382         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6383         nnmail-pathname-coding-system.
6384
6385         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6386         (nnrss-request-delete-group): Bind file-name-coding-system to
6387         nnmail-pathname-coding-system.
6388         (nnrss-read-server-data, nnrss-read-group-data): Bind
6389         file-name-coding-system correctly.
6390         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6391
6392         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6393         (nntp-server-to-method-cache): New variable.
6394         (nntp-group-pathname): New function that decodes non-ASCII group names.
6395         (nntp-possibly-create-directory, nntp-marks-changed-p)
6396         (nntp-save-marks, nntp-open-marks): Use it.
6397         (nntp-possibly-create-directory, nntp-open-marks):
6398         Bind file-name-coding-system to nnmail-pathname-coding-system.
6399         (nntp-open-marks): Decode group names when bootstrapping marks.
6400
6401         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6402         Newsgroups and Folowup-To headers.
6403
6404 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6405
6406         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6407         (gnus-server-closed-face, gnus-server-denied-face)
6408         (gnus-server-offline-face): Remove variable.
6409         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6410
6411         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6412         of modifying message-stack directly for XEmacs.
6413
6414         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6415         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6416         if the coding-system argument is nil for XEmacs.
6417
6418         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6419         mm-charset-override-alist.
6420
6421         * rfc2047.el: Don't require base64; require rfc2045 for the function
6422         rfc2045-encode-string.
6423         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6424         to quote the parameter value.
6425
6426 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6427
6428         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6429         form in gnus-group-name-charset-method-alist.
6430
6431         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6432         overrides the default layout edit-form.
6433
6434         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6435
6436         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6437
6438 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6439
6440         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6441         as unfetched articles.
6442
6443 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6444
6445         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6446
6447 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6448
6449         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6450         original back end that keeps marks in the local system.
6451
6452 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6453
6454         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6455         arg of pop-to-buffer for XEmacs.
6456         (gnus-article-read-summary-keys): Ditto; don't restore window
6457         configuration if summary command ends up with neither article buffer
6458         nor summary buffer; describe bindings if summary keys end with C-h.
6459
6460 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6461
6462         * message.el (message-fix-before-sending): Skip raw message part to be
6463         forwarded while checking illegible text.
6464         (message-forward-make-body-mime, message-forward-make-body): Mark
6465         signed or encrypted raw message as having no illegible text.
6466
6467 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6468
6469         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6470         (gnus-message-with-timestamp-1): New macro.
6471         (gnus-message-with-timestamp): New function.
6472         (gnus-message): Use them.
6473
6474         * nnheader.el (nnheader-message): Use them.
6475
6476 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6477
6478         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6479         .newsrc.eld file.
6480
6481 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * gnus-agent.el (gnus-agent-fetch-headers)
6484         (gnus-agent-retrieve-headers): Bind
6485         gnus-decode-encoded-address-function to identity.
6486
6487         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6488         available also when the server returns simply a dot.
6489
6490         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6491
6492 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6493
6494         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6495
6496 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6497
6498         * gnus-ems.el (gnus-x-splash): Make it work.
6499
6500         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6501         from being used.
6502
6503         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6504
6505 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6506
6507         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6508         4th and the 5th arguments.
6509
6510         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6511         the front stickiness.
6512         (gnus-article-summary-command-nosave): Correct the order of the
6513         arguments passed to pop-to-buffer.
6514         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6515         summary command ends up with the article buffer.
6516
6517         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6518         the same faces.
6519
6520 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6521
6522         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6523
6524 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6525
6526         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6527         * gnus-sum.el (gnus-summary-highlight):
6528         * pgg.el (pgg-sign-region, pgg-sign):
6529         * mail-source.el (mail-source-delete-old-incoming-confirm):
6530         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6531
6532 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * gnus-art.el (gnus-mime-view-part-externally)
6535         (gnus-mime-view-part-internally): Fix predicate function passed to
6536         completing-read.
6537
6538         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6539
6540         * gnus.el (gnus-update-message-archive-method): Add :version.
6541
6542 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6543
6544         * gnus.el (gnus-update-message-archive-method): New variable.
6545
6546         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6547         according to gnus-message-archive-method if
6548         gnus-update-message-archive-method is non-nil.
6549
6550 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6551
6552         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6553         by Loic Dachary <loic@dachary.org>.
6554         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6555
6556 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6557
6558         * message.el (message-pop-to-buffer): Add switch-function argument.
6559         (message-mail): Pass switch-function argument to it.
6560
6561 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6562
6563         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6564         Improve doc string.
6565
6566 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6567
6568         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6569         (gnus-header-content)
6570         * gnus-cite.el (gnus-cite-10)
6571         * gnus-srvr.el (gnus-server-closed)
6572         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6573         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6574         (gnus-group-mail-3-empty, gnus-group-mail-low)
6575         (gnus-group-mail-low-empty, gnus-splash)
6576         * message.el (message-header-to, message-header-cc)
6577         (message-header-subject, message-header-other, message-header-name)
6578         (message-header-xheader, message-separator, message-cited-text)
6579         (message-mml): Lighten colors of faces used for dark background.
6580
6581 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6582
6583         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6584         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6585
6586 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6587
6588         * message.el (message-narrow-to-headers-or-head):
6589         Ignore mail-header-separator in the body.
6590
6591 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6592
6593         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6594         same as window size.
6595
6596 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6597
6598         * message.el (message-font-lock-keywords): Use message-header-xheader
6599         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6600         ahead of the anything pattern, to get it recognised.
6601
6602 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6603
6604         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6605         spam.el loads uses it in the compiled defadvice form.
6606
6607 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6608
6609         * gnus-sum.el (gnus-articles-to-read)
6610         (gnus-summary-insert-old-articles): Don't truncate group name for
6611         `read-string'.
6612
6613         * gnus-util.el (gnus-limit-string): Delete this function.
6614
6615         * gnus-sum.el (gnus-simplify-subject-fully): Use
6616         `truncate-string-to-width' instead.
6617
6618 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6619
6620         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6621         if, on summary exit, the next group has to be selected.
6622         (gnus-summary-exit): Use it.
6623
6624 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6625
6626         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6627         non-break space.
6628
6629 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6630
6631         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6632         Check if group is not a directory.
6633         (nnfolder-request-expire-articles): Don't delete articles if the target
6634         group is not available.
6635
6636         * nnml.el (nnml-request-create-group): Properly check if group is not a
6637         file.
6638         (nnml-request-expire-articles): Don't delete articles if the target
6639         group is not available.
6640
6641         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6642         Don't quote characters that are within parentheses.
6643
6644 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6645
6646         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6647         (gnus-handle-ephemeral-exit): Select article according to it.
6648
6649 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6650
6651         * message.el (message-insert-formated-citation-line): Remove newline.
6652         (message-citation-line-format): Add final \n here so that the user can
6653         avoid a blank line.
6654
6655 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6656
6657         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6658         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6659         Update lanl/arXiv support.
6660
6661 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6662
6663         * gnus.el: Bump version number.
6664
6665 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6666
6667         * gnus.el (gnus-version-number): Bump version.
6668
6669 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6670
6671         * gnus.el: No Gnus v0.6 is released.
6672
6673 2007-04-27  Didier Verna  <didier@xemacs.org>
6674
6675         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6676         * gmm-utils.el (gmm-regexp-concat): here.
6677         * message.el: Don't require 'gnus-util.
6678         (message-dont-reply-to-names): Handle name change above.
6679         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6680
6681 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6682
6683         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6684         since the initial value varies according to the system.
6685
6686 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6687
6688         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6689
6690 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6691
6692         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6693
6694 2007-04-24  Didier Verna  <didier@xemacs.org>
6695
6696         Improve the type of gnus-ignored-from-addresses.
6697         * gnus-util.el (gnus-orify-regexp): New function.
6698         * message.el (gnus-util): Require it.
6699         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6700         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6701         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6702
6703 2007-04-24  Didier Verna  <didier@xemacs.org>
6704
6705         * gnus-sum.el:
6706         * gnus-utils.el: Fix some trailing whitespaces.
6707
6708 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6709
6710         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6711         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6712         article's Message-ID; refer parent article in summary buffer.
6713
6714         * message.el (message-bounce): Call mime-to-mml.
6715
6716         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6717         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6718         optimize and/or forms properly.
6719
6720 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6721
6722         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6723         URL.
6724
6725 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6726
6727         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6728
6729 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6730
6731         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6732         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6733         displayed of multipart/alternative part if it is invoked from summary
6734         buffer.
6735
6736         * mm-view.el (mm-inline-text-html-render-with-w3m)
6737         (mm-inline-text-html-render-with-w3m-standalone)
6738         (mm-inline-render-with-function): Use mail-parse-charset by default.
6739
6740 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6741
6742         * parse-time.el (parse-time-string-chars): Check if CHAR
6743         is less than the length of parse-time-syntax.
6744
6745 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6746
6747         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6748         from gnus-newsgroup-processable.
6749
6750 2007-04-16  Didier Verna  <didier@xemacs.org>
6751
6752         * gnus-msg.el (gnus-configure-posting-styles): Handle
6753         message-signature-directory properly with :file syntax.  Reported by
6754         "Leo".
6755
6756 2007-04-11  Didier Verna  <didier@xemacs.org>
6757
6758         New user option: message-signature-directory.
6759         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6760         * message.el (message-insert-signature): Ditto.
6761         * message.el (message-signature-file): Doc update.
6762         * message.el (message-signature-directory): New.
6763
6764 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6765
6766         * gnus-msg.el (gnus-inews-yank-articles): Use
6767         message-exchange-point-and-mark instead of exchange-point-and-mark.
6768
6769 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6770
6771         * message.el (message-yank-original): Make sure cited text ends with
6772         newline; don't exchange point and mark.
6773
6774 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6775
6776         * tls.el (open-tls-stream): Properly handle case where there
6777         is no associated buffer.
6778
6779 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6780
6781         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6782         message-yank-original, make sure (< mark TEXT point).
6783
6784 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6785
6786         * message.el (message-fill-column): New variable.
6787         (message-mode): Use it.  Add comment on a possible new hook.
6788
6789         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6790         (nnmail-get-new-mail): Reformat.
6791
6792         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6793
6794         * gmm-utils.el: Fix Commentary.
6795         (gmm-tool-bar-from-list): Fix typo in doc string.
6796
6797 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6798
6799         * message.el (message-yank-original): Don't switch point and mark
6800         unnecessarily to put point and mark as documented.
6801
6802 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6803
6804         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6805         from the message heads.
6806
6807 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6808
6809         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6810         article buffer does not have a window.  This may not be the best
6811         solution but is certainly better than setting the start of the null,
6812         that is the current, window.
6813
6814 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6815
6816         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6817         (gnus-draft-setup): Run it.
6818
6819         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6820         gnus-score-fast-scoring.  Allow regexp.
6821         (gnus-score-headers): Use it.
6822
6823         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6824         XEmacs.
6825
6826         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6827         string.
6828         (gnus-button-alist): Also catch `<f1> k ...'.
6829         (gnus-treat-display-x-face): Fix doc string.
6830
6831 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6832
6833         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6834         evaluation of gnus-extended-version to ensure correct generation of the
6835         User-Agent header when message-generate-headers-first is used.
6836
6837 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6838
6839         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6840         hashcash-path is nil.  Don't call callback with incorrect number of
6841         parameters if val is 0.
6842
6843 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6844
6845         * message.el (message-required-news-headers):
6846         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6847
6848 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6849
6850         * tls.el (open-tls-stream): In handshake-waiting loop,
6851         don't wait more if there is output available to process.
6852
6853 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6854
6855         * tls.el (tls-program): Doc fix.
6856
6857 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * message.el (message-generate-new-buffers): Change the meaning of the
6860         nil value; add `standard' to the choices; treat t as `unique'; improve
6861         doc string.
6862         (gnus-select-frame-set-input-focus): Autoload.
6863         (message-buffer-name): Search for the existing message buffer if
6864         message-generate-new-buffers is nil or `standard'; treat the value t of
6865         message-generate-new-buffers as `unique'.
6866         (message-pop-to-buffer): Raise the frame already displaying the message
6867         buffer; clear the echo area after querying.
6868         (message-setup): Pass the `continue' argument to compose-mail.
6869         (message-mail): Prefer `switch-function' if it is given; search for the
6870         existing message buffer if the `continue' argument is non-nil; pass
6871         continue and switch-function arguments to compose-mail by way of
6872         message-setup.
6873         (message-mail-other-window): Adjust argument of message-setup.
6874         (message-mail-other-frame): Ditto.
6875
6876 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6877
6878         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6879         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6880         to turn font-lock on when turning gnus-message-citation-mode on.
6881
6882 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6883
6884         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6885         (mml-smime-function-alist): New variable; add epg as the backend.
6886         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6887         mml-smime- functions instead.
6888         * mm-view.el: Require smime.
6889
6890 2007-03-05  Didier Verna  <didier@xemacs.org>
6891
6892         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6893         instead of just inheritance for posting styles.
6894         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6895
6896 2007-02-24  Chris Moore  <dooglus@gmail.com>
6897
6898         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6899         * pgg-pgp.el (pgg-pgp-encrypt-region):
6900         * pgg-gpg.el (pgg-gpg-encrypt-region):
6901         Check pgg-encrypt-for-me if no other recipients.
6902
6903 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6904
6905         * tls.el (tls-certtool-program): Fix custom type.
6906
6907 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6908
6909         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6910         and point-at-eol instead of line-(beginning|end)-position.
6911
6912         * assistant.el (assistant-parse-buffer): Ditto.
6913
6914         * netrc.el (netrc-parse-services): Ditto.
6915
6916 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6917
6918         * mml2015.el (mml2015-epg-find-usable-key): New function.
6919         (mml2015-epg-sign): Use it.
6920         (mml2015-epg-encrypt): Use it.
6921
6922 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6923
6924         * message.el (message-make-in-reply-to): Quote name containing
6925         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6926         if there are special characters.  Reported by NAKAJI Hiroyuki
6927         <nakaji@jp.freebsd.org>.
6928
6929 2007-02-27  Didier Verna  <didier@xemacs.org>
6930
6931         Include the group parameters as well as the topic ones in the
6932         inheritance filter process.
6933         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6934         argument GROUP-PARAMS-LIST.
6935         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6936
6937 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6938
6939         * nntp.el (nntp-never-echoes-commands)
6940         (nntp-open-connection-functions-never-echo-commands): New variables.
6941         (nntp-send-command): Use them.
6942
6943 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6944
6945         * mml2015.el (mml2015-epg-verify): Simplified.
6946
6947 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6948
6949         * mml.el (mml-content-disposition-alist): New user option.
6950         (mml-content-disposition): New function.
6951         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6952         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6953
6954 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6955
6956         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6957         verification.
6958
6959 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6960
6961         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6962         articles posted in the last 24 hours.
6963
6964 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6965
6966         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6967
6968 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6969
6970         * nntp.el (nntp-send-command): Don't wait for echoes when
6971         nntp-open-ssl-stream is used.
6972
6973 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6974
6975         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6976         (gnus-message-add-citation-keywords)
6977         (gnus-message-remove-citation-keywords): Remove.
6978         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6979         directly, make the variables in font-lock-defaults buffer-local, add
6980         gnus-message-citation-keywords to them and then update the value of
6981         font-lock-keywords.
6982
6983 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6984
6985         * message.el (message-cite-original-1): Don't call
6986         gnus-article-highlight-citation.
6987
6988         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6989         citations; fix line count.
6990
6991 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6992
6993         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6994         (gnus-message-add-citation-keywords)
6995         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6996         versions of font-lock-add-keywords and font-lock-remove-keywords to
6997         work with XEmacs correctly.
6998
6999 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7000
7001         * gnus-cite.el (gnus-cite-face-list): Set the values of
7002         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7003         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7004         (gnus-message-cite-prefix-regexp): New variable.
7005         (gnus-message-search-citation-line): Use it; protect against long
7006         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7007         the 0th match data for Emacs.
7008         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7009         (gnus-message-add-citation-keywords): Append keywords rather than
7010         prepending; emulate font-lock-add-keywords if it is not available.
7011         (gnus-message-remove-citation-keywords): Emulate
7012         font-lock-remove-keywords if it is not available.
7013
7014         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7015
7016         * message.el (message-cite-prefix-regexp): Set the value of
7017         gnus-message-cite-prefix-regexp.
7018
7019 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7020
7021         * nnweb.el (nnweb-google-parse-1): Update parser.
7022
7023 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7024
7025         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7026
7027 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7028
7029         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7030         regexp.
7031
7032 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7033
7034         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7035         string-to-multibyte.
7036         (uudecode-decode-region-internal): Use it.
7037
7038         * lpath.el: Fbind string-as-multibyte for XEmacs.
7039
7040 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7041
7042         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7043         custom choice.
7044
7045         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7046
7047 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7048
7049         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7050
7051         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7052         `write-region' to respect `mm-inhibit-file-name-handlers'.
7053
7054 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7055
7056         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7057         Use gnus-home-directory instead of "~/" or "$HOME".
7058
7059 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7060
7061         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7062         to mention filename.
7063         Add comments at beginning regarding usage.
7064         (encrypt-write-file-contents): Change interactive so a string is
7065         acceptable.  If the file has no associated model, show an error instead
7066         of a nonsense prompt.
7067
7068 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7069
7070         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7071         Thanks to Yoshihiko Yamada for kind notification of this typo.
7072
7073 2007-01-12  Kenichi Handa  <handa@m17n.org>
7074
7075         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7076         multibyte buffer.
7077
7078 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7079
7080         * gnus-score.el (gnus-score-fast-scoring): New variable.
7081         (gnus-score-headers): Use it.
7082
7083         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7084
7085         * message.el (message-cite-original-1): Call
7086         gnus-article-highlight-citation if requested.
7087         (message-make-from): Allow name and address as optional arguments.
7088
7089         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7090
7091         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7092         bugs to doc string.
7093         (gnus-button-alist): Add mid\\|message-id.
7094         (gnus-button-fetch-group): Extend for use in
7095         `browse-url-browser-function'.
7096         (gnus-button-url-regexp): Try to catch paired parentheses like in
7097         Wikipedia URLs.
7098
7099         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7100         Suggested by Simon Krahnke <overlord@gmx.li>.
7101
7102 2007-01-13  Romain Francoise  <romain@orebokech.com>
7103
7104         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7105         Update copyright.
7106
7107 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7108
7109         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7110
7111 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7112
7113         * gnus-registry.el (gnus-registry-unfollowed-groups)
7114         (gnus-registry-split-fancy-with-parent): Fix documentation.
7115
7116 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7117
7118         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7119         from nnweb groups.
7120
7121 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7122
7123         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7124         Xref urls.  Erase buffer before requesting head.
7125
7126 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7127
7128         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7129         customizable.
7130
7131 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7132
7133         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7134         no signing key is found.
7135         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7136         no encrypting and/or signing key is found.
7137
7138 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7139
7140         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7141
7142 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7143
7144         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7145         headers read from disk with the ones newly found in the current search.
7146         This should no longer cause problems, because the article numbers in
7147         Gmane's `nov.php' output are ignored since the previous change.
7148
7149 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7150
7151         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7152
7153 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7154
7155         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7156         replace-regexp-in-string; bind url-version; fbind display-images-p and
7157         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7158         find-face and set-itimer-function for Emacs; bind itimer-list for
7159         Emacs.
7160
7161         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7162
7163 2007-01-01  Romain Francoise  <romain@orebokech.com>
7164
7165         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7166
7167 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7168
7169         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7170         `define-minor-mode' macro definition expanded properly.
7171         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7172         exclude it there.
7173
7174         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7175         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7176         `fboundp' test.
7177         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7178         This is OK to autoload in (S)XEmacs now.
7179
7180 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7181
7182         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7183         keystroke.
7184         (gnus-summary-limit-to-singletons): Fix typo.
7185
7186         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7187         else fails.
7188
7189 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7190
7191         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7192         docstring.
7193
7194         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7195         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7196         (gnus-summary-insert-dormant-articles): Fix typo in message.
7197
7198 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7199
7200         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7201         nil for XEmacs.
7202         (gnus-message-citation-mode): Don't autoload in XEmacs.
7203
7204         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7205
7206 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7207
7208         * nnimap.el (nnimap-expunge-search-string): Mention
7209         nnimap-search-uids-not-since-is-evil in docstring.
7210
7211 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7212
7213         * spam.el: Revert to make-obsolete-variable because
7214         define-obsolete-variable-alias is not supported in Emacs 21.
7215
7216         * spam.el (spam-ifile-path, spam-ifile-database-path)
7217         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7218         make-obsolete-variable.
7219         (spam-bsfilter-path, spam-bsfilter-program)
7220         (spam-spamassassin-path, spam-spamassassin-program)
7221         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7222         use "path" inappropriately.
7223         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7224         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7225         variable names.
7226
7227 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7228
7229         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7230         summary buffer.
7231
7232         * password.el (password-cache-remove): Use clear-string to burn
7233         password, if available.
7234
7235 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7236
7237         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7238
7239         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7240
7241         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7242         (gnus-message-highlight-citation): Move defcustom here from
7243         gnus-cite.el.
7244         (gnus-message-citation-mode): Autoload.
7245
7246         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7247         checks to make it compile with XEmacs.
7248         (gnus-message-citation-mode): New minor mode.
7249         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7250         (gnus-message-highlight-citation): New variables.
7251         (gnus-message-search-citation-line)
7252         (gnus-message-add-citation-keywords)
7253         (gnus-message-remove-citation-keywords)
7254         (turn-on-gnus-message-citation-mode)
7255         (turn-off-gnus-message-citation-mode): New functions.
7256
7257 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7258
7259         * gnus-cite.el: Enable highlighting of different citation levels in
7260         message-mode.
7261
7262 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7263
7264         * message.el (message-make-fqdn): Fix comment.
7265         (message-bogus-system-names): Add ".local".
7266
7267         * spam.el (spam-ifile-path, spam-ifile-program)
7268         (spam-ifile-database-path, spam-ifile-database)
7269         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7270         Don't use "path" inappropriately.
7271         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7272         strings.
7273         (spam-check-ifile, spam-ifile-register-with-ifile)
7274         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7275         new variable names.
7276
7277         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7278         (gnus-treat-display-smileys): Simplify using
7279         gnus-image-type-available-p.
7280
7281         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7282         available.
7283
7284         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7285         `display-images-p' if available.
7286
7287 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7288
7289         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7290         one after turning on the buffer's multibyteness instead of decoding
7291         them directly in the unibyte buffer that causes unexpected conversion
7292         in Emacs 23 (unicode).
7293
7294 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7295
7296         * message.el (message-generate-hashcash): Fix custom type.
7297
7298 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7299
7300         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7301
7302 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7303
7304         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7305         disconnect icons.  Add help text.
7306
7307 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7308
7309         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7310         negated to be consistent with the others we handle.
7311
7312 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7313
7314         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7315         version of gnus-summary-buffer to something, so that we can use two
7316         article buffers at the same time.
7317
7318 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7319
7320         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7321         trigger all the extra headers.
7322         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7323         sorting.
7324
7325 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7326
7327         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7328         solid groups.
7329
7330 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7331
7332         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7333
7334 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7335
7336         * legacy-gnus-agent.el: Add Copyright notice.
7337
7338 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7339
7340         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7341
7342 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7343
7344         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7345
7346         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7347         to make it work reliably in CVS Emacs.
7348         (gnus-summary-limit-strange-charsets-predicate)
7349         (gnus-summary-limit-to-predicate): New functions.
7350
7351 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7352
7353         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7354         specifying array size.
7355         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7356         array if it is too small.
7357         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7358         (gnus-sort-threads-loop): New function.
7359
7360 2006-12-06  Chris Moore  <dooglus@gmail.com>
7361
7362         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7363         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7364
7365 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7366
7367         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7368         options.
7369
7370 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7371
7372         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7373         DOS-ing the recipient.
7374
7375         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7376         the headers when creating the mapping to avoid mismappings.
7377         (nnweb-gmane-create-mapping): Always nix out old mapping.
7378
7379 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7380
7381         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7382         and mm-verify-option to never.
7383
7384 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7385
7386         * message.el (message-signed-or-encrypted-p): New function.
7387         (message-forward-make-body): Use it.
7388
7389         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7390         Replace encode-coding-string with mm-encode-coding-string.
7391
7392 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7393
7394         * nneething.el (nneething-decode-file-name): Replace
7395         decode-coding-string with mm-decode-coding-string.
7396
7397         * gnus-int.el (gnus-open-server): Say failed server's name.
7398
7399 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7400
7401         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7402         strings to a single string.  Quote `errors-file-name'.
7403         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7404         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7405         Adjust calls.  Use `shell-quote-argument'.
7406
7407 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7408
7409         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7410         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7411
7412         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7413         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7414         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7415         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7416         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7417         (gnus-subscribe-newsgroup, gnus-1):
7418         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7419         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7420         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7421         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7422
7423 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7424
7425         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7426         keystroke.
7427         (gnus-summary-limit-to-bodies): Implement headersp.
7428
7429 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7430
7431         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7432
7433 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7434
7435         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7436
7437 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7438
7439         * message.el (message-generate-hashcash): Expand range of values to
7440         include `opportunistic'.
7441         (message-send-mail): Use it.
7442
7443 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7444
7445         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7446         and comment it.
7447
7448         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7449
7450 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7451
7452         * gnus-util.el (gnus-extract-address-components): Improve comment.
7453
7454 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7455
7456         * gnus-util.el (gnus-extract-address-components): Work with address in
7457         which the name portion contains @.
7458
7459         * lpath.el: Fbind custom-autoload.
7460
7461 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7462
7463         * gnus.el (gnus-start): Move custom group up.
7464         (gnus-select-method): Don't autoload, but make it available for
7465         `customize-variable'.
7466         (gnus-getenv-nntpserver): Don't autoload.
7467
7468 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7469
7470         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7471
7472 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7473
7474         * message.el (message-sendmail-extra-arguments): New variable.
7475         (message-send-mail-with-sendmail): Use it.
7476
7477 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7478
7479         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7480         mm-with-unibyte-current-buffer to make string unibyte.
7481
7482         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7483         mm-string-as-multibyte.
7484
7485 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7486
7487         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7488         Reported by Werner Koch <wk@gnupg.org>.
7489
7490 2006-11-14  Daiki Ueno  <ueno@p360>
7491
7492         * mml2015.el: Autoload epa-select-keys when compiling.
7493
7494 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7495
7496         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7497         message-options.
7498         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7499
7500 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7501
7502         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7503         EasyPG (< 0.0.6).
7504         (mml2015-always-trust): New user option.
7505         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7506         prompt.
7507
7508 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7509
7510         * nntp.el (nntp-authinfo-force): New variable.
7511         (nntp-send-authinfo): Use it.
7512
7513 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7514
7515         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7516         decode encoded words.  Improve prompt.  Add comment about forwarding.
7517         (message-replacement-char): Move up.
7518
7519 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7520
7521         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7522         instead of gnus-intersection because arguments of gnus-sorted-nunion
7523         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7524
7525 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7526
7527         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7528         (message-simplify-subject-functions): Enable
7529         message-strip-subject-encoded-words by default.
7530
7531 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7532
7533         * message.el (message-strip-subject-encoded-words): New function.
7534         (message-simplify-subject-functions): New variable.
7535         (message-simplify-subject): Use it.  Fix typo in doc string.
7536         Support message-strip-subject-encoded-words.
7537
7538 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7539
7540         * gnus-diary.el (gnus-diary-delay-format-function):
7541         * nndiary.el (nndiary-reminders):
7542         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7543
7544 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7545
7546         * gnus-art.el (article-hide-boring-headers): Fetch date from
7547         gnus-original-article-buffer to avoid problems with localized date
7548         strings.
7549
7550 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7551
7552         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7553
7554 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7555
7556         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7557         New variables.
7558         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7559         (mm-charset-synonym-alist): Move some entries to
7560         mm-codepage-iso-8859-list.
7561         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7562         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7563
7564 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7565
7566         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7567
7568 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7569
7570         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7571         with Emacs 21 and XEmacs.
7572
7573 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7574
7575         * spam.el (spam-parse-address): New function for better parsing,
7576         catching errors, etc.
7577         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7578
7579 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7580
7581         * mm-view.el: Add interactive arg to html2text autoload.
7582
7583 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7584
7585         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7586
7587 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7588
7589         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7590         variables.
7591         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7592         (mm-charset-synonym-alist): Move some entries to
7593         mm-codepage-iso-8859-list.
7594
7595         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7596
7597 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7598
7599         * message.el (message-citation-line-format)
7600         (message-insert-formated-citation-line): Fix implementation of %E, %N
7601         and %n according to the doc string.
7602
7603 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7604
7605         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7606         car-safe to avoid bad parses.
7607
7608 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7609
7610         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7611         names.
7612
7613         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7614
7615 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7618         header.
7619
7620         * message.el (message-draft-headers): Add Date.
7621         (message-headers-to-generate): Fix typo in docstring.
7622
7623         * nndraft.el (nndraft-required-headers): New variable.
7624         (nndraft-generate-headers): Use it.
7625
7626         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7627
7628 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7629
7630         * gnus-registry.el (gnus-registry-wash-for-keywords)
7631         (gnus-registry-find-keywords): New functions to allow easy searching of
7632         articles that are in the registry.
7633
7634 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7635
7636         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7637         ietf-drums-parse-address instead of gnus-extract-address-components.
7638         Reported by Damien Elmes <damien@repose.cx>.
7639
7640 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7641
7642         * gnus.el (gnus-mime): Remove unused custom group.
7643
7644 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7645
7646         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7647         "blank line" when searching for end of armor headers.
7648
7649 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7650
7651         * gmm-utils.el (gmm-write-region): Fix variable name.
7652
7653 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7654
7655         * gmm-utils.el (gmm-write-region): New function based on compatibility
7656         code from `mm-make-temp-file'.
7657
7658         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7659
7660         * nnmaildir.el (nnmaildir--update-nov)
7661         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7662         Use `gmm-write-region'.
7663
7664 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7665
7666         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7667         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7668
7669         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7670
7671         * message.el (message-replacement-char): New variable.
7672         (message-fix-before-sending): Use it.
7673         (message-simplify-subject): New function to remove duplicate code.
7674         (message-reply, message-followup): Use it.
7675
7676         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7677         gnus-summary-limit-to-articles.
7678
7679 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7680
7681         * gnus-util.el (gnus-with-local-quit): New macro.
7682
7683         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7684
7685 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7686
7687         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7688         ignore non-string data.
7689
7690 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7691
7692         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7693         non-string data (needs to be done in the registry too).
7694
7695 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7696
7697         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7698         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7699         (gnus-registry-split-fancy-with-parent)
7700         (gnus-registry-fetch-simplified-message-subject-fast)
7701         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7702         Remove text properties on ingress into the registry and when it's saved.
7703         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7704         registry from entries with no groups.
7705
7706 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7707
7708         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7709         function to remove string properties.
7710
7711 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7712
7713         * gmm-utils.el (gmm): Adjust custom version.
7714
7715         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7716         custom version.
7717
7718         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7719
7720 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7721
7722         * gnus-art.el (gnus-insert-prev-page-button)
7723         (gnus-insert-next-page-button): Simplify.  Reformat.
7724
7725 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7726
7727         * gnus-art.el (gnus-insert-prev-page-button)
7728         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7729
7730 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7731
7732         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7733
7734 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7735
7736         * gnus-art.el (gnus-insert-mime-button)
7737         (gnus-insert-mime-security-button):
7738         Apply gnus-article-button-face to MIME and security buttons.
7739
7740 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7741
7742         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7743         readable.
7744
7745 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7746
7747         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7748
7749 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7750
7751         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7752         `browse-url-of-file' instead of `browse-url'.
7753
7754 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7755
7756         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7757         regexp.  Articles containing quotation were cut prematurely.
7758
7759 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7760
7761         * message.el (message-cite-original-1): Use nobody by default for the
7762         value of From header.
7763         (message-reply): Ditto.
7764
7765 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7766
7767         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7768         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7769         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7770
7771 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7772
7773         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7774         mails in the doc string.  Add some URLs in comment.
7775         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7776
7777 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7778
7779         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7780         backslashes handling and the way to find boundaries of quoted strings.
7781
7782 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7783
7784         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7785         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7786         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7787         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7788
7789 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7790
7791         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7792         doc string.
7793         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7794
7795 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7796
7797         * lpath.el: Fbind epg-check-configuration.
7798
7799 2006-09-06  Simon Josefsson  <jas@extundo.com>
7800
7801         * mml2015.el (mml2015-use): Doc fix, mention epg.
7802
7803 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7804
7805         * mml2015.el (mml2015-use): Default to epg, if available.
7806
7807 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7808
7809         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7810         message-sender.
7811         (mml1991-epg-encrypt): Ditto.
7812         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7813         message-sender.
7814         (mml2015-epg-encrypt): Ditto.
7815
7816 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7817
7818         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7819         several common directories.
7820
7821 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7822
7823         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7824         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7825
7826 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7827
7828         * gnus-art.el (article-decode-encoded-words): Make it fast.
7829
7830 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7831
7832         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7833
7834         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7835         in quoted string into `\'.
7836
7837 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7838
7839         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7840         Use standard-syntax-table.
7841
7842 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7843
7844         * gnus-art.el (gnus-decode-address-function): New variable.
7845         (article-decode-encoded-words): Use it to decode headers which are
7846         assumed to contain addresses.
7847         (gnus-mime-delete-part): Remove useless `or'.
7848
7849         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7850         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7851         (gnus-nov-parse-line): Use it to decode From header.
7852         (gnus-get-newsgroup-headers): Ditto.
7853         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7854
7855         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7856         (mail-decode-encoded-address-string): New alias.
7857
7858         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7859         New function.
7860         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7861         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7862         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7863         (rfc2047-decode-string): Ditto.
7864         (rfc2047-decode-address-region): New function.
7865         (rfc2047-decode-address-string): New function.
7866
7867 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7868
7869         * message.el (message-caesar-buffer-body): Allow rotating headers.
7870
7871         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7872
7873         * message.el (message-insert-formated-citation-line): Fix %f.
7874         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7875
7876 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7877
7878         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7879         (gnus-bookmark-mouse-available-p): New macro.
7880         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7881         (gnus-bookmark-bmenu-show-infos): Use it.
7882         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7883         (gnus-bookmark-bmenu-hide-infos): Ditto.
7884         (gnus-bookmark-remove-properties): New function.
7885         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7886         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7887         (gnus-bookmark-write-file): Bind coding-system-for-write.
7888         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7889         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7890         group before selecting it.
7891         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7892         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7893         quit-window if it is not available; use gnus-mouse-2 and bind it to
7894         gnus-bookmark-bmenu-select-by-mouse.
7895         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7896         (gnus-bookmark-bmenu-select-by-mouse): New function.
7897
7898 2006-08-13  Romain Francoise  <romain@orebokech.com>
7899
7900         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7901         space.
7902
7903 2006-08-10  Romain Francoise  <romain@orebokech.com>
7904
7905         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7906         (dns-mode-soa-auto-increment-serial): New user option.
7907         (dns-mode-soa-maybe-increment-serial): New function.
7908         (dns-mode): Add the latter to `write-contents-functions'.
7909
7910 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7911
7912         * compface.el (uncompface): Use binary rather than raw-text-unix.
7913
7914 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7915
7916         * compface.el (uncompface): Make sure the eol conversion doesn't take
7917         place when communicating with the external programs.  Reported by
7918         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7919
7920 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7921
7922         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7923
7924 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7925
7926         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7927         Make it more robust by parsing author and date independently.
7928
7929 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7930
7931         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7932
7933 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7934
7935         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7936         first matching secret key.
7937         (mml2015-epg-encrypt): Ditto.
7938
7939         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7940         first matching secret key.
7941         (mml1991-epg-encrypt): Ditto.
7942
7943         * mml2015.el (mml2015-encrypt-to-self): New user option.
7944         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7945         mml2015-epg-encrypt-to-self is set.
7946
7947         * mml1991.el (mml1991-encrypt-to-self): New variable.
7948         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7949         mml1991-epg-encrypt-to-self is set.
7950
7951         * mml2015.el (mml2015-signers): New user option.
7952         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7953         (mml2015-epg-encrypt): Allow to select signing keys.
7954
7955         * mml1991.el (mml1991-signers): New variable.
7956         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7957         (mml1991-epg-encrypt): Allow to select signing keys.
7958
7959 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7960
7961         * nnheader.el (nnheader-insert-head): Make it work even if the file
7962         uses CRLF for the line-break code.
7963
7964 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7965
7966         * mml2015.el: Require mml-sec instead of password.
7967         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7968         (mml2015-cache-passphrase): Inherit the default value from
7969         mml-secure-cache-passphrase.
7970         (mml2015-passphrase-cache-expiry): Inherit the default value from
7971         mml-secure-passphrase-cache-expiry.
7972
7973         * mml1991.el: Require mml-sec instead of password.
7974         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7975         (mml1991-cache-passphrase): Inherit the default value from
7976         mml-secure-cache-passphrase.
7977         (mml1991-passphrase-cache-expiry): Inherit the default value from
7978         mml-secure-passphrase-cache-expiry.
7979
7980         * mml-sec.el: Require password.
7981         (mml-secure-verbose): New user option.
7982         (mml-secure-cache-passphrase): New user option.
7983         (mml-secure-passphrase-cache-expiry): New user option.
7984
7985 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7986
7987         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7988         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7989         andreas@altroot.de (Andreas Vögele).
7990
7991         FIXME: Use `tiny change'?
7992
7993 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7994
7995         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7996         workaround for the url package included with Emacs.
7997
7998         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7999
8000 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8001
8002         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8003         correctly.  This fixes a bug caused by the 2006-05-12 change.
8004
8005 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8006
8007         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8008         some information about the error when saying that the `bogus' mail
8009         group will be used.
8010
8011 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8012
8013         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8014         string.
8015
8016 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8017
8018         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8019
8020 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8021
8022         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8023
8024 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8025
8026         * mml1991.el (mml1991-function-alist): Add epg.
8027         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8028         (mml1991-epg-encrypt): New functions.
8029
8030 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8031
8032         * mml2015.el (mml2015-verbose): New variable.
8033         (mml2015-cache-passphrase): Ditto.
8034         (mml2015-passphrase-cache-expiry): Ditto.
8035         (mml2015-function-alist): Add epg.
8036         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8037         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8038         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8039         functions.
8040
8041 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8042
8043         * message.el (message-cite-original-1): Preserve region when removing
8044         quoted text due to X-No-Archive in order to avoid bogus attribution
8045         when citing multiple messages.
8046
8047 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8048
8049         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8050         Kenneth Jacker <khj@be.cs.appstate.edu>.
8051
8052 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8053
8054         * gnus-diary.el (gnus-user-format-function-d)
8055         (gnus-user-format-function-D): Autoload.
8056
8057         * imap.el (Commentary): Fix typo.
8058
8059         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8060         2006-04-22 contribution.
8061
8062 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8063
8064         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8065         It didn't really fix the bogosity I'm seeing with solid web groups.
8066
8067 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8068
8069         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8070         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8071         created using server names.  If we use the feature without declaring
8072         it, Gnus does not properly manage server and group state.
8073
8074         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8075         bound.
8076
8077 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8078
8079         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8080         looking up the method using GROUP's prefix before inventing a new one.
8081         It is used on killed/unknown groups in various places where returning
8082         an all-new method isn't expected by the caller.
8083
8084         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8085         and match semantics of gnus-group-real-prefix.
8086
8087 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8088
8089         * nnmail.el (nnmail-broken-references-mailers): New variable.
8090         (nnmail-ignore-broken-references): New function generalizing
8091         nnmail-fix-eudora-headers.
8092         (nnmail-fix-eudora-headers): Now obsolete.
8093
8094         * gnus-art.el (gnus-button-handle-custom): Support
8095         `customize-apropos*'.
8096
8097 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8098
8099         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8100
8101         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8102         articles.
8103
8104 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8105
8106         * message.el (message-cite-reply-above): New variable.
8107         (message-yank-original): Use it.
8108
8109 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8110
8111         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8112
8113 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8114
8115         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8116         as read.
8117
8118         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8119
8120 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8121
8122         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8123         (gnus-bookmark-default-file): Use gnus-directory.
8124         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8125         Remove "*" in doc string.
8126         (gnus-bookmark-write-file): Simplify.
8127         (gnus-bookmark-maybe-sort-alist): Use `when'.
8128         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8129         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8130         FIXME about Emacs 21 and XEmacs compatibility.
8131         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8132         compatibility.
8133         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8134         compatibility.
8135         (gnus-bookmark-menu-heading): Fix version.
8136
8137 2006-06-19  Bastien Guerry  <bzg@altern.org>
8138
8139         * gnus-bookmark.el: New file.
8140
8141 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8142
8143         * message.el (message-syntax-checks): Doc fix.
8144
8145 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8146
8147         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8148         unsubscribed groups as if they were killed ones.  It causes duplicate
8149         entries in gnus-newsrc-alist.
8150
8151 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8152
8153         * message.el (message-syntax-checks): Doc fix.
8154         (message-send-mail): Add check for continuation headers.
8155         (message-check-news-header-syntax): Fix regexp used to check for
8156         continuation headers.
8157
8158 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8159
8160         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8161
8162 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8163
8164         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8165
8166 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8167
8168         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8169         default-truncate-lines.
8170
8171 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8172
8173         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8174         to fill the utf-8 entry.
8175
8176         * lpath.el: Fbind unicode-precedence-list.
8177
8178 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8179
8180         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8181
8182 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8183
8184         * gnus-agent.el (directory-files-and-attributes): Move all the way
8185         forward (the third and final move).
8186         (gnus-agent-read-agentview): Trap reconstruction errors due to
8187         nonexistant directory.  Handle by returning nil.
8188
8189 2006-05-30  Didier Verna  <didier@xemacs.org>
8190
8191         * message.el (message-dont-reply-to-names): Update the custom type.
8192         * message.el (message-dont-reply-to-names): New defsubst: potentially
8193         convert a list of regexps into a single one.
8194         * message.el (message-get-reply-headers): Use it.
8195         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8196
8197 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8198
8199         * gnus-agent.el (directory-files-and-attributes): Move forward.
8200
8201 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8202
8203         * gnus-ml.el (gnus-mailing-list-subscribe)
8204         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8205         (gnus-mailing-list-message): Fix doc strings.
8206
8207 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8208
8209         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8210         of doing it manually.
8211
8212 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8213
8214         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8215         comment.
8216
8217 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8218
8219         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8220         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8221         (gnus-agent-read-local): All symbols allocated in my-obarray.
8222         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8223         (gnus-agent-regenerate-group): Check numeric names to see if they are
8224         messages or groups.
8225         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8226         better way of do this...)
8227
8228         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8229         'dummy.group' (there should be a better way of do this...)
8230
8231 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8232
8233         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8234         (gnus-saved-headers): Ditto.
8235         (gnus-default-article-saver): Mention functions may have properties.
8236         (gnus-article-save): Override gnus-save-all-headers and
8237         gnus-saved-headers by :headers property which saver function may have.
8238         (gnus-summary-save-in-file): Add :headers property.
8239         (gnus-summary-write-to-file): Ditto.
8240
8241         * gnus-sum.el (gnus-summary-save-article): Bind
8242         gnus-prompt-before-saving to t when saving many articles in a file;
8243         always show all headers.
8244
8245         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8246
8247 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8248
8249         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8250         marks.
8251
8252         * message.el (message-indent-citation): Add optional arguments to allow
8253         using it outside of message buffers.
8254
8255         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8256         (gnus-article-treat-unfold-headers): Use it.
8257         (gnus-article-truncate-lines): New variable.
8258         (gnus-article-mode): Use it.
8259         (gnus-article-toggle-truncate-lines): New function.
8260
8261         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8262         gnus-article-toggle-truncate-lines.
8263
8264         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8265         coding system in XEmacs, use binary.
8266
8267 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8268
8269         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8270         after-load-alist.
8271
8272         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8273         this function should save decoded articles.
8274         (gnus-summary-write-to-file): Use property to specify this function
8275         should save decoded articles and specify gnus-summary-save-in-file
8276         should be used to save articles other than the first one when saving
8277         many articles.
8278         (gnus-summary-save-body-in-file): Use property to specify this
8279         function should save decoded articles.
8280         (gnus-summary-write-body-to-file): Use property to specify this
8281         function should save decoded articles and specify
8282         gnus-summary-save-body-in-file should be used to save articles other
8283         than the first one when saving many articles.
8284
8285         * gnus-sum.el (gnus-summary-save-article): Simplify.
8286
8287 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8288
8289         * gnus-art.el (gnus-default-article-saver): Add
8290         gnus-summary-write-body-to-file.
8291         (gnus-article-save-coding-system): Don't use coding system object
8292         in XEmacs.
8293         (gnus-read-save-file-name): Add optional `dir-var' argument which
8294         specifies directory in which files are saved; work even if optional
8295         `variable' argument is not specified.
8296         (gnus-summary-write-to-file): Read file name.
8297         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8298         (gnus-summary-write-body-to-file): New function.
8299
8300         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8301         (gnus-summary-local-variables): Add it.
8302         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8303         (gnus-summary-save-article): Remove optional `decode' argument;
8304         determine whether to decode articles by the value of
8305         gnus-default-article-saver; when saving many files using
8306         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8307         it first and use gnus-summary-save-in-file or
8308         gnus-summary-save-body-in-file thereafter unless
8309         gnus-prompt-before-saving is always; move point to article which
8310         will be saved.
8311         (gnus-summary-save-article-file): Revert.
8312         (gnus-summary-write-article-file): Revert.
8313         (gnus-summary-save-article-body-file): Revert.
8314         (gnus-summary-write-article-body-file): New function.
8315
8316 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8317
8318         * gnus-art.el (gnus-default-article-saver): Doc fix.
8319         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8320         from gnus-summary-save-article-coding-system, and default to a
8321         certain coding system.
8322         (gnus-output-to-file): Add coding cookie and encode text according
8323         to gnus-article-save-coding-system; don't use mm-append-to-file.
8324
8325         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8326         gnus-art.el and rename to gnus-article-save-coding-system.
8327         (gnus-summary-save-article): Require gnus-art; don't show all
8328         headers if it decodes articles; don't add coding cookie here;
8329         don't bind mm-text-coding-system-for-write.
8330         (gnus-summary-save-article-file): Save decoded articles.
8331         (gnus-summary-write-article-file): When saving many files, use
8332         gnus-summary-write-to-file first and gnus-summary-save-in-file
8333         thereafter unless gnus-prompt-before-saving is always.
8334         (gnus-summary-save-article-body-file): Save decoded articles.
8335
8336         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8337
8338 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8339
8340         * nnrss.el (nnrss-check-group): Bind hash-index.
8341
8342 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8343
8344         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8345         its hash index.  Store this hash in `nnrss-group-data'.
8346         (nnrss-read-group-data): Update accordingly.
8347
8348 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8349
8350         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8351         entry.
8352
8353         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8354         gnus-article-browse-html-article.
8355
8356 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8357
8358         * gnus-sum.el (gnus-summary-mime-map): Add
8359         gnus-article-browse-html-article.
8360
8361         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8362
8363 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8364
8365         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8366         suitable coding systems in customize.
8367
8368 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8369
8370         * mail-source.el (mail-sources): Fix custom type.
8371
8372 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8373
8374         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8375         (gnus-summary-expire-articles-now): Shorten prompt.
8376
8377         * gmm-utils.el (wid-edit): Require.
8378         (defun-gmm): Renamed from `gmm-defun-compat'.
8379         (gmm-image-search-load-path): Use it.
8380         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8381
8382 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8383
8384         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8385         variable.
8386         (gnus-summary-save-article): Add optional `decode' argument.  If
8387         it is set and gnus-summary-save-article-coding-system is non-nil,
8388         save decoded article.
8389         (gnus-summary-write-article-file): Save decoded article if
8390         gnus-summary-save-article-coding-system is non-nil.
8391
8392         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8393         type.
8394
8395 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8396
8397         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8398
8399 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8400
8401         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8402         first to test gnus-single-article-buffer which may be buffer-local.
8403
8404         * gnus-sum.el (gnus-summary-setup-buffer): Make
8405         gnus-single-article-buffer buffer-local and nil in ephemeral
8406         group; make gnus-article-buffer, gnus-article-current, and
8407         gnus-original-article-buffer always buffer-local.
8408         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8409         group.
8410         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8411
8412 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8413
8414         * nnml.el (nnml-request-compact-group): Compressed files might not
8415         have .gz extension.
8416
8417 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8418
8419         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8420         (mm-copy-to-buffer): Use with-current-buffer.
8421         (mm-display-part): Simplify.
8422         (mm-inlinable-p): Add optional arg `type'.
8423
8424 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8425
8426         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8427         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8428         Try harder to show the attachment internally or externally using
8429         gnus-mime-view-part-as-type.
8430
8431 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8432
8433         * message.el (message-from-style, message-signature-separator)
8434         (message-user-organization-file, message-send-mail-function)
8435         (message-citation-line-function, message-yank-prefix)
8436         (message-indent-citation-function, message-signature)
8437         (message-signature-file, message-signature-insert-empty-line):
8438         Remove autoloads.
8439
8440         * gnus-art.el (gnus-buttonized-mime-types): Remove
8441         "multipart/signed".  Revert 2006-04-26 change.
8442
8443 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8444
8445         * gnus.el (gnus-version-number): Bump version.
8446
8447 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8448
8449         * gnus.el: No Gnus v0.5 is released.
8450
8451 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8452
8453         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8454         fetching articles by message-id.
8455
8456 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8457
8458         * message.el (hashcash): Require hashcash as normal.
8459
8460         * ecomplete.el (ecomplete-highlight-match-line): Use
8461         point-at-eol.
8462         (ecomplete-highlight-match-line): Use `highlight', because that
8463         face exists in both Emacs and XEmacs.
8464
8465         * message.el (message-display-abbrev): Use point-at-bol.
8466
8467         * mail-source.el: Don't require timer/timer-funcs.
8468
8469         * gnus-async.el: Ditto.
8470
8471         * password.el: Ditto.
8472
8473         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8474
8475         * mm-url.el: Ditto.
8476
8477         * gnus-xmas.el: Don't require timer-funcs.
8478
8479         * mm-util.el: Require timer/timer-funcs.
8480
8481 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8482
8483         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8484         Close.
8485
8486 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8487
8488         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8489         unibyte after clear-decrypt function runs.
8490
8491         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8492         returns as a unibyte string.
8493
8494 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8495
8496         * lpath.el: Revert.
8497
8498         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8499         (pgg-gpg-process-sentinel): Revert.
8500
8501         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8502         (pgg-pgp-lookup-key): Revert.
8503
8504         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8505         (pgg-pgp5-lookup-key): Revert.
8506
8507         * pgg.el (pgg-fetch-key): Revert.
8508
8509 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8510
8511         * lpath.el: Fbind string-as-multibyte for XEmacs.
8512
8513         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8514         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8515         (mml1991-pgg-encrypt): Ditto.
8516
8517         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8518         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8519         a multibyte buffer.
8520
8521         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8522         (pgg-pgp-lookup-key): Ditto.
8523
8524         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8525         (pgg-pgp5-lookup-key): Ditto.
8526
8527         * pgg.el (pgg-fetch-key): Ditto.
8528
8529 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8530
8531         * message.el (message-user-organization-file): Check several
8532         locations of the organization file.
8533
8534         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8535         Add gnus-article-view-part-as-type.
8536
8537         * gnus-art.el (gnus-article-view-part-as-type): New function.
8538
8539         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8540         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8541
8542         * mml.el: Simplify autoload.
8543         (mml-mode): defvar dnd-protocol-alist instead of using
8544         symbol-value.
8545         (mml-default-directory): New variable.
8546         (mml-minibuffer-read-file): Use it.
8547         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8548
8549         * message.el (message-citation-line-format): New variable.
8550         (message-insert-formated-citation-line): New function.
8551         (message-citation-line-function): Add
8552         `message-insert-formated-citation-line' to custom type.
8553
8554         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8555         to doc string.
8556
8557         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8558         depending on mm-verify-option.
8559
8560 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8561
8562         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8563         binding pgg-* variables; reimplement the section which prevents
8564         MIME header from being signed.
8565         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8566         pgg-text-mode; remove a blank line at the top of body.
8567
8568         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8569         lines at the top of body; use gnus-newsgroup-charset if there's no
8570         Charset header.
8571
8572 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8573
8574         * message.el (message-self-insert-commands): Doc fix.
8575
8576         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8577         (mm-uu-pgp-encrypted-test): Ditto.
8578         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8579         between header and body; return application/pgp-encrypted handle
8580         if decryption failed; decode decrypted body by charset.
8581
8582         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8583         element match to application/pgp-*.
8584
8585 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8586
8587         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8588         HTML.
8589
8590 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8591
8592         * mail-source.el (mail-source-call-script): Message the error
8593         string.
8594
8595 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8596
8597         * gnus-util.el (gnus-byte-compile): Use it.
8598
8599 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8600
8601         * gnus-util.el (kill-empty-logs): New function.
8602
8603 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8604
8605         * message.el (message-mail-alias-type): Doc fix.
8606         (message-mail-alias-type-p): New function.
8607         (message-send): Use it.
8608         (message-mode): Ditto.
8609         (message-strip-forbidden-properties): Ditto.
8610
8611         * ecomplete.el (ecomplete-database-file-coding-system): New
8612         variable.
8613         (ecomplete-save): Use it.
8614         (ecomplete-setup): Use it.
8615
8616 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8617
8618         * message.el (message-self-insert-commands): New variable.
8619         (message-strip-forbidden-properties): Use it.
8620
8621 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8622
8623         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8624         that doesn't make XEmacs choke.
8625
8626 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8627
8628         * gnus-util.el (gnus-replace-in-string):
8629         Prefer replace-regexp-in-string over of replace-in-string.
8630
8631 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8632
8633         * gnus-util.el (gnus-select-frame-set-input-focus):
8634         Use select-frame-set-input-focus if it is available in XEmacs; use
8635         definition defined in Emacs 22 for old Emacsen.
8636
8637         * dgnushack.el: Autoload unmorse-region for XEmacs.
8638
8639         * lpath.el: Bind cursor-in-non-selected-windows and
8640         select-frame-set-input-focus for XEmacs.
8641
8642 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8643
8644         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8645
8646 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8647
8648         * gnus-registry.el (gnus-registry-cache-save): Remove text
8649         properties when saving via the temp buffer.
8650
8651 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8652
8653         * message.el (message-generate-hashcash): Honor custom type.
8654
8655 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8656
8657         * message.el (message-generate-hashcash): Default to non-nil when
8658         hashcash is found.
8659
8660         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8661         (gnus-refer-thread-limit): Increase default to 500.
8662
8663         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8664
8665         * flow-fill.el (fill-flowed): Allow delete-space.
8666
8667 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8668
8669         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8670         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8671         Remove autoloads.
8672
8673 2006-04-18  Simon Josefsson  <jas@extundo.com>
8674
8675         * message.el (message-generate-hashcash): Default to.
8676
8677 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8678
8679         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8680         concatenating segments rather than before concatenating them.
8681
8682 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8683
8684         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8685
8686 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8687
8688         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8689
8690         * message.el (message-forward-make-body-plain): Allow
8691         message-forward-ignored-headers to be a list.
8692         (message-remove-ignored-headers): Factor out into function.
8693         (message-forward-make-body-mml): Use it.
8694
8695         * imap.el (imap-quote-specials): New function.
8696         (imap-login-auth): Quote specials.
8697
8698         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8699         (rfc2231-parse-string): Allow concatanation of parameters that
8700         aren't contiguous.  The test case is
8701           (mail-header-parse-content-type "message/external-body;
8702             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8703             access-type=LOCAL-FILE;
8704             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8705
8706 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8707
8708         * nntp.el (nntp-accept-process-output): Return the value of
8709         `nnheader-accept-process-output'.
8710
8711 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8712
8713         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8714         (gnus-button-alist): Recognize more diff formats.
8715         (gnus-button-patch): Strip directory.
8716
8717 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8718
8719         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8720         Emacs 22 when setting focus.
8721
8722 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8723
8724         * gnus-art.el (gnus-article-treat-types): Do treatment of
8725         text/x-verbatim parts.
8726         (gnus-button-patch): New command.
8727
8728         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8729         addresses that contain invalid characters.
8730
8731 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8732
8733         * message.el (message-put-addresses-in-ecomplete): Use
8734         gnus-replace-in-string.
8735         (message-is-yours-p): Use the more correct
8736         mail-header-parse-address instead of
8737         mail-extract-address-components.
8738         (message-put-addresses-in-ecomplete): Fix typo.
8739
8740         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8741         keystroke.
8742
8743         * gnus-art.el (gnus-treatment-function-alist): Change order of
8744         newsgroups/generic header folding to avoid double-folding.
8745
8746         * message.el (message-hidden-headers): Add X-Draft-From.
8747
8748         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8749         command.
8750         (gnus-summary-repeat-search-article-backward): New command.
8751
8752         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8753         groups in the parent topic.
8754
8755 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8756
8757         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8758         (spam-extra-header-to-number): Return the CRM114 number as a
8759         number instead of a string.
8760
8761 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8762
8763         * gnus-art.el (gnus-face-properties-alist): Moved here from
8764         gnus-fun.
8765
8766         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8767
8768 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8769
8770         * message.el (message-strip-forbidden-properties): Only display on
8771         self-insert-command.
8772
8773         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8774         reindent.
8775         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8776
8777 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8778
8779         * smiley.el (smiley-style): Fix typo.
8780
8781 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8782
8783         * hashcash.el (hashcash-insert-payment-async-2): Use
8784         message-goto-eoh instead of doing it manually.
8785         (mail-add-payment): Use message-narrow-to-header instead of trying
8786         to do the same itself.
8787
8788         * message.el (message-hidden-headers): Add Face.
8789
8790         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8791         reparenting code.
8792         (gnus-summary-reparent-children): Refactored out code.
8793         (gnus-summary-thread-map): New keystroke.
8794         (gnus-summary-reparent-children): Make into command.
8795
8796         * smiley.el (smiley-style): Default to `medium' if using a large
8797         font.
8798
8799         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8800         does it itself.
8801
8802         * message.el (message-point-in-header-p): Simplify definition.
8803
8804 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8805
8806         * nnagent.el (nnagent-request-set-mark): Silence log file
8807         writing.
8808         (nnagent-request-set-mark): Use write-region instead of
8809         append-to-file.
8810
8811         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8812         strange select method.
8813
8814         * ecomplete.el (ecomplete-display-matches): Get highlightling
8815         right.
8816         (ecomplete-display-matches): Use literals.
8817         (ecomplete-display-matches): Disable message logging.
8818
8819         * message.el (message-display-abbrev): Small optimization.
8820
8821         * ecomplete.el (ecomplete-display-matches): Allow automatic
8822         display.
8823
8824         * message.el (message-strip-forbidden-properties): Display
8825         abbrevs.
8826         (message-display-abbrev): Get automatic display right.
8827
8828         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8829         keystrokes.
8830
8831 2006-04-13  Romain Francoise  <romain@orebokech.com>
8832
8833         TODO: Backport to v5-10!
8834
8835         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8836         Moved here (and renamed) from gnus-registry.el.
8837
8838         * gnus-registry.el: Require gnus-util.
8839         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8840
8841 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8842
8843         * gnus-group.el (gnus-group-catchup-current): Change
8844         if-then-else-if-then-else into cond.
8845         (gnus-group-catchup): Indent.
8846         (group-name-at-point): New function.
8847         (gnus-fetch-group): Provide default from thing at point.
8848
8849 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8850
8851         * message.el (message-display-abbrev): Fix regexp.
8852
8853         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8854         choosing.
8855         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8856         dead variables.
8857
8858         * message.el (message-newline-and-indent): Remove debugging.
8859         (message-display-abbrev): Use new implementation.
8860
8861 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8862
8863         * gnus-art.el (gnus-article-mode): Set
8864         cursor-in-non-selected-windows to nil.
8865
8866         * smiley.el: Revert previous change.
8867         (smiley-data-directory): defvar it before using it in the
8868         defcustom of `smiley-style'.
8869
8870 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8871
8872         * message.el (message-newline-and-indent): New function.
8873
8874         * ecomplete.el: Implement more bits.
8875
8876         * message.el (message-put-addresses-in-ecomplete): Clean up the
8877         string.
8878
8879         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8880
8881         * gnus-sum.el (gnus-summary-save-parts): Bind
8882         gnus-summary-save-parts-counter and use it to make unique file
8883         names.
8884
8885         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8886
8887         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8888         parameter to say whether to actually parse the individual
8889         addresses.
8890
8891         * message.el (message-put-addresses-in-ecomplete): New function.
8892         (ecomplete): Require.
8893         (message-mail-alias-type): Add ecomplete as an option.
8894
8895 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8896
8897         * flow-fill.el (fill-flowed): Remove trailing space from blank
8898         quoted lines.
8899
8900 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8901
8902         * smiley.el (smiley-style): Move definition later to avoid a
8903         compilation warning.
8904
8905 2006-04-12  Kenichi Handa  <handa@m17n.org>
8906
8907         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8908         buffer and then decode the buffer text if necessary.
8909         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8910         first, and after mm-encode-body, change the buffer to unibyte.
8911         Use mm-disable-multibyte instead of set-buffer-multibyte.
8912
8913 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8914
8915         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8916         Content-Type header instead of Content-Disposition header.
8917         (gnus-mime-inline-part): Ditto.
8918         (gnus-mime-view-part-as-charset): Ignore charset that the part
8919         specifies.
8920
8921         * mm-decode.el (mm-display-part): Work with external parts and
8922         usual parts similarly.
8923
8924         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8925         instead of gnus-display-mime.
8926
8927         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8928         instead of with-temp-buffer.
8929
8930         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8931         tag to summarized topics part in order to encode non-ASCII text.
8932
8933 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8934
8935         * smiley.el (smiley-style): New variable.
8936         (smiley-directory): New function.
8937         (smiley-data-directory): Derive from `smiley-style' using
8938         `smiley-directory'.
8939         (smiley-regexp-alist): Add new entries.
8940
8941         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8942         (gnus-article-browse-delete-temp): Add :version.
8943
8944 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8945
8946         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8947         the sieve region.
8948
8949 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8950
8951         * gnus.el (gnus-version-number): Bump version.
8952
8953 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8954
8955         * gnus.el: No Gnus v0.4 is released.
8956
8957 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8958
8959         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8960         layout.
8961
8962         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8963         unknown charset.
8964
8965         * message.el (message-header-synonyms): Add Original-To to the
8966         default.
8967
8968         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8969         optional parameter.
8970
8971 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8972
8973         * gnus-fun.el (gnus): Require it for gnus-directory.
8974
8975 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8976
8977         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8978
8979 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8980
8981         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8982
8983 2006-04-05  Simon Josefsson  <jas@extundo.com>
8984
8985         * password.el (password-reset): New function.
8986
8987 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8988
8989         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8990         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8991
8992 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8993
8994         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8995         Some whitespace was matched into the url, which broke browsing hits
8996         > 100 when mm-url-use-external was nil.
8997
8998 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8999
9000         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9001         gnus-extra-headers for 'Newsgroups.
9002
9003         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9004         bound.
9005
9006 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9007
9008         * pgg-gpg.el: Clean up process buffers every time gpg processes
9009         complete.
9010
9011 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9012
9013         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9014         doc string.
9015
9016 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9017
9018         * pgg-gpg.el (pgg-gpg-process-filter)
9019         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9020
9021         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9022         lines, temporary fix.
9023
9024 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9025
9026         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9027
9028 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9029
9030         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9031         default-enable-multibyte-characters.  This reverts the change from
9032         revision 6.17 which is no longer necessary because the passphrase
9033         is sent separately now.  GnuPG messages are unreadable under
9034         multibyte locales with default-enable-multibyte-characters set to
9035         nil.
9036
9037 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9038
9039         * message.el (message-tool-bar-gnome): Move "spell".
9040
9041 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9042
9043         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9044         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9045         instead.
9046
9047 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9048
9049         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9050         newsgroups handling for NNTP overviews which don't include
9051         Newsgroups.
9052
9053 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9054
9055         * message.el (message-resend): Bind message-generate-hashcash to nil.
9056
9057 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9058
9059         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9060         when searching for already-paid recipients.
9061
9062 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9063
9064         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9065         passphrases when it is not needed.
9066         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9067         passphrase stuff from gpg, should only be necessary when you use
9068         gpg with a smartcard.
9069
9070 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9071
9072         * mml.el (mml-insert-mime): Ignore cached contents of
9073         message/external-body part.
9074
9075         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9076         (mm-insert-part): Ditto.
9077
9078 2006-03-23  Simon Josefsson  <jas@extundo.com>
9079
9080         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9081         Reiner.
9082         (pgg-gpg-use-agent-p): Use it again.
9083
9084 2006-03-23  Simon Josefsson  <jas@extundo.com>
9085
9086         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9087         older emacsen.
9088         (pgg-gpg-use-agent-p): Don't use it.
9089
9090 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9091
9092         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9093         if we can.
9094
9095 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9096
9097         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9098         (pgg-gpg-update-agent): New function.
9099         (pgg-gpg-use-agent-p): New function.
9100         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9101         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9102         (pgg-gpg-sign-region): Use it.
9103
9104 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9105
9106         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9107         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9108
9109 2006-03-21  Simon Josefsson  <jas@extundo.com>
9110
9111         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9112         <wilde@sha-bang.de>.
9113         (pgg-gpg-use-agent): New variable.
9114         (pgg-gpg-process-region): Use it.
9115         (pgg-gpg-encrypt-region): Likewise.
9116         (pgg-gpg-encrypt-symmetric-region): Likewise.
9117         (pgg-gpg-decrypt-region): Likewise.
9118         (pgg-gpg-sign-region): Likewise.
9119         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9120
9121 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9122
9123         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9124
9125         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9126         Add comment on version.
9127
9128 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9129
9130         * smiley.el: Add missing test smiley.
9131
9132 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9133
9134         * mm-decode.el (mm-with-part): New macro.
9135         (mm-get-part): Use it; work with message/external-body as well.
9136         (mm-save-part): Treat name and filename equally.
9137
9138         * mm-extern.el (mm-extern-cache-contents): New function.
9139         (mm-inline-external-body): Use it; force the part to be displayed;
9140         move undisplayer added to the cached handle to the parent.
9141
9142         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9143         (gnus-mime-view-part-as-type): Work with message/external-body.
9144
9145         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9146
9147 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9148
9149         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9150         images in image-load-path.  [Sync with image.el, revision 1.60, in
9151         Emacs.]
9152
9153 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9154
9155         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9156         path rather than symbol.  Always return list of directories.
9157         Guarantee that image directory comes first.  [Sync with image.el,
9158         revision 1.59, in Emacs.]
9159
9160         * message.el (message-make-tool-bar): Adjust to new API of
9161         `gmm-image-load-path-for-library'.
9162
9163         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9164
9165         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9166
9167 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9168
9169         * gnus-art.el (gnus-article-only-boring-p):
9170         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9171         intangible text.
9172         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9173
9174 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9175
9176         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9177         `defun' instead of `gmm-defun-compat'.
9178
9179 2006-03-14  Simon Josefsson  <jas@extundo.com>
9180
9181         * message.el (message-unique-id): Don't use message-number-base36
9182         if (user-uid) is a float.
9183         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9184
9185 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9186
9187         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9188
9189         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9190         empty line between a part and a message part.
9191
9192 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9193
9194         * smiley.el: Add more test smileys.
9195         (smiley-data-directory, smiley-regexp-alist)
9196         (gnus-smiley-file-types): Fix doc strings.
9197         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9198         adding new elements.
9199         (smiley-mouse-map): Unused code.  Make it a comment.
9200
9201 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9202
9203         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9204         scan latest NoCeM messages instead of old ones.
9205         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9206         delimiters that are recently used.
9207         (gnus-nocem-load-cache): Add autoload cookie.
9208
9209         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9210
9211         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9212         level which is larger than gnus-use-nocem is specified.
9213
9214         * gnus-group.el (gnus-group-get-new-news): Ditto.
9215
9216 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9217
9218         * gnus-util.el (gnus-tool-bar-update): New function.
9219
9220         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9221         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9222
9223         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9224
9225         * gnus-group.el (gnus-group-redraw-when-idle)
9226         (gnus-group-redraw-check): Remove.
9227         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9228
9229 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9230
9231         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9232         if optional last element is specified in splits (FIELD VALUE...).
9233
9234 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9235
9236         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9237         to gmm-image-load-path-for-library.  Call with no-error argument.
9238         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9239
9240         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9241
9242         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9243
9244         * gmm-utils.el (gmm-image-load-path): Remove alias.
9245
9246 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9247
9248         * gmm-utils.el (gmm-image-load-path): Add alias.
9249
9250         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9251         nnml-generate-nov-databases-1.
9252         (nnml-generate-nov-databases): Use it.
9253         (nnml-generate-nov-databases-directory): Document no-active
9254         argument.
9255
9256         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9257         directory if path is t.  Add no-error.
9258
9259         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9260         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9261
9262         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9263         resetting gnus-article-browse-html-temp-list.
9264
9265         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9266         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9267         Add example to docstring.  Rename local variables.  Move error
9268         checks to default case in cond and simplify.
9269
9270 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9271
9272         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9273         handle is multipart when calling it recursively.
9274         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9275
9276 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9277
9278         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9279         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9280
9281 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9282
9283         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9284         is loaded.
9285
9286         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9287         loaded.
9288
9289 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9290
9291         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9292         to "Emacs 23 (unicode)" in doc string.
9293
9294         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9295         "Emacs 23 (unicode)" in comment.
9296
9297 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9298
9299         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9300
9301         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9302         characters 160 through 255 in Emacs 23.
9303
9304 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9305
9306         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9307         gnus-article-browse-html-temp.
9308         (gnus-article-browse-delete-temp): Make it customizable.  Add
9309         `file'.  Adjust doc string.
9310         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9311         query for each file.  Adjust doc string.
9312         (gnus-article-browse-html-parts): Add
9313         `gnus-article-browse-delete-temp-files' to
9314         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9315
9316 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9317
9318         * gnus-art.el (gnus-article-browse-html-temp)
9319         (gnus-article-browse-delete-temp): New variables.
9320         (gnus-article-browse-delete-temp-files): New function.
9321         (gnus-article-browse-html-parts): Use it.
9322
9323 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9324
9325         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9326
9327         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9328         string.
9329
9330         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9331         gnus-summary-insert-new-articles when unplugged.  Remove
9332         gnus-summary-search-article-forward.
9333
9334         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9335         display-visual-class instead of display-color-cells.
9336
9337 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9338
9339         * dgnushack.el: Autoload customize-group for XEmacs.
9340
9341         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9342         message/* containing non-ASCII text properly.
9343
9344 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9345
9346         * message.el: Require gmm-utils, remove autoloads.
9347         (message-tool-bar): Set default based on
9348         gmm-tool-bar-style.
9349         (message-tool-bar-gnome): Add gmm-customize-mode.
9350
9351         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9352         gmm-tool-bar-style.
9353         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9354
9355         * gnus-group.el (gnus-group-tool-bar): Set default based on
9356         gmm-tool-bar-style.
9357         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9358
9359         * gmm-utils.el (gmm-image-directory): Rename variable from
9360         gmm-image-load-path.
9361         (gmm-image-load-path): Use gmm-image-directory.
9362         (gmm-customize-mode): New function.
9363         (gmm-tool-bar-style): New variable.
9364
9365         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9366         gnus-group-redraw-line-number.
9367         (gnus-group-redraw-check): Simplify.
9368         (gnus-group-tool-bar-update): Remove redraw check.
9369         (gnus-group-make-tool-bar): Add redraw check.
9370
9371 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9372
9373         * gnus-art.el (gnus-button): Add missing parentheses.
9374
9375 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9376
9377         * lpath.el: Fbind line-number-at-pos.
9378
9379 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9380
9381         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9382
9383 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9384
9385         * gnus-art.el (gnus-button): New face.
9386         (gnus-article-button-face): Use it.
9387
9388         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9389         gnus-summary-next-page.  Re-order.
9390
9391         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9392         next-node are now included.
9393         (gnus-group-redraw-line-number): New internal variable.
9394         (gnus-group-redraw-check): Helper function for updating the tool
9395         bar.
9396         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9397
9398         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9399
9400         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9401         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9402         Use it to match format of Spamassassin 3.0 and later.  Reported by
9403         IRIE Tetsuya <irie@t.email.ne.jp>.
9404         (spam-check-bogofilter)
9405         (spam-bogofilter-register-with-bogofilter): Fix args of
9406         `gnus-error' calls.
9407
9408 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9409
9410         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9411         unnecessary interaction when sending queued mails.  Reported by
9412         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9413
9414 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9415
9416         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9417         first or last are nil.
9418
9419 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9420
9421         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9422
9423 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9424
9425         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9426
9427 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9428
9429         * dns.el (query-dns): Protect more against buggy tcp output.
9430
9431 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9432
9433         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9434         nov.php.
9435
9436 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9437
9438         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9439         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9440         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9441         output on the server side.
9442         (nnweb-google-create-mapping): Update regexps and add some
9443         progress indication.
9444
9445 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9446
9447         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9448         gnus-agent-toggle-plugged.  Re-order icons.
9449         (gnus-group-tool-bar-gnome): Add
9450         gnus-group-{prev,next}-unread-group.
9451         (gnus-group-tool-bar-gnome): Re-order icons.
9452
9453         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9454         gnus-summary-insert-new-articles.
9455
9456         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9457         comments.
9458
9459         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9460         also available in Emacs 21.3.
9461
9462         * message.el (message-fix-before-sending): Change "Emacs 22" to
9463         "Emacs 23 (unicode)" in comment.
9464
9465         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9466         "Emacs 23 (unicode)" in comment.
9467
9468         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9469         comment.
9470         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9471
9472         * mm-view.el (mm-fill-flowed): Add :version.
9473
9474 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9475
9476         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9477         and load-path.
9478
9479 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9480
9481         * message.el: Autoload gmm-image-load-path.
9482         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9483         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9484         consitency.
9485
9486         * gmm-utils.el (gmm-image-load-path): Also search in
9487         "../etc/images".  Don't set gmm-image-load-path if we don't find
9488         the image.
9489
9490 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9491
9492         * gmm-utils.el (gmm-image-load-path): Don't make
9493         `gmm-image-load-path' include subdirectories which the second arg
9494         `image' might specify.
9495
9496         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9497         subdirectory to icon file names.
9498
9499         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9500
9501 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9502
9503         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9504         gmm-image-load-path calls.
9505
9506         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9507
9508         * message.el (message-make-tool-bar): Ditto.
9509
9510         * mml.el (mml-preview): Added comment concerning tool bar icons.
9511
9512         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9513         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9514
9515         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9516         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9517
9518         * message.el (message-tool-bar-gnome): Use new icon names.
9519         (message-make-tool-bar): Use `gmm-image-load-path'.
9520
9521         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9522         functions from MH-E.
9523         (gmm-image-load-path): New variable from MH-E.
9524         (gmm-image-load-path): New function from MH-E.  Added arguments
9525         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9526         *-image-load-path-called-flag.
9527
9528 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9529
9530         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9531
9532 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9533
9534         * nnimap.el (nnimap-request-move-article): Change folder back to
9535         source group before deleting.
9536
9537 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9538
9539         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9540
9541         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9542         mm-url.
9543
9544         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9545
9546 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9547
9548         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9549         coding system which mm-charset-to-coding-system returns for a
9550         given charset is valid.
9551
9552 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9553
9554         * html2text.el (html2text-remove-tag-list):
9555         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9556
9557 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9558
9559         * gnus-cus.el: Revert 2005-10-17 change.
9560
9561 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9562
9563         * gnus-art.el (article-strip-banner): Call
9564         article-really-strip-banner only when the regexp match is made.
9565
9566 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9567
9568         * gnus-art.el (article-strip-banner): Use
9569         gnus-extract-address-components instead of
9570         mail-header-parse-addresses to make it work with non-ASCII text;
9571         remove mail-encode-encoded-word-string.
9572
9573         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9574         values which are surrounded with \"...\"; make it never cause a
9575         Lisp error; give up parsing of parameters if it failed in
9576         extracting type.
9577
9578 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9579
9580         * smime.el (smime-cert-by-ldap-1): Fix bug where
9581         `smime-ldap-search' returns results without userCertificates.
9582
9583 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9584
9585         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9586
9587 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9588
9589         * spam.el (spam-check-spamassassin-headers): Adapt format for
9590         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9591         <ari@mbf.ocn.ne.jp>.
9592         (spam-list-of-processors): Add spam-use-gmane.
9593
9594 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9595
9596         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9597         make-temp-file; make it work with XEmacs as well.
9598
9599         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9600         mm-make-temp-file.
9601
9602         * mm-decode.el (mm-display-external): Use the 3rd arg of
9603         mm-make-temp-file.
9604         (mm-create-image-xemacs): Ditto.
9605
9606 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9607
9608         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9609         with message-narrow-to-headers.
9610         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9611         (gnus-draft-check-draft-articles): New function.
9612         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9613
9614 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9615
9616         * gnus-art.el (gnus-article-browse-html-parts):
9617         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9618         Don't use suffix argument for mm-make-temp-file for Emacs 21
9619         compatibility.  Remove useless `format'.
9620
9621 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9622
9623         * nnweb.el (nnweb-google-wash-article): Update regexps.
9624         (nnweb-group-alist): Use defvoo instead of defvar.
9625
9626 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9627
9628         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9629         re-loading nn* modules.
9630
9631 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9632
9633         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9634         for `tool-bar-mode' and don't check it's default-value.
9635
9636         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9637
9638         * message.el (message-make-tool-bar): Ditto.
9639
9640         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9641         `substring'.  Shorten tmp-file name.
9642
9643         * gnus.el: Remove bogus comment.
9644
9645 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9646
9647         * gnus-art.el (gnus-article-browse-html-parts): New function.
9648         (gnus-article-browse-html-article): New function for viewing html
9649         articles with a browser.
9650
9651 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9652
9653         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9654         in elisp.
9655         (pgg-gpg-encrypt-symmetric-region): Ditto.
9656         (pgg-gpg-sign-region): Ditto.
9657
9658         * pgg-def.el (pgg-text-mode): New variable.
9659
9660         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9661         (mml2015-pgg-encrypt): Ditto.
9662
9663         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9664         (mml1991-pgg-encrypt): Ditto.
9665
9666 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9667
9668         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9669         message-make-date instead of current-time-string.
9670
9671         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9672         to gnus-decoded which mm-uu might set.
9673
9674 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9675
9676         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9677         don't decode quoted parameters; remove misimported Emacs code.
9678         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9679         (rfc2231-decode-encoded-string): Don't use split-string which
9680         behaves differently according to Emacs version; use
9681         mm-decode-coding-region to convert charset to coding-system.
9682         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9683         (rfc2231-encode-string): Remove misimported Emacs code.
9684
9685 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9686
9687         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9688         when calling mail-header-parse-content-type.
9689         (article-de-quoted-unreadable): Ditto.
9690         (article-de-base64-unreadable): Ditto.
9691         (article-wash-html): Ditto.
9692
9693         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9694         calling mail-header-parse-content-type and
9695         mail-header-parse-content-disposition.
9696         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9697         mail-header-parse-content-type.
9698
9699         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9700         insert charset and format parameters; encode description after
9701         inserting it to buffer.
9702         (mml-insert-parameter): Fold lines properly even if a parameter is
9703         segmented into two or more lines; change the max column to 76.
9704
9705         * rfc1843.el (rfc1843-decode-article-body): Don't use
9706         ignore-errors when calling mail-header-parse-content-type.
9707
9708         * rfc2231.el (rfc2231-parse-string): Return at least type if
9709         possible; don't cause an error even if it fails in parsing of
9710         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9711         (rfc2231-encode-string): Don't break lines at the beginning, leave
9712         it to mml-insert-parameter.
9713
9714         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9715         calling mail-header-parse-content-type.
9716
9717 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9718
9719         * spam-report.el (spam-report-gmane-use-article-number):
9720         Improve doc string.
9721         (spam-report-gmane-internal): Check if a suitable header was found
9722         in the article.
9723
9724 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9725
9726         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9727         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9728
9729 2006-02-05  Romain Francoise  <romain@orebokech.com>
9730
9731         Update copyright notices of all files in the gnus directory.
9732
9733 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9734
9735         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9736
9737 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9738
9739         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9740         segmented lines of parameter value to cope with Thunderbird 1.5
9741         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9742         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9743         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9744
9745 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9746
9747         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9748         parts.
9749
9750 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9751
9752         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9753         there's only one active file for all servers.
9754         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9755         solid groups.  Gnus might have used a FAST request to select the group.
9756         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9757         and nnweb-search redundantly in the active file.
9758         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9759         (nnweb-request-create-group): Don't use ARGS.
9760         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9761         initialisations.  Let nnoo do the work.
9762
9763 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9764
9765         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9766         Say the part has been decoded.
9767
9768         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9769
9770 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9771
9772         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9773         mailcap-viewer-test-cache when there's no 'test clause, since that
9774         will invert the meaning of a "nil" test previously determined by
9775         mailcap-mailcap-entry-passes-test.
9776
9777 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9778
9779         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9780         compiling.
9781
9782         * gnus-sum.el: Ditto.
9783
9784         * message.el: Don't bind tool-bar-map when compiling.
9785
9786 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9787
9788         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9789
9790 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9791
9792         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9793         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9794         current Google Groups.
9795
9796 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9797
9798         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9799         and tool-bar-mode.
9800
9801         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9802         and tool-bar-mode.
9803
9804         * message.el (message-tool-bar-update): Simplify.
9805         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9806
9807         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9808         gnus-summary-buffer.
9809         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9810         gnus-summary-reply.
9811
9812         * gmm-utils.el (gmm): Add :version.
9813
9814 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9815
9816         * Makefile.in (clean): New rule.
9817         (distclean): Use it.
9818
9819 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9820
9821         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9822         autoload.
9823
9824 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9825
9826         * gmm-utils.el (gmm-verbose): Add :group.
9827
9828 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9829
9830         * message.el: Change some comments WRT tool-bars.
9831
9832         * gnus-sum.el (gnus-summary-tool-bar)
9833         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9834         (gnus-summary-tool-bar-zap-list): New variables.
9835         (gnus-summary-make-tool-bar): Complete rewrite using
9836         `gmm-tool-bar-from-list'.
9837
9838         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9839         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9840         variables.
9841         (gnus-group-make-tool-bar): Complete rewrite using
9842         `gmm-tool-bar-from-list'.
9843         (gnus-group-tool-bar-update): New function.
9844
9845         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9846
9847 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9848
9849         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9850         is dissected into a single part of which the type is the same as
9851         the given one; decode charset.
9852
9853 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9854
9855         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9856         into alists as symbol not string, since that's what
9857         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9858         look for.
9859
9860 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9861
9862         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9863         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9864
9865         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9866
9867 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9868
9869         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9870         (gnus-xmas-mime-security-button-menu): New function.
9871
9872         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9873         (gnus-mime-security-button-menu): New definition.
9874         (gnus-mime-security-button-map): Use them.
9875         (gnus-mime-security-button-menu): New function.
9876         (gnus-insert-mime-security-button): Addition to help echo.
9877         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9878         (gnus-mime-security-pipe-part): New functions.
9879
9880         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9881         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9882
9883         * mm-decode.el (mm-handle-set-disposition): Remove.
9884         (mm-handle-set-description): Remove.
9885
9886 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9887
9888         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9889         (mm-w3m-standalone-supports-m17n-p): New function.
9890         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9891         w3m usage.
9892
9893         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9894         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9895
9896 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9897
9898         * message.el (message-tool-bar-zap-list): Use
9899         gmm-tool-bar-zap-list as custom type.
9900         (message-tool-bar-update): New function.
9901         (message-tool-bar, message-tool-bar-gnome)
9902         (message-tool-bar-retro): Add message-tool-bar-update.
9903         (message-tool-bar-gnome): Add flyspell-buffer.
9904
9905         * gnus-util.el (gnus-error): Describe `args'.
9906
9907         * gmm-utils.el (gmm-error): Describe `args'.
9908         (gmm-tool-bar-zap-list): New widget.
9909         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9910
9911 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9912
9913         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9914         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9915         the number of recursive calls.
9916
9917         * mm-decode.el (mm-handle-set-disposition): New macro.
9918         (mm-handle-set-description): New macro.
9919
9920 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9921
9922         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9923         encoding.
9924
9925 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9926
9927         * message.el (message-tool-bar-zap-list, message-tool-bar)
9928         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9929         (message-tool-bar-local-item-from-menu): Remove.
9930         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9931         (message-make-tool-bar): New function.
9932         (message-mode): Use `message-make-tool-bar'.
9933
9934         * gmm-utils.el: New file.
9935         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9936         (gmm-lazy): New widget copied from `nnmail.el'.
9937         (gmm-tool-bar-from-list): New function for creating customizable
9938         tool bars.
9939         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9940         output.
9941         (gmm): Add :prefix to defgroup.
9942
9943 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9944
9945         * gmm-utils.el (gmm-widget-p): New function.
9946
9947 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9948
9949         * mml.el (mml-attach-file): Describe `description' in doc string.
9950         (mml-menu): Add Emacs MIME manual and PGG manual.
9951
9952 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9953
9954         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9955
9956 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9957
9958         * nntp.el (nntp-end-of-line): Doc fix.
9959
9960 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9961
9962         * imap.el (imap-open): Handle case where buffer is a buffer
9963         object.
9964
9965 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9966
9967         * gnus-delay.el (gnus-delay): Don't autoload.
9968         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9969         to be re-loaded when customizing the `gnus-delay' group.
9970
9971 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9972
9973         * message.el (message-insert-citation-line): Use newlines.
9974
9975 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9976
9977         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9978         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9979         these routines, so the passphrase can be managed externally and
9980         passed in to the system.
9981         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9982         pgg-add-passphrase-to-cache function.
9983
9984         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9985         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9986         these routines, so the passphrase can be managed externally and
9987         passed in to the system.
9988         (pgg-pgp5-sign-region): Use new name of
9989         pgg-add-passphrase-to-cache function.
9990
9991 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9992
9993         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9994         part of the decoded armor to find the key-identifier.
9995         (pgg-gpg-lookup-key-owner): New function to return the
9996         human-readable identifier of a key owner.
9997         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9998         itself.
9999         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10000         the key value) if we have a key and can match it against a secret
10001         key.  Also, added a note pointing out fact that the prompt only
10002         indicates the first matching key.
10003
10004         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10005         pgg-decrypt-region.
10006         (pgg-add-passphrase-to-cache): Rename from
10007         `pgg-add-passphrase-cache' to reduce confusion (all callers
10008         changed).
10009         (pgg-remove-passphrase-from-cache): Rename from
10010         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10011         changed).
10012         (pgg-read-passphrase, pgg-add-passphrase-cache)
10013         (pgg-remove-passphrase-cache): Add informative docstrings.
10014         (pgg-decrypt): Convey provided passphrase in subordinate call to
10015         pgg-decrypt-region.
10016
10017 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10018
10019         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10020         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10021         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10022         'passphrase' argument, so the passphrase can be managed externally
10023         and then passed in to the system.
10024
10025         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10026         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10027         so the passphrase cache can be used reliably with identifiers
10028         besides a pgp packet's key id.
10029
10030         * pgg-gpg.el (pgg-gpg-encrypt-region)
10031         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10032         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10033         these routines, so the passphrase can be managed externally and
10034         passed in to the system.
10035
10036         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10037         'notruncate' argument, so the passphrase cache can be used
10038         reliably with identifiers besides a pgp packet's key id.
10039
10040 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10041
10042         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10043         symmetric encryption.
10044         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10045         encrypted session key.
10046         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10047         message ask for the passphrase in a proper way.
10048
10049         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10050         New user commands for symmetric encryption.
10051
10052 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10053
10054         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10055
10056         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10057
10058 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10059
10060         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10061
10062 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10063
10064         * mm-decode.el (mm-inlined-types): Add application/pgp.
10065         (mm-automatic-display): Ditto.
10066
10067         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10068         part as text.
10069
10070 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10071
10072         * nnrss.el: Update copyright.
10073         (nnrss-opml-import): Query whether to subscribe to each entry.
10074
10075         * gnus-art.el:
10076         * gnus-sum.el:
10077         * gnus-xmas.el:
10078         * messagexmas.el:
10079         * mm-uu.el:
10080         * mm-view.el: Update copyright.
10081
10082 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10083
10084         * message.el (message-info): New function.
10085         (message-mode-menu): Add it.
10086         Update copyright.
10087
10088         * ChangeLog: Fix and update copyright.
10089
10090 2006-01-13  Romain Francoise  <romain@orebokech.com>
10091
10092         * message.el (message-forward-subject-name-subject): Prefer the
10093         address to 'nowhere' if the sender has no name.
10094         Fix typo.  Update copyright year.
10095
10096 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10097
10098         * gnus-art.el (article-wash-html): Use
10099         gnus-summary-show-article-charset-alist if a numeric arg is given.
10100         (gnus-article-wash-html-with-w3m-standalone): New function.
10101
10102         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10103         mm-inline-text-html-render-with-w3m-standalone.
10104         (mm-text-html-washer-alist): Map w3m-standalone to
10105         gnus-article-wash-html-with-w3m-standalone.
10106         (mm-inline-text-html-render-with-w3m-standalone): New function.
10107
10108 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10109
10110         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10111         Improve LaTeX.
10112
10113 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10114
10115         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10116         (nnrss-request-article): Render text/plain parts as HTML.
10117
10118         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10119         the buffer.
10120
10121 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10122
10123         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10124         custom definition of `gnus-posting-styles'.
10125
10126         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10127         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10128
10129 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10130
10131         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10132         Use nntp for bug archive.
10133
10134 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10135
10136         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10137         parts.
10138         (nnrss-normalize-date): New function converts ISO 8601 date into
10139         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10140         (nnrss-check-group): Use it.
10141
10142 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10143
10144         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10145
10146         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10147         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10148         (nnrss-insert-w3): Ditto.
10149
10150 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10151
10152         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10153         the articles to be forwarded including the case where neither a
10154         number of articles nor a region is specified.
10155
10156 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10157
10158         * nnrss.el (nnrss-request-article): Fix last change; fill
10159         text/plain parts.
10160
10161 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10162
10163         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10164         in text/plain part.
10165         (nnrss-check-group): Don't add excessive newline to dc:subject.
10166
10167 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10168
10169         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10170         article.
10171
10172 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10173
10174         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10175         (nnml-use-compressed-files, nnml-save-mail): Support other
10176         comression programs such as bzip2.
10177
10178 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10179
10180         * dns.el (query-dns): Make sure we check the buffer size before
10181         removing tcp headers.
10182
10183 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10184
10185         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10186         remove MIME buttons associated with multipart/alternative parts.
10187         (gnus-mime-display-alternative): Tag buttons using `article-type'
10188         text property.
10189
10190         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10191         associated with multipart/alternative parts.
10192
10193         * gnus-art.el (gnus-signature-separator): Fix custom type.
10194
10195         * mm-decode.el (mm-inlined-types): Fix custom type.
10196         (mm-keep-viewer-alive-types): Ditto.
10197         (mm-automatic-display): Ditto.
10198         (mm-attachment-override-types): Ditto.
10199         (mm-inline-override-types): Ditto.
10200         (mm-automatic-external-display): Ditto.
10201
10202 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10203
10204         * spam-report.el (spam-report-user-mail-address)
10205         (spam-report-user-agent): New variables.
10206         (spam-report-url-ping-plain): Use spam-report-user-agent.
10207
10208 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10209
10210         * gnus-art.el (gnus-button-handle-custom): Do not just use
10211         `customize-apropos' for any "M-x customize-*" button but the
10212         function called for.  Accept both the function name and its
10213         argument in order to achieve this.
10214         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10215         function name to `gnus-button-handle-custom' in case of "M-x
10216         customize-*" buttons.
10217
10218 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10219
10220         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10221         multipart/alternative and add xref to mm-discouraged-alternatives
10222         in doc string.
10223
10224         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10225         gnus-buttonized-mime-types in doc string.
10226
10227 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10228
10229         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10230         Suggest image/.* in the doc string.
10231
10232 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10233
10234         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10235         message-marks (Debian bug #342521).
10236
10237 2005-12-12  Simon Josefsson  <jas@extundo.com>
10238
10239         * password.el (password-read-from-cache): Add.
10240         (password-read): Use it.
10241
10242 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10243
10244         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10245         us-ascii as a MIME charset.
10246
10247         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10248         against the case where the 2nd arg TYPE is nil.
10249
10250 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10251
10252         * pop3.el (pop3-stream-type): Fix custom version.
10253
10254         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10255
10256 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10257
10258         * mm-decode.el (mm-display-external): Add missing cdr.
10259
10260 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10261
10262         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10263         RFC1524) if it is in mailcap or add a suffix according to
10264         mailcap-mime-extensions when generating a temp filename; postpone
10265         deleting a temp file for 2 seconds for some wrappers, shell
10266         scripts, and so on, which might exit right after having started a
10267         viewer command as a background job.
10268
10269 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10270
10271         * nntp.el (nntp-marks-directory): Fix custom group.
10272
10273         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10274         steps when < 10.
10275
10276         * gnus-start.el (gnus-no-server-1): Mention
10277         `gnus-level-default-subscribed' in doc string.
10278
10279 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10280
10281         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10282         parens.
10283
10284 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10285
10286         * gnus-xmas.el (gnus-use-toolbar): Revert.
10287         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10288         gnus-use-toolbar is default.
10289
10290         * messagexmas.el (message-use-toolbar): Revert.
10291         (message-setup-toolbar): Use global default-toolbar if
10292         message-use-toolbar is default.
10293
10294 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10295
10296         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10297         according to default-toolbar-visible-p.
10298
10299         * messagexmas.el (message-use-toolbar): Ditto.
10300
10301 2005-11-26  Dave Love  <fx@gnu.org>
10302
10303         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10304         (tls-program, tls-success): Provide openssl alternative.
10305
10306         * starttls.el: Doc fixes.
10307         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10308         SERVICE to PORT.
10309
10310         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10311         port null or service name.
10312         (starttls-negotiate): Autoload.
10313
10314 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10315
10316         * message.el (message-kill-to-signature): Fix interactive spec.
10317
10318 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10319
10320         * pop3.el (pop3-open-server): Recognize a string as a service name.
10321
10322 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10323
10324         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10325
10326 2005-11-23  Dave Love  <fx@gnu.org>
10327
10328         Add pop3s, pop3/starttls.
10329
10330         * pop3.el (pop3-authentication-scheme): Clarify doc.
10331         (open-tls-stream, starttls-open-stream): Autoload.
10332         (pop3-stream-type): New.
10333         (pop3-open-server): Use it.
10334
10335         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10336         for POP.
10337         (mail-source-keyword-map): Add :stream for POP.
10338         (mail-source-fetch-pop): Use pop3-stream-type.
10339
10340 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10343         of current-time-string.
10344
10345 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10346
10347         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10348         date header.
10349
10350 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10351
10352         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10353         it can seriously impact performance as it bypasses the agent's
10354         local caches.
10355
10356 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10357
10358         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10359         must be explicitly online rather than "not explicitly offline" for
10360         its flags to be synchronized.
10361
10362         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10363         that gnus-uu-unmark-thread will function correctly.
10364
10365         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10366         1024K is instead displayed as 1M.
10367
10368 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10369
10370         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10371
10372 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10373
10374         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10375
10376 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10377
10378         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10379         error message to display actual error condition.
10380         (gnus-agent-save-local): Avoid saving symbols that are bound to
10381         nil as they simply result in a warning message in
10382         gnus-agent-read-local.
10383
10384 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10385
10386         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10387         rather than make-variable-buffer-local for file-precious-flag.
10388
10389 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10390
10391         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10392         for duplicates which are removed.  The invalid sort check then
10393         triggers a rescan after the sort as sorting may have moved
10394         duplicate entries such that they can be cheaply detected.
10395
10396 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10397
10398         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10399
10400 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10401
10402         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10403         internal variable to a custom variable.  Changed default value
10404         from compressed(2) to uncompressed(1).
10405         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10406         support for uncompressed agentview files.  Taken together, reading
10407         the agentview file should now be 6-7 times faster.
10408
10409 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10410
10411         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10412         as a buffer-local variable.  This avoids creating truncated
10413         dribble files as a result of a hang up, eg.
10414
10415 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10416
10417         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10418         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10419         XEmacs.
10420
10421 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10422
10423         * gnus-start.el (gnus-start-draft-setup): Enforce
10424         `gnus-draft-mode' for nndraft:drafts at startup.
10425
10426         * gnus.el (gnus-splash): Change custom group.
10427         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10428         allow-list argument.
10429
10430         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10431         string.
10432
10433 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10434
10435         * gnus-art.el (gnus-default-article-saver): Add user-defined
10436         `function' to custom type.
10437
10438 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10439
10440         * imap.el (imap-open): Handle case where buffer is a buffer
10441         object.
10442
10443 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10444
10445         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10446         long lines.
10447         (gnus-cache-delete-group): Wrap doc strings.
10448
10449         * gnus-agent.el (gnus-agent-rename-group)
10450         (gnus-agent-delete-group): Wrap doc strings.
10451
10452 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10453
10454         * messagexmas.el (message-use-toolbar): Change the valid values
10455         into default, top, bottom, left, and right.
10456         (message-toolbar-thickness): New variable.
10457         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10458         well.
10459         (message-setup-toolbar): Make it work.
10460
10461         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10462         (gnus-use-toolbar): Change the valid values into default, top,
10463         bottom, left, and right.
10464         (gnus-toolbar-thickness): New variable.
10465         (gnus-xmas-setup-toolbar): New function.
10466         (gnus-xmas-setup-group-toolbar): Use it.
10467         (gnus-xmas-setup-summary-toolbar): Use it.
10468
10469 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10470
10471         * gnus-start.el (gnus-1): Add "native" to
10472         gnus-predefined-server-alist.
10473
10474         * gnus.el (gnus-method-to-server): Don't add "native" to the
10475         lists here, because that leads to problems when
10476         gnus-select-method is bound.
10477
10478 2005-11-09  Simon Josefsson  <jas@extundo.com>
10479
10480         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10481         use (not sort-by-date) instead.
10482
10483 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10484
10485         * gnus-delay.el (gnus-delay-group): Don't autoload.
10486         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10487         to be re-loaded when customizing the `gnus-delay' group.
10488
10489 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10490
10491         * message.el: Revert last changes.
10492         (message-insert-citation-line): Use newlines.
10493
10494 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10495
10496         * message.el (message-courtesy-message)
10497         (message-mark-insert-begin, message-mark-insert-end)
10498         (message-elide-ellipsis, message-cancel-message)
10499         (message-add-header, message-change-subject)
10500         (message-cross-post-followup-to-header)
10501         (message-cross-post-insert-note, message-reduce-to-to-cc)
10502         (message-widen-reply, message-delete-not-region)
10503         (message-kill-to-signature, message-insert-signature)
10504         (message-insert-importance-high, message-insert-importance-low)
10505         (message-insert-or-toggle-importance)
10506         (message-insert-disposition-notification-to)
10507         (message-indent-citation, message-yank-original)
10508         (message-cite-original-without-signature, message-cite-original)
10509         (message-insert-citation-line, message-position-on-field)
10510         (message-fix-before-sending, message-send-mail-partially)
10511         (message-send-mail, message-send-mail-with-sendmail)
10512         (message-send-mail-with-qmail, message-send-news)
10513         (message-check-news-header-syntax, message-generate-headers)
10514         (message-insert-courtesy-copy, message-fill-address)
10515         (message-fill-header, message-shorten-references)
10516         (message-setup-1, message-cancel-news)
10517         (message-forward-make-body-plain, message-forward-make-body-mime)
10518         (message-forward-make-body-mml, message-encode-message-body)
10519         (message-forward-make-body-digest-plain)
10520         (message-forward-make-body-digest-mime)
10521         (message-use-alternative-email-as-from): Insert `hard-newline'
10522         instead of ordinary newlines.
10523
10524 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10525
10526         * message.el (message-generate-headers): Downcase the argument
10527         given to message-check-element.
10528
10529 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10530
10531         * nntp.el (nntp-authinfo-rejected): New error condition.
10532         (nntp-wait-for): Use new error condition to signal authentication
10533         error.
10534         (nntp-retrieve-data): Rethrow new error condition to break out of
10535         recursive call to nntp-send-authinfo.
10536
10537 2005-11-08  Romain Francoise  <romain@orebokech.com>
10538
10539         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10540         (gnus-summary-exit-map): Bind to `Z p'.
10541         (gnus-summary-make-menu-bar): Add menu item.
10542
10543 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10544
10545         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10546         (gnus-treat-*): Add `first' in all doc strings.
10547
10548         * gnus-group.el (gnus-group-compact-group): Fix typo.
10549
10550 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10551
10552         * gnus.el (gnus-parameters-case-fold-search): New variable.
10553         (gnus-parameters-get-parameter): Use it.
10554
10555         * gnus-score.el (gnus-home-score-file): Doc fix.
10556
10557 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10558
10559         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10560
10561 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10562
10563         * mm-util.el (mm-special-display-p): New function.
10564
10565         * mml.el (mml-preview): Use it; doc fix.
10566
10567 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10568
10569         * imap.el (imap-open): Handle case where buffer is a buffer object.
10570
10571 2005-10-29  Romain Francoise  <romain@orebokech.com>
10572
10573         * message.el (message-fix-before-sending): Fix comment.
10574
10575 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10576
10577         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10578
10579 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10580
10581         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10582         Used in gnus-score.el.
10583
10584 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10585
10586         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10587
10588 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10589
10590         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10591         whitespace removed in revision 7.8.  Use concatenated string to
10592         protect trailing whitespace.
10593
10594 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10595
10596         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10597         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10598         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10599         Courier IMAP ("some version from 2004").  Mostly based on similar
10600         code in the same function.
10601
10602 2005-10-26  Didier Verna  <didier@xemacs.org>
10603
10604         * gnus-group.el (gnus-group-compact-group): Invalidate original
10605         article buffer.
10606         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10607         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10608         NOV database and in article itself.
10609         Invalidate article backlog.
10610
10611 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10612
10613         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10614
10615 2005-10-26  Simon Josefsson  <jas@extundo.com>
10616
10617         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10618         part of 2004-07-25 change.
10619
10620 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10621
10622         * message.el (message-display-completion-list): New function.
10623         (message-expand-group): Use it; make sure the Completions buffer
10624         is modifiable.
10625 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10626
10627         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10628         user-mail-name is an empty string.
10629
10630 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10631
10632         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10633         depending on gnus-score-decay-constant.
10634
10635         * encrypt.el (encrypt-insert-file-contents)
10636         (encrypt-write-file-contents): Don't use `gnus-message'.
10637
10638         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10639         arguments.
10640         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10641         arguments to mm-uu-verbatim-marks-extract.
10642         (mm-uu-hide-markers): New variable.
10643         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10644
10645         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10646         (gnus-convert-image-to-face-command): Use "convert" by default to
10647         allow other input image formats.
10648         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10649         accordingly.
10650
10651 2005-10-23  Simon Josefsson  <jas@extundo.com>
10652
10653         * imap.el (imap-gssapi-program): Align command line parameters
10654         with latest GNU SASL.
10655         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10656
10657 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10658
10659         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10660         HTML.
10661         (nnslashdot-request-article): Ditto.
10662
10663         * lpath.el (featurep): Add nobreak-char-display.
10664
10665 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10666
10667         * mail-source.el (mail-source-fetch-pop): Require pop3.
10668         (mail-source-check-pop): Ditto.
10669
10670 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10671
10672         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10673         errors.
10674
10675 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10676
10677         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10678         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10679
10680         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10681
10682         * mm-bodies.el (mm-decode-string): Call
10683         `mm-charset-to-coding-system' with allow-override argument.
10684
10685 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10686
10687         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10688         (rfc2047-charset-to-coding-system): New function.
10689         (rfc2047-decode-encoded-words): New function.
10690         (rfc2047-decode-region): Use them.
10691         (rfc2047-decode-cte): Remove.
10692         (rfc2047-parse-and-decode): Remove.
10693         (rfc2047-decode): Remove.
10694
10695 2005-10-15  Kenichi Handa  <handa@m17n.org>
10696
10697         * rfc2047.el (rfc2047-decode-cte): New function.
10698         (rfc2047-decode-region): Change the way to decode successive
10699         encoded-words: decode B- or Q-encoding in each encoded-word,
10700         concatenate them, and decode it as charset.
10701
10702 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10703
10704         * lpath.el: Fbind codepage-setup for XEmacs.
10705
10706 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10707
10708         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10709         widget-move-and-invoke.
10710         (gnus-custom-mode): Use gnus-custom-map.
10711
10712 2005-10-15  Bill Wohler  <wohler@newt.com>
10713
10714         * message.el (message-tool-bar-map): Renamed image file from
10715         mail_send to mail/send.
10716
10717 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10718
10719         * message.el (message-expand-group): Pass the common
10720         prefix substring of completion to `display-completion-list'.
10721
10722 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10723
10724         * mml-sec.el (mml-secure-method): New internal variable.
10725         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10726         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10727         functions using mml-secure-method.
10728
10729         * mml.el (mml-mode-map): Add key bindings for those functions.
10730         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10731         Harder <harder@myrealbox.com>.
10732         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10733         end of message if point is the headers of the message.
10734
10735         * message.el (message-in-body-p): New function.
10736
10737         * assistant.el: Autoload gnus-util and netrc.
10738
10739         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10740         Use `mm-charset-override-alist' only when decoding.
10741
10742         * mm-bodies.el (mm-decode-body): Call
10743         `mm-charset-to-coding-system' with allow-override argument.
10744
10745         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10746         `filename' from Content-Disposition if Content-Type doesn't
10747         provide `name'.
10748         (gnus-mime-view-part-as-type): Set default instead of
10749         initial-input.
10750
10751 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10752
10753         * format-spec.el (format-spec): Propagate text properties of % spec.
10754
10755 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10756
10757         * gnus-art.el (gnus-treat-predicate): Add `first'.
10758
10759 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10760
10761         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10762         (mm-charset-override-alist): New variable.
10763         (mm-charset-to-coding-system): Use it.
10764         (mm-codepage-setup): New helper function.
10765         (mm-charset-eval-alist): New variable.
10766         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10767         about unknown charsets.
10768
10769         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10770
10771 2005-10-04  David Hansen  <david.hansen@gmx.net>
10772
10773         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10774         (nnrss-check-group): Ditto.
10775
10776 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10777
10778         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10779         Rename x-gnus-verbatim to x-verbatim.
10780         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10781
10782         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10783         x-verbatim.
10784
10785         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10786
10787         * gnus-util.el (gnus-remove-duplicates): Remove.
10788
10789         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10790         instead of gnus-remove-duplicates.
10791
10792         * message.el (message-remove-duplicates): Remove.
10793         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10794         message-remove-duplicates.
10795
10796         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10797         available, else use implementation from `delete-dups'.
10798
10799         * message.el (message-insert-expires): New function.
10800         (message-mode-map): Add key binding.
10801         (message-mode-field-menu): Add menu entry.
10802         (message-mode): Document it.
10803         (message-make-expires-date): Use `message-make-date'.
10804
10805 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10806
10807         * message.el (message-make-expires-date): New function.
10808
10809 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10810
10811         * Makefile.in (list-installed-shadows): New entry.
10812         (install): Use it.
10813         (remove-installed-shadows): New entry.
10814
10815         * dgnushack.el (dgnushack-default-load-path): New variable.
10816         (dgnushack-find-lisp-shadows): New function.
10817         (dgnushack-remove-lisp-shadows): New function.
10818
10819 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10820
10821         * Makefile.in (install-el-elc): New entry.
10822         (install): Use it so that .el files are necessarily installed.
10823
10824 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10825
10826         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10827
10828 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10829
10830         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10831         function rather than the diff-mode.el package.
10832         (mm-display-external): Use with-current-buffer.
10833         (mm-viewer-completion-map, mm-viewer-completion-map):
10834         Move initialization inside declaration.
10835
10836 2005-09-29  Simon Josefsson  <jas@extundo.com>
10837
10838         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10839         autoload mail-check-payment.
10840         (spam-check-hashcash): Define unconditionally, since hashcash.el
10841         is part of Gnus now.  Ignore errors from payment checking.
10842
10843 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10844
10845         * message.el (message-bold-region, message-unbold-region): Rename
10846         from `bold-region' and `unbold-region'.
10847
10848         * message.el: Remove useless autoloads.
10849
10850 2005-09-28  Simon Josefsson  <jas@extundo.com>
10851
10852         * message.el (message-use-idna): Default to t.
10853         (message-use-idna): Test whether encoding works too.  Doc fix.
10854
10855 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10856
10857         * nntp.el (nntp-warn-about-losing-connection): Remove.
10858
10859 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10860
10861         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10862         customizable.  Change default value.
10863         (mm-uu-diff-groups-regexp): Change default value.
10864         (mm-uu-type-alist): Add doc string.
10865         (mm-uu-configure): Add doc string.  Make it interactive.
10866         (mm-uu-tex-groups-regexp): New variable.
10867         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10868         (mm-uu-type-alist): Add LaTeX documents.
10869         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10870         of "text/verbatim".
10871         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10872
10873         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10874         instead of "text/verbatim".
10875
10876         * message.el (message-mark-inserted-region)
10877         (message-mark-insert-file): Use slrn style marks when called with
10878         prefix argument.
10879
10880 2005-09-27  Simon Josefsson  <jas@extundo.com>
10881
10882         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10883
10884 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10885
10886         * message.el (message-remove-duplicates): New function.
10887         Implementation borrowed from `gnus-remove-duplicates'.
10888         (message-idna-to-ascii-rhs): Also encode idna addresses in
10889         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10890         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10891         only ask about the same idna domain once per header and also tell
10892         in what header to replace the idna domain.
10893
10894         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10895         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10896         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10897         a header is decoded and not just the last one.
10898
10899 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10900
10901         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10902         has been decoded.
10903
10904         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10905         (mm-insert-part): Don't modify text if it has been decoded.
10906
10907         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10908         decoded.
10909
10910         * mm-view.el (mm-inline-text): Don't strip text props unless
10911         decoding enriched or richtext parts.
10912
10913 2005-09-25  Romain Francoise  <romain@orebokech.com>
10914
10915         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10916         * gnus-start.el (gnus-subscribe-interactively):
10917         * gnus-uu.el (gnus-uu-grab-articles):
10918         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10919         space.
10920
10921 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10922
10923         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10924         * mm-view.el (mm-view-pkcs7-decrypt):
10925         * gnus-sum.el (gnus-summary-limit-to-extra)
10926         (gnus-summary-respool-article, gnus-read-move-group-name):
10927         * gnus-score.el (gnus-summary-increase-score):
10928         * gnus-util.el (gnus-completing-read-with-default):
10929         * gnus-art.el (gnus-read-save-file-name)
10930         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10931         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10932         * message.el (message-check-news-header-syntax):
10933         Follow convention for reading with the minibuffer.
10934
10935 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10936
10937         * spam-report.el (spam-report-url-ping-plain):
10938         Use gnus-extended-version as User-Agent.
10939
10940         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10941         default value is nil.
10942
10943         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10944         (mm-uu-verbatim-marks-extract): New function.
10945         (mm-uu-extract): New face.
10946         (mm-uu-copy-to-buffer): Use it.
10947
10948         * spam-report.el (spam-report-gmane-ham): Renamed from
10949         `spam-report-gmane-unspam'.
10950         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10951         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10952
10953         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10954         Autoload.
10955         (spam-report-gmane-unregister-routine): Renamed
10956         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10957
10958 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10959
10960         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10961         (spam-report-gmane-unregister-routine): Add support for gmane
10962         unregistration.
10963
10964         * spam-report.el (spam-report-gmane-unspam)
10965         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10966         (spam-report-gmane): Change to take a single article and do unspam
10967         registration.
10968
10969 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10970
10971         * mm-url.el (mm-url-decode-entities): Fix regexp.
10972
10973 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10974
10975         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10976         default to nil, to be able to use Gnus at all.  If the default
10977         switches to something else, then the function should be fixed not
10978         be exceedingly slow.
10979
10980 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10981
10982         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10983         fail hard.
10984
10985         * spam-report.el: Add better Keywords line.
10986
10987         * spam.el: Add Maintainer and better Keywords line.
10988
10989 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10990
10991         * gnus-art.el (gnus-article-replace-part)
10992         (gnus-mime-replace-part): New functions.
10993         (gnus-mime-action-alist, gnus-mime-button-commands)
10994         (gnus-mime-save-part-and-strip): Added file argument.
10995         (gnus-article-part-wrapper): Added interactive argument.
10996
10997         * gnus-sum.el (gnus-summary-mime-map): Add
10998         `gnus-article-replace-part'.
10999
11000 2005-09-19  Didier Verna  <didier@xemacs.org>
11001
11002         The nnml compaction feature:
11003         * nnml.el (nnml-request-compact-group): New function.
11004         * nnml.el (nnml-request-compact): New function.
11005         * gnus-int.el (gnus-request-compact-group): New function.
11006         * gnus-int.el (gnus-request-compact): New function.
11007         * gnus-group.el (gnus-group-compact-group): New function.
11008         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11009         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11010         * gnus-srvr.el (gnus-server-compact-server): New function.
11011         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11012         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11013
11014 2005-09-18  Deepak Goel  <deego@gnufans.org>
11015
11016         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11017         format spec.
11018
11019 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11020
11021         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11022
11023 2005-09-15  Romain Francoise  <romain@orebokech.com>
11024
11025         * message.el (message-fill-paragraph): Clarify docstring.
11026
11027 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11028
11029         * gnus-art.el (gnus-mime-display-part): Protect against broken
11030         MIME messages.
11031
11032 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11033
11034         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11035         before parsing header.
11036
11037 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11038
11039         * html2text.el (html2text-replace-list): Add new entities.
11040
11041 2005-09-11  Romain Francoise  <romain@orebokech.com>
11042
11043         * message.el (message-alternative-emails): Improve docstring.
11044         (message-setup-1): Call `message-use-alternative-email-as-from'
11045         after `message-setup-hook' to give it precedence over posting
11046         styles, etc.
11047         (message-use-alternative-email-as-from): Add docstring.  Remove
11048         the original From header if present.
11049
11050         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11051         (nnml-save-mail): Use it.
11052
11053         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11054         articles.  Add new argument `silent'.
11055         (gnus-uu-mark-all): Report the total number of marked articles.
11056
11057 2005-09-10  Romain Francoise  <romain@orebokech.com>
11058
11059         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11060         (gnus-uu-mark-series): Likewise.
11061
11062 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11063
11064         * spam-report.el (spam-report-gmane): Fix generation of spam
11065         report URL.
11066
11067 2005-09-10  Simon Josefsson  <jas@extundo.com>
11068
11069         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11070         t, based on discussion on the ding list with Robert Epprecht
11071         <epprecht@solnet.ch>.
11072
11073 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11074
11075         * spam-report.el (spam-report-gmane): Make it work without
11076         X-Report-Spam header.  Gmane now only provides Archived-At.
11077         This is only used if `spam-report-gmane-use-article-number' is nil.
11078         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11079
11080         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11081         make `gnus-summary-sort-by-recipient' work with threading.
11082
11083         * nnweb.el (nnweb-google-wash-article): Print a message if article
11084         is not available.
11085
11086 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11087
11088         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11089         change.  Decode text/* parts content before displaying.
11090
11091 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11092
11093         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11094
11095 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11096
11097         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11098
11099         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11100         url-package-name, url-package-version,
11101         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11102         w3m-display-inline-images, and w3m-minor-mode-map.
11103
11104 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11105
11106         * message.el (message-tab-body-function): Fix mismatched custom type.
11107
11108         * gnus.el (gnus-group-change-level-function): Ditto.
11109
11110         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11111
11112         * gnus-art.el (gnus-signature-limit)
11113         (gnus-article-mime-part-function): Ditto.
11114
11115 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11116
11117         * mml.el (mml-mode): Silence the byte compiler.
11118
11119         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11120         using `(sit-for 0)' before moving the point to the specified part;
11121         skip unbuttonized parts.
11122         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11123         return to the summary window if gnus-auto-select-part is non-nil.
11124
11125 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11126
11127         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11128         variables.
11129         (mml-dnd-attach-file, mml-mode): Use them.
11130
11131         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11132         Make fetching article by MID work again for Google Groups.  Added
11133         FIXME concerning gnus-group-make-web-group.
11134
11135         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11136         Don't depend on Gnus by using mail-extract-address-components if
11137         gnus-extract-address-components is not bound.
11138
11139 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11140
11141         * gnus-art.el (gnus-mime-display-security): Don't display the
11142         signature, but only the signed part.
11143
11144 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11145
11146         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11147
11148         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11149         list, not listp.
11150
11151 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11152
11153         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11154         when encoding.
11155
11156         * mm-bodies.el (mm-decode-content-transfer-encoding):
11157         De-canonicalize CRLF for all text content types, not just
11158         text/plain.
11159
11160 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11161
11162         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11163         valid article; point arrow and cursor at the MIME button.
11164
11165 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11166
11167         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11168         Suggested by Dan Christensen <jdc@uwo.ca>.
11169
11170         * mm-decode.el (mm-save-part): Enable change of prompt.
11171
11172 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11173
11174         * gnus-msg.el (gnus-inews-add-send-actions): Made
11175         `message-post-method' lambda parameter ARG `&optional'.
11176
11177 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11178
11179         * gnus-sum.el (gnus-summary-mime-map): Added
11180         gnus-article-save-part-and-strip, gnus-article-delete-part and
11181         gnus-article-jump-to-part.
11182
11183         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11184         (gnus-article-edit-part): Use it.
11185         (gnus-article-part-wrapper): Added no-handle argument.
11186         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11187         functions.
11188
11189 2005-08-29  Romain Francoise  <romain@orebokech.com>
11190
11191         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11192         docstring.
11193         (gnus-face-from-file): Likewise.
11194
11195 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11196
11197         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11198         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11199         non-nil.
11200         (gnus-auto-select-part): New variable.
11201         (gnus-article-jump-to-part): New function.
11202         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11203         (gnus-mime-delete-part): Allow selecting specified part after
11204         deleting or stripping parts.
11205         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11206         part if argument is bogus.
11207
11208 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11209
11210         * gnus-art.el (w3m-minor-mode-map):
11211         * gnus-spec.el (gnus-newsrc-file-version):
11212         * gnus-util.el (nnmail-active-file-coding-system)
11213         (gnus-original-article-buffer, gnus-user-agent):
11214         * gnus.el (gnus-ham-process-destinations)
11215         (gnus-parameter-ham-marks-alist)
11216         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11217         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11218         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11219         * mm-decode.el (gnus-current-window-configuration):
11220         * mm-extern.el (gnus-article-mime-handles):
11221         * mm-url.el (url-current-object, url-package-name)
11222         (url-package-version):
11223         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11224         (smime-keys, w3m-cid-retrieve-function-alist)
11225         (w3m-current-buffer, w3m-display-inline-images)
11226         (w3m-minor-mode-map):
11227         * mml-smime.el (gnus-extract-address-components):
11228         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11229         (gnus-newsrc-hashtb, message-default-charset)
11230         (message-deletable-headers, message-options)
11231         (message-posting-charset, message-required-mail-headers)
11232         (message-required-news-headers):
11233         * mml1991.el (mc-pgp-always-sign):
11234         * mml2015.el (mc-pgp-always-sign):
11235         * nnheader.el (nnmail-extra-headers):
11236         * rfc1843.el (gnus-decode-encoded-word-function)
11237         (gnus-decode-header-function, gnus-newsgroup-name):
11238         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11239
11240 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11241
11242         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11243         the end of the date treatments.
11244
11245 2005-08-15  Simon Josefsson  <jas@extundo.com>
11246
11247         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11248         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11249         Capello and Romain Francoise.
11250         (pgg-fetch-key-function): Removed, not used?
11251         (pgg-insert-url-with-w3): Require url, to get
11252         url-insert-file-contents regardless of where it is defined.
11253
11254 2005-08-13  Romain Francoise  <romain@orebokech.com>
11255
11256         * message.el (message-cite-original-1): New function.
11257         (message-cite-original): Use it.
11258         (message-cite-original-without-signature): Ditto.
11259
11260 2005-08-08  Romain Francoise  <romain@orebokech.com>
11261
11262         * message.el (message-yank-empty-prefix): New variable.
11263         (message-indent-citation): Use it.
11264         (message-cite-original-without-signature): Respect X-No-Archive.
11265
11266 2005-08-08  Simon Josefsson  <jas@extundo.com>
11267
11268         * pgg.el: Autoload url-insert-file-contents instead of loading
11269         w3/url.
11270         (pgg-insert-url-with-w3): Don't load url here.
11271
11272 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11273
11274         * message.el (message-kill-to-signature): Don't insert newline at
11275         bol.
11276         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11277
11278 2005-08-06  Romain Francoise  <romain@orebokech.com>
11279
11280         * message.el (message-user-fqdn): Fix typo in docstring.
11281
11282 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11283
11284         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11285
11286         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11287
11288 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11289
11290         * mm-bodies.el (mm-encode-body): Use coding system rather than
11291         charset to encode text.
11292
11293         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11294         number of charsets if utf-8 is available (XEmacs).
11295
11296 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11297
11298         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11299         taken from `gnus-button-mid-or-mail-regexp'.
11300         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11301         (gnus-button-alist): Improve regexp for domain part of the MIDs
11302         for news:localpart@domain buttons.
11303         (gnus-button-ctan-directory-regexp): Update.
11304
11305 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11306
11307         * sieve-manage.el (sieve-manage-interactive-login): Use
11308         make-local-variable rather than make-variable-buffer-local.
11309         (sieve-manage-open): Ditto.
11310         (sieve-manage-authenticate): Ditto.
11311
11312         * mml.el (mml-generate-mime-1): Make the content type default to
11313         text/plain if the filename is not specified.
11314
11315 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11316
11317         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11318         instead of insert-buffer.
11319
11320         * message.el (message-yank-original): Ditto; set the mark at the
11321         end of the yanked message.
11322
11323 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11324
11325         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11326         lines to scroll rather than to stop it.
11327
11328         * mml.el (mml-generate-default-type): Add doc string.
11329         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11330         default to application/octet-stream when determining the content
11331         type if it is not specified for the part or the mml contents; add
11332         a comment about mml-generate-default-type.
11333
11334 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11335
11336         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11337         make it default to application/octet-stream when determining the
11338         content type if it is not specified for the external contents.
11339
11340 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11341
11342         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11343         segmented parameter but also other parameters might be there.
11344
11345 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11346
11347         * mm-decode.el (mm-display-external): Delete temp file, directory
11348         and buffer immediately if the external process is exited.
11349
11350 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11351
11352         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11353         fewer lines than that of scroll-margin.
11354         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11355
11356 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11357
11358         * gnus-art.el (gnus-article-next-page): Revert.
11359         (gnus-article-beginning-of-window): New macro.
11360         (gnus-article-next-page-1): Use it.
11361         (gnus-article-prev-page): Ditto.
11362         (gnus-article-edit-part): Use insert-buffer-substring instead of
11363         insert-buffer.
11364         (gnus-article-edit-exit): Ditto.
11365
11366         * gnus-util.el (gnus-beginning-of-window): Remove.
11367         (gnus-end-of-window): Remove.
11368
11369         * lpath.el: Don't bind header-line-format and scroll-margin.
11370
11371 2005-07-25  Simon Josefsson  <jas@extundo.com>
11372
11373         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11374         to have the url package without w3.  Reported by Daiki Ueno
11375         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11376
11377 2005-07-20  Didier Verna  <didier@xemacs.org>
11378
11379         * gnus-diary.el: Remove the description comment (nndiary is now
11380         properly documented in the Gnus manual).
11381         Fix the spelling of "Back End".
11382         * nndiary.el: Ditto.
11383         Fix the copyright notice.
11384
11385 2005-07-18  Romain Francoise  <romain@orebokech.com>
11386
11387         * gnus-sum.el (gnus-summary-to-prefix)
11388         (gnus-summary-newsgroup-prefix): New variables.
11389         (gnus-summary-from-or-to-or-newsgroups): Use them.
11390
11391 2005-07-17  Romain Francoise  <romain@orebokech.com>
11392
11393         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11394         space as it's generally not especially interesting to the user.
11395
11396 2005-07-16  Romain Francoise  <romain@orebokech.com>
11397
11398         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11399         nil to avoid prompting and file modification if one of the
11400         messages at the top of the nnfolder file contains a copyright
11401         notice.
11402         Update copyright notice.
11403
11404         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11405         instead of `current-time-string' as the latter creates a time
11406         string that is not RFC 2822 compliant (it lacks the zone).
11407         Update copyright notice.
11408
11409 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11410
11411         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11412         for text/rtf.  Display default in prompt.  Pass default for M-n.
11413
11414         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11415
11416 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11417
11418         * gnus-msg.el (gnus-button-mailto): Remove
11419         save-selected-window-window hackery because it relies on
11420         save-selected-window internals.
11421
11422 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11423
11424         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11425         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11426         (gnus-article-prev-page): Ditto.
11427
11428         * gnus-util.el (gnus-beginning-of-window): New function.
11429         (gnus-end-of-window): New function.
11430
11431         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11432
11433 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11434
11435         * gnus-score.el (gnus-score-edit-all-score): Set
11436         gnus-score-edit-exit-function to gnus-score-edit-done and call
11437         gnus-message.
11438
11439 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11440
11441         * gnus-msg.el (gnus-button-mailto): Remove
11442         save-selected-window-window hackery because it relies on
11443         save-selected-window internals.
11444
11445 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11446
11447         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11448         add-minor-mode.
11449         (gnus-binary-mode): Ditto.
11450
11451         * gnus-topic.el (gnus-topic-mode): Ditto.
11452
11453 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11454
11455         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11456         (gnus-article-prev-page): Take scroll-margin into consideration.
11457
11458 2005-07-04  Lute Kamstra  <lute@gnu.org>
11459
11460         Update FSF's address in GPL notices.
11461
11462 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11463
11464         * gnus.el (gnus-exit):
11465         * gnus-group.el (gnus-group-icons):
11466         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11467
11468         * gnus-nocem.el (gnus-nocem):
11469         * message.el (message-various, message-buffers, message-sending)
11470         (message-interface, message-forwarding, message-insertion)
11471         (message-headers, message-news, message-mail):
11472         * pgg-gpg.el (pgg-gpg):
11473         * pgg-parse.el (pgg-parse):
11474         * pgg-pgp.el (pgg-pgp):
11475         * pgg-pgp5.el (pgg-pgp5):
11476         * pop3.el (pop3): Finish `defgroup' description with period.
11477
11478 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11479
11480         * gnus-art.el (article-display-face): Improve the efficiency.
11481         (article-display-x-face): Ditto; remove grey x-face stuff.
11482
11483 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11484
11485         * gnus-art.el (article-display-face): Correct the position in
11486         which Faces are inserted.
11487
11488 2005-06-29  Didier Verna  <didier@xemacs.org>
11489
11490         * gnus-art.el (article-display-face): Display faces in correct
11491         order.
11492
11493 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11494
11495         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11496         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11497         (gnus-nocem-check-article): Fetch the Type header.
11498         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11499         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11500         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11501         make sure gnus-nocem-hashtb is initialized.
11502         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11503         (gnus-nocem-unwanted-article-p): Ditto.
11504
11505         * pgg.el (pgg-verify): Return the verification result.
11506
11507 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11508
11509         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11510         is ascii.
11511
11512 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11513
11514         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11515         `show-nonbreak-escape'.
11516
11517 2005-06-23  Lute Kamstra  <lute@gnu.org>
11518
11519         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11520
11521         * dig.el (dig-mode):
11522         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11523
11524 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11525
11526         * nnimap.el (nnimap-split-download-body): Fix spellings.
11527
11528 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11529
11530         * gnus-art.el (gnus-article-encrypt-body):
11531         * gnus-cus.el (gnus-score-customize):
11532         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11533         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11534
11535 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11536
11537         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11538         header by looking for magic "MII" at the beginnig.
11539
11540 2005-06-16  Miles Bader  <miles@gnu.org>
11541
11542         * gnus-xmas.el (gnus-xmas-group-startup-message):
11543         Use renamed gnus-splash face.
11544
11545         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11546         (assistant-field-face): New backward-compatibility alias for renamed
11547         face.
11548         (assistant-render-text): Use renamed assistant-field face.
11549
11550         * spam.el (spam): Remove "-face" suffix from face name.
11551         (spam-face): New backward-compatibility alias for renamed face.
11552         (spam-face, spam-initialize): Use renamed spam face.
11553
11554         * message.el (message-header-to, message-header-cc)
11555         (message-header-subject, message-header-newsgroups)
11556         (message-header-other, message-header-name)
11557         (message-header-xheader, message-separator, message-cited-text)
11558         (message-mml): Remove "-face" suffix from face names.
11559         (message-header-to-face, message-header-cc-face)
11560         (message-header-subject-face, message-header-newsgroups-face)
11561         (message-header-other-face, message-header-name-face)
11562         (message-header-xheader-face, message-separator-face)
11563         (message-cited-text-face, message-mml-face):
11564         New backward-compatibility aliases for renamed faces.
11565         (message-font-lock-keywords): Use renamed message faces.
11566
11567         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11568         (sieve-test-commands, sieve-tagged-arguments):
11569         Remove "-face" suffix from face names.
11570         (sieve-control-commands-face, sieve-action-commands-face)
11571         (sieve-test-commands-face, sieve-tagged-arguments-face):
11572         New backward-compatibility aliases for renamed faces.
11573         (sieve-control-commands-face, sieve-action-commands-face)
11574         (sieve-test-commands-face, sieve-tagged-arguments-face):
11575         Use renamed sieve faces.
11576
11577         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11578         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11579         (gnus-group-news-3-empty, gnus-group-news-4)
11580         (gnus-group-news-4-empty, gnus-group-news-5)
11581         (gnus-group-news-5-empty, gnus-group-news-6)
11582         (gnus-group-news-6-empty, gnus-group-news-low)
11583         (gnus-group-news-low-empty, gnus-group-mail-1)
11584         (gnus-group-mail-1-empty, gnus-group-mail-2)
11585         (gnus-group-mail-2-empty, gnus-group-mail-3)
11586         (gnus-group-mail-3-empty, gnus-group-mail-low)
11587         (gnus-group-mail-low-empty, gnus-summary-selected)
11588         (gnus-summary-cancelled, gnus-summary-high-ticked)
11589         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11590         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11591         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11592         (gnus-summary-low-undownloaded)
11593         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11594         (gnus-summary-low-unread, gnus-summary-normal-unread)
11595         (gnus-summary-high-read, gnus-summary-low-read)
11596         (gnus-summary-normal-read, gnus-splash):
11597         Remove "-face" suffix from face names.
11598         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11599         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11600         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11601         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11602         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11603         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11604         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11605         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11606         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11607         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11608         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11609         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11610         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11611         (gnus-summary-normal-ticked-face)
11612         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11613         (gnus-summary-normal-ancient-face)
11614         (gnus-summary-high-undownloaded-face)
11615         (gnus-summary-low-undownloaded-face)
11616         (gnus-summary-normal-undownloaded-face)
11617         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11618         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11619         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11620         (gnus-splash-face):
11621         New backward-compatibility aliases for renamed faces.
11622         (gnus-group-startup-message): Use renamed gnus faces.
11623
11624         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11625         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11626         (gnus-server-agent): Remove "-face" suffix from face names.
11627         (gnus-server-agent-face, gnus-server-opened-face)
11628         (gnus-server-closed-face, gnus-server-denied-face)
11629         (gnus-server-offline-face):
11630         New backward-compatibility aliases for renamed faces.
11631         (gnus-server-agent-face, gnus-server-opened-face)
11632         (gnus-server-closed-face, gnus-server-denied-face)
11633         (gnus-server-offline-face): Use renamed gnus faces.
11634
11635         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11636         Remove "-face" suffix from face names.
11637         (gnus-picon-xbm-face, gnus-picon-face):
11638         New backward-compatibility aliases for renamed faces.
11639
11640         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11641         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11642         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11643         (gnus-cite-11): Remove "-face" suffix from face names.
11644         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11645         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11646         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11647         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11648         New backward-compatibility aliases for renamed faces.
11649         (gnus-cite-attribution-face, gnus-cite-face-list)
11650         (gnus-article-boring-faces): Use renamed gnus faces.
11651
11652         * gnus-art.el (gnus-signature, gnus-header-from)
11653         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11654         (gnus-header-content): Remove "-face" suffix from face names.
11655         (gnus-signature-face, gnus-header-from-face)
11656         (gnus-header-subject-face, gnus-header-newsgroups-face)
11657         (gnus-header-name-face, gnus-header-content-face):
11658         New backward-compatibility aliases for renamed faces.
11659         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11660
11661         * gnus-sum.el (gnus-summary-selected-face)
11662         (gnus-summary-highlight): Use renamed gnus faces.
11663         * gnus-group.el (gnus-group-highlight): Likewise.
11664
11665 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11666
11667         * gnus-sieve.el (gnus-sieve-article-add-rule):
11668         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11669         * spam-stat.el (spam-stat-buffer-change-to-spam)
11670         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11671
11672         * message.el (message-is-yours-p):
11673         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11674
11675 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11676
11677         * mm-view.el (mm-inline-text): Withdraw the last change.
11678
11679 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11680
11681         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11682         executing enriched-decode.
11683
11684 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11685
11686         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11687         charset of tar files.
11688
11689 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11690
11691         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11692
11693 2005-06-04  Lute Kamstra  <lute@gnu.org>
11694
11695         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11696         information is never recorded.
11697
11698 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11699
11700         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11701
11702 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11703
11704         * pop3.el (pop3-apop): Run md5 in the binary mode.
11705
11706         * starttls.el (starttls-set-process-query-on-exit-flag):
11707         Use eval-and-compile.
11708
11709 2005-05-31  Simon Josefsson  <jas@extundo.com>
11710
11711         * smime.el (smime-replace-in-string): Define.
11712         (smime-cert-by-ldap-1): Use it.
11713
11714 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11715
11716         * gnus-art.el (article-display-x-face): Replace
11717         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11718
11719         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11720         set-process-query-on-exit-flag or process-kill-without-query.
11721
11722         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11723         loop instead of replace-regexp.
11724
11725         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11726         instead of process-kill-without-query if it is available.
11727
11728         * lpath.el: Fbind ldap-search-entries.
11729
11730         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11731         instead of find-file-hooks if it is available.
11732
11733         * mml1991.el: Bind pgg-default-user-id when compiling.
11734
11735         * mml2015.el: Bind pgg-default-user-id when compiling.
11736
11737         * nndraft.el (nndraft-request-associate-buffer):
11738         Use write-contents-functions instead of write-contents-hooks if it is
11739         available.
11740
11741         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11742         instead of find-file-hooks if it is available.
11743
11744         * nntp.el (nntp-open-connection): Replace
11745         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11746         (nntp-open-ssl-stream): Ditto.
11747         (nntp-open-tls-stream): Ditto.
11748
11749         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11750         set-process-query-on-exit-flag or process-kill-without-query.
11751         (starttls-open-stream-gnutls): Use it instead of
11752         process-kill-without-query.
11753         (starttls-open-stream): Ditto.
11754
11755 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11756
11757         * smime.el (smime-cert-by-ldap-1): Don't use
11758         replace-regexp-in-string.
11759
11760 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11761
11762         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11763
11764         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11765         in PEM format.  Adjust to the XEmacs compability.
11766
11767 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11768
11769         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11770         by `string-to-number'.
11771         * gnus-agent.el (gnus-agent-regenerate-group)
11772         (gnus-agent-fetch-articles): Ditto.
11773         * gnus-art.el (gnus-button-fetch-group): Ditto.
11774         * gnus-cache.el (gnus-cache-generate-active)
11775         (gnus-cache-articles-in-group): Ditto.
11776         * gnus-group.el (gnus-group-set-current-level)
11777         (gnus-group-insert-group-line): Ditto.
11778         * gnus-score.el (gnus-score-set-expunge-below)
11779         (gnus-score-set-mark-below, gnus-summary-score-effect)
11780         (gnus-summary-score-entry): Ditto.
11781         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11782         (gnus-soup-pack): Ditto.
11783         * gnus-spec.el (gnus-xmas-format): Ditto.
11784         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11785         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11786         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11787         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11788         * nndb.el (nndb-get-remote-expire-response): Ditto.
11789         * nndiary.el (nndiary-parse-schedule-value)
11790         (nndiary-string-to-number, nndiary-request-replace-article)
11791         (nndiary-request-article): Ditto.
11792         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11793         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11794         * nneething.el (nneething-make-head): Ditto.
11795         * nnfolder.el (nnfolder-request-article)
11796         (nnfolder-retrieve-headers): Ditto.
11797         * nnheader.el (nnheader-file-to-number): Ditto.
11798         * nnkiboze.el (nnkiboze-request-article): Ditto.
11799         * nnmail.el (nnmail-process-unix-mail-format)
11800         (nnmail-process-babyl-mail-format): Ditto.
11801         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11802         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11803         (nnmh-request-create-group, nnmh-request-list-1)
11804         (nnmh-request-group, nnmh-request-article): Ditto.
11805         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11806         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11807         * nnsoup.el (nnsoup-make-active): Ditto.
11808         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11809         * nntp.el (nntp-find-group-and-number)
11810         (nntp-retrieve-headers-with-xover): Ditto.
11811         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11812         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11813         (pgg-format-key-identifier): Ditto.
11814         * pop3.el (pop3-last, pop3-stat): Ditto.
11815         * qp.el (quoted-printable-decode-region): Ditto.
11816
11817         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11818         of concat.
11819
11820 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11821
11822         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11823
11824         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11825
11826         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11827
11828         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11829
11830         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11831
11832         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11833
11834         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11835         (gnus-carpal-mode): Ditto.
11836
11837         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11838         (gnus-browse-mode): Ditto.
11839
11840         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11841
11842         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11843
11844 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11845
11846         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11847
11848 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11849
11850         * gnus-util.el (gnus-run-mode-hooks): New function.
11851
11852         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11853
11854         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11855         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11856
11857 2005-05-27  Lute Kamstra  <lute@gnu.org>
11858
11859         * dns-mode.el (dns-mode): Specify customization group.
11860
11861 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11862
11863         * gnus-agent.el (gnus-agent-make-mode-line-string):
11864         Use mode-line-highlight as mouse-face.
11865
11866 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11867
11868         * canlock.el (canlock): Change the parent group to news.
11869
11870         * deuglify.el (gnus-outlook-deuglify): Add :group.
11871
11872         * dig.el (dig): Add :group.
11873
11874         * dns-mode.el (dns-mode): Add :group.
11875
11876         * encrypt.el (encrypt): Add :group.
11877
11878         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11879         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11880         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11881         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11882         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11883
11884         * gnus-diary.el (gnus-diary): Add :group.
11885
11886         * gnus.el (gnus-group-news-1-face): Add :group.
11887         (gnus-group-news-1-empty-face): Ditto.
11888         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11889         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11890         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11891         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11892         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11893         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11894         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11895         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11896         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11897         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11898         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11899         (gnus-summary-high-ticked-face): Ditto.
11900         (gnus-summary-low-ticked-face): Ditto.
11901         (gnus-summary-normal-ticked-face): Ditto.
11902         (gnus-summary-high-ancient-face): Ditto.
11903         (gnus-summary-low-ancient-face): Ditto.
11904         (gnus-summary-normal-ancient-face): Ditto.
11905         (gnus-summary-high-undownloaded-face): Ditto.
11906         (gnus-summary-low-undownloaded-face): Ditto.
11907         (gnus-summary-normal-undownloaded-face): Ditto.
11908         (gnus-summary-high-unread-face): Ditto.
11909         (gnus-summary-low-unread-face): Ditto.
11910         (gnus-summary-normal-unread-face): Ditto.
11911         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11912         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11913
11914         * hashcash.el (hashcash): New custom group.
11915         (hashcash-default-payment): Add :group.
11916         (hashcash-payment-alist): Ditto.
11917         (hashcash-default-accept-payment): Ditto.
11918         (hashcash-accept-resources): Ditto.
11919         (hashcash-path): Ditto.
11920         (hashcash-extra-generate-parameters): Ditto.
11921         (hashcash-double-spend-database): Ditto.
11922         (hashcash-in-news): Ditto.
11923
11924         * message.el (message-minibuffer-local-map): Add :group.
11925
11926         * netrc.el (netrc): Add :group.
11927
11928         * sieve-manage.el (sieve-manage-log): Add :group.
11929         (sieve-manage-default-user): Diito.
11930         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11931         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11932         (sieve-manage-authenticators): Ditto.
11933         (sieve-manage-authenticator-alist): Ditto.
11934         (sieve-manage-default-port): Ditto.
11935
11936         * sieve-mode.el (sieve-control-commands-face): Add :group.
11937         (sieve-action-commands-face): Ditto.
11938         (sieve-test-commands-face): Ditto.
11939         (sieve-tagged-arguments-face): Ditto.
11940
11941         * smime.el (smime): Add :group.
11942
11943         * spam-report.el (spam-report): Add :group.
11944
11945         * spam.el (spam, spam-face): Add :group.
11946
11947 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11948
11949         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11950         return \n.\n.\n at the end of articles.  Protect against that.
11951         (nntp-with-open-group): Allow debugging.
11952
11953         * nnheader.el (mail-header-set-extra): Make into a function
11954         because I just could't understand how to quote the list properly.
11955
11956         * dns.el (query-dns-cached): New function.
11957
11958 2005-05-26  Lute Kamstra  <lute@gnu.org>
11959
11960         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11961
11962 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11963
11964         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11965
11966         * gnus-art.el: Don't autoload mail-extract-address-components.
11967
11968         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11969         eval-and-compile to evaluate it.
11970
11971         * hashcash.el: Don't autoload executable-find.
11972
11973         * nndb.el: Don't declare the nndb back end two or more times; don't
11974         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11975
11976         * nntp.el: Autoload format-spec instead of format; use
11977         eval-and-compile to evaluate autoload forms.
11978
11979 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11980
11981         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11982
11983 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11984
11985         * gnus.el (gnus-version-number): Bump version.
11986
11987 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11988
11989         * gnus.el: No Gnus v0.3 is released.
11990
11991 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11992
11993         * lpath.el (featurep): Bind show-nonbreak-escape.
11994
11995 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11996
11997         * gnus-art.el (gnus-article-edit-part): Disable undo.
11998
11999 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12000
12001         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12002         gnus-article-date-lapsed-new-header is t if date timer is active;
12003         skip headers in which the original date value is empty.
12004         (gnus-article-save-original-date): Redefine it as a macro.
12005         (gnus-display-mime): Use it.
12006
12007 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12008
12009         * gnus-art.el (article-date-ut): Support converting date in
12010         forwarded parts as well.
12011         (gnus-article-save-original-date): New function.
12012         (gnus-display-mime): Use it.
12013
12014 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12015
12016         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12017         enclosure element of <item>.
12018
12019 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12020
12021         * message.el (message-kill-buffer-query): Renamed from
12022         `message-kill-buffer-query-if-modified'.  Added :version.
12023
12024 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12025
12026         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12027         window layout.
12028
12029 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12030
12031         * mml.el: Autoload dnd when compiling.
12032
12033 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12034
12035         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12036         x-dnd-*.
12037
12038 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12039
12040         * qp.el (quoted-printable-encode-region): Save excursion.
12041
12042 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12043
12044         * message.el (message-kill-buffer-query-if-modified): Add new variable
12045         so the user can kill a modified message buffer quickly.
12046         (message-kill-buffer): Use it.
12047
12048 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12049
12050         * lpath.el: Fbind display-time-event-handler; don't fbind
12051         string-to-multibyte.
12052
12053         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12054
12055 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12058         contained in text because xml.el decodes entities) with LFs.
12059
12060 2005-04-11  Lute Kamstra  <lute@gnu.org>
12061
12062         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12063         differently.
12064
12065 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12066
12067         * mm-util.el (mm-detect-coding-region): Typo.
12068
12069 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12070
12071         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12072
12073 2005-04-06  Deepak Goel  <deego@gnufans.org>
12074
12075         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12076         user-function allow user modifications of the scores.
12077         (spam-stat-score-buffer-user): New function, to allow
12078         user-computed modifications to the score.
12079         (spam-stat-score-buffer-user-functions): List of additional
12080         scoring functions.
12081         (spam-stat-error-holder): Global temporary error holder.
12082         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12083         variable.
12084
12085 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12086
12087         * gnus-registry.el (gnus-registry-clean-empty-function)
12088         (gnus-registry-trim, gnus-registry-fetch-groups)
12089         (gnus-registry-delete-group): Groups that match
12090         `gnus-registry-ignored-groups' are removed from the registry
12091         entries, not just ignored for splitting.  This helps clean up the
12092         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12093         to get all the groups a message ID is in.
12094
12095         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12096         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12097         (spam-stat-score-buffer-user-functions): Add :number custom type.
12098
12099 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12100
12101         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12102         argument in XEmacs.
12103
12104         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12105         (nnrss-request-group): Decode group name first.
12106         (nnrss-request-article): Make a text/plain article if mml-to-mime
12107         failed.
12108         (nnrss-get-encoding): Return a compatible encoding according to
12109         nnrss-compatible-encoding-alist.
12110         (nnrss-find-el): Use consp instead of listp.
12111         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12112
12113 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12114
12115         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12116         which Emacs 20 doesn't support.
12117         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12118
12119 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12120
12121         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12122         silence the byte compiler inside the defun.
12123
12124         * gnus-demon.el (parse-time-string): Add autoload.
12125
12126         * gnus-delay.el (parse-time-string): Add autoload.
12127
12128         * gnus-art.el (parse-time-string): Add autoload.
12129
12130         * nnultimate.el (parse-time): Require for `parse-time-string'.
12131
12132 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12133
12134         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12135
12136         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12137
12138         * smime.el (smime-ldap-host-list): Add :version.
12139
12140 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12141
12142         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12143         pass it to `gnus-browse-read-group'.
12144         (gnus-browse-read-group): Add NUMBER argument and pass it to
12145         `gnus-group-read-ephemeral-group'.
12146
12147         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12148         argument and pass it to `gnus-group-read-group'.
12149
12150 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12151
12152         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12153         mm-xemacs-find-mime-charset-1 if we have the mule feature
12154         available at runtime.
12155
12156 2005-03-25  Werner Lemberg  <wl@gnu.org>
12157
12158         * nnmaildir.el: Replace `illegal' with `invalid'.
12159
12160 2005-03-23  Lute Kamstra  <lute@gnu.org>
12161
12162         * time-date.el: Add comment on time value formats.
12163         Don't require parse-time.
12164         (with-decoded-time-value): New macro.
12165         (encode-time-value): New function.
12166         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12167         (days-to-time): Return a valid time value when arg is huge.
12168         (time-since): Use time-subtract.
12169         (time-to-number-of-days): Use time-to-seconds.
12170
12171 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12172
12173         * gnus-start.el (gnus-display-time-event-handler):
12174         Check display-time-timer at runtime rather than only at load time
12175         in case display-time-mode is turned off in the mean time.
12176
12177 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12178
12179         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12180         used.
12181
12182         * nneething.el (nneething-map-file-directory): Derive from
12183         `gnus-directory'.
12184
12185         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12186         the To/Cc button.
12187
12188 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12189
12190         * nnmaildir.el (nnmaildir-request-accept-article):
12191         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12192
12193 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12194
12195         * gnus-async.el: Require timer-funcs at compile time when in
12196         XEmacs for `run-with-idle-timer'.
12197
12198 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12199
12200         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12201         autoloaded function.
12202
12203 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12204
12205         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12206
12207 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12208
12209         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12210
12211 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12212
12213         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12214         gnus-expert-user to default.
12215
12216 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12217
12218         * nnimap.el (nnimap-open-server): Ditto.
12219
12220         * imap.el (imap-authenticate): Fix typo.
12221
12222 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12223
12224         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12225         buffer (since IMAP server might return FETCH response out of
12226         order, and the nntp buffer must be sorted).
12227
12228 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12229
12230         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12231         comparison on string.
12232
12233         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12234         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12235         (gnus-agent-summary-fetch-series): Modified to protect against
12236         gnus-agent-summary-fetch-group clearing processable flags.
12237         (gnus-agent-synchronize-group-flags): Update live group buffer as
12238         synchronization may occur due to the user toggle the plugged
12239         status.
12240         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12241         successfully downloaded.
12242         (gnus-agent-expire-group-1): Avoid using markers when the overview
12243         is in ascending order; greatly improves performance.
12244         (gnus-agent-regenerate-group): Use
12245         gnus-agent-synchronize-group-flags to reset read status in both
12246         gnus and server.
12247         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12248
12249 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12250
12251         * message.el: Don't autoload former message-utils variables.
12252         (message-strip-subject-trailing-was): Change doc string.
12253
12254         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12255         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12256         (nnweb-google-search): Add "hl=en" here.
12257         (nnweb-google-parse-1, nnweb-google-create-mapping):
12258         Don't hardcode URL.
12259
12260 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12261
12262         * message.el (message-get-reply-headers, message-followup):
12263         Mention related variables `message-use-followup-to' and
12264         `message-use-mail-followup-to', in the information buffer.
12265
12266         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12267         of broken groups(-beta).google.com.
12268
12269 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12270
12271         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12272         parameter to invoked gnus-request-move-article; remove the
12273         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12274         all at once instead of once per article.
12275         (gnus-summary-remove-process-mark): Accept a list of articles as
12276         well as a single article for processing.
12277
12278         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12279         parameter.
12280
12281         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12282
12283         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12284
12285         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12286         parameter.
12287
12288         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12289         parameter.
12290
12291         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12292         parameter and remove the gnus-sum-hint-move-is-internal variable.
12293
12294         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12295         parameter.
12296
12297         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12298         parameter.
12299
12300         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12301         parameter.
12302
12303         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12304
12305         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12306         parameter.
12307
12308         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12309         parameter.
12310
12311 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12312
12313         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12314         a more conservative way.
12315
12316 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12317
12318         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12319         buffer, so it moves the window's cursor.
12320
12321 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12322
12323         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12324         `mm-dissect-multipart' and receive the from field as an (optional)
12325         argument from `mm-dissect-multipart'.
12326         (mm-dissect-multipart): Receive the from field as an argument and
12327         pass it on when we call `mm-dissect-buffer' on MIME parts.
12328         Fixes verification/decryption of signed/encrypted MIME parts.
12329
12330 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12331
12332         * gnus-sum.el (gnus-summary-move-article): Set
12333         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12334         whatever it calls (right now, only nnimap-request-move article
12335         respects it).
12336
12337         * nnimap.el (nnimap-request-move-article): When
12338         gnus-sum-hint-move-is-internal is set, don't do the extra
12339         nnimap-request-article.
12340
12341 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12342
12343         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12344
12345         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12346         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12347
12348         * gnus-sum.el (gnus-summary-caesar-message):
12349         Apply `gnus-treat-article' after rotation.
12350
12351         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12352         doc string.
12353
12354 2005-02-22  Simon Josefsson  <jas@extundo.com>
12355
12356         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12357         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12358         <arne@arnested.dk>.
12359         (encrypt): Add password-cache and password-cache-expiry as group
12360         members.
12361
12362 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12363
12364         * smime.el (smime-ldap-host-list): Doc fix.
12365         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12366         cache) password.
12367         (smime-sign-region): Use it.
12368         (smime-decrypt-region): Use it.
12369         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12370         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12371         fails.
12372         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12373         certificate from DER to PEM format rather than calling openssl.
12374
12375         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12376
12377         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12378         for signing/encryption.
12379
12380         * mml.el (mml-parse-1): Use them.
12381
12382 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12383
12384         * nnrss.el (nnrss-verbose): Removed.
12385         (nnrss-request-group): Use `nnheader-message' instead.
12386
12387 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12388
12389         * nnrss.el (nnrss-verbose): New variable.
12390         (nnrss-request-group): Make it say nnrss is requesting a group.
12391
12392 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12393
12394         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12395         Handle news URL with given port correctly.
12396
12397 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12398
12399         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12400         containing special characters.
12401
12402         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12403
12404         * mml.el (mime-to-mml): Ditto.
12405
12406         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12407         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12408         (rfc2047-decode-region): Quote decoded words containing special
12409         characters when rfc2047-quote-decoded-words-containing-tspecials
12410         is non-nil.
12411
12412 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12413
12414         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12415
12416         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12417
12418 2005-02-15  Simon Josefsson  <jas@extundo.com>
12419
12420         * nnimap.el (nnimap-debug): Doc fix.
12421
12422         * imap.el (imap-debug): Doc fix.
12423
12424 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12425
12426         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12427
12428 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12429
12430         * gnus.el (spam-contents): Improve docs for spam-contents
12431         parameter in its variable incarnation.
12432
12433 2005-02-14  Simon Josefsson  <jas@extundo.com>
12434
12435         * smime-ldap.el: Use require instead of load-library for ldap.
12436         (smime-ldap-search): Indent.
12437         (smime-ldap-search-internal): Shorten line.
12438
12439         * smime.el (smime-cert-by-dns): Add doc-string.
12440         (smime-cert-by-ldap-1): Indent.
12441
12442         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12443         mml-smime-get-dns-ldap.
12444         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12445
12446 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12447
12448         * smime.el: Require smime-ldap.
12449         (smime-ldap-host-list): New variable.
12450         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12451
12452         * mml-smime.el (mml-smime-encrypt-query): New function.
12453         (mml-smime-encrypt-query): Use it.
12454
12455         * smime-ldap.el: New file.
12456
12457 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12458
12459         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12460
12461 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12462
12463         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12464         argument in doc string.  Make query for type more clear.
12465
12466 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12467
12468         * gnus.el (gnus-group-startup-message): Search for gnus images in
12469         etc/images/gnus.
12470         * mm-util.el (mm-image-load-path): Likewise.
12471         * smiley.el (smiley-data-directory): Search for smilies in
12472         etc/images/smilies.
12473
12474 2005-02-09  Kim F. Storm  <storm@cua.dk>
12475
12476         Change Emacs release version from 21.4 to 22.1 throughout.
12477         Change Emacs development version from 21.3.50 to 22.0.50.
12478
12479 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12480
12481         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12482
12483         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12484         non-Mule XEmacs as well.
12485         (mm-decompress-buffer): Signal an error intentionally if it does
12486         not decompress compressed data because auto-compression-mode is
12487         disabled.
12488
12489 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12490
12491         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12492         an ID in the registry even if it has no groups.
12493
12494 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12495
12496         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12497         merge it into mm-decompress-buffer.
12498         (gnus-mime-copy-part): Use the MIME part charset, the value which
12499         a user specified or gnus-newsgroup-charset for decoding, like
12500         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12501         save-buffer what was used.  Suggested by Kevin Ryde
12502         <user42@zip.com.au>.
12503         (gnus-mime-inline-part): Allow the name parameter as well as the
12504         filename parameter; force decompressing of compressed data; always
12505         display contents being not decoded as unibyte.
12506
12507         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12508         as well as the filename parameter.
12509
12510         * mm-util.el (mm-decompress-buffer): Merge
12511         gnus-mime-jka-compr-maybe-uncompress.
12512         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12513         of compressed data.
12514
12515 2005-02-08  Simon Josefsson  <jas@extundo.com>
12516
12517         * imap.el (imap-log): Doc fix.
12518
12519 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12520
12521         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12522         the coding cookies; decompress compressed parts.
12523
12524         * mml.el (mml-generate-mime-1): Add the charset parameter according
12525         to the value which a user specified manually or the coding cookie.
12526
12527         * mm-util.el (mm-string-to-multibyte): New function.
12528         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12529         (mm-coding-system-to-mime-charset): New function.
12530         (mm-decompress-buffer): New function.
12531         (mm-find-buffer-file-coding-system): New function.
12532
12533         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12534         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12535         parts.
12536
12537 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12538
12539         * mm-view.el (mm-display-inline-fontify): Decode a part according
12540         to the charset parameter.
12541
12542 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12543
12544         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12545         prefix arg is neither nil nor a number, as info specifies.
12546
12547 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12548
12549         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12550         timestamps.
12551
12552 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12553
12554         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12555         groups error checking and notify user.
12556
12557 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12558
12559         * message.el (message-send-mail-function): Check existence of
12560         sendmail-program first before using default value
12561         `message-send-mail-with-sendmail'.  Otherwise use more generic
12562         `smtpmail-send-it'.
12563
12564 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12565
12566         * nntp.el (nntp-request-update-info): Always return nil.
12567
12568 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12569
12570         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12571
12572 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12573
12574         * message.el (message-beginning-of-line): Change the behavior when
12575         invoked between BOL and : so that it first moves backward.
12576
12577 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12578
12579         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12580         article buffer when editing of the article is discarded.
12581         (gnus-article-prepare): Revert.
12582
12583 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12584
12585         * gnus-art.el (gnus-article-prepare):
12586         Remove message-strip-forbidden-properties from the local hook.
12587
12588 2005-01-27  Simon Josefsson  <jas@extundo.com>
12589
12590         * password.el (password-cache-add): Only start one timer per key.
12591         Reported by Derek Atkins <warlord@MIT.EDU>.
12592
12593 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12594
12595         * run-at-time.el: Removed.  It is no longer needed as
12596         timer-funcs.el in the xemacs-base package has a working version of
12597         `run-at-time'.
12598
12599         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12600
12601         * password.el: Require timer-funcs instead of run-at-time in
12602         XEmacs.
12603         Remove `password-run-at-time' macro.
12604         (password-cache-add): Use `run-at-time' instead of
12605         `password-run-at-time'.
12606
12607         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12608         Remove `nnheader-cancel-function-timers' alias,
12609         `cancel-function-timers' exists in XEmacs in timer-funcs.
12610
12611         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12612         for `run-with-idle-timer'.
12613
12614         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12615         for `run-at-time'.
12616
12617         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12618         for `with-timeout'.
12619
12620         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12621         the same as for XEmacs 21.4.
12622         No need to ignore `run-with-idle-timer', this function exists in
12623         XEmacs now in timer-funcs.el in the xemacs-base package.
12624         (dgnushack-compile): No need to delete
12625         run-at-time.el from the list of files to compile because it
12626         doesn't exist anymore.
12627
12628 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12629
12630         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12631         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12632
12633 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12634
12635         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12636         sensitively.
12637
12638 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12639
12640         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12641
12642 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12643
12644         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12645         which will be inserted according to the multibyteness of a buffer
12646         rather than the type of contents.  Suggested by ARISAWA Akihiro
12647         <ari@mbf.ocn.ne.jp>.
12648
12649         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12650         of string which old xml.el may return rather than a string.
12651
12652 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12653
12654         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12655
12656 2005-01-16  Simon Josefsson  <jas@extundo.com>
12657
12658         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12659         idn/idna.el isn't available.
12660         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12661         <michael@waxrat.com>.
12662
12663         * hashcash.el: Remove non-FSF copyright header.
12664
12665         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12666         (hashcash-generate-payment): Use it.
12667         (hashcash-generate-payment-async): Use it.
12668
12669 2005-01-15  Simon Josefsson  <jas@extundo.com>
12670
12671         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12672         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12673
12674         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12675         gnus-summary-idna-message.
12676         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12677         (gnus-summary-idna-message): New function.
12678
12679 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12680
12681         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12682         gnus-novice-user.
12683
12684 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12685
12686         * nnrss.el (nnrss-request-delete-group): Delete entries in
12687         nnrss-group-alist as well.
12688         (nnrss-save-server-data): Insert newline.
12689
12690 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12691
12692         * gnus.el (gnus-user-agent): Use list of symbols instead of
12693         symbols.  Display full version number for (S)XEmacs.  Optionally
12694         display (S)XEmacs codename.
12695
12696         * gnus-util.el (gnus-emacs-version): Update for new
12697         `gnus-user-agent'.
12698
12699         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12700         Gnus version.
12701
12702 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12703
12704         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12705         which is unreadable in some setups.
12706
12707 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12708
12709         * gnus-spec.el (gnus-update-format-specifications): Flush the
12710         group format spec cache if it doesn't support decoded group names.
12711
12712 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12713
12714         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12715         Allow to apply decay on score files matching a regexp.
12716
12717 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12718
12719         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12720         compatibility in %g and %c.
12721
12722 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12723
12724         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12725         name for only %g and %c.
12726         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12727         of gnus-tmp-group to decoded group name.
12728         (gnus-group-make-rss-group): Exclude `/'s from group names.
12729
12730 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12731
12732         * nnrss.el (nnrss-get-encoding): Fix regexp.
12733
12734 2004-12-27  Simon Josefsson  <jas@extundo.com>
12735
12736         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12737         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12738         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12739
12740 2004-12-17  Kim F. Storm  <storm@cua.dk>
12741
12742         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12743
12744         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12745
12746 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12747
12748         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12749
12750 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12751
12752         * nnrss.el: Require rfc2047 and mml.
12753         (nnrss-file-coding-system): New variable.
12754         (nnrss-format-string): Redefine it as an inline function.
12755         (nnrss-decode-group-name): New function.
12756         (nnrss-string-as-multibyte): Remove.
12757         (nnrss-retrieve-headers): Decode group name; don't use
12758         nnrss-format-string.
12759         (nnrss-request-group): Decode group name.
12760         (nnrss-request-article): Decode group name; allow a Message-ID as
12761         well as an article number; don't use nnrss-format-string; encode a
12762         Message-ID string which may contain non-ASCII characters; use
12763         mml-to-mime to compose a MIME article.
12764         (nnrss-request-expire-articles): Decode group name.
12765         (nnrss-request-delete-group): Decode group name.
12766         (nnrss-fetch): Clarify error message.
12767         (nnrss-read-server-data): Use insert-file-contents instead of load;
12768         bind file-name-coding-system; use multibyte buffer.
12769         (nnrss-save-server-data): Bind coding-system-for-write to the
12770         value of nnrss-file-coding-system; bind file-name-coding-system;
12771         add coding cookie.
12772         (nnrss-read-group-data): Use insert-file-contents instead of load;
12773         bind file-name-coding-system; use multibyte buffer.
12774         (nnrss-save-group-data): Bind coding-system-for-write to the
12775         value of nnrss-file-coding-system; bind file-name-coding-system.
12776         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12777         make it work with non-ASCII text.
12778         (nnrss-find-el): Make it work with old xml.el as well.
12779
12780 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12781
12782         * nnrss.el (nnrss-get-encoding): New function.
12783         (nnrss-fetch): Use unibyte buffer initially; bind
12784         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12785         decode contents according to the encoding attribute.
12786         (nnrss-save-group-data): Add coding cookie.
12787         (nnrss-mime-encode-string): New function.
12788         (nnrss-check-group): Use it to encode subject and author.
12789
12790 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12791
12792         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12793         imaginary variable.
12794
12795 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12796
12797         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12798         correctly even if there are wide characters.
12799
12800 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12801
12802         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12803         downcased symbol names; make a new cache instead of reusing
12804         bbdb-hashtable.
12805
12806 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12807
12808         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12809         concatenating segments rather than before concatenating them.
12810         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12811
12812         * message.el (message-get-reply-headers): Bind `extra'.
12813
12814 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12815
12816         * message.el (message-extra-wide-headers): New variable.
12817         (message-get-reply-headers): Use it.
12818
12819 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12820
12821         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12822         (gnus-agent-group-pathname): Ditto.
12823
12824         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12825
12826         * gnus-group.el (gnus-group-make-group): Decode group name.
12827         (gnus-group-make-rss-group): Register the group data after opening
12828         the nnrss group.
12829
12830 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12831
12832         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12833         by expiry now get marked as read.
12834
12835 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12836
12837         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12838
12839 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12840
12841         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12842         unify Latin characters in XEmacs.
12843         (mm-find-mime-charset-region): Use it.
12844
12845 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12846
12847         * gnus-util.el (gnus-delete-directory): New function.
12848
12849         * gnus-agent.el (gnus-agent-delete-group): Use it.
12850
12851         * gnus-cache.el (gnus-cache-delete-group): Use it.
12852
12853 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12854
12855         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12856         names.
12857
12858 2004-12-16  Simon Josefsson  <jas@extundo.com>
12859
12860         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12861
12862 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12863
12864         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12865
12866         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12867         (gnus-group-set-current-level): Decode group name.
12868
12869 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12870
12871         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12872         failed.
12873
12874 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12875
12876         * gnus-group.el (gnus-group-delete-group): Decode group name.
12877         (gnus-group-make-rss-group): Encode group name.
12878         (gnus-group-catchup-current): Decode group name.
12879         (gnus-group-kill-group): Decode group name.
12880
12881 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12882
12883         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12884
12885 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12886
12887         * gnus-group.el (gnus-group-make-rss-group):
12888         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12889
12890         * gnus-start.el (gnus-setup-news): Honor user's setting to
12891         gnus-message-archive-method.  Suggested by Lute Kamstra
12892         <lute@gnu.org>.
12893
12894 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12895
12896         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12897         global counterparts of the buffer-local variables.
12898
12899 2004-11-16  Romain Francoise  <romain@orebokech.com>
12900
12901         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12902         counterparts of the buffer-local variables.
12903
12904 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12905
12906         * message.el (message-forbidden-properties): Fixed typo in doc
12907         string.
12908
12909 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12910
12911         * gnus-util.el (gnus-replace-in-string): Added doc string.
12912
12913         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12914         to avoid problems when splitting mails with many recipients.
12915
12916 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12917
12918         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12919         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12920
12921 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12922
12923         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12924         if there is no hashtable in memory or file modification time is
12925         newer than cached timestamp.
12926
12927 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12928
12929         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12930         not-matching option.
12931
12932 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12933
12934         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12935         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12936         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12937         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12938         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12939         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12940
12941 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12942
12943         * message.el (message-forward-make-body-mml): Remove headers
12944         according to message-forward-ignored-headers if a message is decoded.
12945
12946 2004-12-02  Romain Francoise  <romain@orebokech.com>
12947
12948         * message.el (message-forward-make-body-plain): Always remove
12949         headers according to message-forward-ignored-headers.
12950
12951 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12952
12953         * spam.el (spam-summary-prepare-exit): Remove the
12954         gnus-summary-limit pop for now, it has problems with ham marks for
12955         me.
12956
12957 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12958
12959         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12960         correctly.
12961
12962 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12963
12964         * format-spec.el (format-spec): Message the char.
12965
12966 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12967
12968         * gnus-art.el (gnus-split-methods): Reformat comments.
12969
12970         * spam.el (spam-summary-prepare-exit): Remove article limits
12971         before exiting the summary buffer.
12972
12973 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12974
12975         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12976         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12977
12978         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12979         order to silence the byte compiler.
12980
12981         * spam.el: Fix the way to silence the byte compiler, which
12982         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12983         bbdb-search-simple, spam-BBDB-register-routine,
12984         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12985         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12986         spam-stat-buffer-is-spam, spam-stat-load,
12987         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12988         spam-stat-save and spam-stat-split-fancy.
12989
12990 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12991
12992         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12993         which may confuse users.
12994         (canlock-password-for-verify): Ditto.
12995
12996         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12997
12998         * gnus-art.el (gnus-emphasis-alist): Ditto.
12999
13000         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13001
13002         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13003
13004         * gnus-start.el (gnus-save-killed-list): Ditto.
13005
13006         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13007         (gnus-sum-thread-tree-root): Ditto.
13008         (gnus-sum-thread-tree-false-root): Ditto.
13009         (gnus-sum-thread-tree-single-indent): Ditto.
13010
13011         * message.el (message-courtesy-message): Ditto.
13012         (message-archive-note): Ditto.
13013         (message-subscribed-address-file): Ditto.
13014         (message-user-fqdn): Ditto.
13015
13016         * spam-report.el (spam-report-gmane-regex): Ditto.
13017
13018         * spam.el (spam-blackhole-good-server-regex): Ditto.
13019
13020 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13021
13022         * mml.el (mml-preview): Widen the message buffer before copying
13023         the contents to the preview buffer; sort headers before previewing.
13024
13025         * message.el (message-hidden-headers): Fix the way to avoid a bug
13026         in the `repeat' widget in Emacs 21.3 or earlier.
13027
13028 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13029
13030         * message.el (message-hidden-headers): Default to "^References:".
13031         Improve customization type.  Suggested by Reiner Steib
13032         <Reiner.Steib@gmx.de>.
13033
13034 2004-11-25  Romain Francoise  <romain@orebokech.com>
13035
13036         * message.el (message-strip-forbidden-properties): Remove check for
13037         obsolete `message-hidden' text property, hidden headers are not
13038         accessible in the buffer anymore.
13039
13040 2004-11-22  Romain Francoise  <romain@orebokech.com>
13041
13042         * message.el (message-header-format-alist): Add `From' in list
13043         so that it can be sorted.
13044         (message-fix-before-sending): Widen and sort headers before
13045         sending.
13046         (message-hide-headers): Use narrowing to hide headers by moving
13047         them to the top of the buffer and narrowing to the region
13048         underneath.
13049
13050 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13051
13052         * message.el (message-strip-forbidden-properties): Bind
13053         buffer-read-only (etc) to nil.
13054
13055 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13056
13057         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13058         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13059
13060 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13061
13062         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13063
13064 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13065
13066         * dns.el (query-dns): Use sit-for to time instead of
13067         accept-process-output, since that doesn't seem to work on udp
13068         sockets.
13069
13070 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13071
13072         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13073
13074 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13075
13076         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13077         doc string.  Improve doc string.
13078
13079 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13080
13081         * nntp.el (nntp-request-update-info): Return nil if
13082         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13083         may not call gnus-activate-group which uselessly issues the GROUP
13084         commands for all nntp groups and wastes time.  Reported by Romain
13085         Francoise <romain@orebokech.com>.
13086
13087         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13088
13089 2004-11-15  Simon Josefsson  <jas@extundo.com>
13090
13091         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13092         headers separately.
13093         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13094         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13095
13096 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13097
13098         * gnus-start.el (gnus-convert-old-newsrc):
13099         Assign legacy-gnus-agent to 5.10.7.
13100
13101 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13102
13103         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13104         start of the lines.
13105
13106 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13107
13108         * hashcash.el (hashcash-default-payment): Change default to 20.
13109         (hashcash-default-accept-payment): Change default to 20.
13110         (hashcash-process-alist): New variable.
13111         (hashcash-generate-payment-async): Add.
13112         (hashcash-already-paid-p): Add.
13113         (hashcash-insert-payment): Don't generate payments twice.
13114         (hashcash-insert-payment-async): Add.
13115         (hashcash-insert-payment-async-2): Add.
13116         (hashcash-cancel-async): Add.
13117         (hashcash-wait-async): Add.
13118         (hashcash-processes-running-p): Add.
13119         (hashcash-wait-or-cancel): Add.
13120         (mail-add-payment): New optional argument.  Conditionally start
13121         asynchronous calculation.
13122         (mail-add-payment-async): Add.
13123
13124         * message.el (message-send-mail): Wait for asynchronous hashcash
13125         results.  Don't clobber existing X-Hashcash headers.
13126         (message-setup-1): Call mail-add-payment-async when
13127         message-generate-hashcash is non-nil.
13128
13129 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13130
13131         * message.el (message-use-alternative-email-as-from): Examine the
13132         From header as well; use message-make-from in order to include a
13133         user's full name.
13134
13135 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13136
13137         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13138         default; improve customization type.
13139         (gnus-emphasis-custom-with-format): New macro.
13140         (gnus-emphasis-custom-value-to-external): New function.
13141         (gnus-emphasis-custom-value-to-internal): New function.
13142
13143 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13144
13145         * dns.el (query-dns): Resolve reverse addresses.
13146
13147 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13148
13149         * gnus-group.el (gnus-group-get-new-news): Use it.
13150
13151         * gnus-start.el (gnus-check-reasonable-setup): New function.
13152
13153 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13154
13155         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13156         "Args out of range" error.  Reported by Arnaud Giersch
13157         <arnaud.giersch@free.fr>.
13158
13159 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13160
13161         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13162
13163 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13164
13165         * spam.el (spam group): Add :version.
13166
13167         * pgg-def.el (pgg group): Add :version.
13168
13169 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13170
13171         * gnus-art.el (gnus-article-edit-article): Don't associate the
13172         article buffer with a draft file.  This is a temporary measure
13173         against the 2004-08-22 change to gnus-article-edit-mode.
13174
13175 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13176
13177         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13178         (html2text-format-tags): Remove unused variable `attr'.
13179
13180 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13181
13182         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13183
13184         * tls.el (tls-process-connection-type, tls-success)
13185         (tls-certtool-program): Add :version.
13186
13187         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13188         (starttls-extra-arguments, starttls-process-connection-type)
13189         (starttls-connect, starttls-failure, starttls-success): Add :version.
13190
13191         * spam-stat.el (spam-stat): Add :version.
13192
13193         * sieve.el (sieve): Add :version.
13194
13195         * sha1.el (sha1): Add :version.
13196         (sha1-use-external): Remove redundant version.
13197
13198         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13199         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13200         (nnmail-split-fancy-match-partial-words)
13201         (nnmail-split-lowercase-expanded): Add :version.
13202
13203         * nndiary.el (nndiary): Add :version.
13204
13205         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13206
13207         * mml-sec.el (mml-default-sign-method)
13208         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13209         Add :version.
13210
13211         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13212
13213         * mm-url.el (mm-url-use-external, mm-url-program)
13214         (mm-url-arguments): Add :version.
13215
13216         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13217         (mm-attachment-file-modes, mm-decrypt-option)
13218         (mm-w3m-safe-url-regexp): Add :version.
13219
13220         * message.el (message-cite-prefix-regexp)
13221         (message-sendmail-envelope-from, message-minibuffer-local-map)
13222         (message-user-fqdn, message-completion-alist): Add :version.
13223
13224         * gnus-win.el (gnus-configure-windows-hook)
13225         (gnus-use-frames-on-any-display): Add :version.
13226
13227         * gnus-art.el (gnus-article-address-banner-alist)
13228         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13229         (gnus-treat-from-picon, gnus-treat-mail-picon)
13230         (gnus-treat-x-pgp-sig): Add :version.
13231
13232         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13233         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13234         (gnus-summary-article-delete-hook)
13235         (gnus-summary-display-while-building): Add :version.
13236
13237         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13238         (gnus-get-top-new-news-hook): Add :version.
13239
13240         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13241         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13242
13243         * gnus-registry.el (gnus-registry): Add :version.
13244
13245         * gnus-spec.el (gnus-use-correct-string-widths)
13246         (gnus-make-format-preserve-properties): Add :version.
13247
13248         * gnus.el (gnus-group-charter-alist)
13249         (gnus-group-fetch-control-use-browse-url)
13250         (gnus-install-group-spam-parameters): Add :version.
13251
13252         * gnus-diary.el (gnus-diary): Add :version.
13253
13254         * gnus-delay.el (gnus-delay): Add :version.
13255
13256         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13257         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13258         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13259         Add :version.
13260
13261         * gnus-agent.el (gnus-agent-max-fetch-size)
13262         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13263         (gnus-agent-prompt-send-queue): Add :version.
13264
13265         * deuglify.el (gnus-outlook-deuglify): Add :version.
13266
13267         * html2text.el: Beautify code.  Improve doc strings.  Some
13268         checkdoc cleanup.
13269         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13270
13271 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13272
13273         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13274
13275 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13276
13277         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13278         when package is loaded.
13279
13280         * spam.el (spam-summary-score-preferred-header): Add global preference
13281         for people who want to override the default SpamAssassin over
13282         Bogofilter preference (when both are set).
13283         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13284         (spam-user-format-function-S): Check
13285         spam-summary-score-preferred-header.
13286         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13287         (spam-user-format-function-S): Format the score correctly.
13288
13289 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13290
13291         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13292         signature file.  Suggested by Manoj Srivastava
13293         <srivasta@golden-gryphon.com>.
13294
13295         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13296         iso-2022-jp even in the Japanese language environment.
13297         Suggested by Jason Rumney <jasonr@gnu.org>.
13298
13299 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13300
13301         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13302         use the same characters as the dummy marks; make it free from
13303         getting affected by the language environment.
13304         (gnus-summary-read-group-1): Update mark positions only when the
13305         format spec is updated.
13306
13307         * gnus-spec.el (gnus-update-format-specifications): Return a list
13308         of updated types.
13309
13310 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13311
13312         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13313         of boundp to check if display-warning is available.
13314
13315 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13316
13317         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13318
13319 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13320
13321         * nnspool.el (nnspool-spool-directory): Use news-path if the
13322         news-directory variable is not bound.
13323
13324         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13325         function instead of display-warning if it is not available.
13326
13327 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13328
13329         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13330         v5-10: Use `point-at-bol'.
13331
13332 2004-10-26  Simon Josefsson  <jas@extundo.com>
13333
13334         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13335         <chenggao@gmail.com>.
13336
13337 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13338
13339         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13340         instead.
13341
13342 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13343
13344         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13345         to remove a server from the nnimap-server-buffer-alist.
13346         (nnimap-open-connection, nnimap-close-server): Use it.
13347
13348         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13349
13350 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13351
13352         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13353         running the major-mode function.
13354
13355 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13356
13357         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13358         dummy marks in the right way.
13359
13360 2004-10-18  David Edmondson  <dme@dme.org>
13361
13362         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13363         excessively.
13364
13365 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13366
13367         * gnus-util.el (gnus-split-references): Accept a nil references
13368         string and go on blissfully.
13369
13370         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13371         cases where the references string is non-nil but has no references.
13372
13373         * encrypt.el: Add autoload tags.
13374
13375         * spam.el (spam-resolve-registrations-routine): Remove article
13376         from unregistration list too.  Reported by David Hanak
13377         <dhanak@isis.vanderbilt.edu>
13378
13379 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13380
13381         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13382         nil.  Changed custom type.
13383
13384 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13385
13386         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13387
13388         * gnus-sum.el (gnus-summary-move-article): Use it.
13389
13390 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13391
13392         * encrypt.el: Add autoload cookies.
13393
13394         * spam.el (spam-backend-article-list-property)
13395         (spam-backend-get-article-todo-list)
13396         (spam-backend-put-article-todo-list)
13397         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13398         Resolve registrations separately.
13399         (spam-register-routine): Format comments.
13400         (spam-unregister-routine, spam-register-routine): Always call with
13401         specific-articles, no default list.
13402         (spam-summary-prepare-exit): Use the spam-classifications function.
13403
13404         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13405         gnus-encrypt.el.
13406
13407         * encrypt.el: Copied from gnus-encrypt.el.
13408
13409         * gnus-encrypt.el: Commented that it's obsolete.
13410
13411 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13412
13413         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13414         (gnus-score-save): Use it.
13415
13416         * message.el (message-bury): Use `window-dedicated-p'.
13417
13418 2004-10-15  Simon Josefsson  <jas@extundo.com>
13419
13420         * pop3.el (top-level): Don't require nnheader.
13421         (pop3-read-timeout): Add.
13422         (pop3-accept-process-output): Add.
13423         (pop3-read-response, pop3-retr): Use it.
13424
13425 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13426
13427         * spam.el (spam-register-routine): Move comment.
13428         (spam-verify-bogofilter): Use 'unknown for the initial
13429         spam-bogofilter-valid state, not 'never.
13430
13431         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13432         for netrc-machine.
13433
13434         * nnimap.el (nnimap-open-connection): Use
13435         netrc-machine-user-or-password.
13436
13437 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13438
13439         * gnus-registry.el (gnus-registry-unload-hook):
13440         Set as a variable with add-hook.
13441
13442         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13443         of news-path.
13444
13445         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13446
13447         * spam.el: Delete duplicate `provide'.
13448         (spam-unload-hook): Set as a variable with add-hook.
13449
13450 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13451
13452         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13453         in the doc string.
13454
13455         * message.el (message-ignored-news-headers)
13456         (message-ignored-supersedes-headers)
13457         (message-ignored-resent-headers)
13458         (message-forward-ignored-headers): Improve custom type.
13459
13460 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * message.el (message-tokenize-header): Fix 2004-09-06 change
13463         which used point-min in the wrong place.
13464
13465 2004-10-12  Simon Josefsson  <jas@extundo.com>
13466
13467         * tls.el (tls-certtool-program): New variable.
13468         (tls-certificate-information): New function, based on
13469         ssl-certificate-information.
13470
13471 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13472
13473         * compface.el: Move the version of ELisp-based uncompface program
13474         to the contrib directory because of the copyright problem.
13475
13476 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13477
13478         * message.el (message-kill-buffer): Raise the current frame.
13479
13480 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13481
13482         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13483
13484         * gnus.el (message-y-or-n-p): Autoload.
13485
13486         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13487         (pop3-password-required, pop3-authentication-scheme)
13488         (pop3-leave-mail-on-server): Made customizable.
13489         (pop3): New custom group.
13490         (pop3-retr): Remove `sleep-for' statements.
13491         Suggested by Dave Love <fx@gnu.org>.
13492
13493         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13494         Windows/DOS.
13495
13496         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13497         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13498         Dave Love <fx@gnu.org>.
13499
13500         * mml.el (mml-minibuffer-read-disposition): Require match.
13501         Suggested by Dave Love <fx@gnu.org>.
13502
13503 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13504
13505         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13506         doc string.
13507
13508 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13509
13510         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13511
13512 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13513
13514         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13515         instead of calling `mm-insert-inline', to decode text/* parts
13516         before displaying them.
13517
13518 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13519
13520         * mm-uu.el (mm-uu-text-plain-type): New variable.
13521         (mm-uu-pgp-signed-extract-1): Use it.
13522         (mm-uu-pgp-encrypted-extract-1): Use it.
13523         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13524         bind mm-uu-text-plain-type with that value.
13525         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13526         mm-uu-dissect.
13527
13528 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13529
13530         * gnus-group.el (gnus-update-group-mark-positions):
13531         * gnus-sum.el (gnus-update-summary-mark-positions):
13532         * message.el (message-check-news-body-syntax):
13533         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13534         of string-as-multibyte.
13535
13536 2004-10-05  Juri Linkov  <juri@jurta.org>
13537
13538         * gnus-group.el (gnus-update-group-mark-positions):
13539         * gnus-sum.el (gnus-update-summary-mark-positions):
13540         * message.el (message-check-news-body-syntax):
13541         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13542         8-bit unibyte values to a multibyte string for search functions.
13543
13544 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13545
13546         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13547         (mm-uu-dissect-text-parts): New function.
13548
13549         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13550         dissect text parts.
13551
13552         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13553         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13554
13555         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13556
13557         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13558         gnus-current-topics instead of gnus-current-topic.
13559
13560 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13561
13562         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13563
13564 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13565
13566         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13567         where approriate.
13568
13569         * nnml.el (nnml-generate-active-info): do.
13570
13571         * nndiary.el (nndiary-generate-active-info): do.
13572
13573         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13574         (gnus-topic-move): do.
13575
13576         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13577         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13578
13579         * gnus-srvr.el (gnus-server-prepare)
13580         (gnus-server-open-all-servers): do.
13581
13582         * gnus-msg.el (gnus-summary-cancel-article)
13583         (gnus-summary-resend-message)
13584         (gnus-summary-mail-crosspost-complaint): do.
13585
13586         * gnus-move.el (gnus-change-server): do.
13587
13588         * gnus-group.el (gnus-group-unmark-all-groups)
13589         (gnus-group-set-current-level): do.
13590
13591 2004-10-04  Simon Josefsson  <jas@extundo.com>
13592
13593         * message.el (message-generate-hashcash): Doc fix.
13594
13595 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13596
13597         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13598         avoid infinite recursion via gnus-get-function.
13599
13600 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13601
13602         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13603
13604         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13605
13606         * nnmail.el (nnmail-split-history): do.
13607
13608         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13609         (nnml-request-delete-group): do.
13610
13611         * nnslashdot.el (nnslashdot-read-groups): do.
13612
13613         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13614         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13615
13616         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13617         (nnspool-sift-nov-with-sed): Use last.
13618         (nnspool-retrieve-headers-with-nov): Use mapc.
13619         (nnspool-request-newgroups): Use dolist.
13620         (nnspool-request-group): Use last.
13621
13622         * nntp.el (nntp-read-server-type): Use dolist.
13623
13624         * nnvirtual.el (nnvirtual-create-mapping)
13625         (nnvirtual-update-read-and-marked): Use dolist.
13626         (nnvirtual-convert-headers): Simplify.
13627
13628 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13629
13630         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13631         support for sync'ing tick marks.
13632
13633 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13634
13635         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13636         there's no visible header.
13637
13638 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13639
13640         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13641         necessary, pass full group name to gnus-request-set-marks.
13642
13643 2004-10-01  Simon Josefsson  <jas@extundo.com>
13644
13645         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13646         acroread.
13647
13648 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13649
13650         * spam-report.el (spam-report-gmane): Fix interactive.
13651
13652         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13653
13654         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13655         when writing file.
13656         (gnus-agent-synchronize-flags): Don't default to being
13657         interactive.
13658
13659 2004-09-30  Simon Josefsson  <jas@extundo.com>
13660
13661         * message.el (message-generate-hashcash): Add.
13662         (message-send-mail): Use it, call mail-add-payment.
13663
13664 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13665
13666         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13667
13668 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13669
13670         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13671         gnus-requst-update-info with explicit code to sync the in-memory
13672         info read flags with the marks being sync'd to the backend.
13673
13674         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13675
13676 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13677
13678         * spam.el (spam-verify-bogofilter): Add new function.
13679         (spam-check-bogofilter)
13680         (spam-bogofilter-register-with-bogofilter): Use it.
13681         (spam-verify-bogofilter): Add small fixes.
13682
13683 2004-09-28  Simon Josefsson  <jas@extundo.com>
13684
13685         * hashcash.el (hashcash-generate-payment): Revert.
13686
13687 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13688
13689         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13690         gnus-extract-references instead of gnus-split-references.
13691
13692         * gnus-util.el (gnus-extract-references): Add new function, analogous
13693         to gnus-split-references but extracts only the message-ID without
13694         anything extra.
13695
13696         * hashcash.el (hashcash-generate-payment)
13697         (hashcash-check-payment): Do the right thing if hashcash-path is
13698         nil (because the hashcash program could not be found).
13699
13700         * spam.el (spam-use-hashcash): Remove comment.
13701
13702 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13703
13704         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13705         (gnus-cache-enter-article, gnus-cache-remove-article)
13706         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13707
13708         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13709
13710         * gnus-art.el (article-hide-boring-headers)
13711         (article-translate-strings, article-display-face)
13712         (gnus-article-mime-match-handle-first)
13713         (gnus-article-highlight-headers)
13714         (gnus-article-add-buttons-to-head): do.
13715
13716 2004-09-27  Simon Josefsson  <jas@extundo.com>
13717
13718         * hashcash.el: New version, from
13719         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13720         ../contrib/.
13721
13722 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13723
13724         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13725
13726 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13727
13728         * gnus-dup.el (gnus-dup-open): Use mapc.
13729         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13730
13731         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13732         Reported by Stefan Wiens <s.wi@gmx.net>.
13733
13734         * gnus.el (gnus-shutdown): Use dolist.
13735
13736         * gnus-undo.el (gnus-undo): Use mapc.
13737
13738         * nnrss.el (nnrss-generate-active): do.
13739
13740         * message.el (message-cite-original-without-signature)
13741         (message-cite-original): Use mapc.
13742         (message-do-actions, message-make-forward-subject): Use dolist.
13743
13744 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13745
13746         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13747         deletion to remove entire duplicate line.  Fixes merged article
13748         number bug.
13749
13750 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13751
13752         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13753         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13754         first ask if you want to open a server and then, even when you
13755         responded with no, asking if you want to synchronize the server's
13756         flags.
13757         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13758         multi-line expressions.
13759         (gnus-agent-synchronize-group-flags): New internal function.
13760         Updates marks in memory (in the info structure) AND in the
13761         backend.
13762
13763         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13764
13765         * nnagent.el (nnagent-request-set-mark): Use
13766         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13767         method, to ensure that synchronization updates marks in the
13768         backend and in the info (in memory) structure.
13769
13770 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13771
13772         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13773         convention fully; don't miss the root article of a thread; make
13774         the X-Draft-From header with correct article numbers.
13775
13776 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13777
13778         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13779         unless plugged.  Disable the agent so that an open failure causes
13780         an error.
13781
13782         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13783         Reverted 2004-09-21 change.  The backend must be opened while
13784         synchronizing flags even when the backend stores the flags
13785         locally.
13786
13787 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13788
13789         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13790         in `header' match.  Reported by Svend Tollak Munkejord.
13791
13792         * message.el (message-cite-original): Fix use of
13793         `message-cite-articles-with-x-no-archive'.
13794
13795 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13796
13797         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13798         (gnus-window-to-buffer): Ditto.
13799
13800         * mml.el (mml-preview-buffer): New variable.
13801         (mml-preview): Manage window layout with gnus-buffer-configuration.
13802
13803         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13804         X-Draft-From header even if those articles aren't quoted.
13805
13806 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13807
13808         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13809         (gnus-request-set-mark, gnus-request-update-mark): Use new
13810         g-s-t-u-l-m to decide to use backend even when unplugged.
13811
13812 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13813
13814         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13815         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13816
13817 2004-09-20  Simon Josefsson  <jas@extundo.com>
13818
13819         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13820         "utf-16-le".
13821
13822 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13823
13824         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13825
13826 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13827
13828         * uudecode.el (uudecode-use-external): Add :version.
13829
13830         * smime.el (smime-CA-file, smime-encrypt-cipher)
13831         (smime-dns-server): Add :version.
13832
13833         * smiley.el (gnus-smiley-file-types): Add :version.
13834
13835         * sha1.el (sha1-use-external): Add :version.
13836
13837         * pgg-def.el (pgg-query-keyserver): Add :version.
13838
13839         * nnmail.el (nnmail-fancy-expiry-targets)
13840         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13841         Add :version.
13842
13843         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13844         (nnimap-retrieve-groups-asynchronous): Add :version.
13845         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13846
13847         * mml.el (mml-content-disposition-parameters)
13848         (mml-insert-mime-headers-always): Add :version.
13849
13850         * mm-util.el (mm-coding-system-priorities): Add :version.
13851
13852         * mm-decode.el (mm-inline-text-html-with-images)
13853         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13854         (mm-verify-option): Add :version.
13855         (mm-text-html-renderer): Change :version.
13856
13857         * message.el (message-fcc-externalize-attachments)
13858         (message-required-headers, message-draft-headers)
13859         (message-subject-trailing-was-query)
13860         (message-subject-trailing-was-ask-regexp)
13861         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13862         (message-mark-insert-end, message-archive-header)
13863         (message-archive-note, message-cross-post-default)
13864         (message-cross-post-note, message-followup-to-note)
13865         (message-cross-post-note-function, message-use-mail-followup-to)
13866         (message-subscribed-address-functions)
13867         (message-subscribed-address-file, message-subscribed-addresses)
13868         (message-subscribed-regexps, message-allow-no-recipients)
13869         (message-yank-cited-prefix, message-signature-insert-empty-line)
13870         (message-hidden-headers, message-hierarchical-addresses)
13871         (message-mail-user-agent, message-use-idna)
13872         (message-valid-fqdn-regexp)
13873         (message-strip-special-text-properties, message-header-synonyms)
13874         (message-beginning-of-line, message-tab-body-function): Add :version.
13875         (message-insert-canlock, message-wide-reply-confirm-recipients):
13876         Change :version.
13877
13878         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13879         and :version.
13880         (mail-source-delete-old-incoming-confirm)
13881         (mail-source-movemail-program): Add :version.
13882
13883         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13884         (gnus-agent-cache, gnus-agent): Change :version.
13885
13886         * gnus-util.el (gnus-use-byte-compile): Change :version.
13887
13888         * gnus-sum.el (gnus-summary-make-false-root-always)
13889         (gnus-summary-default-high-score)
13890         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13891         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13892         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13893         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13894         (gnus-sum-thread-tree-single-indent)
13895         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13896         (gnus-sum-thread-tree-leaf-with-other)
13897         (gnus-sum-thread-tree-single-leaf): Add :version.
13898         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13899         (gnus-article-loose-mime): Change :version.
13900
13901         * gnus-start.el (gnus-backup-startup-file)
13902         (gnus-save-startup-file-via-temp-buffer): Add :version.
13903
13904         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13905         (gnus-server-offline-face): Add :version.
13906
13907         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13908
13909         * gnus-msg.el (gnus-gcc-externalize-attachments)
13910         (gnus-debug-files, gnus-debug-exclude-variables)
13911         (gnus-discouraged-post-methods): Change :version.
13912         (gnus-confirm-mail-reply-to-news)
13913         (gnus-confirm-treat-mail-like-news): Add :version.
13914
13915         * gnus-int.el (gnus-server-unopen-status): Add :version.
13916
13917         * gnus-group.el (gnus-group-jump-to-group-prompt)
13918         (gnus-large-ephemeral-newsgroup)
13919         (gnus-fetch-old-ephemeral-headers): Add :version.
13920
13921         * gnus-fun.el (gnus-x-face-directory)
13922         (gnus-convert-pbm-to-x-face-command)
13923         (gnus-convert-image-to-x-face-command)
13924         (gnus-convert-image-to-face-command): Add :version.
13925
13926         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13927
13928         * gnus-cite.el (gnus-cite-blank-line-after-header)
13929         (gnus-article-boring-faces): Add :version.
13930
13931         * gnus-art.el (gnus-buttonized-mime-types)
13932         (gnus-inhibit-mime-unbuttonizing)
13933         (gnus-treat-display-face)
13934         (gnus-treat-body-boundary): Change :version.
13935         (gnus-body-boundary-delimiter, gnus-picon-databases)
13936         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13937         (gnus-treat-date-english, gnus-treat-fold-headers)
13938         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13939         (gnus-treat-mail-picon, gnus-treat-wash-html)
13940         (gnus-article-encrypt-protocol)
13941         (gnus-use-idna, gnus-article-over-scroll)
13942         (gnus-mime-display-multipart-alternative-as-mixed)
13943         (gnus-mime-display-multipart-related-as-mixed)
13944         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13945         (gnus-ctan-url, gnus-button-ctan-handler)
13946         (gnus-button-handle-ctan-bogus-regexp)
13947         (gnus-button-ctan-directory-regexp)
13948         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13949         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13950         (gnus-button-man-level, gnus-button-emacs-level)
13951         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13952
13953         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13954         (gnus-agent-go-online): Change :version.
13955         (gnus-agent-expire-unagentized-dirs)
13956         (gnus-agent-auto-agentize-methods): Add :version.
13957
13958         * flow-fill.el (fill-flowed-display-column)
13959         (fill-flowed-encode-column): Add :version.
13960
13961         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13962         (gnus-outlook-deuglify-unwrap-max)
13963         (gnus-outlook-deuglify-cite-marks)
13964         (gnus-outlook-deuglify-unwrap-stop-chars)
13965         (gnus-outlook-deuglify-no-wrap-chars)
13966         (gnus-outlook-deuglify-attrib-cut-regexp)
13967         (gnus-outlook-deuglify-attrib-verb-regexp)
13968         (gnus-outlook-deuglify-attrib-end-regexp)
13969         (gnus-outlook-display-hook): Add :version.
13970
13971         * binhex.el (binhex-use-external): Add :version.
13972
13973 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13974
13975         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13976         and `invisible'.
13977
13978 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13979
13980         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13981         in gnus-registry-trim.
13982
13983 2004-09-13  Simon Josefsson  <jas@extundo.com>
13984
13985         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13986
13987         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13988
13989         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13990         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13991         <yamaoka@jpl.org>.
13992         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13993         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13994         <yamaoka@jpl.org>.
13995
13996         * sieve.el (sieve-manage-mode): Ditto.
13997
13998 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13999
14000         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14001
14002 2004-09-11  Simon Josefsson  <jas@extundo.com>
14003
14004         * dns-mode.el: Add.
14005
14006         * mm-view.el (mm-display-dns-inline): Add.
14007
14008         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14009         (mm-automatic-display): Ditto.
14010
14011         * mailcap.el (mailcap-mime-data): Add text/dns.
14012         (mailcap-mime-extensions): Map .soa to text/dns.
14013
14014 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14015
14016         * gnus-art.el (article-decode-mime-words, article-babel)
14017         (gnus-article-highlight-signature, gnus-article-add-buttons)
14018         (gnus-signature-toggle): Remove unnecessary bindings of
14019         `inhibit-read-only' inherited from v5.10 merge.
14020
14021 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14022
14023         * nntp.el (nntp): New customization group.
14024         (nntp-authinfo-file): Add customization group.
14025
14026         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14027
14028         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14029
14030         * gnus.el (to-address, to-list, subscribed)
14031         (large-newsgroup-initial): Ditto.
14032
14033         * flow-fill.el (fill-flowed-display-column)
14034         (fill-flowed-encode-column): Ditto.
14035
14036 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14037
14038         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14039         Use point-min rather than 1.
14040         (message-send-mail): Use buffer-size rather than point-max.
14041
14042         * gnus-sum.el (gnus-summary-search-article-forward):
14043         Signal a specific `search-failed' rather than a generic `error'.
14044
14045         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14046         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14047         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14048
14049 2004-09-10  Simon Josefsson  <jas@extundo.com>
14050
14051         * nndb.el (require): Remove tcp and duplicate cl.
14052
14053 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14054
14055         * gnus-agent.el (directory-files-and-attributes): Move forward.
14056
14057 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14058
14059         * gnus-agent.el (directory-files-and-attributes): Optionally
14060         defined to support XEmacs.
14061
14062 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14063
14064         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14065         to avoid run-time CL dependencies.
14066         (gnus-agent-unfetch-articles): New function.
14067         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14068         article numbers even when local .overview file is missing.
14069         (gnus-agent-read-article-number): New function.  Only accepts
14070         27-bit article numbers.
14071         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14072         gnus-agent-read-article-number.
14073         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14074         from backend while recognizing that article numbers in .overview
14075         must be valid.
14076         (gnus-agent-update-files-total-fetched-for): Use
14077         directory-files-and-attributes to improve performance.
14078         * gnus-int.el (gnus-request-move-article): Use
14079         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14080         improve performance.
14081
14082         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14083         some users confused by references to .newsrc when they only have a
14084         .newsrc.eld file.
14085         (gnus-convert-mark-converter-prompt)
14086         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14087         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14088         New function.  Used internally to only display 'gnus converting
14089         files' message when actually necessary.
14090
14091         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14092         methods now autoloaded.
14093
14094 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14095
14096         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14097         identifiers.
14098
14099 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14100
14101         * gnus-picon.el: Fix indentation and closing parenthesis.
14102
14103 2004-09-01  Simon Josefsson  <jas@extundo.com>
14104
14105         * message.el (message-canlock-generate): Require sha1, not
14106         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14107         to require within a function.  Sadly, if sha1.el isn't loaded, the
14108         let binding in m-c-g will hide the defcustom definition, which is
14109         bad.)
14110
14111         * canlock.el: Require sha1, not sha1-el.
14112
14113         * message.el: Don't autoload sha1 (there is a autoload cookie in
14114         sha1.el).
14115
14116         * sha1-el.el: Renamed to sha1.el.
14117
14118 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14119
14120         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14121
14122 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14123
14124         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14125
14126 2004-08-30  Kim F. Storm  <storm@cua.dk>
14127
14128         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14129
14130         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14131         Add :group 'nnimap.
14132
14133 2004-08-30  Andreas Schwab  <schwab@suse.de>
14134
14135         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14136         ?* and ?\;.
14137
14138         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14139         and ?\' to symbol instead of whitespace.
14140
14141 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14142
14143         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14144
14145         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14146         instead of re-search-forward.
14147
14148         * gnus-uu.el (gnus-uu-save-article): Ditto.
14149         (gnus-uu-post-encode-uuencode): Ditto.
14150
14151         * html2text.el (html2text-clean-list-items): Ditto.
14152         (html2text-clean-dtdd): Ditto.
14153         (html2text-format-tags): Ditto.
14154
14155         * message.el (message-send-mail-with-sendmail): Fix regexp.
14156         (message-fill-field-general): Use search-forward instead of
14157         re-search-forward.
14158         (unbold-region): Ditto.
14159
14160         * nnrss.el (nnrss-request-article): Ditto.
14161
14162         * nnslashdot.el (nnslashdot-request-article): Ditto.
14163
14164         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14165
14166         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14167         "Unrecognized menu descriptor" error in XEmacs.
14168
14169 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14170
14171         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14172         parent article of a sparse article in the thread hashtb.
14173
14174 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14175
14176         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14177         (nnmail-expand-newtext): Lowercase expanded entries if
14178         nnmail-split-lowercase-expanded is non-nil.
14179
14180 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14181
14182         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14183
14184         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14185         of gnus-tmp-news-method into string under XEmacs.  It will be
14186         passed to gnus-correct-length which takes only a string argument.
14187
14188 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14189
14190         * gnus-util.el (gnus-bind-print-variables): New macro.
14191         (gnus-prin1): Use it.
14192         (gnus-prin1-to-string): Use it.
14193         (gnus-pp): New function.
14194         (gnus-pp-to-string): New function.
14195
14196         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14197         Replace pp-to-string with gnus-pp-to-string.
14198         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14199         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14200         * gnus-msg.el (gnus-debug): Ditto.
14201         * gnus-score.el (gnus-score-save): Ditto.
14202         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14203         gnus-pp-to-string.
14204         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14205         with gnus-pp.
14206         * score-mode.el (gnus-score-pretty-print): Ditto.
14207         * webmail.el (webmail-debug): Ditto.
14208
14209 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14210
14211         * gnus-art.el (article-display-face, article-display-x-face):
14212         Use buffer-read-only.
14213
14214 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14215
14216         * gnus-art.el (article-hide-list-identifiers):
14217         Bind inhibit-read-only as t.
14218
14219 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14220
14221         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14222
14223 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14224
14225         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14226         (gnus-narrow-to-page): Don't assume point-min == 1.
14227         (gnus-article-edit-mode): Derive from message-mode.
14228
14229         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14230         point-min == 1.
14231
14232         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14233         Disable incorrect use of `assert'.
14234
14235         * message.el (message-mode): Set comment-start-skip.
14236
14237
14238 2004-08-22  Sam Steingold  <sds@gnu.org>
14239
14240         * pop3.el (pop3-leave-mail-on-server): New user variable.
14241         (pop3-movemail): Delete mail only when it is nil.
14242
14243 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14244
14245         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14246
14247         * mml.el (mml-preview): Use `pop-to-buffer'.
14248
14249         * message.el (message-goto-mail-followup-to): Insert after "To".
14250         (message-carefully-insert-headers): Add comment.
14251
14252         * gnus.el: Remove unused variable `gnus-article-check-size'.
14253
14254         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14255
14256         * gnus-art.el (gnus-button-alist): Improve
14257         `gnus-button-handle-library' entry.
14258
14259 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14260
14261         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14262         downcase, since XEmacs capitalizes error messages differently.
14263
14264 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14265
14266         * nntp.el: Add (require 'gnus) due to reference to
14267         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14268
14269 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14270
14271         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14272         `mm-fill-flowed'.
14273
14274         * mm-decode.el (mm-dissect-singlepart): Check it.
14275
14276 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14277
14278         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14279         'imap' for netrc parsing.
14280
14281 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14282
14283         * mailcap.el (mailcap-mime-data): Mark as risky.
14284
14285 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14286
14287         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14288         may be included in the encoded word.
14289         (rfc2047-encode): Don't append a space if the encoded word
14290         includes close parenthesis.
14291
14292 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14293
14294         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14295         of text within parentheses.
14296
14297 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14298
14299         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14300         (gnus-encrypt-write-file-contents): Make the password key the file
14301         name PLUS the cipher, not just the cipher.  Also remove failed
14302         passwords from the cache.
14303
14304 2004-08-06  Simon Josefsson  <jas@extundo.com>
14305
14306         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14307         fix.
14308
14309 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14310
14311         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14312         LWSP.
14313
14314 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14315
14316         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14317         to append in-reply-to: data to the references: header.
14318
14319         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14320         (netrc-parse): Use gnus-encrypt.el functions.
14321
14322         * gnus-encrypt.el: Add new file for encryption support; currently
14323         does only a few GPG ciphers and an internal XOR cipher.
14324
14325         * password.el: Add comments on using password-read-and-add.
14326         (password-read-and-add): Add function to read and add the
14327         password to the cache at once.
14328
14329 2004-07-28  Simon Josefsson  <jas@extundo.com>
14330
14331         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14332         parameter (but don't use it, for now).
14333
14334         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14335         instead of hard coding to nil.
14336
14337 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14338
14339         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14340         as mm-inline-image-xemacs does.
14341
14342 2004-07-26  Simon Josefsson  <jas@extundo.com>
14343
14344         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14345         Revert part of 2004-07-17 change below.
14346
14347 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14348
14349         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14350         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14351
14352 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14353
14354         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14355         quotes that actually start with ">" at the beginning of the
14356         lines.
14357
14358 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14359
14360         * rfc2047.el (rfc2047-encode-region): Fix last change.
14361         (rfc2047-encode-parameter): Remove useless concat.
14362
14363 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14366         encode special characters; fix some kind of misconfigured headers;
14367         signal a real error if debug-on-quit or debug-on-error is non-nil.
14368         (rfc2047-encode-max-chars): New variable.
14369         (rfc2047-encode-1): Use it.
14370         (rfc2047-encode-parameter): New function.
14371
14372         * mml.el (mml-insert-parameter): Remove an excessive space.
14373
14374 2004-07-17  Simon Josefsson  <jas@extundo.com>
14375
14376         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14377         Kai Grossjohann <kai@emptydomain.de>.
14378         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14379         (gnus-group-make-menu-bar): Ditto.
14380
14381         * gnus-util.el (gnus-group-server): Add.
14382
14383 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14384
14385         * message.el (message-clone-locals): Clone sendmail and smtp
14386         variables.
14387
14388 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14389
14390         * rfc2047.el (rfc2047-encode-region): Fix last change.
14391
14392 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14393
14394         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14395         characters as non-special.
14396
14397 2004-07-09  Simon Josefsson  <jas@extundo.com>
14398
14399         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14400         Users will lose all flag changes made while unplugged with
14401         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14402         good default.  See numerous reports on ding mailing list.
14403
14404 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14405
14406         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14407         add generate-head-function and generate-article-function to the
14408         rfc822-forward entry.
14409         (nndoc-rfc822-forward-generate-article): New function.
14410         (nndoc-rfc822-forward-generate-head): New function.
14411
14412         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14413
14414 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14415
14416         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14417         respect display group parameter and gnus-summary-expunge-below.
14418         (gnus-articles-to-read): Remove unused reference to display group
14419         parameter.
14420
14421 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14422
14423         * nnheader.el (nnheader-uniquify-message-id): New experimental
14424         variable.
14425         (nnheader-nov-read-message-id): Use it.
14426
14427         * spam-report.el (spam-report-gmane): Add interactive.
14428
14429 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14430
14431         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14432         qp-or-base64 for the application/* types.
14433
14434 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14435
14436         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14437
14438 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14439
14440         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14441         trim value.
14442
14443 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14444
14445         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14446         New macro and function.
14447         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14448
14449 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14450
14451         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14452         after-load-alist.
14453
14454 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14455
14456         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14457         update info that isn't there.
14458
14459 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14460
14461         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14462         entry.
14463
14464 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14465
14466         * mm-view.el (mm-inline-render-with-function): Use multibyte
14467         buffer; decode html source by charset.
14468
14469         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14470
14471         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14472         Mule-UCS is loaded under XEmacs.
14473         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14474
14475 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14476
14477         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14478
14479 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14480
14481         * mm-util.el (mm-coding-system-p): Return a coding-system.
14482         (mm-mime-mule-charset-alist): Use shift_jis instead of
14483         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14484         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14485         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14486         instead of japanese-shift-jis and iso-latin-1 respectively in
14487         order to share the default value with both Emacs and XEmacs-mule.
14488         (mm-mule-charset-to-mime-charset): Make
14489         mm-coding-system-priorities effective.
14490         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14491         while predicating of candidates upon the priorities.
14492
14493 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14494
14495         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14496         gnus-uu-invert-processable.
14497
14498         * gnus.el: Autoload gnus-uu-invert-processable.
14499
14500 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14501
14502         * mm-util.el (mm-with-multibyte-buffer): New macro.
14503
14504         * rfc2047.el (rfc2047-encode-string): Use it.
14505         (rfc2047-encode-region): Move point to the end of the region after
14506         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14507
14508 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14509
14510         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14511         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14512
14513 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14514
14515         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14516         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14517         Karl Chen <quarl@nospam.quarl.org>.
14518
14519 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14520
14521         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14522         invalid addresses.
14523
14524 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14525
14526         * spam.el: Change section markers, revise TODO list.
14527         (spam-backends): Make new master list of all installed backends.
14528         (spam-summary-exit-behavior): Add new variable to determine how
14529         messages moves are done at summary exit.
14530         (spam-move-spam-nonspam-groups-only)
14531         (spam-process-ham-in-nonham-groups)
14532         (spam-process-ham-in-spam-groups): Remove variables, the
14533         spam-summary-exit-behavior variable should be used to manage this
14534         behavior.
14535         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14536         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14537         and spam-old-spam-articles.
14538         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14539         Add empty variables, placeholders for the backends they represent.
14540         (spam-set-difference): Move, unchanged.
14541         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14542         unless the user has a processor variable.
14543         (spam-classifications, spam-classification-valid-p)
14544         (spam-backend-properties, spam-backend-property-valid-p)
14545         (spam-backend-function-type-valid-p)
14546         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14547         (spam-report-articles-gmane, spam-report-articles-resend):
14548         Remove functions, they are not needed.
14549         (spam-install-backend-super, spam-backend-list)
14550         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14551         (spam-backend-function, spam-backend-ham-registration-function)
14552         (spam-backend-spam-registration-function)
14553         (spam-backend-ham-unregistration-function)
14554         (spam-backend-spam-unregistration-function)
14555         (spam-backend-statistical-p, spam-backend-mover-p)
14556         (spam-install-backend-alias, spam-install-checkonly-backend)
14557         (spam-install-mover-backend, spam-install-nocheck-backend)
14558         (spam-install-backend, spam-install-statistical-backend)
14559         (spam-install-statistical-checkonly-backend): Add backend installation
14560         support.
14561         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14562         (spam-group-processor-p): Use the new backend code and respect the
14563         summary exit behavior.
14564         (spam-mark-spam-as-expired-and-move-routine): Remove.
14565         (spam-summary-prepare): Change to use the new spam-old-articles
14566         variable.
14567         (spam-copy-or-move-routine, spam-copy-spam-routine)
14568         (spam-move-spam-routine, spam-copy-ham-routine)
14569         (spam-move-ham-routine): Add code to copy/move ham or spam.
14570         (spam-fetch-field-fast): Improve doc and code, plus allow the
14571         'number request.
14572         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14573         variables.
14574         (spam-split, spam-find-spam): Use the new backend code.
14575         (spam-registration-functions): Remove variable.
14576         (spam-unregister-routine): Add convenience wrapper.
14577         (spam-log-undo-registration, spam-register-routine)
14578         (spam-log-processing-to-registry)
14579         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14580         where possible.
14581         (spam-check-gmane-xref, spam-check-regex-headers)
14582         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14583         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14584         (spam-check-bogofilter-headers, spam-check-spamoracle)
14585         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14586         (spam-check-crm114-headers): Use the spam-split-group that
14587         spam-split prepares, no need to determine it every time.
14588
14589         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14590         to the nnheader-parse-naked-head call.
14591
14592         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14593
14594         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14595         the nnheader-nov-read-message-id call.
14596
14597 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14598
14599         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14600         gnus-activate-group twice.  Suggested by Markus Peter
14601         <warp@spin.de>.
14602
14603 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14604
14605         * gnus-art.el (gnus-article-time-format): Exchange the order of
14606         day and month in the default value; fix customization type.
14607         (article-date-ut): Use add-text-properties.
14608         (article-make-date-line): Use message-make-date instead of
14609         current-time-string.
14610
14611         * message.el (message-fetch-field): Don't use set-text-properties.
14612         (message-make-date): Simplify.
14613
14614         * messagexmas.el (message-xmas-make-date): New function.
14615         (message-xmas-redefine): Defalias message-make-date to it.
14616
14617 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14618
14619         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14620         (rfc2047-encode-region): Treat text within parentheses as special;
14621         show the original text when error has occurred.
14622
14623         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14624         already-computed method to gnus-activate-group.
14625
14626         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14627         same select-methods identical Lisp objects.
14628
14629         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14630         object when modifying the info.
14631
14632 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14633
14634         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14635         gnus-opened-servers since it has never been opened with the new
14636         configuration yet.
14637
14638 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14639
14640         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14641         arg to nnheader-generate-fake-message-id.
14642
14643 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14644
14645         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14646         number and build a fake message ID localized to a group and
14647         article number (so it's repeatable from that point on).
14648         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14649         ID format.
14650
14651         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14652         nnheader-generate-fake-message-id with the article number.
14653
14654 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14655
14656         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14657         end-of-buffer.
14658
14659 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14660
14661         * message.el (message-ignored-supersedes-headers): Add Approved.
14662
14663 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14664
14665         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14666         goto-char.
14667         (rfc2047-encode): Fold the line before encoding.
14668
14669 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14670
14671         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14672         folding -- not all headers can be folded, and this should be done
14673         by the message composition mode.  Probably.  I think.
14674
14675 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14676
14677         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14678         fast.
14679
14680         * gnus-ems.el (gnus-remove-image): Don't use
14681         message-text-with-property; remove only the image found first.
14682
14683         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14684         found first.
14685
14686 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14687
14688         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14689
14690 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14691
14692         * message.el (message-text-with-property): Make it fast and accept
14693         optional arguments.
14694         (message-strip-forbidden-properties): Use it.
14695         (message-fix-before-sending): Follow the m-t-w-p change.
14696
14697         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14698
14699 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14700
14701         * gnus-art.el (article-hide-headers): Don't change the buffer
14702         mistakenly when performing mml-preview even if
14703         gnus-single-article-buffer is nil.
14704
14705 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14706
14707         * message.el (message-expand-name-databases): New user option.
14708         (message-expand-name): Use it.
14709
14710 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14711
14712         * spam.el (spam-report-articles-resend)
14713         (spam-report-resend-register-routine): Allow ham reporting.
14714         (spam-report-resend-register-ham-routine): Add wrapper.
14715         (spam-registration-functions): Add ham resending functions.
14716         (spam-list-of-processors): Add ham resend processor.
14717
14718         * gnus.el (ham-resend-to): Add new group parameter.
14719         (spam-process): Add ham resend option.
14720
14721         * spam-report.el (spam-report-resend): Allow reporting ham.
14722         (spam-report-resend-ham): Add wrapper.
14723
14724 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14725
14726         * message.el (message-cite-articles-with-x-no-archive): New
14727         variable.
14728         (message-cite-original): Use it.
14729
14730 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14731
14732         * message.el (message-cite-original): Respect X-No-Archive.
14733
14734 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14735
14736         * gnus-art.el (article-hide-headers): Refer to the values for
14737         gnus-ignored-headers and gnus-visible-headers in the summary
14738         buffer since a user may have set them as group parameters.
14739
14740 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14741
14742         * assistant.el (assistant-node-name): Add convenience function.
14743         (assistant-render-text, assistant-render-node): Add error handling,
14744         plus handle multiple next nodes.
14745         (assistant-find-next-node): Comment out for now.
14746         (assistant-find-next-nodes): Add function, returns list of next
14747         nodes.
14748
14749 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14750
14751         * mail-source.el (mail-source-directory): Fix doc-string.
14752
14753 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14754
14755         * assistant.el (assistant-render-text, assistant-eval): Add :set
14756         widget type, which is different because it takes and returns a
14757         list.  Much hilarity ensues.
14758
14759 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14760
14761         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14762
14763         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14764         doc-string.
14765
14766         * gnus-start.el (gnus-activate-group): Added doc-string.
14767
14768 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14769
14770         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14771
14772 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14773
14774         * assistant.el (assistant-render-text): Try to add a :set
14775         widget, more to come.
14776
14777         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14778         strings.
14779         (spam-report-articles-resend)
14780         (spam-register-routine): Do registration iff any articles warrant
14781         it.
14782         (spam-summary-prepare-exit): Change log message for nil group
14783         destinations.
14784
14785 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14786
14787         * spam.el (spam-report-resend-register-routine): Allow
14788         spam-report-resend-to to be a group parameter or a global value.
14789
14790 2004-05-26  Simon Josefsson  <jas@extundo.com>
14791
14792         * starttls.el: Merge with my GNUTLS based starttls.el.
14793         (starttls-gnutls-program, starttls-use-gnutls)
14794         (starttls-extra-arguments, starttls-process-connection-type)
14795         (starttls-connect, starttls-failure, starttls-success): New
14796         variables.
14797         (starttls-program, starttls-extra-args): Doc fix.
14798         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14799         functions.
14800         (starttls-negotiate, starttls-open-stream): Check
14801         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14802         function if it is set.
14803
14804 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14805
14806         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14807         structured fields.
14808
14809 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14810
14811         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14812
14813 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14814
14815         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14816         variable.
14817         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14818         assigning the spam-mark to new messages.
14819
14820 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14821
14822         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14823
14824 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14825
14826         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14827
14828         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14829         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14830         default.
14831
14832 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14833
14834         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14835         correct data.
14836
14837 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14838
14839         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14840         (spam-group-processor-p): Fix function.
14841         (spam-group-processor-multiple-p)
14842         (spam-group-spam-processor-report-gmane-p)
14843         (spam-group-spam-processor-report-resend-p)
14844         (spam-group-spam-processor-bogofilter-p)
14845         (spam-group-spam-processor-blacklist-p)
14846         (spam-group-spam-processor-ifile-p)
14847         (spam-group-ham-processor-ifile-p)
14848         (spam-group-spam-processor-spamoracle-p)
14849         (spam-group-spam-processor-crm114-p)
14850         (spam-group-ham-processor-bogofilter-p)
14851         (spam-group-spam-processor-stat-p)
14852         (spam-group-ham-processor-stat-p)
14853         (spam-group-ham-processor-whitelist-p)
14854         (spam-group-ham-processor-BBDB-p)
14855         (spam-group-ham-processor-spamoracle-p)
14856         (spam-group-ham-processor-copy-p): Remove functions with some
14857         prejudice against unneeded code.
14858         (spam-report-articles-resend)
14859         (spam-report-resend-register-routine): Allow the group/topic
14860         spam-resend-to value to override spam-report-resend-to.
14861         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14862         properly now.
14863
14864         * gnus.el (spam-resend-to): Add group/topic parameter.
14865         (spam-process): Move the OBSOLETE processors to the end of the
14866         choices.
14867
14868 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14869
14870         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14871         with resend-to set to nil, and then ask the user if necessary.
14872         (spam-report-resend): spam-report-resend takes a list of articles, not
14873         separate article numbers.
14874
14875 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14876
14877         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14878         addition to emacs-w3m.
14879
14880 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14881
14882         * assistant.el (assistant-authinfo-data): New function.
14883         (assistant-eval): Eval for entire assistant.
14884
14885         * netrc.el (netrc-services-file): New variable.
14886         (netrc-parse-services): New function.
14887         (netrc-find-service-name): New function.
14888         (netrc-find-service-number): New function.
14889         (netrc-port-equal): New function.
14890         (netrc-machine): Use it.
14891
14892         * nnimap.el (nnimap-open-connection): Use netrc.
14893
14894         * gnus-util.el (gnus-netrc-get): Remove aliases.
14895
14896         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14897
14898         * assistant.el (wid-edit): Fix compilation.
14899
14900         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14901
14902 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14903
14904         * gnus-util.el (gnus-set-file-modes): New function.  (small
14905         patch).
14906
14907 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14908
14909         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14910
14911         * assistant.el (assistant-render-node): Fix up rendering and
14912         read-only text.
14913         (assistant-render-node): Reset.
14914         (assistant-make-read-only): Not sticky.
14915
14916 2004-05-20  Danny Siu  <dsiu@adobe.com>
14917
14918         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14919         centered even when gnus-auto-center-summary is t.
14920
14921 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14922
14923         * dns.el (dns-get-txt-answer): New function.
14924         (dns-read-txt): Ditto.
14925         (query-dns): Use it.
14926
14927 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14928
14929         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14930         active for foreign groups even if the group level is higher than
14931         the specified value.
14932
14933 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14934
14935         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14936         non-active groups.
14937
14938         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14939
14940 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14941
14942         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14943
14944 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14945
14946         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14947         (spam-crm114-header, spam-crm114-spam-switch)
14948         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14949         (spam-crm114-positive-spam-header)
14950         (spam-crm114-database-directory, spam-list-of-processors)
14951         (spam-group-spam-processor-crm114-p)
14952         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14953         (spam-generic-score, spam-list-of-checks)
14954         (spam-list-of-statistical-checks, spam-registration-functions)
14955         (spam-check-crm114-headers, spam-crm114-score)
14956         (spam-check-crm114, spam-crm114-register-with-crm114)
14957         (spam-crm114-register-spam-routine)
14958         (spam-crm114-unregister-spam-routine)
14959         (spam-crm114-register-ham-routine)
14960         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14961         asjo@koldfront.dk (Adam Sjøgren).
14962
14963         * gnus.el: Add spam-use-crm114.
14964
14965         * spam.el (spam-list-of-processors, spam-registration-functions):
14966         Add spam-use-resend.
14967         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14968         (spam-report-articles-gmane): Add doc fix.
14969         (spam-report-articles-resend, spam-report-resend-register-routine):
14970         Add wrappers around spam-report-resend-to.
14971
14972         * spam-report.el (spam-report-resend-to, spam-report-resend):
14973         Add support for resending spam.
14974         (spam-report-gmane): Fix line length >80.
14975
14976         * gnus.el (spam-process): Add spam-use-resend.
14977
14978 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14979
14980         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14981         number of processed spam messages.
14982         (spam-ham-copy-or-move-routine): Return the number of processed
14983         ham messages.
14984         (spam-summary-prepare-exit): Use the above values to decide
14985         whether status messages shouled be displayed.
14986
14987 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14988
14989         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14990         `rfc2047-encoding-function-alist' in order to avoid conflicting
14991         with the old version.
14992         (rfc2047-encode-region): Concatenate words containing non-ASCII
14993         characters in structured fields; don't encode space-delimited
14994         ASCII words even in unstructured fields; don't break words at
14995         char-category boundaries.
14996         (rfc2047-encode-1): New function.
14997         (rfc2047-encode): Use it; encode text so that it occupies the
14998         maximum width within 76-column; work correctly on Q encoding for
14999         iso-2022-* charsets.
15000         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15001         sure not to break a line just after the header name.
15002         (rfc2047-b-encode-region): Removed.
15003         (rfc2047-b-encode-string): New function.
15004         (rfc2047-q-encode-region): Removed.
15005         (rfc2047-q-encode-string): New function.
15006
15007         * mm-util.el (mm-replace-in-string): New function.
15008
15009 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15010
15011         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15012         get it right.
15013         (gnus-inews-make-draft): Really.
15014
15015 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15016
15017         * nnmh.el (nnmh-request-list-1): Don't check the link count
15018         before descending.  (small patch)
15019
15020 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15021
15022         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15023         stuff.
15024
15025         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15026         on real group name.
15027
15028         * gnus-art.el (gnus-signature-limit): Doc fix.
15029
15030         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15031
15032         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15033
15034 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15035
15036         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15037         isn't a string.
15038
15039 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15040
15041         * gnus-draft.el (gnus-draft-send): Bind
15042         rfc2047-encode-encoded-words.
15043
15044         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15045         (rfc2047-encodable-p): Say that =? needs encoding.
15046         (rfc2047-encode-encoded-words): New variable.
15047
15048         * gnus-group.el (gnus-group-select-group): Doc fix.
15049
15050         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15051
15052         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15053         to nil.
15054
15055         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15056
15057         * nnheader.el (nnheader-get-lines-and-char): New function.
15058
15059 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15060
15061         * gnus-msg.el (gnus-summary-followup-with-original): Document
15062         yanking of region when active.
15063
15064 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15065
15066         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15067         groups if the group level is higher than the specified value.
15068
15069 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15070
15071         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15072         (gnus-group-jump-to-group): Added prefix argument using
15073         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15074         non-active group.
15075
15076         * compface.el (uncompface): Be verbose when changing
15077         `uncompface-use-external'.
15078
15079         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15080         handle manual section.
15081
15082 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15083
15084         * gnus-art.el (gnus-button-alist): Revert previous change.
15085
15086 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15087
15088         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15089
15090 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15091
15092         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15093         whether backend can accept message.
15094
15095         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15096
15097 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15098
15099         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15100         Avoid creating directory when nntp-marks-is-evil is true.
15101         Reported by Reiner Steib.
15102
15103 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15104
15105         * gnus-picon.el (gnus-picon-style): New variable.
15106         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15107         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15108         Jesper Harder <harder@ifa.au.dk>.
15109
15110 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15111
15112         * message.el (message-fill-field): Return point.
15113         (message-generate-headers): Go to end of field.
15114
15115         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15116         stuff for non-living groups.
15117
15118 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15119
15120         * gnus-art.el (gnus-article-followup-with-original)
15121         (gnus-article-reply-with-original): gnus-mark-active-p ->
15122         gnus-region-active-p.
15123
15124 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15125
15126         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15127         only when there is spam or ham to be processed.
15128
15129 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15130
15131         * mail-source.el (mail-source-delete-crash-box): Refactor.
15132         (mail-source-fetch): Use it.
15133         (mail-source-fetch-file): Ditto.
15134         (mail-source-fetch-directory): Run postscript in loop.
15135         (mail-source-fetch-pop): Delete.
15136         (mail-source-fetch-maildir): Ditto.
15137         (mail-source-fetch-imap): Ditto.
15138
15139         * imap.el (imap-authenticators): Comment out sasl.
15140
15141         * message.el (message-skip-to-next-address): New function.
15142         (message-fill-header-address): Refactor.
15143         (message-fill-address): Use it.
15144         (message-delete-address): Use it.
15145         (message-fill-header-general): Refactor.
15146         (message-fill-field-address): Rename.
15147         (message-narrow-to-field): Find the start of the header.
15148         (message-header-format-alist): Don't pre-fill.
15149         (message-fill-header): Removed.
15150         (message-insert-header): New function.
15151         (message-shorten-references): Use it.
15152
15153         * rfc2047.el (rfc2047-field-value): Strip props.
15154
15155         * mail-parse.el (mail-header-make-address): New alias.
15156
15157         * ietf-drums.el (ietf-drums-make-address): New function.
15158
15159         * imap.el: Add compiler directives.
15160
15161         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15162
15163         * gnus-art.el (article-decode-idna-rhs): Don't use
15164         message-idna-inside-rhs-p.
15165
15166 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15167
15168         * message.el (message-idna-inside-rhs-p): Removed.
15169         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15170
15171         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15172         false positives.
15173
15174 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15175
15176         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15177
15178 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15179
15180         * nneething.el (nneething-file-name): Don't create spurious
15181         files.
15182
15183         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15184         (gnus-inews-do-gcc): Remove sleep.
15185
15186         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15187         part under point.
15188
15189         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15190         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15191
15192 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15193
15194         * spam.el (spam-summary-prepare-exit): Fixed (length).
15195
15196 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15197
15198         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15199         as expired without moving it" message when there are spam
15200         messages left.
15201
15202 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15203
15204         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15205         header is not nil.
15206
15207 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15208
15209         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15210         nntp-possibly-create-directory, not nntp-possibly-change-group.
15211         (nntp-marks-changed-p): New arg SERVER.
15212         (nntp-request-update-info): Adjust caller.
15213
15214 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15215
15216         * nntp.el (nntp-save-marks): Pass missing arg.
15217
15218 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15219
15220         * nntp.el: Support marks.
15221         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15222         (nntp-marks-modtime, nntp-marks-directory): New variables.
15223         (nntp-request-set-mark, nntp-request-update-info)
15224         (nntp-possibly-create-directory, nntp-marks-changed-p)
15225         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15226         functions.
15227
15228 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15229
15230         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15231         (gnus-xmas-redefine): Rename.
15232
15233         * gnus-score.el (gnus-score-insert-help): Use
15234         gnus-select-lowest-window.
15235
15236         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15237         appt-select-lowest-window and rename to gnus-select-lowest-window.
15238
15239         * gnus.el: do.
15240
15241 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15242
15243         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15244         encodings of MIME-encoded words, in order to improve
15245         interoperability with several broken MUAs.
15246
15247 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15248
15249         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15250         tags, only when charsets are not specified in headers.
15251         (mm-inline-text-html-render-with-w3m): Ditto.
15252
15253         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15254         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15255
15256 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15257
15258         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15259         instead of MIME-decoded from fields when checking
15260         `gnus-article-address-banner-alist'.
15261
15262 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15263
15264         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15265         description rather than subject.
15266
15267 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15268
15269         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15270
15271 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15272
15273         * gnus.el (gnus-version-number): Bump.
15274
15275 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15276
15277         * gnus.el: No Gnus v0.2 is released.
15278
15279 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15280
15281         * gnus-agent.el (gnus-agent-read-agentview): Inline
15282         gnus-uncompress-range.
15283
15284 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15285
15286         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15287         `exec-installed-p'.
15288
15289 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15290
15291         * gnus.el (spam-process, spam-autodetect-methods): Add
15292         bsfilter and bsfilter-headers.
15293
15294         * spam.el (spam-bsfilter): New customize group.
15295         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15296         (spam-bsfilter-header, spam-bsfilter-probability-header)
15297         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15298         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15299         (spam-bsfilter-database-directory): New options.
15300         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15301         (spam-list-of-statistical-checks, spam-registration-functions):
15302         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15303         (spam-bsfilter-score): New command.
15304         (spam-check-bsfilter-headers, spam-check-bsfilter)
15305         (spam-bsfilter-register-with-bsfilter)
15306         (spam-bsfilter-register-spam-routine)
15307         (spam-bsfilter-unregister-spam-routine)
15308         (spam-bsfilter-register-ham-routine)
15309         (spam-bsfilter-unregister-ham-routine): New functions.
15310         (spam-generic-score): Support bsfilter; Accept an optional argument
15311         to recalcurate spam score even if scoring header has already been
15312         added.
15313         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15314         optional argument to recalcurate spam score even if scoring header
15315         has already been added.
15316
15317 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15318
15319         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15320         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15321         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15322         link is missing.
15323
15324 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15325
15326         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15327         (html2text-get-attr): Rewrite.
15328
15329         * message.el (message-setup-1): Remove redundant put-text-property
15330         on mail-header-separator.
15331
15332 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15333
15334         * gnus-registry.el (gnus-registry-cache-whitespace)
15335         (gnus-registry-action, gnus-registry-spool-action)
15336         (gnus-registry-split-fancy-with-parent): Change message levels
15337         from 5 to 3 or 7, as needed.
15338
15339         * spam.el (spam-summary-prepare-exit)
15340         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15341         (spam-split, spam-find-spam, spam-log-undo-registration)
15342         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15343         level from 5 to 6.
15344
15345 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15346
15347         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15348         2004-03-04 change).
15349
15350 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15351
15352         * sieve-manage.el (sieve-manage-open):
15353         * nnweb.el (nnweb-insert-html):
15354         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15355         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15356         * nnspool.el (nnspool-request-group):
15357         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15358         * nnml.el (nnml-request-update-info):
15359         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15360         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15361         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15362         (nnimap-request-set-mark):
15363         * nnfolder.el (nnfolder-request-update-info):
15364         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15365         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15366         * gnus-uu.el (gnus-uu-find-articles-matching):
15367         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15368         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15369         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15370         * gnus-nocem.el (gnus-nocem-scan-groups):
15371         * gnus-int.el (gnus-start-news-server):
15372         * gnus-group.el (gnus-group-make-kiboze-group)
15373         (gnus-group-browse-foreign-server):
15374         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15375         Use mapc when appropriate.
15376
15377 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15378
15379         FIXME: Make separate entries for each person.
15380
15381         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15382         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15383         <shields@msrl.com>:
15384
15385         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15386         may need for spam sorting and scoring.
15387         (spam-user-format-function-S): Add user format function suitable for
15388         general use.
15389         (spam-article-sort-by-spam-status): Add sorting function for summary
15390         sorting.
15391         (spam-extra-header-to-number): Add function to get a score from a
15392         header.
15393         (spam-summary-score): Add function to get a numeric score from the
15394         headers.
15395         (spam-generic-score): Fix function doc, was in wrong place.
15396         (spam-initialize): Take symbols when it's run, and install the
15397         extra headers that spam-necessary-extra-headers thinks we need.
15398
15399 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15400
15401         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15402         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15403
15404 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15405
15406         * gnus-sum.el (gnus-set-global-variables)
15407         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15408         (gnus-article-get-xrefs, gnus-summary-best-group)
15409         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15410         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15411         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15412         Use with-current-buffer.
15413
15414 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15415
15416         * spam.el (spam-summary-prepare-exit): Simplify logic.
15417         (spam-fetch-article-header): Read the article header if it's not
15418         available.
15419         (spam-list-articles): Simplify logic.
15420         (spam-filelist-register-routine): Fix bug with unregister-list.
15421
15422         * gnus-registry.el: Fix comments at beginning.
15423
15424 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15425
15426         * message.el (message-cater-to-broken-inn): Remove.
15427         (message-shorten-references): Make sure the total folded length of
15428         References is shorter than 998 characters to cater to a bug in INN
15429         2.3.  Also, don't pretend that references aren't folded -- this
15430         hasn't worked for a while.
15431
15432 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15433
15434         * gnus-agent.el (gnus-agentize):
15435         gnus-agent-send-mail-real-function no longer set to current value
15436         of message-send-mail-function but rather a lambda that calls
15437         message-send-mail-function.  The change makes the agent real-time
15438         responsive to user changes to message-send-mail-function.
15439
15440 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15441
15442         * legacy-gnus-agent.el
15443         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15444         help from Florian Weimer <fw@deneb.enyo.de>
15445
15446 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15447
15448         * nnmail.el (nnmail-cache-insert): Revert last change.
15449
15450 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15451
15452         * nnmail.el (nnmail-cache-insert): Always check whether
15453         nnmail-cache-ignore-groups matches a group name.
15454
15455 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15456
15457         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15458         (spam-find-spam, spam-log-processing-to-registry)
15459         (spam-log-registered-p, spam-log-unregistration-needed-p)
15460         (spam-log-undo-registration): Use gnus-message instead of
15461         gnus-error, none of these errors are fatal.
15462
15463         * gnus-registry.el (gnus-registry-clean-empty-function)
15464         (gnus-registry-clean-empty): Remove only empty entries without
15465         extra data.
15466
15467 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15468
15469         * spam-stat.el (spam-stat-buffer-change-to-spam)
15470         (spam-stat-buffer-change-to-non-spam): Change (error) to
15471         (gnus-message 8) invocation.
15472
15473 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15474
15475         * nntp.el (nntp-via-netcat-command): New variable.
15476         (nntp-via-netcat-switches): New variable.
15477         (nntp-open-via-rlogin-and-netcat): New function.
15478         (nntp-open-connection-function): Doc fix.
15479         (nntp-telnet-command): Doc fix.
15480         (nntp-end-of-line): Doc fix.
15481         (nntp-via-rlogin-command): Doc fix.
15482         (nntp-via-user-name): Doc fix.
15483         (nntp-via-address): Doc fix.
15484
15485 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15486
15487         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15488         error in Emacs 21.1.
15489
15490 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15491
15492         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15493
15494 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15495
15496         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15497         (gnus-agent-with-refreshed-group): New macro.
15498         (gnus-agent-rename-group): New function.
15499         (gnus-agent-delete-group): New function.
15500         (gnus-agent-save-group-info): Use gnus-command-method when
15501         `method' parameter is nil.  Don't write nil entries into the
15502         active file.
15503         (gnus-agent-get-group-info): New function.
15504         (gnus-agent-fetch-articles): Use
15505         gnus-agent-update-files-total-fetched-for to increment disk space
15506         used.
15507         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15508         gnus-agent-update-view-total-fetched-for to increment disk space
15509         used.
15510         (gnus-agent-get-local): Added optional parameters to avoid calling
15511         gnus-group-real-name and gnus-find-method-for-group.
15512         (gnus-agent-set-local): Delete stored entry if either min, or max,
15513         are nil.
15514         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15515         quit, use gnus-agent-regenerate-group to record existance of any
15516         articles fetched to disk before the quit occurred.
15517         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15518         gnus-agent-update-view-total-fetched-for, and
15519         gnus-agent-update-files-total-fetched-for to decrement disk space
15520         used.
15521         (gnus-agent-retrieve-headers): Use
15522         gnus-agent-update-view-total-fetched-for to increment disk space
15523         used.
15524         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15525         with gnus-agent-update-files-total-fetched-for to decrement disk
15526         space and fresh group buffer.
15527         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15528         (gnus-agent-need-update-total-fetched-for): New variable.
15529         (gnus-agent-update-files-total-fetched-for): New function.
15530         (gnus-agent-update-view-total-fetched-for): New function.
15531         (gnus-agent-total-fetched-for): New function.
15532
15533         * gnus-cache.el (gnus-cache-save-buffers): Use
15534         gnus-cache-update-overview-total-fetched-for to change disk space
15535         used by this group.
15536         (gnus-cache-possibly-enter-article): Use
15537         gnus-cache-update-file-total-fetched-for to increment disk space
15538         used by this group.
15539         (gnus-cache-possibly-remove-article): Use
15540         gnus-cache-update-file-total-fetched-for to decrement disk space
15541         used by this group.
15542         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15543         (gnus-cache-rename-group): New function.
15544         (gnus-cache-delete-group): New function.
15545         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15546         (gnus-cache-need-update-total-fetched-for): New variable.
15547         (gnus-cache-with-refreshed-group): New macro.
15548         (gnus-cache-update-file-total-fetched-for): New function.
15549         (gnus-cache-update-overview-total-fetched-for): New function.
15550         (gnus-cache-rename-group-total-fetched-for): New function.
15551         (gnus-cache-delete-group-total-fetched-for): New function.
15552         (gnus-cache-total-fetched-for): New function.
15553
15554         * gnus-group.el: Require gnus-sum and autoload functions to
15555         resolve warnings when gnus-group.el compiled alone.
15556         (gnus-group-line-format): Documented new %F.
15557         (size of Fetched data) group line format; identifies disk space
15558         used by agent and cache.
15559         (gnus-group-line-format-alist): Defined new F format.
15560         (gnus-total-fetched-for): New function.
15561         (gnus-group-delete-group): No longer update
15562         gnus-cache-active-altered as gnus-request-delete-group now keeps
15563         the cache in sync.
15564         (gnus-group-list-active): Let the agent store a server's active
15565         list if currently plugged.
15566
15567         * gnus-int.el (gnus-request-delete-group):
15568         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15569         local disk in sync with the server.
15570         (gnus-request-rename-group):
15571         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15572         local disk in sync with the server.
15573
15574         * gnus-start.el (gnus-get-unread-articles):
15575         Cosmetic simplification to logic.
15576
15577         * gnus-util.el (gnus-rename-file): New function.
15578
15579 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15580
15581         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15582
15583 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15584
15585         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15586         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15587
15588 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15589
15590         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15591         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15592
15593 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15594
15595         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15596
15597 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15598
15599         * spam.el (spam-set-difference): Add function to replace
15600         gnus-set-difference in spam.el.
15601         (spam-summary-prepare-exit): Use spam-set-difference.
15602
15603 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15604
15605         * gnus-registry.el (gnus-registry-cache-file): Update to use
15606         gnus-dribble-directory OR gnus-home-directory OR ~.
15607         (gnus-registry-split-fancy-with-parent): Fix doc.
15608
15609 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15610
15611         * message.el (message-exchange-point-and-mark): Use
15612         message-mark-active-p.  Suggested by Jesper Harder
15613         <harder@ifa.au.dk>.
15614
15615 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15616
15617         * message.el (message-exchange-point-and-mark): Don't activate
15618         region if it was inactive.  Suggested by Hiroshi Fujishima
15619         <pooh@nature.tsukuba.ac.jp>.
15620
15621 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15622
15623         * gnus-art.el (article-display-face): Display Faces in the same
15624         order as X-Faces.
15625
15626 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15627
15628         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15629
15630 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15631
15632         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15633         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15634         (gnus-article-mime-hierarchy): Remove.
15635         (gnus-article-mime-hierarchy-next): Remove.
15636         (gnus-article-mode): Revert 2004-03-19 change.
15637         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15638         (gnus-insert-mime-button): Revert 2004-03-19 change.
15639         (gnus-mime-accumulate-hierarchy): Remove.
15640         (gnus-mime-enter-multipart): Remove.
15641         (gnus-mime-leave-multipart): Remove.
15642         (gnus-mime-display-part): Revert 2004-03-19 change.
15643         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15644
15645         * mml.el (mml-preview): Revert 2004-03-19 change.
15646
15647 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15648
15649         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15650
15651 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15652
15653         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15654         t while entering a file name using the mm-with-multibyte macro.
15655         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15656
15657         * mm-util.el (mm-with-multibyte): New macro.
15658
15659 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15660
15661         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15662         user option.
15663         (gnus-mime-multipart-functions): Doc and customization fix.
15664         (gnus-article-mime-hierarchy): New variable.
15665         (gnus-article-mime-hierarchy-next): New variable.
15666         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15667         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15668         gnus-article-mime-hierarchy-next to nil.
15669         (gnus-insert-mime-button): Show hierarchy numbers.
15670         (gnus-mime-accumulate-hierarchy): New function.
15671         (gnus-mime-enter-multipart): New function.
15672         (gnus-mime-leave-multipart): New function.
15673         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15674         (gnus-mime-display-alternative): Show hierarchy numbers.
15675
15676         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15677         gnus-article-mime-hierarchy-next to nil.
15678
15679 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15680
15681         * dns.el: Don't require gnus-xmas.
15682
15683 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15684
15685         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15686         inline PGP.
15687         (mml-menu): Disable mml-quote-region if mark is inactive.
15688
15689 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15690
15691         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15692         when the group's active is not available.
15693
15694 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15695
15696         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15697         error.
15698
15699 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15700
15701         * imap.el (imap-store-password): New variable.
15702         (imap-interactive-login): Use it.
15703         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15704
15705 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15706
15707         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15708         window-start and hscroll to summary window.
15709
15710 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15711
15712         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15713         conversion message to newsrc-dribble when an actual conversion is
15714         performed.
15715
15716 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15717
15718         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15719
15720 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15721
15722         * mm-decode.el (mm-complicated-handles): New function reviving
15723         former definition of mm-multiple-handles.
15724
15725         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15726         (gnus-mime-delete-part): Use it.
15727
15728 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15729
15730         * gnus-agent.el (gnus-agent-read-local): Bind
15731         nnheader-file-coding-system to gnus-agent-file-coding-system to
15732         avoid the implicit assumption that they will always be equal.
15733         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15734         coding-system-for-write, as the with-temp-file macro first prints
15735         to a buffer then saves the buffer.
15736
15737 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15738
15739         * gnus-art.el (gnus-article-edit-part): New function.
15740         (gnus-mime-save-part-and-strip): Use it; do query instead of
15741         signaling an error; don't use mm-multiple-handles.
15742         (gnus-mime-delete-part): Ditto.
15743
15744 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15745
15746         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15747         old file versions.
15748         (gnus-group-prepare-hook): Removed function that converted list
15749         form of gnus-agent-expire-days to group properties.
15750
15751         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15752         (gnus-request-accept-article): Re-indented.
15753
15754         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15755         converters to handle old agent file formats.  Added logic for a
15756         "backup before upgrading warning".
15757         (gnus-convert-mark-converter-prompt): Developers can mark
15758         functions as needing (default), or not needing,
15759         gnus-convert-old-newsrc's "backup before upgrading warning".
15760         (gnus-convert-converter-needs-prompt): Tests whether the user
15761         should be protected from potentially irreversable changes by the
15762         function.
15763
15764         * legacy-gnus-agent.el: New.  Provides converters that are only
15765         loaded when gnus-convert-old-newsrc needs to call them.
15766
15767 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15768
15769         * mail-source.el (mail-source-touch-pop): Doc fix.
15770
15771         * message.el (message-smtpmail-send-it): Doc fix.
15772
15773 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15774
15775         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15776
15777         * nnmail.el (nnmail-split-fancy): do.
15778
15779         * gnus-kill.el (gnus-kill, gnus-execute): do.
15780
15781 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15782
15783         * gnus-sum.el (gnus-widget-reversible-match)
15784         (gnus-widget-reversible-to-internal)
15785         (gnus-widget-reversible-to-external): New functions.
15786         (gnus-widget-reversible): New widget.
15787         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15788
15789 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15790
15791         * gnus-sum.el (gnus-thread-sort-functions)
15792         (gnus-article-sort-functions): Document `(not F)' items.
15793
15794 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15795
15796         * spam.el (spam-use-gmane-xref): Add new backend.
15797         (spam-gmane-xref-spam-group): Add variable to control the name of the
15798         Gmane spam group.
15799         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15800         (spam-regex-headers-spam, spam-regex-headers-ham)
15801         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15802         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15803         backends and checks.
15804         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15805
15806         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15807         an autodetect method.
15808
15809 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15810
15811         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15812         articles are being added to a group.
15813         (gnus-request-replace-article): Inform the agent that articles
15814         need to be uncached as the cached contents are no longer valid.
15815
15816 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15817
15818         * binhex.el: Don't autoload executable-find.
15819
15820         * canlock.el: Don't autoload mail-fetch-field.
15821
15822         * dgnushack.el: Autoload c-mode for XEmacs.
15823
15824         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15825
15826         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15827         rmail-dont-reply-to and rmail-output.
15828
15829         * gnus-score.el: Don't autoload ffap-string-at-point.
15830
15831         * gnus-setup.el: Don't autoload sc-cite-original.
15832
15833         * imap.el: Don't autoload base64-decode-string,
15834         base64-encode-string and md5.
15835
15836         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15837         and rmail-msg-restore-non-pruned-header.
15838
15839         * mm-decode.el: Don't autoload executable-find.
15840
15841         * mm-url.el: Don't autoload executable-find.
15842
15843         * mm-view.el: Don't autoload diff-mode.
15844
15845         * nndb.el: Don't autoload news-reply-mode, news-setup,
15846         cancel-timer and telnet.
15847
15848         * password.el: Don't autoload run-at-time for Emacs.
15849
15850         * sha1-el.el: Don't autoload executable-find.
15851
15852         * sieve-mode.el: Don't autoload c-mode.
15853
15854         * uudecode.el: Don't autoload executable-find.
15855
15856 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15857
15858         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15859         (gnus-agent-possibly-alter-active): Avoid null in numeric
15860         comparison.
15861         (gnus-agent-set-local): Refuse to save null in local object table.
15862         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15863         list of articles that will be marked as unread.
15864
15865 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15866
15867         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15868
15869 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15870
15871         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15872         language tags.
15873
15874 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15875
15876         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15877         Don't bind "obarray".
15878
15879         * gnus-sum.el (gnus-thread-sort-functions): Added
15880         `gnus-thread-sort-by-most-recent-number' and
15881         `gnus-thread-sort-by-most-recent-date'.
15882         Reported by Kai Grossjohann <kai@emptydomain.de>.
15883
15884 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15885
15886         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15887
15888 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15889
15890         * gnus-cus.el (gnus-agent-customize-category): Removed
15891         ignore-errors macro reference that required cl to be loaded at
15892         run-time.
15893
15894         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15895         single-interval range of the form (min . max).  Previously the
15896         range had to look like ((min . max)).  Likewise, return
15897         (min . max) rather than ((min . max)).
15898         (gnus-range-map): Use gnus-range-normalize to accept
15899         single-interval range.
15900
15901         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15902         the cache, but not the agent, now appear with their usual face.
15903
15904         * dgnushack.el (loaddir): New variable that is bound to the
15905         directory containing the dgnushack.el file. Use loaddir, rather
15906         than srcdir, to update load-path. Change lets dgnushack compile
15907         code in directories other than GNUS/lisp.
15908
15909 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15910
15911         * lpath.el: Don't bind w3m-safe-url-regexp.
15912
15913         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15914         w3m-safe-url-regexp variable buffer-local.
15915
15916         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15917
15918 2004-02-27  Simon Josefsson  <jas@extundo.com>
15919
15920         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15921         gnus-group-real-prefix.
15922         (gnus-summary-move-article): Use it, instead of
15923         gnus-group-real-prefix.
15924
15925 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15926
15927         * lpath.el: Bind w3m-safe-url-regexp.
15928
15929         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15930         w3m-safe-url-regexp variable buffer-local and set it as the value
15931         of mm-w3m-safe-url-regexp.
15932
15933         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15934
15935         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15936         parsing gnus-posting-styles when the message is not for replying.
15937
15938         * dgnushack.el: Autoload sgml-mode for XEmacs.
15939
15940         * nnrss.el (nnrss-opml-export): Use
15941         mm-set-buffer-file-coding-system instead of
15942         set-buffer-file-coding-system.
15943
15944 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15945
15946         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15947         of checkdoc.el).
15948         * nnrss.el: do.
15949         * gnus-mlspl.el: do.
15950         * gnus-ml.el: do.
15951         * gnus-srvr.el: do.
15952
15953         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15954
15955 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15956
15957         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15958         Corrections to custom-manual links.
15959
15960         * gnus-art.el (gnus-article): Ditto.
15961
15962         * mm-decode.el (mime-display, mime-security): Ditto.
15963
15964 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15965
15966         * flow-fill.el: Typo.
15967
15968 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15969
15970         * spam-wash.el: New file.
15971
15972 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15973
15974         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15975
15976 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15977
15978         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15979         to be run with new-articles as LIST1, not LIST2.
15980         (spam-registration-functions): Add spam-use-ham-copy as a nil
15981         registration backend.
15982
15983 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15984
15985         * spam-stat.el (spam-stat-washing-hook): New option.
15986         (spam-stat-buffer-words): Use it.
15987         (spam-stat-process-directory, spam-stat-test-directory): Use
15988         insert-file-contents-literally.
15989         (spam-stat-coding-system): New variable.
15990         (spam-stat-load, spam-stat-save): Use it.
15991
15992 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15993
15994         * spam-report.el (spam-report-plug-agent): Quote
15995         spam-report-url-to-file and spam-report-url-ping-plain.
15996
15997 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15998
15999         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16000         / in mailto URLs.
16001
16002 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16003
16004         * spam-report.el (spam-report-process-queue): Fix interactive use.
16005         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16006         (spam-report-unplug-agent): Doc fixes.
16007         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16008         (spam-report-agentize, spam-report-deagentize): Autoload.
16009
16010 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16011
16012         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16013
16014         * message.el (message-setup-fill-variables): Add mml tags to
16015         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16016         <ajk@iu.edu>.
16017         (message-mode): Don't modify paragraph-separate there.
16018
16019 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16020
16021         * compface.el (uncompface-use-external): Default to undecided.
16022         (uncompface-use-external-threshold): New variable.
16023         (uncompface-float-time): New macro.
16024         (uncompface): Determine whether to use the external decoder if
16025         uncompface-use-external is undecided.
16026
16027 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16028
16029         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16030         after images.
16031
16032         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16033
16034 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16035
16036         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16037
16038         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16039
16040         * gnus-sum.el (gnus-summary-limit-to-age)
16041         (gnus-summary-limit-children): do.
16042
16043         * gnus-int.el (gnus-request-scan): do.
16044
16045         * gnus-group.el (gnus-group-suspend): do.
16046
16047         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16048
16049         * gnus-cite.el (gnus-cite-parse-attributions): do.
16050
16051         * gnus-agent.el (gnus-summary-set-agent-mark)
16052         (gnus-agent-regenerate-group): do.
16053
16054         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16055
16056         * binhex.el (binhex-decode-region-internal): do.
16057
16058 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16059
16060         * gnus-fun.el (gnus-face-properties-alist): New user option.
16061         (gnus-display-x-face-in-from): Use it.
16062
16063         * gnus-art.el (article-display-face): Ditto.
16064
16065         * compface.el (uncompface-use-external): Default to nil.
16066
16067 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16068
16069         * nntp.el (nntp-erase-buffer): New function.
16070         (nntp-retrieve-data, nntp-send-command)
16071         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16072         (nntp-possibly-change-group): Use it.
16073
16074         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16075         with-current-buffer.
16076
16077 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16078
16079         * compface.el: Merge the ELisp-based uncompface program.
16080         (compface): New customization group.
16081         (uncompface-use-external): New user option.
16082         (uncompface): Call uncompface-internal if uncompface-use-external
16083         is nil.
16084         (uncompface-internal): New function.  Note that there are also
16085         some other functions and variables added for this function.
16086
16087 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16088
16089         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16090         if necessary.
16091
16092 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16093
16094         * spam-report.el (spam-report-unplug-agent)
16095         (spam-report-plug-agent, spam-report-deagentize)
16096         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16097         Add support for the Agent in spam-report: when unplugged, report to a
16098         file; when plugged, submit all the requests.
16099
16100         * spam.el (spam-register-routine): Fix message about
16101         registration.
16102
16103 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16104
16105         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16106         dependencies.
16107         (rfc2047-encode): Use it.
16108
16109         * gnus-art.el (gnus-button-marker-list): Move before first
16110         reference.
16111
16112         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16113         (imap-parse-body): Fix format string mismatch.
16114
16115         * gnus-score.el (gnus-summary-increase-score): do.
16116
16117         * nnrss.el (nnrss-close): New function.
16118
16119 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16120
16121         * nnrss.el (nnrss-make-filename): New function.
16122         (nnrss-request-delete-group, nnrss-read-server-data)
16123         (nnrss-save-server-data, nnrss-read-group-data)
16124         (nnrss-save-group-data): Use it.
16125         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16126         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16127         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16128
16129 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16130
16131         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16132
16133 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16134
16135         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16136         files.
16137
16138         * message.el (message-generate-headers-first): Don't quote nil
16139         and t in docstrings.
16140
16141         * imap.el (imap-id): do.
16142
16143         * gnus-agent.el (gnus-agent-consider-all-articles)
16144         (gnus-agent-queue-mail): do.
16145
16146 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16147
16148         * spam-report.el (spam-report-process-queue): New function.
16149         Process requests from `spam-report-requests-file'.
16150         (spam-report-process-queue): Doc fix.
16151
16152 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16153
16154         * spam.el (spam-register-routine)
16155         (spam-log-processing-to-registry, spam-log-registered-p)
16156         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16157         Change "check" to "spam-check" for semi-clarity.
16158
16159 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16160
16161         * pop3.el: Require nnheader.
16162
16163         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16164
16165         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16166
16167         * gnus-picon.el: Require cl.
16168
16169         * gnus-fun.el: Require gnus-ems and gnus-util.
16170
16171         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16172
16173         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16174
16175         * gnus-art.el (gnus-article-edit-mode): Define before first
16176         reference.
16177
16178 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16179
16180         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16181         (gnus-uu-post-encoded): Use point-at-bol.
16182
16183         * gnus-topic.el (gnus-group-active-topic-p): do.
16184
16185         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16186
16187         * gnus-group.el (gnus-group-kill-region): do.
16188
16189         * gnus-art.el (article-date-ut): do.
16190
16191         * message.el (message-fetch-field): Remove redundant
16192         case-fold-search binding.
16193         (message-narrow-to-field): Simplify.
16194
16195 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16196
16197         * spam.el (spam-directory): Derive from `gnus-directory'.
16198
16199         * spam-report.el (spam-report-url-to-file)
16200         (spam-report-requests-file): New function and variable for offline
16201         reporting.
16202         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16203         and user defined function.
16204         (spam-report-url-ping-mm-url): Remove doubled slash.
16205
16206 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16207
16208         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16209
16210 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16211
16212         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16213         format string mismatch.
16214
16215         * sieve.el (sieve-deactivate-all): do.
16216
16217         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16218
16219         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16220
16221         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16222
16223         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16224
16225 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16226
16227         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16228         the list of checks.
16229
16230 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16231
16232         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16233         padding.
16234
16235 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16236
16237         * mm-view.el (mm-fill-flowed): New variable.
16238         (mm-inline-text): Use it.
16239
16240 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16241
16242         * spam.el (spam-spamassassin-register-ham-routine)
16243         (spam-spamassassin-register-spam-routine): Fix function names.
16244
16245 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16246
16247         * gnus.el (gnus-tmp-grouplens): Remove.
16248         (gnus-summary-line-format): Remove grouplens.
16249
16250         * gnus-group.el (gnus-group-line-format): Ditto.
16251
16252         * gnus-spec.el (gnus-format-specs): Ditto.
16253         (gnus-update-format-specifications): Flush the group format spec
16254         cache if there's the grouplens stuff.
16255         (gnus-parse-simple-format): Replace %l with the empty string.
16256
16257 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16258
16259         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16260         omission.
16261
16262 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16263
16264         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16265         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16266
16267 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16268
16269         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16270         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16271         New macros and functions.
16272         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16273         Handle > NLINK_MAX messages.
16274         * nnmaildir.el (nnmaildir-request-set-mark): Use
16275         nnmaildir--emlink-p and nnmaildir--eexist-p.
16276
16277 2004-01-25  Alex Schroeder  <alex@gnu.org>
16278
16279         * spam-stat.el (spam-stat-process-directory-age): New option.
16280         (spam-stat-process-directory): Use it.
16281
16282 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16283
16284         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16285         (spam-stat-save): Accept prefix argument.
16286
16287 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16288
16289         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16290         links" error.
16291
16292 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16293
16294         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16295         the rest of the and/or forms.
16296
16297 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16298
16299         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16300         compatibility with old .newsrc.eld files.
16301
16302         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16303
16304         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16305
16306         * gnus-start.el (gnus-1): do.
16307
16308         * gnus-group.el (gnus-group-line-format-alist): do.
16309
16310         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16311
16312         * gnus-gl.el: Remove.
16313
16314 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16315
16316         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16317         marks consisting of a single range {for example, (3 . 5)} rather
16318         than a list of a single range { ((3 . 5)) }.
16319
16320 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16321
16322         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16323         with-current-buffer.
16324         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16325         avoid consing a string.
16326
16327         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16328         Remove obsolete entries for big5 and gb2312.
16329
16330 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16331
16332         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16333         uncompressed list.
16334
16335 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16336
16337         * spam-stat.el (spam-stat-strip-xref): New function.
16338         (spam-stat-process-directory): Use it.
16339
16340         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16341         here -- it's done in message-fetch-field.
16342
16343 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16344
16345         * gnus-agent.el (gnus-agent-queue-mail)
16346         (gnus-agent-prompt-send-queue): New variables.
16347         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16348         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16349         "nndraft:queue" along to gnus-draft-send.  Use
16350         gnus-agent-prompt-send-queue.
16351         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16352         is "nndraft:queue".  Suggested by Gaute Strokkenes
16353         <gs234@srcf.ucam.org>
16354
16355         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16356         (agent-enable-undownloaded-faces): Added.
16357         (gnus-agent-cat-groups): Use eval-and-compile, not
16358         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16359         method of gnus-agent-cat-groups even when the buffer has been
16360         evaled.
16361         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16362         delete gnus-agent-save-active-1.
16363         (gnus-agent-save-groups): Deleted.  Identical to
16364         gnus-agent-save-active.
16365         (gnus-agent-write-active): No longer adjust agent's copy of active
16366         file as agent's adjustments are now stored in their own
16367         file.  Removed optional parameter.
16368         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16369         servers.  Add use of min/max range limits from server's local
16370         file.
16371         (gnus-agent-save-alist): Removed unused optional argument.
16372         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16373         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16374         (gnus-agent-set-local): A per-server file that keeps min/max range
16375         limits for articles known to the agent.  Provides a fast mechanism
16376         for altering many active ranges.
16377         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16378         active file (local makes it unnecessary).
16379         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16380
16381         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16382         (agent-enable-undownloaded-faces): Added.
16383
16384         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16385         disable it when sending to "nndraft:queue".
16386         (gnus-group-send-queue): Add safety check to avoid sending queue
16387         when unplugged.
16388
16389         * gnus-group.el (gnus-group-catchup): Use new
16390         gnus-sequence-of-unread-articles, not
16391         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16392         numbers of articles.  Use gnus-range-map to avoid having to
16393         uncompress the unread list.
16394         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16395         Fixed invalid ange-ftp reference.
16396
16397         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16398         (gnus-sorted-range-intersection): Intersection of two ranges
16399         without requiring that they first be uncompressed.
16400
16401         * gnus-start.el (gnus-activate-group): Unless blocked by the
16402         caller, possibly expand the active range to include both cached
16403         and agentized articles.
16404         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16405         multiple version-dependent converters.
16406         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16407         gnus-agent-save-active.
16408         (gnus-save-newsrc-file): Save dirty agent range limits.
16409
16410         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16411         gnus-agent-possibly-alter-active.
16412         (gnus-adjust-marked-articles): Faster handling of simple lists.
16413
16414 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16415
16416         * spam-stat.el (spam-stat-test-directory): New optional argument
16417         displays a list of files detected.  Suggested by Andrew Cohen
16418         <cohen@andy.bu.edu>.
16419         (spam-stat-buffer-words-with-scores): Don't narrow and change
16420         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16421
16422 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16423
16424         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16425         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16426         (spam-spamassassin-arguments)
16427         (spam-spamassassin-spam-flag-header)
16428         (spam-spamassassin-positive-spam-flag-header)
16429         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16430         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16431         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16432         (spam-list-of-processors, spam-list-of-checks)
16433         (spam-list-of-statistical-checks, spam-registration-functions)
16434         (spam-check-spamassassin-headers, spam-check-spamassassin)
16435         (spam-spamassassin-score)
16436         (spam-spamassassin-register-with-sa-learn)
16437         (spam-spamassassin-register-spam-routine)
16438         (spam-spamassassin-register-ham-routine)
16439         (spam-assassin-register-spam-routine)
16440         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16441         (spam-bogofilter-score): Fix to show article before scoring.
16442
16443 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16444
16445         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16446         default scoring function.
16447         (spam-generic-score): Call spam-spamassassin-score if
16448         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16449         spam-bogofilter-score otherwise.
16450
16451         * gnus.el (spam-process, spam-autodetect-methods): Add
16452         spamassassin and spamassassin-headers.
16453
16454 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16455
16456         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16457         Suppress unnecessary messages.
16458
16459 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16460
16461         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16462         make-hash-table.
16463
16464 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16465
16466         * canlock.el (base64-encode-string): Don't autoload it.
16467
16468 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16469
16470         * run-at-time.el: Remove useless (require 'itimer),
16471         eval-and-compile and (featurep 'xemacs).
16472
16473 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16474
16475         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16476         GROUP is a virtual group.
16477
16478 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16479
16480         * gnus.el: Autoload `message-y-or-n-p'.
16481
16482 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16483
16484         * pgg-parse.el: Remove unnecessary (require 'custom).
16485
16486         * pgg-def.el: do.
16487
16488         * nnmail.el: do.
16489
16490         * gnus-undo.el: do.
16491
16492         * gnus-picon.el: do.
16493
16494         * gnus-util.el: do.
16495
16496 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16497
16498         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16499
16500 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16501
16502         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16503         handle, as well as a list.
16504
16505         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16506         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16507         (mm-w3m-cid-retrieve): Simplify.
16508
16509 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16510
16511         * message.el (message-kill-to-signature): Allow prefix arg to
16512         specify number of lines to keep before signature.
16513
16514 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16515
16516         * message.el (message-kill-to-signature): Change docstring.
16517
16518 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16519
16520         * canlock.el: Always require sha1-el.
16521         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16522
16523         * message.el: Autoload sha1 only when compiling.
16524
16525         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16526         eudc-expand-inline for XEmacs.
16527
16528 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16529
16530         * message.el (message-canlock-generate): Require sha1-el.
16531
16532 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16533
16534         * message.el (message-expand-name): Silence the byte compiler.
16535
16536         * lpath.el: Add detect-coding-system.
16537
16538         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16539         cus-edit.
16540
16541 2004-01-13  Simon Josefsson  <jas@extundo.com>
16542
16543         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16544         Invoke gnus-score-mode.  Reported by
16545         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16546
16547         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16548         Jim Blandy <jimb@redhat.com> (tiny change).
16549
16550 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16551
16552         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16553
16554 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16555
16556         * spam.el (spam-get-article-as-string): Update to use
16557         gnus-request-article-this-buffer, much simpler.
16558         (spam-get-article-as-buffer): Remove.
16559
16560 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16561
16562         * message.el (message-expand-name): Use EUDC if the user uses that.
16563
16564 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16565
16566         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16567         character for the encoding to avoid consing a string.
16568
16569         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16570         unnecessarily.
16571
16572         * mm-util.el (mm-replace-chars-in-string): Remove.
16573
16574         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16575         of mm-replace-chars-in-string.
16576
16577 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16578
16579         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16580
16581         * mm-util.el (mm-subst-char-in-string): Support inplace.
16582
16583         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16584         a new string in every iteration.  Use shy groups.
16585
16586 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16587
16588         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16589         * gnus-soup.el (gnus-soup-group-brew):
16590         * gnus-msg.el (gnus-put-message):
16591         * gnus-move.el (gnus-group-move-group-to-server):
16592         * gnus-kill.el (gnus-batch-score):
16593         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16594         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16595         (gnus-group-update-group, gnus-group-read-group)
16596         (gnus-group-make-group, gnus-group-make-help-group)
16597         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16598         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16599         (gnus-group-sort-by-unread, gnus-group-catchup)
16600         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16601         (gnus-group-yank-group, gnus-group-set-info)
16602         (gnus-group-list-groups):
16603         * gnus.el (gnus-generate-new-group-name):
16604         * gnus-delay.el (gnus-delay-send-queue):
16605         * nnvirtual.el (nnvirtual-catchup-group):
16606         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16607         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16608         (gnus-group-prepare-topics, gnus-topic-check-topology):
16609         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16610         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16611         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16612         (gnus-group-make-articles-read):
16613         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16614         (gnus-group-change-level, gnus-kill-newsgroup)
16615         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16616         (gnus-get-unread-articles, gnus-make-articles-unread)
16617         (gnus-make-ascending-articles-unread): Use accessor
16618         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16619         to get group information for improved readability.
16620
16621
16622 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16623
16624         * gnus-art.el (article-decode-mime-words, article-babel)
16625         (gnus-article-highlight-signature, gnus-article-add-buttons)
16626         (gnus-signature-toggle): Use gnus-with-article-buffer.
16627
16628         * gnus-art.el (gnus-article-highlight-headers)
16629         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16630
16631         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16632         (gnus-article-set-globals, gnus-request-article-this-buffer)
16633         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16634         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16635         (gnus-mime-display-alternative): Use with-current-buffer.
16636
16637 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16638
16639         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16640         also under 80 char limit, and call gnus-error if needed.
16641         (spam-fetch-article-header): Fix - it was a
16642         buffer-local variable (gnus-newsgroup-data).
16643         (spam-find-spam): Use spam-generate-fake-headers, forget about
16644         spam-insert-fake-headers.
16645         (spam-insert-fake-headers): Remove.
16646
16647 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16648
16649         * deuglify.el (gnus-article-outlook-unwrap-lines)
16650         (gnus-outlook-rearrange-article)
16651         (gnus-outlook-repair-attribution-outlook)
16652         (gnus-outlook-repair-attribution-block)
16653         (gnus-outlook-repair-attribution-other): Remove redundant
16654         save-excursion.
16655
16656 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16657
16658         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16659         (spam-fetch-field-subject-fast)
16660         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16661         (spam-fetch-article-header): Add functions to deal with Gnus
16662         internals for fast retrieval of article header data.
16663         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16664
16665 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16666
16667         * pop3.el (pop3-md5): Remove.
16668         (pop3-apop): Replace pop3-md5 with md5.
16669
16670         * mm-bodies.el: base64 is always built-in.
16671
16672         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16673         with-current-buffer.
16674
16675 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16676
16677         * canlock.el (canlock-insert-header): Remove excessive grouping in
16678         regexp.
16679
16680         * gnus-sum.el (gnus-summary-read-document): Ditto.
16681
16682         * gnus-uu.el (gnus-uu-part-number): Ditto.
16683
16684         * html2text.el (html2text-remove-tags): Ditto.
16685         (html2text-format-tags): Ditto.
16686         (html2text-format-single-elements): Ditto.
16687
16688         * mml.el (mml-parse-1): Ditto.
16689
16690 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16691
16692         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16693
16694         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16695
16696         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16697
16698         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16699
16700 2003-11-15  Simon Josefsson  <jas@extundo.com>
16701
16702         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16703         (pgg-gpg-lookup-key): Use regexp match instead of
16704         split-string (split-string is different between emacs 21.2 and
16705         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16706
16707 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16708
16709         * gnus-art.el (gnus-mime-view-all-parts)
16710         (gnus-article-part-wrapper, gnus-article-view-part): Use
16711         with-current-buffer.
16712
16713 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16714
16715         * spam.el (spam-disable-spam-split-during-ham-respool)
16716         (spam-spamoracle-database, spam-cache-lookups)
16717         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16718         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16719         (spam-group-ham-marks, spam-group-spam-marks)
16720         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16721         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16722         also add spam-use-blackholes to the statistical checks.
16723         (spam-fetch-field-fast): Add interface to fetching fields, may
16724         become a macro.
16725         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16726         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16727         (spam-insert-fake-headers): Fake an article when needed.
16728         (spam-find-spam): Fake article when possible.
16729         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16730         (spam-check-bogofilter-headers): Use message-fetch-field instead
16731         of nnmail-fetch-field.
16732
16733 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16734
16735         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16736
16737 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16738
16739         * spam.el (spam-split): Do not require spam-use-CHECK to be
16740         enabled if that check is passed to spam-split explicitly; also
16741         fix so 'spam doesn't get converted to spam-split-group when
16742         spam-split-symbolic-return is t.
16743         (spam-find-spam): Find registrations of the article and use those
16744         instead of re-running spam-split to find the spam/ham
16745         classification of the article.
16746         (spam-log-processing-to-registry, spam-log-registered-p)
16747         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16748         Use gnus-error instead of gnus-message.
16749         (spam-log-registration-type): Add function to determine the
16750         classification of a message based on registry entries; will
16751         return nil if both 'spam and 'ham are found.
16752         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16753         a reasonably fast local cache without the loading errors.
16754         (spam-cache-lookups): Set to t by default.
16755         (spam-find-spam): Don't try to guess spam-cache-lookups.
16756         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16757         spam-caches entry.
16758         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16759         caching of whitelist/blacklist entries.
16760         (spam-check-whitelist, spam-check-blacklist): Invoke
16761         spam-from-listed-p with a type, not a cache variable.
16762         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16763
16764 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16765
16766         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16767
16768         * nnmail.el (nnmail-split-fancy): do.
16769
16770         * mml.el (mml-parse): do.
16771
16772         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16773         (gnus-score-adaptive): do.
16774
16775 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16776
16777         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16778         (gnus-mime-button-map): Don't set keymap parent.
16779         (gnus-button-ctan-directory-regexp): Use shy grouping.
16780         (gnus-prev-page-map): Don't set keymap parent.
16781         (gnus-prev-page-map): Remove duplicated one.
16782         (gnus-next-page-map): Don't set keymap parent.
16783         (gnus-mime-security-button-map): Ditto.
16784
16785         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16786         version number.
16787
16788         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16789
16790 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16791
16792         * canlock.el (canlock-sha1-function): Remove.
16793         (canlock-sha1-function-for-verify): Remove.
16794         (canlock-openssl-program): Remove.
16795         (canlock-openssl-args): Remove.
16796         (canlock-ignore-errors): Remove.
16797         (canlock-sha1-with-openssl): Remove.
16798         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16799         (canlock-verify): Don't use canlock-ignore-errors.
16800
16801         * sha1-el.el (sha1-string-external): Make it can return a string
16802         in binary form.
16803         (sha1-region-external): Ditto.
16804         (sha1-string-internal): Ditto.
16805         (sha1-region-internal): Ditto.
16806         (sha1-region): Ditto.
16807         (sha1-string): Ditto.
16808         (sha1): Ditto.
16809
16810 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16811
16812         * spam.el (spam-report-articles-gmane): New command.
16813
16814 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16815
16816         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16817
16818         * run-at-time.el (run-at-time-saved): Remove.
16819         (run-at-time): Doc fix.
16820
16821 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16822
16823         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16824         (gnus-summary-limit-map): Add it.
16825         (gnus-summary-make-menu-bar): do.
16826
16827 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16828
16829         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16830         Make attempt at some caching support (done for BBDB only now).
16831         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16832         addresses to be checked.
16833         (spam-clear-cache-BBDB): Add function, to be invoked by
16834         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16835         (spam-check-BBDB): Check and use the caches, if
16836         spam-cache-lookups is on, remove superfluous (provide).
16837
16838 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16839
16840         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16841
16842 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16843
16844         * run-at-time.el (run-at-time-saved): Move to after the definition
16845         of `run-at-time'.
16846
16847         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16848
16849 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16850
16851         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16852         mm-w3m-local-map-property.
16853
16854         * mm-view.el (mm-w3m-mode-map): Remove.
16855         (mm-w3m-local-map-property): Remove.
16856         (mm-inline-text-html-render-with-w3m): Don't use
16857         mm-w3m-local-map-property.
16858
16859 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16860
16861         * run-at-time.el: New file.
16862
16863         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16864         under Emacs.
16865
16866         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16867         of gnus-set-text-properties.
16868
16869         * gnus-uu.el (gnus-uu-save-article): Ditto.
16870
16871         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16872
16873         * gnus-cite.el (gnus-cite-parse): Ditto.
16874
16875         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16876         of gnus-.
16877
16878         * gnus-xmas.el (run-at-time): Require run-at-time.
16879
16880         * gnus.el: Changed calls to nnheader-run-at-time and
16881         password-run-at-time throughout to use run-at-time directly.
16882
16883         * password.el: Removed definition of run-at-time.
16884
16885         * nnheaderxm.el: Remove definition of run-at-time.
16886
16887 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16888
16889         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16890         in prompt.
16891
16892 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16893
16894         * messagexmas.el (message-xmas-redefine): Alias
16895         `message-make-caesar-translation-table' to
16896         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16897         version.
16898
16899         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16900         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16901         `gnus-xmas-set-text-properties'.
16902         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16903         `gnus-xmas-completing-read'.
16904         (gnus-xmas-completing-read): Removed.
16905         (gnus-xmas-open-network-stream): Removed.
16906
16907         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16908         XEmacs version.
16909
16910         * dns.el (dns-make-network-process): Use `open-network-stream'
16911         instead of `gnus-xmas-open-network-stream'.
16912
16913         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16914
16915         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16916
16917 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16918
16919         * gnus-art.el (gnus-mime-display-alternative)
16920         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16921         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16922         Don't use gnus-local-map-property.
16923
16924         * gnus-util.el (gnus-local-map-property): Remove.
16925
16926         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16927         gnus-completing-read-maybe-default with completing-read.
16928
16929         * gnus-util.el (gnus-completing-read): do.
16930         (gnus-completing-read-maybe-default): Remove.
16931
16932 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16933
16934         * password.el: Only autoload `run-at-time' if not XEmacs.
16935         Only autoload the itimer functions if XEmacs.
16936
16937 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16938
16939         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16940         XEmacsen.
16941
16942         * dgnushack.el: Autoload executable-find for XEmacs.
16943
16944 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16945
16946         * gnus-art.el (gnus-read-string): Remove.
16947         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16948         read-string.
16949
16950 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16951
16952         * netrc.el: Autoload password-read.
16953         (netrc): Add configuration group.
16954         (netrc-encoding-method, netrc-openssl-path): Add
16955         variables for encoding and decoding of files with symmetric
16956         ciphers.
16957         (netrc-encode): Add assistant function to encode a file with
16958         netrc-encoding-method.
16959         (netrc-parse): Add interactive parameter, added optional
16960         decoding if netrc-encoding-method is non-nil but otherwise
16961         behavior is standard.
16962         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16963         Do s/encode/encrypt/ everywhere.
16964
16965         * spam.el: Remove executable-find autoload.
16966
16967 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16968
16969         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16970
16971         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16972
16973 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16974
16975         * gnus-art.el (gnus-treat-ansi-sequences)
16976         (article-treat-ansi-sequences): New variable and function.
16977         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16978
16979         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16980         Use it.
16981
16982 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16983
16984         * mm-util.el (mm-quote-arg): Remove.
16985
16986         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16987         shell-quote-argument.
16988
16989         * gnus-uu.el (gnus-uu-command): do.
16990
16991         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16992
16993         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16994         with make-char.
16995
16996         * mm-util.el (mm-make-char): Remove.
16997
16998         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16999         add-minor-mode.
17000
17001         * gnus-undo.el (gnus-undo-mode): do.
17002
17003         * gnus-topic.el (gnus-topic-mode): do.
17004
17005         * gnus-sum.el (gnus-dead-summary-mode): do.
17006
17007         * gnus-start.el (gnus-slave-mode): do.
17008
17009         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17010
17011         * gnus-ml.el (gnus-mailing-list-mode): do.
17012
17013         * gnus-gl.el (gnus-grouplens-mode): do.
17014
17015         * gnus-draft.el (gnus-draft-mode): do.
17016
17017         * gnus-dired.el (gnus-dired-mode): do.
17018
17019         * gnus-ems.el (gnus-add-minor-mode): Remove.
17020
17021         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17022         Replace gnus-char-width with char-width.
17023
17024         * gnus-ems.el (gnus-char-width): Remove.
17025
17026         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17027         Replace gnus-char-width with char-width.
17028
17029         * gnus-ems.el (gnus-char-width): Remove.
17030
17031         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17032         definition.
17033         Remove Emacs 20 hash table compatibility code.
17034
17035         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17036         20 compatibility code.
17037
17038         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17039
17040         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17041
17042         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17043         with point-at-{eol,bol}.
17044
17045         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17046
17047         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17048
17049         * flow-fill.el (fill-flowed-point-at-bol)
17050         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17051
17052         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17053         Replace with point-at-{eol,bol} throughout all files.
17054
17055 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17056
17057         * ntlm.el (ntlm-string-as-unibyte): New macro.
17058         (ntlm-build-auth-response): Use it.
17059
17060         Remove Emacs 20 stuff:
17061         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17062         (butlast, mapc, remove): Remove the compiler macros.
17063         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17064         of delq and copy-sequence.
17065         * gnus-art.el (popup-menu): Remove the compiler macro.
17066         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17067         Emacs 20.
17068
17069 2004-01-05  Simon Josefsson  <jas@extundo.com>
17070
17071         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17072         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17073         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17074         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17075         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17076         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17077         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17078         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17079         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17080         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17081         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17082         string-xor into ntlm-string-xor.  Suggested by
17083         Jesper Harder <harder@myrealbox.com>.
17084
17085         * ntlm.el: Don't include poem.
17086
17087         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17088         Jesper Harder <harder@myrealbox.com>.
17089
17090         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17091
17092         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17093         probably breaks emacs with DL patch, but do we care? Is anyone
17094         still using the DL stuff?)
17095
17096         * sieve-manage.el: Use the password package.
17097         (sieve-manage-read-passwd): Remove.
17098         (sieve-manage-interactive-login): Use password.  Re-add
17099         condition-case around loop.
17100
17101         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17102         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17103         the password package.
17104
17105 2003-02-19  Simon Josefsson  <jas@extundo.com>
17106
17107         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17108         token.
17109
17110 2002-08-07  Simon Josefsson  <jas@extundo.com>
17111
17112         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17113         (sieve-manage-authenticators):
17114         (sieve-manage-authenticator-alist): Add some SASL mechs.
17115         (sieve-sasl-auth): New function.
17116         (sieve-manage-cram-md5-auth):
17117         (sieve-manage-plain-auth): Rewrite using SASL library.
17118         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17119         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17120         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17121         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17122
17123 2004-01-05  Simon Josefsson  <jas@extundo.com>
17124
17125         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17126         New files.
17127
17128 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17129
17130         * gnus-group.el (gnus-no-groups-message): Update.
17131
17132         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17133
17134 2003-11-09  Simon Josefsson  <jas@extundo.com>
17135
17136         * imap.el: Support for ID IMAP extension (RFC 2971).
17137         (imap-local-variables): Add imap-id.
17138         (imap-id): New variable.
17139         (imap-id): New function.
17140         (imap-parse-response): Parse untagged ID response.
17141         * nnimap.el (nnimap-id): New variable.
17142         (nnimap-open-connection): Use it.
17143
17144 2003-12-28  Simon Josefsson  <jas@extundo.com>
17145
17146         * gnus-score.el (gnus-score-edit-all-score): New.
17147         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17148
17149 2004-01-04  Simon Josefsson  <jas@extundo.com>
17150
17151         * password.el: Add.
17152
17153 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17154
17155         * dns.el (dns-query-types): Fix typo.
17156         (dns-query-types): New function.
17157         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17158         PTR and SOA replies, see RFC 1035.
17159
17160 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17161
17162         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17163
17164         * Moved to Changelog.2.
17165
17166 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17167
17168         * gnus.el (gnus-version-number): Bump version.
17169
17170 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17171
17172         * gnus.el: No Gnus v0.1 is released.
17173
17174 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17175
17176         * gnus.el: No Gnus v0.0 is released.
17177
17178 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17179
17180         * gnus.el (gnus-version-number): Bump.
17181         (gnus-version): No.
17182
17183 See ChangeLog.2 for earlier changes.
17184
17185     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17186       Free Software Foundation, Inc.
17187
17188   This file is part of GNU Emacs.
17189
17190   GNU Emacs is free software: you can redistribute it and/or modify
17191   it under the terms of the GNU General Public License as published by
17192   the Free Software Foundation, either version 3 of the License, or
17193   (at your option) any later version.
17194
17195   GNU Emacs is distributed in the hope that it will be useful,
17196   but WITHOUT ANY WARRANTY; without even the implied warranty of
17197   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17198   GNU General Public License for more details.
17199
17200   You should have received a copy of the GNU General Public License
17201   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17202
17203 ;; Local Variables:
17204 ;; coding: utf-8
17205 ;; fill-column: 79
17206 ;; add-log-time-zone-rule: t
17207 ;; End: