6dbf099050a93949dd1d2747058dc76ed6de6757
[gnus] / lisp / ChangeLog
1 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * mail-source.el (mail-source-value): Revert previous patch.
4
5         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
6         on failure.
7         (nnimap-open-connection): Look up both virtual and physical server name
8         credentials.
9
10         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11
12 2009-02-07  Dave Love  <fx@gnu.org>
13
14         * tls.el (open-tls-stream): Don't query killing process.
15
16 2009-02-08  Dave Love  <fx@gnu.org>
17
18         * gnus-win.el (gnus-window-to-buffer-helper,
19         gnus-all-windows-visible-p): Function needn't be a symbol.
20
21         * mail-source.el (mail-source-value): Function needn't be a symbol.
22
23 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24
25         * message.el (message-cite-prefix-regexp): Remove } from the cite
26         prefix.
27
28         * gnus-art.el (gnus-treatment-function-alist): Do picons before
29         highlight again, so that the highlight is correct.
30
31         * gnus-picon.el (gnus-picon): Remove again.
32         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
33
34         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
35         doing the header highlightling, so that the background colour of the
36         picon is correct.
37
38         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
39         (gnus-picon): Ditto.
40         (gnus-picon): Reinstate.  The background colour for picons is white.
41         (gnus-picon-insert-glyph): Make the background white.
42
43         * nnml.el (nnml-open-nov): Don't return dead buffers.
44
45         * auth-source.el (auth-source-create): Query the user for whether to
46         store the credentials.
47
48         * netrc.el (netrc-store-data): New function.
49
50         * auth-source.el (auth-source-user-or-password): Use the existing auth
51         sources, if any, for creation.
52
53         * gnus.el (gnus-group-fast-parameter): Return the last matching
54         parameter instead of the first matching parameter.
55
56 2010-09-26  Julien Danjou  <julien@danjou.info>
57
58         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
59
60 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
61
62         * mml2015.el (mml2015-use): Remove gpg support.
63
64         * mml1991.el (mml1991-function-alist): Remove gpg function.
65         (mml1991-gpg-sign): Removed.
66
67 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
68
69         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
70         (gnus-browse-unsubscribe-current-group): Document it.
71         (gnus-browse-unsubscribe-group): Use it.
72
73 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
74
75         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
76         address to the To list for easier response.
77
78         * gnus.el (gnus-play-startup-jingle): Removed.
79         (gnus-splash): Don't play jingle.
80         (gnus): Silence gnus-load message.
81
82         * gnus-art.el (gnus-treat-play-sounds): Removed.
83
84         * gnus.el (gnus-play-jingle): Remove audio support.
85
86         * gnus-cus.el (gnus-score-customize): Remove audio reference.
87
88         * earcon.el: Removed -- no users.
89
90         * gnus-audio.el: Removed -- no users of this package.
91
92         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
93
94         * gnus-start.el (gnus-setup-news): Remove nocem support.
95
96         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
97
98         * gnus.el (gnus-use-nocem): Removed.
99
100         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
101         Removed.
102
103         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
104         uses NoCeM any more.
105
106         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
107         (gnus-button-ctan-handler): Ditto.
108         (gnus-button-handle-ctan-bogus-regexp): Ditto.
109         (gnus-button-ctan-directory-regexp): Ditto.
110         (gnus-button-handle-ctan): Ditto.
111         (gnus-button-tex-level): Ditto.
112         (gnus-button-alist): Removed CTAN stuff.
113
114 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
115
116         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
117         nnimap-streaming test.
118
119         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
120         servers twice.
121
122         * nnimap.el (nnimap-open-connection): Add more error reporting when
123         nnimap fails early.
124
125         * nnheader.el (nnheader-get-report-string): New function.
126         (nnheader-get-report): Use it.
127
128         * gnus-int.el (gnus-check-server): Say what the error was when opening
129         failed.
130
131         * nnimap.el (nnimap-wait-for-response): Search further when we're not
132         using streaming.
133
134 2010-09-25  Julien Danjou  <julien@danjou.info>
135
136         * gnus-html.el (gnus-html-rescale-image): Use our defalias
137         gnus-window-inside-pixel-edges.
138
139 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
140
141         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
142
143         * mm-decode.el (mm-save-part): Allow saving to other directories the
144         normal Emacs way.
145
146         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
147         by Jay Berkenbilt.
148
149         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
150         there isn't a single byte.
151
152         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
153         just do it.  It doesn't really seem to matter what the user responds
154         here, I think, so it's just a confusing question.
155
156         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
157         non-streaming case.
158
159         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
160         (gnus-article-encrypt-body): Use it.
161
162         * gnus-sum.el (gnus-summary-show-complete-article): New command and
163         keystroke.
164
165         * nnimap.el (nnimap-find-wanted-parts-1): Use
166         gnus-fetch-partial-articles.
167
168         * gnus-art.el (gnus-fetch-partial-articles): New variable.
169
170         * nnimap.el (nnimap-insert-partial-structure): New function.
171         (nnimap-get-partial-article): New function.
172         (nnimap-request-article): Use it.
173         (nnimap-wait-for-response): Return whether the wait was successful.
174         (nnimap-finish-retrieve-group-infos): Don't do anything if the
175         retrieval wasn't successful.
176         (nnimap-retrieve-group-data-early): Allow throttling servers.
177         (nnimap-streaming): New variable.
178         (nnimap-fetch-partial-articles): Removed.
179
180         * mm-decode.el (mm-with-part): Protect against killed buffers.
181
182         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
183         for prettier summary display.
184
185 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
186
187         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
188         directly.
189
190 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
191
192         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
193         apparently third-party libraries depend on it.
194
195         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
196         before starting negotiation.
197
198         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
199         privacy reasons.
200         (gnus-treat-mail-gravatar): Ditto.
201
202         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
203         buffer when inserting images.  Inserting text into the headers, for
204         instance, can make them invalid.
205
206 2010-09-25  Julien Danjou  <julien@danjou.info>
207
208         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
209         variables.
210
211         * nnheader.el: Remove useless variables news-reply-yank-from and
212         news-reply-yank-message-id.
213
214         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
215         variables.
216
217         * mml1991.el: Remove useless mml1991-verbose.
218
219         * gnus.el: Remove useless variable gnus-use-generic-from.
220         Remove obsolete variable gnus-topic-indentation.
221
222         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
223
224         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
225
226         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
227
228         * gnus-group.el: Remove useless gnus-group-icon-cache.
229         Remove useless gnus-ephemeral-group-server.
230
231         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
232
233         * mml2015.el: Remove useless mml2015-verbose.
234
235         * mml-smime.el: Remove useless mml-smime-verbose.
236
237         * gnus.el: Remove useless gnus-local-domain.
238
239         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
240         gnus-gravatar-size.
241
242         * gnus-art.el: Remove useless gnus-treat-translate.
243
244 2010-09-24  Julien Danjou  <julien@danjou.info>
245
246         * gnus-sum.el: Add support for Gravatars.
247
248         * gnus-art.el: Add support for Gravatars.
249
250         * gnus-gravatar.el: Add this file.
251
252         * gravatar.el: Add this file.
253
254 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
255
256         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
257
258         * gnus-group.el (gnus-group-fetch-faq): Removed.
259
260         * gnus.el (gnus-group-faq-directory): Removed.
261
262         * gnus-group.el (gnus-group-fetch-charter): Removed.
263
264         * gnus.el (gnus-group-charter-alist): Removed.
265
266         * gnus-group.el (gnus-group-archive-directory): Removed.
267         (gnus-group-recent-archive-directory): Ditto.
268         (gnus-group-make-archive-group): Removed.
269
270         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
271
272         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
273         use the same article number for all the cached articles.
274
275         * nnimap.el (nnimap-command): Register the last command time so
276         that we can use it for idling NOOPs.
277         (nnimap-open-connection): Start the keeplive timer.
278         (nnimap-make-process-buffer): Store all the process buffers.
279         (nnimap-keepalive): New function.
280
281         * starttls.el: (starttls-open-stream): Add autoload cookie.
282
283 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
284
285         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
286         handling.
287
288 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
289
290         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
291         its data structures.
292
293         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
294         instead of the cl.el copy-list.
295         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
296         equalp.
297
298 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
299
300         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
301         and tool-bar-local-item-from-menu.
302
303         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
304         mode-line-highlight face for Emacs.
305
306         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
307         loading gnus-sum.elc; fix comment for canlock-verify.
308         (gnus-article-jump-to-part): Use read-number.
309         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
310         Emacs pre-21 compatible code for help-echo.
311         (gnus-article-next-page-1): No need to adjust the number of lines.
312         (gnus-article-describe-bindings): Always use help-buffer.
313
314         * gnus-audio.el (gnus-audio-inline-sound)
315         * gnus-cus.el (gnus-custom-mode)
316         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
317
318         * gnus-sum.el (gnus-remove-overlays): Doc fix.
319
320         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
321         compatible code.
322
323 2010-09-24  Glenn Morris  <rgm@gnu.org>
324
325         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
326         visiting the fcc file in rmail-mode.
327
328         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
329
330 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
331
332         * nnir.el: Silence the byte compiler.
333
334         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
335         alias to browse-url-url-encode-chars if any.
336         (gnus-html-encode-url): Use it.
337
338 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
339
340         * gnus-start.el (gnus-use-backend-marks): New variable.
341         (gnus-get-unread-articles-in-group): Use it.
342
343         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
344         makeover.
345
346 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
347
348         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
349
350 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
351
352         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
353         Removed.
354         (gnus-setup-news-hook): Removed
355         gnus-fixup-nnimap-unread-after-getting-new-news.
356
357         * gnus-int.el (gnus-request-update-info): Protect against backends not
358         having the function.
359
360         * nnimap.el (nnimap-stream): Mention starttls.
361         (nnimap-open-connection): Add starttls support.
362
363 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
364
365         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
366
367 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
368
369         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
370         BODYSTRUCTUREs.
371         (nnimap-transform-headers): Unfold quoted {42} headers.
372
373         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
374         the info.
375         (gnus-get-unread-articles): Only call updatep on backends that support
376         it.
377
378         * nnweb.el (nnweb-request-update-info): NOOP.
379
380         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
381
382         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
383         since it only deals with marks.
384
385         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
386         gnus-request-marks, and make a new gnus-request-update-info.
387
388         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
389         the active instead of the high number, which is usually too low.
390
391 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
392
393         * netrc.el (netrc-parse): Remove encrypt.el mentions.
394         * encrypt.el: Removed.
395
396 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
397
398         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
399         server in symbolic form.
400
401         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
402         0.9.
403
404 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
405
406         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
407         (nnimap-update-info): Fix up code slightly.
408
409         * gnus-int.el (gnus-open-server): Add tracing for performance
410         debugging.
411
412         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
413         (gnus-group-insert-group-line): Pass the real group name so that it
414         gets the right data.
415
416         * gnus-start.el (gnus-get-unread-articles): Don't have
417         `gnus-get-unread-articles-in-group' update info, since that can be
418         really slow and doesn't seem to be needed?
419
420 2010-09-22  Dan Christensen  <jdc@uwo.ca>
421
422         * time-date.el (date-to-time): Try using parse-time-string first before
423         using the slower timezone-make-date-arpa-standard.
424
425 2010-09-22  Julien Danjou  <julien@danjou.info>
426
427         * gnus-group.el (gnus-group-insert-group-line): Call
428         gnus-group-highlight-line.
429         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
430         default hook list.
431         (gnus-group-update-eval-form): Add new function.
432         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
433         (gnus-group-get-icon): Use gnus-group-update-eval-form.
434
435 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
436
437         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
438         immediate, then expire all articles.
439         (nnimap-update-info): Fix off-by-one errors.
440         (nnimap-flags-to-marks): Would return no marks lists for group with no
441         flags.  Instead return the other data.
442
443 2010-09-22  Julien Danjou  <julien@danjou.info>
444
445         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
446         Only return an icon.
447         (gnus-group-insert-group-line): Compute icon to return.
448
449         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
450         variable.
451         (gnus-html-image-fetched): Only cache if
452         gnus-html-image-automatic-caching is set.
453         (gnus-html-image-fetched): Check for errors.
454
455 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
456
457         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
458         once per method on `g'.  This ensures that backends like nnfolder don't
459         open all their folders.
460
461         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
462         (nnimap-request-list): Nix out group in the correct buffer.
463         (nnimap-parse-flags): Implement by using `read' instead of
464         hand-parsing.
465         (nnimap-flags-to-marks): Pass on permanent-flags.
466         (nnimap-make-process-buffer): Record the server name.
467         (nnimap-parse-flags): Fix typo.
468         (nnimap-request-scan): Run split on the server in general, not just a
469         single group.
470
471         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
472         parameter, and propagate this downwards.
473
474         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
475         since EXAMINE changes it on the server.
476
477         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
478         this command might take a while.
479
480 2010-09-22  Julien Danjou  <julien@danjou.info>
481
482         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
483         harmful if you have 2 images side-by-side, they can't be properly
484         update on text deletion.  Using text-property is safer here.
485         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
486         data.
487
488 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
489
490         * nnimap.el (nnimap-expunge-inbox): Removed.
491         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
492         (nnimap-expunge): Flip default to t.
493
494         * gnus.el (gnus-method-to-server): Don't push things to the cache
495         unless it's unique.
496         (gnus-server-to-method): Ditto.
497
498 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
499
500         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
501
502 2010-09-22  Julien Danjou  <julien@danjou.info>
503
504         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
505         get the start of data.
506         (gnus-html-encode-url): Add this function to encode special chars in
507         URL.
508         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
509         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
510
511         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
512         default.
513         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
514
515         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
516         images alt-text.
517         (gnus-html-put-image): Put alt-text as help-echo.
518
519 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
520
521         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
522         * mm-util.el (mm-decompress-buffer)
523         * nnir.el (nnir-run-find-grep)
524         * pop3.el (pop3-list): Use 3rd arg of split-string.
525
526         * time-date.el (format-seconds): Comment fix.
527
528         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
529         and byte-optimize-form-code-walker.
530         (dgnushack-make-auto-load): Don't advise make-autoload.
531
532         * lpath.el: Remove Emacs 21 stuff.
533
534 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
535
536         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
537         outside the active range.  Suggested by Dan Christensen.
538
539         * gnus-start.el (gnus-get-unread-articles): Get the extended method
540         slightly later to avoid double-getting it.
541
542         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
543         previous patch.
544
545         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
546
547 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
548
549         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
550
551 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
552
553         * gnus-int.el (gnus-open-server): Give a better error message in the
554         "go offline" case.
555
556         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
557         marks for nnimap, which is seldom the right thing to do.
558
559         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
560         (gnus-same-method-different-name): New function.
561
562         * nnimap.el (parse-time): Require.
563
564         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
565         method in the presence of many similar methods.
566
567         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
568
569         * nnimap.el (nnimap-find-expired-articles): Don't refer to
570         nnml-inhibit-expiry.
571
572         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
573         find out whether methods are equal.
574
575         * nnimap.el (nnimap-find-expired-articles): New function.
576         (nnimap-process-expiry-targets): New function.
577         (nnimap-request-move-article): Request the article before looking at
578         what the Message-ID is.  Fix found by Andrew Cohen.
579         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
580
581         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
582         for oldness in addition to being a predicate.
583
584         * nnimap.el (nnimap-request-group): When we have zero articles, return
585         the right data to Gnus.
586         (nnimap-request-expire-articles): Only delete articles immediately if
587         the target is 'delete.
588
589         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
590         method, this would bug out.
591
592         * gnus-group.el (gnus-group-expunge-group): Renamed from
593         gnus-group-nnimap-expunge, and implemented as a normal interface
594         function.
595
596         * gnus-int.el (gnus-request-expunge-group): New function.
597
598         * nnimap.el (nnimap-request-create-group): Implement.
599         (nnimap-request-expunge-group): New function.
600
601 2010-09-21  Julien Danjou  <julien@danjou.info>
602
603         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
604         (gnus-html-cache-expired): Add new function.
605         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
606         wethever we should display image for fetch it.
607         Compute alt-text earlier to pass it to the fetching function too.
608         (gnus-html-schedule-image-fetching): Change function argument to only
609         get one image at a time, not a list.
610         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
611         cache.
612         (gnus-html-get-image-data): New function to retrieve image data from
613         cache.
614         (gnus-html-put-image): Change buffer argument to use image data rather
615         than file, and place image above region rather than inserting a new
616         one. Do not take alt-text as argument, since it's useless now: we place
617         the image above alt-text.
618         (gnus-html-prune-cache): Remove.
619         (gnus-html-show-images): Start to fetch image when we find one, do not
620         push into a temporary list.
621         (gnus-html-prefetch-images): Only fetch image if they have expired.
622         (gnus-html-browse-image): Fix, use 'gnus-image-url.
623         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
624
625 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
626
627         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
628
629 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
630
631         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
632         spec inser "*" if the group isn't active instead of 0.
633
634         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
635         opening the server.
636         (nnimap-request-delete-group): Implement group deletion.
637         (nnimap-transform-headers): Return the size of the entire message in
638         the Bytes header, not just the size of the first part.
639         (nnimap-request-move-article): When moving an article from nnimap,
640         request the article first so the accepting form has an article to
641         accept.  Reported by Dan Christensen.
642         (nnimap-command): Make sure that the error message doesn't error out.
643
644 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
645
646         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
647         we haven't requested anything.
648
649 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
650
651         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
652         "".  Fix found by Andrew Cohen.
653
654         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
655         instead of -encode-string.
656
657 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
658
659         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
660
661         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
662         by mm-subst-char-in-string.
663
664 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
665
666         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
667         waiting for the connection string.
668
669         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
670         arriving.
671
672         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
673         bogus characters.  This allows selecting certain Gmail groups.
674
675         * nnimap.el (nnimap-find-wanted-parts-1): New function.
676         (nnimap-fetch-partial-articles): New variable.
677         (nnimap-open-connection): When looking for credentials, also use the
678         nnimap-server-port.
679         (nnimap-request-article): Return the group/article number, so that Gnus
680         `^' works as expected.
681         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
682         them.
683
684         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
685         comments.
686         (gnus-methods-sloppily-equal): New function.
687         (gnus): When using the development version of Gnus, load the gnus-load
688         file.
689
690         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
691         `gnus-open-server' on each method before trying to scan them etc.  This
692         ensures that all the backend parameters are set correctly.
693
694         * nnimap.el (nnimap-authenticator): New variable.
695         (nnimap-open-connection): Allow anonymous login.
696         (nnimap-transform-headers): The chars header is called Chars not
697         Bytes.
698         (nnimap-wait-for-response): Don't infloop if the IMAP connection
699         drops.
700
701         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
702         patch, found by Knut Anders Hatlen.
703
704 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
705
706         * gnus-agent.el (gnus-agent-batch-confirmation)
707         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
708         to gnus-message.
709         * gnus-art.el (gnus-article-describe-briefly): Likewise.
710         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
711         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
712         * gnus-int.el (gnus-open-server): Likewise.
713         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
714         (gnus-score-check-syntax): Likewise.
715         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
716         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
717         Likewise.
718         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
719
720 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
721
722         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
723         calling conventions so that prefetch doesn't bug out.
724
725 2010-09-19  Julien Danjou  <julien@danjou.info>
726
727         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
728         rather than `subst-char-in-region' in order to be able to replace ASCII
729         char by UTF-8 ones.
730
731         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
732         than curl.
733         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
734         the right URL and ALT text on images.
735         (gnus-html-wash-tags): Fix tag case.
736         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
737         (gnus-article-html): Add -o display_ins_del=2 option.
738         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
739
740 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
741
742         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
743         the extra mail headers, which sometimes seem to happen for unknown
744         reasons.
745
746         * mail-parse.el (mail-header-encode-parameter): Define as
747         rfc2045-encode-string instead of as rfc2231-encode-string, since some
748         (or most, perhaps?) mail readers don't understand the latter, but do
749         understand the former.
750
751         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
752         to nil, so that no methods are automatically agentized.  I think this
753         is probably what most users want.
754
755         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
756         from url-retrieve, for instance about invalid URLs.
757
758         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
759         groups that have no articles.
760         (nnimap-request-article): Check that we really got an article when we
761         requested one.
762
763         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
764         doesn't exist.
765
766         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
767         nntp buffer so the agent can save it.
768         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
769         that CRLF doesn't get translated to \n.
770         (nnimap-open-connection): Don't make 'shell commands only send \n.
771
772 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
773
774         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
775         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
776         Update var name.
777         (nnml-generate-nov-file): Use dolist.
778         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
779         Use with-current-buffer.
780
781 2010-09-18  Julien Danjou  <julien@danjou.info>
782
783         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
784         parallel.
785
786 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
787
788         * nnimap.el (nnimap-update-info): When doing partial marks update, get
789         the range update right.
790         (nnimap-request-group): Don't make `M-g' bug out on group with no
791         marks.
792         (nnoo): Required, so that other packages can require nnimap.
793         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
794         command we're looking for.  This helps when the server sends more
795         responses after we've gotten everything we expected.
796         (nnimap): Add a `newlinep' field to keep track of end-of-line
797         conventions.
798         Don't send CRLF to things that don't want it.
799         (nnimap-request-accept-article): Ditto.
800
801 2010-09-18  Julien Danjou  <julien@danjou.info>
802
803         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
804         than curl to retrieve images.
805
806 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
807
808         * nnimap.el (nnimap-update-info): Extend the info so that we can set
809         the marks.
810         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
811         (nnimap-wait-for-connection): New function.
812         (nnimap-open-connection): If we have PREAUTH, don't query for login
813         credentials.
814         (nnimap-update-info): Fix off-by-one error when concatenating ranges
815         when doing a partial update.
816
817 2010-09-18  Julien Danjou  <julien@danjou.info>
818
819         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
820         tags.
821
822 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
823
824         * nnimap.el (nnimap-credentials): New function.
825         (nnimap-open-connection): Use the new function to look for credentials
826         also on the numeric equivalents of "imap" and "imaps".
827
828         * gnus-start.el (gnus-activate-group): Send the info to
829         gnus-request-group.
830
831         * nnimap.el (nnimap-request-group): Have the "check" version of the
832         function parse flags and update the info, so that a `M-g' get a total
833         resync of all flags from the group.
834
835         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
836         to allow backends to alter the info on group selection.  Also alter all
837         the backend -request-group functions to take the parameter.
838
839         * nnimap.el (nnimap-store-info): New function.
840         (nnimap-update-info): Store the info for later usage.
841         (nnimap-request-group): Use the stored info for the dont-check case, so
842         that we don't retrieve all marks when we enter a group.
843
844         * nnimap.el: Use deffoo instead of defun for interface functions.
845
846         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
847         update the group info.  This makes the nndraft groups, for instance, go
848         back to their old behaviour.
849
850         * gnus-sum.el (gnus-select-newsgroup): Indent.
851
852         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
853         in.
854         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
855         nothing.
856
857         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
858         from methods that are denied.
859
860         * gnus-int.el (gnus-method-denied-p): New function.
861
862         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
863         store the password instead of netrc.
864         (nnimap-open-connection): Don't error out when we can't make a
865         connections.
866
867         * auth-source.el (auth-source-create): In the password prompt, say what
868         we're querying for.  Also prompt for user name if that hasn't been
869         given.
870
871         * nnimap.el (nnimap-with-process-buffer): Removed.
872
873 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
874
875         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
876         method when we're reading from the agent.
877
878         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
879
880         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
881         that's probably most useful for users.
882
883         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
884         "failed" all the time.
885
886         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
887         ...)) with (with-current-buffer ... ).
888
889         * nntp.el (nntp-open-server): Return whether the open was successful or
890         not.
891
892         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
893         select an unread unseen article first.
894
895         * nnimap.el (nnimap-open-connection): If the user doesn't have a
896         /etc/services, supply some sensible port defaults.
897
898         * dgnushack.el: Define netrc-credentials.
899
900 2010-09-17  Julien Danjou  <julien@danjou.info>
901
902         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
903
904 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
905
906         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
907         doesn't have any parameters.
908
909 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
910
911         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
912         only upcased checks.
913
914         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
915
916         * nnimap.el (nnimap-open-shell-stream): New function.
917         (nnimap-open-connection): Use it.
918         (nnimap-transform-headers): Get the number of lines in each message.
919         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
920         number of lines.
921         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
922         problem.
923
924         * utf7.el (utf7-encode): Autoload.
925
926         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
927         to allow the mail splitting to not return a default group.  This is
928         useful for nnimap, which will leave unmatched mail in the inbox.
929
930         * nnimap.el: Rewritten.
931
932         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
933         nnimap usage.
934
935         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
936         if the move is internal, so that nnimap can do fast internal moves.
937
938         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
939         data.
940         (gnus-read-active-for-groups): Support finishing the early retrieval of
941         data.
942
943         * gnus-range.el (gnus-range-nconcat): New function.
944
945         * gnus-int.el (gnus-finish-retrieve-group-infos)
946         (gnus-retrieve-group-data-early): New functions.
947
948 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
949
950         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
951         (nnrss-retrieve-groups):
952         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
953         (pop3-quit): Use with-current-buffer.
954
955 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
956
957         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
958         instead of nnheader-accept-process-output.
959
960         * dgnushack.el (dgnushack-compile): Add comment.
961
962         * lpath.el: No need to fbind propertize for XEmacs 21.4.
963
964         * gnus-html.el (gnus-html-schedule-image-fetching)
965         (gnus-html-prefetch-images): Replace process-kill-without-query by
966         gnus-set-process-query-on-exit-flag.
967
968 2010-09-16  Romain Francoise  <romain@orebokech.com>
969
970         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
971
972 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
973
974         * gnus-registry.el (gnus-registry-install-shortcuts): The second
975         parameter to unintern is mandatory-ish in Emacs 24.
976
977         * gnus-html.el (gnus-html-schedule-image-fetching)
978         (gnus-html-prefetch-images): Check for curl before using it.
979
980         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
981         depend on curl, which isn't essential.
982
983         * imap.el: Revert back to version
984         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
985         seem problematic.
986
987 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
988
989         * gnus-registry.el (gnus-registry-install-shortcuts):
990         Explicitly pass `obarray' to `unintern' to avoid a warning.
991
992 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
993
994         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
995         change.
996
997         * nnrss.el (nnrss-request-list): Removed this function and related
998         functions, including the moreover stuff.
999
1000 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1001
1002         * nnrss.el (nnrss-retrieve-groups): New function.
1003
1004 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1005
1006         * .dir-locals.el: Add no-byte-compile cookie.
1007
1008 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1009
1010         * time-date.el (format-seconds): Comment fix.
1011
1012         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1013         for back end that doesn't support request-scan.
1014
1015 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1016
1017         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1018         then do request scans from the backends.
1019
1020         * netrc.el (netrc-credentials): New conveniency function.
1021
1022         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1023         avoid running a hook per line, since this takes a lot of time,
1024         profiling shows.
1025         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1026         directly if gnus-visual-p is true.
1027
1028 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1029
1030         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1031         groups; replace mapcar with dolist which is a bit faster; pass groups
1032         info to gnus-read-active-file-1.
1033         (gnus-read-active-file-1): Scan only specified groups if the new
1034         optional arg `infos' is given.
1035
1036 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1037
1038         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1039
1040         * pop3.el (pop3-movemail): Removed.
1041         (pop3-streaming-movemail): Renamed to pop3-movemail.
1042
1043         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1044         don't restrict end-tag searches to the end of the line.
1045
1046 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1047
1048         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1049         articles of every unchecked group to t, which means unknown since the
1050         server has never been opened.
1051
1052 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1053
1054         * gnus-html.el (gnus-html-show-alt-text): New command.
1055         (gnus-html-browse-image): Ditto.
1056         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1057         to browse the image directly.
1058         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1059         better.
1060
1061         * gnus-async.el (gnus-async-article-callback): Call
1062         `gnus-html-prefetch-images' unconditionally.
1063
1064         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1065         before feeding URLs to curl.
1066
1067 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1068
1069         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1070         internal images as deletable by `W D D'.
1071
1072         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1073         (gnus-async-article-callback): Fix typo.
1074
1075 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1076
1077         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1078         current line to work around bugs in the output from w3m.
1079
1080         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1081         for groups that want that.
1082
1083         * nntp.el (nntp-wait-for-string): Supply a timeout for
1084         accept-process-output to ensure progress.
1085
1086         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1087         level to get unread articles from, then use that for foreign groups,
1088         too.
1089
1090         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1091         confuses the rest of the function.
1092
1093         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1094         for the methods that support -retrieve-groups, too.
1095
1096         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1097
1098 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1099
1100         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1101         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1102
1103         * pop3.el: Require cl when compiling.
1104         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1105
1106 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1107
1108         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1109         that aren't going to be activated.
1110         (gnus-get-unread-articles): Fix up the last commit.
1111
1112         * gnus-html.el (gnus-article-html): Allow calling without specifying
1113         the handle.  In that case, dissect the buffer first.
1114
1115         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1116
1117         * nnimap.el (nnimap-open-connection): Revert the change that would look
1118         into authinfo for imaps instead of imap.
1119
1120         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1121         say that you don't want to call gnus-request-group with don-check, but
1122         do check the reponse.  This is for virtual groups only.
1123         (gnus-get-unread-articles): Count the archive groups as secondary, so
1124         that they're activated the same way as before.
1125
1126         * imap.el (imap-message-map): Removed optional buffer parameter, since
1127         no callers use it.
1128         (imap-message-get): Ditto.
1129         (imap-message-put): Ditto.
1130         (imap-mailbox-map): Ditto.
1131         (imap-mailbox-put): Ditto.
1132         (imap-mailbox-get): Ditto.
1133         (imap-mailbox-get): Revert last change for this function.
1134
1135         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1136         case-insensitively.
1137         (nnimap-debug): Removed.
1138
1139         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1140         to use `imap-fetch' instead.  According to the comments, this should be
1141         safe, since all other IMAP clients use the 1:* syntax.
1142         (imap-enable-exchange-bug-workaround): Removed.
1143         (imap-debug): Removed -- doesn't seem very useful.
1144
1145         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1146         mail from a file, and the file doesn't exist.
1147
1148         * imap.el (imap-log): New convenience function used throughout instead
1149         of repeating the same code all over the place.
1150
1151         * pop3.el (pop3-streaming-movemail): Return t for success.
1152
1153         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1154         .authinfo if we're using ssl connection.
1155
1156         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1157         already have if we're in a main Gnus `g' run.
1158
1159         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1160
1161 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1162
1163         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1164
1165         * nnmh.el (nnmh-request-list-1): Bind `file'.
1166
1167         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1168         alias to set-process-query-on-exit-flag or process-kill-without-query.
1169         (pop3-open-server): Use it.
1170
1171 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1172
1173         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1174         box to the Incoming file.  Fixes mistake in previous checkin.
1175
1176         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1177         request loop (for debugging purposes) removed.
1178
1179         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1180         culprit is more visible.
1181         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1182         (nnml-add-incremental-nov): New functions to do "incremental" nov
1183         updates, where we just append to the end of the existing nov files
1184         without reading/writing them in full.
1185
1186         * mail-source.el (mail-source-delete-crash-box): Really only check the
1187         incoming files once in a while.
1188
1189         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1190
1191         * mail-source.el (mail-source-delete-crash-box): Only check the
1192         incoming files for deletion once per day to save a lot of file
1193         accesses.
1194
1195         * pop3.el (pop3-logon): Fix up unbound variable typo.
1196
1197         * mail-source.el (pop3-streaming-movemail): Autoload.
1198
1199         * pop3.el (pop3-streaming-movemail): Respect
1200         pop3-leave-mail-on-server.
1201
1202         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1203         retrieval.
1204
1205         * pop3.el (pop3-process-filter): Removed unused function.
1206         (pop3-streaming-movemail, pop3-send-streaming-command)
1207         (pop3-wait-for-messages, pop3-write-to-file)
1208         (pop3-number-of-responses): New functions for streaming pop3
1209         retrieval.
1210
1211         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1212         come from no known methods.
1213         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1214         list.
1215
1216         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1217         message sizes.
1218         (pop3-movemail): Use erase-buffer instead of looping and deleting
1219         regions, which seems rather odd.
1220
1221         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1222         file once per `g' run.
1223
1224         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1225         directories.  This makes the draft queue directory work.
1226
1227         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1228         data from the backends, so that we only request the list of groups from
1229         each method once.  This should speed things up considerably.
1230
1231         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1232         detect that it's not implemented.
1233
1234         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1235         we actually do recurse down into the tree, but don't stat all leaf
1236         nodes.
1237
1238         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1239         then say so instead of bugging out.
1240
1241         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1242         files exist before trying to read them.
1243
1244         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1245         around <pre_int>.
1246
1247         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1248
1249         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1250
1251 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1252
1253         * mm-util.el (mm-image-load-path): Just return the image directories,
1254         not all directories in the path in addition to the image directories.
1255         (mm-image-load-path): Maintain a cache of the image directories so that
1256         the `g' command in Gnus doesn't have to stat dozens of directories each
1257         time.
1258
1259         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1260         (gnus-html-wash-tags): Add a new `i' command to insert images.
1261         (gnus-html-insert-image): New command and keystroke.
1262         (gnus-html-redisplay-with-images): New command and keystroke.
1263         (gnus-html-show-images): Renamed command.
1264         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1265         spacers.
1266         (gnus-html-wash-tags): Decode entities at the end, so that entities
1267         inside the tags don't mess up the rest of the "parsing".
1268
1269         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1270         so that nnimap methods aren't agentized by default.  There's apparently
1271         many problems related to agent/imap behaviour.
1272
1273         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1274
1275         * gnus-html.el: Doc fix.
1276
1277 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1278
1279         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1280         specifier-spec-list for Emacs 21.
1281
1282         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1283         glyph-width and glyph-height instead of display-graphic-p and
1284         image-size; make avoidance of displaying small images work for XEmacs.
1285
1286         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1287         for XEmacs.
1288
1289         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1290         of symbol that holds plist data.
1291         (gnus-process-plist): Remove plist of process after getting it.
1292
1293 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1294
1295         * message.el (message-generate-hashcash): Change default to
1296         'opportunistic if hashcash is installed.
1297
1298         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1299         (gnus-html-put-image): Only call image-size once, since it's somewhat
1300         time-consuming on remote X servers.
1301
1302 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1303
1304         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1305         type on data, not a file name.
1306
1307         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1308         window-pixel-edges for Emacs 21.
1309
1310         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1311         decoded contents.
1312         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1313
1314 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1315
1316         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1317         group line format, since it isn't very interesting.
1318
1319         * gnus-agent.el (gnus-agent-short-article),
1320         (gnus-agent-long-article): Increase values for these two variables,
1321         since most people are likely to have more network connection and
1322         storage than before.
1323
1324         * gnus.el (gnus-refer-article-method): Change default to 'current.
1325         When referring an article, the common behaviour is to refer it from the
1326         current select method, not the native select method.  The chances of
1327         the native select method having the message in question is rather slim
1328         these days.
1329
1330         * gnus-sum.el (gnus-auto-select-subject): Change default to
1331         `unseen-or-unread'.  I think it's likely that most people want to
1332         select an unseen article over a previously seen, but unread one.
1333
1334         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1335         means that in the article buffer none of the minor mode elements will
1336         be shown, usually, and this is not desirable in most cases.
1337
1338         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1339         that commands like `d' (and the like) go to the next line in the
1340         buffer, instead of the next unread article.  I think this is the
1341         behaviour that is most natural for most users.
1342         (gnus-single-article-buffer): Change default to nil, so that people can
1343         have as many article buffers open as they have summary buffer.  I think
1344         this is the most natural way for the groups to behave.
1345
1346         * message.el (message-generate-new-buffers): Change default to
1347         `unsent', so that all new message buffers start their names with the
1348         string "*unsent", and it's easier to find the buffers if you move from
1349         them.
1350
1351 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1352
1353         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1354         small.  They're probably tracking images.
1355         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1356         (gnus-html-rescale-image): Yet another try at getting the image sizing
1357         right.
1358
1359         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1360         nntp-marks-file-name is nil.
1361
1362 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1363
1364         * gnus-html.el (gnus-html-wash-tags)
1365         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1366         Better logging.
1367
1368 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1369
1370         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1371
1372         * gnus-html.el (gnus-html-wash-tags): Check the value of
1373         gnus-blocked-images in the summary buffer.
1374
1375 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1376
1377         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1378
1379 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1380
1381         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1382         like "a", it seems like.
1383         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1384         since it needs to be picked from the correct buffer.
1385
1386         * nnwfm.el: Removed.
1387
1388         * nnlistserv.el: Removed.
1389
1390 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1391
1392         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1393         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1394
1395 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1396
1397         * nnkiboze.el: Removed.
1398
1399         * nndb.el: Removed.
1400
1401         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1402         alt text.
1403         (gnus-html-rescale-image): Try to get the rescaling logic right for
1404         images that are just wide and not tall.
1405
1406         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1407         overshadow variable bindings.
1408
1409 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1410
1411         * gnus-html.el (gnus-html-wash-tags)
1412         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1413         extra logging.
1414
1415 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1416
1417         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1418         (gnus-max-image-proportion): New variable.
1419         (gnus-html-rescale-image): New function.
1420         (gnus-html-put-image): Rescale images.
1421
1422 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1423
1424         Fix up some byte-compiler warnings.
1425         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1426         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1427         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1428         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1429         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1430         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1431         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1432
1433 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1434
1435         * gnus-html.el (gnus-article-html): Decode contents by charset.
1436
1437 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1438
1439         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1440         (gnus-html-frame-width, gnus-blocked-images)
1441         * message.el (message-prune-recipient-rules): Add custom version.
1442         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1443
1444         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1445         functions.
1446
1447         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1448         gnus-process-get.
1449
1450 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1451
1452         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1453         instead of lsub directly.
1454
1455 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1456
1457         * nnwarchive.el: Removed.
1458
1459         * gnus-soup.el: Removed.
1460
1461         * nnsoup.el: Removed.
1462
1463         * nnultimate.el: Removed.
1464
1465         * gnus-html.el (gnus-blocked-images): New variable.
1466
1467         * message.el (message-prune-recipients): New function.
1468         (message-prune-recipient-rules): New variable.
1469
1470         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1471         guess whether a long line is natural text or not.
1472
1473         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1474         gnus-process-plist and friends for compatibility.
1475
1476 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1477
1478         * gnus-html.el: Require packages that define macros used in this file.
1479         (gnus-article-mouse-face): Declare to silence byte-compiler.
1480         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1481         process-get.
1482         (gnus-html-put-image): Use plist-get to avoid getf.
1483         (gnus-html-prefetch-images): Use with-current-buffer.
1484
1485 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1486
1487         * gnus-ems.el: Provide compatibility functions for
1488         gnus-set-process-plist.
1489
1490         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1491         header-line-format for XEmacs 21.4.
1492
1493         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1494         * gnus.el (gnus-valid-select-methods)
1495         * message.el (message-send-mail-partially-limit)
1496         * mm-decode.el (mm-text-html-renderer)
1497         * mml.el (mml-insert-mime-headers-always)
1498         * smiley.el (smiley-regexp-alist): Bump custom version.
1499
1500 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1501
1502         * gnus-html.el: require mm-url.
1503         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1504         with the url to `url'.
1505         (gnus-html-wash-tags): Support cid: URLs/images.
1506
1507 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1508
1509         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1510         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1511         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1512
1513         * gnus-move.el: Removed file, since it doesn't really work.
1514
1515         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1516         UTF-8.  This seems to fix problems with some German web feeds.
1517
1518         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1519         at the top so that the proper colours are applied.
1520
1521         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1522         don't have dots in their names.
1523
1524         * gnus-art.el (gnus-article-view-part): Doc fix.
1525
1526         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1527         XEmacs-compatible.
1528         (gnus-html-put-image): Don't do images on non-graphic displays.
1529
1530         * nnslashdot.el: Removed this unused backend.
1531
1532         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1533         actions.
1534         (gnus-undo-register-1): Revert last change.
1535
1536         * gnus-group.el (gnus-group-completing-read): Protect against not
1537         having completion-styles bound.
1538
1539         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1540         make broken recipients happier.
1541
1542         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1543
1544         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1545         point parameter.
1546
1547         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1548
1549         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1550         completion-styles for group selection.
1551
1552 2009-02-04  Andreas Schwab  <schwab@suse.de>
1553
1554         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1555         headers and regexp-quote the match if necessary.
1556
1557 2009-03-24  Miles Bader  <miles@gnu.org>
1558
1559         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1560         the blinking smiley.
1561
1562 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1563
1564         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1565         blink smiley.
1566
1567 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1568
1569         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1570         where the dribbel file lives exists.
1571
1572         * message.el (message-send-mail-partially-limit): Change the default to
1573         nil, since most people don't want this.
1574
1575         * mm-url.el (mm-url-decode-entities): Also decode entities like
1576         &#x3212.
1577
1578 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1579
1580         * gnus-sum.el (gnus-summary-idna-message):
1581         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1582         Hyperlink urls in docstrings with URL `...'.
1583
1584 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1585
1586         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1587         functions.
1588
1589 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1590
1591         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1592         say what the mouseover text should be.
1593
1594         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1595         version of the mm-w3m-safe-url-regexp variable to only download images
1596         in the groups where we want that to happen.
1597
1598         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1599
1600         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1601         easier debugging.
1602         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1603         big pictures in the article buffer.
1604
1605         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1606         gnus-article-html.
1607         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1608         w3m.
1609
1610         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1611
1612 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1613
1614         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1615         which doesn't exist.
1616
1617         * message.el (message-inhibit-ecomplete): New variable to allow some
1618         function to inhibit ecomplete address storage.
1619         (message-resend): Disable ecomplete message storage when resending
1620         messages.
1621
1622         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1623
1624 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1625
1626         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1627         Save excursion while copying, moving, and deleting articles in order to
1628         prevent the cursor from jumping to unforeseen place.
1629
1630 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1631
1632         * lpath.el: No need to bind bookmark-current-buffer,
1633         bookmark-yank-point and bookmark-make-record-function.
1634
1635 2010-08-17  Glenn Morris  <rgm@gnu.org>
1636
1637         * gnus-sync.el: Require gnus components whose functions are used.
1638
1639         * gnus-art.el (bookmark-make-record-function):
1640         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1641         Declare for compiler.
1642
1643         * mm-url.el (mml-compute-boundary): Autoload.
1644
1645 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1646
1647         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1648
1649 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1650
1651         Typo fix "hoo4a" -> "hook".
1652
1653         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1654
1655 2010-08-14  Glenn Morris  <rgm@gnu.org>
1656
1657         * gnus-sync.el (gnus-sync): Fix defgroup version.
1658
1659 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1660
1661         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1662
1663         * gnus-sync.el: Fix docs.
1664         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1665         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1666
1667 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1668
1669         Optimizations for gnus-sync.el.
1670
1671         * gnus-sync.el: Add docs about gnus-sync-backend
1672         possibilities.
1673         (gnus-sync-save): Remove unnecessary message.
1674         (gnus-sync-read): Optimize and show what groups were skipped.
1675
1676 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1677
1678         Minor bug fixes for gnus-sync.el.
1679
1680         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1681         read the sync on get-new-news.
1682
1683         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1684         quiet.
1685
1686         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1687
1688 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1689
1690         Make saving and restoring of hidden threads work with overlays.
1691         Patch applied by Ted Zlatanov.
1692
1693         * gnus-sum.el (gnus-hidden-threads-configuration)
1694         (gnus-restore-hidden-threads-configuration): Update to deal with text
1695         properties, rather than searching for a magic character.
1696
1697 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1698
1699         New gnus-sync.el library for synchronization of marks.
1700
1701         * gnus-sync.el: New library for synchronization of marks.
1702
1703         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1704         renamed from `gnus-registry-grep-in-list'.
1705
1706         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1707
1708         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1709
1710 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1711
1712         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1713         determining charset of text fails.
1714
1715 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1716
1717         * nnmail.el (nnmail-get-new-mail-1): Revert.
1718
1719         * nnml.el (nnml-active-number): Make sure names of newly created groups
1720         in nnml-group-alist are encoded.
1721
1722 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1723
1724         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1725         containing non-ASCII characters in active file for nnml back end.
1726
1727 2010-07-24  David Engster  <dengste@eml.cc>
1728
1729         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1730         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1731
1732 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1733
1734         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1735         tag (Bug#6654).
1736
1737 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1738
1739         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1740         the article buffer, not the summary buffer.
1741
1742 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1743
1744         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1745         Emacs 23 as well.
1746
1747 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1748
1749         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1750         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1751
1752 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1753
1754         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1755         Patch applied by Karl Fogel.
1756
1757         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1758         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1759
1760 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1761
1762         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1763         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1764         C-w still not working correctly from Article buffers; Thierry's
1765         patch to fix that will be applied after this.
1766
1767         * gnus-art.el (bookmark-make-record-function): New local variable.
1768
1769         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1770         article buffer.
1771         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1772
1773 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1774
1775         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1776         on changes in bookmark.el.
1777
1778 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1779
1780         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1781         `no-log' instead of message not to log prompt string.
1782
1783 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1784
1785         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1786         the *other* type of HTML form submission.
1787
1788 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1789
1790         * auth-source.el (auth-source-pick): If choice does not contain a
1791         questioned keyword, set the check to t.
1792
1793 2010-06-12  Romain Francoise  <romain@orebokech.com>
1794
1795         * gnus-util.el (gnus-date-get-time): Move up before first use.
1796
1797 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1798
1799         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1800         (gnus-article-edit-part): Bind it to make last part that is substituted
1801         or deleted visible.
1802         (gnus-mime-display-single): Buttonize part of which id equals to
1803         gnus-mime-buttonized-part-id.
1804
1805 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1806
1807         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1808         (gnus-dd-mmm): Use gnus-date-get-time.
1809         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1810         simplify logic.
1811         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1812         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1813
1814 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1815
1816         * auth-source.el (top): Autoload `secrets-list-collections',
1817         `secrets-create-item', `secrets-delete-item'.
1818         (auth-sources): Fix tag string.
1819         (auth-get-source, auth-source-retrieve, auth-source-create)
1820         (auth-source-delete): New defuns.
1821         (auth-source-pick): Rewrite in order to avoid 2 passes.
1822         (auth-source-forget-user-or-password): New parameter USERNAME.
1823         (auth-source-user-or-password): New parameters CREATE-MISSING and
1824         DELETE-EXISTING.  Retrieve password interactively, if needed.
1825
1826 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1827
1828         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1829         deleting unused directories when gnus-expert-user is t.
1830
1831 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1832
1833         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1834         for each temp file when gnus-article-browse-delete-temp is ask.
1835
1836 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1837
1838         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1839         Lisp calls to delete-backward-char by calls to delete-char.
1840
1841 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1842
1843         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1844
1845 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1846
1847         * password-cache.el (password-cache-remove): Fix docstring.
1848
1849 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1850
1851         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1852         article unless decoding article to be saved.
1853
1854 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1855
1856         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1857         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1858         generated within the mm-with-unibyte-current-buffer macro.
1859
1860 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1861
1862         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1863         to nil when we're in a mml-preview buffer and no group is selected.
1864
1865 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1866
1867         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1868         when catching the `C-g'.  Reported by "Leo".
1869
1870 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1871
1872         * message.el (message-forward-make-body-plain)
1873         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1874         multibyte-string-p.
1875
1876         * lpath.el: Revert.
1877
1878 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1879
1880         * message.el (message-forward-make-body-mml): Assume original message
1881         is multibyte string; error on unibyte.
1882         (message-forward-make-body-plain): Ditto; don't add excessive newline
1883         in body end.
1884
1885         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1886
1887 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1888
1889         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1890         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1891
1892 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1893
1894         * mm-extern.el (mm-extern-url): Don't use
1895         mm-with-unibyte-current-buffer.
1896         (mm-extern-cache-contents): Use with-current-buffer instead of
1897         save-excursion + set-buffer.
1898
1899 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * mm-util.el (mm-emacs-mule): Remove.
1902
1903 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1904
1905         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1906         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1907         change.
1908
1909 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1910
1911         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1912         bind the default value of enable-multibyte-characters to nil.
1913
1914 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1915
1916         * message.el (message-forward-make-body-plain)
1917         (message-forward-make-body-mml):
1918         Don't use mm-with-unibyte-current-buffer.
1919
1920 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1921
1922         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1923
1924 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1925
1926         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1927         (Bug#5592).
1928
1929 2010-05-07  Julien Danjou  <julien@danjou.info>
1930
1931         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1932         it to mm-pipe-part.
1933
1934         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1935         it is given.
1936
1937 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1938
1939         * binhex.el (binhex-decode-region-internal)
1940         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1941         (dns-query)
1942         * nnweb.el (nnweb-gmane-search)
1943         * pgg-parse.el (pgg-parse-armor)
1944         * pgg.el (pgg-verify-region)
1945         * sha1.el (sha1-string-external)
1946         * uudecode.el (uudecode-decode-region-internal)
1947         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1948         XEmacs.
1949
1950         * gnus-art.el (gnus-article-browse-html-parts)
1951         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1952         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1953         make-temp-file.
1954
1955         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1956         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1957         compiling.
1958
1959         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1960         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1961         XEmacs when compiling.
1962
1963         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1964         gnus-pick-mode-off-hook for XEmacs when compiling.
1965         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1966         gnus-binary-mode-off-hook for XEmacs when compiling.
1967
1968         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1969         nil if char-charset is not available.
1970
1971         * imap.el (imap-disable-multibyte)
1972         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1973         macros.
1974
1975         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1976         instead of encode-coding-string.
1977
1978         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1979         'xemacs) instead of mm-emacs-mule to switch function definitions.
1980         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1981
1982         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1983         bind temporary-file-directory for XEmacs;
1984         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1985         timer-set-function for XEmacs 21.4 and SXEmacs;
1986         bind timer-list for XEmacs 21.4 and SXEmacs;
1987         fbind char-charset and find-charset-region for non-Mule XEmacs;
1988         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1989         encode-coding-region and encode-coding-string for XEmacs having no
1990         file-coding feature.
1991
1992 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1993
1994         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1995
1996 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1997
1998         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1999         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2000
2001 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2002
2003         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2004         alias `jka-compr-delete-temp-file' no longer exists.
2005
2006 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2007
2008         Use define-minor-mode in Gnus where applicable.
2009         * mml.el (mml-mode): Use define-minor-mode.
2010         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2011         (gnus-undo-mode): Use define-minor-mode.
2012         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2013         (gnus-dead-summary-mode): Use define-minor-mode.
2014         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2015         Initialize in declaration.
2016         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2017         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2018         (gnus-mailing-list-mode): Use define-minor-mode.
2019         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2020         (gnus-draft-mode): Use define-minor-mode.
2021         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2022         (gnus-dired-mode): Use define-minor-mode.
2023
2024 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2025
2026         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2027         handles on recursive mml-to-mime translation and check them for
2028         boundary delimiter collisions.  Reported by Greg Troxel.
2029
2030 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2031
2032         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2033
2034 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2035
2036         * mm-util.el (mm-find-buffer-file-coding-system):
2037         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2038
2039 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2040
2041         * message.el (message-generate-headers): Record insertion of optional
2042         headers as well.  Otherwise the check to prevent repeated insertion of
2043         optional headers is a no-op.
2044
2045 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2046
2047         * smime.el: Don't mention CVS.
2048
2049         * nnrss.el (nnrss-fetch): Don't mention CVS.
2050
2051         * nnir.el: Don't mention CVS.
2052
2053 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2054
2055         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2056
2057 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2058
2059         * lpath.el: Fbind bookmark-default-handler,
2060         bookmark-get-bookmark-record, bookmark-make-record-default,
2061         bookmark-prop-get for Emacs <23 and XEmacs.
2062
2063 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2064
2065         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2066         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2067         Use with-current-buffer to silence the byte-compiler.
2068         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2069         bother to require `gnus'.
2070         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2071
2072 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2073
2074         * gnus-sum.el (gnus-summary-bookmark-make-record)
2075         (gnus-summary-bookmark-jump): New functions.
2076         (gnus-summary-mode): Setup bookmark support.
2077
2078 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2079
2080         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2081         if set.
2082
2083 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2084
2085         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2086         gnus-article-browse-html-save-cid-image; make it work recursively for
2087         forwarded messages as well.
2088         (gnus-article-browse-html-parts): Work when prefix arg is given.
2089         (gnus-article-browse-html-article): Doc fix.
2090
2091 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2092
2093         * message.el (message-default-mail-headers):
2094         (message-default-headers): Carry the value mail-default-headers over
2095         into message-default-mail-headers, rather than message-default-headers.
2096
2097 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2098
2099         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2100         charset.
2101
2102         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2103         charset into the <meta> tag when the article is encoded to utf-8.
2104
2105 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2106
2107         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2108         directories as well.
2109         (gnus-article-browse-html-parts): Work for images that do not specify
2110         file names; delete temp directory when quitting; insert header at the
2111         right place; use file: scheme for image files.
2112
2113 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2114
2115         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2116         (gnus-article-browse-html-parts): Use it to make temporary cid image
2117         files in addition to html file so that browser may display them.
2118
2119 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2120
2121         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2122
2123 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2124
2125         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2126
2127 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2128
2129         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2130         about Secret Service API sources.  Improve Customize options.
2131         (auth-source-pick): Change to accept any number of search parameters.
2132         Implement fallbacks iteratively, not recursively.  Add scoring on the
2133         second pass and sort by score.  Call Secret Service API when needed.
2134         (auth-source-user-or-password): Use it.  Call Secret Service API
2135         directly when needed to get the user name and the password.
2136
2137 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2138
2139         * message.el (message-interactive): Doc fix.
2140         (message-qmail-inject-args): Reflow.
2141         (message-kill-to-signature): Fix typo in docstring.
2142
2143         * smiley.el (smiley-buffer): Fix typo in docstring.
2144
2145 2010-03-24  Glenn Morris  <rgm@gnu.org>
2146
2147         * mail-source.el (gnus-message): Declare.
2148         (mail-source-delete-old-incoming): Require gnus-util.
2149
2150 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2151
2152         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2153
2154         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2155
2156         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2157         password-cache's default if it is not bound.
2158         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2159         password-cache-expiry's default if it is not bound.
2160
2161         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2162         available in Emacs 21.
2163
2164         * lpath.el: Suppress compiler warnings for:
2165         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2166         XEmacs;
2167         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2168         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2169         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2170
2171 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2172
2173         * auth-source.el (auth-sources): Fix up definition so extra parameters
2174         are always inline.
2175
2176 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2177
2178         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2179         wasn't updated after mismatch.  Clear cached mailbox info correctly
2180         when uidvalidity changes.
2181         (nnimap-group-prefixed-name): New function to avoid some code
2182         duplication.
2183         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2184         (nnimap-request-group): Use it.
2185         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2186         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2187         with many imap folders.  This is done by caching the group status from
2188         the imap server persistently in a group parameter `imap-status'.  (This
2189         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2190         but not persistently, so every Gnus startup was still very slow.)
2191
2192 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2193
2194         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2195         delete the extra newline.  Otherwise editing of :string and :number
2196         types don't work.
2197
2198 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2199
2200         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2201         secrets.el dependency.
2202         (auth-sources): Add optional user name.  Add secrets.el configuration
2203         choice (unused right now).
2204
2205 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2206
2207         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2208         `gnus-registry-install-shortcuts' fill in the functions.
2209
2210         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2211         warnings.
2212         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2213         (gnus-registry-install-shortcuts): Populate and use it in a
2214         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2215
2216 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2217
2218         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2219         In-place substitutions for the group name encoding/decoding.
2220         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2221         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2222         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2223         (nnimap-update-unseen, nnimap-request-list)
2224         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2225         (nnimap-request-set-mark, nnimap-split-to-groups)
2226         (nnimap-split-articles, nnimap-request-newgroups)
2227         (nnimap-request-create-group, nnimap-request-accept-article)
2228         (nnimap-request-delete-group, nnimap-request-rename-group)
2229         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2230         `encoded-mbx' for consistency.
2231         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2232         variable `imap-current-mailbox'.
2233
2234         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2235         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2236
2237 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2238
2239         * pop3.el (pop3-display-message-size-flag): Display message size byte
2240         counts during POP3 download.
2241         (pop3-movemail): Use it.
2242         (pop3-list): Implement listing of available messages.
2243
2244 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2245
2246         * nnir.el (nnir-get-article-nov-override-function): New function to
2247         override the normal NOV retrieval.
2248         (nnir-retrieve-headers): Use it.
2249
2250 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2251
2252         * auth-source.el (netrc-machine-user-or-password): Autoload.
2253
2254 2010-03-19  Glenn Morris  <rgm@gnu.org>
2255
2256         Stop message.el from loading about 40 libraries it doesn't always need.
2257         The general approach is to autoload rather than require, and to
2258         require in the specific functions rather than the file.  (Bug#5642)
2259
2260         * gmm-utils.el: Don't require wid-edit.
2261         (widget-create-child-value, widget-convert, widget-default-get):
2262         Autoload.
2263
2264         * gnus-util.el: Don't require time-date, netrc.
2265         (message-fetch-field, gnus-group-name-decode): Declare rather than
2266         autoloading.
2267         (gnus-fetch-field): Require message.
2268         (gnus-decode-newsgroups): Require gnus-group.
2269
2270         * ietf-drums.el: Don't require time-date.
2271
2272         * message.el: Don't require hashcash, canlock, ecomplete.
2273         Do require mail-utils.  Require nnheader only when compiling.
2274         (smtpmail-default-smtp-server): Remove declaration.
2275         (message-send-mail-function): Check smtpmail-default-smtp-server
2276         is bound rather than requiring smtpmail.
2277         (message-auto-save-directory, message-insert-signature): Use
2278         expand-file-name rather than nnheader-concat.
2279         (nnheader-insert-file-contents): Autoload.
2280         (hashcash-wait-async): Declare.
2281         (message-send-mail): Only call gnus-setup-posting-charset if
2282         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2283         (message-send-mail-with-sendmail): Require sendmail.
2284         (canlock-password, canlock-password-for-verify): Declare.
2285         (message-canlock-password): Require canlock.
2286         (nnheader-get-report): Autoload.
2287         (gnus-setup-posting-charset): Declare.
2288         (message-send-news): Require gnus-msg.
2289         (message-make-references, message-make-in-reply-to): Use mail-header-id
2290         rather than the alias mail-header-message-id.
2291         (ecomplete-add-item, ecomplete-save): Declare.
2292         (message-put-addresses-in-ecomplete): Require ecomplete.
2293         (ecomplete-display-matches): Autoload.
2294
2295         * mm-decode.el: Don't require mailcap, gnus-util.
2296         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2297         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2298         Autoload.
2299         (mailcap-mime-extensions): Declare.
2300
2301         * mm-encode.el: Don't require mailcap.
2302         (mailcap-extension-to-mime): Autoload.
2303
2304         * mml-sec.el: Don't require password-cache.
2305
2306         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2307         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2308         (mml-minibuffer-read-type): Require mailcap.
2309         (mml-preview): Require gnus-msg.
2310
2311         * mml1991.el: Require password-cache.
2312         (password-cache-expiry): Remove declaration.
2313
2314         * mml2015.el: Require password-cache.
2315         (password-cache-expiry): Remove declaration.
2316
2317         * nneething.el (mailcap): Require mailcap.
2318
2319         * nnheader.el (declare-function): Add compatibility stub.
2320         (message-remove-header): Declare rather than autoload.
2321         (nnheader-replace-header): Require message.
2322
2323         * nnimap.el (declare-function): Add compatibility stub.
2324         (netrc-parse, netrc-machine-user-or-password): Declare.
2325         (nnimap-open-connection): Require netrc.
2326
2327         * nntp.el (declare-function): Add compatibility stub.
2328         (netrc-parse, netrc-machine, netrc-get): Declare.
2329         (nntp-send-authinfo): Require netrc.
2330
2331         * rfc2047.el: Don't require qp.
2332         (quoted-printable-encode-region, quoted-printable-decode-string):
2333         Autoload.
2334
2335         * sieve-mode.el: Don't require easymenu.
2336         (easy-menu-add-item): Autoload it.
2337
2338         * spam-stat.el (time-to-number-of-days): Autoload it.
2339
2340 2010-03-19  Glenn Morris  <rgm@gnu.org>
2341
2342         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2343
2344 2010-03-18  Glenn Morris  <rgm@gnu.org>
2345
2346         * hashcash.el (declare-function): Remove duplicate definition.
2347
2348 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2349
2350         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2351         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2352         value if any backslash escapes).
2353
2354 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2355
2356         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2357         if it is available.  (bug#5647)
2358
2359         * lpath.el: Suppress compiler warning for coding-system-from-name for
2360         Emacs 21 and XEmacs.
2361
2362 2010-03-14  Juri Linkov  <juri@jurta.org>
2363
2364         * hmac-def.el:
2365         * hmac-md5.el:
2366         * netrc.el: Fix keywords.
2367
2368 2010-02-26  Glenn Morris  <rgm@gnu.org>
2369
2370         * message.el (message-send-mail-function): Change the default, so that
2371         it inherits from a customized send-mail-function.  (Bug#5643)
2372
2373 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2374
2375         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2376         shell-command-to-string signals an error (bug#5299).
2377
2378 2010-02-24  Glenn Morris  <rgm@gnu.org>
2379
2380         * message.el (message-smtpmail-send-it)
2381         (message-send-mail-with-mailclient): Doc fixes.
2382
2383 2010-02-16  Glenn Morris  <rgm@gnu.org>
2384
2385         * message.el (message-default-mail-headers): Change the default value
2386         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2387
2388 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2389
2390         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2391         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2392
2393 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2394
2395         * time-date.el (date-to-time): Doc fix (Bug#5408).
2396
2397 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2398
2399         * message.el (message-mail): Just pass yank-action on to message-setup.
2400         (message-setup): Handle (FUN . ARGS) form of yank-action.
2401         (message-with-reply-buffer, message-widen-reply)
2402         (message-yank-original): Handle non-buffer values of
2403         message-reply-buffer (Bug#4080).
2404         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2405
2406 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2407
2408         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2409         Fix typo in docstring.
2410
2411 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2412
2413         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2414         response.
2415
2416 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2417
2418         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2419
2420         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2421
2422         * message.el (message-check-news-header-syntax): Protect against a
2423         string that `rfc822-addresses' returns when parsing fails.
2424
2425 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2426
2427         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2428         (gnus-previous-char-property-change): New functions.
2429
2430         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2431
2432 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2433
2434         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2435         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2436
2437 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2438
2439         * message.el (message-exchange-point-and-mark): Rework last change to
2440         avoid using optional arg of exchange-point-and-mark, for backward
2441         compatibility.
2442
2443 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2444
2445         * message.el (message-exchange-point-and-mark): Call
2446         exchange-point-and-mark with an argument rather than setting
2447         mark-active by hand (Bug#5175).
2448
2449 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2450
2451         * nntp.el (nntp-service-to-port): Work for service expressed with
2452         numeric string; replace [:digit:] with [0-9] for XEmacs.
2453
2454 2009-12-17  Glenn Morris  <rgm@gnu.org>
2455
2456         * gnus-group.el (gnus-bug-group-download-format-alist):
2457         Change emacs entry to debbugs.gnu.org.  Bump :version.
2458
2459 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2460
2461         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2462
2463 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2464
2465         * message.el (message-info): Explain why we use `Info-goto-node'.
2466
2467 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2468
2469         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2470
2471 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2472
2473         * message.el (message-completion-in-region): New compatibility function.
2474         (message-expand-group): Use it.
2475
2476 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2477
2478         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2479         with no unread article should be listed if the 2nd arg `predicate' is
2480         given.
2481
2482 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2483
2484         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2485
2486 2009-11-29  Juri Linkov  <juri@jurta.org>
2487
2488         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2489         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2490         on `gnus-recenter'. (Bug#4698, Bug#4981)
2491
2492 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2493
2494         * sha1.el (sha1-string-external): default-directory "/" in case
2495         otherwise non-existent.  process-connection-type pipe for touch of
2496         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2497
2498 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2499
2500         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2501         it's comms related and sgml-mode.el has "comm" on that basis too.
2502
2503 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2504
2505         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2506         containing tspecial characters if they have been already quoted.
2507
2508 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2509
2510         * dns-mode.el (auto-mode-alist): Purecopy string.
2511
2512 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2513
2514         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2515
2516 2009-10-24  Glenn Morris  <rgm@gnu.org>
2517
2518         * gnus-art.el (help-xref-stack-item): Define for compiler.
2519
2520 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2521
2522         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2523
2524 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2525
2526         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2527
2528 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2529
2530         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2531         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2532
2533 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2534
2535         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2536         (gnus-overlays-in): New alias to overlays-in.
2537
2538         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2539         gnus-overlay-get, and gnus-delete-overlay.
2540         (gnus-summary-show-thread): Make it work as well for systems in which
2541         next-single-char-property-change is not available.
2542         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2543
2544         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2545         (gnus-overlay-get): New alias to extent-property.
2546         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2547
2548         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2549         SXEmacs.
2550
2551         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2552         SXEmacs.
2553
2554 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2555
2556         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2557
2558 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2559
2560         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2561         and XEmacs that don't have `remove-overlays'.
2562
2563 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2564
2565         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2566         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2567         selective display.  Use overlays instead.
2568
2569 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2570
2571         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2572
2573 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2574
2575         * spam-stat.el (spam-stat-load): Fix typo in message.
2576
2577 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2578
2579         * dig.el (dig-invoke): Fix typo in docstring.
2580         (query-dig): Reflow docstring.
2581
2582 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2583
2584         * gnus-art.el (gnus-article-encrypt-body):
2585         * message.el (message-check-recipients):
2586         * mm-util.el (mm-codepage-setup):
2587         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2588         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2589
2590 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2591
2592         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2593         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2594         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2595         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2596         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2597
2598 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2599
2600         * dig.el: Add "Keywords: comm", as per net-utils.el.
2601
2602 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2603
2604         * dig.el (dig-mode): Use define-derived-mode.
2605
2606 2009-09-19  Glenn Morris  <rgm@gnu.org>
2607
2608         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2609
2610 2009-09-18  Glenn Morris  <rgm@gnu.org>
2611
2612         * gnus-diary.el (gnus-diary-check-message):
2613         * message.el (message-insert-formatted-citation-line):
2614         * nnbabyl.el (top-level):
2615         * nndiary.el (nndiary-schedule):
2616         Fix typos in condition-case handlers.
2617
2618 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2619
2620         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2621         configuration that provides the sole article window in a frame;
2622         position point correctly after deleting a part.
2623
2624 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2625
2626         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2627         (spam-resolve-registrations-routine): Use it to unregister articles
2628         that change status.
2629
2630 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2631
2632         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2633         with XEmacs.
2634         (parse-time-string-chars): Use it.
2635
2636 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2637
2638         * imap.el (imap-interactive-login): Better messages.
2639         (imap-open): Fix bug with renamed buffer on reconnect.
2640         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2641         for easier debugging and cleaner code.  On successful (guessed based on
2642         server capabilities) secondary authentication, set imap-state
2643         correctly.
2644         (imap-last-authenticator): Define imap-last-authenticator as a variable
2645         to avoid warnings.
2646
2647 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2648
2649         * nnrss.el (nnrss-request-article): Remove binding of
2650         default-enable-multibyte-characters that has gotten needless by
2651         the 2007-07-13 change in rfc2047-encode-message-header.
2652
2653         * mml.el (mml-insert-multipart): Error on the message header.
2654         (mml-insert-part): Error on the message header; position point at
2655         the end of a MIME tag.
2656
2657 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2658
2659         * time-date.el (autoload): Expand define-obsolete-function-alias into
2660         defalias and make-obsolete for old Emacsen that Gnus supports.
2661         (with-no-warnings): Define it for old Emacsen.
2662         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2663         is available.
2664         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2665         float-time is available; suppress compile warning for time-to-seconds.
2666
2667         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2668         (gnus-float-time): Alias to float-time if it exists.
2669
2670         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2671         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2672         float-time is available; suppress compile warning for time-to-seconds.
2673
2674         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2675         XEmacs.
2676
2677 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2678
2679         * imap.el (imap-message-map): Docstring fix.
2680
2681 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2682
2683         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2684         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2685         Add the optional argument `encoding' that overrides the default.
2686
2687         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2688         mm-encode-buffer.
2689
2690 2009-09-04  Glenn Morris  <rgm@gnu.org>
2691
2692         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2693         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2694         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2695         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2696         * mm-util.el (mm-with-unibyte-current-buffer)
2697         (mm-find-buffer-file-coding-system):
2698         * yenc.el (yenc-decode-region): Use default-value rather than
2699         default-enable-multibyte-characters.
2700
2701 2009-09-03  Glenn Morris  <rgm@gnu.org>
2702
2703         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2704         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2705         than default-enable-multibyte-characters.
2706
2707 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2708
2709         * gnus-art.el (gnus-article-read-summary-keys):
2710         Fix gnus-buffer-configuration's value temporarily used.
2711
2712 2009-09-02  Glenn Morris  <rgm@gnu.org>
2713
2714         * gnus-util.el (gnus-float-time): New function.
2715         * gnus-delay.el (gnus-delay-article):
2716         * gnus-sum.el (gnus-thread-latest-date):
2717         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2718         * nnspool.el (nnspool-request-newgroups):
2719         Use gnus-float-time rather than time-to-seconds.
2720         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2721
2722         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2723         (gnus-header-subject-face, gnus-header-newsgroups-face)
2724         (gnus-header-name-face, gnus-header-content-face):
2725         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2726         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2727         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2728         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2729         (gnus-cite-face-11):
2730         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2731         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2732         (gnus-server-closed-face, gnus-server-denied-face)
2733         (gnus-server-offline-face):
2734         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2735         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2736         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2737         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2738         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2739         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2740         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2741         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2742         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2743         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2744         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2745         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2746         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2747         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2748         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2749         (gnus-summary-high-undownloaded-face)
2750         (gnus-summary-low-undownloaded-face)
2751         (gnus-summary-normal-undownloaded-face)
2752         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2753         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2754         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2755         (gnus-splash-face):
2756         * message.el (message-header-to-face, message-header-cc-face)
2757         (message-header-subject-face, message-header-newsgroups-face)
2758         (message-header-other-face, message-header-name-face)
2759         (message-header-xheader-face, message-separator-face)
2760         (message-cited-text-face, message-mml-face):
2761         * sieve-mode.el (sieve-control-commands-face)
2762         (sieve-action-commands-face, sieve-test-commands-face)
2763         (sieve-tagged-arguments-face):
2764         * spam.el (spam-face):
2765         Mark face aliases with "-face" in the name as obsolete.
2766
2767 2009-09-01  Glenn Morris  <rgm@gnu.org>
2768
2769         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2770         than goto-line.
2771
2772 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2773
2774         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2775         Don't move point if the command is invoked inside the message header.
2776
2777 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2778
2779         * imap.el (imap-send-command): Simplify.
2780         (imap-wait-for-tag): point-max -> buffer-size.
2781
2782 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2783
2784         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2785         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2786         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2787         * nnir.el (nnir-swish-e-index-file):
2788         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2789         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2790         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2791         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2792         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2793         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2794
2795 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2796
2797         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2798         Don't save excursion.
2799
2800 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2801
2802         * nnheader.el (nnheader-find-file-noselect):
2803         * mm-util.el (mm-insert-file-contents):
2804         Use (default-value 'major-mode) instead of default-major-mode.
2805
2806 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2807
2808         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2809
2810 2009-08-26  Glenn Morris  <rgm@gnu.org>
2811
2812         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2813         than placing in files.el.
2814
2815 2009-08-25  Glenn Morris  <rgm@gnu.org>
2816
2817         * nnir.el (top-level): Don't require cl at run-time.
2818         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2819         Replace cl-function substitute with gnus-replace-in-string.
2820         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2821         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2822         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2823         simplified expansions.
2824
2825 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2826
2827         * dig.el (dig): Add autoload cookie.
2828
2829 2009-08-22  Glenn Morris  <rgm@gnu.org>
2830
2831         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2832         goto-line.
2833
2834 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2835
2836         * parse-time.el (parse-time-string-chars): Save match data.
2837
2838 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2839
2840         * parse-time.el (parse-time-string-chars): Compute using character
2841         classes, to handle non-ascii characters (Bug#3190).
2842
2843 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2844
2845         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2846
2847         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2848         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2849         (gnus-mm-display-part, gnus-mime-display-single)
2850         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2851         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2852
2853         * gnus-sum.el
2854         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2855         (gnus-summary-move-article): Add expirable mark to articles copied or
2856         moved to group that has auto-expire turned on if the option is non-nil.
2857
2858 2009-07-24  Glenn Morris  <rgm@gnu.org>
2859
2860         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2861         Fix typo.  (Bug#3903)
2862
2863 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2864
2865         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2866         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2867         that should not be used for draft articles.
2868         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2869         that has no concern in minor mode keys.
2870         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2871         Abolish.
2872
2873 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2874
2875         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2876         article without making inquiry to a user for unknown encoding.
2877
2878         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2879         (nnmaildir--scan): Assume i-node and device number that file-attributes
2880         returns might be cons-cell.
2881
2882         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2883
2884         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2885
2886 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2887
2888         * auth-source.el: Remove docs now in auth.texi.  Don't use
2889         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2890         `auth-source-hide-passwords' and use them.
2891
2892 2009-07-15  Glenn Morris  <rgm@gnu.org>
2893
2894         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2895
2896 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2897
2898         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2899         excessive whitespace from the default values of title and description.
2900
2901 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2902
2903         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2904         mail-fetch-field to fetch Content-Description header in order to
2905         exclude newlines.
2906
2907 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2908
2909         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2910         format used by GnuPG 2.0.11.
2911
2912 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2913
2914         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2915         to deleted part.
2916
2917 2009-05-30  David Engster  <dengste@eml.cc>
2918
2919         * nnmairix.el: Remove old documentation in the commentary block.
2920         (nnmairix-request-group): Do not update active file for nnml back ends.
2921         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2922         end so that overview files are ignored.
2923         (nnmairix-update-groups): Make updating the groups more robust by using
2924         marks.
2925         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2926         with dollar characters in message-id.
2927
2928 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2929
2930         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2931         2008-12-25 in dns.el.
2932
2933 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2934
2935         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2936         could happen if the text is only composed of spaces and/or tabs.
2937
2938 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2939
2940         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2941         when sending a queued message to avoid extra mml tags.
2942
2943 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2944
2945         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2946
2947 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2948
2949         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2950         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2951         rmail-toggle-header for XEmacs;
2952         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2953
2954 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2955
2956         * gnus-dired.el: Remove autoload for gnus-setup-message.
2957         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2958         displaying Gnus logo; always use compose-mail.
2959
2960 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2961
2962         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2963
2964 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2965
2966         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2967         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2968         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2969         available.
2970         (gnus-nocem-epg-verify): New function.
2971
2972 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2973
2974         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2975
2976 2009-02-15  Glenn Morris  <rgm@gnu.org>
2977
2978         * gnus-util.el (rmail-insert-rmail-file-header)
2979         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2980         autoloads.
2981         (rmail-default-rmail-file): Remove unnecessary declaration.
2982         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2983
2984 2009-02-14  Glenn Morris  <rgm@gnu.org>
2985
2986         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2987         variable (only used in gnus-util, which declares it anyway).
2988         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2989         which was only needed by gnus-art (changed to not use it any more).
2990         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2991         only used in gnus-util, which autoloads it itself.
2992         (rmail-update-summary): Fix autoload.
2993
2994         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2995         rather than rmail-output-to-rmail-file.
2996
2997 2009-02-07  Glenn Morris  <rgm@gnu.org>
2998
2999         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3000         autoload of function that no longer exists.
3001         (rmail-toggle-header): Declare.
3002         (message-forward-rmail-make-body): Handle mbox Rmail.
3003
3004 2009-01-31  Glenn Morris  <rgm@gnu.org>
3005
3006         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3007         2009-01-09 change.
3008
3009 2009-01-31  Dave Love  <fx@gnu.org>
3010
3011         * imap.el (imap-fetch-safe): Bind debug-on-error.
3012         (imap-debug): Add imap-fetch-safe.
3013
3014 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3015
3016         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3017         (auth-source-forget-all-cached): New convenience function.
3018         (auth-source-user-or-password): Accept list of modes or a single mode.
3019
3020         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3021         auth-source modes.
3022
3023         * netrc.el (netrc-machine-user-or-password): Use list of
3024         auth-source modes.
3025
3026         * nnimap.el (nnimap-open-connection): Use list of
3027         auth-source modes.
3028
3029         * nntp.el (nntp-send-authinfo): Use list of
3030         auth-source modes.
3031
3032 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3033
3034         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3035         now.
3036
3037 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3038
3039         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3040         coding system in XEmacs; add a workaround for XEmacs.
3041
3042         * lpath.el: Fbind coding-system-aliasee.
3043
3044 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3045
3046         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3047         of current-language-environment.
3048
3049 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3050
3051         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3052         available at runtime.
3053
3054 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3055
3056         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3057
3058 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3059
3060         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3061         the greatest positive fixnum value doesn't work under an XEmacs with
3062         bignum support; use the most-positive-fixnum constant instead,
3063         available since Emacs 21.1 with cl and XEmacs 21.1.
3064
3065 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3066
3067         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3068         XEmacs gets not to work.
3069
3070 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3071
3072         * mm-util.el (mm-coding-system-priorities): Allow the value like
3073         "Japanese (UTF-8)" of current-language-environment.
3074
3075 2009-01-09  Glenn Morris  <rgm@gnu.org>
3076
3077         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3078         with last-command-event.
3079
3080 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3081
3082         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3083         in the doc string.
3084
3085         * message.el (message-fix-before-sending): Amend comment.
3086
3087 2009-01-08  Dave Love  <fx@gnu.org>
3088
3089         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3090
3091 2009-01-07  David Engster  <dengste@eml.cc>
3092
3093         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3094         simplified server definitions by converting it via
3095         gnus-server-to-method.
3096
3097 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3098
3099         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3100         parameter's operands.
3101
3102 2009-01-06  David Engster  <dengste@eml.cc>
3103
3104         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3105         primary select method (for gnus-group-mark-article-as-read).
3106
3107 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3108
3109         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3110         `(gnus)Face', not `(gnus)X-Face'.
3111
3112 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3113
3114         * mm-util.el (mm-ucs-to-char): New function.
3115
3116         * mm-url.el (mm-url-decode-entities): Use it.
3117
3118         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3119         unicode-to-char.
3120
3121 2009-01-05  Dave Love  <fx@gnu.org>
3122
3123         * time-date.el: Require cl for `declare'.
3124
3125 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3126
3127         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3128         Dave Love.
3129
3130 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3131
3132         * message.el (message-fix-before-sending): Add `eight-bit' to
3133         illegible-text check.
3134
3135 2009-01-03  Michael Olson  <mwolson@gnu.org>
3136
3137         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3138         `headers' is nil.  This can occur if the IMAP server does not have
3139         permissions to read messages from a folder, but can write new messages
3140         to the folder.
3141         (nnimap-request-article-part): Do not insert `data' if it is nil.
3142
3143         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3144         characters which will confuse `read', so skip past them.
3145
3146 2009-01-01  Dave Love  <fx@gnu.org>
3147
3148         * imap.el (imap-string-to-integer): Fix typo.
3149         (imap-fetch-safe): New function.
3150         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3151
3152         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3153
3154         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3155         (imap-parse-greeting): Fix doc strings.
3156         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3157         (imap-parse-flag-list): Make messages unique.
3158         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3159
3160         * nnimap.el: Fix author email.
3161         (nnimap-split-rule): Add FIXME comment.
3162         (nnimap-debug): Fix doc string.
3163
3164 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3165
3166         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3167
3168 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3169
3170         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3171         nslookup if resolv.conf isn't available.
3172         (dns-query): Rename from query-dns.
3173         (dns-query-cached): Rename from query-dns-cached.
3174
3175 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3176
3177         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3178         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3179         to check if those variables exist (first appeared in Emacs 18.50).
3180
3181 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3182
3183         * mm-util.el (mm-line-number-at-pos): New function.
3184
3185         * spam-report.el (spam-report-process-queue): Use it.
3186
3187 2008-12-24  David Engster  <dengste@eml.cc>
3188
3189         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3190         parameters that haven't existed as variables as buffer-local variables.
3191
3192 2008-12-23  Dave Love  <fx@gnu.org>
3193
3194         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3195         cadar.
3196
3197         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3198         imap-starttls-p.
3199         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3200
3201 2008-12-22  Dave Love  <fx@gnu.org>
3202
3203         * imap.el: Fix author email.  Doc fixes.
3204         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3205         reply.
3206
3207 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3208
3209         * spam-report.el (spam-report-gmane-max-requests): New constant.
3210         (spam-report-gmane-wait): New variable.
3211         (spam-report-gmane-ham, spam-report-gmane-spam)
3212         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3213         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3214         the server.
3215
3216         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3217         Add explanations.
3218
3219         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3220         nnheader-accept-process-output and nnheader-read-timeout if available.
3221         (pop3-movemail): Use it.
3222
3223         * message.el (message-check-news-body-syntax): Fix signature check if
3224         there's an attachment.
3225
3226 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3227
3228         * mm-util.el: Add comments to the mm- emulating functions.
3229
3230 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3231
3232         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3233         by Stephen Berman <stephen.berman@gmx.net>.
3234
3235 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3236
3237         * mm-util.el (mm-substring-no-properties): New function.
3238         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3239         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3240         (mm-string-to-multibyte): Doc fix.
3241
3242         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3243
3244 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3245
3246         * mml.el (mml-attach-file): Strip text properties from file name.
3247         (Bug#1574)
3248
3249 2008-12-16  Glenn Morris  <rgm@gnu.org>
3250
3251         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3252
3253 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3254
3255         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3256         knows since the charset specified might be a bogus alias that
3257         mm-charset-synonym-alist provides.
3258
3259 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3260
3261         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3262         "ISO_8859-1".
3263
3264         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3265
3266 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3267
3268         * mm-util.el (mm-charset-eval-alist):
3269         Define it before mm-charset-to-coding-system.
3270         (mm-charset-to-coding-system): Add optional argument `silent';
3271         define it before mm-charset-override-alist.
3272         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3273         default value if it can be used in Emacs currently running;
3274         silence mm-charset-to-coding-system.
3275
3276 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3277
3278         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3279         `allow-override' which says whether to use `mm-charset-override-alist'.
3280         (rfc2047-decode-encoded-words): Use it.
3281
3282         * mm-util.el (mm-charset-override-alist): Fix custom type;
3283         add `(gb2312 . gbk)' to choices.
3284
3285 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3286
3287         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3288         fast.
3289
3290         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3291
3292         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3293
3294 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3295
3296         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3297         on links.
3298
3299         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3300
3301 2008-12-03  Lute Kamstra  <lute@gnu.org>
3302
3303         * sha1.el: Remove leading * from docstrings of defcustoms,
3304         deffaces, defconsts and defuns.
3305
3306 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3307
3308         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3309         users' addresses that don't have domain parts.
3310         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3311         rather than message-narrow-to-head since there will be the message
3312         header separator.
3313
3314 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3315
3316         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3317         since the result is inserted in a unibyte buffer anyway.
3318         (nnimap-demule-use-string-to-multibyte): Remove.
3319         (nnimap-demule): Alias it to mm-string-to-multibyte.
3320
3321 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3322
3323         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3324         variable for debugging bug#464 and bug#1174.
3325         (nnimap-demule): Use it.
3326
3327 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3328
3329         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3330         score calculation correctly.
3331
3332 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3333
3334         * message.el (message-send-mail): Just set the buffer to unibyte
3335         rather than use mm-with-unibyte-current-buffer which does a lot more.
3336         (message-send-mail-partially): Don't bother with
3337         mm-with-unibyte-current-buffer since it's already been made unibyte by
3338         message-send-mail.
3339
3340 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3341
3342         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3343
3344 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3345
3346         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3347
3348 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3349
3350         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3351         require itself and to remove `with-no-warnings'.
3352
3353 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3354
3355         * starttls.el (starttls-any-program-available): Get the name of the
3356         available TLS layer program.
3357         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3358         well as the host name in the "opening" message.
3359
3360         * auth-source.el (auth-source-cache, auth-source-do-cache)
3361         (auth-source-user-or-password): Cache passwords and logins by default,
3362         allow override with `auth-source-do-cache'.
3363         (auth-source-forget-user-or-password): Allow users to remove cache
3364         entries if needed.
3365
3366 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3367
3368         * md4.el (md4-buffer): Fix typo in docstring.
3369         (md4, md4-64): Doc fixes.
3370         (md4-pack-int32): Reflow docstring.
3371
3372 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3373
3374         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3375         condition-case to only the forward-sexp call.
3376
3377 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3378
3379         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3380         quotes contained.  Make it more robust regardless by an extra
3381         condition-case wrapper.
3382
3383 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3384
3385         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3386
3387 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3388
3389         * nnml.el (nnml-request-expire-articles): Check if the function set to
3390         `nnmail-expiry-target' returns the symbol `delete'.
3391
3392         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3393
3394         * nnmail.el (nnmail-expiry-target): Fix custom type.
3395
3396 2008-10-02  Glenn Morris  <rgm@gnu.org>
3397
3398         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3399         Silence compiler warning.
3400
3401 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3402
3403         * tls.el (open-tls-stream): Show the actual command being
3404         executed, instead of the format string.
3405
3406 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3407
3408         * lpath.el: Fbind codepage-setup for Emacs 23.
3409
3410 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3411
3412         * mml.el (mml-menu): Don't assume mml2015 is bound.
3413
3414 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3415
3416         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3417         exists.
3418
3419 2008-09-27  Glenn Morris  <rgm@gnu.org>
3420
3421         * gnus-util.el (mail-header-remove-comments): Autoload it.
3422
3423 2008-09-27  Andreas Schwab  <schwab@suse.de>
3424
3425         * gnus-util.el (gnus-split-references): Strip comments.
3426         (gnus-parent-id): Likewise.
3427
3428 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3429
3430         * message.el (message-confirm-send): Fix version.
3431
3432 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3433
3434         * message.el (message-idna-to-ascii-rhs-1): Use
3435         mail-extract-address-components rather than mail-header-parse-addresses
3436         that is an alias by default to ietf-drums-parse-addresses that does not
3437         support non-ASCII names in headers' contents.
3438
3439 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3440
3441         * message.el (message-confirm-send): Fixed variable documentation to
3442         avoid the "y/n" wording.
3443
3444 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3445
3446         * message.el (message-set-auto-save-file-name): Save to a different
3447         filename so multiple messages (especially drafts) can be recovered.
3448
3449 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3450
3451         * message.el (message-confirm-send): Add appropriate version.
3452
3453 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3454
3455         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3456         defvar.
3457
3458 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3459
3460         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3461         (mm-pkcs7-enveloped-magic): Ditto.
3462
3463 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3464
3465         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3466         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3467
3468 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3469
3470         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3471         default, it's better.
3472
3473 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3474
3475         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3476         summary line gnus-number property and ignore them (with a warning
3477         message).
3478
3479 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3480
3481         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3482         macro caddr in the interactive form since it won't be expanded.
3483
3484 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3485
3486         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3487         `charset'; fix name of function called recursively.
3488         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3489
3490 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3491
3492         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3493         (gnus-mime-set-charset-parameters): New function.
3494         (gnus-mime-view-part-as-charset): Use it to correctly display part
3495         specifying wrong charset.
3496
3497 2008-09-08  David Engster  <dengste@eml.cc>
3498
3499         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3500         in completing-read for back end server.
3501
3502 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3503
3504         * message.el (message-confirm-send): New variable to confirm sending a
3505         message.
3506         (message-send): Use it.
3507
3508 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3509
3510         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3511
3512 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3513
3514         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3515
3516 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3517
3518         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3519         prevent tracking too many groups.
3520         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3521         Use it.
3522
3523 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3524
3525         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3526         moving point to the bottom of the window in order to avoid recentering.
3527
3528 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3529
3530         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3531
3532         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3533         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3534         (gnus-article-beginning-of-window): Fix calculation.
3535
3536 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3537
3538         * gnus-msg.el (gnus-summary-supersede-article)
3539         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3540         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3541         message header.
3542
3543 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3544
3545         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3546         pending output coming after the status change.
3547
3548 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3549
3550         * message.el:
3551         * gnus-start.el:
3552         * gnus-registry.el: Remove VMS support.
3553
3554 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3555
3556         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3557         macro.
3558         (rfc2104-hash): Use it.
3559
3560 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3561
3562         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3563         (gnus-summary-sort-by-most-recent-date): New commands.
3564         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3565         and menu entries.
3566
3567 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3568
3569         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3570         don't redisplay article for raw contents; remove plural articles stuff.
3571
3572         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3573         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3574         on gnus-summary-save-article; display results properly.
3575
3576 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3577
3578         * lpath.el: No need to fbind ns-focus-frame.
3579
3580 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3581
3582         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3583
3584 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3585
3586         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3587         gnus-save-all-headers.
3588
3589 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3590
3591         * gnus-util.el (ns-focus-frame): Remove declaration.
3592         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3593         like x.
3594
3595 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3596
3597         * rfc2104.el (rfc2104-zero): Delete defconst.
3598         (rfc2104-hex-alist): Likewise.
3599         (rfc2104-hex-to-int): Delete func.
3600         (rfc2104-hexstring-to-bitstring): Likewise.
3601         (rfc2104-nybbles): New defconst.
3602         (rfc2104-hash): Rewrite for speed.
3603
3604 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3605
3606         * tls.el (open-tls-stream): Make it work with the 2nd argument
3607         BUFFER that is a string but does not exist as a buffer object, as
3608         mentioned in the doc-string.
3609
3610 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3611
3612         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3613         SXEmacs.
3614
3615 2008-07-16  Glenn Morris  <rgm@gnu.org>
3616
3617         * gnus-util.el (ns-focus-frame): Declare for compiler.
3618
3619 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3620
3621         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3622         set as a group parameter.
3623         (gnus-summary-save-in-pipe): Work when it is called independently.
3624         (gnus-summary-pipe-to-muttprint): Don't modify
3625         gnus-summary-pipe-output-default-command.
3626
3627 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3628
3629         * message.el (message-send-mail-with-sendmail):
3630         Display the error message.
3631
3632 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3633
3634         * gnus-art.el (gnus-default-article-saver):
3635         Add gnus-summary-save-in-pipe to choices.
3636         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3637         gnus-summary-pipe-output-default-command as the default command.
3638         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3639         instead of gnus-last-shell-command.
3640
3641         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3642         New user option.
3643         (gnus-summary-muttprint-program): Mention the value will be changed.
3644         (gnus-summary-save-article): Force showing of all headers.
3645         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3646
3647 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3648
3649         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3650
3651 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3652
3653         * nnimap.el (nnimap-id):
3654         * sieve-manage.el (sieve-manage-open): Doc fixes.
3655
3656 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3657
3658         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3659         if available.
3660
3661 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3662
3663         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3664
3665         * nnkiboze.el (nnkiboze-generate-group):
3666         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3667
3668         * nnmairix.el: Require CL.
3669
3670 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3671
3672         * dgnushack.el: Autoload get-display-table and put-display-table for
3673         XEmacs 21.5.
3674
3675         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3676         21.4 and SXEmacs.
3677
3678 2008-06-15  David Engster  <dengste@eml.cc>
3679
3680         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3681
3682 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3683
3684         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3685         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3686         runtime choice under XEmacs.
3687
3688         * gnus-sum.el (gnus-summary-set-display-table):
3689         Use `gnus-put-display-table', `gnus-get-display-table',
3690         `gnus-set-display-table' for the display table, instead of `aset'.
3691
3692         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3693         Use `gnus-put-display-table', `gnus-get-display-table',
3694         `gnus-set-display-table' for the display table.
3695
3696 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3697
3698         * nnmairix.el: Add autoloads.
3699
3700 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3701
3702         * nnmairix.el (nnmairix-delete-recreate-group)
3703         (nnmairix-update-and-clear-marks): Fix error messages.
3704
3705 2008-06-14  David Engster  <dengste@eml.cc>
3706
3707         * nnmairix.el: Upgrade to version 0.6.
3708         (nnmairix-group-toggle-propmarks-this-group)
3709         (nnmairix-group-toggle-readmarks-this-group)
3710         (nnmairix-group-delete-recreate-this-group)
3711         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3712         (nnmairix-remove-tick-mark-original-article): New commands.
3713         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3714         (nnmairix-propagate-marks-to-nnmairix-groups)
3715         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3716         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3717         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3718         functions needed for marks propagation and manipulation of read marks.
3719         (nnmairix-update-groups): New function.
3720         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3721         (nnmairix-determine-original-group-from-registry)
3722         (nnmairix-determine-original-group-from-path)
3723         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3724         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3725         New helper functions.
3726         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3727         keystrokes for new commands.
3728         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3729         (nnmairix-request-group): Check allow-fast group parameter.
3730         (nnmairix-request-create-group): Set allow-fast group parameter if
3731         nnmairix-allowfast-default is set.
3732         (nnmairix-close-group): Propagate marks upon closing if needed.
3733         (nnmairix-group-toggle-threads-this-group): Use new.
3734         nnmairix-group-toggle-parameter helper function.
3735         (nnmairix-search): Better check for empty search result.
3736         (nnmairix-goto-original-article): Use new helper functions for
3737         determining original article.
3738         (nnmairix-show-original-article): Make sure message-id is in brackets.
3739         (nnmairix-call-mairix-binary): Change variable name.
3740         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3741         helper function.
3742         (nnmairix-widget-toggle-activate): Fix doc string.
3743
3744 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3745
3746         * nnir.el: Require edmacro when compiling with XEmacs.
3747         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3748         available in Emacs 21.
3749
3750 2008-06-11  Glenn Morris  <rgm@gnu.org>
3751
3752         * gnus-util.el (x-focus-frame):
3753         * gnus.el (image-size):
3754         * mm-decode.el (image-size): Declare.
3755
3756         * gnus-picon.el (declare-function): Add compat definition.
3757         (image-size): Declare.
3758
3759         * gnus-group.el (tool-bar-map):
3760         * gnus-sum.el (tool-bar-map): Define for compiler.
3761
3762         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3763
3764         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3765
3766         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3767         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3768         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3769         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3770         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3771         * sieve-manage.el, spam-report.el, spam.el:
3772         Remove unnecessary eval-and-compile of autoloads.
3773
3774 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3775
3776         * auth-source.el: Precise Tramp doc.
3777
3778 2008-06-07  Glenn Morris  <rgm@gnu.org>
3779
3780         * nnmairix.el: Remove unnecessary eval-when-compile.
3781
3782 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3783
3784         * lpath.el: Fbind propertize for XEmacs 21.4.
3785
3786 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3787
3788         * nnir.el: Move here from ../contrib.
3789
3790 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3791
3792         * gnus-util.el (gnus-read-shell-command): New function.
3793         * mm-decode.el (mm-pipe-part):
3794         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3795
3796 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3797
3798         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3799
3800 2008-06-03  Glenn Morris  <rgm@gnu.org>
3801
3802         * pop3.el (nnheader-accept-process-output): Autoload it.
3803
3804 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3805
3806         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3807         are not 2-digit hexadecimal characters that follow `%'s.
3808
3809 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3810
3811         * message.el (message-bogus-recipient-p): Fix type in doc string.
3812         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3813         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3814         Improve custom options.
3815         (message-bogus-recipient-p): Adjust accordingly.
3816
3817 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3818
3819         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3820         long-form month and day names.
3821
3822 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3823
3824         * dgnushack.el: Autoload debug, eudc-expand-inline and
3825         pgg-snarf-keys-region for XEmacs.
3826
3827         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3828
3829         * nnmairix.el: Require edmacro when compiling with XEmacs.
3830
3831 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3832
3833         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3834         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3835
3836 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3837
3838         * auth-source.el: Add more docs.
3839
3840         * netrc.el (netrc-machine): Always match if the port is not given.
3841
3842 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3843
3844         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3845         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3846         retrieval faster in some cases, but might make CPU usage larger.  If
3847         this has any bad side effects, we might revert this change.
3848
3849         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3850         seems to make mail retrieval much, much faster.
3851         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3852         unconditionally.
3853
3854         * gnus-draft.el (gnus-group-send-queue): Bind
3855         message-send-mail-partially-limit to nil to avoid being prompted.
3856
3857 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3858
3859         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3860
3861         * message.el (message-bogus-address-regexp): Fix and improve custom
3862         type.
3863         (message-setup-hook): Add message-check-recipients as custom option.
3864
3865 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3866
3867         * message.el (message-cite-function): Remove bogus autoload which crept
3868         in during merge from v5-10.
3869
3870 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3871
3872         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3873
3874         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3875
3876         * auth-source.el: Preliminary Tramp docs.
3877         (auth-sources): Change the default auth-sources to use
3878         EPA .gpg files.
3879
3880 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3881
3882         * nntp.el: Autoload `auth-source-user-or-password'.
3883         (nntp-send-authinfo): Use it.
3884
3885         * nnimap.el: Autoload `auth-source-user-or-password'.
3886         (nnimap-open-connection): Use it.
3887
3888         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3889         for the gnus-message function.
3890         (auth-source-user-or-password): Use it.
3891
3892 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3893
3894         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3895         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3896         (rfc2104-hash): Use it.
3897
3898 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3899
3900         * gnus-art.el (gnus-article-toggle-truncate-lines):
3901         Don't use `iff' in docstring.
3902
3903 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3904
3905         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3906
3907         * gnus-util.el (gnus-extract-address-component-name)
3908         (gnus-extract-address-component-email): Convenience functions around
3909         `gnus-extract-address-components'.
3910
3911         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3912         Use `gnus-extract-address-component-email' to fix bug of comparing full
3913         sender name to `user-mail-address'.
3914
3915 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3916
3917         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3918         catch/throw to optimize.
3919         (gnus-registry-find-keywords): Just use member to find a keyword.
3920
3921 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3922
3923         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3924         is current before calling gnus-server-prepare.
3925         (gnus-server-setup-buffer, gnus-server-update-server)
3926         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3927
3928 2008-05-04  Juri Linkov  <juri@jurta.org>
3929
3930         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3931         (mailcap-file-default-commands): Use mailcap-replace-in-string
3932         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3933         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3934
3935 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3936
3937         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3938
3939 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3940
3941         * gnus.el: Bump version to 0.11.
3942
3943 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3944
3945         * gnus.el: No Gnus v0.10 is released.
3946
3947 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3948
3949         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3950         hooks.
3951         (gnus-update-read-articles): Speed up non-marks-using users.
3952         (gnus-use-marks): Define gnus-use-marks.
3953         (gnus-propagate-marks): Rename variable to something more sensible.
3954
3955 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3956
3957         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3958         (gmm-image-load-path-for-library): Fix typos in docstrings.
3959         (gmm-message): Reflow docstring.
3960
3961 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3962
3963         * mail-source.el (mail-source-set-1, mail-source-bind):
3964         Move auth-source code out of the macro to clean it up and fix bugs.
3965
3966 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3967
3968         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3969         by sender if it's equal to user-mail-address, it's likely to be
3970         useless.
3971
3972         * mail-source.el (mail-source-bind): Don't use user or password if they
3973         are not bound.  Unintern them if they are nil.  Don't use server unless
3974         it's bound, and default it to empty string otherwise.
3975
3976 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3977
3978         * mail-source.el: Load auth-source.el.
3979         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3980         get user name or password, if auth-sources is set up.
3981
3982         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3983         strategy of splitting with parent.
3984         (gnus-registry-split-fancy-with-parent)
3985         (gnus-registry-post-process-groups): Use it and fix prior
3986         bug (returning a list as the split result).
3987
3988         * auth-source.el (auth-sources): Remove server parameter.
3989         (auth-source-pick, auth-source-user-or-password)
3990         (auth-source-user-or-password-imap)
3991         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3992         (auth-source-user-or-password-sftp)
3993         (auth-source-user-or-password-smtp): Remove server parameter.
3994
3995 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3996
3997         * smime.el (smime-sign-region, smime-encrypt-region)
3998         (smime-decrypt-region):
3999         Remove redundant calls to `generate-new-buffer-name'.
4000
4001 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4002
4003         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4004         Don't use QP for message/rfc822.
4005         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4006
4007 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4008
4009         * sieve-manage.el (sieve-string-bytes): Remove.
4010         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4011         correct byte-length only if the process's coding-system is the same as
4012         the one used internally by Emacs to represent strings.
4013
4014 2008-04-22  Juri Linkov  <juri@jurta.org>
4015
4016         * mailcap.el (mailcap-file-default-commands): New function.
4017
4018 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4019
4020         * message.el (message-signature-separator, message-cite-function):
4021         Change custom version.
4022
4023 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4024
4025         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4026         commands.
4027         (tls-checktrust): Ditto.
4028
4029 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4030
4031         * mm-decode.el (mm-display-external): Make temp file read-only.
4032
4033 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4034
4035         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4036         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4037         `C-c C-f d'.
4038
4039 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4040
4041         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4042
4043 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4044
4045         * gnus.el: Bump version to 0.9.
4046
4047 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4048
4049         * gnus.el: No Gnus v0.8 is released.
4050
4051 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4052
4053         * mail-source.el (mail-source-value):
4054         Prefer fboundp to functionp so it works with macros as well.
4055
4056 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4057
4058         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4059         Fix last change in case the element is not even a symbol.
4060
4061 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4062
4063         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4064         Prefer fboundp to functionp so it works with macros as well.
4065
4066 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4067
4068         * auth-source.el: Added docs.
4069         (auth-sources): Modify format to support server.
4070         (auth-source-pick, auth-source-user-or-password)
4071         (auth-source-user-or-password-imap)
4072         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4073         (auth-source-user-or-password-sftp)
4074         (auth-source-user-or-password-smtp): Add server parameter.
4075
4076 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4077
4078         * gnus-registry.el: Initialize the registry when gnus-registry-install
4079         is t.
4080
4081 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4082
4083         * compface.el (uncompface): Make buffer unibyte.
4084
4085 2008-04-05  Glenn Morris  <rgm@gnu.org>
4086
4087         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4088
4089 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4090
4091         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4092         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4093
4094         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4095         multibyteness after rather than before erasing it.
4096
4097         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4098         mm-with-multibyte.
4099         (gnus-request-article-this-buffer): Make sure the proper decoding is
4100         used if gnus-original-article-buffer happens to be unibyte.
4101
4102         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4103         default-enable-multibyte-characters.
4104
4105         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4106         default-enable-multibyte-characters.
4107
4108         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4109
4110         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4111
4112 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4113
4114         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4115         (imap-message-copyuid-1): Use it.
4116         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4117         J. Williams in
4118         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4119
4120         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4121         imap-enable-exchange-bug-workaround.
4122         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4123
4124 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4125
4126         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4127         a 100 byte status-checks into a 2-3MB transfer for each group.
4128         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4129         to enable bug workaround or not.
4130         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4131
4132 2008-03-31  Glenn Morris  <rgm@gnu.org>
4133
4134         * message.el (mml2015-use): Declare for compiler.
4135         (message-info): Require mml2015 when appropriate.
4136
4137 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4138
4139         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4140         whitespace.
4141
4142 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4143
4144         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4145         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4146         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4147         (nntp-service-to-port): New function.
4148         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4149         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4150         (nntp-open-netcat-stream): New function.
4151         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4152
4153 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4154
4155         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4156
4157 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4158
4159         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4160
4161 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4162
4163         * dns.el (dns-write): Use set-buffer-multibyte.
4164
4165 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4166
4167         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4168
4169 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4170
4171         * message.el (message-signature-separator): Change default.
4172         Improve custom type.
4173         (message-cite-function): Change default to
4174         message-cite-original-without-signature.
4175
4176         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4177         toggle.
4178
4179         * message.el (message-check-news-body-syntax): Fix signature check.
4180         (message-setup-1): Mark buffer as unmodified _after_ running
4181         message-setup-hook and handling message-alternative-emails.
4182         (message-shorten-references): Be more strict when building list of
4183         valid references to comply with GNKSA.
4184
4185         * gnus-group.el (gnus-read-ephemeral-bug-group)
4186         (gnus-read-ephemeral-debian-bug-group)
4187         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4188
4189         * message.el (message-info): Don't use booleanp which isn't supported
4190         in Emacs 21 and XEmacs.
4191
4192 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4193
4194         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4195         gnus-group-gmane-group-download-format.
4196         (gnus-group-read-ephemeral-gmane-group): Rename from
4197         gnus-group-read-ephemeral-gmane-group.
4198         (gnus-read-ephemeral-gmane-group-url): Rename from
4199         gnus-group-read-ephemeral-gmane-group-url.
4200         (gnus-bug-group-download-format-alist): New variable.
4201         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4202         (gnus-read-ephemeral-emacs-bug-group): New commands.
4203
4204 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4205
4206         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4207         (gnus-visible-headers): Improve custom type.
4208
4209 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4210
4211         * mml.el (mml-menu): Add workarounds for XEmacs.
4212
4213         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4214         X-Boundary header.
4215
4216         * message.el (message-simplify-recipients): Fix previous commit.
4217
4218 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4219
4220         * mm-util.el (mm-set-buffer-multibyte): New function.
4221         * mm-decode.el (mm-copy-to-buffer): Use it.
4222
4223 2008-03-19  Glenn Morris  <rgm@gnu.org>
4224
4225         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4226         Accidentally removed in the sync process with Emacs.
4227
4228 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4229
4230         * message.el (message-alter-recipients-discard-bogus-full-name):
4231         New function.
4232         (message-alter-recipients-function): New variable.
4233         (message-get-reply-headers): Use it.
4234         (message-replace-header): New helper function.
4235         (message-recipients-without-full-name): New variable.
4236         (message-simplify-recipients): New command.
4237
4238         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4239
4240         * message.el (message-info): Handle EasyPG manual.
4241
4242         * mml.el (mml-menu): Add entry for EasyPG.
4243
4244 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4245
4246         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4247         parameter.
4248
4249         * message.el (message-disassociate-draft): Specify drafts group name
4250         fully.
4251
4252 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4253
4254         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4255         unnecessary duplicates from the match list.
4256
4257 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4258
4259         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4260
4261         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4262
4263         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4264         args of `how-many' of which the XEmacs version doesn't take; declare
4265         Info-index-next as function.
4266
4267 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4268
4269         * gnus-score.el (gnus-score-headers): Fix handling of
4270         gnus-inhibit-slow-scoring.
4271
4272         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4273         string.
4274         (gnus-button-url-regexp): Improve handling of parenthesis.
4275         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4276         (gnus-button-handle-info-keystrokes): Handle index entries.
4277
4278 2008-03-15  Glenn Morris  <rgm@gnu.org>
4279
4280         * parse-time.el (parse-time-string): Simplify.
4281
4282 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4283
4284         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4285         Incoming* files.
4286
4287 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4288
4289         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4290         (auth-source-pick): Use it.
4291
4292 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4293
4294         * binhex.el (binhex-decode-region-internal):
4295         * uudecode.el (uudecode-decode-region-internal):
4296         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4297         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4298         setting default-enable-multibyte-characters.
4299
4300 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4301
4302         * auth-source.el (auth-source-protocols)
4303         (auth-source-protocols-customize, auth-source-choices): Added and
4304         modified variable customizations and defaults.
4305         (auth-source-pick, auth-source-user-or-password)
4306         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4307         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4308         (auth-source-user-or-password-sftp)
4309         (auth-source-user-or-password-smtp): Use new variables and provide an
4310         interface to netrc.el.
4311
4312 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4313
4314         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4315         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4316         Make sure the nntp port to specify is a string.
4317
4318 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4319
4320         * nntp.el: Use with-current-buffer.
4321         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4322         dubious mm-with-unibyte-current-buffer.
4323         (nntp-with-open-group-function): New function extracted from
4324         nntp-with-open-group macro.
4325         (nntp-with-open-group): Use the function, so it's easier to debug.
4326         Add indentation and debugging info.
4327         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4328         the use of the netcat alternatives.
4329
4330         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4331         Avoid mm-string-as-multibyte as well.
4332
4333         * nnweb.el (nnweb-insert-html):
4334         Remove use of nnheader-string-as-multibyte.
4335
4336         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4337         (nnheader-string-as-multibyte): Remove.
4338
4339         * mm-view.el: Use inhibit-read-only.
4340         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4341         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4342         or unibyte-string.
4343
4344         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4345         (mm-uu-yenc-extract): Use with-current-buffer.
4346
4347         * gnus-soup.el (gnus-soup-send-packet): Don't use
4348         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4349
4350         * nnmh.el: Use with-current-buffer.
4351         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4352         mm-string-as-multibyte on the output of mm-encode-coding-string.
4353
4354         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4355         (nnimap-request-move-article): Use with-current-buffer.
4356
4357         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4358         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4359         conversion uses string-make-unibyte rather than string-as-unibyte.
4360
4361         * gnus-msg.el: Use with-current-buffer.
4362
4363         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4364
4365 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4366
4367         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4368         string for caching if it is 'PIN.
4369
4370 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4371
4372         * lpath.el: Consider the case without Emacs/W3.
4373
4374 2008-03-08  Glenn Morris  <rgm@gnu.org>
4375
4376         * time-date.el (date-to-time, time-subtract, time-add)
4377         (safe-date-to-time): Doc fixes.
4378
4379 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4380
4381         * mail-source.el (mail-source-delete-old-incoming-confirm):
4382         Change default to nil.
4383         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4384
4385 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4386
4387         * lpath.el: Rearrange.
4388
4389         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4390         (gnus-article-goto-prev-page): Work for articles having ^L's.
4391
4392         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4393
4394         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4395
4396 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4397
4398         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4399         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4400         (gnus-bookmark-jump): Adjust some variable names.
4401
4402 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4403
4404         * auth-source.el: New package.
4405         (auth-source-choices): Add customization entry point variable.
4406
4407         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4408         bug.
4409
4410 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4411
4412         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4413         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4414         (gnus-registry-install-shortcuts): Rename from
4415         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4416         the `gnus-registry-mark-map' keymap dynamically from
4417         `gnus-registry-marks'.  The generated functions update the summary line
4418         when a registry mark is added or deleted, and will call
4419         `gnus-registry-install-p' (see the comments in the code).
4420         (gnus-registry-user-format-function-M): Use concat intelligently.
4421
4422         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4423         the registry mark functions.
4424
4425 2008-03-05  Glenn Morris  <rgm@gnu.org>
4426
4427         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4428         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4429         gnus-art.
4430         (top-level): No need to load own source when compiling.
4431
4432 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4433
4434         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4435         Suggested by <chris.anderton@zetnet.co.uk>.
4436
4437 2008-03-04  Glenn Morris  <rgm@gnu.org>
4438
4439         * gnus-sum.el (top-level): No need to require gnus when compiling,
4440         since unconditionally required near start of file.
4441         (gnus-summary-display-while-building): Move definition before use.
4442
4443 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4444
4445         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4446         formatting function.
4447
4448 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4449
4450         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4451         with plists.
4452         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4453         Use new format.
4454
4455 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4456
4457         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4458         `where-is-internal' that returns a range of key sequences.
4459
4460 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4461
4462         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4463
4464         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4465         (gnus-summary-jump-to-group): Consider windows on other displayed
4466         frames as well.  Similar changes might be needed elsewhere, but that's
4467         the one I've bumped into during my use.
4468
4469         * nndoc.el (nndoc-oe-dbx-type-p):
4470         * gnus-msg.el (gnus-debug):
4471         * gnus-group.el (gnus-update-group-mark-positions):
4472         Use mm-string-to-multibyte.
4473
4474 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4475
4476         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4477         doesn't handle NotDashEscaped.
4478
4479         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4480         (mml-dnd-attach-options): Fix typo in custom choice.
4481
4482         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4483         nndoc-article-type to mbox.
4484         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4485
4486         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4487         to nil, instead of html2text.
4488
4489         * imap.el (imap-debug): Add `imap-ping-server'.
4490
4491         * gnus-bookmark.el: Add FIXMEs.
4492
4493         * message.el (message-form-letter-separator)
4494         (message-send-form-letter-delay): New variables.
4495         (message-send-form-letter): Use them.  New command to send form
4496         letters.  Requested by Uwe Siart.
4497         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4498
4499 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4500
4501         * Update copyright years.
4502
4503 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4504
4505         Sync from EMACS_22_BASE.
4506
4507         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4508
4509 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4510
4511         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4512         empty author.
4513
4514 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4515
4516         * gnus-registry.el (gnus-registry-marks): Add variable for
4517         customization of marks and their appearance.
4518         (gnus-registry-read-mark): Use it.
4519         (gnus-registry-do-marks): Add utility function to loop through
4520         `gnus-registry-marks'.
4521         (gnus-registry-install-shortcuts-and-menus): Add function to install
4522         shortcuts and menus.
4523         (gnus-registry-initialize): Use it.
4524         (gnus-registry-default-mark): Clarify documentation.
4525
4526 2008-02-29  Glenn Morris  <rgm@gnu.org>
4527
4528         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4529         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4530         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4531         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4532         Change defcustom :version from 23.0 to 23.1.
4533
4534 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4535
4536         * gnus-registry.el (gnus-registry-follow-group-p)
4537         (gnus-registry-post-process-groups): Add functions to aid registry
4538         splitting and improve logging.  Clarify behavior in function
4539         documentation.
4540         (gnus-registry-split-fancy-with-parent): Use them.
4541
4542 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4543
4544         * gnus-art.el: Use with-current-buffer.
4545
4546 2008-02-27  David Engster  <dengste@eml.cc>
4547
4548         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4549         Express real group name in the response.
4550
4551 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4552
4553         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4554         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4555         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4556         autoload gnus-registry-fetch-group when compiling.
4557         (nnmairix-request-group-with-article-number-correction): Remove
4558         unreferenced argument passed to nnmairix-call-backend.
4559
4560 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4561
4562         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4563         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4564         Wilde.
4565
4566 2008-02-27  Glenn Morris  <rgm@gnu.org>
4567
4568         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4569         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4570         variables to defconsts.  Convert comments to doc-strings.
4571         (nnmairix-last-server, nnmairix-current-server): Convert from free
4572         variables to defvars.  Convert comments to doc-strings.
4573         (gnus-registry-fetch-group): Autoload.
4574         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4575         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4576         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4577         caddr.
4578         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4579         nnmairix-request-group-with-article-number-correction call.
4580         (nnmairix-fast, nnmairix-group): New, less general names, for free
4581         variables passed from nnmairix-request-group to
4582         nnmairix-request-group-with-article-number-correction.  Declare.
4583         (nnmairix-request-group-with-article-number-correction):
4584         Use nnmairix-fast, nnmairix-group rather than fast, group.
4585
4586 2008-02-26  David Engster  <dengste@eml.cc>
4587
4588         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4589         version 0.5.
4590
4591 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4592
4593         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4594         instead of making an extra function call.  Don't add the current group
4595         to articles only when they have the group.  Use
4596         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4597         Reported by David <de_bb@arcor.de>.
4598
4599 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4600
4601         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4602         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4603
4604 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4605
4606         * mail-source.el (mail-source-delete-incoming): Change default.
4607         Supplement doc string.
4608
4609         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4610
4611 2008-02-14  Glenn Morris  <rgm@gnu.org>
4612
4613         * time-date.el (format-seconds): New function.
4614
4615 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4616
4617         * nnmail.el (nnmail-message-id-cache-file): Derive from
4618         `gnus-home-directory'.
4619
4620 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4621
4622         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4623         Document negative prefix.
4624
4625         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4626
4627 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4628
4629         * message.el (message-unsent-separator): Add the Exim bounce
4630         separator.
4631
4632 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4633
4634         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4635         list.
4636         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4637         recipient/signer list.
4638
4639 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4640
4641         * Makefile.in (datarootdir): Define.
4642         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4643         name that might contain whitespace.
4644
4645 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4646
4647         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4648         fbound (Emacs 23 unicode), signal an error.
4649
4650 2008-02-08  Glenn Morris  <rgm@gnu.org>
4651
4652         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4653
4654 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4655
4656         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4657         ports to the calls to `netrc-machine-user-or-password' in addition to
4658         "imap" and "imaps".
4659
4660 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4661
4662         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4663
4664         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4665
4666 2008-02-01  Kenichi Handa  <handa@m17n.org>
4667
4668         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4669         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4670         (rfc2104-hash): Convert the result of concat to unibyte string.
4671
4672 2008-02-01  Dave Love  <fx@gnu.org>
4673
4674         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4675         coding-system-for-read.
4676         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4677
4678 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4679
4680         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4681         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4682         <hanche@math.ntnu.no>.
4683
4684 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4685
4686         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4687
4688         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4689
4690 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4691
4692         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4693         * message.el (message-beginning-of-line): Use featurep instead of bound
4694         tests in order to resolve conditionals at compile time.
4695
4696 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4697
4698         * mail-source.el (mail-sources): Add `group' choice.
4699
4700         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4701         parameter `in-group' to control into which group the articles go.
4702         Add treatment of `group' mail-source.
4703
4704 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4705
4706         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4707
4708         * mm-decode.el (mm-dissect-buffer): Decode description.
4709
4710         * mml.el (mml-to-mime): Encode message header first.
4711
4712 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4713
4714         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4715         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4716
4717         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4718         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4719
4720 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4721
4722         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4723
4724 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4725
4726         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4727         prefix keys.
4728         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4729         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4730         gnus-xmas.el.
4731
4732         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4733         (gnus-xmas-article-describe-bindings): New function.
4734         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4735         gnus-xmas-article-describe-bindings.
4736
4737         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4738
4739 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4740
4741         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4742         Add new variables for article mark management.
4743         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4744         list of extra data entries which, when present, will indicate that the
4745         article ID should not be trimmed from the registry.
4746         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4747         functions.
4748         (gnus-registry-read-mark): New function to read a mark name from the
4749         user.
4750         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4751         (gnus-registry-set-article-mark-internal): New functions to add and
4752         remove marks.
4753         (gnus-registry-get-article-marks): New function to show the marks for
4754         an article, or retrieve them for further use.
4755
4756 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4757
4758         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4759         keys when no argument is given.
4760
4761 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4762
4763         * imap.el (imap-ping-server): New variable.
4764         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4765         (imap-ping-server): Minor doc string fixes.
4766
4767 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4768
4769         * imap.el (imap-ping-server): New function.
4770         (imap-opened): Call imap-ping-server.
4771
4772 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4773
4774         * gnus-sum.el (gnus-article-sort-by-random)
4775         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4776         jidanni@jidanni.org.
4777
4778 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4779
4780         * gnus-art.el (gnus-article-describe-bindings): New function.
4781         (gnus-article-read-summary-keys): Use it.
4782         (gnus-article-mode-map): Bind `C-h b' to it.
4783
4784 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4785
4786         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4787         XEmacs.
4788         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4789         against non-character events.
4790
4791         * lpath.el: Fbind map-keymap for Emacs 21.
4792
4793 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4794
4795         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4796         command.
4797         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4798         instead of END.  Change name of the temp file.
4799         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4800         customizable.
4801
4802 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4803
4804         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4805         bind `S W' to gnus-article-wide-reply-with-original; set default
4806         binding to gnus-article-read-summary-send-keys.
4807         (gnus-article-read-summary-keys): Fix the order of keys; display
4808         continuation keys correctly in the echo area; describe bindings
4809         correctly when keys end with `C-h'.
4810         (gnus-article-read-summary-send-keys): New function.
4811         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4812         for gnus-article-read-summary-send-keys; display continuation keys
4813         correctly in the echo area.
4814         (gnus-article-reply-with-original): Ignore prefix argument.
4815         (gnus-article-wide-reply-with-original): New function.
4816
4817         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4818         Emacs 21.
4819
4820 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4821
4822         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4823         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4824
4825 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4826
4827         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4828         (gnus-group-read-ephemeral-gmane-group): New command.
4829
4830 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4831
4832         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4833
4834 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4835
4836         * message.el (message-send-mail-function): Increase custom version.
4837
4838         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4839         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4840
4841 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4842
4843         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4844         for the cases where imap-authenticate is called with a nil buffer
4845         parameter.
4846
4847 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4848
4849         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4850         html parts correctly; support forwarded messages.
4851         (gnus-article-browse-html-article): Remove work buffers.
4852
4853         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4854         compiling.
4855         (netrc-bound-and-true-p): New macro.
4856         (netrc-parse): Use it instead of bound-and-true-p that is not available
4857         in XEmacs 21.4.
4858
4859 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4860
4861         * gnus-registry.el (gnus-registry-mark-article)
4862         (gnus-registry-article-marks): Add functionality to mark articles
4863         through the Gnus registry.
4864
4865         * encrypt.el: Clarify documentation for the new pgg method.
4866         (encrypt-file-alist): Add PGG option.
4867         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4868         functionality.  Abstract password key and messaging to external
4869         functions.
4870         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4871         (encrypt-message-method-and-cipher): Add new convenience external
4872         functions.
4873         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4874         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4875
4876         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4877         (netrc-parse): Use encrypt-file-alist to determine if
4878         encrypt-find-model or encrypt-insert-file-contents should be used.
4879
4880         * encrypt.el: Clarify documentation.  Load password-cache or
4881         password, whichever one is found first, instead of autoloading.
4882
4883 2007-12-19  Glenn Morris  <rgm@gnu.org>
4884
4885         * mml.el (message-options-set, message-narrow-to-head)
4886         (message-in-body-p, message-mail-p, message-encode-message-body):
4887         Autoload.
4888         (message-remove-header, message-narrow-to-headers-or-head)
4889         (message-subscribed-p, message-make-mail-followup-to)
4890         (message-position-on-field, message-news-p)
4891         (message-options-set-recipient, message-generate-headers)
4892         (message-sort-headers): Declare as functions.
4893
4894 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4895
4896         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4897         convention in doc string.
4898
4899 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4900
4901         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4902         title to html parts.
4903         (gnus-article-browse-html-article): Pass message header to it.
4904
4905         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4906
4907 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4908
4909         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4910         or password compatible with XEmacs.
4911
4912 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4913
4914         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4915         format document.
4916         (gnus-mime-delete-part): Don't write description line if empty.
4917         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4918
4919 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4920
4921         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4922         (gnus-summary-mark-read-and-unread-as-read)
4923         (gnus-summary-mark-current-read-and-unread-as-read)
4924         (gnus-summary-mark-unread-as-ticked): Doc fix.
4925         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4926
4927 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4928
4929         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4930         Christoph Conrad <christoph.conrad@gmx.de>.
4931
4932 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4933
4934         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4935         yes-or-no-p.
4936
4937 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4938
4939         * mm-decode.el (mm-add-meta-html-tag): New function.
4940         (mm-save-part-to-file, mm-pipe-part): Use it.
4941
4942         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4943         gnus-y-or-n-p instead of y-or-n-p.
4944         (gnus-article-browse-html-parts): Work with message/external-body; use
4945         mm-add-meta-html-tag.
4946
4947 2007-12-11  Glenn Morris  <rgm@gnu.org>
4948
4949         * gnus-cache.el: Require gnus-sum not just when compiling.
4950
4951         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4952
4953         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4954         definitions before use.
4955
4956         * mm-decode.el: Require gnus-util.
4957         (mm-remove-part): Only call delete-annotation on XEmacs.
4958
4959         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4960
4961         * nnmail.el: Require gnus-int.
4962
4963         * spam.el: Move `require's before `eval-when-compile's.
4964
4965         * gnus-ems.el (gnus-alive-p):
4966         * gnus-fun.el (message-goto-eoh):
4967         * gnus-util.el (gnus-group-name-decode):
4968         * mail-source.el (gnus-compress-sequence):
4969         * message.el (Info-goto-node, format-spec):
4970         * mm-bodies.el (message-options-get):
4971         * mm-decode.el (mm-view-pkcs7):
4972         * mm-util.el (gmm-write-region):
4973         * mml-smime.el (mml-compute-boundary)
4974         (gnus-completing-read-with-default):
4975         * mml.el (widget-button-press, gnus-make-hashtable):
4976         * mml1991.el (mm-decode-content-transfer-encoding)
4977         (mm-encode-content-transfer-encoding)
4978         (message-options-get, message-options-set):
4979         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4980         * nnfolder.el (gnus-request-group):
4981         * nnheader.el (ietf-drums-unfold-fws):
4982         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4983         * smime.el (gnus-run-mode-hooks):
4984         * spam-stat.el (gnus-message): Autoload.
4985
4986         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4987         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4988         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4989         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4990         Add declare-function compatibility definition.
4991
4992         * gnus-cache.el (nnvirtual-find-group-art):
4993         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4994         (gnus-add-image, gnus-add-wash-type):
4995         * gnus-group.el (nnkiboze-score-file):
4996         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4997         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4998         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4999         (message-tokenize-header, gnus-get-buffer-create)
5000         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5001         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5002         * gnus.el (gnus-group-decoded-name):
5003         * mail-source.el (imap-capability):
5004         * mm-bodies.el (message-options-set):
5005         * mm-decode.el (gnus-configure-windows):
5006         * mm-extern.el (message-goto-body):
5007         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5008         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5009         (epg-sub-key-validity, message-options-set):
5010         * mml.el (widget-event-point, gnus-configure-windows):
5011         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5012         * mml2015.el (epg-check-configuration, epg-configuration)
5013         (message-options-set):
5014         * nndb.el (nndb-request-article):
5015         * nnfolder.el (gnus-request-create-group):
5016         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5017         * nnmaildir.el (gnus-group-mark-article-read):
5018         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5019         * rfc1843.el (message-fetch-field):
5020         * spam.el (gnus-extract-address-components):
5021         Declare as functions.
5022
5023 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5024
5025         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5026
5027         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5028
5029         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5030         bind show-trailing-whitespace for XEmacs.
5031
5032 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5033
5034         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5035         new no-op macro for backward compatibility.
5036
5037         * imap.el (imap-string-to-integer): New function.
5038
5039 2007-12-09  Glenn Morris  <rgm@gnu.org>
5040
5041         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5042
5043         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5044         * message.el, mm-view.el, sieve-manage.el, smime.el:
5045         Add declare-function compatibility definition.
5046
5047         * gnus-art.el (w3-region, w3m-region, Info-menu):
5048         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5049         * gnus-sum.el (gnus-get-predicate):
5050         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5051         * message.el (mail-abbrev-in-expansion-header-p):
5052         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5053         (w3m-detect-meta-charset, w3m-region):
5054         * sieve-manage.el (password-read, password-cache-add)
5055         (password-cache-remove):
5056         * smime.el (password-read-and-add): Declare as functions.
5057
5058 2007-12-08  David Kastrup  <dak@gnu.org>
5059
5060         * gnus-sum.el (gnus-summary-simplify-subject-query):
5061         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5062         `message'.
5063
5064 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5065
5066         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5067         it to bind idna-program, installation-directory, defined-colors, and
5068         face-attribute for XEmacs of the version that compiles defcustom forms.
5069
5070 2007-12-07  Glenn Morris  <rgm@gnu.org>
5071
5072         * gnus-art.el (article-make-date-line): Revert previous change.
5073
5074 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5075
5076         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5077
5078 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5079
5080         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5081         Call gnus-add-to-range ranges only once with a prepared article-list.
5082
5083 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5084
5085         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5086         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5087         group names with backslashes.  Reported by Tassilo Horn
5088         <tassilo@member.fsf.org>.
5089
5090 2007-12-06  Deepak Goel  <deego3@gmail.com>
5091
5092         * gnus-art.el (article-make-date-line):
5093         * gnus-start.el (gnus-load):
5094         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5095
5096 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5097
5098         * gnus-art.el (gnus-use-idna)
5099         * gnus-start.el (gnus-site-init-file)
5100         * message.el (message-use-idna)
5101         * mm-uu.el (mm-uu-hide-markers)
5102         * smiley.el (smiley-style): Revert changes that suppress warnings.
5103
5104 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5105
5106         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5107         specify charset to html source.  Reported by Christoph Conrad
5108         <christoph.conrad@gmx.de>.
5109
5110 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5111
5112         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5113         idna-program in order to suppress byte compile warning issued by XEmacs
5114         that came to byte compile the default value section of defcustom forms
5115         recently.
5116
5117         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5118         value of installation-directory.
5119
5120         * message.el (message-use-idna): Don't directly refer to the value of
5121         idna-program.
5122
5123         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5124
5125         * smiley.el (smiley-style): Don't directly call face-attribute.
5126
5127 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5128
5129         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5130
5131         * gnus-dired.el: Reduce Gnus dependencies.
5132         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5133         require.  Use autoloads instead.
5134         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5135         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5136         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5137         (gnus-dired-mode): Adjust doc string.
5138         (gnus-dired-mail-mode): New variable.
5139         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5140         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5141         (gnus-dired-mail-buffers): New function.  Return mail or message
5142         composition buffers.
5143         (gnus-dired-attach): Use it.
5144         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5145         NO-DECODE.
5146         (gnus-dired-print): Use `gnus-print-buffer' depending on
5147         `gnus-dired-mail-mode'.
5148
5149 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5150
5151         * rfc2047.el (rfc2047-encoded-word-regexp)
5152         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5153         explaining what regexp patterns are for.
5154
5155 2007-12-04  Glenn Morris  <rgm@gnu.org>
5156
5157         * password.el: Move to password-cache.el.
5158
5159         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5160         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5161         * mml-smime.el (password-read, password-cache-add)
5162         (password-cache-remove):
5163         No need to autoload, since mml-sec requires password.
5164
5165         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5166         * message.el (gnus-extract-address-components):
5167         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5168
5169         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5170         password.
5171
5172 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5173
5174         * mailcap.el: Reduce dependencies.
5175         (mail-header-parse-content-type): Autoload.
5176         (mailcap-delete-duplicates): New alias.
5177         (mailcap-mime-info): Add optional argument NO-DECODE.
5178         (mailcap-mime-types): Use mailcap-delete-duplicates.
5179
5180         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5181
5182 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5183
5184         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5185         (imap-parse-status): Upcase status-att for servers that sends them
5186         lower-case (e.g., MS Exchange 2007).
5187
5188 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5189
5190         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5191         function.
5192
5193         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5194         (gnus-uu-yenc-article): New function.
5195
5196         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5197
5198         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5199         buffer.
5200
5201 2007-12-02  Glenn Morris  <rgm@gnu.org>
5202
5203         * binhex.el (binhex): New custom group.
5204         (binhex-decoder-program, binhex-decoder-switches)
5205         (binhex-use-external): Move to the binhex custom group.
5206
5207         * uudecode.el (uudecode): New custom group.
5208         (uudecode-decoder-program, uudecode-decoder-switches)
5209         (uudecode-use-external): Move to the uudecode custom group.
5210
5211         * netrc.el (top-level): Don't load `encrypt' features.
5212         (netrc-parse): Don't use encrypt.
5213         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5214
5215         * encrypt.el: Remove file.
5216
5217 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5218
5219         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5220         matches on patches.
5221
5222         * gnus-art.el (gnus-article-browse-html-article): Mention
5223         `mm-text-html-renderer' in the doc string.
5224
5225         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5226         string.  Add comments.
5227
5228         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5229         if rhs is ASCII.
5230
5231 2007-12-01  Glenn Morris  <rgm@gnu.org>
5232
5233         * mail-source.el (top-level): Require format-spec before
5234         eval-when-compile.
5235
5236 2007-11-30  Glenn Morris  <rgm@gnu.org>
5237
5238         * encrypt.el: Require password, rather than autoloading password-read.
5239
5240 2007-11-29  Glenn Morris  <rgm@gnu.org>
5241
5242         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5243         (sasl-make-client, sasl-next-step, sasl-step-data)
5244         (sasl-step-set-data): Declare as functions.
5245
5246 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5247
5248         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5249
5250 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5251
5252         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5253         certs should be verified and what is to be done in the event of a
5254         verification failure.
5255
5256         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5257         caller can indicate whether the cache should be disregarded for this
5258         call.  This way the result of the call is reproducible at all times and
5259         can be considered a canonical server name for the supplied method.
5260         (gnus-agent-method-p): Canonicalize server names by pushing their
5261         method through `gnus-method-to-server' using the no-cache argument.
5262
5263         * gnus-srvr.el (gnus-server-insert-server-line): Call
5264         `gnus-method-to-server' with `no-cache' argument.
5265
5266         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5267         gnus-agent-possibly-synchronize-flags as this should be called when the
5268         server is actually being opened.
5269         (gnus-agent-possibly-synchronize-flags)
5270         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5271         flags file of an agentized server to the latter function.
5272
5273         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5274         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5275         after a connection has been established successfully.
5276
5277 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5278
5279         * gnus-art.el (article-display-face): Force to display face if called
5280         interactively; check if gnus-article-x-face-too-ugly matches author.
5281         (article-display-x-face): Display face even if From header is missing
5282         as article-display-face does.
5283
5284 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5285
5286         * hashcash.el (message-narrow-to-headers-or-head)
5287         (message-fetch-field, message-goto-eoh)
5288         (message-narrow-to-headers): Declare as functions.
5289
5290 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5291
5292         * mail-source.el (mail-sources): Default to fetch from file for
5293         compatibility with default of nnmail-spool-file.
5294
5295 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5296
5297         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5298         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5299         to look for encoded word that should be encoded again.
5300         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5301         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5302         encoding pattern.
5303         (rfc2047-decode-region): Switch strict regexp and loose one according
5304         to rfc2047-allow-irregular-q-encoded-words.
5305
5306 2007-11-25  Romain Francoise  <romain@orebokech.com>
5307
5308         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5309
5310 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5311
5312         * tls.el (tls-program): Provide more custom choices from
5313         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5314         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5315
5316 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5317
5318         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5319         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5320
5321         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5322         `nnmail-spool-file'.
5323
5324         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5325         `nnmail-spool-file'.
5326
5327         * gnus-move.el (gnus-change-server): Ditto.
5328
5329         * gnus-kill.el (gnus-batch-score): Ditto.
5330
5331         * gnus-cache.el (gnus-jog-cache): Ditto.
5332
5333         * gnus-msg.el (gnus-summary-reply):
5334         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5335
5336 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5337
5338         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5339         version.  Minor improvement to doc strings.
5340         (tls-program): Add comment.
5341
5342 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5343
5344         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5345         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5346         mismatch between the hostname provided in the certificate and the name
5347         of the host connnecting to.
5348         (open-tls-stream): Use them.  Check certificates against trusted root
5349         certificates.
5350
5351 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5352
5353         * gnus-cache.el (gnus-cache-generate-nov-databases):
5354         Use nnml-generate-nov-databases-directory instead of
5355         nnml-generate-nov-databases-1.
5356
5357 2007-11-24  Glenn Morris  <rgm@gnu.org>
5358
5359         * message.el (message-tool-bar-retro): Update for rename
5360         mail_send.xpm->mail-send.xpm.
5361
5362 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5363
5364         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5365         `smime-ldap-search' for Emacs 22 and up.
5366
5367 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5368
5369         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5370
5371         * message.el (message-send-mail-function): Fix error convention.
5372         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5373         (message-widen-reply, message-send-mail, message-talkative-question)
5374         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5375         (message-clone-locals, message-send-news): Use with-current-buffer.
5376         (message-insert-or-toggle-importance): Remove unused var `valid'.
5377         (message-make-references): Remove unused var `new-references'.
5378         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5379
5380 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5381
5382         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5383         (spam-split-symbolic-return-positive): Reflow docstring.
5384         (spam-backends, spam-summary-exit-behavior)
5385         (spam-mark-ham-unread-before-move-from-spam-group)
5386         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5387         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5388         (spam-clear-cache, spam-backend-check, spam-install-backend)
5389         (spam-install-statistical-backend, spam-list-of-processors)
5390         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5391         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5392         (spam-check-crm114, spam-initialize, spam-unload-hook):
5393         Fix typos in docstrings.
5394
5395 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5396
5397         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5398         been checked if they have never been read and those group levels are
5399         higher than the one that a user specified.
5400
5401 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5402
5403         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5404         foreign groups unless a group level is specified by a user.
5405         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5406
5407 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5408
5409         * message.el (message-send-mail-function): Require sendmail.
5410
5411 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5412
5413         * message.el (message-send-mail-function): Check for smtpmail too.
5414
5415         * utf7.el (utf7-encode, utf7-decode): Use coding system
5416         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5417
5418         * message.el (message-send-mail-function): New function.
5419         (message-send-mail-function): Set default using
5420         message-send-mail-function.  Adjust doc string.
5421         (message-send-mail-with-mailclient): New function.
5422
5423 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5424
5425         * smime.el (from):
5426         * rfc2047.el (message-posting-charset):
5427         * qp.el (mm-use-ultra-safe-encoding):
5428         * pop3.el (parse-time-months):
5429         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5430         * nnml.el (files):
5431         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5432         (jka-compr-compression-info-list, ange-ftp-path-format)
5433         (efs-path-regexp):
5434         * nndiary.el (files):
5435         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5436         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5437         (epg-digest-algorithm-alist, inhibit-redisplay)
5438         (password-cache-expiry):
5439         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5440         (pgg-output-buffer, password-cache-expiry):
5441         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5442         (efs-path-regexp):
5443         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5444         (inhibit-redisplay):
5445         * mm-uu.el (file-name, start-point, end-point, entry)
5446         (gnus-newsgroup-name, gnus-newsgroup-charset):
5447         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5448         (latin-unity-ucs-list):
5449         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5450         (mm-uu-binhex-decode-function):
5451         * message.el (gnus-message-group-art, gnus-list-identifiers)
5452         (rmail-enable-mime-composing, gnus-local-organization)
5453         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5454         (gnus-read-active-file, facemenu-add-face-function)
5455         (facemenu-remove-face-function, gnus-article-decoded-p)
5456         (tool-bar-mode):
5457         * mail-source.el (display-time-mail-function):
5458         * gnus-util.el (nnmail-pathname-coding-system)
5459         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5460         (gnus-original-article-buffer, gnus-user-agent)
5461         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5462         (xemacs-codename, sxemacs-codename, emacs-program-version):
5463         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5464         * gnus-start.el (gnus-agent-covered-methods)
5465         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5466         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5467         (gnus-newsgroup-headers, gnus-group-list-mode)
5468         (gnus-group-mark-positions, gnus-newsgroup-data)
5469         (gnus-newsgroup-unreads, nnoo-state-alist)
5470         (gnus-current-select-method, mail-sources)
5471         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5472         (nnmail-spool-file, gnus-cache-active-hashtb):
5473         * gnus-mh.el (mh-lib-progs):
5474         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5475         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5476         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5477         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5478         (gnus-group-buffer):
5479         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5480         (font-lock-set-defaults):
5481         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5482         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5483         (gnus-summary-post-menu, total-parts, type, condition, length):
5484         * gnus-agent.el (gnus-agent-read-agentview):
5485         * flow-fill.el (show-trailing-whitespace):
5486         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5487         eval-and-compile wrappers for byte compiler pacifiers.
5488
5489         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5490         (mm-display-inline-fontify): Check for featurep 'xemacs not
5491         extent-list.
5492
5493         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5494         itimer-list.
5495         (mm-create-image-xemacs): Only do something for XEmacs.
5496         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5497
5498         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5499
5500         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5501         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5502
5503 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5504
5505         * nnimap.el (nnimap-split-download-body):
5506         * gnus-demon.el (gnus-demon):
5507         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5508
5509 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5510
5511         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5512         macros.
5513         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5514         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5515         copy data from unibyte buffer to multibyte current buffer.
5516         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5517         to copy data from unibyte current buffer to multibyte buffer.
5518         (nntp-make-process-buffer): Make process buffer unibyte.
5519
5520         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5521
5522 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5523
5524         * pop3.el (pop3-open-server): Accept and process data more robustly at
5525         connexion start to avoid spurious "POP SSL connexion failed" errors.
5526
5527 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5528
5529         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5530         read group names.
5531
5532 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5533
5534         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5535
5536 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5537
5538         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5539         (nnmail-save-active): Use a unibyte buffer when saving active file,
5540         which may contain non-ASCII group names.
5541
5542         * nnml.el (nnml-request-group): Decode group names in messages.
5543
5544 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5545
5546         * message.el (message-citation-line-function)
5547         (message-insert-formatted-citation-line): Fix spelling of
5548         `message-insert-formated-citation-line'.
5549
5550 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5551
5552         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5553
5554 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5555
5556         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5557         nnmail-pathname-coding-system.
5558
5559         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5560         that a user enters; decode group names in messages.
5561
5562         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5563
5564 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5565
5566         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5567
5568         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5569
5570         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5571         risky local variable.
5572
5573         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5574
5575 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5576
5577         * encrypt.el: Improve documentation to fix function name typo.
5578         Reported by Daiki Ueno <ueno@unixuser.org>.
5579
5580 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5581
5582         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5583         even if the point is not in the last page of an article.
5584         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5585         back to the previous page.
5586
5587 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5588
5589         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5590
5591 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5592
5593         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5594
5595 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5596
5597         * message.el (message-check-news-body-syntax): Avoid
5598         mm-string-as-multibyte.
5599         (message-hide-headers): Don't assume (point-min)==1.
5600
5601 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5602
5603         * message.el (message-remove-blank-cited-lines): Fix if remove is
5604         given.
5605         (message-bogus-address-regexp): New variable.
5606         (message-bogus-recipient-p): New function.
5607         (message-check-recipients): New command.
5608         (message-syntax-checks): Add `bogus-recipient'.
5609         (message-fix-before-sending): Add `bogus-recipient'.
5610
5611         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5612         (gnus-treat-body-boundary): Don't test window-system.
5613
5614 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5615
5616         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5617
5618 2007-10-28  Miles Bader  <miles@gnu.org>
5619
5620         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5621         at compile-time too.
5622
5623 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5624
5625         * gnus-msg.el (gnus-message-setup-hook): Add
5626         `message-remove-blank-cited-lines' to options.
5627
5628 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5629
5630         * message.el (message-remove-blank-cited-lines): New function.
5631         Suggested by Karl Plästerer.
5632
5633 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5634
5635         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5636         mapc.
5637
5638         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5639         (top-level): Use mapc to set functions to be traced for debugging.
5640
5641         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5642         called for effect with while loop.
5643
5644         * message.el (message-talkative-question): Replace mapcar called for
5645         effect with mapc.
5646
5647         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5648         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5649         called for effect with dolist.
5650
5651         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5652
5653         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5654         gnus-extra-headers and nnmail-extra-headers.
5655
5656         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5657         called for effect with dolist.
5658         (top-level): Use mapc to set functions to be traced for debugging.
5659
5660         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5661         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5662         dolist.
5663
5664         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5665         Replace mapcar called for effect with mapc.
5666         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5667         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5668         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5669         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5670
5671         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5672         remove-if that's a cl function.
5673
5674         * webmail.el (webmail-debug): Replace mapcar called for effect with
5675         dolist.
5676
5677         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5678         with mapc.
5679
5680 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5681
5682         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5683         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5684         with while loop.
5685
5686         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5687         functions from article-* functions.
5688         (gnus-multi-decode-header): Replace mapcar called for effect with
5689         dolist.
5690
5691         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5692         (gnus-bookmark-show-details): Replace mapcar called for effect with
5693         while loop.
5694
5695         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5696         called for effect with while loop.
5697
5698         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5699         with dolist.
5700
5701         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5702         mapcar called for effect with dolist.
5703
5704         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5705
5706         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5707         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5708         Replace mapcar called for effect with dolist.
5709         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5710         mapc.
5711
5712         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5713         Replace mapcar called for effect with dolist.
5714         (gnus-topic-list): Replace mapcar called for effect with mapc.
5715
5716         * gnus.el: Use mapc instead of mapcar to add autoloads.
5717
5718 2007-10-23  Richard Stallman  <rms@gnu.org>
5719
5720         * gnus-group.el (gnus-group-highlight): Mark as risky.
5721
5722 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5723
5724         * gnus.el (gnus-server-to-method): Return method found first in
5725         gnus-newsrc-alist.
5726
5727         * gnus-art.el (gnus-article-highlight-signature)
5728         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5729         button overlay without the front stickiness.
5730
5731 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5732
5733         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5734         overview buffer needed a catch to receive its throw.
5735         (gnus-agent-flush-cache): Declared as interactive to make this function
5736         easier to use.
5737
5738 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5739
5740         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5741         `next-line'.
5742
5743 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5744
5745         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5746         exclude address matching message-dont-reply-to-names.
5747
5748 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5749
5750         * gnus-util.el (gnus-string<): New function.
5751
5752         * gnus-sum.el (gnus-article-sort-by-author)
5753         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5754
5755 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5756
5757         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5758         the frame-focus tag is set in gnus-buffer-configuration.
5759
5760 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5761
5762         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5763         the front stickiness.
5764
5765 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5766
5767         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5768         url pattern; remove duplicate one.
5769         (gnus-article-extend-url-button): New function.
5770         (gnus-article-add-buttons): Use it.
5771         (gnus-button-push): Use concatenated url that it makes.
5772
5773 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5774
5775         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5776
5777 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5778
5779         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5780         Don't hardcode point-min==1.
5781
5782 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5783
5784         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5785         Fix comment about "iso8859-1".
5786
5787 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5788
5789         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5790         ones returned from the verify-function.
5791
5792         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5793         mml2015-extract-cleartext-signature if extraction failed.
5794
5795 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5796
5797         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5798         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5799         failed.
5800
5801 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5802
5803         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5804
5805 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5806
5807         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5808         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5809         recommends to use EasyPG instead of PGG.
5810
5811         * pgg.el: Revert to revision 6.23.2.16.
5812
5813         * pgg-def.el: Revert to revision 6.6.2.14.
5814
5815         * pgg-gpg.el: Revert to revision 6.23.2.34.
5816
5817 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5818
5819         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5820         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5821         thread for both the null and zero (kill/expire thread) universal prefix
5822         cases.
5823         (gnus-summary-expire-thread): Add new function to expire a thread,
5824         using gnus-summary-kill-thread.
5825         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5826         shortcuts for gnus-summary-expire-thread.
5827         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5828         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5829
5830 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5831
5832         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5833         extras value, so an extras entry can be deleted.
5834         (gnus-registry-delete-extra-entry): Use it.
5835         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5836         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5837         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5838         storage through the gnus-registry, and provide an appropriate API for
5839         it.
5840
5841 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5842
5843         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5844         Suggested by Leo <sdl.web@gmail.com>.
5845
5846         * gnus.el: Do.
5847
5848 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5849
5850         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5851         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5852
5853         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5854
5855         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5856         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5857
5858 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5859
5860         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5861         newline.
5862         (nnmbox-request-accept-article): Don't change article in source buffer;
5863         narrow to header to use message-fetch-field rather than
5864         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5865         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5866         as delimiters; make sure article ends with newline.
5867         (nnmbox-delete-mail): Correct last position of article to be deleted;
5868         ignore X-Gnus-Newsgroup header in article body.
5869         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5870         positions; make sure article ends with newline.
5871
5872         * message.el (message-display-abbrev): Don't infloop when a user
5873         inserts SPC in the beginning of header.
5874
5875         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5876         coding-system-for-read and coding-system-for-write for XEmacs having no
5877         file-coding feature.
5878
5879         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5880
5881 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5882
5883         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5884         list of groups not followed by default.  Fix type to be regexp.
5885         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5886
5887 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5888
5889         * hmac-def.el (define-hmac-function): Switch from old-style to
5890         new-style backquotes.
5891
5892         * md4.el (md4-make-step): Likewise.
5893
5894 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5895
5896         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5897         raw-text coding system when saving .newsrc file, which may contain
5898         non-ASCII group names.
5899
5900 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5901
5902         * gnus-cus.el (gnus-score-extra): New widget.
5903         (gnus-score-extra-convert): New function.
5904         (gnus-score-customize): Use it for Extra.
5905
5906 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5907
5908         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5909         (mml2015-mailcrypt-clear-verify): Use it.
5910         (mml2015-gpg-clear-verify): Use it.
5911         (mml2015-pgg-clear-verify): Use it.
5912         (mml2015-epg-clear-verify): Replace the current part with the output
5913         from GnuPG; don't extract the plaintext by itself.
5914
5915         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5916         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5917         mml2015-clear-verify-function; don't touch the armor headers or
5918         dash-escaped text here.
5919
5920 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5921
5922         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5923         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5924         parts, or application/octet-stream as a last resort.
5925         (gnus-mime-view-part-as-type): Don't toggle display.
5926         (gnus-mime-view-part-as-charset): Don't turn off display before
5927         querying charset.
5928
5929         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5930         stuff to undisplayer function in Emacs.
5931         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5932
5933         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5934         text/calendar parts.
5935
5936 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5937
5938         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5939         decoding text/calendar parts.
5940
5941         * message.el (message-forward-make-body-mime): Always mark body as
5942         having no illegible text; remove signed-or-encrypted argument.
5943         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5944
5945         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5946         (mml-generate-mime-1): Don't encode body if it is specified to be in
5947         raw form; don't make buffer be unibyte when inserting multibyte string.
5948
5949 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5950
5951         * sha1.el: Fix up comment style.
5952         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5953         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5954
5955         * hex-util.el: Fix up comment style.
5956         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5957
5958         * gnus-salt.el: Use with-current-buffer.
5959         (gnus-pick-setup-message): Fix long-standing typo.
5960
5961 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5962
5963         * imap.el (imap-logout-timeout): New variable.
5964         (imap-logout, imap-logout-wait): New functions.
5965         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5966
5967         * nnimap.el (nnimap-logout-timeout): New server variable.
5968         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5969         nnimap-logout-timeout.
5970
5971         * gnus-art.el (gnus-article-summary-command-nosave)
5972         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5973
5974 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5975
5976         * gnus.el (gnus-maximum-newsgroup): New variable.
5977
5978         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5979         according to gnus-maximum-newsgroup.
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):
5983         Limit the range of articles according to gnus-maximum-newsgroup.
5984
5985 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5986
5987         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5988         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5989         Don't perform gnus-configure-windows here; reuse existing sticky
5990         article buffer.
5991
5992         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5993         it doesn't exist in gnus-article-mode.
5994
5995 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5996
5997         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5998         (gnus-agent-decoded-group-name): New function.
5999         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6000         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6001
6002 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6003
6004         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6005         Add binding for gnus-sticky-article.
6006         (gnus-summary-exit): Don't kill sticky article buffers.
6007
6008         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6009         article buffer.
6010         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6011         (gnus-kill-sticky-article-buffers): New commands.
6012
6013 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6014
6015         * nntp.el (nntp-xref-number-is-evil): New server variable.
6016         (nntp-find-group-and-number): If it is non-nil, don't trust article
6017         numbers in the Xref header.
6018
6019 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6020
6021         * gnus-agent.el (gnus-agent-read-group): New function.
6022         (gnus-agent-flush-group, gnus-agent-expire-group)
6023         (gnus-agent-regenerate-group): Use it.
6024         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6025         nnmail-pathname-coding-system.
6026
6027 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6028
6029         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6030
6031         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6032         that are unread as unread, and also as selected so that information of
6033         marks having been changed by a user may be updated when exiting group.
6034
6035 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6036
6037         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6038         calculated ignoring signature parts to gnus-treat-article.
6039
6040 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6043         a point here in order to keep the window start.
6044         (gnus-insert-mime-security-button): Make a button overlay without the
6045         front stickiness.
6046         (gnus-mime-display-security): Goto the end of a button.
6047
6048         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6049
6050 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6051
6052         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6053         group-name-at-point.
6054         (gnus-group-completing-read): New function that offers decoded
6055         non-ASCII group names for completion.
6056         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6057         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6058         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6059         (gnus-group-fetch-control): Use it.
6060         (gnus-fetch-group): Use group-name-at-point for the initial value
6061         rather than the default value; use gnus-alive-p.
6062
6063         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6064         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6065         (gnus-summary-post-news): Use gnus-group-completing-read.
6066
6067         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6068         (gnus-read-move-group-name): Decode group name for completion.
6069
6070 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6071
6072         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6073         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6074         Yamaoka slightly modified the code).
6075
6076 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6077
6078         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6079         (nnmail-split-incoming): Bind it.
6080
6081         * nnml.el (nnml-group-name-charset): New function.
6082         (nnml-decoded-group-name): Use it; don't decode group name if
6083         nnmail-group-names-not-encoded-p is non-nil.
6084         (nnml-encoded-group-name): New function.
6085         (nnml-group-pathname): Inline nnml-decoded-group-name.
6086         (nnml-request-expire-articles): Decode group name in message.
6087         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6088         nnmail-pathname-coding-system.
6089         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6090         not decoded ones according to nnmail-group-names-not-encoded-p.
6091         (nnml-generate-active-info): Use nnml-encoded-group-name.
6092
6093 2007-08-08  Glenn Morris  <rgm@gnu.org>
6094
6095         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6096         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6097         doc-strings and comments.
6098
6099 2007-07-25  Glenn Morris  <rgm@gnu.org>
6100
6101         * Relicense all FSF files to GPLv3 or later.
6102
6103 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6104
6105         * gnus-sum.el (gnus-summary-move-article): Make
6106         gnus-summary-respool-article work.
6107
6108 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6109
6110         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6111         string.
6112
6113 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6114
6115         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6116         that should be ignored when comparing distant RSS articles with local
6117         ones.
6118         (nnrss-make-hash-index): New function.  Create a hash index according
6119         to the ignored fields.
6120         (nnrss-check-group): Use it.
6121
6122 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6123
6124         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6125
6126         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6127
6128         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6129         the new optional argument ENCODED is non-nil.
6130         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6131         coding system for encoding group name.
6132         (gnus-group-make-rss-group): Pass un-encoded group name to
6133         gnus-group-make-group.
6134         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6135         encoded.
6136
6137         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6138         Encode group name to which articles are moved or copied.
6139         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6140         coding system for encoding Newsgroup, Followup-To and Xref headers.
6141
6142         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6143         marks; use nnheader-file-coding-system to write a file.
6144         (nnagent-retrieve-headers): Bind file-name-coding-system to
6145         nnmail-pathname-coding-system.
6146
6147         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6148
6149         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6150         (nnml-request-article, nnml-request-create-group)
6151         (nnml-request-rename-group, nnml-find-id)
6152         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6153         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6154         (nnml-save-marks): Use nnml-group-pathname instead of
6155         nnmail-group-pathname.
6156
6157         (nnml-request-create-group, nnml-request-expire-articles)
6158         (nnml-request-move-article, nnml-request-delete-group)
6159         (nnml-deletable-article-p, nnml-possibly-create-directory)
6160         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6161         (nnml-open-marks): Bind file-name-coding-system to
6162         nnmail-pathname-coding-system.
6163
6164         (nnml-request-article): Pass server argument to nnml-find-group-number.
6165         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6166         server argument to nnml-possibly-create-directory.
6167         (nnml-request-accept-article): Pass server argument to
6168         nnml-active-number and nnml-save-mail.
6169         (nnml-find-group-number): Pass server argument to nnml-find-id.
6170         (nnml-request-update-info): Pass server argument to
6171         nnml-marks-changed-p.
6172
6173         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6174         (nnml-save-mail, nnml-active-number): Add server argument.
6175
6176         (nnml-request-delete-group): Warn if group is missing.
6177         (nnml-get-nov-buffer): Decode group name.
6178         (nnml-generate-active-info): Encode group name.
6179         (nnml-open-marks): Decode group name in messages.
6180
6181 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6182
6183         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6184         if it is not specified.
6185         (gnus-article-pipe-part, gnus-article-save-part)
6186         (gnus-article-interactively-view-part, gnus-article-copy-part)
6187         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6188         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6189         (gnus-article-replace-part, gnus-article-delete-part)
6190         (gnus-article-view-part-as-type): Pass raw prefix argument to
6191         gnus-article-part-wrapper.
6192
6193 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6194
6195         * gnus-agent.el (gnus-agent-save-active): Bind
6196         nnheader-file-coding-system to gnus-agent-file-coding-system.
6197
6198         * gnus-cache.el (gnus-cache-save-buffers)
6199         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6200         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6201         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6202         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6203         (gnus-cache-generate-active, gnus-cache-rename-group)
6204         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6205         (gnus-cache-update-overview-total-fetched-for): Bind
6206         file-name-coding-system to nnmail-pathname-coding-system.
6207         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6208         variables.
6209         (gnus-cache-decoded-group-name): New function.
6210         (gnus-cache-file-name): Use it.
6211         (gnus-cache-generate-active): Use non-decoded group name for active.
6212
6213         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6214         right place.
6215         (gnus-write-active-file): Don't break non-ASCII group names.
6216
6217         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6218         nnmail-pathname-coding-system.
6219
6220         * lpath.el: Bind default-file-name-coding-system,
6221         file-name-coding-system and language-info-alist for XEmacs.
6222
6223         * gnus-uu.el (gnus-uu-decode-save): Typo.
6224
6225 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6226
6227         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6228
6229 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6230
6231         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6232         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6233         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6234         (gnus-agent-flush-group, gnus-agent-flush-cache)
6235         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6236         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6237         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6238         (gnus-agent-regenerate-group)
6239         (gnus-agent-update-files-total-fetched-for)
6240         (gnus-agent-update-view-total-fetched-for): Bind
6241         file-name-coding-system to nnmail-pathname-coding-system.
6242         (gnus-agent-group-pathname): Don't encode file names by
6243         nnmail-pathname-coding-system.
6244         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6245         coding-system-for-write instead of buffer-file-coding-system to
6246         gnus-agent-file-coding-system.
6247
6248         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6249         Decode group name.
6250
6251         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6252
6253         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6254         (gnus-read-newsrc-el-file): Make group names unibyte.
6255
6256         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6257         nnmail-pathname-coding-system.
6258
6259         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6260         (nnrss-request-delete-group): Bind file-name-coding-system to
6261         nnmail-pathname-coding-system.
6262         (nnrss-read-server-data, nnrss-read-group-data): Bind
6263         file-name-coding-system correctly.
6264         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6265
6266         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6267         (nntp-server-to-method-cache): New variable.
6268         (nntp-group-pathname): New function that decodes non-ASCII group names.
6269         (nntp-possibly-create-directory, nntp-marks-changed-p)
6270         (nntp-save-marks, nntp-open-marks): Use it.
6271         (nntp-possibly-create-directory, nntp-open-marks):
6272         Bind file-name-coding-system to nnmail-pathname-coding-system.
6273         (nntp-open-marks): Decode group names when bootstrapping marks.
6274
6275         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6276         Newsgroups and Folowup-To headers.
6277
6278 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6279
6280         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6281         (gnus-server-closed-face, gnus-server-denied-face)
6282         (gnus-server-offline-face): Remove variable.
6283         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6284
6285         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6286         of modifying message-stack directly for XEmacs.
6287
6288         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6289         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6290         if the coding-system argument is nil for XEmacs.
6291
6292         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6293         mm-charset-override-alist.
6294
6295         * rfc2047.el: Don't require base64; require rfc2045 for the function
6296         rfc2045-encode-string.
6297         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6298         to quote the parameter value.
6299
6300 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6301
6302         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6303         form in gnus-group-name-charset-method-alist.
6304
6305         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6306         overrides the default layout edit-form.
6307
6308         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6309
6310         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6311
6312 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6313
6314         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6315         as unfetched articles.
6316
6317 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6318
6319         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6320
6321 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6322
6323         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6324         original back end that keeps marks in the local system.
6325
6326 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6327
6328         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6329         arg of pop-to-buffer for XEmacs.
6330         (gnus-article-read-summary-keys): Ditto; don't restore window
6331         configuration if summary command ends up with neither article buffer
6332         nor summary buffer; describe bindings if summary keys end with C-h.
6333
6334 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6335
6336         * message.el (message-fix-before-sending): Skip raw message part to be
6337         forwarded while checking illegible text.
6338         (message-forward-make-body-mime, message-forward-make-body): Mark
6339         signed or encrypted raw message as having no illegible text.
6340
6341 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6344         (gnus-message-with-timestamp-1): New macro.
6345         (gnus-message-with-timestamp): New function.
6346         (gnus-message): Use them.
6347
6348         * nnheader.el (nnheader-message): Use them.
6349
6350 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6351
6352         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6353         .newsrc.eld file.
6354
6355 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6356
6357         * gnus-agent.el (gnus-agent-fetch-headers)
6358         (gnus-agent-retrieve-headers): Bind
6359         gnus-decode-encoded-address-function to identity.
6360
6361         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6362         available also when the server returns simply a dot.
6363
6364         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6365
6366 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6367
6368         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6369
6370 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6371
6372         * gnus-ems.el (gnus-x-splash): Make it work.
6373
6374         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6375         from being used.
6376
6377         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6378
6379 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6380
6381         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6382         4th and the 5th arguments.
6383
6384         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6385         the front stickiness.
6386         (gnus-article-summary-command-nosave): Correct the order of the
6387         arguments passed to pop-to-buffer.
6388         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6389         summary command ends up with the article buffer.
6390
6391         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6392         the same faces.
6393
6394 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6395
6396         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6397
6398 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6399
6400         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6401         * gnus-sum.el (gnus-summary-highlight):
6402         * pgg.el (pgg-sign-region, pgg-sign):
6403         * mail-source.el (mail-source-delete-old-incoming-confirm):
6404         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6405
6406 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6407
6408         * gnus-art.el (gnus-mime-view-part-externally)
6409         (gnus-mime-view-part-internally): Fix predicate function passed to
6410         completing-read.
6411
6412         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6413
6414         * gnus.el (gnus-update-message-archive-method): Add :version.
6415
6416 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6417
6418         * gnus.el (gnus-update-message-archive-method): New variable.
6419
6420         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6421         according to gnus-message-archive-method if
6422         gnus-update-message-archive-method is non-nil.
6423
6424 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6425
6426         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6427         by Loic Dachary <loic@dachary.org>.
6428         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6429
6430 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6431
6432         * message.el (message-pop-to-buffer): Add switch-function argument.
6433         (message-mail): Pass switch-function argument to it.
6434
6435 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6436
6437         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6438         Improve doc string.
6439
6440 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6441
6442         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6443         (gnus-header-content)
6444         * gnus-cite.el (gnus-cite-10)
6445         * gnus-srvr.el (gnus-server-closed)
6446         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6447         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6448         (gnus-group-mail-3-empty, gnus-group-mail-low)
6449         (gnus-group-mail-low-empty, gnus-splash)
6450         * message.el (message-header-to, message-header-cc)
6451         (message-header-subject, message-header-other, message-header-name)
6452         (message-header-xheader, message-separator, message-cited-text)
6453         (message-mml): Lighten colors of faces used for dark background.
6454
6455 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6456
6457         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6458         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6459
6460 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6461
6462         * message.el (message-narrow-to-headers-or-head):
6463         Ignore mail-header-separator in the body.
6464
6465 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6466
6467         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6468         same as window size.
6469
6470 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6471
6472         * message.el (message-font-lock-keywords): Use message-header-xheader
6473         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6474         ahead of the anything pattern, to get it recognised.
6475
6476 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6477
6478         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6479         spam.el loads uses it in the compiled defadvice form.
6480
6481 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6482
6483         * gnus-sum.el (gnus-articles-to-read)
6484         (gnus-summary-insert-old-articles): Don't truncate group name for
6485         `read-string'.
6486
6487         * gnus-util.el (gnus-limit-string): Delete this function.
6488
6489         * gnus-sum.el (gnus-simplify-subject-fully): Use
6490         `truncate-string-to-width' instead.
6491
6492 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6493
6494         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6495         if, on summary exit, the next group has to be selected.
6496         (gnus-summary-exit): Use it.
6497
6498 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6499
6500         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6501         non-break space.
6502
6503 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6504
6505         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6506         Check if group is not a directory.
6507         (nnfolder-request-expire-articles): Don't delete articles if the target
6508         group is not available.
6509
6510         * nnml.el (nnml-request-create-group): Properly check if group is not a
6511         file.
6512         (nnml-request-expire-articles): Don't delete articles if the target
6513         group is not available.
6514
6515         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6516         Don't quote characters that are within parentheses.
6517
6518 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6519
6520         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6521         (gnus-handle-ephemeral-exit): Select article according to it.
6522
6523 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6524
6525         * message.el (message-insert-formated-citation-line): Remove newline.
6526         (message-citation-line-format): Add final \n here so that the user can
6527         avoid a blank line.
6528
6529 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6530
6531         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6532         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6533         Update lanl/arXiv support.
6534
6535 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6536
6537         * gnus.el: Bump version number.
6538
6539 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6540
6541         * gnus.el (gnus-version-number): Bump version.
6542
6543 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6544
6545         * gnus.el: No Gnus v0.6 is released.
6546
6547 2007-04-27  Didier Verna  <didier@xemacs.org>
6548
6549         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6550         * gmm-utils.el (gmm-regexp-concat): here.
6551         * message.el: Don't require 'gnus-util.
6552         (message-dont-reply-to-names): Handle name change above.
6553         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6554
6555 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6556
6557         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6558         since the initial value varies according to the system.
6559
6560 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6561
6562         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6563
6564 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6565
6566         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6567
6568 2007-04-24  Didier Verna  <didier@xemacs.org>
6569
6570         Improve the type of gnus-ignored-from-addresses.
6571         * gnus-util.el (gnus-orify-regexp): New function.
6572         * message.el (gnus-util): Require it.
6573         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6574         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6575         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6576
6577 2007-04-24  Didier Verna  <didier@xemacs.org>
6578
6579         * gnus-sum.el:
6580         * gnus-utils.el: Fix some trailing whitespaces.
6581
6582 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6583
6584         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6585         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6586         article's Message-ID; refer parent article in summary buffer.
6587
6588         * message.el (message-bounce): Call mime-to-mml.
6589
6590         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6591         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6592         optimize and/or forms properly.
6593
6594 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6595
6596         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6597         URL.
6598
6599 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6600
6601         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6602
6603 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6604
6605         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6606         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6607         displayed of multipart/alternative part if it is invoked from summary
6608         buffer.
6609
6610         * mm-view.el (mm-inline-text-html-render-with-w3m)
6611         (mm-inline-text-html-render-with-w3m-standalone)
6612         (mm-inline-render-with-function): Use mail-parse-charset by default.
6613
6614 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6615
6616         * parse-time.el (parse-time-string-chars): Check if CHAR
6617         is less than the length of parse-time-syntax.
6618
6619 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6620
6621         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6622         from gnus-newsgroup-processable.
6623
6624 2007-04-16  Didier Verna  <didier@xemacs.org>
6625
6626         * gnus-msg.el (gnus-configure-posting-styles): Handle
6627         message-signature-directory properly with :file syntax.  Reported by
6628         "Leo".
6629
6630 2007-04-11  Didier Verna  <didier@xemacs.org>
6631
6632         New user option: message-signature-directory.
6633         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6634         * message.el (message-insert-signature): Ditto.
6635         * message.el (message-signature-file): Doc update.
6636         * message.el (message-signature-directory): New.
6637
6638 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6639
6640         * gnus-msg.el (gnus-inews-yank-articles): Use
6641         message-exchange-point-and-mark instead of exchange-point-and-mark.
6642
6643 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6644
6645         * message.el (message-yank-original): Make sure cited text ends with
6646         newline; don't exchange point and mark.
6647
6648 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6649
6650         * tls.el (open-tls-stream): Properly handle case where there
6651         is no associated buffer.
6652
6653 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6654
6655         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6656         message-yank-original, make sure (< mark TEXT point).
6657
6658 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6659
6660         * message.el (message-fill-column): New variable.
6661         (message-mode): Use it.  Add comment on a possible new hook.
6662
6663         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6664         (nnmail-get-new-mail): Reformat.
6665
6666         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6667
6668         * gmm-utils.el: Fix Commentary.
6669         (gmm-tool-bar-from-list): Fix typo in doc string.
6670
6671 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6672
6673         * message.el (message-yank-original): Don't switch point and mark
6674         unnecessarily to put point and mark as documented.
6675
6676 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6677
6678         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6679         from the message heads.
6680
6681 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6682
6683         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6684         article buffer does not have a window.  This may not be the best
6685         solution but is certainly better than setting the start of the null,
6686         that is the current, window.
6687
6688 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6689
6690         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6691         (gnus-draft-setup): Run it.
6692
6693         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6694         gnus-score-fast-scoring.  Allow regexp.
6695         (gnus-score-headers): Use it.
6696
6697         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6698         XEmacs.
6699
6700         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6701         string.
6702         (gnus-button-alist): Also catch `<f1> k ...'.
6703         (gnus-treat-display-x-face): Fix doc string.
6704
6705 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6706
6707         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6708         evaluation of gnus-extended-version to ensure correct generation of the
6709         User-Agent header when message-generate-headers-first is used.
6710
6711 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6712
6713         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6714         hashcash-path is nil.  Don't call callback with incorrect number of
6715         parameters if val is 0.
6716
6717 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6718
6719         * message.el (message-required-news-headers):
6720         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6721
6722 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6723
6724         * tls.el (open-tls-stream): In handshake-waiting loop,
6725         don't wait more if there is output available to process.
6726
6727 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6728
6729         * tls.el (tls-program): Doc fix.
6730
6731 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6732
6733         * message.el (message-generate-new-buffers): Change the meaning of the
6734         nil value; add `standard' to the choices; treat t as `unique'; improve
6735         doc string.
6736         (gnus-select-frame-set-input-focus): Autoload.
6737         (message-buffer-name): Search for the existing message buffer if
6738         message-generate-new-buffers is nil or `standard'; treat the value t of
6739         message-generate-new-buffers as `unique'.
6740         (message-pop-to-buffer): Raise the frame already displaying the message
6741         buffer; clear the echo area after querying.
6742         (message-setup): Pass the `continue' argument to compose-mail.
6743         (message-mail): Prefer `switch-function' if it is given; search for the
6744         existing message buffer if the `continue' argument is non-nil; pass
6745         continue and switch-function arguments to compose-mail by way of
6746         message-setup.
6747         (message-mail-other-window): Adjust argument of message-setup.
6748         (message-mail-other-frame): Ditto.
6749
6750 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6751
6752         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6753         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6754         to turn font-lock on when turning gnus-message-citation-mode on.
6755
6756 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6757
6758         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6759         (mml-smime-function-alist): New variable; add epg as the backend.
6760         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6761         mml-smime- functions instead.
6762         * mm-view.el: Require smime.
6763
6764 2007-03-05  Didier Verna  <didier@xemacs.org>
6765
6766         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6767         instead of just inheritance for posting styles.
6768         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6769
6770 2007-02-24  Chris Moore  <dooglus@gmail.com>
6771
6772         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6773         * pgg-pgp.el (pgg-pgp-encrypt-region):
6774         * pgg-gpg.el (pgg-gpg-encrypt-region):
6775         Check pgg-encrypt-for-me if no other recipients.
6776
6777 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6778
6779         * tls.el (tls-certtool-program): Fix custom type.
6780
6781 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6782
6783         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6784         and point-at-eol instead of line-(beginning|end)-position.
6785
6786         * assistant.el (assistant-parse-buffer): Ditto.
6787
6788         * netrc.el (netrc-parse-services): Ditto.
6789
6790 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6791
6792         * mml2015.el (mml2015-epg-find-usable-key): New function.
6793         (mml2015-epg-sign): Use it.
6794         (mml2015-epg-encrypt): Use it.
6795
6796 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6797
6798         * message.el (message-make-in-reply-to): Quote name containing
6799         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6800         if there are special characters.  Reported by NAKAJI Hiroyuki
6801         <nakaji@jp.freebsd.org>.
6802
6803 2007-02-27  Didier Verna  <didier@xemacs.org>
6804
6805         Include the group parameters as well as the topic ones in the
6806         inheritance filter process.
6807         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6808         argument GROUP-PARAMS-LIST.
6809         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6810
6811 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6812
6813         * nntp.el (nntp-never-echoes-commands)
6814         (nntp-open-connection-functions-never-echo-commands): New variables.
6815         (nntp-send-command): Use them.
6816
6817 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6818
6819         * mml2015.el (mml2015-epg-verify): Simplified.
6820
6821 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6822
6823         * mml.el (mml-content-disposition-alist): New user option.
6824         (mml-content-disposition): New function.
6825         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6826         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6827
6828 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6829
6830         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6831         verification.
6832
6833 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6834
6835         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6836         articles posted in the last 24 hours.
6837
6838 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6839
6840         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6841
6842 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6843
6844         * nntp.el (nntp-send-command): Don't wait for echoes when
6845         nntp-open-ssl-stream is used.
6846
6847 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6848
6849         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6850         (gnus-message-add-citation-keywords)
6851         (gnus-message-remove-citation-keywords): Remove.
6852         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6853         directly, make the variables in font-lock-defaults buffer-local, add
6854         gnus-message-citation-keywords to them and then update the value of
6855         font-lock-keywords.
6856
6857 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * message.el (message-cite-original-1): Don't call
6860         gnus-article-highlight-citation.
6861
6862         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6863         citations; fix line count.
6864
6865 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6866
6867         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6868         (gnus-message-add-citation-keywords)
6869         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6870         versions of font-lock-add-keywords and font-lock-remove-keywords to
6871         work with XEmacs correctly.
6872
6873 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6874
6875         * gnus-cite.el (gnus-cite-face-list): Set the values of
6876         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6877         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6878         (gnus-message-cite-prefix-regexp): New variable.
6879         (gnus-message-search-citation-line): Use it; protect against long
6880         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6881         the 0th match data for Emacs.
6882         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6883         (gnus-message-add-citation-keywords): Append keywords rather than
6884         prepending; emulate font-lock-add-keywords if it is not available.
6885         (gnus-message-remove-citation-keywords): Emulate
6886         font-lock-remove-keywords if it is not available.
6887
6888         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6889
6890         * message.el (message-cite-prefix-regexp): Set the value of
6891         gnus-message-cite-prefix-regexp.
6892
6893 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6894
6895         * nnweb.el (nnweb-google-parse-1): Update parser.
6896
6897 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6898
6899         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6900
6901 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6902
6903         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6904         regexp.
6905
6906 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6907
6908         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6909         string-to-multibyte.
6910         (uudecode-decode-region-internal): Use it.
6911
6912         * lpath.el: Fbind string-as-multibyte for XEmacs.
6913
6914 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6915
6916         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6917         custom choice.
6918
6919         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6920
6921 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6922
6923         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6924
6925         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6926         `write-region' to respect `mm-inhibit-file-name-handlers'.
6927
6928 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6929
6930         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6931         Use gnus-home-directory instead of "~/" or "$HOME".
6932
6933 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6934
6935         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6936         to mention filename.
6937         Add comments at beginning regarding usage.
6938         (encrypt-write-file-contents): Change interactive so a string is
6939         acceptable.  If the file has no associated model, show an error instead
6940         of a nonsense prompt.
6941
6942 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6943
6944         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6945         Thanks to Yoshihiko Yamada for kind notification of this typo.
6946
6947 2007-01-12  Kenichi Handa  <handa@m17n.org>
6948
6949         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6950         multibyte buffer.
6951
6952 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6953
6954         * gnus-score.el (gnus-score-fast-scoring): New variable.
6955         (gnus-score-headers): Use it.
6956
6957         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6958
6959         * message.el (message-cite-original-1): Call
6960         gnus-article-highlight-citation if requested.
6961         (message-make-from): Allow name and address as optional arguments.
6962
6963         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6964
6965         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6966         bugs to doc string.
6967         (gnus-button-alist): Add mid\\|message-id.
6968         (gnus-button-fetch-group): Extend for use in
6969         `browse-url-browser-function'.
6970         (gnus-button-url-regexp): Try to catch paired parentheses like in
6971         Wikipedia URLs.
6972
6973         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6974         Suggested by Simon Krahnke <overlord@gmx.li>.
6975
6976 2007-01-13  Romain Francoise  <romain@orebokech.com>
6977
6978         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6979         Update copyright.
6980
6981 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6982
6983         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6984
6985 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6986
6987         * gnus-registry.el (gnus-registry-unfollowed-groups)
6988         (gnus-registry-split-fancy-with-parent): Fix documentation.
6989
6990 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6991
6992         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6993         from nnweb groups.
6994
6995 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6996
6997         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6998         Xref urls.  Erase buffer before requesting head.
6999
7000 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7001
7002         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7003         customizable.
7004
7005 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7006
7007         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7008         no signing key is found.
7009         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7010         no encrypting and/or signing key is found.
7011
7012 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7013
7014         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7015
7016 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7017
7018         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7019         headers read from disk with the ones newly found in the current search.
7020         This should no longer cause problems, because the article numbers in
7021         Gmane's `nov.php' output are ignored since the previous change.
7022
7023 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7024
7025         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7026
7027 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7028
7029         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7030         replace-regexp-in-string; bind url-version; fbind display-images-p and
7031         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7032         find-face and set-itimer-function for Emacs; bind itimer-list for
7033         Emacs.
7034
7035         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7036
7037 2007-01-01  Romain Francoise  <romain@orebokech.com>
7038
7039         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7040
7041 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7042
7043         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7044         `define-minor-mode' macro definition expanded properly.
7045         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7046         exclude it there.
7047
7048         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7049         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7050         `fboundp' test.
7051         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7052         This is OK to autoload in (S)XEmacs now.
7053
7054 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7055
7056         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7057         keystroke.
7058         (gnus-summary-limit-to-singletons): Fix typo.
7059
7060         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7061         else fails.
7062
7063 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7064
7065         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7066         docstring.
7067
7068         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7069         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7070         (gnus-summary-insert-dormant-articles): Fix typo in message.
7071
7072 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7073
7074         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7075         nil for XEmacs.
7076         (gnus-message-citation-mode): Don't autoload in XEmacs.
7077
7078         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7079
7080 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7081
7082         * nnimap.el (nnimap-expunge-search-string): Mention
7083         nnimap-search-uids-not-since-is-evil in docstring.
7084
7085 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7086
7087         * spam.el: Revert to make-obsolete-variable because
7088         define-obsolete-variable-alias is not supported in Emacs 21.
7089
7090         * spam.el (spam-ifile-path, spam-ifile-database-path)
7091         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7092         make-obsolete-variable.
7093         (spam-bsfilter-path, spam-bsfilter-program)
7094         (spam-spamassassin-path, spam-spamassassin-program)
7095         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7096         use "path" inappropriately.
7097         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7098         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7099         variable names.
7100
7101 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7102
7103         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7104         summary buffer.
7105
7106         * password.el (password-cache-remove): Use clear-string to burn
7107         password, if available.
7108
7109 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7110
7111         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7112
7113         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7114
7115         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7116         (gnus-message-highlight-citation): Move defcustom here from
7117         gnus-cite.el.
7118         (gnus-message-citation-mode): Autoload.
7119
7120         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7121         checks to make it compile with XEmacs.
7122         (gnus-message-citation-mode): New minor mode.
7123         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7124         (gnus-message-highlight-citation): New variables.
7125         (gnus-message-search-citation-line)
7126         (gnus-message-add-citation-keywords)
7127         (gnus-message-remove-citation-keywords)
7128         (turn-on-gnus-message-citation-mode)
7129         (turn-off-gnus-message-citation-mode): New functions.
7130
7131 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7132
7133         * gnus-cite.el: Enable highlighting of different citation levels in
7134         message-mode.
7135
7136 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7137
7138         * message.el (message-make-fqdn): Fix comment.
7139         (message-bogus-system-names): Add ".local".
7140
7141         * spam.el (spam-ifile-path, spam-ifile-program)
7142         (spam-ifile-database-path, spam-ifile-database)
7143         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7144         Don't use "path" inappropriately.
7145         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7146         strings.
7147         (spam-check-ifile, spam-ifile-register-with-ifile)
7148         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7149         new variable names.
7150
7151         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7152         (gnus-treat-display-smileys): Simplify using
7153         gnus-image-type-available-p.
7154
7155         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7156         available.
7157
7158         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7159         `display-images-p' if available.
7160
7161 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7162
7163         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7164         one after turning on the buffer's multibyteness instead of decoding
7165         them directly in the unibyte buffer that causes unexpected conversion
7166         in Emacs 23 (unicode).
7167
7168 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7169
7170         * message.el (message-generate-hashcash): Fix custom type.
7171
7172 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7173
7174         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7175
7176 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7177
7178         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7179         disconnect icons.  Add help text.
7180
7181 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7182
7183         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7184         negated to be consistent with the others we handle.
7185
7186 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7187
7188         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7189         version of gnus-summary-buffer to something, so that we can use two
7190         article buffers at the same time.
7191
7192 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7193
7194         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7195         trigger all the extra headers.
7196         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7197         sorting.
7198
7199 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7200
7201         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7202         solid groups.
7203
7204 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7205
7206         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7207
7208 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7209
7210         * legacy-gnus-agent.el: Add Copyright notice.
7211
7212 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7213
7214         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7215
7216 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7217
7218         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7219
7220         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7221         to make it work reliably in CVS Emacs.
7222         (gnus-summary-limit-strange-charsets-predicate)
7223         (gnus-summary-limit-to-predicate): New functions.
7224
7225 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7226
7227         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7228         specifying array size.
7229         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7230         array if it is too small.
7231         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7232         (gnus-sort-threads-loop): New function.
7233
7234 2006-12-06  Chris Moore  <dooglus@gmail.com>
7235
7236         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7237         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7238
7239 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7240
7241         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7242         options.
7243
7244 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7245
7246         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7247         DOS-ing the recipient.
7248
7249         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7250         the headers when creating the mapping to avoid mismappings.
7251         (nnweb-gmane-create-mapping): Always nix out old mapping.
7252
7253 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7254
7255         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7256         and mm-verify-option to never.
7257
7258 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7259
7260         * message.el (message-signed-or-encrypted-p): New function.
7261         (message-forward-make-body): Use it.
7262
7263         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7264         Replace encode-coding-string with mm-encode-coding-string.
7265
7266 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7267
7268         * nneething.el (nneething-decode-file-name): Replace
7269         decode-coding-string with mm-decode-coding-string.
7270
7271         * gnus-int.el (gnus-open-server): Say failed server's name.
7272
7273 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7274
7275         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7276         strings to a single string.  Quote `errors-file-name'.
7277         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7278         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7279         Adjust calls.  Use `shell-quote-argument'.
7280
7281 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7282
7283         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7284         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7285
7286         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7287         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7288         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7289         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7290         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7291         (gnus-subscribe-newsgroup, gnus-1):
7292         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7293         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7294         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7295         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7296
7297 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7298
7299         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7300         keystroke.
7301         (gnus-summary-limit-to-bodies): Implement headersp.
7302
7303 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7304
7305         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7306
7307 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7308
7309         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7310
7311 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7312
7313         * message.el (message-generate-hashcash): Expand range of values to
7314         include `opportunistic'.
7315         (message-send-mail): Use it.
7316
7317 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7318
7319         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7320         and comment it.
7321
7322         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7323
7324 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7325
7326         * gnus-util.el (gnus-extract-address-components): Improve comment.
7327
7328 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7329
7330         * gnus-util.el (gnus-extract-address-components): Work with address in
7331         which the name portion contains @.
7332
7333         * lpath.el: Fbind custom-autoload.
7334
7335 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7336
7337         * gnus.el (gnus-start): Move custom group up.
7338         (gnus-select-method): Don't autoload, but make it available for
7339         `customize-variable'.
7340         (gnus-getenv-nntpserver): Don't autoload.
7341
7342 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7343
7344         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7345
7346 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7347
7348         * message.el (message-sendmail-extra-arguments): New variable.
7349         (message-send-mail-with-sendmail): Use it.
7350
7351 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7352
7353         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7354         mm-with-unibyte-current-buffer to make string unibyte.
7355
7356         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7357         mm-string-as-multibyte.
7358
7359 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7360
7361         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7362         Reported by Werner Koch <wk@gnupg.org>.
7363
7364 2006-11-14  Daiki Ueno  <ueno@p360>
7365
7366         * mml2015.el: Autoload epa-select-keys when compiling.
7367
7368 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7369
7370         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7371         message-options.
7372         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7373
7374 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7375
7376         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7377         EasyPG (< 0.0.6).
7378         (mml2015-always-trust): New user option.
7379         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7380         prompt.
7381
7382 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7383
7384         * nntp.el (nntp-authinfo-force): New variable.
7385         (nntp-send-authinfo): Use it.
7386
7387 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7388
7389         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7390         decode encoded words.  Improve prompt.  Add comment about forwarding.
7391         (message-replacement-char): Move up.
7392
7393 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7394
7395         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7396         instead of gnus-intersection because arguments of gnus-sorted-nunion
7397         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7398
7399 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7400
7401         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7402         (message-simplify-subject-functions): Enable
7403         message-strip-subject-encoded-words by default.
7404
7405 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7406
7407         * message.el (message-strip-subject-encoded-words): New function.
7408         (message-simplify-subject-functions): New variable.
7409         (message-simplify-subject): Use it.  Fix typo in doc string.
7410         Support message-strip-subject-encoded-words.
7411
7412 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7413
7414         * gnus-diary.el (gnus-diary-delay-format-function):
7415         * nndiary.el (nndiary-reminders):
7416         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7417
7418 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7419
7420         * gnus-art.el (article-hide-boring-headers): Fetch date from
7421         gnus-original-article-buffer to avoid problems with localized date
7422         strings.
7423
7424 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7425
7426         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7427
7428 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7429
7430         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7431         New variables.
7432         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7433         (mm-charset-synonym-alist): Move some entries to
7434         mm-codepage-iso-8859-list.
7435         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7436         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7437
7438 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7441
7442 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7443
7444         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7445         with Emacs 21 and XEmacs.
7446
7447 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7448
7449         * spam.el (spam-parse-address): New function for better parsing,
7450         catching errors, etc.
7451         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7452
7453 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7454
7455         * mm-view.el: Add interactive arg to html2text autoload.
7456
7457 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7458
7459         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7460
7461 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7462
7463         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7464         variables.
7465         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7466         (mm-charset-synonym-alist): Move some entries to
7467         mm-codepage-iso-8859-list.
7468
7469         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7470
7471 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7472
7473         * message.el (message-citation-line-format)
7474         (message-insert-formated-citation-line): Fix implementation of %E, %N
7475         and %n according to the doc string.
7476
7477 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7478
7479         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7480         car-safe to avoid bad parses.
7481
7482 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7483
7484         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7485         names.
7486
7487         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7488
7489 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7490
7491         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7492         header.
7493
7494         * message.el (message-draft-headers): Add Date.
7495         (message-headers-to-generate): Fix typo in docstring.
7496
7497         * nndraft.el (nndraft-required-headers): New variable.
7498         (nndraft-generate-headers): Use it.
7499
7500         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7501
7502 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7503
7504         * gnus-registry.el (gnus-registry-wash-for-keywords)
7505         (gnus-registry-find-keywords): New functions to allow easy searching of
7506         articles that are in the registry.
7507
7508 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7509
7510         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7511         ietf-drums-parse-address instead of gnus-extract-address-components.
7512         Reported by Damien Elmes <damien@repose.cx>.
7513
7514 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7515
7516         * gnus.el (gnus-mime): Remove unused custom group.
7517
7518 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7519
7520         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7521         "blank line" when searching for end of armor headers.
7522
7523 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7524
7525         * gmm-utils.el (gmm-write-region): Fix variable name.
7526
7527 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7528
7529         * gmm-utils.el (gmm-write-region): New function based on compatibility
7530         code from `mm-make-temp-file'.
7531
7532         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7533
7534         * nnmaildir.el (nnmaildir--update-nov)
7535         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7536         Use `gmm-write-region'.
7537
7538 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7539
7540         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7541         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7542
7543         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7544
7545         * message.el (message-replacement-char): New variable.
7546         (message-fix-before-sending): Use it.
7547         (message-simplify-subject): New function to remove duplicate code.
7548         (message-reply, message-followup): Use it.
7549
7550         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7551         gnus-summary-limit-to-articles.
7552
7553 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7554
7555         * gnus-util.el (gnus-with-local-quit): New macro.
7556
7557         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7558
7559 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7560
7561         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7562         ignore non-string data.
7563
7564 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7565
7566         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7567         non-string data (needs to be done in the registry too).
7568
7569 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7570
7571         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7572         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7573         (gnus-registry-split-fancy-with-parent)
7574         (gnus-registry-fetch-simplified-message-subject-fast)
7575         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7576         Remove text properties on ingress into the registry and when it's saved.
7577         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7578         registry from entries with no groups.
7579
7580 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7581
7582         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7583         function to remove string properties.
7584
7585 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7586
7587         * gmm-utils.el (gmm): Adjust custom version.
7588
7589         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7590         custom version.
7591
7592         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7593
7594 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7595
7596         * gnus-art.el (gnus-insert-prev-page-button)
7597         (gnus-insert-next-page-button): Simplify.  Reformat.
7598
7599 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7600
7601         * gnus-art.el (gnus-insert-prev-page-button)
7602         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7603
7604 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7605
7606         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7607
7608 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7609
7610         * gnus-art.el (gnus-insert-mime-button)
7611         (gnus-insert-mime-security-button):
7612         Apply gnus-article-button-face to MIME and security buttons.
7613
7614 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7615
7616         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7617         readable.
7618
7619 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7620
7621         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7622
7623 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7624
7625         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7626         `browse-url-of-file' instead of `browse-url'.
7627
7628 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7629
7630         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7631         regexp.  Articles containing quotation were cut prematurely.
7632
7633 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7634
7635         * message.el (message-cite-original-1): Use nobody by default for the
7636         value of From header.
7637         (message-reply): Ditto.
7638
7639 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7640
7641         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7642         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7643         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7644
7645 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7646
7647         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7648         mails in the doc string.  Add some URLs in comment.
7649         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7650
7651 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7652
7653         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7654         backslashes handling and the way to find boundaries of quoted strings.
7655
7656 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7657
7658         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7659         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7660         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7661         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7662
7663 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7664
7665         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7666         doc string.
7667         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7668
7669 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7670
7671         * lpath.el: Fbind epg-check-configuration.
7672
7673 2006-09-06  Simon Josefsson  <jas@extundo.com>
7674
7675         * mml2015.el (mml2015-use): Doc fix, mention epg.
7676
7677 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7678
7679         * mml2015.el (mml2015-use): Default to epg, if available.
7680
7681 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7682
7683         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7684         message-sender.
7685         (mml1991-epg-encrypt): Ditto.
7686         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7687         message-sender.
7688         (mml2015-epg-encrypt): Ditto.
7689
7690 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7691
7692         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7693         several common directories.
7694
7695 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7696
7697         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7698         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7699
7700 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7701
7702         * gnus-art.el (article-decode-encoded-words): Make it fast.
7703
7704 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7705
7706         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7707
7708         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7709         in quoted string into `\'.
7710
7711 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7712
7713         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7714         Use standard-syntax-table.
7715
7716 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7717
7718         * gnus-art.el (gnus-decode-address-function): New variable.
7719         (article-decode-encoded-words): Use it to decode headers which are
7720         assumed to contain addresses.
7721         (gnus-mime-delete-part): Remove useless `or'.
7722
7723         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7724         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7725         (gnus-nov-parse-line): Use it to decode From header.
7726         (gnus-get-newsgroup-headers): Ditto.
7727         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7728
7729         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7730         (mail-decode-encoded-address-string): New alias.
7731
7732         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7733         New function.
7734         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7735         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7736         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7737         (rfc2047-decode-string): Ditto.
7738         (rfc2047-decode-address-region): New function.
7739         (rfc2047-decode-address-string): New function.
7740
7741 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7742
7743         * message.el (message-caesar-buffer-body): Allow rotating headers.
7744
7745         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7746
7747         * message.el (message-insert-formated-citation-line): Fix %f.
7748         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7749
7750 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7751
7752         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7753         (gnus-bookmark-mouse-available-p): New macro.
7754         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7755         (gnus-bookmark-bmenu-show-infos): Use it.
7756         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7757         (gnus-bookmark-bmenu-hide-infos): Ditto.
7758         (gnus-bookmark-remove-properties): New function.
7759         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7760         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7761         (gnus-bookmark-write-file): Bind coding-system-for-write.
7762         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7763         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7764         group before selecting it.
7765         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7766         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7767         quit-window if it is not available; use gnus-mouse-2 and bind it to
7768         gnus-bookmark-bmenu-select-by-mouse.
7769         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7770         (gnus-bookmark-bmenu-select-by-mouse): New function.
7771
7772 2006-08-13  Romain Francoise  <romain@orebokech.com>
7773
7774         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7775         space.
7776
7777 2006-08-10  Romain Francoise  <romain@orebokech.com>
7778
7779         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7780         (dns-mode-soa-auto-increment-serial): New user option.
7781         (dns-mode-soa-maybe-increment-serial): New function.
7782         (dns-mode): Add the latter to `write-contents-functions'.
7783
7784 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7785
7786         * compface.el (uncompface): Use binary rather than raw-text-unix.
7787
7788 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7789
7790         * compface.el (uncompface): Make sure the eol conversion doesn't take
7791         place when communicating with the external programs.  Reported by
7792         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7793
7794 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7795
7796         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7797
7798 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7799
7800         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7801         Make it more robust by parsing author and date independently.
7802
7803 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7804
7805         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7806
7807 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7808
7809         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7810         first matching secret key.
7811         (mml2015-epg-encrypt): Ditto.
7812
7813         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7814         first matching secret key.
7815         (mml1991-epg-encrypt): Ditto.
7816
7817         * mml2015.el (mml2015-encrypt-to-self): New user option.
7818         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7819         mml2015-epg-encrypt-to-self is set.
7820
7821         * mml1991.el (mml1991-encrypt-to-self): New variable.
7822         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7823         mml1991-epg-encrypt-to-self is set.
7824
7825         * mml2015.el (mml2015-signers): New user option.
7826         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7827         (mml2015-epg-encrypt): Allow to select signing keys.
7828
7829         * mml1991.el (mml1991-signers): New variable.
7830         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7831         (mml1991-epg-encrypt): Allow to select signing keys.
7832
7833 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7834
7835         * nnheader.el (nnheader-insert-head): Make it work even if the file
7836         uses CRLF for the line-break code.
7837
7838 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7839
7840         * mml2015.el: Require mml-sec instead of password.
7841         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7842         (mml2015-cache-passphrase): Inherit the default value from
7843         mml-secure-cache-passphrase.
7844         (mml2015-passphrase-cache-expiry): Inherit the default value from
7845         mml-secure-passphrase-cache-expiry.
7846
7847         * mml1991.el: Require mml-sec instead of password.
7848         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7849         (mml1991-cache-passphrase): Inherit the default value from
7850         mml-secure-cache-passphrase.
7851         (mml1991-passphrase-cache-expiry): Inherit the default value from
7852         mml-secure-passphrase-cache-expiry.
7853
7854         * mml-sec.el: Require password.
7855         (mml-secure-verbose): New user option.
7856         (mml-secure-cache-passphrase): New user option.
7857         (mml-secure-passphrase-cache-expiry): New user option.
7858
7859 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7860
7861         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7862         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7863         andreas@altroot.de (Andreas Vögele).
7864
7865         FIXME: Use `tiny change'?
7866
7867 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7868
7869         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7870         workaround for the url package included with Emacs.
7871
7872         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7873
7874 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7875
7876         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7877         correctly.  This fixes a bug caused by the 2006-05-12 change.
7878
7879 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7880
7881         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7882         some information about the error when saying that the `bogus' mail
7883         group will be used.
7884
7885 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7886
7887         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7888         string.
7889
7890 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7891
7892         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7893
7894 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7895
7896         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7897
7898 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7899
7900         * mml1991.el (mml1991-function-alist): Add epg.
7901         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7902         (mml1991-epg-encrypt): New functions.
7903
7904 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7905
7906         * mml2015.el (mml2015-verbose): New variable.
7907         (mml2015-cache-passphrase): Ditto.
7908         (mml2015-passphrase-cache-expiry): Ditto.
7909         (mml2015-function-alist): Add epg.
7910         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7911         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7912         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7913         functions.
7914
7915 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7916
7917         * message.el (message-cite-original-1): Preserve region when removing
7918         quoted text due to X-No-Archive in order to avoid bogus attribution
7919         when citing multiple messages.
7920
7921 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7922
7923         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7924         Kenneth Jacker <khj@be.cs.appstate.edu>.
7925
7926 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7927
7928         * gnus-diary.el (gnus-user-format-function-d)
7929         (gnus-user-format-function-D): Autoload.
7930
7931         * imap.el (Commentary): Fix typo.
7932
7933         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7934         2006-04-22 contribution.
7935
7936 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7937
7938         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7939         It didn't really fix the bogosity I'm seeing with solid web groups.
7940
7941 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7942
7943         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7944         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7945         created using server names.  If we use the feature without declaring
7946         it, Gnus does not properly manage server and group state.
7947
7948         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7949         bound.
7950
7951 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7952
7953         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7954         looking up the method using GROUP's prefix before inventing a new one.
7955         It is used on killed/unknown groups in various places where returning
7956         an all-new method isn't expected by the caller.
7957
7958         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7959         and match semantics of gnus-group-real-prefix.
7960
7961 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7962
7963         * nnmail.el (nnmail-broken-references-mailers): New variable.
7964         (nnmail-ignore-broken-references): New function generalizing
7965         nnmail-fix-eudora-headers.
7966         (nnmail-fix-eudora-headers): Now obsolete.
7967
7968         * gnus-art.el (gnus-button-handle-custom): Support
7969         `customize-apropos*'.
7970
7971 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7972
7973         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7974
7975         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7976         articles.
7977
7978 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7979
7980         * message.el (message-cite-reply-above): New variable.
7981         (message-yank-original): Use it.
7982
7983 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7984
7985         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7986
7987 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7988
7989         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7990         as read.
7991
7992         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7993
7994 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7995
7996         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7997         (gnus-bookmark-default-file): Use gnus-directory.
7998         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7999         Remove "*" in doc string.
8000         (gnus-bookmark-write-file): Simplify.
8001         (gnus-bookmark-maybe-sort-alist): Use `when'.
8002         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8003         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8004         FIXME about Emacs 21 and XEmacs compatibility.
8005         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8006         compatibility.
8007         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8008         compatibility.
8009         (gnus-bookmark-menu-heading): Fix version.
8010
8011 2006-06-19  Bastien Guerry  <bzg@altern.org>
8012
8013         * gnus-bookmark.el: New file.
8014
8015 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8016
8017         * message.el (message-syntax-checks): Doc fix.
8018
8019 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8020
8021         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8022         unsubscribed groups as if they were killed ones.  It causes duplicate
8023         entries in gnus-newsrc-alist.
8024
8025 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8026
8027         * message.el (message-syntax-checks): Doc fix.
8028         (message-send-mail): Add check for continuation headers.
8029         (message-check-news-header-syntax): Fix regexp used to check for
8030         continuation headers.
8031
8032 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8033
8034         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8035
8036 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8037
8038         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8039
8040 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8041
8042         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8043         default-truncate-lines.
8044
8045 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8046
8047         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8048         to fill the utf-8 entry.
8049
8050         * lpath.el: Fbind unicode-precedence-list.
8051
8052 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8053
8054         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8055
8056 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8057
8058         * gnus-agent.el (directory-files-and-attributes): Move all the way
8059         forward (the third and final move).
8060         (gnus-agent-read-agentview): Trap reconstruction errors due to
8061         nonexistant directory.  Handle by returning nil.
8062
8063 2006-05-30  Didier Verna  <didier@xemacs.org>
8064
8065         * message.el (message-dont-reply-to-names): Update the custom type.
8066         * message.el (message-dont-reply-to-names): New defsubst: potentially
8067         convert a list of regexps into a single one.
8068         * message.el (message-get-reply-headers): Use it.
8069         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8070
8071 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8072
8073         * gnus-agent.el (directory-files-and-attributes): Move forward.
8074
8075 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8076
8077         * gnus-ml.el (gnus-mailing-list-subscribe)
8078         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8079         (gnus-mailing-list-message): Fix doc strings.
8080
8081 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8082
8083         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8084         of doing it manually.
8085
8086 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8087
8088         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8089         comment.
8090
8091 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8092
8093         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8094         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8095         (gnus-agent-read-local): All symbols allocated in my-obarray.
8096         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8097         (gnus-agent-regenerate-group): Check numeric names to see if they are
8098         messages or groups.
8099         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8100         better way of do this...)
8101
8102         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8103         'dummy.group' (there should be a better way of do this...)
8104
8105 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8106
8107         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8108         (gnus-saved-headers): Ditto.
8109         (gnus-default-article-saver): Mention functions may have properties.
8110         (gnus-article-save): Override gnus-save-all-headers and
8111         gnus-saved-headers by :headers property which saver function may have.
8112         (gnus-summary-save-in-file): Add :headers property.
8113         (gnus-summary-write-to-file): Ditto.
8114
8115         * gnus-sum.el (gnus-summary-save-article): Bind
8116         gnus-prompt-before-saving to t when saving many articles in a file;
8117         always show all headers.
8118
8119         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8120
8121 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8122
8123         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8124         marks.
8125
8126         * message.el (message-indent-citation): Add optional arguments to allow
8127         using it outside of message buffers.
8128
8129         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8130         (gnus-article-treat-unfold-headers): Use it.
8131         (gnus-article-truncate-lines): New variable.
8132         (gnus-article-mode): Use it.
8133         (gnus-article-toggle-truncate-lines): New function.
8134
8135         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8136         gnus-article-toggle-truncate-lines.
8137
8138         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8139         coding system in XEmacs, use binary.
8140
8141 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8142
8143         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8144         after-load-alist.
8145
8146         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8147         this function should save decoded articles.
8148         (gnus-summary-write-to-file): Use property to specify this function
8149         should save decoded articles and specify gnus-summary-save-in-file
8150         should be used to save articles other than the first one when saving
8151         many articles.
8152         (gnus-summary-save-body-in-file): Use property to specify this
8153         function should save decoded articles.
8154         (gnus-summary-write-body-to-file): Use property to specify this
8155         function should save decoded articles and specify
8156         gnus-summary-save-body-in-file should be used to save articles other
8157         than the first one when saving many articles.
8158
8159         * gnus-sum.el (gnus-summary-save-article): Simplify.
8160
8161 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8162
8163         * gnus-art.el (gnus-default-article-saver): Add
8164         gnus-summary-write-body-to-file.
8165         (gnus-article-save-coding-system): Don't use coding system object
8166         in XEmacs.
8167         (gnus-read-save-file-name): Add optional `dir-var' argument which
8168         specifies directory in which files are saved; work even if optional
8169         `variable' argument is not specified.
8170         (gnus-summary-write-to-file): Read file name.
8171         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8172         (gnus-summary-write-body-to-file): New function.
8173
8174         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8175         (gnus-summary-local-variables): Add it.
8176         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8177         (gnus-summary-save-article): Remove optional `decode' argument;
8178         determine whether to decode articles by the value of
8179         gnus-default-article-saver; when saving many files using
8180         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8181         it first and use gnus-summary-save-in-file or
8182         gnus-summary-save-body-in-file thereafter unless
8183         gnus-prompt-before-saving is always; move point to article which
8184         will be saved.
8185         (gnus-summary-save-article-file): Revert.
8186         (gnus-summary-write-article-file): Revert.
8187         (gnus-summary-save-article-body-file): Revert.
8188         (gnus-summary-write-article-body-file): New function.
8189
8190 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8191
8192         * gnus-art.el (gnus-default-article-saver): Doc fix.
8193         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8194         from gnus-summary-save-article-coding-system, and default to a
8195         certain coding system.
8196         (gnus-output-to-file): Add coding cookie and encode text according
8197         to gnus-article-save-coding-system; don't use mm-append-to-file.
8198
8199         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8200         gnus-art.el and rename to gnus-article-save-coding-system.
8201         (gnus-summary-save-article): Require gnus-art; don't show all
8202         headers if it decodes articles; don't add coding cookie here;
8203         don't bind mm-text-coding-system-for-write.
8204         (gnus-summary-save-article-file): Save decoded articles.
8205         (gnus-summary-write-article-file): When saving many files, use
8206         gnus-summary-write-to-file first and gnus-summary-save-in-file
8207         thereafter unless gnus-prompt-before-saving is always.
8208         (gnus-summary-save-article-body-file): Save decoded articles.
8209
8210         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8211
8212 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8213
8214         * nnrss.el (nnrss-check-group): Bind hash-index.
8215
8216 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8217
8218         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8219         its hash index.  Store this hash in `nnrss-group-data'.
8220         (nnrss-read-group-data): Update accordingly.
8221
8222 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8223
8224         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8225         entry.
8226
8227         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8228         gnus-article-browse-html-article.
8229
8230 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8231
8232         * gnus-sum.el (gnus-summary-mime-map): Add
8233         gnus-article-browse-html-article.
8234
8235         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8236
8237 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8238
8239         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8240         suitable coding systems in customize.
8241
8242 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8243
8244         * mail-source.el (mail-sources): Fix custom type.
8245
8246 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8247
8248         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8249         (gnus-summary-expire-articles-now): Shorten prompt.
8250
8251         * gmm-utils.el (wid-edit): Require.
8252         (defun-gmm): Renamed from `gmm-defun-compat'.
8253         (gmm-image-search-load-path): Use it.
8254         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8255
8256 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8257
8258         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8259         variable.
8260         (gnus-summary-save-article): Add optional `decode' argument.  If
8261         it is set and gnus-summary-save-article-coding-system is non-nil,
8262         save decoded article.
8263         (gnus-summary-write-article-file): Save decoded article if
8264         gnus-summary-save-article-coding-system is non-nil.
8265
8266         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8267         type.
8268
8269 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8270
8271         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8272
8273 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8274
8275         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8276         first to test gnus-single-article-buffer which may be buffer-local.
8277
8278         * gnus-sum.el (gnus-summary-setup-buffer): Make
8279         gnus-single-article-buffer buffer-local and nil in ephemeral
8280         group; make gnus-article-buffer, gnus-article-current, and
8281         gnus-original-article-buffer always buffer-local.
8282         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8283         group.
8284         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8285
8286 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8287
8288         * nnml.el (nnml-request-compact-group): Compressed files might not
8289         have .gz extension.
8290
8291 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8292
8293         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8294         (mm-copy-to-buffer): Use with-current-buffer.
8295         (mm-display-part): Simplify.
8296         (mm-inlinable-p): Add optional arg `type'.
8297
8298 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8299
8300         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8301         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8302         Try harder to show the attachment internally or externally using
8303         gnus-mime-view-part-as-type.
8304
8305 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8306
8307         * message.el (message-from-style, message-signature-separator)
8308         (message-user-organization-file, message-send-mail-function)
8309         (message-citation-line-function, message-yank-prefix)
8310         (message-indent-citation-function, message-signature)
8311         (message-signature-file, message-signature-insert-empty-line):
8312         Remove autoloads.
8313
8314         * gnus-art.el (gnus-buttonized-mime-types): Remove
8315         "multipart/signed".  Revert 2006-04-26 change.
8316
8317 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8318
8319         * gnus.el (gnus-version-number): Bump version.
8320
8321 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8322
8323         * gnus.el: No Gnus v0.5 is released.
8324
8325 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8326
8327         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8328         fetching articles by message-id.
8329
8330 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8331
8332         * message.el (hashcash): Require hashcash as normal.
8333
8334         * ecomplete.el (ecomplete-highlight-match-line): Use
8335         point-at-eol.
8336         (ecomplete-highlight-match-line): Use `highlight', because that
8337         face exists in both Emacs and XEmacs.
8338
8339         * message.el (message-display-abbrev): Use point-at-bol.
8340
8341         * mail-source.el: Don't require timer/timer-funcs.
8342
8343         * gnus-async.el: Ditto.
8344
8345         * password.el: Ditto.
8346
8347         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8348
8349         * mm-url.el: Ditto.
8350
8351         * gnus-xmas.el: Don't require timer-funcs.
8352
8353         * mm-util.el: Require timer/timer-funcs.
8354
8355 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8356
8357         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8358         Close.
8359
8360 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8361
8362         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8363         unibyte after clear-decrypt function runs.
8364
8365         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8366         returns as a unibyte string.
8367
8368 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8369
8370         * lpath.el: Revert.
8371
8372         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8373         (pgg-gpg-process-sentinel): Revert.
8374
8375         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8376         (pgg-pgp-lookup-key): Revert.
8377
8378         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8379         (pgg-pgp5-lookup-key): Revert.
8380
8381         * pgg.el (pgg-fetch-key): Revert.
8382
8383 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8384
8385         * lpath.el: Fbind string-as-multibyte for XEmacs.
8386
8387         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8388         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8389         (mml1991-pgg-encrypt): Ditto.
8390
8391         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8392         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8393         a multibyte buffer.
8394
8395         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8396         (pgg-pgp-lookup-key): Ditto.
8397
8398         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8399         (pgg-pgp5-lookup-key): Ditto.
8400
8401         * pgg.el (pgg-fetch-key): Ditto.
8402
8403 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8404
8405         * message.el (message-user-organization-file): Check several
8406         locations of the organization file.
8407
8408         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8409         Add gnus-article-view-part-as-type.
8410
8411         * gnus-art.el (gnus-article-view-part-as-type): New function.
8412
8413         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8414         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8415
8416         * mml.el: Simplify autoload.
8417         (mml-mode): defvar dnd-protocol-alist instead of using
8418         symbol-value.
8419         (mml-default-directory): New variable.
8420         (mml-minibuffer-read-file): Use it.
8421         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8422
8423         * message.el (message-citation-line-format): New variable.
8424         (message-insert-formated-citation-line): New function.
8425         (message-citation-line-function): Add
8426         `message-insert-formated-citation-line' to custom type.
8427
8428         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8429         to doc string.
8430
8431         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8432         depending on mm-verify-option.
8433
8434 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8435
8436         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8437         binding pgg-* variables; reimplement the section which prevents
8438         MIME header from being signed.
8439         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8440         pgg-text-mode; remove a blank line at the top of body.
8441
8442         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8443         lines at the top of body; use gnus-newsgroup-charset if there's no
8444         Charset header.
8445
8446 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8447
8448         * message.el (message-self-insert-commands): Doc fix.
8449
8450         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8451         (mm-uu-pgp-encrypted-test): Ditto.
8452         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8453         between header and body; return application/pgp-encrypted handle
8454         if decryption failed; decode decrypted body by charset.
8455
8456         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8457         element match to application/pgp-*.
8458
8459 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8460
8461         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8462         HTML.
8463
8464 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8465
8466         * mail-source.el (mail-source-call-script): Message the error
8467         string.
8468
8469 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8470
8471         * gnus-util.el (gnus-byte-compile): Use it.
8472
8473 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8474
8475         * gnus-util.el (kill-empty-logs): New function.
8476
8477 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8478
8479         * message.el (message-mail-alias-type): Doc fix.
8480         (message-mail-alias-type-p): New function.
8481         (message-send): Use it.
8482         (message-mode): Ditto.
8483         (message-strip-forbidden-properties): Ditto.
8484
8485         * ecomplete.el (ecomplete-database-file-coding-system): New
8486         variable.
8487         (ecomplete-save): Use it.
8488         (ecomplete-setup): Use it.
8489
8490 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8491
8492         * message.el (message-self-insert-commands): New variable.
8493         (message-strip-forbidden-properties): Use it.
8494
8495 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8496
8497         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8498         that doesn't make XEmacs choke.
8499
8500 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8501
8502         * gnus-util.el (gnus-replace-in-string):
8503         Prefer replace-regexp-in-string over of replace-in-string.
8504
8505 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8506
8507         * gnus-util.el (gnus-select-frame-set-input-focus):
8508         Use select-frame-set-input-focus if it is available in XEmacs; use
8509         definition defined in Emacs 22 for old Emacsen.
8510
8511         * dgnushack.el: Autoload unmorse-region for XEmacs.
8512
8513         * lpath.el: Bind cursor-in-non-selected-windows and
8514         select-frame-set-input-focus for XEmacs.
8515
8516 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8517
8518         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8519
8520 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8521
8522         * gnus-registry.el (gnus-registry-cache-save): Remove text
8523         properties when saving via the temp buffer.
8524
8525 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8526
8527         * message.el (message-generate-hashcash): Honor custom type.
8528
8529 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8530
8531         * message.el (message-generate-hashcash): Default to non-nil when
8532         hashcash is found.
8533
8534         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8535         (gnus-refer-thread-limit): Increase default to 500.
8536
8537         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8538
8539         * flow-fill.el (fill-flowed): Allow delete-space.
8540
8541 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8542
8543         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8544         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8545         Remove autoloads.
8546
8547 2006-04-18  Simon Josefsson  <jas@extundo.com>
8548
8549         * message.el (message-generate-hashcash): Default to.
8550
8551 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8552
8553         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8554         concatenating segments rather than before concatenating them.
8555
8556 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8557
8558         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8559
8560 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8561
8562         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8563
8564         * message.el (message-forward-make-body-plain): Allow
8565         message-forward-ignored-headers to be a list.
8566         (message-remove-ignored-headers): Factor out into function.
8567         (message-forward-make-body-mml): Use it.
8568
8569         * imap.el (imap-quote-specials): New function.
8570         (imap-login-auth): Quote specials.
8571
8572         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8573         (rfc2231-parse-string): Allow concatanation of parameters that
8574         aren't contiguous.  The test case is
8575           (mail-header-parse-content-type "message/external-body;
8576             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8577             access-type=LOCAL-FILE;
8578             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8579
8580 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8581
8582         * nntp.el (nntp-accept-process-output): Return the value of
8583         `nnheader-accept-process-output'.
8584
8585 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8586
8587         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8588         (gnus-button-alist): Recognize more diff formats.
8589         (gnus-button-patch): Strip directory.
8590
8591 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8592
8593         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8594         Emacs 22 when setting focus.
8595
8596 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8597
8598         * gnus-art.el (gnus-article-treat-types): Do treatment of
8599         text/x-verbatim parts.
8600         (gnus-button-patch): New command.
8601
8602         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8603         addresses that contain invalid characters.
8604
8605 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8606
8607         * message.el (message-put-addresses-in-ecomplete): Use
8608         gnus-replace-in-string.
8609         (message-is-yours-p): Use the more correct
8610         mail-header-parse-address instead of
8611         mail-extract-address-components.
8612         (message-put-addresses-in-ecomplete): Fix typo.
8613
8614         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8615         keystroke.
8616
8617         * gnus-art.el (gnus-treatment-function-alist): Change order of
8618         newsgroups/generic header folding to avoid double-folding.
8619
8620         * message.el (message-hidden-headers): Add X-Draft-From.
8621
8622         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8623         command.
8624         (gnus-summary-repeat-search-article-backward): New command.
8625
8626         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8627         groups in the parent topic.
8628
8629 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8630
8631         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8632         (spam-extra-header-to-number): Return the CRM114 number as a
8633         number instead of a string.
8634
8635 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8636
8637         * gnus-art.el (gnus-face-properties-alist): Moved here from
8638         gnus-fun.
8639
8640         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8641
8642 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8643
8644         * message.el (message-strip-forbidden-properties): Only display on
8645         self-insert-command.
8646
8647         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8648         reindent.
8649         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8650
8651 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8652
8653         * smiley.el (smiley-style): Fix typo.
8654
8655 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8656
8657         * hashcash.el (hashcash-insert-payment-async-2): Use
8658         message-goto-eoh instead of doing it manually.
8659         (mail-add-payment): Use message-narrow-to-header instead of trying
8660         to do the same itself.
8661
8662         * message.el (message-hidden-headers): Add Face.
8663
8664         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8665         reparenting code.
8666         (gnus-summary-reparent-children): Refactored out code.
8667         (gnus-summary-thread-map): New keystroke.
8668         (gnus-summary-reparent-children): Make into command.
8669
8670         * smiley.el (smiley-style): Default to `medium' if using a large
8671         font.
8672
8673         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8674         does it itself.
8675
8676         * message.el (message-point-in-header-p): Simplify definition.
8677
8678 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8679
8680         * nnagent.el (nnagent-request-set-mark): Silence log file
8681         writing.
8682         (nnagent-request-set-mark): Use write-region instead of
8683         append-to-file.
8684
8685         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8686         strange select method.
8687
8688         * ecomplete.el (ecomplete-display-matches): Get highlightling
8689         right.
8690         (ecomplete-display-matches): Use literals.
8691         (ecomplete-display-matches): Disable message logging.
8692
8693         * message.el (message-display-abbrev): Small optimization.
8694
8695         * ecomplete.el (ecomplete-display-matches): Allow automatic
8696         display.
8697
8698         * message.el (message-strip-forbidden-properties): Display
8699         abbrevs.
8700         (message-display-abbrev): Get automatic display right.
8701
8702         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8703         keystrokes.
8704
8705 2006-04-13  Romain Francoise  <romain@orebokech.com>
8706
8707         TODO: Backport to v5-10!
8708
8709         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8710         Moved here (and renamed) from gnus-registry.el.
8711
8712         * gnus-registry.el: Require gnus-util.
8713         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8714
8715 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8716
8717         * gnus-group.el (gnus-group-catchup-current): Change
8718         if-then-else-if-then-else into cond.
8719         (gnus-group-catchup): Indent.
8720         (group-name-at-point): New function.
8721         (gnus-fetch-group): Provide default from thing at point.
8722
8723 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8724
8725         * message.el (message-display-abbrev): Fix regexp.
8726
8727         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8728         choosing.
8729         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8730         dead variables.
8731
8732         * message.el (message-newline-and-indent): Remove debugging.
8733         (message-display-abbrev): Use new implementation.
8734
8735 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8736
8737         * gnus-art.el (gnus-article-mode): Set
8738         cursor-in-non-selected-windows to nil.
8739
8740         * smiley.el: Revert previous change.
8741         (smiley-data-directory): defvar it before using it in the
8742         defcustom of `smiley-style'.
8743
8744 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8745
8746         * message.el (message-newline-and-indent): New function.
8747
8748         * ecomplete.el: Implement more bits.
8749
8750         * message.el (message-put-addresses-in-ecomplete): Clean up the
8751         string.
8752
8753         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8754
8755         * gnus-sum.el (gnus-summary-save-parts): Bind
8756         gnus-summary-save-parts-counter and use it to make unique file
8757         names.
8758
8759         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8760
8761         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8762         parameter to say whether to actually parse the individual
8763         addresses.
8764
8765         * message.el (message-put-addresses-in-ecomplete): New function.
8766         (ecomplete): Require.
8767         (message-mail-alias-type): Add ecomplete as an option.
8768
8769 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8770
8771         * flow-fill.el (fill-flowed): Remove trailing space from blank
8772         quoted lines.
8773
8774 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8775
8776         * smiley.el (smiley-style): Move definition later to avoid a
8777         compilation warning.
8778
8779 2006-04-12  Kenichi Handa  <handa@m17n.org>
8780
8781         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8782         buffer and then decode the buffer text if necessary.
8783         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8784         first, and after mm-encode-body, change the buffer to unibyte.
8785         Use mm-disable-multibyte instead of set-buffer-multibyte.
8786
8787 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8788
8789         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8790         Content-Type header instead of Content-Disposition header.
8791         (gnus-mime-inline-part): Ditto.
8792         (gnus-mime-view-part-as-charset): Ignore charset that the part
8793         specifies.
8794
8795         * mm-decode.el (mm-display-part): Work with external parts and
8796         usual parts similarly.
8797
8798         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8799         instead of gnus-display-mime.
8800
8801         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8802         instead of with-temp-buffer.
8803
8804         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8805         tag to summarized topics part in order to encode non-ASCII text.
8806
8807 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8808
8809         * smiley.el (smiley-style): New variable.
8810         (smiley-directory): New function.
8811         (smiley-data-directory): Derive from `smiley-style' using
8812         `smiley-directory'.
8813         (smiley-regexp-alist): Add new entries.
8814
8815         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8816         (gnus-article-browse-delete-temp): Add :version.
8817
8818 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8819
8820         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8821         the sieve region.
8822
8823 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8824
8825         * gnus.el (gnus-version-number): Bump version.
8826
8827 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8828
8829         * gnus.el: No Gnus v0.4 is released.
8830
8831 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8832
8833         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8834         layout.
8835
8836         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8837         unknown charset.
8838
8839         * message.el (message-header-synonyms): Add Original-To to the
8840         default.
8841
8842         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8843         optional parameter.
8844
8845 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8846
8847         * gnus-fun.el (gnus): Require it for gnus-directory.
8848
8849 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8850
8851         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8852
8853 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8854
8855         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8856
8857 2006-04-05  Simon Josefsson  <jas@extundo.com>
8858
8859         * password.el (password-reset): New function.
8860
8861 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8862
8863         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8864         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8865
8866 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8867
8868         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8869         Some whitespace was matched into the url, which broke browsing hits
8870         > 100 when mm-url-use-external was nil.
8871
8872 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8873
8874         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8875         gnus-extra-headers for 'Newsgroups.
8876
8877         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8878         bound.
8879
8880 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8881
8882         * pgg-gpg.el: Clean up process buffers every time gpg processes
8883         complete.
8884
8885 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8886
8887         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8888         doc string.
8889
8890 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8891
8892         * pgg-gpg.el (pgg-gpg-process-filter)
8893         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8894
8895         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8896         lines, temporary fix.
8897
8898 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8899
8900         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8901
8902 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8903
8904         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8905         default-enable-multibyte-characters.  This reverts the change from
8906         revision 6.17 which is no longer necessary because the passphrase
8907         is sent separately now.  GnuPG messages are unreadable under
8908         multibyte locales with default-enable-multibyte-characters set to
8909         nil.
8910
8911 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8912
8913         * message.el (message-tool-bar-gnome): Move "spell".
8914
8915 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8916
8917         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8918         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8919         instead.
8920
8921 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8922
8923         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8924         newsgroups handling for NNTP overviews which don't include
8925         Newsgroups.
8926
8927 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8928
8929         * message.el (message-resend): Bind message-generate-hashcash to nil.
8930
8931 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8932
8933         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8934         when searching for already-paid recipients.
8935
8936 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8937
8938         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8939         passphrases when it is not needed.
8940         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8941         passphrase stuff from gpg, should only be necessary when you use
8942         gpg with a smartcard.
8943
8944 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8945
8946         * mml.el (mml-insert-mime): Ignore cached contents of
8947         message/external-body part.
8948
8949         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8950         (mm-insert-part): Ditto.
8951
8952 2006-03-23  Simon Josefsson  <jas@extundo.com>
8953
8954         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8955         Reiner.
8956         (pgg-gpg-use-agent-p): Use it again.
8957
8958 2006-03-23  Simon Josefsson  <jas@extundo.com>
8959
8960         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8961         older emacsen.
8962         (pgg-gpg-use-agent-p): Don't use it.
8963
8964 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8965
8966         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8967         if we can.
8968
8969 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8970
8971         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8972         (pgg-gpg-update-agent): New function.
8973         (pgg-gpg-use-agent-p): New function.
8974         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8975         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8976         (pgg-gpg-sign-region): Use it.
8977
8978 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8979
8980         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8981         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8982
8983 2006-03-21  Simon Josefsson  <jas@extundo.com>
8984
8985         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8986         <wilde@sha-bang.de>.
8987         (pgg-gpg-use-agent): New variable.
8988         (pgg-gpg-process-region): Use it.
8989         (pgg-gpg-encrypt-region): Likewise.
8990         (pgg-gpg-encrypt-symmetric-region): Likewise.
8991         (pgg-gpg-decrypt-region): Likewise.
8992         (pgg-gpg-sign-region): Likewise.
8993         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8994
8995 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8996
8997         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8998
8999         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9000         Add comment on version.
9001
9002 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9003
9004         * smiley.el: Add missing test smiley.
9005
9006 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9007
9008         * mm-decode.el (mm-with-part): New macro.
9009         (mm-get-part): Use it; work with message/external-body as well.
9010         (mm-save-part): Treat name and filename equally.
9011
9012         * mm-extern.el (mm-extern-cache-contents): New function.
9013         (mm-inline-external-body): Use it; force the part to be displayed;
9014         move undisplayer added to the cached handle to the parent.
9015
9016         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9017         (gnus-mime-view-part-as-type): Work with message/external-body.
9018
9019         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9020
9021 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9022
9023         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9024         images in image-load-path.  [Sync with image.el, revision 1.60, in
9025         Emacs.]
9026
9027 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9028
9029         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9030         path rather than symbol.  Always return list of directories.
9031         Guarantee that image directory comes first.  [Sync with image.el,
9032         revision 1.59, in Emacs.]
9033
9034         * message.el (message-make-tool-bar): Adjust to new API of
9035         `gmm-image-load-path-for-library'.
9036
9037         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9038
9039         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9040
9041 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9042
9043         * gnus-art.el (gnus-article-only-boring-p):
9044         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9045         intangible text.
9046         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9047
9048 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9049
9050         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9051         `defun' instead of `gmm-defun-compat'.
9052
9053 2006-03-14  Simon Josefsson  <jas@extundo.com>
9054
9055         * message.el (message-unique-id): Don't use message-number-base36
9056         if (user-uid) is a float.
9057         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9058
9059 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9060
9061         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9062
9063         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9064         empty line between a part and a message part.
9065
9066 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9067
9068         * smiley.el: Add more test smileys.
9069         (smiley-data-directory, smiley-regexp-alist)
9070         (gnus-smiley-file-types): Fix doc strings.
9071         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9072         adding new elements.
9073         (smiley-mouse-map): Unused code.  Make it a comment.
9074
9075 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9076
9077         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9078         scan latest NoCeM messages instead of old ones.
9079         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9080         delimiters that are recently used.
9081         (gnus-nocem-load-cache): Add autoload cookie.
9082
9083         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9084
9085         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9086         level which is larger than gnus-use-nocem is specified.
9087
9088         * gnus-group.el (gnus-group-get-new-news): Ditto.
9089
9090 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9091
9092         * gnus-util.el (gnus-tool-bar-update): New function.
9093
9094         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9095         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9096
9097         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9098
9099         * gnus-group.el (gnus-group-redraw-when-idle)
9100         (gnus-group-redraw-check): Remove.
9101         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9102
9103 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9104
9105         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9106         if optional last element is specified in splits (FIELD VALUE...).
9107
9108 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9109
9110         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9111         to gmm-image-load-path-for-library.  Call with no-error argument.
9112         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9113
9114         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9115
9116         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9117
9118         * gmm-utils.el (gmm-image-load-path): Remove alias.
9119
9120 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9121
9122         * gmm-utils.el (gmm-image-load-path): Add alias.
9123
9124         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9125         nnml-generate-nov-databases-1.
9126         (nnml-generate-nov-databases): Use it.
9127         (nnml-generate-nov-databases-directory): Document no-active
9128         argument.
9129
9130         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9131         directory if path is t.  Add no-error.
9132
9133         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9134         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9135
9136         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9137         resetting gnus-article-browse-html-temp-list.
9138
9139         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9140         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9141         Add example to docstring.  Rename local variables.  Move error
9142         checks to default case in cond and simplify.
9143
9144 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9145
9146         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9147         handle is multipart when calling it recursively.
9148         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9149
9150 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9151
9152         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9153         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9154
9155 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9156
9157         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9158         is loaded.
9159
9160         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9161         loaded.
9162
9163 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9164
9165         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9166         to "Emacs 23 (unicode)" in doc string.
9167
9168         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9169         "Emacs 23 (unicode)" in comment.
9170
9171 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9172
9173         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9174
9175         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9176         characters 160 through 255 in Emacs 23.
9177
9178 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9179
9180         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9181         gnus-article-browse-html-temp.
9182         (gnus-article-browse-delete-temp): Make it customizable.  Add
9183         `file'.  Adjust doc string.
9184         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9185         query for each file.  Adjust doc string.
9186         (gnus-article-browse-html-parts): Add
9187         `gnus-article-browse-delete-temp-files' to
9188         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9189
9190 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9191
9192         * gnus-art.el (gnus-article-browse-html-temp)
9193         (gnus-article-browse-delete-temp): New variables.
9194         (gnus-article-browse-delete-temp-files): New function.
9195         (gnus-article-browse-html-parts): Use it.
9196
9197 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9198
9199         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9200
9201         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9202         string.
9203
9204         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9205         gnus-summary-insert-new-articles when unplugged.  Remove
9206         gnus-summary-search-article-forward.
9207
9208         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9209         display-visual-class instead of display-color-cells.
9210
9211 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9212
9213         * dgnushack.el: Autoload customize-group for XEmacs.
9214
9215         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9216         message/* containing non-ASCII text properly.
9217
9218 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9219
9220         * message.el: Require gmm-utils, remove autoloads.
9221         (message-tool-bar): Set default based on
9222         gmm-tool-bar-style.
9223         (message-tool-bar-gnome): Add gmm-customize-mode.
9224
9225         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9226         gmm-tool-bar-style.
9227         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9228
9229         * gnus-group.el (gnus-group-tool-bar): Set default based on
9230         gmm-tool-bar-style.
9231         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9232
9233         * gmm-utils.el (gmm-image-directory): Rename variable from
9234         gmm-image-load-path.
9235         (gmm-image-load-path): Use gmm-image-directory.
9236         (gmm-customize-mode): New function.
9237         (gmm-tool-bar-style): New variable.
9238
9239         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9240         gnus-group-redraw-line-number.
9241         (gnus-group-redraw-check): Simplify.
9242         (gnus-group-tool-bar-update): Remove redraw check.
9243         (gnus-group-make-tool-bar): Add redraw check.
9244
9245 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9246
9247         * gnus-art.el (gnus-button): Add missing parentheses.
9248
9249 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9250
9251         * lpath.el: Fbind line-number-at-pos.
9252
9253 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9254
9255         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9256
9257 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9258
9259         * gnus-art.el (gnus-button): New face.
9260         (gnus-article-button-face): Use it.
9261
9262         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9263         gnus-summary-next-page.  Re-order.
9264
9265         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9266         next-node are now included.
9267         (gnus-group-redraw-line-number): New internal variable.
9268         (gnus-group-redraw-check): Helper function for updating the tool
9269         bar.
9270         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9271
9272         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9273
9274         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9275         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9276         Use it to match format of Spamassassin 3.0 and later.  Reported by
9277         IRIE Tetsuya <irie@t.email.ne.jp>.
9278         (spam-check-bogofilter)
9279         (spam-bogofilter-register-with-bogofilter): Fix args of
9280         `gnus-error' calls.
9281
9282 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9283
9284         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9285         unnecessary interaction when sending queued mails.  Reported by
9286         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9287
9288 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9289
9290         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9291         first or last are nil.
9292
9293 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9294
9295         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9296
9297 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9298
9299         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9300
9301 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9302
9303         * dns.el (query-dns): Protect more against buggy tcp output.
9304
9305 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9306
9307         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9308         nov.php.
9309
9310 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9311
9312         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9313         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9314         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9315         output on the server side.
9316         (nnweb-google-create-mapping): Update regexps and add some
9317         progress indication.
9318
9319 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9320
9321         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9322         gnus-agent-toggle-plugged.  Re-order icons.
9323         (gnus-group-tool-bar-gnome): Add
9324         gnus-group-{prev,next}-unread-group.
9325         (gnus-group-tool-bar-gnome): Re-order icons.
9326
9327         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9328         gnus-summary-insert-new-articles.
9329
9330         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9331         comments.
9332
9333         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9334         also available in Emacs 21.3.
9335
9336         * message.el (message-fix-before-sending): Change "Emacs 22" to
9337         "Emacs 23 (unicode)" in comment.
9338
9339         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9340         "Emacs 23 (unicode)" in comment.
9341
9342         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9343         comment.
9344         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9345
9346         * mm-view.el (mm-fill-flowed): Add :version.
9347
9348 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9349
9350         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9351         and load-path.
9352
9353 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9354
9355         * message.el: Autoload gmm-image-load-path.
9356         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9357         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9358         consitency.
9359
9360         * gmm-utils.el (gmm-image-load-path): Also search in
9361         "../etc/images".  Don't set gmm-image-load-path if we don't find
9362         the image.
9363
9364 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9365
9366         * gmm-utils.el (gmm-image-load-path): Don't make
9367         `gmm-image-load-path' include subdirectories which the second arg
9368         `image' might specify.
9369
9370         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9371         subdirectory to icon file names.
9372
9373         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9374
9375 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9376
9377         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9378         gmm-image-load-path calls.
9379
9380         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9381
9382         * message.el (message-make-tool-bar): Ditto.
9383
9384         * mml.el (mml-preview): Added comment concerning tool bar icons.
9385
9386         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9387         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9388
9389         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9390         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9391
9392         * message.el (message-tool-bar-gnome): Use new icon names.
9393         (message-make-tool-bar): Use `gmm-image-load-path'.
9394
9395         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9396         functions from MH-E.
9397         (gmm-image-load-path): New variable from MH-E.
9398         (gmm-image-load-path): New function from MH-E.  Added arguments
9399         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9400         *-image-load-path-called-flag.
9401
9402 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9403
9404         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9405
9406 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9407
9408         * nnimap.el (nnimap-request-move-article): Change folder back to
9409         source group before deleting.
9410
9411 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9412
9413         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9414
9415         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9416         mm-url.
9417
9418         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9419
9420 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9421
9422         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9423         coding system which mm-charset-to-coding-system returns for a
9424         given charset is valid.
9425
9426 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9427
9428         * html2text.el (html2text-remove-tag-list):
9429         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9430
9431 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9432
9433         * gnus-cus.el: Revert 2005-10-17 change.
9434
9435 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9436
9437         * gnus-art.el (article-strip-banner): Call
9438         article-really-strip-banner only when the regexp match is made.
9439
9440 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9441
9442         * gnus-art.el (article-strip-banner): Use
9443         gnus-extract-address-components instead of
9444         mail-header-parse-addresses to make it work with non-ASCII text;
9445         remove mail-encode-encoded-word-string.
9446
9447         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9448         values which are surrounded with \"...\"; make it never cause a
9449         Lisp error; give up parsing of parameters if it failed in
9450         extracting type.
9451
9452 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9453
9454         * smime.el (smime-cert-by-ldap-1): Fix bug where
9455         `smime-ldap-search' returns results without userCertificates.
9456
9457 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9458
9459         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9460
9461 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9462
9463         * spam.el (spam-check-spamassassin-headers): Adapt format for
9464         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9465         <ari@mbf.ocn.ne.jp>.
9466         (spam-list-of-processors): Add spam-use-gmane.
9467
9468 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9469
9470         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9471         make-temp-file; make it work with XEmacs as well.
9472
9473         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9474         mm-make-temp-file.
9475
9476         * mm-decode.el (mm-display-external): Use the 3rd arg of
9477         mm-make-temp-file.
9478         (mm-create-image-xemacs): Ditto.
9479
9480 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9481
9482         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9483         with message-narrow-to-headers.
9484         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9485         (gnus-draft-check-draft-articles): New function.
9486         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9487
9488 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9489
9490         * gnus-art.el (gnus-article-browse-html-parts):
9491         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9492         Don't use suffix argument for mm-make-temp-file for Emacs 21
9493         compatibility.  Remove useless `format'.
9494
9495 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9496
9497         * nnweb.el (nnweb-google-wash-article): Update regexps.
9498         (nnweb-group-alist): Use defvoo instead of defvar.
9499
9500 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9501
9502         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9503         re-loading nn* modules.
9504
9505 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9506
9507         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9508         for `tool-bar-mode' and don't check it's default-value.
9509
9510         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9511
9512         * message.el (message-make-tool-bar): Ditto.
9513
9514         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9515         `substring'.  Shorten tmp-file name.
9516
9517         * gnus.el: Remove bogus comment.
9518
9519 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9520
9521         * gnus-art.el (gnus-article-browse-html-parts): New function.
9522         (gnus-article-browse-html-article): New function for viewing html
9523         articles with a browser.
9524
9525 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9526
9527         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9528         in elisp.
9529         (pgg-gpg-encrypt-symmetric-region): Ditto.
9530         (pgg-gpg-sign-region): Ditto.
9531
9532         * pgg-def.el (pgg-text-mode): New variable.
9533
9534         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9535         (mml2015-pgg-encrypt): Ditto.
9536
9537         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9538         (mml1991-pgg-encrypt): Ditto.
9539
9540 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9541
9542         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9543         message-make-date instead of current-time-string.
9544
9545         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9546         to gnus-decoded which mm-uu might set.
9547
9548 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9549
9550         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9551         don't decode quoted parameters; remove misimported Emacs code.
9552         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9553         (rfc2231-decode-encoded-string): Don't use split-string which
9554         behaves differently according to Emacs version; use
9555         mm-decode-coding-region to convert charset to coding-system.
9556         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9557         (rfc2231-encode-string): Remove misimported Emacs code.
9558
9559 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9560
9561         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9562         when calling mail-header-parse-content-type.
9563         (article-de-quoted-unreadable): Ditto.
9564         (article-de-base64-unreadable): Ditto.
9565         (article-wash-html): Ditto.
9566
9567         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9568         calling mail-header-parse-content-type and
9569         mail-header-parse-content-disposition.
9570         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9571         mail-header-parse-content-type.
9572
9573         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9574         insert charset and format parameters; encode description after
9575         inserting it to buffer.
9576         (mml-insert-parameter): Fold lines properly even if a parameter is
9577         segmented into two or more lines; change the max column to 76.
9578
9579         * rfc1843.el (rfc1843-decode-article-body): Don't use
9580         ignore-errors when calling mail-header-parse-content-type.
9581
9582         * rfc2231.el (rfc2231-parse-string): Return at least type if
9583         possible; don't cause an error even if it fails in parsing of
9584         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9585         (rfc2231-encode-string): Don't break lines at the beginning, leave
9586         it to mml-insert-parameter.
9587
9588         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9589         calling mail-header-parse-content-type.
9590
9591 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9592
9593         * spam-report.el (spam-report-gmane-use-article-number):
9594         Improve doc string.
9595         (spam-report-gmane-internal): Check if a suitable header was found
9596         in the article.
9597
9598 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9599
9600         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9601         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9602
9603 2006-02-05  Romain Francoise  <romain@orebokech.com>
9604
9605         Update copyright notices of all files in the gnus directory.
9606
9607 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9608
9609         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9610
9611 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9612
9613         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9614         segmented lines of parameter value to cope with Thunderbird 1.5
9615         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9616         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9617         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9618
9619 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9620
9621         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9622         parts.
9623
9624 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9625
9626         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9627         there's only one active file for all servers.
9628         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9629         solid groups.  Gnus might have used a FAST request to select the group.
9630         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9631         and nnweb-search redundantly in the active file.
9632         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9633         (nnweb-request-create-group): Don't use ARGS.
9634         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9635         initialisations.  Let nnoo do the work.
9636
9637 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9638
9639         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9640         Say the part has been decoded.
9641
9642         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9643
9644 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9645
9646         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9647         mailcap-viewer-test-cache when there's no 'test clause, since that
9648         will invert the meaning of a "nil" test previously determined by
9649         mailcap-mailcap-entry-passes-test.
9650
9651 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9652
9653         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9654         compiling.
9655
9656         * gnus-sum.el: Ditto.
9657
9658         * message.el: Don't bind tool-bar-map when compiling.
9659
9660 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9661
9662         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9663
9664 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9665
9666         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9667         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9668         current Google Groups.
9669
9670 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9671
9672         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9673         and tool-bar-mode.
9674
9675         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9676         and tool-bar-mode.
9677
9678         * message.el (message-tool-bar-update): Simplify.
9679         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9680
9681         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9682         gnus-summary-buffer.
9683         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9684         gnus-summary-reply.
9685
9686         * gmm-utils.el (gmm): Add :version.
9687
9688 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9689
9690         * Makefile.in (clean): New rule.
9691         (distclean): Use it.
9692
9693 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9694
9695         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9696         autoload.
9697
9698 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9699
9700         * gmm-utils.el (gmm-verbose): Add :group.
9701
9702 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9703
9704         * message.el: Change some comments WRT tool-bars.
9705
9706         * gnus-sum.el (gnus-summary-tool-bar)
9707         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9708         (gnus-summary-tool-bar-zap-list): New variables.
9709         (gnus-summary-make-tool-bar): Complete rewrite using
9710         `gmm-tool-bar-from-list'.
9711
9712         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9713         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9714         variables.
9715         (gnus-group-make-tool-bar): Complete rewrite using
9716         `gmm-tool-bar-from-list'.
9717         (gnus-group-tool-bar-update): New function.
9718
9719         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9720
9721 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9722
9723         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9724         is dissected into a single part of which the type is the same as
9725         the given one; decode charset.
9726
9727 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9728
9729         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9730         into alists as symbol not string, since that's what
9731         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9732         look for.
9733
9734 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9735
9736         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9737         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9738
9739         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9740
9741 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9742
9743         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9744         (gnus-xmas-mime-security-button-menu): New function.
9745
9746         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9747         (gnus-mime-security-button-menu): New definition.
9748         (gnus-mime-security-button-map): Use them.
9749         (gnus-mime-security-button-menu): New function.
9750         (gnus-insert-mime-security-button): Addition to help echo.
9751         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9752         (gnus-mime-security-pipe-part): New functions.
9753
9754         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9755         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9756
9757         * mm-decode.el (mm-handle-set-disposition): Remove.
9758         (mm-handle-set-description): Remove.
9759
9760 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9761
9762         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9763         (mm-w3m-standalone-supports-m17n-p): New function.
9764         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9765         w3m usage.
9766
9767         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9768         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9769
9770 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9771
9772         * message.el (message-tool-bar-zap-list): Use
9773         gmm-tool-bar-zap-list as custom type.
9774         (message-tool-bar-update): New function.
9775         (message-tool-bar, message-tool-bar-gnome)
9776         (message-tool-bar-retro): Add message-tool-bar-update.
9777         (message-tool-bar-gnome): Add flyspell-buffer.
9778
9779         * gnus-util.el (gnus-error): Describe `args'.
9780
9781         * gmm-utils.el (gmm-error): Describe `args'.
9782         (gmm-tool-bar-zap-list): New widget.
9783         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9784
9785 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9786
9787         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9788         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9789         the number of recursive calls.
9790
9791         * mm-decode.el (mm-handle-set-disposition): New macro.
9792         (mm-handle-set-description): New macro.
9793
9794 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9795
9796         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9797         encoding.
9798
9799 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9800
9801         * message.el (message-tool-bar-zap-list, message-tool-bar)
9802         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9803         (message-tool-bar-local-item-from-menu): Remove.
9804         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9805         (message-make-tool-bar): New function.
9806         (message-mode): Use `message-make-tool-bar'.
9807
9808         * gmm-utils.el: New file.
9809         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9810         (gmm-lazy): New widget copied from `nnmail.el'.
9811         (gmm-tool-bar-from-list): New function for creating customizable
9812         tool bars.
9813         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9814         output.
9815         (gmm): Add :prefix to defgroup.
9816
9817 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9818
9819         * gmm-utils.el (gmm-widget-p): New function.
9820
9821 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9822
9823         * mml.el (mml-attach-file): Describe `description' in doc string.
9824         (mml-menu): Add Emacs MIME manual and PGG manual.
9825
9826 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9827
9828         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9829
9830 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9831
9832         * nntp.el (nntp-end-of-line): Doc fix.
9833
9834 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9835
9836         * imap.el (imap-open): Handle case where buffer is a buffer
9837         object.
9838
9839 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9840
9841         * gnus-delay.el (gnus-delay): Don't autoload.
9842         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9843         to be re-loaded when customizing the `gnus-delay' group.
9844
9845 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9846
9847         * message.el (message-insert-citation-line): Use newlines.
9848
9849 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9850
9851         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9852         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9853         these routines, so the passphrase can be managed externally and
9854         passed in to the system.
9855         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9856         pgg-add-passphrase-to-cache function.
9857
9858         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9859         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9860         these routines, so the passphrase can be managed externally and
9861         passed in to the system.
9862         (pgg-pgp5-sign-region): Use new name of
9863         pgg-add-passphrase-to-cache function.
9864
9865 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9866
9867         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9868         part of the decoded armor to find the key-identifier.
9869         (pgg-gpg-lookup-key-owner): New function to return the
9870         human-readable identifier of a key owner.
9871         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9872         itself.
9873         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9874         the key value) if we have a key and can match it against a secret
9875         key.  Also, added a note pointing out fact that the prompt only
9876         indicates the first matching key.
9877
9878         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9879         pgg-decrypt-region.
9880         (pgg-add-passphrase-to-cache): Rename from
9881         `pgg-add-passphrase-cache' to reduce confusion (all callers
9882         changed).
9883         (pgg-remove-passphrase-from-cache): Rename from
9884         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9885         changed).
9886         (pgg-read-passphrase, pgg-add-passphrase-cache)
9887         (pgg-remove-passphrase-cache): Add informative docstrings.
9888         (pgg-decrypt): Convey provided passphrase in subordinate call to
9889         pgg-decrypt-region.
9890
9891 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9892
9893         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9894         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9895         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9896         'passphrase' argument, so the passphrase can be managed externally
9897         and then passed in to the system.
9898
9899         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9900         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9901         so the passphrase cache can be used reliably with identifiers
9902         besides a pgp packet's key id.
9903
9904         * pgg-gpg.el (pgg-gpg-encrypt-region)
9905         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9906         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9907         these routines, so the passphrase can be managed externally and
9908         passed in to the system.
9909
9910         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9911         'notruncate' argument, so the passphrase cache can be used
9912         reliably with identifiers besides a pgp packet's key id.
9913
9914 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9915
9916         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9917         symmetric encryption.
9918         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9919         encrypted session key.
9920         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9921         message ask for the passphrase in a proper way.
9922
9923         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9924         New user commands for symmetric encryption.
9925
9926 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9927
9928         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9929
9930         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9931
9932 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9933
9934         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9935
9936 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9937
9938         * mm-decode.el (mm-inlined-types): Add application/pgp.
9939         (mm-automatic-display): Ditto.
9940
9941         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9942         part as text.
9943
9944 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9945
9946         * nnrss.el: Update copyright.
9947         (nnrss-opml-import): Query whether to subscribe to each entry.
9948
9949         * gnus-art.el:
9950         * gnus-sum.el:
9951         * gnus-xmas.el:
9952         * messagexmas.el:
9953         * mm-uu.el:
9954         * mm-view.el: Update copyright.
9955
9956 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9957
9958         * message.el (message-info): New function.
9959         (message-mode-menu): Add it.
9960         Update copyright.
9961
9962         * ChangeLog: Fix and update copyright.
9963
9964 2006-01-13  Romain Francoise  <romain@orebokech.com>
9965
9966         * message.el (message-forward-subject-name-subject): Prefer the
9967         address to 'nowhere' if the sender has no name.
9968         Fix typo.  Update copyright year.
9969
9970 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9971
9972         * gnus-art.el (article-wash-html): Use
9973         gnus-summary-show-article-charset-alist if a numeric arg is given.
9974         (gnus-article-wash-html-with-w3m-standalone): New function.
9975
9976         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9977         mm-inline-text-html-render-with-w3m-standalone.
9978         (mm-text-html-washer-alist): Map w3m-standalone to
9979         gnus-article-wash-html-with-w3m-standalone.
9980         (mm-inline-text-html-render-with-w3m-standalone): New function.
9981
9982 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9983
9984         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9985         Improve LaTeX.
9986
9987 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9988
9989         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9990         (nnrss-request-article): Render text/plain parts as HTML.
9991
9992         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9993         the buffer.
9994
9995 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9996
9997         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9998         custom definition of `gnus-posting-styles'.
9999
10000         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10001         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10002
10003 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10004
10005         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10006         Use nntp for bug archive.
10007
10008 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10009
10010         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10011         parts.
10012         (nnrss-normalize-date): New function converts ISO 8601 date into
10013         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10014         (nnrss-check-group): Use it.
10015
10016 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10017
10018         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10019
10020         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10021         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10022         (nnrss-insert-w3): Ditto.
10023
10024 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10025
10026         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10027         the articles to be forwarded including the case where neither a
10028         number of articles nor a region is specified.
10029
10030 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10031
10032         * nnrss.el (nnrss-request-article): Fix last change; fill
10033         text/plain parts.
10034
10035 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10036
10037         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10038         in text/plain part.
10039         (nnrss-check-group): Don't add excessive newline to dc:subject.
10040
10041 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10042
10043         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10044         article.
10045
10046 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10047
10048         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10049         (nnml-use-compressed-files, nnml-save-mail): Support other
10050         comression programs such as bzip2.
10051
10052 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10053
10054         * dns.el (query-dns): Make sure we check the buffer size before
10055         removing tcp headers.
10056
10057 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10058
10059         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10060         remove MIME buttons associated with multipart/alternative parts.
10061         (gnus-mime-display-alternative): Tag buttons using `article-type'
10062         text property.
10063
10064         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10065         associated with multipart/alternative parts.
10066
10067         * gnus-art.el (gnus-signature-separator): Fix custom type.
10068
10069         * mm-decode.el (mm-inlined-types): Fix custom type.
10070         (mm-keep-viewer-alive-types): Ditto.
10071         (mm-automatic-display): Ditto.
10072         (mm-attachment-override-types): Ditto.
10073         (mm-inline-override-types): Ditto.
10074         (mm-automatic-external-display): Ditto.
10075
10076 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10077
10078         * spam-report.el (spam-report-user-mail-address)
10079         (spam-report-user-agent): New variables.
10080         (spam-report-url-ping-plain): Use spam-report-user-agent.
10081
10082 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10083
10084         * gnus-art.el (gnus-button-handle-custom): Do not just use
10085         `customize-apropos' for any "M-x customize-*" button but the
10086         function called for.  Accept both the function name and its
10087         argument in order to achieve this.
10088         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10089         function name to `gnus-button-handle-custom' in case of "M-x
10090         customize-*" buttons.
10091
10092 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10093
10094         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10095         multipart/alternative and add xref to mm-discouraged-alternatives
10096         in doc string.
10097
10098         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10099         gnus-buttonized-mime-types in doc string.
10100
10101 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10102
10103         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10104         Suggest image/.* in the doc string.
10105
10106 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10107
10108         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10109         message-marks (Debian bug #342521).
10110
10111 2005-12-12  Simon Josefsson  <jas@extundo.com>
10112
10113         * password.el (password-read-from-cache): Add.
10114         (password-read): Use it.
10115
10116 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10117
10118         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10119         us-ascii as a MIME charset.
10120
10121         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10122         against the case where the 2nd arg TYPE is nil.
10123
10124 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10125
10126         * pop3.el (pop3-stream-type): Fix custom version.
10127
10128         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10129
10130 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10131
10132         * mm-decode.el (mm-display-external): Add missing cdr.
10133
10134 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10135
10136         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10137         RFC1524) if it is in mailcap or add a suffix according to
10138         mailcap-mime-extensions when generating a temp filename; postpone
10139         deleting a temp file for 2 seconds for some wrappers, shell
10140         scripts, and so on, which might exit right after having started a
10141         viewer command as a background job.
10142
10143 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10144
10145         * nntp.el (nntp-marks-directory): Fix custom group.
10146
10147         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10148         steps when < 10.
10149
10150         * gnus-start.el (gnus-no-server-1): Mention
10151         `gnus-level-default-subscribed' in doc string.
10152
10153 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10154
10155         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10156         parens.
10157
10158 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10159
10160         * gnus-xmas.el (gnus-use-toolbar): Revert.
10161         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10162         gnus-use-toolbar is default.
10163
10164         * messagexmas.el (message-use-toolbar): Revert.
10165         (message-setup-toolbar): Use global default-toolbar if
10166         message-use-toolbar is default.
10167
10168 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10169
10170         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10171         according to default-toolbar-visible-p.
10172
10173         * messagexmas.el (message-use-toolbar): Ditto.
10174
10175 2005-11-26  Dave Love  <fx@gnu.org>
10176
10177         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10178         (tls-program, tls-success): Provide openssl alternative.
10179
10180         * starttls.el: Doc fixes.
10181         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10182         SERVICE to PORT.
10183
10184         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10185         port null or service name.
10186         (starttls-negotiate): Autoload.
10187
10188 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10189
10190         * message.el (message-kill-to-signature): Fix interactive spec.
10191
10192 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10193
10194         * pop3.el (pop3-open-server): Recognize a string as a service name.
10195
10196 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10197
10198         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10199
10200 2005-11-23  Dave Love  <fx@gnu.org>
10201
10202         Add pop3s, pop3/starttls.
10203
10204         * pop3.el (pop3-authentication-scheme): Clarify doc.
10205         (open-tls-stream, starttls-open-stream): Autoload.
10206         (pop3-stream-type): New.
10207         (pop3-open-server): Use it.
10208
10209         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10210         for POP.
10211         (mail-source-keyword-map): Add :stream for POP.
10212         (mail-source-fetch-pop): Use pop3-stream-type.
10213
10214 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10215
10216         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10217         of current-time-string.
10218
10219 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10220
10221         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10222         date header.
10223
10224 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10225
10226         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10227         it can seriously impact performance as it bypasses the agent's
10228         local caches.
10229
10230 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10231
10232         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10233         must be explicitly online rather than "not explicitly offline" for
10234         its flags to be synchronized.
10235
10236         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10237         that gnus-uu-unmark-thread will function correctly.
10238
10239         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10240         1024K is instead displayed as 1M.
10241
10242 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10243
10244         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10245
10246 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10247
10248         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10249
10250 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10251
10252         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10253         error message to display actual error condition.
10254         (gnus-agent-save-local): Avoid saving symbols that are bound to
10255         nil as they simply result in a warning message in
10256         gnus-agent-read-local.
10257
10258 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10259
10260         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10261         rather than make-variable-buffer-local for file-precious-flag.
10262
10263 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10264
10265         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10266         for duplicates which are removed.  The invalid sort check then
10267         triggers a rescan after the sort as sorting may have moved
10268         duplicate entries such that they can be cheaply detected.
10269
10270 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10271
10272         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10273
10274 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10275
10276         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10277         internal variable to a custom variable.  Changed default value
10278         from compressed(2) to uncompressed(1).
10279         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10280         support for uncompressed agentview files.  Taken together, reading
10281         the agentview file should now be 6-7 times faster.
10282
10283 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10284
10285         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10286         as a buffer-local variable.  This avoids creating truncated
10287         dribble files as a result of a hang up, eg.
10288
10289 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10290
10291         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10292         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10293         XEmacs.
10294
10295 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10296
10297         * gnus-start.el (gnus-start-draft-setup): Enforce
10298         `gnus-draft-mode' for nndraft:drafts at startup.
10299
10300         * gnus.el (gnus-splash): Change custom group.
10301         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10302         allow-list argument.
10303
10304         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10305         string.
10306
10307 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10308
10309         * gnus-art.el (gnus-default-article-saver): Add user-defined
10310         `function' to custom type.
10311
10312 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10313
10314         * imap.el (imap-open): Handle case where buffer is a buffer
10315         object.
10316
10317 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10318
10319         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10320         long lines.
10321         (gnus-cache-delete-group): Wrap doc strings.
10322
10323         * gnus-agent.el (gnus-agent-rename-group)
10324         (gnus-agent-delete-group): Wrap doc strings.
10325
10326 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10327
10328         * messagexmas.el (message-use-toolbar): Change the valid values
10329         into default, top, bottom, left, and right.
10330         (message-toolbar-thickness): New variable.
10331         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10332         well.
10333         (message-setup-toolbar): Make it work.
10334
10335         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10336         (gnus-use-toolbar): Change the valid values into default, top,
10337         bottom, left, and right.
10338         (gnus-toolbar-thickness): New variable.
10339         (gnus-xmas-setup-toolbar): New function.
10340         (gnus-xmas-setup-group-toolbar): Use it.
10341         (gnus-xmas-setup-summary-toolbar): Use it.
10342
10343 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10344
10345         * gnus-start.el (gnus-1): Add "native" to
10346         gnus-predefined-server-alist.
10347
10348         * gnus.el (gnus-method-to-server): Don't add "native" to the
10349         lists here, because that leads to problems when
10350         gnus-select-method is bound.
10351
10352 2005-11-09  Simon Josefsson  <jas@extundo.com>
10353
10354         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10355         use (not sort-by-date) instead.
10356
10357 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10358
10359         * gnus-delay.el (gnus-delay-group): Don't autoload.
10360         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10361         to be re-loaded when customizing the `gnus-delay' group.
10362
10363 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10364
10365         * message.el: Revert last changes.
10366         (message-insert-citation-line): Use newlines.
10367
10368 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10369
10370         * message.el (message-courtesy-message)
10371         (message-mark-insert-begin, message-mark-insert-end)
10372         (message-elide-ellipsis, message-cancel-message)
10373         (message-add-header, message-change-subject)
10374         (message-cross-post-followup-to-header)
10375         (message-cross-post-insert-note, message-reduce-to-to-cc)
10376         (message-widen-reply, message-delete-not-region)
10377         (message-kill-to-signature, message-insert-signature)
10378         (message-insert-importance-high, message-insert-importance-low)
10379         (message-insert-or-toggle-importance)
10380         (message-insert-disposition-notification-to)
10381         (message-indent-citation, message-yank-original)
10382         (message-cite-original-without-signature, message-cite-original)
10383         (message-insert-citation-line, message-position-on-field)
10384         (message-fix-before-sending, message-send-mail-partially)
10385         (message-send-mail, message-send-mail-with-sendmail)
10386         (message-send-mail-with-qmail, message-send-news)
10387         (message-check-news-header-syntax, message-generate-headers)
10388         (message-insert-courtesy-copy, message-fill-address)
10389         (message-fill-header, message-shorten-references)
10390         (message-setup-1, message-cancel-news)
10391         (message-forward-make-body-plain, message-forward-make-body-mime)
10392         (message-forward-make-body-mml, message-encode-message-body)
10393         (message-forward-make-body-digest-plain)
10394         (message-forward-make-body-digest-mime)
10395         (message-use-alternative-email-as-from): Insert `hard-newline'
10396         instead of ordinary newlines.
10397
10398 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10399
10400         * message.el (message-generate-headers): Downcase the argument
10401         given to message-check-element.
10402
10403 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10404
10405         * nntp.el (nntp-authinfo-rejected): New error condition.
10406         (nntp-wait-for): Use new error condition to signal authentication
10407         error.
10408         (nntp-retrieve-data): Rethrow new error condition to break out of
10409         recursive call to nntp-send-authinfo.
10410
10411 2005-11-08  Romain Francoise  <romain@orebokech.com>
10412
10413         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10414         (gnus-summary-exit-map): Bind to `Z p'.
10415         (gnus-summary-make-menu-bar): Add menu item.
10416
10417 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10418
10419         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10420         (gnus-treat-*): Add `first' in all doc strings.
10421
10422         * gnus-group.el (gnus-group-compact-group): Fix typo.
10423
10424 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10425
10426         * gnus.el (gnus-parameters-case-fold-search): New variable.
10427         (gnus-parameters-get-parameter): Use it.
10428
10429         * gnus-score.el (gnus-home-score-file): Doc fix.
10430
10431 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10432
10433         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10434
10435 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10436
10437         * mm-util.el (mm-special-display-p): New function.
10438
10439         * mml.el (mml-preview): Use it; doc fix.
10440
10441 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10442
10443         * imap.el (imap-open): Handle case where buffer is a buffer object.
10444
10445 2005-10-29  Romain Francoise  <romain@orebokech.com>
10446
10447         * message.el (message-fix-before-sending): Fix comment.
10448
10449 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10450
10451         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10452
10453 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10454
10455         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10456         Used in gnus-score.el.
10457
10458 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10459
10460         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10461
10462 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10463
10464         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10465         whitespace removed in revision 7.8.  Use concatenated string to
10466         protect trailing whitespace.
10467
10468 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10469
10470         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10471         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10472         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10473         Courier IMAP ("some version from 2004").  Mostly based on similar
10474         code in the same function.
10475
10476 2005-10-26  Didier Verna  <didier@xemacs.org>
10477
10478         * gnus-group.el (gnus-group-compact-group): Invalidate original
10479         article buffer.
10480         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10481         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10482         NOV database and in article itself.
10483         Invalidate article backlog.
10484
10485 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10486
10487         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10488
10489 2005-10-26  Simon Josefsson  <jas@extundo.com>
10490
10491         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10492         part of 2004-07-25 change.
10493
10494 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10495
10496         * message.el (message-display-completion-list): New function.
10497         (message-expand-group): Use it; make sure the Completions buffer
10498         is modifiable.
10499 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10500
10501         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10502         user-mail-name is an empty string.
10503
10504 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10505
10506         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10507         depending on gnus-score-decay-constant.
10508
10509         * encrypt.el (encrypt-insert-file-contents)
10510         (encrypt-write-file-contents): Don't use `gnus-message'.
10511
10512         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10513         arguments.
10514         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10515         arguments to mm-uu-verbatim-marks-extract.
10516         (mm-uu-hide-markers): New variable.
10517         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10518
10519         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10520         (gnus-convert-image-to-face-command): Use "convert" by default to
10521         allow other input image formats.
10522         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10523         accordingly.
10524
10525 2005-10-23  Simon Josefsson  <jas@extundo.com>
10526
10527         * imap.el (imap-gssapi-program): Align command line parameters
10528         with latest GNU SASL.
10529         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10530
10531 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10532
10533         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10534         HTML.
10535         (nnslashdot-request-article): Ditto.
10536
10537         * lpath.el (featurep): Add nobreak-char-display.
10538
10539 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10540
10541         * mail-source.el (mail-source-fetch-pop): Require pop3.
10542         (mail-source-check-pop): Ditto.
10543
10544 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10545
10546         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10547         errors.
10548
10549 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10550
10551         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10552         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10553
10554         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10555
10556         * mm-bodies.el (mm-decode-string): Call
10557         `mm-charset-to-coding-system' with allow-override argument.
10558
10559 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10560
10561         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10562         (rfc2047-charset-to-coding-system): New function.
10563         (rfc2047-decode-encoded-words): New function.
10564         (rfc2047-decode-region): Use them.
10565         (rfc2047-decode-cte): Remove.
10566         (rfc2047-parse-and-decode): Remove.
10567         (rfc2047-decode): Remove.
10568
10569 2005-10-15  Kenichi Handa  <handa@m17n.org>
10570
10571         * rfc2047.el (rfc2047-decode-cte): New function.
10572         (rfc2047-decode-region): Change the way to decode successive
10573         encoded-words: decode B- or Q-encoding in each encoded-word,
10574         concatenate them, and decode it as charset.
10575
10576 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10577
10578         * lpath.el: Fbind codepage-setup for XEmacs.
10579
10580 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10581
10582         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10583         widget-move-and-invoke.
10584         (gnus-custom-mode): Use gnus-custom-map.
10585
10586 2005-10-15  Bill Wohler  <wohler@newt.com>
10587
10588         * message.el (message-tool-bar-map): Renamed image file from
10589         mail_send to mail/send.
10590
10591 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10592
10593         * message.el (message-expand-group): Pass the common
10594         prefix substring of completion to `display-completion-list'.
10595
10596 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10597
10598         * mml-sec.el (mml-secure-method): New internal variable.
10599         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10600         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10601         functions using mml-secure-method.
10602
10603         * mml.el (mml-mode-map): Add key bindings for those functions.
10604         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10605         Harder <harder@myrealbox.com>.
10606         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10607         end of message if point is the headers of the message.
10608
10609         * message.el (message-in-body-p): New function.
10610
10611         * assistant.el: Autoload gnus-util and netrc.
10612
10613         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10614         Use `mm-charset-override-alist' only when decoding.
10615
10616         * mm-bodies.el (mm-decode-body): Call
10617         `mm-charset-to-coding-system' with allow-override argument.
10618
10619         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10620         `filename' from Content-Disposition if Content-Type doesn't
10621         provide `name'.
10622         (gnus-mime-view-part-as-type): Set default instead of
10623         initial-input.
10624
10625 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10626
10627         * format-spec.el (format-spec): Propagate text properties of % spec.
10628
10629 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10630
10631         * gnus-art.el (gnus-treat-predicate): Add `first'.
10632
10633 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10634
10635         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10636         (mm-charset-override-alist): New variable.
10637         (mm-charset-to-coding-system): Use it.
10638         (mm-codepage-setup): New helper function.
10639         (mm-charset-eval-alist): New variable.
10640         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10641         about unknown charsets.
10642
10643         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10644
10645 2005-10-04  David Hansen  <david.hansen@gmx.net>
10646
10647         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10648         (nnrss-check-group): Ditto.
10649
10650 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10651
10652         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10653         Rename x-gnus-verbatim to x-verbatim.
10654         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10655
10656         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10657         x-verbatim.
10658
10659         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10660
10661         * gnus-util.el (gnus-remove-duplicates): Remove.
10662
10663         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10664         instead of gnus-remove-duplicates.
10665
10666         * message.el (message-remove-duplicates): Remove.
10667         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10668         message-remove-duplicates.
10669
10670         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10671         available, else use implementation from `delete-dups'.
10672
10673         * message.el (message-insert-expires): New function.
10674         (message-mode-map): Add key binding.
10675         (message-mode-field-menu): Add menu entry.
10676         (message-mode): Document it.
10677         (message-make-expires-date): Use `message-make-date'.
10678
10679 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10680
10681         * message.el (message-make-expires-date): New function.
10682
10683 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * Makefile.in (list-installed-shadows): New entry.
10686         (install): Use it.
10687         (remove-installed-shadows): New entry.
10688
10689         * dgnushack.el (dgnushack-default-load-path): New variable.
10690         (dgnushack-find-lisp-shadows): New function.
10691         (dgnushack-remove-lisp-shadows): New function.
10692
10693 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10694
10695         * Makefile.in (install-el-elc): New entry.
10696         (install): Use it so that .el files are necessarily installed.
10697
10698 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10699
10700         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10701
10702 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10703
10704         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10705         function rather than the diff-mode.el package.
10706         (mm-display-external): Use with-current-buffer.
10707         (mm-viewer-completion-map, mm-viewer-completion-map):
10708         Move initialization inside declaration.
10709
10710 2005-09-29  Simon Josefsson  <jas@extundo.com>
10711
10712         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10713         autoload mail-check-payment.
10714         (spam-check-hashcash): Define unconditionally, since hashcash.el
10715         is part of Gnus now.  Ignore errors from payment checking.
10716
10717 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10718
10719         * message.el (message-bold-region, message-unbold-region): Rename
10720         from `bold-region' and `unbold-region'.
10721
10722         * message.el: Remove useless autoloads.
10723
10724 2005-09-28  Simon Josefsson  <jas@extundo.com>
10725
10726         * message.el (message-use-idna): Default to t.
10727         (message-use-idna): Test whether encoding works too.  Doc fix.
10728
10729 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10730
10731         * nntp.el (nntp-warn-about-losing-connection): Remove.
10732
10733 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10734
10735         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10736         customizable.  Change default value.
10737         (mm-uu-diff-groups-regexp): Change default value.
10738         (mm-uu-type-alist): Add doc string.
10739         (mm-uu-configure): Add doc string.  Make it interactive.
10740         (mm-uu-tex-groups-regexp): New variable.
10741         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10742         (mm-uu-type-alist): Add LaTeX documents.
10743         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10744         of "text/verbatim".
10745         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10746
10747         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10748         instead of "text/verbatim".
10749
10750         * message.el (message-mark-inserted-region)
10751         (message-mark-insert-file): Use slrn style marks when called with
10752         prefix argument.
10753
10754 2005-09-27  Simon Josefsson  <jas@extundo.com>
10755
10756         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10757
10758 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10759
10760         * message.el (message-remove-duplicates): New function.
10761         Implementation borrowed from `gnus-remove-duplicates'.
10762         (message-idna-to-ascii-rhs): Also encode idna addresses in
10763         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10764         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10765         only ask about the same idna domain once per header and also tell
10766         in what header to replace the idna domain.
10767
10768         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10769         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10770         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10771         a header is decoded and not just the last one.
10772
10773 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10774
10775         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10776         has been decoded.
10777
10778         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10779         (mm-insert-part): Don't modify text if it has been decoded.
10780
10781         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10782         decoded.
10783
10784         * mm-view.el (mm-inline-text): Don't strip text props unless
10785         decoding enriched or richtext parts.
10786
10787 2005-09-25  Romain Francoise  <romain@orebokech.com>
10788
10789         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10790         * gnus-start.el (gnus-subscribe-interactively):
10791         * gnus-uu.el (gnus-uu-grab-articles):
10792         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10793         space.
10794
10795 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10796
10797         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10798         * mm-view.el (mm-view-pkcs7-decrypt):
10799         * gnus-sum.el (gnus-summary-limit-to-extra)
10800         (gnus-summary-respool-article, gnus-read-move-group-name):
10801         * gnus-score.el (gnus-summary-increase-score):
10802         * gnus-util.el (gnus-completing-read-with-default):
10803         * gnus-art.el (gnus-read-save-file-name)
10804         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10805         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10806         * message.el (message-check-news-header-syntax):
10807         Follow convention for reading with the minibuffer.
10808
10809 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10810
10811         * spam-report.el (spam-report-url-ping-plain):
10812         Use gnus-extended-version as User-Agent.
10813
10814         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10815         default value is nil.
10816
10817         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10818         (mm-uu-verbatim-marks-extract): New function.
10819         (mm-uu-extract): New face.
10820         (mm-uu-copy-to-buffer): Use it.
10821
10822         * spam-report.el (spam-report-gmane-ham): Renamed from
10823         `spam-report-gmane-unspam'.
10824         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10825         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10826
10827         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10828         Autoload.
10829         (spam-report-gmane-unregister-routine): Renamed
10830         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10831
10832 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10833
10834         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10835         (spam-report-gmane-unregister-routine): Add support for gmane
10836         unregistration.
10837
10838         * spam-report.el (spam-report-gmane-unspam)
10839         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10840         (spam-report-gmane): Change to take a single article and do unspam
10841         registration.
10842
10843 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10844
10845         * mm-url.el (mm-url-decode-entities): Fix regexp.
10846
10847 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10848
10849         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10850         default to nil, to be able to use Gnus at all.  If the default
10851         switches to something else, then the function should be fixed not
10852         be exceedingly slow.
10853
10854 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10855
10856         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10857         fail hard.
10858
10859         * spam-report.el: Add better Keywords line.
10860
10861         * spam.el: Add Maintainer and better Keywords line.
10862
10863 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10864
10865         * gnus-art.el (gnus-article-replace-part)
10866         (gnus-mime-replace-part): New functions.
10867         (gnus-mime-action-alist, gnus-mime-button-commands)
10868         (gnus-mime-save-part-and-strip): Added file argument.
10869         (gnus-article-part-wrapper): Added interactive argument.
10870
10871         * gnus-sum.el (gnus-summary-mime-map): Add
10872         `gnus-article-replace-part'.
10873
10874 2005-09-19  Didier Verna  <didier@xemacs.org>
10875
10876         The nnml compaction feature:
10877         * nnml.el (nnml-request-compact-group): New function.
10878         * nnml.el (nnml-request-compact): New function.
10879         * gnus-int.el (gnus-request-compact-group): New function.
10880         * gnus-int.el (gnus-request-compact): New function.
10881         * gnus-group.el (gnus-group-compact-group): New function.
10882         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10883         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10884         * gnus-srvr.el (gnus-server-compact-server): New function.
10885         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10886         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10887
10888 2005-09-18  Deepak Goel  <deego@gnufans.org>
10889
10890         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10891         format spec.
10892
10893 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10894
10895         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10896
10897 2005-09-15  Romain Francoise  <romain@orebokech.com>
10898
10899         * message.el (message-fill-paragraph): Clarify docstring.
10900
10901 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10902
10903         * gnus-art.el (gnus-mime-display-part): Protect against broken
10904         MIME messages.
10905
10906 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10907
10908         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10909         before parsing header.
10910
10911 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10912
10913         * html2text.el (html2text-replace-list): Add new entities.
10914
10915 2005-09-11  Romain Francoise  <romain@orebokech.com>
10916
10917         * message.el (message-alternative-emails): Improve docstring.
10918         (message-setup-1): Call `message-use-alternative-email-as-from'
10919         after `message-setup-hook' to give it precedence over posting
10920         styles, etc.
10921         (message-use-alternative-email-as-from): Add docstring.  Remove
10922         the original From header if present.
10923
10924         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10925         (nnml-save-mail): Use it.
10926
10927         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10928         articles.  Add new argument `silent'.
10929         (gnus-uu-mark-all): Report the total number of marked articles.
10930
10931 2005-09-10  Romain Francoise  <romain@orebokech.com>
10932
10933         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10934         (gnus-uu-mark-series): Likewise.
10935
10936 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10937
10938         * spam-report.el (spam-report-gmane): Fix generation of spam
10939         report URL.
10940
10941 2005-09-10  Simon Josefsson  <jas@extundo.com>
10942
10943         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10944         t, based on discussion on the ding list with Robert Epprecht
10945         <epprecht@solnet.ch>.
10946
10947 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10948
10949         * spam-report.el (spam-report-gmane): Make it work without
10950         X-Report-Spam header.  Gmane now only provides Archived-At.
10951         This is only used if `spam-report-gmane-use-article-number' is nil.
10952         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10953
10954         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10955         make `gnus-summary-sort-by-recipient' work with threading.
10956
10957         * nnweb.el (nnweb-google-wash-article): Print a message if article
10958         is not available.
10959
10960 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10961
10962         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10963         change.  Decode text/* parts content before displaying.
10964
10965 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10966
10967         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10968
10969 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10970
10971         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10972
10973         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10974         url-package-name, url-package-version,
10975         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10976         w3m-display-inline-images, and w3m-minor-mode-map.
10977
10978 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10979
10980         * message.el (message-tab-body-function): Fix mismatched custom type.
10981
10982         * gnus.el (gnus-group-change-level-function): Ditto.
10983
10984         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10985
10986         * gnus-art.el (gnus-signature-limit)
10987         (gnus-article-mime-part-function): Ditto.
10988
10989 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10990
10991         * mml.el (mml-mode): Silence the byte compiler.
10992
10993         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10994         using `(sit-for 0)' before moving the point to the specified part;
10995         skip unbuttonized parts.
10996         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10997         return to the summary window if gnus-auto-select-part is non-nil.
10998
10999 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11000
11001         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11002         variables.
11003         (mml-dnd-attach-file, mml-mode): Use them.
11004
11005         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11006         Make fetching article by MID work again for Google Groups.  Added
11007         FIXME concerning gnus-group-make-web-group.
11008
11009         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11010         Don't depend on Gnus by using mail-extract-address-components if
11011         gnus-extract-address-components is not bound.
11012
11013 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11014
11015         * gnus-art.el (gnus-mime-display-security): Don't display the
11016         signature, but only the signed part.
11017
11018 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11019
11020         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11021
11022         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11023         list, not listp.
11024
11025 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11026
11027         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11028         when encoding.
11029
11030         * mm-bodies.el (mm-decode-content-transfer-encoding):
11031         De-canonicalize CRLF for all text content types, not just
11032         text/plain.
11033
11034 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11035
11036         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11037         valid article; point arrow and cursor at the MIME button.
11038
11039 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11040
11041         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11042         Suggested by Dan Christensen <jdc@uwo.ca>.
11043
11044         * mm-decode.el (mm-save-part): Enable change of prompt.
11045
11046 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11047
11048         * gnus-msg.el (gnus-inews-add-send-actions): Made
11049         `message-post-method' lambda parameter ARG `&optional'.
11050
11051 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11052
11053         * gnus-sum.el (gnus-summary-mime-map): Added
11054         gnus-article-save-part-and-strip, gnus-article-delete-part and
11055         gnus-article-jump-to-part.
11056
11057         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11058         (gnus-article-edit-part): Use it.
11059         (gnus-article-part-wrapper): Added no-handle argument.
11060         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11061         functions.
11062
11063 2005-08-29  Romain Francoise  <romain@orebokech.com>
11064
11065         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11066         docstring.
11067         (gnus-face-from-file): Likewise.
11068
11069 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11070
11071         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11072         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11073         non-nil.
11074         (gnus-auto-select-part): New variable.
11075         (gnus-article-jump-to-part): New function.
11076         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11077         (gnus-mime-delete-part): Allow selecting specified part after
11078         deleting or stripping parts.
11079         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11080         part if argument is bogus.
11081
11082 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11083
11084         * gnus-art.el (w3m-minor-mode-map):
11085         * gnus-spec.el (gnus-newsrc-file-version):
11086         * gnus-util.el (nnmail-active-file-coding-system)
11087         (gnus-original-article-buffer, gnus-user-agent):
11088         * gnus.el (gnus-ham-process-destinations)
11089         (gnus-parameter-ham-marks-alist)
11090         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11091         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11092         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11093         * mm-decode.el (gnus-current-window-configuration):
11094         * mm-extern.el (gnus-article-mime-handles):
11095         * mm-url.el (url-current-object, url-package-name)
11096         (url-package-version):
11097         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11098         (smime-keys, w3m-cid-retrieve-function-alist)
11099         (w3m-current-buffer, w3m-display-inline-images)
11100         (w3m-minor-mode-map):
11101         * mml-smime.el (gnus-extract-address-components):
11102         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11103         (gnus-newsrc-hashtb, message-default-charset)
11104         (message-deletable-headers, message-options)
11105         (message-posting-charset, message-required-mail-headers)
11106         (message-required-news-headers):
11107         * mml1991.el (mc-pgp-always-sign):
11108         * mml2015.el (mc-pgp-always-sign):
11109         * nnheader.el (nnmail-extra-headers):
11110         * rfc1843.el (gnus-decode-encoded-word-function)
11111         (gnus-decode-header-function, gnus-newsgroup-name):
11112         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11113
11114 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11115
11116         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11117         the end of the date treatments.
11118
11119 2005-08-15  Simon Josefsson  <jas@extundo.com>
11120
11121         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11122         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11123         Capello and Romain Francoise.
11124         (pgg-fetch-key-function): Removed, not used?
11125         (pgg-insert-url-with-w3): Require url, to get
11126         url-insert-file-contents regardless of where it is defined.
11127
11128 2005-08-13  Romain Francoise  <romain@orebokech.com>
11129
11130         * message.el (message-cite-original-1): New function.
11131         (message-cite-original): Use it.
11132         (message-cite-original-without-signature): Ditto.
11133
11134 2005-08-08  Romain Francoise  <romain@orebokech.com>
11135
11136         * message.el (message-yank-empty-prefix): New variable.
11137         (message-indent-citation): Use it.
11138         (message-cite-original-without-signature): Respect X-No-Archive.
11139
11140 2005-08-08  Simon Josefsson  <jas@extundo.com>
11141
11142         * pgg.el: Autoload url-insert-file-contents instead of loading
11143         w3/url.
11144         (pgg-insert-url-with-w3): Don't load url here.
11145
11146 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11147
11148         * message.el (message-kill-to-signature): Don't insert newline at
11149         bol.
11150         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11151
11152 2005-08-06  Romain Francoise  <romain@orebokech.com>
11153
11154         * message.el (message-user-fqdn): Fix typo in docstring.
11155
11156 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11157
11158         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11159
11160         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11161
11162 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11163
11164         * mm-bodies.el (mm-encode-body): Use coding system rather than
11165         charset to encode text.
11166
11167         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11168         number of charsets if utf-8 is available (XEmacs).
11169
11170 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11171
11172         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11173         taken from `gnus-button-mid-or-mail-regexp'.
11174         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11175         (gnus-button-alist): Improve regexp for domain part of the MIDs
11176         for news:localpart@domain buttons.
11177         (gnus-button-ctan-directory-regexp): Update.
11178
11179 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11180
11181         * sieve-manage.el (sieve-manage-interactive-login): Use
11182         make-local-variable rather than make-variable-buffer-local.
11183         (sieve-manage-open): Ditto.
11184         (sieve-manage-authenticate): Ditto.
11185
11186         * mml.el (mml-generate-mime-1): Make the content type default to
11187         text/plain if the filename is not specified.
11188
11189 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11190
11191         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11192         instead of insert-buffer.
11193
11194         * message.el (message-yank-original): Ditto; set the mark at the
11195         end of the yanked message.
11196
11197 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11200         lines to scroll rather than to stop it.
11201
11202         * mml.el (mml-generate-default-type): Add doc string.
11203         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11204         default to application/octet-stream when determining the content
11205         type if it is not specified for the part or the mml contents; add
11206         a comment about mml-generate-default-type.
11207
11208 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11209
11210         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11211         make it default to application/octet-stream when determining the
11212         content type if it is not specified for the external contents.
11213
11214 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11215
11216         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11217         segmented parameter but also other parameters might be there.
11218
11219 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11220
11221         * mm-decode.el (mm-display-external): Delete temp file, directory
11222         and buffer immediately if the external process is exited.
11223
11224 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11225
11226         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11227         fewer lines than that of scroll-margin.
11228         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11229
11230 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11231
11232         * gnus-art.el (gnus-article-next-page): Revert.
11233         (gnus-article-beginning-of-window): New macro.
11234         (gnus-article-next-page-1): Use it.
11235         (gnus-article-prev-page): Ditto.
11236         (gnus-article-edit-part): Use insert-buffer-substring instead of
11237         insert-buffer.
11238         (gnus-article-edit-exit): Ditto.
11239
11240         * gnus-util.el (gnus-beginning-of-window): Remove.
11241         (gnus-end-of-window): Remove.
11242
11243         * lpath.el: Don't bind header-line-format and scroll-margin.
11244
11245 2005-07-25  Simon Josefsson  <jas@extundo.com>
11246
11247         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11248         to have the url package without w3.  Reported by Daiki Ueno
11249         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11250
11251 2005-07-20  Didier Verna  <didier@xemacs.org>
11252
11253         * gnus-diary.el: Remove the description comment (nndiary is now
11254         properly documented in the Gnus manual).
11255         Fix the spelling of "Back End".
11256         * nndiary.el: Ditto.
11257         Fix the copyright notice.
11258
11259 2005-07-18  Romain Francoise  <romain@orebokech.com>
11260
11261         * gnus-sum.el (gnus-summary-to-prefix)
11262         (gnus-summary-newsgroup-prefix): New variables.
11263         (gnus-summary-from-or-to-or-newsgroups): Use them.
11264
11265 2005-07-17  Romain Francoise  <romain@orebokech.com>
11266
11267         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11268         space as it's generally not especially interesting to the user.
11269
11270 2005-07-16  Romain Francoise  <romain@orebokech.com>
11271
11272         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11273         nil to avoid prompting and file modification if one of the
11274         messages at the top of the nnfolder file contains a copyright
11275         notice.
11276         Update copyright notice.
11277
11278         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11279         instead of `current-time-string' as the latter creates a time
11280         string that is not RFC 2822 compliant (it lacks the zone).
11281         Update copyright notice.
11282
11283 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11284
11285         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11286         for text/rtf.  Display default in prompt.  Pass default for M-n.
11287
11288         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11289
11290 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11291
11292         * gnus-msg.el (gnus-button-mailto): Remove
11293         save-selected-window-window hackery because it relies on
11294         save-selected-window internals.
11295
11296 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11297
11298         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11299         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11300         (gnus-article-prev-page): Ditto.
11301
11302         * gnus-util.el (gnus-beginning-of-window): New function.
11303         (gnus-end-of-window): New function.
11304
11305         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11306
11307 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11308
11309         * gnus-score.el (gnus-score-edit-all-score): Set
11310         gnus-score-edit-exit-function to gnus-score-edit-done and call
11311         gnus-message.
11312
11313 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11314
11315         * gnus-msg.el (gnus-button-mailto): Remove
11316         save-selected-window-window hackery because it relies on
11317         save-selected-window internals.
11318
11319 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11320
11321         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11322         add-minor-mode.
11323         (gnus-binary-mode): Ditto.
11324
11325         * gnus-topic.el (gnus-topic-mode): Ditto.
11326
11327 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11328
11329         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11330         (gnus-article-prev-page): Take scroll-margin into consideration.
11331
11332 2005-07-04  Lute Kamstra  <lute@gnu.org>
11333
11334         Update FSF's address in GPL notices.
11335
11336 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11337
11338         * gnus.el (gnus-exit):
11339         * gnus-group.el (gnus-group-icons):
11340         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11341
11342         * gnus-nocem.el (gnus-nocem):
11343         * message.el (message-various, message-buffers, message-sending)
11344         (message-interface, message-forwarding, message-insertion)
11345         (message-headers, message-news, message-mail):
11346         * pgg-gpg.el (pgg-gpg):
11347         * pgg-parse.el (pgg-parse):
11348         * pgg-pgp.el (pgg-pgp):
11349         * pgg-pgp5.el (pgg-pgp5):
11350         * pop3.el (pop3): Finish `defgroup' description with period.
11351
11352 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11353
11354         * gnus-art.el (article-display-face): Improve the efficiency.
11355         (article-display-x-face): Ditto; remove grey x-face stuff.
11356
11357 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11358
11359         * gnus-art.el (article-display-face): Correct the position in
11360         which Faces are inserted.
11361
11362 2005-06-29  Didier Verna  <didier@xemacs.org>
11363
11364         * gnus-art.el (article-display-face): Display faces in correct
11365         order.
11366
11367 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11368
11369         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11370         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11371         (gnus-nocem-check-article): Fetch the Type header.
11372         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11373         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11374         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11375         make sure gnus-nocem-hashtb is initialized.
11376         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11377         (gnus-nocem-unwanted-article-p): Ditto.
11378
11379         * pgg.el (pgg-verify): Return the verification result.
11380
11381 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11382
11383         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11384         is ascii.
11385
11386 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11387
11388         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11389         `show-nonbreak-escape'.
11390
11391 2005-06-23  Lute Kamstra  <lute@gnu.org>
11392
11393         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11394
11395         * dig.el (dig-mode):
11396         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11397
11398 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11399
11400         * nnimap.el (nnimap-split-download-body): Fix spellings.
11401
11402 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11403
11404         * gnus-art.el (gnus-article-encrypt-body):
11405         * gnus-cus.el (gnus-score-customize):
11406         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11407         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11408
11409 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11410
11411         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11412         header by looking for magic "MII" at the beginnig.
11413
11414 2005-06-16  Miles Bader  <miles@gnu.org>
11415
11416         * gnus-xmas.el (gnus-xmas-group-startup-message):
11417         Use renamed gnus-splash face.
11418
11419         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11420         (assistant-field-face): New backward-compatibility alias for renamed
11421         face.
11422         (assistant-render-text): Use renamed assistant-field face.
11423
11424         * spam.el (spam): Remove "-face" suffix from face name.
11425         (spam-face): New backward-compatibility alias for renamed face.
11426         (spam-face, spam-initialize): Use renamed spam face.
11427
11428         * message.el (message-header-to, message-header-cc)
11429         (message-header-subject, message-header-newsgroups)
11430         (message-header-other, message-header-name)
11431         (message-header-xheader, message-separator, message-cited-text)
11432         (message-mml): Remove "-face" suffix from face names.
11433         (message-header-to-face, message-header-cc-face)
11434         (message-header-subject-face, message-header-newsgroups-face)
11435         (message-header-other-face, message-header-name-face)
11436         (message-header-xheader-face, message-separator-face)
11437         (message-cited-text-face, message-mml-face):
11438         New backward-compatibility aliases for renamed faces.
11439         (message-font-lock-keywords): Use renamed message faces.
11440
11441         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11442         (sieve-test-commands, sieve-tagged-arguments):
11443         Remove "-face" suffix from face names.
11444         (sieve-control-commands-face, sieve-action-commands-face)
11445         (sieve-test-commands-face, sieve-tagged-arguments-face):
11446         New backward-compatibility aliases for renamed faces.
11447         (sieve-control-commands-face, sieve-action-commands-face)
11448         (sieve-test-commands-face, sieve-tagged-arguments-face):
11449         Use renamed sieve faces.
11450
11451         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11452         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11453         (gnus-group-news-3-empty, gnus-group-news-4)
11454         (gnus-group-news-4-empty, gnus-group-news-5)
11455         (gnus-group-news-5-empty, gnus-group-news-6)
11456         (gnus-group-news-6-empty, gnus-group-news-low)
11457         (gnus-group-news-low-empty, gnus-group-mail-1)
11458         (gnus-group-mail-1-empty, gnus-group-mail-2)
11459         (gnus-group-mail-2-empty, gnus-group-mail-3)
11460         (gnus-group-mail-3-empty, gnus-group-mail-low)
11461         (gnus-group-mail-low-empty, gnus-summary-selected)
11462         (gnus-summary-cancelled, gnus-summary-high-ticked)
11463         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11464         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11465         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11466         (gnus-summary-low-undownloaded)
11467         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11468         (gnus-summary-low-unread, gnus-summary-normal-unread)
11469         (gnus-summary-high-read, gnus-summary-low-read)
11470         (gnus-summary-normal-read, gnus-splash):
11471         Remove "-face" suffix from face names.
11472         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11473         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11474         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11475         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11476         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11477         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11478         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11479         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11480         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11481         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11482         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11483         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11484         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11485         (gnus-summary-normal-ticked-face)
11486         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11487         (gnus-summary-normal-ancient-face)
11488         (gnus-summary-high-undownloaded-face)
11489         (gnus-summary-low-undownloaded-face)
11490         (gnus-summary-normal-undownloaded-face)
11491         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11492         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11493         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11494         (gnus-splash-face):
11495         New backward-compatibility aliases for renamed faces.
11496         (gnus-group-startup-message): Use renamed gnus faces.
11497
11498         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11499         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11500         (gnus-server-agent): Remove "-face" suffix from face names.
11501         (gnus-server-agent-face, gnus-server-opened-face)
11502         (gnus-server-closed-face, gnus-server-denied-face)
11503         (gnus-server-offline-face):
11504         New backward-compatibility aliases for renamed faces.
11505         (gnus-server-agent-face, gnus-server-opened-face)
11506         (gnus-server-closed-face, gnus-server-denied-face)
11507         (gnus-server-offline-face): Use renamed gnus faces.
11508
11509         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11510         Remove "-face" suffix from face names.
11511         (gnus-picon-xbm-face, gnus-picon-face):
11512         New backward-compatibility aliases for renamed faces.
11513
11514         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11515         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11516         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11517         (gnus-cite-11): Remove "-face" suffix from face names.
11518         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11519         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11520         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11521         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11522         New backward-compatibility aliases for renamed faces.
11523         (gnus-cite-attribution-face, gnus-cite-face-list)
11524         (gnus-article-boring-faces): Use renamed gnus faces.
11525
11526         * gnus-art.el (gnus-signature, gnus-header-from)
11527         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11528         (gnus-header-content): Remove "-face" suffix from face names.
11529         (gnus-signature-face, gnus-header-from-face)
11530         (gnus-header-subject-face, gnus-header-newsgroups-face)
11531         (gnus-header-name-face, gnus-header-content-face):
11532         New backward-compatibility aliases for renamed faces.
11533         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11534
11535         * gnus-sum.el (gnus-summary-selected-face)
11536         (gnus-summary-highlight): Use renamed gnus faces.
11537         * gnus-group.el (gnus-group-highlight): Likewise.
11538
11539 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11540
11541         * gnus-sieve.el (gnus-sieve-article-add-rule):
11542         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11543         * spam-stat.el (spam-stat-buffer-change-to-spam)
11544         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11545
11546         * message.el (message-is-yours-p):
11547         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11548
11549 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11550
11551         * mm-view.el (mm-inline-text): Withdraw the last change.
11552
11553 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11554
11555         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11556         executing enriched-decode.
11557
11558 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11559
11560         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11561         charset of tar files.
11562
11563 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11564
11565         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11566
11567 2005-06-04  Lute Kamstra  <lute@gnu.org>
11568
11569         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11570         information is never recorded.
11571
11572 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11573
11574         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11575
11576 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11577
11578         * pop3.el (pop3-apop): Run md5 in the binary mode.
11579
11580         * starttls.el (starttls-set-process-query-on-exit-flag):
11581         Use eval-and-compile.
11582
11583 2005-05-31  Simon Josefsson  <jas@extundo.com>
11584
11585         * smime.el (smime-replace-in-string): Define.
11586         (smime-cert-by-ldap-1): Use it.
11587
11588 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11589
11590         * gnus-art.el (article-display-x-face): Replace
11591         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11592
11593         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11594         set-process-query-on-exit-flag or process-kill-without-query.
11595
11596         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11597         loop instead of replace-regexp.
11598
11599         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11600         instead of process-kill-without-query if it is available.
11601
11602         * lpath.el: Fbind ldap-search-entries.
11603
11604         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11605         instead of find-file-hooks if it is available.
11606
11607         * mml1991.el: Bind pgg-default-user-id when compiling.
11608
11609         * mml2015.el: Bind pgg-default-user-id when compiling.
11610
11611         * nndraft.el (nndraft-request-associate-buffer):
11612         Use write-contents-functions instead of write-contents-hooks if it is
11613         available.
11614
11615         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11616         instead of find-file-hooks if it is available.
11617
11618         * nntp.el (nntp-open-connection): Replace
11619         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11620         (nntp-open-ssl-stream): Ditto.
11621         (nntp-open-tls-stream): Ditto.
11622
11623         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11624         set-process-query-on-exit-flag or process-kill-without-query.
11625         (starttls-open-stream-gnutls): Use it instead of
11626         process-kill-without-query.
11627         (starttls-open-stream): Ditto.
11628
11629 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11630
11631         * smime.el (smime-cert-by-ldap-1): Don't use
11632         replace-regexp-in-string.
11633
11634 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11635
11636         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11637
11638         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11639         in PEM format.  Adjust to the XEmacs compability.
11640
11641 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11642
11643         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11644         by `string-to-number'.
11645         * gnus-agent.el (gnus-agent-regenerate-group)
11646         (gnus-agent-fetch-articles): Ditto.
11647         * gnus-art.el (gnus-button-fetch-group): Ditto.
11648         * gnus-cache.el (gnus-cache-generate-active)
11649         (gnus-cache-articles-in-group): Ditto.
11650         * gnus-group.el (gnus-group-set-current-level)
11651         (gnus-group-insert-group-line): Ditto.
11652         * gnus-score.el (gnus-score-set-expunge-below)
11653         (gnus-score-set-mark-below, gnus-summary-score-effect)
11654         (gnus-summary-score-entry): Ditto.
11655         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11656         (gnus-soup-pack): Ditto.
11657         * gnus-spec.el (gnus-xmas-format): Ditto.
11658         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11659         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11660         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11661         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11662         * nndb.el (nndb-get-remote-expire-response): Ditto.
11663         * nndiary.el (nndiary-parse-schedule-value)
11664         (nndiary-string-to-number, nndiary-request-replace-article)
11665         (nndiary-request-article): Ditto.
11666         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11667         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11668         * nneething.el (nneething-make-head): Ditto.
11669         * nnfolder.el (nnfolder-request-article)
11670         (nnfolder-retrieve-headers): Ditto.
11671         * nnheader.el (nnheader-file-to-number): Ditto.
11672         * nnkiboze.el (nnkiboze-request-article): Ditto.
11673         * nnmail.el (nnmail-process-unix-mail-format)
11674         (nnmail-process-babyl-mail-format): Ditto.
11675         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11676         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11677         (nnmh-request-create-group, nnmh-request-list-1)
11678         (nnmh-request-group, nnmh-request-article): Ditto.
11679         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11680         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11681         * nnsoup.el (nnsoup-make-active): Ditto.
11682         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11683         * nntp.el (nntp-find-group-and-number)
11684         (nntp-retrieve-headers-with-xover): Ditto.
11685         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11686         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11687         (pgg-format-key-identifier): Ditto.
11688         * pop3.el (pop3-last, pop3-stat): Ditto.
11689         * qp.el (quoted-printable-decode-region): Ditto.
11690
11691         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11692         of concat.
11693
11694 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11695
11696         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11697
11698         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11699
11700         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11701
11702         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11703
11704         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11705
11706         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11707
11708         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11709         (gnus-carpal-mode): Ditto.
11710
11711         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11712         (gnus-browse-mode): Ditto.
11713
11714         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11715
11716         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11717
11718 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11719
11720         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11721
11722 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11723
11724         * gnus-util.el (gnus-run-mode-hooks): New function.
11725
11726         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11727
11728         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11729         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11730
11731 2005-05-27  Lute Kamstra  <lute@gnu.org>
11732
11733         * dns-mode.el (dns-mode): Specify customization group.
11734
11735 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11736
11737         * gnus-agent.el (gnus-agent-make-mode-line-string):
11738         Use mode-line-highlight as mouse-face.
11739
11740 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11741
11742         * canlock.el (canlock): Change the parent group to news.
11743
11744         * deuglify.el (gnus-outlook-deuglify): Add :group.
11745
11746         * dig.el (dig): Add :group.
11747
11748         * dns-mode.el (dns-mode): Add :group.
11749
11750         * encrypt.el (encrypt): Add :group.
11751
11752         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11753         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11754         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11755         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11756         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11757
11758         * gnus-diary.el (gnus-diary): Add :group.
11759
11760         * gnus.el (gnus-group-news-1-face): Add :group.
11761         (gnus-group-news-1-empty-face): Ditto.
11762         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11763         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11764         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11765         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11766         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11767         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11768         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11769         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11770         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11771         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11772         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11773         (gnus-summary-high-ticked-face): Ditto.
11774         (gnus-summary-low-ticked-face): Ditto.
11775         (gnus-summary-normal-ticked-face): Ditto.
11776         (gnus-summary-high-ancient-face): Ditto.
11777         (gnus-summary-low-ancient-face): Ditto.
11778         (gnus-summary-normal-ancient-face): Ditto.
11779         (gnus-summary-high-undownloaded-face): Ditto.
11780         (gnus-summary-low-undownloaded-face): Ditto.
11781         (gnus-summary-normal-undownloaded-face): Ditto.
11782         (gnus-summary-high-unread-face): Ditto.
11783         (gnus-summary-low-unread-face): Ditto.
11784         (gnus-summary-normal-unread-face): Ditto.
11785         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11786         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11787
11788         * hashcash.el (hashcash): New custom group.
11789         (hashcash-default-payment): Add :group.
11790         (hashcash-payment-alist): Ditto.
11791         (hashcash-default-accept-payment): Ditto.
11792         (hashcash-accept-resources): Ditto.
11793         (hashcash-path): Ditto.
11794         (hashcash-extra-generate-parameters): Ditto.
11795         (hashcash-double-spend-database): Ditto.
11796         (hashcash-in-news): Ditto.
11797
11798         * message.el (message-minibuffer-local-map): Add :group.
11799
11800         * netrc.el (netrc): Add :group.
11801
11802         * sieve-manage.el (sieve-manage-log): Add :group.
11803         (sieve-manage-default-user): Diito.
11804         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11805         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11806         (sieve-manage-authenticators): Ditto.
11807         (sieve-manage-authenticator-alist): Ditto.
11808         (sieve-manage-default-port): Ditto.
11809
11810         * sieve-mode.el (sieve-control-commands-face): Add :group.
11811         (sieve-action-commands-face): Ditto.
11812         (sieve-test-commands-face): Ditto.
11813         (sieve-tagged-arguments-face): Ditto.
11814
11815         * smime.el (smime): Add :group.
11816
11817         * spam-report.el (spam-report): Add :group.
11818
11819         * spam.el (spam, spam-face): Add :group.
11820
11821 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11822
11823         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11824         return \n.\n.\n at the end of articles.  Protect against that.
11825         (nntp-with-open-group): Allow debugging.
11826
11827         * nnheader.el (mail-header-set-extra): Make into a function
11828         because I just could't understand how to quote the list properly.
11829
11830         * dns.el (query-dns-cached): New function.
11831
11832 2005-05-26  Lute Kamstra  <lute@gnu.org>
11833
11834         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11835
11836 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11837
11838         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11839
11840         * gnus-art.el: Don't autoload mail-extract-address-components.
11841
11842         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11843         eval-and-compile to evaluate it.
11844
11845         * hashcash.el: Don't autoload executable-find.
11846
11847         * nndb.el: Don't declare the nndb back end two or more times; don't
11848         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11849
11850         * nntp.el: Autoload format-spec instead of format; use
11851         eval-and-compile to evaluate autoload forms.
11852
11853 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11854
11855         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11856
11857 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11858
11859         * gnus.el (gnus-version-number): Bump version.
11860
11861 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11862
11863         * gnus.el: No Gnus v0.3 is released.
11864
11865 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11866
11867         * lpath.el (featurep): Bind show-nonbreak-escape.
11868
11869 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11870
11871         * gnus-art.el (gnus-article-edit-part): Disable undo.
11872
11873 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11874
11875         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11876         gnus-article-date-lapsed-new-header is t if date timer is active;
11877         skip headers in which the original date value is empty.
11878         (gnus-article-save-original-date): Redefine it as a macro.
11879         (gnus-display-mime): Use it.
11880
11881 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11882
11883         * gnus-art.el (article-date-ut): Support converting date in
11884         forwarded parts as well.
11885         (gnus-article-save-original-date): New function.
11886         (gnus-display-mime): Use it.
11887
11888 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11889
11890         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11891         enclosure element of <item>.
11892
11893 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11894
11895         * message.el (message-kill-buffer-query): Renamed from
11896         `message-kill-buffer-query-if-modified'.  Added :version.
11897
11898 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11899
11900         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11901         window layout.
11902
11903 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11904
11905         * mml.el: Autoload dnd when compiling.
11906
11907 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11908
11909         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11910         x-dnd-*.
11911
11912 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11913
11914         * qp.el (quoted-printable-encode-region): Save excursion.
11915
11916 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11917
11918         * message.el (message-kill-buffer-query-if-modified): Add new variable
11919         so the user can kill a modified message buffer quickly.
11920         (message-kill-buffer): Use it.
11921
11922 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11923
11924         * lpath.el: Fbind display-time-event-handler; don't fbind
11925         string-to-multibyte.
11926
11927         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11928
11929 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11930
11931         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11932         contained in text because xml.el decodes entities) with LFs.
11933
11934 2005-04-11  Lute Kamstra  <lute@gnu.org>
11935
11936         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11937         differently.
11938
11939 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11940
11941         * mm-util.el (mm-detect-coding-region): Typo.
11942
11943 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11944
11945         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11946
11947 2005-04-06  Deepak Goel  <deego@gnufans.org>
11948
11949         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11950         user-function allow user modifications of the scores.
11951         (spam-stat-score-buffer-user): New function, to allow
11952         user-computed modifications to the score.
11953         (spam-stat-score-buffer-user-functions): List of additional
11954         scoring functions.
11955         (spam-stat-error-holder): Global temporary error holder.
11956         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11957         variable.
11958
11959 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11960
11961         * gnus-registry.el (gnus-registry-clean-empty-function)
11962         (gnus-registry-trim, gnus-registry-fetch-groups)
11963         (gnus-registry-delete-group): Groups that match
11964         `gnus-registry-ignored-groups' are removed from the registry
11965         entries, not just ignored for splitting.  This helps clean up the
11966         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11967         to get all the groups a message ID is in.
11968
11969         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11970         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11971         (spam-stat-score-buffer-user-functions): Add :number custom type.
11972
11973 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11974
11975         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11976         argument in XEmacs.
11977
11978         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11979         (nnrss-request-group): Decode group name first.
11980         (nnrss-request-article): Make a text/plain article if mml-to-mime
11981         failed.
11982         (nnrss-get-encoding): Return a compatible encoding according to
11983         nnrss-compatible-encoding-alist.
11984         (nnrss-find-el): Use consp instead of listp.
11985         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11986
11987 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11988
11989         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11990         which Emacs 20 doesn't support.
11991         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11992
11993 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11994
11995         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11996         silence the byte compiler inside the defun.
11997
11998         * gnus-demon.el (parse-time-string): Add autoload.
11999
12000         * gnus-delay.el (parse-time-string): Add autoload.
12001
12002         * gnus-art.el (parse-time-string): Add autoload.
12003
12004         * nnultimate.el (parse-time): Require for `parse-time-string'.
12005
12006 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12007
12008         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12009
12010         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12011
12012         * smime.el (smime-ldap-host-list): Add :version.
12013
12014 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12015
12016         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12017         pass it to `gnus-browse-read-group'.
12018         (gnus-browse-read-group): Add NUMBER argument and pass it to
12019         `gnus-group-read-ephemeral-group'.
12020
12021         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12022         argument and pass it to `gnus-group-read-group'.
12023
12024 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12025
12026         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12027         mm-xemacs-find-mime-charset-1 if we have the mule feature
12028         available at runtime.
12029
12030 2005-03-25  Werner Lemberg  <wl@gnu.org>
12031
12032         * nnmaildir.el: Replace `illegal' with `invalid'.
12033
12034 2005-03-23  Lute Kamstra  <lute@gnu.org>
12035
12036         * time-date.el: Add comment on time value formats.
12037         Don't require parse-time.
12038         (with-decoded-time-value): New macro.
12039         (encode-time-value): New function.
12040         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12041         (days-to-time): Return a valid time value when arg is huge.
12042         (time-since): Use time-subtract.
12043         (time-to-number-of-days): Use time-to-seconds.
12044
12045 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12046
12047         * gnus-start.el (gnus-display-time-event-handler):
12048         Check display-time-timer at runtime rather than only at load time
12049         in case display-time-mode is turned off in the mean time.
12050
12051 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12052
12053         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12054         used.
12055
12056         * nneething.el (nneething-map-file-directory): Derive from
12057         `gnus-directory'.
12058
12059         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12060         the To/Cc button.
12061
12062 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12063
12064         * nnmaildir.el (nnmaildir-request-accept-article):
12065         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12066
12067 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12068
12069         * gnus-async.el: Require timer-funcs at compile time when in
12070         XEmacs for `run-with-idle-timer'.
12071
12072 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12073
12074         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12075         autoloaded function.
12076
12077 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12078
12079         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12080
12081 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12082
12083         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12084
12085 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12086
12087         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12088         gnus-expert-user to default.
12089
12090 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12091
12092         * nnimap.el (nnimap-open-server): Ditto.
12093
12094         * imap.el (imap-authenticate): Fix typo.
12095
12096 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12097
12098         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12099         buffer (since IMAP server might return FETCH response out of
12100         order, and the nntp buffer must be sorted).
12101
12102 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12103
12104         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12105         comparison on string.
12106
12107         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12108         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12109         (gnus-agent-summary-fetch-series): Modified to protect against
12110         gnus-agent-summary-fetch-group clearing processable flags.
12111         (gnus-agent-synchronize-group-flags): Update live group buffer as
12112         synchronization may occur due to the user toggle the plugged
12113         status.
12114         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12115         successfully downloaded.
12116         (gnus-agent-expire-group-1): Avoid using markers when the overview
12117         is in ascending order; greatly improves performance.
12118         (gnus-agent-regenerate-group): Use
12119         gnus-agent-synchronize-group-flags to reset read status in both
12120         gnus and server.
12121         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12122
12123 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12124
12125         * message.el: Don't autoload former message-utils variables.
12126         (message-strip-subject-trailing-was): Change doc string.
12127
12128         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12129         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12130         (nnweb-google-search): Add "hl=en" here.
12131         (nnweb-google-parse-1, nnweb-google-create-mapping):
12132         Don't hardcode URL.
12133
12134 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12135
12136         * message.el (message-get-reply-headers, message-followup):
12137         Mention related variables `message-use-followup-to' and
12138         `message-use-mail-followup-to', in the information buffer.
12139
12140         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12141         of broken groups(-beta).google.com.
12142
12143 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12144
12145         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12146         parameter to invoked gnus-request-move-article; remove the
12147         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12148         all at once instead of once per article.
12149         (gnus-summary-remove-process-mark): Accept a list of articles as
12150         well as a single article for processing.
12151
12152         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12153         parameter.
12154
12155         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12156
12157         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12158
12159         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12160         parameter.
12161
12162         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12163         parameter.
12164
12165         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12166         parameter and remove the gnus-sum-hint-move-is-internal variable.
12167
12168         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12169         parameter.
12170
12171         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12172         parameter.
12173
12174         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12175         parameter.
12176
12177         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12178
12179         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12180         parameter.
12181
12182         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12183         parameter.
12184
12185 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12186
12187         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12188         a more conservative way.
12189
12190 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12191
12192         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12193         buffer, so it moves the window's cursor.
12194
12195 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12196
12197         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12198         `mm-dissect-multipart' and receive the from field as an (optional)
12199         argument from `mm-dissect-multipart'.
12200         (mm-dissect-multipart): Receive the from field as an argument and
12201         pass it on when we call `mm-dissect-buffer' on MIME parts.
12202         Fixes verification/decryption of signed/encrypted MIME parts.
12203
12204 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12205
12206         * gnus-sum.el (gnus-summary-move-article): Set
12207         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12208         whatever it calls (right now, only nnimap-request-move article
12209         respects it).
12210
12211         * nnimap.el (nnimap-request-move-article): When
12212         gnus-sum-hint-move-is-internal is set, don't do the extra
12213         nnimap-request-article.
12214
12215 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12216
12217         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12218
12219         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12220         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12221
12222         * gnus-sum.el (gnus-summary-caesar-message):
12223         Apply `gnus-treat-article' after rotation.
12224
12225         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12226         doc string.
12227
12228 2005-02-22  Simon Josefsson  <jas@extundo.com>
12229
12230         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12231         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12232         <arne@arnested.dk>.
12233         (encrypt): Add password-cache and password-cache-expiry as group
12234         members.
12235
12236 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12237
12238         * smime.el (smime-ldap-host-list): Doc fix.
12239         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12240         cache) password.
12241         (smime-sign-region): Use it.
12242         (smime-decrypt-region): Use it.
12243         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12244         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12245         fails.
12246         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12247         certificate from DER to PEM format rather than calling openssl.
12248
12249         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12250
12251         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12252         for signing/encryption.
12253
12254         * mml.el (mml-parse-1): Use them.
12255
12256 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12257
12258         * nnrss.el (nnrss-verbose): Removed.
12259         (nnrss-request-group): Use `nnheader-message' instead.
12260
12261 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12262
12263         * nnrss.el (nnrss-verbose): New variable.
12264         (nnrss-request-group): Make it say nnrss is requesting a group.
12265
12266 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12267
12268         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12269         Handle news URL with given port correctly.
12270
12271 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12272
12273         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12274         containing special characters.
12275
12276         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12277
12278         * mml.el (mime-to-mml): Ditto.
12279
12280         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12281         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12282         (rfc2047-decode-region): Quote decoded words containing special
12283         characters when rfc2047-quote-decoded-words-containing-tspecials
12284         is non-nil.
12285
12286 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12287
12288         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12289
12290         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12291
12292 2005-02-15  Simon Josefsson  <jas@extundo.com>
12293
12294         * nnimap.el (nnimap-debug): Doc fix.
12295
12296         * imap.el (imap-debug): Doc fix.
12297
12298 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12299
12300         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12301
12302 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12303
12304         * gnus.el (spam-contents): Improve docs for spam-contents
12305         parameter in its variable incarnation.
12306
12307 2005-02-14  Simon Josefsson  <jas@extundo.com>
12308
12309         * smime-ldap.el: Use require instead of load-library for ldap.
12310         (smime-ldap-search): Indent.
12311         (smime-ldap-search-internal): Shorten line.
12312
12313         * smime.el (smime-cert-by-dns): Add doc-string.
12314         (smime-cert-by-ldap-1): Indent.
12315
12316         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12317         mml-smime-get-dns-ldap.
12318         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12319
12320 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12321
12322         * smime.el: Require smime-ldap.
12323         (smime-ldap-host-list): New variable.
12324         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12325
12326         * mml-smime.el (mml-smime-encrypt-query): New function.
12327         (mml-smime-encrypt-query): Use it.
12328
12329         * smime-ldap.el: New file.
12330
12331 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12332
12333         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12334
12335 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12336
12337         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12338         argument in doc string.  Make query for type more clear.
12339
12340 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12341
12342         * gnus.el (gnus-group-startup-message): Search for gnus images in
12343         etc/images/gnus.
12344         * mm-util.el (mm-image-load-path): Likewise.
12345         * smiley.el (smiley-data-directory): Search for smilies in
12346         etc/images/smilies.
12347
12348 2005-02-09  Kim F. Storm  <storm@cua.dk>
12349
12350         Change Emacs release version from 21.4 to 22.1 throughout.
12351         Change Emacs development version from 21.3.50 to 22.0.50.
12352
12353 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12354
12355         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12356
12357         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12358         non-Mule XEmacs as well.
12359         (mm-decompress-buffer): Signal an error intentionally if it does
12360         not decompress compressed data because auto-compression-mode is
12361         disabled.
12362
12363 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12364
12365         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12366         an ID in the registry even if it has no groups.
12367
12368 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12369
12370         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12371         merge it into mm-decompress-buffer.
12372         (gnus-mime-copy-part): Use the MIME part charset, the value which
12373         a user specified or gnus-newsgroup-charset for decoding, like
12374         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12375         save-buffer what was used.  Suggested by Kevin Ryde
12376         <user42@zip.com.au>.
12377         (gnus-mime-inline-part): Allow the name parameter as well as the
12378         filename parameter; force decompressing of compressed data; always
12379         display contents being not decoded as unibyte.
12380
12381         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12382         as well as the filename parameter.
12383
12384         * mm-util.el (mm-decompress-buffer): Merge
12385         gnus-mime-jka-compr-maybe-uncompress.
12386         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12387         of compressed data.
12388
12389 2005-02-08  Simon Josefsson  <jas@extundo.com>
12390
12391         * imap.el (imap-log): Doc fix.
12392
12393 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12394
12395         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12396         the coding cookies; decompress compressed parts.
12397
12398         * mml.el (mml-generate-mime-1): Add the charset parameter according
12399         to the value which a user specified manually or the coding cookie.
12400
12401         * mm-util.el (mm-string-to-multibyte): New function.
12402         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12403         (mm-coding-system-to-mime-charset): New function.
12404         (mm-decompress-buffer): New function.
12405         (mm-find-buffer-file-coding-system): New function.
12406
12407         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12408         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12409         parts.
12410
12411 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12412
12413         * mm-view.el (mm-display-inline-fontify): Decode a part according
12414         to the charset parameter.
12415
12416 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12417
12418         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12419         prefix arg is neither nil nor a number, as info specifies.
12420
12421 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12422
12423         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12424         timestamps.
12425
12426 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12427
12428         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12429         groups error checking and notify user.
12430
12431 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12432
12433         * message.el (message-send-mail-function): Check existence of
12434         sendmail-program first before using default value
12435         `message-send-mail-with-sendmail'.  Otherwise use more generic
12436         `smtpmail-send-it'.
12437
12438 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12439
12440         * nntp.el (nntp-request-update-info): Always return nil.
12441
12442 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12443
12444         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12445
12446 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12447
12448         * message.el (message-beginning-of-line): Change the behavior when
12449         invoked between BOL and : so that it first moves backward.
12450
12451 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12452
12453         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12454         article buffer when editing of the article is discarded.
12455         (gnus-article-prepare): Revert.
12456
12457 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12458
12459         * gnus-art.el (gnus-article-prepare):
12460         Remove message-strip-forbidden-properties from the local hook.
12461
12462 2005-01-27  Simon Josefsson  <jas@extundo.com>
12463
12464         * password.el (password-cache-add): Only start one timer per key.
12465         Reported by Derek Atkins <warlord@MIT.EDU>.
12466
12467 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12468
12469         * run-at-time.el: Removed.  It is no longer needed as
12470         timer-funcs.el in the xemacs-base package has a working version of
12471         `run-at-time'.
12472
12473         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12474
12475         * password.el: Require timer-funcs instead of run-at-time in
12476         XEmacs.
12477         Remove `password-run-at-time' macro.
12478         (password-cache-add): Use `run-at-time' instead of
12479         `password-run-at-time'.
12480
12481         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12482         Remove `nnheader-cancel-function-timers' alias,
12483         `cancel-function-timers' exists in XEmacs in timer-funcs.
12484
12485         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12486         for `run-with-idle-timer'.
12487
12488         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12489         for `run-at-time'.
12490
12491         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12492         for `with-timeout'.
12493
12494         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12495         the same as for XEmacs 21.4.
12496         No need to ignore `run-with-idle-timer', this function exists in
12497         XEmacs now in timer-funcs.el in the xemacs-base package.
12498         (dgnushack-compile): No need to delete
12499         run-at-time.el from the list of files to compile because it
12500         doesn't exist anymore.
12501
12502 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12503
12504         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12505         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12506
12507 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12508
12509         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12510         sensitively.
12511
12512 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12513
12514         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12515
12516 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12517
12518         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12519         which will be inserted according to the multibyteness of a buffer
12520         rather than the type of contents.  Suggested by ARISAWA Akihiro
12521         <ari@mbf.ocn.ne.jp>.
12522
12523         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12524         of string which old xml.el may return rather than a string.
12525
12526 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12527
12528         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12529
12530 2005-01-16  Simon Josefsson  <jas@extundo.com>
12531
12532         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12533         idn/idna.el isn't available.
12534         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12535         <michael@waxrat.com>.
12536
12537         * hashcash.el: Remove non-FSF copyright header.
12538
12539         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12540         (hashcash-generate-payment): Use it.
12541         (hashcash-generate-payment-async): Use it.
12542
12543 2005-01-15  Simon Josefsson  <jas@extundo.com>
12544
12545         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12546         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12547
12548         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12549         gnus-summary-idna-message.
12550         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12551         (gnus-summary-idna-message): New function.
12552
12553 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12554
12555         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12556         gnus-novice-user.
12557
12558 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12559
12560         * nnrss.el (nnrss-request-delete-group): Delete entries in
12561         nnrss-group-alist as well.
12562         (nnrss-save-server-data): Insert newline.
12563
12564 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12565
12566         * gnus.el (gnus-user-agent): Use list of symbols instead of
12567         symbols.  Display full version number for (S)XEmacs.  Optionally
12568         display (S)XEmacs codename.
12569
12570         * gnus-util.el (gnus-emacs-version): Update for new
12571         `gnus-user-agent'.
12572
12573         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12574         Gnus version.
12575
12576 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12577
12578         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12579         which is unreadable in some setups.
12580
12581 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12582
12583         * gnus-spec.el (gnus-update-format-specifications): Flush the
12584         group format spec cache if it doesn't support decoded group names.
12585
12586 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12587
12588         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12589         Allow to apply decay on score files matching a regexp.
12590
12591 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12592
12593         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12594         compatibility in %g and %c.
12595
12596 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12597
12598         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12599         name for only %g and %c.
12600         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12601         of gnus-tmp-group to decoded group name.
12602         (gnus-group-make-rss-group): Exclude `/'s from group names.
12603
12604 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12605
12606         * nnrss.el (nnrss-get-encoding): Fix regexp.
12607
12608 2004-12-27  Simon Josefsson  <jas@extundo.com>
12609
12610         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12611         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12612         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12613
12614 2004-12-17  Kim F. Storm  <storm@cua.dk>
12615
12616         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12617
12618         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12619
12620 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12621
12622         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12623
12624 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12625
12626         * nnrss.el: Require rfc2047 and mml.
12627         (nnrss-file-coding-system): New variable.
12628         (nnrss-format-string): Redefine it as an inline function.
12629         (nnrss-decode-group-name): New function.
12630         (nnrss-string-as-multibyte): Remove.
12631         (nnrss-retrieve-headers): Decode group name; don't use
12632         nnrss-format-string.
12633         (nnrss-request-group): Decode group name.
12634         (nnrss-request-article): Decode group name; allow a Message-ID as
12635         well as an article number; don't use nnrss-format-string; encode a
12636         Message-ID string which may contain non-ASCII characters; use
12637         mml-to-mime to compose a MIME article.
12638         (nnrss-request-expire-articles): Decode group name.
12639         (nnrss-request-delete-group): Decode group name.
12640         (nnrss-fetch): Clarify error message.
12641         (nnrss-read-server-data): Use insert-file-contents instead of load;
12642         bind file-name-coding-system; use multibyte buffer.
12643         (nnrss-save-server-data): Bind coding-system-for-write to the
12644         value of nnrss-file-coding-system; bind file-name-coding-system;
12645         add coding cookie.
12646         (nnrss-read-group-data): Use insert-file-contents instead of load;
12647         bind file-name-coding-system; use multibyte buffer.
12648         (nnrss-save-group-data): Bind coding-system-for-write to the
12649         value of nnrss-file-coding-system; bind file-name-coding-system.
12650         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12651         make it work with non-ASCII text.
12652         (nnrss-find-el): Make it work with old xml.el as well.
12653
12654 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12655
12656         * nnrss.el (nnrss-get-encoding): New function.
12657         (nnrss-fetch): Use unibyte buffer initially; bind
12658         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12659         decode contents according to the encoding attribute.
12660         (nnrss-save-group-data): Add coding cookie.
12661         (nnrss-mime-encode-string): New function.
12662         (nnrss-check-group): Use it to encode subject and author.
12663
12664 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12665
12666         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12667         imaginary variable.
12668
12669 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12670
12671         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12672         correctly even if there are wide characters.
12673
12674 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12675
12676         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12677         downcased symbol names; make a new cache instead of reusing
12678         bbdb-hashtable.
12679
12680 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12681
12682         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12683         concatenating segments rather than before concatenating them.
12684         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12685
12686         * message.el (message-get-reply-headers): Bind `extra'.
12687
12688 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12689
12690         * message.el (message-extra-wide-headers): New variable.
12691         (message-get-reply-headers): Use it.
12692
12693 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12694
12695         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12696         (gnus-agent-group-pathname): Ditto.
12697
12698         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12699
12700         * gnus-group.el (gnus-group-make-group): Decode group name.
12701         (gnus-group-make-rss-group): Register the group data after opening
12702         the nnrss group.
12703
12704 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12705
12706         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12707         by expiry now get marked as read.
12708
12709 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12710
12711         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12712
12713 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12714
12715         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12716         unify Latin characters in XEmacs.
12717         (mm-find-mime-charset-region): Use it.
12718
12719 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12720
12721         * gnus-util.el (gnus-delete-directory): New function.
12722
12723         * gnus-agent.el (gnus-agent-delete-group): Use it.
12724
12725         * gnus-cache.el (gnus-cache-delete-group): Use it.
12726
12727 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12728
12729         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12730         names.
12731
12732 2004-12-16  Simon Josefsson  <jas@extundo.com>
12733
12734         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12735
12736 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12737
12738         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12739
12740         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12741         (gnus-group-set-current-level): Decode group name.
12742
12743 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12744
12745         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12746         failed.
12747
12748 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12749
12750         * gnus-group.el (gnus-group-delete-group): Decode group name.
12751         (gnus-group-make-rss-group): Encode group name.
12752         (gnus-group-catchup-current): Decode group name.
12753         (gnus-group-kill-group): Decode group name.
12754
12755 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12756
12757         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12758
12759 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12760
12761         * gnus-group.el (gnus-group-make-rss-group):
12762         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12763
12764         * gnus-start.el (gnus-setup-news): Honor user's setting to
12765         gnus-message-archive-method.  Suggested by Lute Kamstra
12766         <lute@gnu.org>.
12767
12768 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12769
12770         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12771         global counterparts of the buffer-local variables.
12772
12773 2004-11-16  Romain Francoise  <romain@orebokech.com>
12774
12775         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12776         counterparts of the buffer-local variables.
12777
12778 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12779
12780         * message.el (message-forbidden-properties): Fixed typo in doc
12781         string.
12782
12783 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12784
12785         * gnus-util.el (gnus-replace-in-string): Added doc string.
12786
12787         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12788         to avoid problems when splitting mails with many recipients.
12789
12790 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12791
12792         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12793         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12794
12795 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12796
12797         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12798         if there is no hashtable in memory or file modification time is
12799         newer than cached timestamp.
12800
12801 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12802
12803         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12804         not-matching option.
12805
12806 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12807
12808         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12809         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12810         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12811         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12812         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12813         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12814
12815 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12816
12817         * message.el (message-forward-make-body-mml): Remove headers
12818         according to message-forward-ignored-headers if a message is decoded.
12819
12820 2004-12-02  Romain Francoise  <romain@orebokech.com>
12821
12822         * message.el (message-forward-make-body-plain): Always remove
12823         headers according to message-forward-ignored-headers.
12824
12825 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12826
12827         * spam.el (spam-summary-prepare-exit): Remove the
12828         gnus-summary-limit pop for now, it has problems with ham marks for
12829         me.
12830
12831 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12832
12833         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12834         correctly.
12835
12836 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12837
12838         * format-spec.el (format-spec): Message the char.
12839
12840 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12841
12842         * gnus-art.el (gnus-split-methods): Reformat comments.
12843
12844         * spam.el (spam-summary-prepare-exit): Remove article limits
12845         before exiting the summary buffer.
12846
12847 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12848
12849         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12850         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12851
12852         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12853         order to silence the byte compiler.
12854
12855         * spam.el: Fix the way to silence the byte compiler, which
12856         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12857         bbdb-search-simple, spam-BBDB-register-routine,
12858         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12859         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12860         spam-stat-buffer-is-spam, spam-stat-load,
12861         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12862         spam-stat-save and spam-stat-split-fancy.
12863
12864 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12865
12866         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12867         which may confuse users.
12868         (canlock-password-for-verify): Ditto.
12869
12870         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12871
12872         * gnus-art.el (gnus-emphasis-alist): Ditto.
12873
12874         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12875
12876         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12877
12878         * gnus-start.el (gnus-save-killed-list): Ditto.
12879
12880         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12881         (gnus-sum-thread-tree-root): Ditto.
12882         (gnus-sum-thread-tree-false-root): Ditto.
12883         (gnus-sum-thread-tree-single-indent): Ditto.
12884
12885         * message.el (message-courtesy-message): Ditto.
12886         (message-archive-note): Ditto.
12887         (message-subscribed-address-file): Ditto.
12888         (message-user-fqdn): Ditto.
12889
12890         * spam-report.el (spam-report-gmane-regex): Ditto.
12891
12892         * spam.el (spam-blackhole-good-server-regex): Ditto.
12893
12894 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12895
12896         * mml.el (mml-preview): Widen the message buffer before copying
12897         the contents to the preview buffer; sort headers before previewing.
12898
12899         * message.el (message-hidden-headers): Fix the way to avoid a bug
12900         in the `repeat' widget in Emacs 21.3 or earlier.
12901
12902 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12903
12904         * message.el (message-hidden-headers): Default to "^References:".
12905         Improve customization type.  Suggested by Reiner Steib
12906         <Reiner.Steib@gmx.de>.
12907
12908 2004-11-25  Romain Francoise  <romain@orebokech.com>
12909
12910         * message.el (message-strip-forbidden-properties): Remove check for
12911         obsolete `message-hidden' text property, hidden headers are not
12912         accessible in the buffer anymore.
12913
12914 2004-11-22  Romain Francoise  <romain@orebokech.com>
12915
12916         * message.el (message-header-format-alist): Add `From' in list
12917         so that it can be sorted.
12918         (message-fix-before-sending): Widen and sort headers before
12919         sending.
12920         (message-hide-headers): Use narrowing to hide headers by moving
12921         them to the top of the buffer and narrowing to the region
12922         underneath.
12923
12924 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12925
12926         * message.el (message-strip-forbidden-properties): Bind
12927         buffer-read-only (etc) to nil.
12928
12929 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12930
12931         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12932         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12933
12934 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12935
12936         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12937
12938 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12939
12940         * dns.el (query-dns): Use sit-for to time instead of
12941         accept-process-output, since that doesn't seem to work on udp
12942         sockets.
12943
12944 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12945
12946         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12947
12948 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12949
12950         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12951         doc string.  Improve doc string.
12952
12953 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12954
12955         * nntp.el (nntp-request-update-info): Return nil if
12956         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12957         may not call gnus-activate-group which uselessly issues the GROUP
12958         commands for all nntp groups and wastes time.  Reported by Romain
12959         Francoise <romain@orebokech.com>.
12960
12961         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12962
12963 2004-11-15  Simon Josefsson  <jas@extundo.com>
12964
12965         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12966         headers separately.
12967         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12968         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12969
12970 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12971
12972         * gnus-start.el (gnus-convert-old-newsrc):
12973         Assign legacy-gnus-agent to 5.10.7.
12974
12975 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12976
12977         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12978         start of the lines.
12979
12980 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12981
12982         * hashcash.el (hashcash-default-payment): Change default to 20.
12983         (hashcash-default-accept-payment): Change default to 20.
12984         (hashcash-process-alist): New variable.
12985         (hashcash-generate-payment-async): Add.
12986         (hashcash-already-paid-p): Add.
12987         (hashcash-insert-payment): Don't generate payments twice.
12988         (hashcash-insert-payment-async): Add.
12989         (hashcash-insert-payment-async-2): Add.
12990         (hashcash-cancel-async): Add.
12991         (hashcash-wait-async): Add.
12992         (hashcash-processes-running-p): Add.
12993         (hashcash-wait-or-cancel): Add.
12994         (mail-add-payment): New optional argument.  Conditionally start
12995         asynchronous calculation.
12996         (mail-add-payment-async): Add.
12997
12998         * message.el (message-send-mail): Wait for asynchronous hashcash
12999         results.  Don't clobber existing X-Hashcash headers.
13000         (message-setup-1): Call mail-add-payment-async when
13001         message-generate-hashcash is non-nil.
13002
13003 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13004
13005         * message.el (message-use-alternative-email-as-from): Examine the
13006         From header as well; use message-make-from in order to include a
13007         user's full name.
13008
13009 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13010
13011         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13012         default; improve customization type.
13013         (gnus-emphasis-custom-with-format): New macro.
13014         (gnus-emphasis-custom-value-to-external): New function.
13015         (gnus-emphasis-custom-value-to-internal): New function.
13016
13017 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13018
13019         * dns.el (query-dns): Resolve reverse addresses.
13020
13021 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13022
13023         * gnus-group.el (gnus-group-get-new-news): Use it.
13024
13025         * gnus-start.el (gnus-check-reasonable-setup): New function.
13026
13027 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13028
13029         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13030         "Args out of range" error.  Reported by Arnaud Giersch
13031         <arnaud.giersch@free.fr>.
13032
13033 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13034
13035         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13036
13037 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13038
13039         * spam.el (spam group): Add :version.
13040
13041         * pgg-def.el (pgg group): Add :version.
13042
13043 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13044
13045         * gnus-art.el (gnus-article-edit-article): Don't associate the
13046         article buffer with a draft file.  This is a temporary measure
13047         against the 2004-08-22 change to gnus-article-edit-mode.
13048
13049 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13050
13051         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13052         (html2text-format-tags): Remove unused variable `attr'.
13053
13054 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13055
13056         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13057
13058         * tls.el (tls-process-connection-type, tls-success)
13059         (tls-certtool-program): Add :version.
13060
13061         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13062         (starttls-extra-arguments, starttls-process-connection-type)
13063         (starttls-connect, starttls-failure, starttls-success): Add :version.
13064
13065         * spam-stat.el (spam-stat): Add :version.
13066
13067         * sieve.el (sieve): Add :version.
13068
13069         * sha1.el (sha1): Add :version.
13070         (sha1-use-external): Remove redundant version.
13071
13072         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13073         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13074         (nnmail-split-fancy-match-partial-words)
13075         (nnmail-split-lowercase-expanded): Add :version.
13076
13077         * nndiary.el (nndiary): Add :version.
13078
13079         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13080
13081         * mml-sec.el (mml-default-sign-method)
13082         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13083         Add :version.
13084
13085         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13086
13087         * mm-url.el (mm-url-use-external, mm-url-program)
13088         (mm-url-arguments): Add :version.
13089
13090         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13091         (mm-attachment-file-modes, mm-decrypt-option)
13092         (mm-w3m-safe-url-regexp): Add :version.
13093
13094         * message.el (message-cite-prefix-regexp)
13095         (message-sendmail-envelope-from, message-minibuffer-local-map)
13096         (message-user-fqdn, message-completion-alist): Add :version.
13097
13098         * gnus-win.el (gnus-configure-windows-hook)
13099         (gnus-use-frames-on-any-display): Add :version.
13100
13101         * gnus-art.el (gnus-article-address-banner-alist)
13102         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13103         (gnus-treat-from-picon, gnus-treat-mail-picon)
13104         (gnus-treat-x-pgp-sig): Add :version.
13105
13106         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13107         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13108         (gnus-summary-article-delete-hook)
13109         (gnus-summary-display-while-building): Add :version.
13110
13111         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13112         (gnus-get-top-new-news-hook): Add :version.
13113
13114         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13115         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13116
13117         * gnus-registry.el (gnus-registry): Add :version.
13118
13119         * gnus-spec.el (gnus-use-correct-string-widths)
13120         (gnus-make-format-preserve-properties): Add :version.
13121
13122         * gnus.el (gnus-group-charter-alist)
13123         (gnus-group-fetch-control-use-browse-url)
13124         (gnus-install-group-spam-parameters): Add :version.
13125
13126         * gnus-diary.el (gnus-diary): Add :version.
13127
13128         * gnus-delay.el (gnus-delay): Add :version.
13129
13130         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13131         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13132         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13133         Add :version.
13134
13135         * gnus-agent.el (gnus-agent-max-fetch-size)
13136         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13137         (gnus-agent-prompt-send-queue): Add :version.
13138
13139         * deuglify.el (gnus-outlook-deuglify): Add :version.
13140
13141         * html2text.el: Beautify code.  Improve doc strings.  Some
13142         checkdoc cleanup.
13143         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13144
13145 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13146
13147         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13148
13149 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13150
13151         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13152         when package is loaded.
13153
13154         * spam.el (spam-summary-score-preferred-header): Add global preference
13155         for people who want to override the default SpamAssassin over
13156         Bogofilter preference (when both are set).
13157         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13158         (spam-user-format-function-S): Check
13159         spam-summary-score-preferred-header.
13160         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13161         (spam-user-format-function-S): Format the score correctly.
13162
13163 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13164
13165         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13166         signature file.  Suggested by Manoj Srivastava
13167         <srivasta@golden-gryphon.com>.
13168
13169         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13170         iso-2022-jp even in the Japanese language environment.
13171         Suggested by Jason Rumney <jasonr@gnu.org>.
13172
13173 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13174
13175         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13176         use the same characters as the dummy marks; make it free from
13177         getting affected by the language environment.
13178         (gnus-summary-read-group-1): Update mark positions only when the
13179         format spec is updated.
13180
13181         * gnus-spec.el (gnus-update-format-specifications): Return a list
13182         of updated types.
13183
13184 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13185
13186         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13187         of boundp to check if display-warning is available.
13188
13189 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13190
13191         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13192
13193 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13194
13195         * nnspool.el (nnspool-spool-directory): Use news-path if the
13196         news-directory variable is not bound.
13197
13198         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13199         function instead of display-warning if it is not available.
13200
13201 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13202
13203         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13204         v5-10: Use `point-at-bol'.
13205
13206 2004-10-26  Simon Josefsson  <jas@extundo.com>
13207
13208         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13209         <chenggao@gmail.com>.
13210
13211 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13212
13213         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13214         instead.
13215
13216 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13217
13218         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13219         to remove a server from the nnimap-server-buffer-alist.
13220         (nnimap-open-connection, nnimap-close-server): Use it.
13221
13222         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13223
13224 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13225
13226         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13227         running the major-mode function.
13228
13229 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13230
13231         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13232         dummy marks in the right way.
13233
13234 2004-10-18  David Edmondson  <dme@dme.org>
13235
13236         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13237         excessively.
13238
13239 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13240
13241         * gnus-util.el (gnus-split-references): Accept a nil references
13242         string and go on blissfully.
13243
13244         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13245         cases where the references string is non-nil but has no references.
13246
13247         * encrypt.el: Add autoload tags.
13248
13249         * spam.el (spam-resolve-registrations-routine): Remove article
13250         from unregistration list too.  Reported by David Hanak
13251         <dhanak@isis.vanderbilt.edu>
13252
13253 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13254
13255         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13256         nil.  Changed custom type.
13257
13258 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13259
13260         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13261
13262         * gnus-sum.el (gnus-summary-move-article): Use it.
13263
13264 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13265
13266         * encrypt.el: Add autoload cookies.
13267
13268         * spam.el (spam-backend-article-list-property)
13269         (spam-backend-get-article-todo-list)
13270         (spam-backend-put-article-todo-list)
13271         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13272         Resolve registrations separately.
13273         (spam-register-routine): Format comments.
13274         (spam-unregister-routine, spam-register-routine): Always call with
13275         specific-articles, no default list.
13276         (spam-summary-prepare-exit): Use the spam-classifications function.
13277
13278         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13279         gnus-encrypt.el.
13280
13281         * encrypt.el: Copied from gnus-encrypt.el.
13282
13283         * gnus-encrypt.el: Commented that it's obsolete.
13284
13285 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13286
13287         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13288         (gnus-score-save): Use it.
13289
13290         * message.el (message-bury): Use `window-dedicated-p'.
13291
13292 2004-10-15  Simon Josefsson  <jas@extundo.com>
13293
13294         * pop3.el (top-level): Don't require nnheader.
13295         (pop3-read-timeout): Add.
13296         (pop3-accept-process-output): Add.
13297         (pop3-read-response, pop3-retr): Use it.
13298
13299 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13300
13301         * spam.el (spam-register-routine): Move comment.
13302         (spam-verify-bogofilter): Use 'unknown for the initial
13303         spam-bogofilter-valid state, not 'never.
13304
13305         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13306         for netrc-machine.
13307
13308         * nnimap.el (nnimap-open-connection): Use
13309         netrc-machine-user-or-password.
13310
13311 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13312
13313         * gnus-registry.el (gnus-registry-unload-hook):
13314         Set as a variable with add-hook.
13315
13316         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13317         of news-path.
13318
13319         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13320
13321         * spam.el: Delete duplicate `provide'.
13322         (spam-unload-hook): Set as a variable with add-hook.
13323
13324 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13325
13326         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13327         in the doc string.
13328
13329         * message.el (message-ignored-news-headers)
13330         (message-ignored-supersedes-headers)
13331         (message-ignored-resent-headers)
13332         (message-forward-ignored-headers): Improve custom type.
13333
13334 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13335
13336         * message.el (message-tokenize-header): Fix 2004-09-06 change
13337         which used point-min in the wrong place.
13338
13339 2004-10-12  Simon Josefsson  <jas@extundo.com>
13340
13341         * tls.el (tls-certtool-program): New variable.
13342         (tls-certificate-information): New function, based on
13343         ssl-certificate-information.
13344
13345 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13346
13347         * compface.el: Move the version of ELisp-based uncompface program
13348         to the contrib directory because of the copyright problem.
13349
13350 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13351
13352         * message.el (message-kill-buffer): Raise the current frame.
13353
13354 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13355
13356         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13357
13358         * gnus.el (message-y-or-n-p): Autoload.
13359
13360         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13361         (pop3-password-required, pop3-authentication-scheme)
13362         (pop3-leave-mail-on-server): Made customizable.
13363         (pop3): New custom group.
13364         (pop3-retr): Remove `sleep-for' statements.
13365         Suggested by Dave Love <fx@gnu.org>.
13366
13367         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13368         Windows/DOS.
13369
13370         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13371         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13372         Dave Love <fx@gnu.org>.
13373
13374         * mml.el (mml-minibuffer-read-disposition): Require match.
13375         Suggested by Dave Love <fx@gnu.org>.
13376
13377 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13378
13379         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13380         doc string.
13381
13382 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13383
13384         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13385
13386 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13387
13388         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13389         instead of calling `mm-insert-inline', to decode text/* parts
13390         before displaying them.
13391
13392 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13393
13394         * mm-uu.el (mm-uu-text-plain-type): New variable.
13395         (mm-uu-pgp-signed-extract-1): Use it.
13396         (mm-uu-pgp-encrypted-extract-1): Use it.
13397         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13398         bind mm-uu-text-plain-type with that value.
13399         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13400         mm-uu-dissect.
13401
13402 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13403
13404         * gnus-group.el (gnus-update-group-mark-positions):
13405         * gnus-sum.el (gnus-update-summary-mark-positions):
13406         * message.el (message-check-news-body-syntax):
13407         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13408         of string-as-multibyte.
13409
13410 2004-10-05  Juri Linkov  <juri@jurta.org>
13411
13412         * gnus-group.el (gnus-update-group-mark-positions):
13413         * gnus-sum.el (gnus-update-summary-mark-positions):
13414         * message.el (message-check-news-body-syntax):
13415         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13416         8-bit unibyte values to a multibyte string for search functions.
13417
13418 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13419
13420         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13421         (mm-uu-dissect-text-parts): New function.
13422
13423         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13424         dissect text parts.
13425
13426         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13427         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13428
13429         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13430
13431         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13432         gnus-current-topics instead of gnus-current-topic.
13433
13434 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13435
13436         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13437
13438 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13439
13440         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13441         where approriate.
13442
13443         * nnml.el (nnml-generate-active-info): do.
13444
13445         * nndiary.el (nndiary-generate-active-info): do.
13446
13447         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13448         (gnus-topic-move): do.
13449
13450         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13451         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13452
13453         * gnus-srvr.el (gnus-server-prepare)
13454         (gnus-server-open-all-servers): do.
13455
13456         * gnus-msg.el (gnus-summary-cancel-article)
13457         (gnus-summary-resend-message)
13458         (gnus-summary-mail-crosspost-complaint): do.
13459
13460         * gnus-move.el (gnus-change-server): do.
13461
13462         * gnus-group.el (gnus-group-unmark-all-groups)
13463         (gnus-group-set-current-level): do.
13464
13465 2004-10-04  Simon Josefsson  <jas@extundo.com>
13466
13467         * message.el (message-generate-hashcash): Doc fix.
13468
13469 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13470
13471         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13472         avoid infinite recursion via gnus-get-function.
13473
13474 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13475
13476         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13477
13478         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13479
13480         * nnmail.el (nnmail-split-history): do.
13481
13482         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13483         (nnml-request-delete-group): do.
13484
13485         * nnslashdot.el (nnslashdot-read-groups): do.
13486
13487         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13488         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13489
13490         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13491         (nnspool-sift-nov-with-sed): Use last.
13492         (nnspool-retrieve-headers-with-nov): Use mapc.
13493         (nnspool-request-newgroups): Use dolist.
13494         (nnspool-request-group): Use last.
13495
13496         * nntp.el (nntp-read-server-type): Use dolist.
13497
13498         * nnvirtual.el (nnvirtual-create-mapping)
13499         (nnvirtual-update-read-and-marked): Use dolist.
13500         (nnvirtual-convert-headers): Simplify.
13501
13502 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13503
13504         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13505         support for sync'ing tick marks.
13506
13507 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13508
13509         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13510         there's no visible header.
13511
13512 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13513
13514         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13515         necessary, pass full group name to gnus-request-set-marks.
13516
13517 2004-10-01  Simon Josefsson  <jas@extundo.com>
13518
13519         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13520         acroread.
13521
13522 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13523
13524         * spam-report.el (spam-report-gmane): Fix interactive.
13525
13526         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13527
13528         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13529         when writing file.
13530         (gnus-agent-synchronize-flags): Don't default to being
13531         interactive.
13532
13533 2004-09-30  Simon Josefsson  <jas@extundo.com>
13534
13535         * message.el (message-generate-hashcash): Add.
13536         (message-send-mail): Use it, call mail-add-payment.
13537
13538 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13539
13540         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13541
13542 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13543
13544         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13545         gnus-requst-update-info with explicit code to sync the in-memory
13546         info read flags with the marks being sync'd to the backend.
13547
13548         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13549
13550 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13551
13552         * spam.el (spam-verify-bogofilter): Add new function.
13553         (spam-check-bogofilter)
13554         (spam-bogofilter-register-with-bogofilter): Use it.
13555         (spam-verify-bogofilter): Add small fixes.
13556
13557 2004-09-28  Simon Josefsson  <jas@extundo.com>
13558
13559         * hashcash.el (hashcash-generate-payment): Revert.
13560
13561 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13562
13563         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13564         gnus-extract-references instead of gnus-split-references.
13565
13566         * gnus-util.el (gnus-extract-references): Add new function, analogous
13567         to gnus-split-references but extracts only the message-ID without
13568         anything extra.
13569
13570         * hashcash.el (hashcash-generate-payment)
13571         (hashcash-check-payment): Do the right thing if hashcash-path is
13572         nil (because the hashcash program could not be found).
13573
13574         * spam.el (spam-use-hashcash): Remove comment.
13575
13576 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13577
13578         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13579         (gnus-cache-enter-article, gnus-cache-remove-article)
13580         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13581
13582         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13583
13584         * gnus-art.el (article-hide-boring-headers)
13585         (article-translate-strings, article-display-face)
13586         (gnus-article-mime-match-handle-first)
13587         (gnus-article-highlight-headers)
13588         (gnus-article-add-buttons-to-head): do.
13589
13590 2004-09-27  Simon Josefsson  <jas@extundo.com>
13591
13592         * hashcash.el: New version, from
13593         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13594         ../contrib/.
13595
13596 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13597
13598         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13599
13600 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13601
13602         * gnus-dup.el (gnus-dup-open): Use mapc.
13603         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13604
13605         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13606         Reported by Stefan Wiens <s.wi@gmx.net>.
13607
13608         * gnus.el (gnus-shutdown): Use dolist.
13609
13610         * gnus-undo.el (gnus-undo): Use mapc.
13611
13612         * nnrss.el (nnrss-generate-active): do.
13613
13614         * message.el (message-cite-original-without-signature)
13615         (message-cite-original): Use mapc.
13616         (message-do-actions, message-make-forward-subject): Use dolist.
13617
13618 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13619
13620         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13621         deletion to remove entire duplicate line.  Fixes merged article
13622         number bug.
13623
13624 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13625
13626         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13627         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13628         first ask if you want to open a server and then, even when you
13629         responded with no, asking if you want to synchronize the server's
13630         flags.
13631         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13632         multi-line expressions.
13633         (gnus-agent-synchronize-group-flags): New internal function.
13634         Updates marks in memory (in the info structure) AND in the
13635         backend.
13636
13637         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13638
13639         * nnagent.el (nnagent-request-set-mark): Use
13640         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13641         method, to ensure that synchronization updates marks in the
13642         backend and in the info (in memory) structure.
13643
13644 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13645
13646         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13647         convention fully; don't miss the root article of a thread; make
13648         the X-Draft-From header with correct article numbers.
13649
13650 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13651
13652         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13653         unless plugged.  Disable the agent so that an open failure causes
13654         an error.
13655
13656         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13657         Reverted 2004-09-21 change.  The backend must be opened while
13658         synchronizing flags even when the backend stores the flags
13659         locally.
13660
13661 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13662
13663         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13664         in `header' match.  Reported by Svend Tollak Munkejord.
13665
13666         * message.el (message-cite-original): Fix use of
13667         `message-cite-articles-with-x-no-archive'.
13668
13669 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13670
13671         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13672         (gnus-window-to-buffer): Ditto.
13673
13674         * mml.el (mml-preview-buffer): New variable.
13675         (mml-preview): Manage window layout with gnus-buffer-configuration.
13676
13677         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13678         X-Draft-From header even if those articles aren't quoted.
13679
13680 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13681
13682         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13683         (gnus-request-set-mark, gnus-request-update-mark): Use new
13684         g-s-t-u-l-m to decide to use backend even when unplugged.
13685
13686 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13687
13688         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13689         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13690
13691 2004-09-20  Simon Josefsson  <jas@extundo.com>
13692
13693         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13694         "utf-16-le".
13695
13696 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13697
13698         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13699
13700 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13701
13702         * uudecode.el (uudecode-use-external): Add :version.
13703
13704         * smime.el (smime-CA-file, smime-encrypt-cipher)
13705         (smime-dns-server): Add :version.
13706
13707         * smiley.el (gnus-smiley-file-types): Add :version.
13708
13709         * sha1.el (sha1-use-external): Add :version.
13710
13711         * pgg-def.el (pgg-query-keyserver): Add :version.
13712
13713         * nnmail.el (nnmail-fancy-expiry-targets)
13714         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13715         Add :version.
13716
13717         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13718         (nnimap-retrieve-groups-asynchronous): Add :version.
13719         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13720
13721         * mml.el (mml-content-disposition-parameters)
13722         (mml-insert-mime-headers-always): Add :version.
13723
13724         * mm-util.el (mm-coding-system-priorities): Add :version.
13725
13726         * mm-decode.el (mm-inline-text-html-with-images)
13727         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13728         (mm-verify-option): Add :version.
13729         (mm-text-html-renderer): Change :version.
13730
13731         * message.el (message-fcc-externalize-attachments)
13732         (message-required-headers, message-draft-headers)
13733         (message-subject-trailing-was-query)
13734         (message-subject-trailing-was-ask-regexp)
13735         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13736         (message-mark-insert-end, message-archive-header)
13737         (message-archive-note, message-cross-post-default)
13738         (message-cross-post-note, message-followup-to-note)
13739         (message-cross-post-note-function, message-use-mail-followup-to)
13740         (message-subscribed-address-functions)
13741         (message-subscribed-address-file, message-subscribed-addresses)
13742         (message-subscribed-regexps, message-allow-no-recipients)
13743         (message-yank-cited-prefix, message-signature-insert-empty-line)
13744         (message-hidden-headers, message-hierarchical-addresses)
13745         (message-mail-user-agent, message-use-idna)
13746         (message-valid-fqdn-regexp)
13747         (message-strip-special-text-properties, message-header-synonyms)
13748         (message-beginning-of-line, message-tab-body-function): Add :version.
13749         (message-insert-canlock, message-wide-reply-confirm-recipients):
13750         Change :version.
13751
13752         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13753         and :version.
13754         (mail-source-delete-old-incoming-confirm)
13755         (mail-source-movemail-program): Add :version.
13756
13757         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13758         (gnus-agent-cache, gnus-agent): Change :version.
13759
13760         * gnus-util.el (gnus-use-byte-compile): Change :version.
13761
13762         * gnus-sum.el (gnus-summary-make-false-root-always)
13763         (gnus-summary-default-high-score)
13764         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13765         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13766         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13767         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13768         (gnus-sum-thread-tree-single-indent)
13769         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13770         (gnus-sum-thread-tree-leaf-with-other)
13771         (gnus-sum-thread-tree-single-leaf): Add :version.
13772         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13773         (gnus-article-loose-mime): Change :version.
13774
13775         * gnus-start.el (gnus-backup-startup-file)
13776         (gnus-save-startup-file-via-temp-buffer): Add :version.
13777
13778         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13779         (gnus-server-offline-face): Add :version.
13780
13781         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13782
13783         * gnus-msg.el (gnus-gcc-externalize-attachments)
13784         (gnus-debug-files, gnus-debug-exclude-variables)
13785         (gnus-discouraged-post-methods): Change :version.
13786         (gnus-confirm-mail-reply-to-news)
13787         (gnus-confirm-treat-mail-like-news): Add :version.
13788
13789         * gnus-int.el (gnus-server-unopen-status): Add :version.
13790
13791         * gnus-group.el (gnus-group-jump-to-group-prompt)
13792         (gnus-large-ephemeral-newsgroup)
13793         (gnus-fetch-old-ephemeral-headers): Add :version.
13794
13795         * gnus-fun.el (gnus-x-face-directory)
13796         (gnus-convert-pbm-to-x-face-command)
13797         (gnus-convert-image-to-x-face-command)
13798         (gnus-convert-image-to-face-command): Add :version.
13799
13800         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13801
13802         * gnus-cite.el (gnus-cite-blank-line-after-header)
13803         (gnus-article-boring-faces): Add :version.
13804
13805         * gnus-art.el (gnus-buttonized-mime-types)
13806         (gnus-inhibit-mime-unbuttonizing)
13807         (gnus-treat-display-face)
13808         (gnus-treat-body-boundary): Change :version.
13809         (gnus-body-boundary-delimiter, gnus-picon-databases)
13810         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13811         (gnus-treat-date-english, gnus-treat-fold-headers)
13812         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13813         (gnus-treat-mail-picon, gnus-treat-wash-html)
13814         (gnus-article-encrypt-protocol)
13815         (gnus-use-idna, gnus-article-over-scroll)
13816         (gnus-mime-display-multipart-alternative-as-mixed)
13817         (gnus-mime-display-multipart-related-as-mixed)
13818         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13819         (gnus-ctan-url, gnus-button-ctan-handler)
13820         (gnus-button-handle-ctan-bogus-regexp)
13821         (gnus-button-ctan-directory-regexp)
13822         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13823         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13824         (gnus-button-man-level, gnus-button-emacs-level)
13825         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13826
13827         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13828         (gnus-agent-go-online): Change :version.
13829         (gnus-agent-expire-unagentized-dirs)
13830         (gnus-agent-auto-agentize-methods): Add :version.
13831
13832         * flow-fill.el (fill-flowed-display-column)
13833         (fill-flowed-encode-column): Add :version.
13834
13835         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13836         (gnus-outlook-deuglify-unwrap-max)
13837         (gnus-outlook-deuglify-cite-marks)
13838         (gnus-outlook-deuglify-unwrap-stop-chars)
13839         (gnus-outlook-deuglify-no-wrap-chars)
13840         (gnus-outlook-deuglify-attrib-cut-regexp)
13841         (gnus-outlook-deuglify-attrib-verb-regexp)
13842         (gnus-outlook-deuglify-attrib-end-regexp)
13843         (gnus-outlook-display-hook): Add :version.
13844
13845         * binhex.el (binhex-use-external): Add :version.
13846
13847 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13848
13849         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13850         and `invisible'.
13851
13852 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13853
13854         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13855         in gnus-registry-trim.
13856
13857 2004-09-13  Simon Josefsson  <jas@extundo.com>
13858
13859         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13860
13861         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13862
13863         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13864         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13865         <yamaoka@jpl.org>.
13866         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13867         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13868         <yamaoka@jpl.org>.
13869
13870         * sieve.el (sieve-manage-mode): Ditto.
13871
13872 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13873
13874         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13875
13876 2004-09-11  Simon Josefsson  <jas@extundo.com>
13877
13878         * dns-mode.el: Add.
13879
13880         * mm-view.el (mm-display-dns-inline): Add.
13881
13882         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13883         (mm-automatic-display): Ditto.
13884
13885         * mailcap.el (mailcap-mime-data): Add text/dns.
13886         (mailcap-mime-extensions): Map .soa to text/dns.
13887
13888 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13889
13890         * gnus-art.el (article-decode-mime-words, article-babel)
13891         (gnus-article-highlight-signature, gnus-article-add-buttons)
13892         (gnus-signature-toggle): Remove unnecessary bindings of
13893         `inhibit-read-only' inherited from v5.10 merge.
13894
13895 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13896
13897         * nntp.el (nntp): New customization group.
13898         (nntp-authinfo-file): Add customization group.
13899
13900         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13901
13902         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13903
13904         * gnus.el (to-address, to-list, subscribed)
13905         (large-newsgroup-initial): Ditto.
13906
13907         * flow-fill.el (fill-flowed-display-column)
13908         (fill-flowed-encode-column): Ditto.
13909
13910 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13911
13912         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13913         Use point-min rather than 1.
13914         (message-send-mail): Use buffer-size rather than point-max.
13915
13916         * gnus-sum.el (gnus-summary-search-article-forward):
13917         Signal a specific `search-failed' rather than a generic `error'.
13918
13919         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13920         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13921         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13922
13923 2004-09-10  Simon Josefsson  <jas@extundo.com>
13924
13925         * nndb.el (require): Remove tcp and duplicate cl.
13926
13927 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13928
13929         * gnus-agent.el (directory-files-and-attributes): Move forward.
13930
13931 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13932
13933         * gnus-agent.el (directory-files-and-attributes): Optionally
13934         defined to support XEmacs.
13935
13936 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13937
13938         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13939         to avoid run-time CL dependencies.
13940         (gnus-agent-unfetch-articles): New function.
13941         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13942         article numbers even when local .overview file is missing.
13943         (gnus-agent-read-article-number): New function.  Only accepts
13944         27-bit article numbers.
13945         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13946         gnus-agent-read-article-number.
13947         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13948         from backend while recognizing that article numbers in .overview
13949         must be valid.
13950         (gnus-agent-update-files-total-fetched-for): Use
13951         directory-files-and-attributes to improve performance.
13952         * gnus-int.el (gnus-request-move-article): Use
13953         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13954         improve performance.
13955
13956         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13957         some users confused by references to .newsrc when they only have a
13958         .newsrc.eld file.
13959         (gnus-convert-mark-converter-prompt)
13960         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13961         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13962         New function.  Used internally to only display 'gnus converting
13963         files' message when actually necessary.
13964
13965         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13966         methods now autoloaded.
13967
13968 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13969
13970         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13971         identifiers.
13972
13973 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13974
13975         * gnus-picon.el: Fix indentation and closing parenthesis.
13976
13977 2004-09-01  Simon Josefsson  <jas@extundo.com>
13978
13979         * message.el (message-canlock-generate): Require sha1, not
13980         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13981         to require within a function.  Sadly, if sha1.el isn't loaded, the
13982         let binding in m-c-g will hide the defcustom definition, which is
13983         bad.)
13984
13985         * canlock.el: Require sha1, not sha1-el.
13986
13987         * message.el: Don't autoload sha1 (there is a autoload cookie in
13988         sha1.el).
13989
13990         * sha1-el.el: Renamed to sha1.el.
13991
13992 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13993
13994         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13995
13996 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13997
13998         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13999
14000 2004-08-30  Kim F. Storm  <storm@cua.dk>
14001
14002         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14003
14004         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14005         Add :group 'nnimap.
14006
14007 2004-08-30  Andreas Schwab  <schwab@suse.de>
14008
14009         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14010         ?* and ?\;.
14011
14012         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14013         and ?\' to symbol instead of whitespace.
14014
14015 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14016
14017         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14018
14019         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14020         instead of re-search-forward.
14021
14022         * gnus-uu.el (gnus-uu-save-article): Ditto.
14023         (gnus-uu-post-encode-uuencode): Ditto.
14024
14025         * html2text.el (html2text-clean-list-items): Ditto.
14026         (html2text-clean-dtdd): Ditto.
14027         (html2text-format-tags): Ditto.
14028
14029         * message.el (message-send-mail-with-sendmail): Fix regexp.
14030         (message-fill-field-general): Use search-forward instead of
14031         re-search-forward.
14032         (unbold-region): Ditto.
14033
14034         * nnrss.el (nnrss-request-article): Ditto.
14035
14036         * nnslashdot.el (nnslashdot-request-article): Ditto.
14037
14038         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14039
14040         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14041         "Unrecognized menu descriptor" error in XEmacs.
14042
14043 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14044
14045         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14046         parent article of a sparse article in the thread hashtb.
14047
14048 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14049
14050         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14051         (nnmail-expand-newtext): Lowercase expanded entries if
14052         nnmail-split-lowercase-expanded is non-nil.
14053
14054 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14055
14056         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14057
14058         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14059         of gnus-tmp-news-method into string under XEmacs.  It will be
14060         passed to gnus-correct-length which takes only a string argument.
14061
14062 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14063
14064         * gnus-util.el (gnus-bind-print-variables): New macro.
14065         (gnus-prin1): Use it.
14066         (gnus-prin1-to-string): Use it.
14067         (gnus-pp): New function.
14068         (gnus-pp-to-string): New function.
14069
14070         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14071         Replace pp-to-string with gnus-pp-to-string.
14072         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14073         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14074         * gnus-msg.el (gnus-debug): Ditto.
14075         * gnus-score.el (gnus-score-save): Ditto.
14076         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14077         gnus-pp-to-string.
14078         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14079         with gnus-pp.
14080         * score-mode.el (gnus-score-pretty-print): Ditto.
14081         * webmail.el (webmail-debug): Ditto.
14082
14083 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14084
14085         * gnus-art.el (article-display-face, article-display-x-face):
14086         Use buffer-read-only.
14087
14088 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14089
14090         * gnus-art.el (article-hide-list-identifiers):
14091         Bind inhibit-read-only as t.
14092
14093 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14094
14095         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14096
14097 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14098
14099         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14100         (gnus-narrow-to-page): Don't assume point-min == 1.
14101         (gnus-article-edit-mode): Derive from message-mode.
14102
14103         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14104         point-min == 1.
14105
14106         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14107         Disable incorrect use of `assert'.
14108
14109         * message.el (message-mode): Set comment-start-skip.
14110
14111
14112 2004-08-22  Sam Steingold  <sds@gnu.org>
14113
14114         * pop3.el (pop3-leave-mail-on-server): New user variable.
14115         (pop3-movemail): Delete mail only when it is nil.
14116
14117 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14118
14119         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14120
14121         * mml.el (mml-preview): Use `pop-to-buffer'.
14122
14123         * message.el (message-goto-mail-followup-to): Insert after "To".
14124         (message-carefully-insert-headers): Add comment.
14125
14126         * gnus.el: Remove unused variable `gnus-article-check-size'.
14127
14128         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14129
14130         * gnus-art.el (gnus-button-alist): Improve
14131         `gnus-button-handle-library' entry.
14132
14133 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14134
14135         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14136         downcase, since XEmacs capitalizes error messages differently.
14137
14138 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14139
14140         * nntp.el: Add (require 'gnus) due to reference to
14141         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14142
14143 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14144
14145         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14146         `mm-fill-flowed'.
14147
14148         * mm-decode.el (mm-dissect-singlepart): Check it.
14149
14150 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14151
14152         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14153         'imap' for netrc parsing.
14154
14155 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14156
14157         * mailcap.el (mailcap-mime-data): Mark as risky.
14158
14159 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14160
14161         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14162         may be included in the encoded word.
14163         (rfc2047-encode): Don't append a space if the encoded word
14164         includes close parenthesis.
14165
14166 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14167
14168         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14169         of text within parentheses.
14170
14171 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14172
14173         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14174         (gnus-encrypt-write-file-contents): Make the password key the file
14175         name PLUS the cipher, not just the cipher.  Also remove failed
14176         passwords from the cache.
14177
14178 2004-08-06  Simon Josefsson  <jas@extundo.com>
14179
14180         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14181         fix.
14182
14183 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14184
14185         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14186         LWSP.
14187
14188 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14189
14190         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14191         to append in-reply-to: data to the references: header.
14192
14193         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14194         (netrc-parse): Use gnus-encrypt.el functions.
14195
14196         * gnus-encrypt.el: Add new file for encryption support; currently
14197         does only a few GPG ciphers and an internal XOR cipher.
14198
14199         * password.el: Add comments on using password-read-and-add.
14200         (password-read-and-add): Add function to read and add the
14201         password to the cache at once.
14202
14203 2004-07-28  Simon Josefsson  <jas@extundo.com>
14204
14205         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14206         parameter (but don't use it, for now).
14207
14208         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14209         instead of hard coding to nil.
14210
14211 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14212
14213         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14214         as mm-inline-image-xemacs does.
14215
14216 2004-07-26  Simon Josefsson  <jas@extundo.com>
14217
14218         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14219         Revert part of 2004-07-17 change below.
14220
14221 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14222
14223         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14224         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14225
14226 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14227
14228         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14229         quotes that actually start with ">" at the beginning of the
14230         lines.
14231
14232 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14233
14234         * rfc2047.el (rfc2047-encode-region): Fix last change.
14235         (rfc2047-encode-parameter): Remove useless concat.
14236
14237 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14238
14239         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14240         encode special characters; fix some kind of misconfigured headers;
14241         signal a real error if debug-on-quit or debug-on-error is non-nil.
14242         (rfc2047-encode-max-chars): New variable.
14243         (rfc2047-encode-1): Use it.
14244         (rfc2047-encode-parameter): New function.
14245
14246         * mml.el (mml-insert-parameter): Remove an excessive space.
14247
14248 2004-07-17  Simon Josefsson  <jas@extundo.com>
14249
14250         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14251         Kai Grossjohann <kai@emptydomain.de>.
14252         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14253         (gnus-group-make-menu-bar): Ditto.
14254
14255         * gnus-util.el (gnus-group-server): Add.
14256
14257 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14258
14259         * message.el (message-clone-locals): Clone sendmail and smtp
14260         variables.
14261
14262 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14263
14264         * rfc2047.el (rfc2047-encode-region): Fix last change.
14265
14266 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14267
14268         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14269         characters as non-special.
14270
14271 2004-07-09  Simon Josefsson  <jas@extundo.com>
14272
14273         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14274         Users will lose all flag changes made while unplugged with
14275         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14276         good default.  See numerous reports on ding mailing list.
14277
14278 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14279
14280         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14281         add generate-head-function and generate-article-function to the
14282         rfc822-forward entry.
14283         (nndoc-rfc822-forward-generate-article): New function.
14284         (nndoc-rfc822-forward-generate-head): New function.
14285
14286         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14287
14288 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14289
14290         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14291         respect display group parameter and gnus-summary-expunge-below.
14292         (gnus-articles-to-read): Remove unused reference to display group
14293         parameter.
14294
14295 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14296
14297         * nnheader.el (nnheader-uniquify-message-id): New experimental
14298         variable.
14299         (nnheader-nov-read-message-id): Use it.
14300
14301         * spam-report.el (spam-report-gmane): Add interactive.
14302
14303 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14304
14305         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14306         qp-or-base64 for the application/* types.
14307
14308 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14309
14310         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14311
14312 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14313
14314         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14315         trim value.
14316
14317 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14318
14319         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14320         New macro and function.
14321         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14322
14323 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14324
14325         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14326         after-load-alist.
14327
14328 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14329
14330         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14331         update info that isn't there.
14332
14333 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14334
14335         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14336         entry.
14337
14338 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14339
14340         * mm-view.el (mm-inline-render-with-function): Use multibyte
14341         buffer; decode html source by charset.
14342
14343         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14344
14345         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14346         Mule-UCS is loaded under XEmacs.
14347         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14348
14349 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14350
14351         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14352
14353 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14354
14355         * mm-util.el (mm-coding-system-p): Return a coding-system.
14356         (mm-mime-mule-charset-alist): Use shift_jis instead of
14357         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14358         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14359         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14360         instead of japanese-shift-jis and iso-latin-1 respectively in
14361         order to share the default value with both Emacs and XEmacs-mule.
14362         (mm-mule-charset-to-mime-charset): Make
14363         mm-coding-system-priorities effective.
14364         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14365         while predicating of candidates upon the priorities.
14366
14367 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14368
14369         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14370         gnus-uu-invert-processable.
14371
14372         * gnus.el: Autoload gnus-uu-invert-processable.
14373
14374 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14375
14376         * mm-util.el (mm-with-multibyte-buffer): New macro.
14377
14378         * rfc2047.el (rfc2047-encode-string): Use it.
14379         (rfc2047-encode-region): Move point to the end of the region after
14380         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14381
14382 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14383
14384         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14385         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14386
14387 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14388
14389         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14390         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14391         Karl Chen <quarl@nospam.quarl.org>.
14392
14393 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14394
14395         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14396         invalid addresses.
14397
14398 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14399
14400         * spam.el: Change section markers, revise TODO list.
14401         (spam-backends): Make new master list of all installed backends.
14402         (spam-summary-exit-behavior): Add new variable to determine how
14403         messages moves are done at summary exit.
14404         (spam-move-spam-nonspam-groups-only)
14405         (spam-process-ham-in-nonham-groups)
14406         (spam-process-ham-in-spam-groups): Remove variables, the
14407         spam-summary-exit-behavior variable should be used to manage this
14408         behavior.
14409         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14410         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14411         and spam-old-spam-articles.
14412         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14413         Add empty variables, placeholders for the backends they represent.
14414         (spam-set-difference): Move, unchanged.
14415         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14416         unless the user has a processor variable.
14417         (spam-classifications, spam-classification-valid-p)
14418         (spam-backend-properties, spam-backend-property-valid-p)
14419         (spam-backend-function-type-valid-p)
14420         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14421         (spam-report-articles-gmane, spam-report-articles-resend):
14422         Remove functions, they are not needed.
14423         (spam-install-backend-super, spam-backend-list)
14424         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14425         (spam-backend-function, spam-backend-ham-registration-function)
14426         (spam-backend-spam-registration-function)
14427         (spam-backend-ham-unregistration-function)
14428         (spam-backend-spam-unregistration-function)
14429         (spam-backend-statistical-p, spam-backend-mover-p)
14430         (spam-install-backend-alias, spam-install-checkonly-backend)
14431         (spam-install-mover-backend, spam-install-nocheck-backend)
14432         (spam-install-backend, spam-install-statistical-backend)
14433         (spam-install-statistical-checkonly-backend): Add backend installation
14434         support.
14435         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14436         (spam-group-processor-p): Use the new backend code and respect the
14437         summary exit behavior.
14438         (spam-mark-spam-as-expired-and-move-routine): Remove.
14439         (spam-summary-prepare): Change to use the new spam-old-articles
14440         variable.
14441         (spam-copy-or-move-routine, spam-copy-spam-routine)
14442         (spam-move-spam-routine, spam-copy-ham-routine)
14443         (spam-move-ham-routine): Add code to copy/move ham or spam.
14444         (spam-fetch-field-fast): Improve doc and code, plus allow the
14445         'number request.
14446         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14447         variables.
14448         (spam-split, spam-find-spam): Use the new backend code.
14449         (spam-registration-functions): Remove variable.
14450         (spam-unregister-routine): Add convenience wrapper.
14451         (spam-log-undo-registration, spam-register-routine)
14452         (spam-log-processing-to-registry)
14453         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14454         where possible.
14455         (spam-check-gmane-xref, spam-check-regex-headers)
14456         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14457         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14458         (spam-check-bogofilter-headers, spam-check-spamoracle)
14459         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14460         (spam-check-crm114-headers): Use the spam-split-group that
14461         spam-split prepares, no need to determine it every time.
14462
14463         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14464         to the nnheader-parse-naked-head call.
14465
14466         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14467
14468         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14469         the nnheader-nov-read-message-id call.
14470
14471 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14472
14473         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14474         gnus-activate-group twice.  Suggested by Markus Peter
14475         <warp@spin.de>.
14476
14477 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14478
14479         * gnus-art.el (gnus-article-time-format): Exchange the order of
14480         day and month in the default value; fix customization type.
14481         (article-date-ut): Use add-text-properties.
14482         (article-make-date-line): Use message-make-date instead of
14483         current-time-string.
14484
14485         * message.el (message-fetch-field): Don't use set-text-properties.
14486         (message-make-date): Simplify.
14487
14488         * messagexmas.el (message-xmas-make-date): New function.
14489         (message-xmas-redefine): Defalias message-make-date to it.
14490
14491 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14492
14493         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14494         (rfc2047-encode-region): Treat text within parentheses as special;
14495         show the original text when error has occurred.
14496
14497         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14498         already-computed method to gnus-activate-group.
14499
14500         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14501         same select-methods identical Lisp objects.
14502
14503         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14504         object when modifying the info.
14505
14506 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14507
14508         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14509         gnus-opened-servers since it has never been opened with the new
14510         configuration yet.
14511
14512 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14513
14514         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14515         arg to nnheader-generate-fake-message-id.
14516
14517 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14518
14519         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14520         number and build a fake message ID localized to a group and
14521         article number (so it's repeatable from that point on).
14522         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14523         ID format.
14524
14525         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14526         nnheader-generate-fake-message-id with the article number.
14527
14528 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14529
14530         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14531         end-of-buffer.
14532
14533 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14534
14535         * message.el (message-ignored-supersedes-headers): Add Approved.
14536
14537 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14538
14539         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14540         goto-char.
14541         (rfc2047-encode): Fold the line before encoding.
14542
14543 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14544
14545         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14546         folding -- not all headers can be folded, and this should be done
14547         by the message composition mode.  Probably.  I think.
14548
14549 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14550
14551         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14552         fast.
14553
14554         * gnus-ems.el (gnus-remove-image): Don't use
14555         message-text-with-property; remove only the image found first.
14556
14557         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14558         found first.
14559
14560 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14561
14562         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14563
14564 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14565
14566         * message.el (message-text-with-property): Make it fast and accept
14567         optional arguments.
14568         (message-strip-forbidden-properties): Use it.
14569         (message-fix-before-sending): Follow the m-t-w-p change.
14570
14571         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14572
14573 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14574
14575         * gnus-art.el (article-hide-headers): Don't change the buffer
14576         mistakenly when performing mml-preview even if
14577         gnus-single-article-buffer is nil.
14578
14579 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14580
14581         * message.el (message-expand-name-databases): New user option.
14582         (message-expand-name): Use it.
14583
14584 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14585
14586         * spam.el (spam-report-articles-resend)
14587         (spam-report-resend-register-routine): Allow ham reporting.
14588         (spam-report-resend-register-ham-routine): Add wrapper.
14589         (spam-registration-functions): Add ham resending functions.
14590         (spam-list-of-processors): Add ham resend processor.
14591
14592         * gnus.el (ham-resend-to): Add new group parameter.
14593         (spam-process): Add ham resend option.
14594
14595         * spam-report.el (spam-report-resend): Allow reporting ham.
14596         (spam-report-resend-ham): Add wrapper.
14597
14598 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14599
14600         * message.el (message-cite-articles-with-x-no-archive): New
14601         variable.
14602         (message-cite-original): Use it.
14603
14604 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14605
14606         * message.el (message-cite-original): Respect X-No-Archive.
14607
14608 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14609
14610         * gnus-art.el (article-hide-headers): Refer to the values for
14611         gnus-ignored-headers and gnus-visible-headers in the summary
14612         buffer since a user may have set them as group parameters.
14613
14614 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14615
14616         * assistant.el (assistant-node-name): Add convenience function.
14617         (assistant-render-text, assistant-render-node): Add error handling,
14618         plus handle multiple next nodes.
14619         (assistant-find-next-node): Comment out for now.
14620         (assistant-find-next-nodes): Add function, returns list of next
14621         nodes.
14622
14623 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14624
14625         * mail-source.el (mail-source-directory): Fix doc-string.
14626
14627 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14628
14629         * assistant.el (assistant-render-text, assistant-eval): Add :set
14630         widget type, which is different because it takes and returns a
14631         list.  Much hilarity ensues.
14632
14633 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14634
14635         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14636
14637         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14638         doc-string.
14639
14640         * gnus-start.el (gnus-activate-group): Added doc-string.
14641
14642 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14643
14644         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14645
14646 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14647
14648         * assistant.el (assistant-render-text): Try to add a :set
14649         widget, more to come.
14650
14651         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14652         strings.
14653         (spam-report-articles-resend)
14654         (spam-register-routine): Do registration iff any articles warrant
14655         it.
14656         (spam-summary-prepare-exit): Change log message for nil group
14657         destinations.
14658
14659 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14660
14661         * spam.el (spam-report-resend-register-routine): Allow
14662         spam-report-resend-to to be a group parameter or a global value.
14663
14664 2004-05-26  Simon Josefsson  <jas@extundo.com>
14665
14666         * starttls.el: Merge with my GNUTLS based starttls.el.
14667         (starttls-gnutls-program, starttls-use-gnutls)
14668         (starttls-extra-arguments, starttls-process-connection-type)
14669         (starttls-connect, starttls-failure, starttls-success): New
14670         variables.
14671         (starttls-program, starttls-extra-args): Doc fix.
14672         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14673         functions.
14674         (starttls-negotiate, starttls-open-stream): Check
14675         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14676         function if it is set.
14677
14678 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14679
14680         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14681         structured fields.
14682
14683 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14684
14685         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14686
14687 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14688
14689         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14690         variable.
14691         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14692         assigning the spam-mark to new messages.
14693
14694 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14695
14696         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14697
14698 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14699
14700         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14701
14702         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14703         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14704         default.
14705
14706 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14707
14708         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14709         correct data.
14710
14711 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14712
14713         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14714         (spam-group-processor-p): Fix function.
14715         (spam-group-processor-multiple-p)
14716         (spam-group-spam-processor-report-gmane-p)
14717         (spam-group-spam-processor-report-resend-p)
14718         (spam-group-spam-processor-bogofilter-p)
14719         (spam-group-spam-processor-blacklist-p)
14720         (spam-group-spam-processor-ifile-p)
14721         (spam-group-ham-processor-ifile-p)
14722         (spam-group-spam-processor-spamoracle-p)
14723         (spam-group-spam-processor-crm114-p)
14724         (spam-group-ham-processor-bogofilter-p)
14725         (spam-group-spam-processor-stat-p)
14726         (spam-group-ham-processor-stat-p)
14727         (spam-group-ham-processor-whitelist-p)
14728         (spam-group-ham-processor-BBDB-p)
14729         (spam-group-ham-processor-spamoracle-p)
14730         (spam-group-ham-processor-copy-p): Remove functions with some
14731         prejudice against unneeded code.
14732         (spam-report-articles-resend)
14733         (spam-report-resend-register-routine): Allow the group/topic
14734         spam-resend-to value to override spam-report-resend-to.
14735         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14736         properly now.
14737
14738         * gnus.el (spam-resend-to): Add group/topic parameter.
14739         (spam-process): Move the OBSOLETE processors to the end of the
14740         choices.
14741
14742 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14743
14744         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14745         with resend-to set to nil, and then ask the user if necessary.
14746         (spam-report-resend): spam-report-resend takes a list of articles, not
14747         separate article numbers.
14748
14749 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14750
14751         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14752         addition to emacs-w3m.
14753
14754 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14755
14756         * assistant.el (assistant-authinfo-data): New function.
14757         (assistant-eval): Eval for entire assistant.
14758
14759         * netrc.el (netrc-services-file): New variable.
14760         (netrc-parse-services): New function.
14761         (netrc-find-service-name): New function.
14762         (netrc-find-service-number): New function.
14763         (netrc-port-equal): New function.
14764         (netrc-machine): Use it.
14765
14766         * nnimap.el (nnimap-open-connection): Use netrc.
14767
14768         * gnus-util.el (gnus-netrc-get): Remove aliases.
14769
14770         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14771
14772         * assistant.el (wid-edit): Fix compilation.
14773
14774         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14775
14776 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14777
14778         * gnus-util.el (gnus-set-file-modes): New function.  (small
14779         patch).
14780
14781 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14782
14783         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14784
14785         * assistant.el (assistant-render-node): Fix up rendering and
14786         read-only text.
14787         (assistant-render-node): Reset.
14788         (assistant-make-read-only): Not sticky.
14789
14790 2004-05-20  Danny Siu  <dsiu@adobe.com>
14791
14792         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14793         centered even when gnus-auto-center-summary is t.
14794
14795 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14796
14797         * dns.el (dns-get-txt-answer): New function.
14798         (dns-read-txt): Ditto.
14799         (query-dns): Use it.
14800
14801 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14802
14803         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14804         active for foreign groups even if the group level is higher than
14805         the specified value.
14806
14807 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14808
14809         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14810         non-active groups.
14811
14812         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14813
14814 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14815
14816         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14817
14818 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14819
14820         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14821         (spam-crm114-header, spam-crm114-spam-switch)
14822         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14823         (spam-crm114-positive-spam-header)
14824         (spam-crm114-database-directory, spam-list-of-processors)
14825         (spam-group-spam-processor-crm114-p)
14826         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14827         (spam-generic-score, spam-list-of-checks)
14828         (spam-list-of-statistical-checks, spam-registration-functions)
14829         (spam-check-crm114-headers, spam-crm114-score)
14830         (spam-check-crm114, spam-crm114-register-with-crm114)
14831         (spam-crm114-register-spam-routine)
14832         (spam-crm114-unregister-spam-routine)
14833         (spam-crm114-register-ham-routine)
14834         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14835         asjo@koldfront.dk (Adam Sjøgren).
14836
14837         * gnus.el: Add spam-use-crm114.
14838
14839         * spam.el (spam-list-of-processors, spam-registration-functions):
14840         Add spam-use-resend.
14841         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14842         (spam-report-articles-gmane): Add doc fix.
14843         (spam-report-articles-resend, spam-report-resend-register-routine):
14844         Add wrappers around spam-report-resend-to.
14845
14846         * spam-report.el (spam-report-resend-to, spam-report-resend):
14847         Add support for resending spam.
14848         (spam-report-gmane): Fix line length >80.
14849
14850         * gnus.el (spam-process): Add spam-use-resend.
14851
14852 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14853
14854         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14855         number of processed spam messages.
14856         (spam-ham-copy-or-move-routine): Return the number of processed
14857         ham messages.
14858         (spam-summary-prepare-exit): Use the above values to decide
14859         whether status messages shouled be displayed.
14860
14861 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14862
14863         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14864         `rfc2047-encoding-function-alist' in order to avoid conflicting
14865         with the old version.
14866         (rfc2047-encode-region): Concatenate words containing non-ASCII
14867         characters in structured fields; don't encode space-delimited
14868         ASCII words even in unstructured fields; don't break words at
14869         char-category boundaries.
14870         (rfc2047-encode-1): New function.
14871         (rfc2047-encode): Use it; encode text so that it occupies the
14872         maximum width within 76-column; work correctly on Q encoding for
14873         iso-2022-* charsets.
14874         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14875         sure not to break a line just after the header name.
14876         (rfc2047-b-encode-region): Removed.
14877         (rfc2047-b-encode-string): New function.
14878         (rfc2047-q-encode-region): Removed.
14879         (rfc2047-q-encode-string): New function.
14880
14881         * mm-util.el (mm-replace-in-string): New function.
14882
14883 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14884
14885         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14886         get it right.
14887         (gnus-inews-make-draft): Really.
14888
14889 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14890
14891         * nnmh.el (nnmh-request-list-1): Don't check the link count
14892         before descending.  (small patch)
14893
14894 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14895
14896         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14897         stuff.
14898
14899         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14900         on real group name.
14901
14902         * gnus-art.el (gnus-signature-limit): Doc fix.
14903
14904         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14905
14906         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14907
14908 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14909
14910         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14911         isn't a string.
14912
14913 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14914
14915         * gnus-draft.el (gnus-draft-send): Bind
14916         rfc2047-encode-encoded-words.
14917
14918         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14919         (rfc2047-encodable-p): Say that =? needs encoding.
14920         (rfc2047-encode-encoded-words): New variable.
14921
14922         * gnus-group.el (gnus-group-select-group): Doc fix.
14923
14924         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14925
14926         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14927         to nil.
14928
14929         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14930
14931         * nnheader.el (nnheader-get-lines-and-char): New function.
14932
14933 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14934
14935         * gnus-msg.el (gnus-summary-followup-with-original): Document
14936         yanking of region when active.
14937
14938 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14939
14940         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14941         groups if the group level is higher than the specified value.
14942
14943 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14944
14945         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14946         (gnus-group-jump-to-group): Added prefix argument using
14947         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14948         non-active group.
14949
14950         * compface.el (uncompface): Be verbose when changing
14951         `uncompface-use-external'.
14952
14953         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14954         handle manual section.
14955
14956 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14957
14958         * gnus-art.el (gnus-button-alist): Revert previous change.
14959
14960 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14961
14962         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14963
14964 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14965
14966         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14967         whether backend can accept message.
14968
14969         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14970
14971 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14972
14973         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14974         Avoid creating directory when nntp-marks-is-evil is true.
14975         Reported by Reiner Steib.
14976
14977 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14978
14979         * gnus-picon.el (gnus-picon-style): New variable.
14980         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14981         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14982         Jesper Harder <harder@ifa.au.dk>.
14983
14984 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14985
14986         * message.el (message-fill-field): Return point.
14987         (message-generate-headers): Go to end of field.
14988
14989         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14990         stuff for non-living groups.
14991
14992 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14993
14994         * gnus-art.el (gnus-article-followup-with-original)
14995         (gnus-article-reply-with-original): gnus-mark-active-p ->
14996         gnus-region-active-p.
14997
14998 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14999
15000         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15001         only when there is spam or ham to be processed.
15002
15003 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15004
15005         * mail-source.el (mail-source-delete-crash-box): Refactor.
15006         (mail-source-fetch): Use it.
15007         (mail-source-fetch-file): Ditto.
15008         (mail-source-fetch-directory): Run postscript in loop.
15009         (mail-source-fetch-pop): Delete.
15010         (mail-source-fetch-maildir): Ditto.
15011         (mail-source-fetch-imap): Ditto.
15012
15013         * imap.el (imap-authenticators): Comment out sasl.
15014
15015         * message.el (message-skip-to-next-address): New function.
15016         (message-fill-header-address): Refactor.
15017         (message-fill-address): Use it.
15018         (message-delete-address): Use it.
15019         (message-fill-header-general): Refactor.
15020         (message-fill-field-address): Rename.
15021         (message-narrow-to-field): Find the start of the header.
15022         (message-header-format-alist): Don't pre-fill.
15023         (message-fill-header): Removed.
15024         (message-insert-header): New function.
15025         (message-shorten-references): Use it.
15026
15027         * rfc2047.el (rfc2047-field-value): Strip props.
15028
15029         * mail-parse.el (mail-header-make-address): New alias.
15030
15031         * ietf-drums.el (ietf-drums-make-address): New function.
15032
15033         * imap.el: Add compiler directives.
15034
15035         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15036
15037         * gnus-art.el (article-decode-idna-rhs): Don't use
15038         message-idna-inside-rhs-p.
15039
15040 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15041
15042         * message.el (message-idna-inside-rhs-p): Removed.
15043         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15044
15045         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15046         false positives.
15047
15048 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15049
15050         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15051
15052 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15053
15054         * nneething.el (nneething-file-name): Don't create spurious
15055         files.
15056
15057         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15058         (gnus-inews-do-gcc): Remove sleep.
15059
15060         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15061         part under point.
15062
15063         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15064         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15065
15066 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15067
15068         * spam.el (spam-summary-prepare-exit): Fixed (length).
15069
15070 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15071
15072         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15073         as expired without moving it" message when there are spam
15074         messages left.
15075
15076 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15077
15078         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15079         header is not nil.
15080
15081 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15082
15083         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15084         nntp-possibly-create-directory, not nntp-possibly-change-group.
15085         (nntp-marks-changed-p): New arg SERVER.
15086         (nntp-request-update-info): Adjust caller.
15087
15088 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15089
15090         * nntp.el (nntp-save-marks): Pass missing arg.
15091
15092 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15093
15094         * nntp.el: Support marks.
15095         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15096         (nntp-marks-modtime, nntp-marks-directory): New variables.
15097         (nntp-request-set-mark, nntp-request-update-info)
15098         (nntp-possibly-create-directory, nntp-marks-changed-p)
15099         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15100         functions.
15101
15102 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15103
15104         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15105         (gnus-xmas-redefine): Rename.
15106
15107         * gnus-score.el (gnus-score-insert-help): Use
15108         gnus-select-lowest-window.
15109
15110         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15111         appt-select-lowest-window and rename to gnus-select-lowest-window.
15112
15113         * gnus.el: do.
15114
15115 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15116
15117         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15118         encodings of MIME-encoded words, in order to improve
15119         interoperability with several broken MUAs.
15120
15121 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15122
15123         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15124         tags, only when charsets are not specified in headers.
15125         (mm-inline-text-html-render-with-w3m): Ditto.
15126
15127         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15128         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15129
15130 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15131
15132         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15133         instead of MIME-decoded from fields when checking
15134         `gnus-article-address-banner-alist'.
15135
15136 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15137
15138         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15139         description rather than subject.
15140
15141 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15142
15143         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15144
15145 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15146
15147         * gnus.el (gnus-version-number): Bump.
15148
15149 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15150
15151         * gnus.el: No Gnus v0.2 is released.
15152
15153 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15154
15155         * gnus-agent.el (gnus-agent-read-agentview): Inline
15156         gnus-uncompress-range.
15157
15158 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15159
15160         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15161         `exec-installed-p'.
15162
15163 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15164
15165         * gnus.el (spam-process, spam-autodetect-methods): Add
15166         bsfilter and bsfilter-headers.
15167
15168         * spam.el (spam-bsfilter): New customize group.
15169         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15170         (spam-bsfilter-header, spam-bsfilter-probability-header)
15171         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15172         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15173         (spam-bsfilter-database-directory): New options.
15174         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15175         (spam-list-of-statistical-checks, spam-registration-functions):
15176         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15177         (spam-bsfilter-score): New command.
15178         (spam-check-bsfilter-headers, spam-check-bsfilter)
15179         (spam-bsfilter-register-with-bsfilter)
15180         (spam-bsfilter-register-spam-routine)
15181         (spam-bsfilter-unregister-spam-routine)
15182         (spam-bsfilter-register-ham-routine)
15183         (spam-bsfilter-unregister-ham-routine): New functions.
15184         (spam-generic-score): Support bsfilter; Accept an optional argument
15185         to recalcurate spam score even if scoring header has already been
15186         added.
15187         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15188         optional argument to recalcurate spam score even if scoring header
15189         has already been added.
15190
15191 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15192
15193         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15194         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15195         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15196         link is missing.
15197
15198 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15199
15200         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15201         (html2text-get-attr): Rewrite.
15202
15203         * message.el (message-setup-1): Remove redundant put-text-property
15204         on mail-header-separator.
15205
15206 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15207
15208         * gnus-registry.el (gnus-registry-cache-whitespace)
15209         (gnus-registry-action, gnus-registry-spool-action)
15210         (gnus-registry-split-fancy-with-parent): Change message levels
15211         from 5 to 3 or 7, as needed.
15212
15213         * spam.el (spam-summary-prepare-exit)
15214         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15215         (spam-split, spam-find-spam, spam-log-undo-registration)
15216         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15217         level from 5 to 6.
15218
15219 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15220
15221         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15222         2004-03-04 change).
15223
15224 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15225
15226         * sieve-manage.el (sieve-manage-open):
15227         * nnweb.el (nnweb-insert-html):
15228         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15229         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15230         * nnspool.el (nnspool-request-group):
15231         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15232         * nnml.el (nnml-request-update-info):
15233         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15234         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15235         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15236         (nnimap-request-set-mark):
15237         * nnfolder.el (nnfolder-request-update-info):
15238         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15239         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15240         * gnus-uu.el (gnus-uu-find-articles-matching):
15241         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15242         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15243         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15244         * gnus-nocem.el (gnus-nocem-scan-groups):
15245         * gnus-int.el (gnus-start-news-server):
15246         * gnus-group.el (gnus-group-make-kiboze-group)
15247         (gnus-group-browse-foreign-server):
15248         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15249         Use mapc when appropriate.
15250
15251 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15252
15253         FIXME: Make separate entries for each person.
15254
15255         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15256         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15257         <shields@msrl.com>:
15258
15259         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15260         may need for spam sorting and scoring.
15261         (spam-user-format-function-S): Add user format function suitable for
15262         general use.
15263         (spam-article-sort-by-spam-status): Add sorting function for summary
15264         sorting.
15265         (spam-extra-header-to-number): Add function to get a score from a
15266         header.
15267         (spam-summary-score): Add function to get a numeric score from the
15268         headers.
15269         (spam-generic-score): Fix function doc, was in wrong place.
15270         (spam-initialize): Take symbols when it's run, and install the
15271         extra headers that spam-necessary-extra-headers thinks we need.
15272
15273 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15274
15275         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15276         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15277
15278 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15279
15280         * gnus-sum.el (gnus-set-global-variables)
15281         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15282         (gnus-article-get-xrefs, gnus-summary-best-group)
15283         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15284         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15285         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15286         Use with-current-buffer.
15287
15288 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15289
15290         * spam.el (spam-summary-prepare-exit): Simplify logic.
15291         (spam-fetch-article-header): Read the article header if it's not
15292         available.
15293         (spam-list-articles): Simplify logic.
15294         (spam-filelist-register-routine): Fix bug with unregister-list.
15295
15296         * gnus-registry.el: Fix comments at beginning.
15297
15298 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15299
15300         * message.el (message-cater-to-broken-inn): Remove.
15301         (message-shorten-references): Make sure the total folded length of
15302         References is shorter than 998 characters to cater to a bug in INN
15303         2.3.  Also, don't pretend that references aren't folded -- this
15304         hasn't worked for a while.
15305
15306 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15307
15308         * gnus-agent.el (gnus-agentize):
15309         gnus-agent-send-mail-real-function no longer set to current value
15310         of message-send-mail-function but rather a lambda that calls
15311         message-send-mail-function.  The change makes the agent real-time
15312         responsive to user changes to message-send-mail-function.
15313
15314 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15315
15316         * legacy-gnus-agent.el
15317         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15318         help from Florian Weimer <fw@deneb.enyo.de>
15319
15320 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15321
15322         * nnmail.el (nnmail-cache-insert): Revert last change.
15323
15324 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15325
15326         * nnmail.el (nnmail-cache-insert): Always check whether
15327         nnmail-cache-ignore-groups matches a group name.
15328
15329 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15330
15331         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15332         (spam-find-spam, spam-log-processing-to-registry)
15333         (spam-log-registered-p, spam-log-unregistration-needed-p)
15334         (spam-log-undo-registration): Use gnus-message instead of
15335         gnus-error, none of these errors are fatal.
15336
15337         * gnus-registry.el (gnus-registry-clean-empty-function)
15338         (gnus-registry-clean-empty): Remove only empty entries without
15339         extra data.
15340
15341 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15342
15343         * spam-stat.el (spam-stat-buffer-change-to-spam)
15344         (spam-stat-buffer-change-to-non-spam): Change (error) to
15345         (gnus-message 8) invocation.
15346
15347 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15348
15349         * nntp.el (nntp-via-netcat-command): New variable.
15350         (nntp-via-netcat-switches): New variable.
15351         (nntp-open-via-rlogin-and-netcat): New function.
15352         (nntp-open-connection-function): Doc fix.
15353         (nntp-telnet-command): Doc fix.
15354         (nntp-end-of-line): Doc fix.
15355         (nntp-via-rlogin-command): Doc fix.
15356         (nntp-via-user-name): Doc fix.
15357         (nntp-via-address): Doc fix.
15358
15359 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15360
15361         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15362         error in Emacs 21.1.
15363
15364 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15365
15366         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15367
15368 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15369
15370         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15371         (gnus-agent-with-refreshed-group): New macro.
15372         (gnus-agent-rename-group): New function.
15373         (gnus-agent-delete-group): New function.
15374         (gnus-agent-save-group-info): Use gnus-command-method when
15375         `method' parameter is nil.  Don't write nil entries into the
15376         active file.
15377         (gnus-agent-get-group-info): New function.
15378         (gnus-agent-fetch-articles): Use
15379         gnus-agent-update-files-total-fetched-for to increment disk space
15380         used.
15381         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15382         gnus-agent-update-view-total-fetched-for to increment disk space
15383         used.
15384         (gnus-agent-get-local): Added optional parameters to avoid calling
15385         gnus-group-real-name and gnus-find-method-for-group.
15386         (gnus-agent-set-local): Delete stored entry if either min, or max,
15387         are nil.
15388         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15389         quit, use gnus-agent-regenerate-group to record existance of any
15390         articles fetched to disk before the quit occurred.
15391         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15392         gnus-agent-update-view-total-fetched-for, and
15393         gnus-agent-update-files-total-fetched-for to decrement disk space
15394         used.
15395         (gnus-agent-retrieve-headers): Use
15396         gnus-agent-update-view-total-fetched-for to increment disk space
15397         used.
15398         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15399         with gnus-agent-update-files-total-fetched-for to decrement disk
15400         space and fresh group buffer.
15401         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15402         (gnus-agent-need-update-total-fetched-for): New variable.
15403         (gnus-agent-update-files-total-fetched-for): New function.
15404         (gnus-agent-update-view-total-fetched-for): New function.
15405         (gnus-agent-total-fetched-for): New function.
15406
15407         * gnus-cache.el (gnus-cache-save-buffers): Use
15408         gnus-cache-update-overview-total-fetched-for to change disk space
15409         used by this group.
15410         (gnus-cache-possibly-enter-article): Use
15411         gnus-cache-update-file-total-fetched-for to increment disk space
15412         used by this group.
15413         (gnus-cache-possibly-remove-article): Use
15414         gnus-cache-update-file-total-fetched-for to decrement disk space
15415         used by this group.
15416         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15417         (gnus-cache-rename-group): New function.
15418         (gnus-cache-delete-group): New function.
15419         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15420         (gnus-cache-need-update-total-fetched-for): New variable.
15421         (gnus-cache-with-refreshed-group): New macro.
15422         (gnus-cache-update-file-total-fetched-for): New function.
15423         (gnus-cache-update-overview-total-fetched-for): New function.
15424         (gnus-cache-rename-group-total-fetched-for): New function.
15425         (gnus-cache-delete-group-total-fetched-for): New function.
15426         (gnus-cache-total-fetched-for): New function.
15427
15428         * gnus-group.el: Require gnus-sum and autoload functions to
15429         resolve warnings when gnus-group.el compiled alone.
15430         (gnus-group-line-format): Documented new %F.
15431         (size of Fetched data) group line format; identifies disk space
15432         used by agent and cache.
15433         (gnus-group-line-format-alist): Defined new F format.
15434         (gnus-total-fetched-for): New function.
15435         (gnus-group-delete-group): No longer update
15436         gnus-cache-active-altered as gnus-request-delete-group now keeps
15437         the cache in sync.
15438         (gnus-group-list-active): Let the agent store a server's active
15439         list if currently plugged.
15440
15441         * gnus-int.el (gnus-request-delete-group):
15442         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15443         local disk in sync with the server.
15444         (gnus-request-rename-group):
15445         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15446         local disk in sync with the server.
15447
15448         * gnus-start.el (gnus-get-unread-articles):
15449         Cosmetic simplification to logic.
15450
15451         * gnus-util.el (gnus-rename-file): New function.
15452
15453 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15454
15455         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15456
15457 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15458
15459         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15460         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15461
15462 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15463
15464         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15465         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15466
15467 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15468
15469         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15470
15471 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15472
15473         * spam.el (spam-set-difference): Add function to replace
15474         gnus-set-difference in spam.el.
15475         (spam-summary-prepare-exit): Use spam-set-difference.
15476
15477 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15478
15479         * gnus-registry.el (gnus-registry-cache-file): Update to use
15480         gnus-dribble-directory OR gnus-home-directory OR ~.
15481         (gnus-registry-split-fancy-with-parent): Fix doc.
15482
15483 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15484
15485         * message.el (message-exchange-point-and-mark): Use
15486         message-mark-active-p.  Suggested by Jesper Harder
15487         <harder@ifa.au.dk>.
15488
15489 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15490
15491         * message.el (message-exchange-point-and-mark): Don't activate
15492         region if it was inactive.  Suggested by Hiroshi Fujishima
15493         <pooh@nature.tsukuba.ac.jp>.
15494
15495 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15496
15497         * gnus-art.el (article-display-face): Display Faces in the same
15498         order as X-Faces.
15499
15500 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15501
15502         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15503
15504 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15505
15506         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15507         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15508         (gnus-article-mime-hierarchy): Remove.
15509         (gnus-article-mime-hierarchy-next): Remove.
15510         (gnus-article-mode): Revert 2004-03-19 change.
15511         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15512         (gnus-insert-mime-button): Revert 2004-03-19 change.
15513         (gnus-mime-accumulate-hierarchy): Remove.
15514         (gnus-mime-enter-multipart): Remove.
15515         (gnus-mime-leave-multipart): Remove.
15516         (gnus-mime-display-part): Revert 2004-03-19 change.
15517         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15518
15519         * mml.el (mml-preview): Revert 2004-03-19 change.
15520
15521 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15522
15523         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15524
15525 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15526
15527         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15528         t while entering a file name using the mm-with-multibyte macro.
15529         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15530
15531         * mm-util.el (mm-with-multibyte): New macro.
15532
15533 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15534
15535         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15536         user option.
15537         (gnus-mime-multipart-functions): Doc and customization fix.
15538         (gnus-article-mime-hierarchy): New variable.
15539         (gnus-article-mime-hierarchy-next): New variable.
15540         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15541         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15542         gnus-article-mime-hierarchy-next to nil.
15543         (gnus-insert-mime-button): Show hierarchy numbers.
15544         (gnus-mime-accumulate-hierarchy): New function.
15545         (gnus-mime-enter-multipart): New function.
15546         (gnus-mime-leave-multipart): New function.
15547         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15548         (gnus-mime-display-alternative): Show hierarchy numbers.
15549
15550         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15551         gnus-article-mime-hierarchy-next to nil.
15552
15553 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15554
15555         * dns.el: Don't require gnus-xmas.
15556
15557 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15558
15559         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15560         inline PGP.
15561         (mml-menu): Disable mml-quote-region if mark is inactive.
15562
15563 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15564
15565         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15566         when the group's active is not available.
15567
15568 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15569
15570         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15571         error.
15572
15573 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15574
15575         * imap.el (imap-store-password): New variable.
15576         (imap-interactive-login): Use it.
15577         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15578
15579 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15580
15581         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15582         window-start and hscroll to summary window.
15583
15584 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15585
15586         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15587         conversion message to newsrc-dribble when an actual conversion is
15588         performed.
15589
15590 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15591
15592         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15593
15594 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15595
15596         * mm-decode.el (mm-complicated-handles): New function reviving
15597         former definition of mm-multiple-handles.
15598
15599         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15600         (gnus-mime-delete-part): Use it.
15601
15602 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15603
15604         * gnus-agent.el (gnus-agent-read-local): Bind
15605         nnheader-file-coding-system to gnus-agent-file-coding-system to
15606         avoid the implicit assumption that they will always be equal.
15607         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15608         coding-system-for-write, as the with-temp-file macro first prints
15609         to a buffer then saves the buffer.
15610
15611 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15612
15613         * gnus-art.el (gnus-article-edit-part): New function.
15614         (gnus-mime-save-part-and-strip): Use it; do query instead of
15615         signaling an error; don't use mm-multiple-handles.
15616         (gnus-mime-delete-part): Ditto.
15617
15618 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15619
15620         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15621         old file versions.
15622         (gnus-group-prepare-hook): Removed function that converted list
15623         form of gnus-agent-expire-days to group properties.
15624
15625         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15626         (gnus-request-accept-article): Re-indented.
15627
15628         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15629         converters to handle old agent file formats.  Added logic for a
15630         "backup before upgrading warning".
15631         (gnus-convert-mark-converter-prompt): Developers can mark
15632         functions as needing (default), or not needing,
15633         gnus-convert-old-newsrc's "backup before upgrading warning".
15634         (gnus-convert-converter-needs-prompt): Tests whether the user
15635         should be protected from potentially irreversable changes by the
15636         function.
15637
15638         * legacy-gnus-agent.el: New.  Provides converters that are only
15639         loaded when gnus-convert-old-newsrc needs to call them.
15640
15641 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15642
15643         * mail-source.el (mail-source-touch-pop): Doc fix.
15644
15645         * message.el (message-smtpmail-send-it): Doc fix.
15646
15647 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15648
15649         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15650
15651         * nnmail.el (nnmail-split-fancy): do.
15652
15653         * gnus-kill.el (gnus-kill, gnus-execute): do.
15654
15655 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15656
15657         * gnus-sum.el (gnus-widget-reversible-match)
15658         (gnus-widget-reversible-to-internal)
15659         (gnus-widget-reversible-to-external): New functions.
15660         (gnus-widget-reversible): New widget.
15661         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15662
15663 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15664
15665         * gnus-sum.el (gnus-thread-sort-functions)
15666         (gnus-article-sort-functions): Document `(not F)' items.
15667
15668 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15669
15670         * spam.el (spam-use-gmane-xref): Add new backend.
15671         (spam-gmane-xref-spam-group): Add variable to control the name of the
15672         Gmane spam group.
15673         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15674         (spam-regex-headers-spam, spam-regex-headers-ham)
15675         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15676         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15677         backends and checks.
15678         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15679
15680         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15681         an autodetect method.
15682
15683 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15684
15685         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15686         articles are being added to a group.
15687         (gnus-request-replace-article): Inform the agent that articles
15688         need to be uncached as the cached contents are no longer valid.
15689
15690 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15691
15692         * binhex.el: Don't autoload executable-find.
15693
15694         * canlock.el: Don't autoload mail-fetch-field.
15695
15696         * dgnushack.el: Autoload c-mode for XEmacs.
15697
15698         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15699
15700         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15701         rmail-dont-reply-to and rmail-output.
15702
15703         * gnus-score.el: Don't autoload ffap-string-at-point.
15704
15705         * gnus-setup.el: Don't autoload sc-cite-original.
15706
15707         * imap.el: Don't autoload base64-decode-string,
15708         base64-encode-string and md5.
15709
15710         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15711         and rmail-msg-restore-non-pruned-header.
15712
15713         * mm-decode.el: Don't autoload executable-find.
15714
15715         * mm-url.el: Don't autoload executable-find.
15716
15717         * mm-view.el: Don't autoload diff-mode.
15718
15719         * nndb.el: Don't autoload news-reply-mode, news-setup,
15720         cancel-timer and telnet.
15721
15722         * password.el: Don't autoload run-at-time for Emacs.
15723
15724         * sha1-el.el: Don't autoload executable-find.
15725
15726         * sieve-mode.el: Don't autoload c-mode.
15727
15728         * uudecode.el: Don't autoload executable-find.
15729
15730 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15731
15732         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15733         (gnus-agent-possibly-alter-active): Avoid null in numeric
15734         comparison.
15735         (gnus-agent-set-local): Refuse to save null in local object table.
15736         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15737         list of articles that will be marked as unread.
15738
15739 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15740
15741         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15742
15743 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15744
15745         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15746         language tags.
15747
15748 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15749
15750         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15751         Don't bind "obarray".
15752
15753         * gnus-sum.el (gnus-thread-sort-functions): Added
15754         `gnus-thread-sort-by-most-recent-number' and
15755         `gnus-thread-sort-by-most-recent-date'.
15756         Reported by Kai Grossjohann <kai@emptydomain.de>.
15757
15758 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15759
15760         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15761
15762 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15763
15764         * gnus-cus.el (gnus-agent-customize-category): Removed
15765         ignore-errors macro reference that required cl to be loaded at
15766         run-time.
15767
15768         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15769         single-interval range of the form (min . max).  Previously the
15770         range had to look like ((min . max)).  Likewise, return
15771         (min . max) rather than ((min . max)).
15772         (gnus-range-map): Use gnus-range-normalize to accept
15773         single-interval range.
15774
15775         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15776         the cache, but not the agent, now appear with their usual face.
15777
15778         * dgnushack.el (loaddir): New variable that is bound to the
15779         directory containing the dgnushack.el file. Use loaddir, rather
15780         than srcdir, to update load-path. Change lets dgnushack compile
15781         code in directories other than GNUS/lisp.
15782
15783 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15784
15785         * lpath.el: Don't bind w3m-safe-url-regexp.
15786
15787         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15788         w3m-safe-url-regexp variable buffer-local.
15789
15790         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15791
15792 2004-02-27  Simon Josefsson  <jas@extundo.com>
15793
15794         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15795         gnus-group-real-prefix.
15796         (gnus-summary-move-article): Use it, instead of
15797         gnus-group-real-prefix.
15798
15799 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15800
15801         * lpath.el: Bind w3m-safe-url-regexp.
15802
15803         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15804         w3m-safe-url-regexp variable buffer-local and set it as the value
15805         of mm-w3m-safe-url-regexp.
15806
15807         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15808
15809         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15810         parsing gnus-posting-styles when the message is not for replying.
15811
15812         * dgnushack.el: Autoload sgml-mode for XEmacs.
15813
15814         * nnrss.el (nnrss-opml-export): Use
15815         mm-set-buffer-file-coding-system instead of
15816         set-buffer-file-coding-system.
15817
15818 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15819
15820         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15821         of checkdoc.el).
15822         * nnrss.el: do.
15823         * gnus-mlspl.el: do.
15824         * gnus-ml.el: do.
15825         * gnus-srvr.el: do.
15826
15827         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15828
15829 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15830
15831         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15832         Corrections to custom-manual links.
15833
15834         * gnus-art.el (gnus-article): Ditto.
15835
15836         * mm-decode.el (mime-display, mime-security): Ditto.
15837
15838 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15839
15840         * flow-fill.el: Typo.
15841
15842 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15843
15844         * spam-wash.el: New file.
15845
15846 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15847
15848         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15849
15850 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15851
15852         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15853         to be run with new-articles as LIST1, not LIST2.
15854         (spam-registration-functions): Add spam-use-ham-copy as a nil
15855         registration backend.
15856
15857 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15858
15859         * spam-stat.el (spam-stat-washing-hook): New option.
15860         (spam-stat-buffer-words): Use it.
15861         (spam-stat-process-directory, spam-stat-test-directory): Use
15862         insert-file-contents-literally.
15863         (spam-stat-coding-system): New variable.
15864         (spam-stat-load, spam-stat-save): Use it.
15865
15866 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15867
15868         * spam-report.el (spam-report-plug-agent): Quote
15869         spam-report-url-to-file and spam-report-url-ping-plain.
15870
15871 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15872
15873         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15874         / in mailto URLs.
15875
15876 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15877
15878         * spam-report.el (spam-report-process-queue): Fix interactive use.
15879         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15880         (spam-report-unplug-agent): Doc fixes.
15881         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15882         (spam-report-agentize, spam-report-deagentize): Autoload.
15883
15884 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15885
15886         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15887
15888         * message.el (message-setup-fill-variables): Add mml tags to
15889         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15890         <ajk@iu.edu>.
15891         (message-mode): Don't modify paragraph-separate there.
15892
15893 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15894
15895         * compface.el (uncompface-use-external): Default to undecided.
15896         (uncompface-use-external-threshold): New variable.
15897         (uncompface-float-time): New macro.
15898         (uncompface): Determine whether to use the external decoder if
15899         uncompface-use-external is undecided.
15900
15901 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15902
15903         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15904         after images.
15905
15906         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15907
15908 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15909
15910         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15911
15912         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15913
15914         * gnus-sum.el (gnus-summary-limit-to-age)
15915         (gnus-summary-limit-children): do.
15916
15917         * gnus-int.el (gnus-request-scan): do.
15918
15919         * gnus-group.el (gnus-group-suspend): do.
15920
15921         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15922
15923         * gnus-cite.el (gnus-cite-parse-attributions): do.
15924
15925         * gnus-agent.el (gnus-summary-set-agent-mark)
15926         (gnus-agent-regenerate-group): do.
15927
15928         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15929
15930         * binhex.el (binhex-decode-region-internal): do.
15931
15932 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15933
15934         * gnus-fun.el (gnus-face-properties-alist): New user option.
15935         (gnus-display-x-face-in-from): Use it.
15936
15937         * gnus-art.el (article-display-face): Ditto.
15938
15939         * compface.el (uncompface-use-external): Default to nil.
15940
15941 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15942
15943         * nntp.el (nntp-erase-buffer): New function.
15944         (nntp-retrieve-data, nntp-send-command)
15945         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15946         (nntp-possibly-change-group): Use it.
15947
15948         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15949         with-current-buffer.
15950
15951 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15952
15953         * compface.el: Merge the ELisp-based uncompface program.
15954         (compface): New customization group.
15955         (uncompface-use-external): New user option.
15956         (uncompface): Call uncompface-internal if uncompface-use-external
15957         is nil.
15958         (uncompface-internal): New function.  Note that there are also
15959         some other functions and variables added for this function.
15960
15961 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15962
15963         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15964         if necessary.
15965
15966 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15967
15968         * spam-report.el (spam-report-unplug-agent)
15969         (spam-report-plug-agent, spam-report-deagentize)
15970         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15971         Add support for the Agent in spam-report: when unplugged, report to a
15972         file; when plugged, submit all the requests.
15973
15974         * spam.el (spam-register-routine): Fix message about
15975         registration.
15976
15977 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15978
15979         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15980         dependencies.
15981         (rfc2047-encode): Use it.
15982
15983         * gnus-art.el (gnus-button-marker-list): Move before first
15984         reference.
15985
15986         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15987         (imap-parse-body): Fix format string mismatch.
15988
15989         * gnus-score.el (gnus-summary-increase-score): do.
15990
15991         * nnrss.el (nnrss-close): New function.
15992
15993 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15994
15995         * nnrss.el (nnrss-make-filename): New function.
15996         (nnrss-request-delete-group, nnrss-read-server-data)
15997         (nnrss-save-server-data, nnrss-read-group-data)
15998         (nnrss-save-group-data): Use it.
15999         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16000         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16001         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16002
16003 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16004
16005         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16006
16007 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16008
16009         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16010         files.
16011
16012         * message.el (message-generate-headers-first): Don't quote nil
16013         and t in docstrings.
16014
16015         * imap.el (imap-id): do.
16016
16017         * gnus-agent.el (gnus-agent-consider-all-articles)
16018         (gnus-agent-queue-mail): do.
16019
16020 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16021
16022         * spam-report.el (spam-report-process-queue): New function.
16023         Process requests from `spam-report-requests-file'.
16024         (spam-report-process-queue): Doc fix.
16025
16026 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16027
16028         * spam.el (spam-register-routine)
16029         (spam-log-processing-to-registry, spam-log-registered-p)
16030         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16031         Change "check" to "spam-check" for semi-clarity.
16032
16033 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16034
16035         * pop3.el: Require nnheader.
16036
16037         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16038
16039         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16040
16041         * gnus-picon.el: Require cl.
16042
16043         * gnus-fun.el: Require gnus-ems and gnus-util.
16044
16045         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16046
16047         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16048
16049         * gnus-art.el (gnus-article-edit-mode): Define before first
16050         reference.
16051
16052 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16053
16054         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16055         (gnus-uu-post-encoded): Use point-at-bol.
16056
16057         * gnus-topic.el (gnus-group-active-topic-p): do.
16058
16059         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16060
16061         * gnus-group.el (gnus-group-kill-region): do.
16062
16063         * gnus-art.el (article-date-ut): do.
16064
16065         * message.el (message-fetch-field): Remove redundant
16066         case-fold-search binding.
16067         (message-narrow-to-field): Simplify.
16068
16069 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16070
16071         * spam.el (spam-directory): Derive from `gnus-directory'.
16072
16073         * spam-report.el (spam-report-url-to-file)
16074         (spam-report-requests-file): New function and variable for offline
16075         reporting.
16076         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16077         and user defined function.
16078         (spam-report-url-ping-mm-url): Remove doubled slash.
16079
16080 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16081
16082         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16083
16084 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16085
16086         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16087         format string mismatch.
16088
16089         * sieve.el (sieve-deactivate-all): do.
16090
16091         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16092
16093         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16094
16095         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16096
16097         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16098
16099 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16100
16101         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16102         the list of checks.
16103
16104 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16105
16106         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16107         padding.
16108
16109 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16110
16111         * mm-view.el (mm-fill-flowed): New variable.
16112         (mm-inline-text): Use it.
16113
16114 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16115
16116         * spam.el (spam-spamassassin-register-ham-routine)
16117         (spam-spamassassin-register-spam-routine): Fix function names.
16118
16119 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16120
16121         * gnus.el (gnus-tmp-grouplens): Remove.
16122         (gnus-summary-line-format): Remove grouplens.
16123
16124         * gnus-group.el (gnus-group-line-format): Ditto.
16125
16126         * gnus-spec.el (gnus-format-specs): Ditto.
16127         (gnus-update-format-specifications): Flush the group format spec
16128         cache if there's the grouplens stuff.
16129         (gnus-parse-simple-format): Replace %l with the empty string.
16130
16131 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16132
16133         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16134         omission.
16135
16136 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16137
16138         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16139         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16140
16141 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16142
16143         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16144         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16145         New macros and functions.
16146         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16147         Handle > NLINK_MAX messages.
16148         * nnmaildir.el (nnmaildir-request-set-mark): Use
16149         nnmaildir--emlink-p and nnmaildir--eexist-p.
16150
16151 2004-01-25  Alex Schroeder  <alex@gnu.org>
16152
16153         * spam-stat.el (spam-stat-process-directory-age): New option.
16154         (spam-stat-process-directory): Use it.
16155
16156 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16157
16158         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16159         (spam-stat-save): Accept prefix argument.
16160
16161 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16162
16163         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16164         links" error.
16165
16166 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16167
16168         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16169         the rest of the and/or forms.
16170
16171 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16172
16173         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16174         compatibility with old .newsrc.eld files.
16175
16176         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16177
16178         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16179
16180         * gnus-start.el (gnus-1): do.
16181
16182         * gnus-group.el (gnus-group-line-format-alist): do.
16183
16184         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16185
16186         * gnus-gl.el: Remove.
16187
16188 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16189
16190         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16191         marks consisting of a single range {for example, (3 . 5)} rather
16192         than a list of a single range { ((3 . 5)) }.
16193
16194 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16195
16196         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16197         with-current-buffer.
16198         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16199         avoid consing a string.
16200
16201         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16202         Remove obsolete entries for big5 and gb2312.
16203
16204 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16205
16206         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16207         uncompressed list.
16208
16209 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16210
16211         * spam-stat.el (spam-stat-strip-xref): New function.
16212         (spam-stat-process-directory): Use it.
16213
16214         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16215         here -- it's done in message-fetch-field.
16216
16217 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16218
16219         * gnus-agent.el (gnus-agent-queue-mail)
16220         (gnus-agent-prompt-send-queue): New variables.
16221         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16222         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16223         "nndraft:queue" along to gnus-draft-send.  Use
16224         gnus-agent-prompt-send-queue.
16225         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16226         is "nndraft:queue".  Suggested by Gaute Strokkenes
16227         <gs234@srcf.ucam.org>
16228
16229         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16230         (agent-enable-undownloaded-faces): Added.
16231         (gnus-agent-cat-groups): Use eval-and-compile, not
16232         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16233         method of gnus-agent-cat-groups even when the buffer has been
16234         evaled.
16235         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16236         delete gnus-agent-save-active-1.
16237         (gnus-agent-save-groups): Deleted.  Identical to
16238         gnus-agent-save-active.
16239         (gnus-agent-write-active): No longer adjust agent's copy of active
16240         file as agent's adjustments are now stored in their own
16241         file.  Removed optional parameter.
16242         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16243         servers.  Add use of min/max range limits from server's local
16244         file.
16245         (gnus-agent-save-alist): Removed unused optional argument.
16246         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16247         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16248         (gnus-agent-set-local): A per-server file that keeps min/max range
16249         limits for articles known to the agent.  Provides a fast mechanism
16250         for altering many active ranges.
16251         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16252         active file (local makes it unnecessary).
16253         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16254
16255         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16256         (agent-enable-undownloaded-faces): Added.
16257
16258         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16259         disable it when sending to "nndraft:queue".
16260         (gnus-group-send-queue): Add safety check to avoid sending queue
16261         when unplugged.
16262
16263         * gnus-group.el (gnus-group-catchup): Use new
16264         gnus-sequence-of-unread-articles, not
16265         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16266         numbers of articles.  Use gnus-range-map to avoid having to
16267         uncompress the unread list.
16268         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16269         Fixed invalid ange-ftp reference.
16270
16271         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16272         (gnus-sorted-range-intersection): Intersection of two ranges
16273         without requiring that they first be uncompressed.
16274
16275         * gnus-start.el (gnus-activate-group): Unless blocked by the
16276         caller, possibly expand the active range to include both cached
16277         and agentized articles.
16278         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16279         multiple version-dependent converters.
16280         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16281         gnus-agent-save-active.
16282         (gnus-save-newsrc-file): Save dirty agent range limits.
16283
16284         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16285         gnus-agent-possibly-alter-active.
16286         (gnus-adjust-marked-articles): Faster handling of simple lists.
16287
16288 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16289
16290         * spam-stat.el (spam-stat-test-directory): New optional argument
16291         displays a list of files detected.  Suggested by Andrew Cohen
16292         <cohen@andy.bu.edu>.
16293         (spam-stat-buffer-words-with-scores): Don't narrow and change
16294         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16295
16296 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16297
16298         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16299         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16300         (spam-spamassassin-arguments)
16301         (spam-spamassassin-spam-flag-header)
16302         (spam-spamassassin-positive-spam-flag-header)
16303         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16304         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16305         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16306         (spam-list-of-processors, spam-list-of-checks)
16307         (spam-list-of-statistical-checks, spam-registration-functions)
16308         (spam-check-spamassassin-headers, spam-check-spamassassin)
16309         (spam-spamassassin-score)
16310         (spam-spamassassin-register-with-sa-learn)
16311         (spam-spamassassin-register-spam-routine)
16312         (spam-spamassassin-register-ham-routine)
16313         (spam-assassin-register-spam-routine)
16314         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16315         (spam-bogofilter-score): Fix to show article before scoring.
16316
16317 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16318
16319         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16320         default scoring function.
16321         (spam-generic-score): Call spam-spamassassin-score if
16322         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16323         spam-bogofilter-score otherwise.
16324
16325         * gnus.el (spam-process, spam-autodetect-methods): Add
16326         spamassassin and spamassassin-headers.
16327
16328 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16329
16330         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16331         Suppress unnecessary messages.
16332
16333 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16334
16335         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16336         make-hash-table.
16337
16338 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16339
16340         * canlock.el (base64-encode-string): Don't autoload it.
16341
16342 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16343
16344         * run-at-time.el: Remove useless (require 'itimer),
16345         eval-and-compile and (featurep 'xemacs).
16346
16347 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16348
16349         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16350         GROUP is a virtual group.
16351
16352 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16353
16354         * gnus.el: Autoload `message-y-or-n-p'.
16355
16356 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16357
16358         * pgg-parse.el: Remove unnecessary (require 'custom).
16359
16360         * pgg-def.el: do.
16361
16362         * nnmail.el: do.
16363
16364         * gnus-undo.el: do.
16365
16366         * gnus-picon.el: do.
16367
16368         * gnus-util.el: do.
16369
16370 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16371
16372         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16373
16374 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16375
16376         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16377         handle, as well as a list.
16378
16379         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16380         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16381         (mm-w3m-cid-retrieve): Simplify.
16382
16383 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16384
16385         * message.el (message-kill-to-signature): Allow prefix arg to
16386         specify number of lines to keep before signature.
16387
16388 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16389
16390         * message.el (message-kill-to-signature): Change docstring.
16391
16392 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16393
16394         * canlock.el: Always require sha1-el.
16395         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16396
16397         * message.el: Autoload sha1 only when compiling.
16398
16399         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16400         eudc-expand-inline for XEmacs.
16401
16402 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16403
16404         * message.el (message-canlock-generate): Require sha1-el.
16405
16406 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16407
16408         * message.el (message-expand-name): Silence the byte compiler.
16409
16410         * lpath.el: Add detect-coding-system.
16411
16412         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16413         cus-edit.
16414
16415 2004-01-13  Simon Josefsson  <jas@extundo.com>
16416
16417         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16418         Invoke gnus-score-mode.  Reported by
16419         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16420
16421         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16422         Jim Blandy <jimb@redhat.com> (tiny change).
16423
16424 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16425
16426         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16427
16428 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16429
16430         * spam.el (spam-get-article-as-string): Update to use
16431         gnus-request-article-this-buffer, much simpler.
16432         (spam-get-article-as-buffer): Remove.
16433
16434 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16435
16436         * message.el (message-expand-name): Use EUDC if the user uses that.
16437
16438 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16439
16440         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16441         character for the encoding to avoid consing a string.
16442
16443         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16444         unnecessarily.
16445
16446         * mm-util.el (mm-replace-chars-in-string): Remove.
16447
16448         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16449         of mm-replace-chars-in-string.
16450
16451 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16452
16453         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16454
16455         * mm-util.el (mm-subst-char-in-string): Support inplace.
16456
16457         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16458         a new string in every iteration.  Use shy groups.
16459
16460 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16461
16462         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16463         * gnus-soup.el (gnus-soup-group-brew):
16464         * gnus-msg.el (gnus-put-message):
16465         * gnus-move.el (gnus-group-move-group-to-server):
16466         * gnus-kill.el (gnus-batch-score):
16467         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16468         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16469         (gnus-group-update-group, gnus-group-read-group)
16470         (gnus-group-make-group, gnus-group-make-help-group)
16471         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16472         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16473         (gnus-group-sort-by-unread, gnus-group-catchup)
16474         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16475         (gnus-group-yank-group, gnus-group-set-info)
16476         (gnus-group-list-groups):
16477         * gnus.el (gnus-generate-new-group-name):
16478         * gnus-delay.el (gnus-delay-send-queue):
16479         * nnvirtual.el (nnvirtual-catchup-group):
16480         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16481         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16482         (gnus-group-prepare-topics, gnus-topic-check-topology):
16483         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16484         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16485         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16486         (gnus-group-make-articles-read):
16487         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16488         (gnus-group-change-level, gnus-kill-newsgroup)
16489         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16490         (gnus-get-unread-articles, gnus-make-articles-unread)
16491         (gnus-make-ascending-articles-unread): Use accessor
16492         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16493         to get group information for improved readability.
16494
16495
16496 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16497
16498         * gnus-art.el (article-decode-mime-words, article-babel)
16499         (gnus-article-highlight-signature, gnus-article-add-buttons)
16500         (gnus-signature-toggle): Use gnus-with-article-buffer.
16501
16502         * gnus-art.el (gnus-article-highlight-headers)
16503         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16504
16505         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16506         (gnus-article-set-globals, gnus-request-article-this-buffer)
16507         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16508         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16509         (gnus-mime-display-alternative): Use with-current-buffer.
16510
16511 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16512
16513         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16514         also under 80 char limit, and call gnus-error if needed.
16515         (spam-fetch-article-header): Fix - it was a
16516         buffer-local variable (gnus-newsgroup-data).
16517         (spam-find-spam): Use spam-generate-fake-headers, forget about
16518         spam-insert-fake-headers.
16519         (spam-insert-fake-headers): Remove.
16520
16521 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16522
16523         * deuglify.el (gnus-article-outlook-unwrap-lines)
16524         (gnus-outlook-rearrange-article)
16525         (gnus-outlook-repair-attribution-outlook)
16526         (gnus-outlook-repair-attribution-block)
16527         (gnus-outlook-repair-attribution-other): Remove redundant
16528         save-excursion.
16529
16530 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16531
16532         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16533         (spam-fetch-field-subject-fast)
16534         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16535         (spam-fetch-article-header): Add functions to deal with Gnus
16536         internals for fast retrieval of article header data.
16537         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16538
16539 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16540
16541         * pop3.el (pop3-md5): Remove.
16542         (pop3-apop): Replace pop3-md5 with md5.
16543
16544         * mm-bodies.el: base64 is always built-in.
16545
16546         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16547         with-current-buffer.
16548
16549 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16550
16551         * canlock.el (canlock-insert-header): Remove excessive grouping in
16552         regexp.
16553
16554         * gnus-sum.el (gnus-summary-read-document): Ditto.
16555
16556         * gnus-uu.el (gnus-uu-part-number): Ditto.
16557
16558         * html2text.el (html2text-remove-tags): Ditto.
16559         (html2text-format-tags): Ditto.
16560         (html2text-format-single-elements): Ditto.
16561
16562         * mml.el (mml-parse-1): Ditto.
16563
16564 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16565
16566         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16567
16568         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16569
16570         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16571
16572         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16573
16574 2003-11-15  Simon Josefsson  <jas@extundo.com>
16575
16576         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16577         (pgg-gpg-lookup-key): Use regexp match instead of
16578         split-string (split-string is different between emacs 21.2 and
16579         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16580
16581 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16582
16583         * gnus-art.el (gnus-mime-view-all-parts)
16584         (gnus-article-part-wrapper, gnus-article-view-part): Use
16585         with-current-buffer.
16586
16587 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16588
16589         * spam.el (spam-disable-spam-split-during-ham-respool)
16590         (spam-spamoracle-database, spam-cache-lookups)
16591         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16592         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16593         (spam-group-ham-marks, spam-group-spam-marks)
16594         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16595         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16596         also add spam-use-blackholes to the statistical checks.
16597         (spam-fetch-field-fast): Add interface to fetching fields, may
16598         become a macro.
16599         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16600         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16601         (spam-insert-fake-headers): Fake an article when needed.
16602         (spam-find-spam): Fake article when possible.
16603         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16604         (spam-check-bogofilter-headers): Use message-fetch-field instead
16605         of nnmail-fetch-field.
16606
16607 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16608
16609         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16610
16611 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16612
16613         * spam.el (spam-split): Do not require spam-use-CHECK to be
16614         enabled if that check is passed to spam-split explicitly; also
16615         fix so 'spam doesn't get converted to spam-split-group when
16616         spam-split-symbolic-return is t.
16617         (spam-find-spam): Find registrations of the article and use those
16618         instead of re-running spam-split to find the spam/ham
16619         classification of the article.
16620         (spam-log-processing-to-registry, spam-log-registered-p)
16621         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16622         Use gnus-error instead of gnus-message.
16623         (spam-log-registration-type): Add function to determine the
16624         classification of a message based on registry entries; will
16625         return nil if both 'spam and 'ham are found.
16626         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16627         a reasonably fast local cache without the loading errors.
16628         (spam-cache-lookups): Set to t by default.
16629         (spam-find-spam): Don't try to guess spam-cache-lookups.
16630         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16631         spam-caches entry.
16632         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16633         caching of whitelist/blacklist entries.
16634         (spam-check-whitelist, spam-check-blacklist): Invoke
16635         spam-from-listed-p with a type, not a cache variable.
16636         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16637
16638 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16639
16640         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16641
16642         * nnmail.el (nnmail-split-fancy): do.
16643
16644         * mml.el (mml-parse): do.
16645
16646         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16647         (gnus-score-adaptive): do.
16648
16649 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16650
16651         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16652         (gnus-mime-button-map): Don't set keymap parent.
16653         (gnus-button-ctan-directory-regexp): Use shy grouping.
16654         (gnus-prev-page-map): Don't set keymap parent.
16655         (gnus-prev-page-map): Remove duplicated one.
16656         (gnus-next-page-map): Don't set keymap parent.
16657         (gnus-mime-security-button-map): Ditto.
16658
16659         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16660         version number.
16661
16662         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16663
16664 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16665
16666         * canlock.el (canlock-sha1-function): Remove.
16667         (canlock-sha1-function-for-verify): Remove.
16668         (canlock-openssl-program): Remove.
16669         (canlock-openssl-args): Remove.
16670         (canlock-ignore-errors): Remove.
16671         (canlock-sha1-with-openssl): Remove.
16672         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16673         (canlock-verify): Don't use canlock-ignore-errors.
16674
16675         * sha1-el.el (sha1-string-external): Make it can return a string
16676         in binary form.
16677         (sha1-region-external): Ditto.
16678         (sha1-string-internal): Ditto.
16679         (sha1-region-internal): Ditto.
16680         (sha1-region): Ditto.
16681         (sha1-string): Ditto.
16682         (sha1): Ditto.
16683
16684 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16685
16686         * spam.el (spam-report-articles-gmane): New command.
16687
16688 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16689
16690         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16691
16692         * run-at-time.el (run-at-time-saved): Remove.
16693         (run-at-time): Doc fix.
16694
16695 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16696
16697         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16698         (gnus-summary-limit-map): Add it.
16699         (gnus-summary-make-menu-bar): do.
16700
16701 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16702
16703         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16704         Make attempt at some caching support (done for BBDB only now).
16705         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16706         addresses to be checked.
16707         (spam-clear-cache-BBDB): Add function, to be invoked by
16708         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16709         (spam-check-BBDB): Check and use the caches, if
16710         spam-cache-lookups is on, remove superfluous (provide).
16711
16712 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16713
16714         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16715
16716 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16717
16718         * run-at-time.el (run-at-time-saved): Move to after the definition
16719         of `run-at-time'.
16720
16721         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16722
16723 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16724
16725         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16726         mm-w3m-local-map-property.
16727
16728         * mm-view.el (mm-w3m-mode-map): Remove.
16729         (mm-w3m-local-map-property): Remove.
16730         (mm-inline-text-html-render-with-w3m): Don't use
16731         mm-w3m-local-map-property.
16732
16733 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16734
16735         * run-at-time.el: New file.
16736
16737         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16738         under Emacs.
16739
16740         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16741         of gnus-set-text-properties.
16742
16743         * gnus-uu.el (gnus-uu-save-article): Ditto.
16744
16745         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16746
16747         * gnus-cite.el (gnus-cite-parse): Ditto.
16748
16749         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16750         of gnus-.
16751
16752         * gnus-xmas.el (run-at-time): Require run-at-time.
16753
16754         * gnus.el: Changed calls to nnheader-run-at-time and
16755         password-run-at-time throughout to use run-at-time directly.
16756
16757         * password.el: Removed definition of run-at-time.
16758
16759         * nnheaderxm.el: Remove definition of run-at-time.
16760
16761 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16762
16763         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16764         in prompt.
16765
16766 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16767
16768         * messagexmas.el (message-xmas-redefine): Alias
16769         `message-make-caesar-translation-table' to
16770         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16771         version.
16772
16773         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16774         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16775         `gnus-xmas-set-text-properties'.
16776         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16777         `gnus-xmas-completing-read'.
16778         (gnus-xmas-completing-read): Removed.
16779         (gnus-xmas-open-network-stream): Removed.
16780
16781         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16782         XEmacs version.
16783
16784         * dns.el (dns-make-network-process): Use `open-network-stream'
16785         instead of `gnus-xmas-open-network-stream'.
16786
16787         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16788
16789         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16790
16791 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16792
16793         * gnus-art.el (gnus-mime-display-alternative)
16794         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16795         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16796         Don't use gnus-local-map-property.
16797
16798         * gnus-util.el (gnus-local-map-property): Remove.
16799
16800         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16801         gnus-completing-read-maybe-default with completing-read.
16802
16803         * gnus-util.el (gnus-completing-read): do.
16804         (gnus-completing-read-maybe-default): Remove.
16805
16806 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16807
16808         * password.el: Only autoload `run-at-time' if not XEmacs.
16809         Only autoload the itimer functions if XEmacs.
16810
16811 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16812
16813         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16814         XEmacsen.
16815
16816         * dgnushack.el: Autoload executable-find for XEmacs.
16817
16818 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16819
16820         * gnus-art.el (gnus-read-string): Remove.
16821         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16822         read-string.
16823
16824 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16825
16826         * netrc.el: Autoload password-read.
16827         (netrc): Add configuration group.
16828         (netrc-encoding-method, netrc-openssl-path): Add
16829         variables for encoding and decoding of files with symmetric
16830         ciphers.
16831         (netrc-encode): Add assistant function to encode a file with
16832         netrc-encoding-method.
16833         (netrc-parse): Add interactive parameter, added optional
16834         decoding if netrc-encoding-method is non-nil but otherwise
16835         behavior is standard.
16836         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16837         Do s/encode/encrypt/ everywhere.
16838
16839         * spam.el: Remove executable-find autoload.
16840
16841 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16842
16843         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16844
16845         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16846
16847 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16848
16849         * gnus-art.el (gnus-treat-ansi-sequences)
16850         (article-treat-ansi-sequences): New variable and function.
16851         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16852
16853         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16854         Use it.
16855
16856 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16857
16858         * mm-util.el (mm-quote-arg): Remove.
16859
16860         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16861         shell-quote-argument.
16862
16863         * gnus-uu.el (gnus-uu-command): do.
16864
16865         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16866
16867         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16868         with make-char.
16869
16870         * mm-util.el (mm-make-char): Remove.
16871
16872         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16873         add-minor-mode.
16874
16875         * gnus-undo.el (gnus-undo-mode): do.
16876
16877         * gnus-topic.el (gnus-topic-mode): do.
16878
16879         * gnus-sum.el (gnus-dead-summary-mode): do.
16880
16881         * gnus-start.el (gnus-slave-mode): do.
16882
16883         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16884
16885         * gnus-ml.el (gnus-mailing-list-mode): do.
16886
16887         * gnus-gl.el (gnus-grouplens-mode): do.
16888
16889         * gnus-draft.el (gnus-draft-mode): do.
16890
16891         * gnus-dired.el (gnus-dired-mode): do.
16892
16893         * gnus-ems.el (gnus-add-minor-mode): Remove.
16894
16895         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16896         Replace gnus-char-width with char-width.
16897
16898         * gnus-ems.el (gnus-char-width): Remove.
16899
16900         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16901         Replace gnus-char-width with char-width.
16902
16903         * gnus-ems.el (gnus-char-width): Remove.
16904
16905         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16906         definition.
16907         Remove Emacs 20 hash table compatibility code.
16908
16909         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16910         20 compatibility code.
16911
16912         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16913
16914         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16915
16916         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16917         with point-at-{eol,bol}.
16918
16919         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16920
16921         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16922
16923         * flow-fill.el (fill-flowed-point-at-bol)
16924         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16925
16926         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16927         Replace with point-at-{eol,bol} throughout all files.
16928
16929 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16930
16931         * ntlm.el (ntlm-string-as-unibyte): New macro.
16932         (ntlm-build-auth-response): Use it.
16933
16934         Remove Emacs 20 stuff:
16935         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16936         (butlast, mapc, remove): Remove the compiler macros.
16937         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16938         of delq and copy-sequence.
16939         * gnus-art.el (popup-menu): Remove the compiler macro.
16940         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16941         Emacs 20.
16942
16943 2004-01-05  Simon Josefsson  <jas@extundo.com>
16944
16945         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16946         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16947         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16948         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16949         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16950         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16951         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16952         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16953         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16954         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16955         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16956         string-xor into ntlm-string-xor.  Suggested by
16957         Jesper Harder <harder@myrealbox.com>.
16958
16959         * ntlm.el: Don't include poem.
16960
16961         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16962         Jesper Harder <harder@myrealbox.com>.
16963
16964         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16965
16966         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16967         probably breaks emacs with DL patch, but do we care? Is anyone
16968         still using the DL stuff?)
16969
16970         * sieve-manage.el: Use the password package.
16971         (sieve-manage-read-passwd): Remove.
16972         (sieve-manage-interactive-login): Use password.  Re-add
16973         condition-case around loop.
16974
16975         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16976         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16977         the password package.
16978
16979 2003-02-19  Simon Josefsson  <jas@extundo.com>
16980
16981         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16982         token.
16983
16984 2002-08-07  Simon Josefsson  <jas@extundo.com>
16985
16986         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16987         (sieve-manage-authenticators):
16988         (sieve-manage-authenticator-alist): Add some SASL mechs.
16989         (sieve-sasl-auth): New function.
16990         (sieve-manage-cram-md5-auth):
16991         (sieve-manage-plain-auth): Rewrite using SASL library.
16992         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16993         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16994         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16995         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16996
16997 2004-01-05  Simon Josefsson  <jas@extundo.com>
16998
16999         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17000         New files.
17001
17002 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17003
17004         * gnus-group.el (gnus-no-groups-message): Update.
17005
17006         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17007
17008 2003-11-09  Simon Josefsson  <jas@extundo.com>
17009
17010         * imap.el: Support for ID IMAP extension (RFC 2971).
17011         (imap-local-variables): Add imap-id.
17012         (imap-id): New variable.
17013         (imap-id): New function.
17014         (imap-parse-response): Parse untagged ID response.
17015         * nnimap.el (nnimap-id): New variable.
17016         (nnimap-open-connection): Use it.
17017
17018 2003-12-28  Simon Josefsson  <jas@extundo.com>
17019
17020         * gnus-score.el (gnus-score-edit-all-score): New.
17021         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17022
17023 2004-01-04  Simon Josefsson  <jas@extundo.com>
17024
17025         * password.el: Add.
17026
17027 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17028
17029         * dns.el (dns-query-types): Fix typo.
17030         (dns-query-types): New function.
17031         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17032         PTR and SOA replies, see RFC 1035.
17033
17034 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17035
17036         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17037
17038         * Moved to Changelog.2.
17039
17040 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17041
17042         * gnus.el (gnus-version-number): Bump version.
17043
17044 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17045
17046         * gnus.el: No Gnus v0.1 is released.
17047
17048 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17049
17050         * gnus.el: No Gnus v0.0 is released.
17051
17052 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17053
17054         * gnus.el (gnus-version-number): Bump.
17055         (gnus-version): No.
17056
17057 See ChangeLog.2 for earlier changes.
17058
17059     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17060       Free Software Foundation, Inc.
17061
17062   This file is part of GNU Emacs.
17063
17064   GNU Emacs is free software: you can redistribute it and/or modify
17065   it under the terms of the GNU General Public License as published by
17066   the Free Software Foundation, either version 3 of the License, or
17067   (at your option) any later version.
17068
17069   GNU Emacs is distributed in the hope that it will be useful,
17070   but WITHOUT ANY WARRANTY; without even the implied warranty of
17071   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17072   GNU General Public License for more details.
17073
17074   You should have received a copy of the GNU General Public License
17075   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17076
17077 ;; Local Variables:
17078 ;; coding: utf-8
17079 ;; fill-column: 79
17080 ;; add-log-time-zone-rule: t
17081 ;; End: