Remove gpg.el usage.
[gnus] / lisp / ChangeLog
1 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * mml2015.el (mml2015-use): Remove gpg support.
4
5         * mml1991.el (mml1991-function-alist): Remove gpg function.
6         (mml1991-gpg-sign): Removed.
7
8 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9
10         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11         (gnus-browse-unsubscribe-current-group): Document it.
12         (gnus-browse-unsubscribe-group): Use it.
13
14 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15
16         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
17         address to the To list for easier response.
18
19         * gnus.el (gnus-play-startup-jingle): Removed.
20         (gnus-splash): Don't play jingle.
21         (gnus): Silence gnus-load message.
22
23         * gnus-art.el (gnus-treat-play-sounds): Removed.
24
25         * gnus.el (gnus-play-jingle): Remove audio support.
26
27         * gnus-cus.el (gnus-score-customize): Remove audio reference.
28
29         * earcon.el: Removed -- no users.
30
31         * gnus-audio.el: Removed -- no users of this package.
32
33         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
34
35         * gnus-start.el (gnus-setup-news): Remove nocem support.
36
37         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
38
39         * gnus.el (gnus-use-nocem): Removed.
40
41         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
42         Removed.
43
44         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
45         uses NoCeM any more.
46
47         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
48         (gnus-button-ctan-handler): Ditto.
49         (gnus-button-handle-ctan-bogus-regexp): Ditto.
50         (gnus-button-ctan-directory-regexp): Ditto.
51         (gnus-button-handle-ctan): Ditto.
52         (gnus-button-tex-level): Ditto.
53         (gnus-button-alist): Removed CTAN stuff.
54
55 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
56
57         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
58         nnimap-streaming test.
59
60         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
61         servers twice.
62
63         * nnimap.el (nnimap-open-connection): Add more error reporting when
64         nnimap fails early.
65
66         * nnheader.el (nnheader-get-report-string): New function.
67         (nnheader-get-report): Use it.
68
69         * gnus-int.el (gnus-check-server): Say what the error was when opening
70         failed.
71
72         * nnimap.el (nnimap-wait-for-response): Search further when we're not
73         using streaming.
74
75 2010-09-25  Julien Danjou  <julien@danjou.info>
76
77         * gnus-html.el (gnus-html-rescale-image): Use our defalias
78         gnus-window-inside-pixel-edges.
79
80 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
81
82         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
83
84         * mm-decode.el (mm-save-part): Allow saving to other directories the
85         normal Emacs way.
86
87         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
88         by Jay Berkenbilt.
89
90         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
91         there isn't a single byte.
92
93         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
94         just do it.  It doesn't really seem to matter what the user responds
95         here, I think, so it's just a confusing question.
96
97         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
98         non-streaming case.
99
100         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
101         (gnus-article-encrypt-body): Use it.
102
103         * gnus-sum.el (gnus-summary-show-complete-article): New command and
104         keystroke.
105
106         * nnimap.el (nnimap-find-wanted-parts-1): Use
107         gnus-fetch-partial-articles.
108
109         * gnus-art.el (gnus-fetch-partial-articles): New variable.
110
111         * nnimap.el (nnimap-insert-partial-structure): New function.
112         (nnimap-get-partial-article): New function.
113         (nnimap-request-article): Use it.
114         (nnimap-wait-for-response): Return whether the wait was successful.
115         (nnimap-finish-retrieve-group-infos): Don't do anything if the
116         retrieval wasn't successful.
117         (nnimap-retrieve-group-data-early): Allow throttling servers.
118         (nnimap-streaming): New variable.
119         (nnimap-fetch-partial-articles): Removed.
120
121         * mm-decode.el (mm-with-part): Protect against killed buffers.
122
123         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
124         for prettier summary display.
125
126 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
127
128         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
129         directly.
130
131 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
132
133         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
134         apparently third-party libraries depend on it.
135
136         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
137         before starting negotiation.
138
139         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
140         privacy reasons.
141         (gnus-treat-mail-gravatar): Ditto.
142
143         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
144         buffer when inserting images.  Inserting text into the headers, for
145         instance, can make them invalid.
146
147 2010-09-25  Julien Danjou  <julien@danjou.info>
148
149         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
150         variables.
151
152         * nnheader.el: Remove useless variables news-reply-yank-from and
153         news-reply-yank-message-id.
154
155         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
156         variables.
157
158         * mml1991.el: Remove useless mml1991-verbose.
159
160         * gnus.el: Remove useless variable gnus-use-generic-from.
161         Remove obsolete variable gnus-topic-indentation.
162
163         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
164
165         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
166
167         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
168
169         * gnus-group.el: Remove useless gnus-group-icon-cache.
170         Remove useless gnus-ephemeral-group-server.
171
172         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
173
174         * mml2015.el: Remove useless mml2015-verbose.
175
176         * mml-smime.el: Remove useless mml-smime-verbose.
177
178         * gnus.el: Remove useless gnus-local-domain.
179
180         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
181         gnus-gravatar-size.
182
183         * gnus-art.el: Remove useless gnus-treat-translate.
184
185 2010-09-24  Julien Danjou  <julien@danjou.info>
186
187         * gnus-sum.el: Add support for Gravatars.
188
189         * gnus-art.el: Add support for Gravatars.
190
191         * gnus-gravatar.el: Add this file.
192
193         * gravatar.el: Add this file.
194
195 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
196
197         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
198
199         * gnus-group.el (gnus-group-fetch-faq): Removed.
200
201         * gnus.el (gnus-group-faq-directory): Removed.
202
203         * gnus-group.el (gnus-group-fetch-charter): Removed.
204
205         * gnus.el (gnus-group-charter-alist): Removed.
206
207         * gnus-group.el (gnus-group-archive-directory): Removed.
208         (gnus-group-recent-archive-directory): Ditto.
209         (gnus-group-make-archive-group): Removed.
210
211         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
212
213         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
214         use the same article number for all the cached articles.
215
216         * nnimap.el (nnimap-command): Register the last command time so
217         that we can use it for idling NOOPs.
218         (nnimap-open-connection): Start the keeplive timer.
219         (nnimap-make-process-buffer): Store all the process buffers.
220         (nnimap-keepalive): New function.
221
222         * starttls.el: (starttls-open-stream): Add autoload cookie.
223
224 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
225
226         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
227         handling.
228
229 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
230
231         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
232         its data structures.
233
234         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
235         instead of the cl.el copy-list.
236         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
237         equalp.
238
239 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
240
241         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
242         and tool-bar-local-item-from-menu.
243
244         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
245         mode-line-highlight face for Emacs.
246
247         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
248         loading gnus-sum.elc; fix comment for canlock-verify.
249         (gnus-article-jump-to-part): Use read-number.
250         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
251         Emacs pre-21 compatible code for help-echo.
252         (gnus-article-next-page-1): No need to adjust the number of lines.
253         (gnus-article-describe-bindings): Always use help-buffer.
254
255         * gnus-audio.el (gnus-audio-inline-sound)
256         * gnus-cus.el (gnus-custom-mode)
257         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
258
259         * gnus-sum.el (gnus-remove-overlays): Doc fix.
260
261         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
262         compatible code.
263
264 2010-09-24  Glenn Morris  <rgm@gnu.org>
265
266         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
267         visiting the fcc file in rmail-mode.
268
269         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
270
271 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
272
273         * nnir.el: Silence the byte compiler.
274
275         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
276         alias to browse-url-url-encode-chars if any.
277         (gnus-html-encode-url): Use it.
278
279 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
280
281         * gnus-start.el (gnus-use-backend-marks): New variable.
282         (gnus-get-unread-articles-in-group): Use it.
283
284         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
285         makeover.
286
287 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
288
289         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
290
291 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
292
293         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
294         Removed.
295         (gnus-setup-news-hook): Removed
296         gnus-fixup-nnimap-unread-after-getting-new-news.
297
298         * gnus-int.el (gnus-request-update-info): Protect against backends not
299         having the function.
300
301         * nnimap.el (nnimap-stream): Mention starttls.
302         (nnimap-open-connection): Add starttls support.
303
304 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
305
306         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
307
308 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
309
310         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
311         BODYSTRUCTUREs.
312         (nnimap-transform-headers): Unfold quoted {42} headers.
313
314         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
315         the info.
316         (gnus-get-unread-articles): Only call updatep on backends that support
317         it.
318
319         * nnweb.el (nnweb-request-update-info): NOOP.
320
321         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
322
323         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
324         since it only deals with marks.
325
326         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
327         gnus-request-marks, and make a new gnus-request-update-info.
328
329         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
330         the active instead of the high number, which is usually too low.
331
332 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
333
334         * netrc.el (netrc-parse): Remove encrypt.el mentions.
335         * encrypt.el: Removed.
336
337 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
338
339         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
340         server in symbolic form.
341
342         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
343         0.9.
344
345 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
346
347         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
348         (nnimap-update-info): Fix up code slightly.
349
350         * gnus-int.el (gnus-open-server): Add tracing for performance
351         debugging.
352
353         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
354         (gnus-group-insert-group-line): Pass the real group name so that it
355         gets the right data.
356
357         * gnus-start.el (gnus-get-unread-articles): Don't have
358         `gnus-get-unread-articles-in-group' update info, since that can be
359         really slow and doesn't seem to be needed?
360
361 2010-09-22  Dan Christensen  <jdc@uwo.ca>
362
363         * time-date.el (date-to-time): Try using parse-time-string first before
364         using the slower timezone-make-date-arpa-standard.
365
366 2010-09-22  Julien Danjou  <julien@danjou.info>
367
368         * gnus-group.el (gnus-group-insert-group-line): Call
369         gnus-group-highlight-line.
370         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
371         default hook list.
372         (gnus-group-update-eval-form): Add new function.
373         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
374         (gnus-group-get-icon): Use gnus-group-update-eval-form.
375
376 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
377
378         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
379         immediate, then expire all articles.
380         (nnimap-update-info): Fix off-by-one errors.
381         (nnimap-flags-to-marks): Would return no marks lists for group with no
382         flags.  Instead return the other data.
383
384 2010-09-22  Julien Danjou  <julien@danjou.info>
385
386         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
387         Only return an icon.
388         (gnus-group-insert-group-line): Compute icon to return.
389
390         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
391         variable.
392         (gnus-html-image-fetched): Only cache if
393         gnus-html-image-automatic-caching is set.
394         (gnus-html-image-fetched): Check for errors.
395
396 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
397
398         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
399         once per method on `g'.  This ensures that backends like nnfolder don't
400         open all their folders.
401
402         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
403         (nnimap-request-list): Nix out group in the correct buffer.
404         (nnimap-parse-flags): Implement by using `read' instead of
405         hand-parsing.
406         (nnimap-flags-to-marks): Pass on permanent-flags.
407         (nnimap-make-process-buffer): Record the server name.
408         (nnimap-parse-flags): Fix typo.
409         (nnimap-request-scan): Run split on the server in general, not just a
410         single group.
411
412         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
413         parameter, and propagate this downwards.
414
415         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
416         since EXAMINE changes it on the server.
417
418         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
419         this command might take a while.
420
421 2010-09-22  Julien Danjou  <julien@danjou.info>
422
423         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
424         harmful if you have 2 images side-by-side, they can't be properly
425         update on text deletion.  Using text-property is safer here.
426         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
427         data.
428
429 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
430
431         * nnimap.el (nnimap-expunge-inbox): Removed.
432         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
433         (nnimap-expunge): Flip default to t.
434
435         * gnus.el (gnus-method-to-server): Don't push things to the cache
436         unless it's unique.
437         (gnus-server-to-method): Ditto.
438
439 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
440
441         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
442
443 2010-09-22  Julien Danjou  <julien@danjou.info>
444
445         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
446         get the start of data.
447         (gnus-html-encode-url): Add this function to encode special chars in
448         URL.
449         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
450         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
451
452         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
453         default.
454         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
455
456         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
457         images alt-text.
458         (gnus-html-put-image): Put alt-text as help-echo.
459
460 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
461
462         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
463         * mm-util.el (mm-decompress-buffer)
464         * nnir.el (nnir-run-find-grep)
465         * pop3.el (pop3-list): Use 3rd arg of split-string.
466
467         * time-date.el (format-seconds): Comment fix.
468
469         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
470         and byte-optimize-form-code-walker.
471         (dgnushack-make-auto-load): Don't advise make-autoload.
472
473         * lpath.el: Remove Emacs 21 stuff.
474
475 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
476
477         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
478         outside the active range.  Suggested by Dan Christensen.
479
480         * gnus-start.el (gnus-get-unread-articles): Get the extended method
481         slightly later to avoid double-getting it.
482
483         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
484         previous patch.
485
486         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
487
488 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
489
490         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
491
492 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
493
494         * gnus-int.el (gnus-open-server): Give a better error message in the
495         "go offline" case.
496
497         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
498         marks for nnimap, which is seldom the right thing to do.
499
500         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
501         (gnus-same-method-different-name): New function.
502
503         * nnimap.el (parse-time): Require.
504
505         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
506         method in the presence of many similar methods.
507
508         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
509
510         * nnimap.el (nnimap-find-expired-articles): Don't refer to
511         nnml-inhibit-expiry.
512
513         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
514         find out whether methods are equal.
515
516         * nnimap.el (nnimap-find-expired-articles): New function.
517         (nnimap-process-expiry-targets): New function.
518         (nnimap-request-move-article): Request the article before looking at
519         what the Message-ID is.  Fix found by Andrew Cohen.
520         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
521
522         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
523         for oldness in addition to being a predicate.
524
525         * nnimap.el (nnimap-request-group): When we have zero articles, return
526         the right data to Gnus.
527         (nnimap-request-expire-articles): Only delete articles immediately if
528         the target is 'delete.
529
530         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
531         method, this would bug out.
532
533         * gnus-group.el (gnus-group-expunge-group): Renamed from
534         gnus-group-nnimap-expunge, and implemented as a normal interface
535         function.
536
537         * gnus-int.el (gnus-request-expunge-group): New function.
538
539         * nnimap.el (nnimap-request-create-group): Implement.
540         (nnimap-request-expunge-group): New function.
541
542 2010-09-21  Julien Danjou  <julien@danjou.info>
543
544         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
545         (gnus-html-cache-expired): Add new function.
546         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
547         wethever we should display image for fetch it.
548         Compute alt-text earlier to pass it to the fetching function too.
549         (gnus-html-schedule-image-fetching): Change function argument to only
550         get one image at a time, not a list.
551         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
552         cache.
553         (gnus-html-get-image-data): New function to retrieve image data from
554         cache.
555         (gnus-html-put-image): Change buffer argument to use image data rather
556         than file, and place image above region rather than inserting a new
557         one. Do not take alt-text as argument, since it's useless now: we place
558         the image above alt-text.
559         (gnus-html-prune-cache): Remove.
560         (gnus-html-show-images): Start to fetch image when we find one, do not
561         push into a temporary list.
562         (gnus-html-prefetch-images): Only fetch image if they have expired.
563         (gnus-html-browse-image): Fix, use 'gnus-image-url.
564         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
565
566 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
567
568         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
569
570 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
571
572         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
573         spec inser "*" if the group isn't active instead of 0.
574
575         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
576         opening the server.
577         (nnimap-request-delete-group): Implement group deletion.
578         (nnimap-transform-headers): Return the size of the entire message in
579         the Bytes header, not just the size of the first part.
580         (nnimap-request-move-article): When moving an article from nnimap,
581         request the article first so the accepting form has an article to
582         accept.  Reported by Dan Christensen.
583         (nnimap-command): Make sure that the error message doesn't error out.
584
585 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
586
587         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
588         we haven't requested anything.
589
590 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
591
592         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
593         "".  Fix found by Andrew Cohen.
594
595         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
596         instead of -encode-string.
597
598 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
599
600         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
601
602         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
603         by mm-subst-char-in-string.
604
605 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
606
607         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
608         waiting for the connection string.
609
610         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
611         arriving.
612
613         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
614         bogus characters.  This allows selecting certain Gmail groups.
615
616         * nnimap.el (nnimap-find-wanted-parts-1): New function.
617         (nnimap-fetch-partial-articles): New variable.
618         (nnimap-open-connection): When looking for credentials, also use the
619         nnimap-server-port.
620         (nnimap-request-article): Return the group/article number, so that Gnus
621         `^' works as expected.
622         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
623         them.
624
625         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
626         comments.
627         (gnus-methods-sloppily-equal): New function.
628         (gnus): When using the development version of Gnus, load the gnus-load
629         file.
630
631         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
632         `gnus-open-server' on each method before trying to scan them etc.  This
633         ensures that all the backend parameters are set correctly.
634
635         * nnimap.el (nnimap-authenticator): New variable.
636         (nnimap-open-connection): Allow anonymous login.
637         (nnimap-transform-headers): The chars header is called Chars not
638         Bytes.
639         (nnimap-wait-for-response): Don't infloop if the IMAP connection
640         drops.
641
642         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
643         patch, found by Knut Anders Hatlen.
644
645 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
646
647         * gnus-agent.el (gnus-agent-batch-confirmation)
648         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
649         to gnus-message.
650         * gnus-art.el (gnus-article-describe-briefly): Likewise.
651         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
652         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
653         * gnus-int.el (gnus-open-server): Likewise.
654         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
655         (gnus-score-check-syntax): Likewise.
656         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
657         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
658         Likewise.
659         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
660
661 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
662
663         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
664         calling conventions so that prefetch doesn't bug out.
665
666 2010-09-19  Julien Danjou  <julien@danjou.info>
667
668         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
669         rather than `subst-char-in-region' in order to be able to replace ASCII
670         char by UTF-8 ones.
671
672         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
673         than curl.
674         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
675         the right URL and ALT text on images.
676         (gnus-html-wash-tags): Fix tag case.
677         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
678         (gnus-article-html): Add -o display_ins_del=2 option.
679         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
680
681 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
682
683         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
684         the extra mail headers, which sometimes seem to happen for unknown
685         reasons.
686
687         * mail-parse.el (mail-header-encode-parameter): Define as
688         rfc2045-encode-string instead of as rfc2231-encode-string, since some
689         (or most, perhaps?) mail readers don't understand the latter, but do
690         understand the former.
691
692         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
693         to nil, so that no methods are automatically agentized.  I think this
694         is probably what most users want.
695
696         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
697         from url-retrieve, for instance about invalid URLs.
698
699         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
700         groups that have no articles.
701         (nnimap-request-article): Check that we really got an article when we
702         requested one.
703
704         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
705         doesn't exist.
706
707         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
708         nntp buffer so the agent can save it.
709         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
710         that CRLF doesn't get translated to \n.
711         (nnimap-open-connection): Don't make 'shell commands only send \n.
712
713 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
714
715         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
716         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
717         Update var name.
718         (nnml-generate-nov-file): Use dolist.
719         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
720         Use with-current-buffer.
721
722 2010-09-18  Julien Danjou  <julien@danjou.info>
723
724         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
725         parallel.
726
727 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
728
729         * nnimap.el (nnimap-update-info): When doing partial marks update, get
730         the range update right.
731         (nnimap-request-group): Don't make `M-g' bug out on group with no
732         marks.
733         (nnoo): Required, so that other packages can require nnimap.
734         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
735         command we're looking for.  This helps when the server sends more
736         responses after we've gotten everything we expected.
737         (nnimap): Add a `newlinep' field to keep track of end-of-line
738         conventions.
739         Don't send CRLF to things that don't want it.
740         (nnimap-request-accept-article): Ditto.
741
742 2010-09-18  Julien Danjou  <julien@danjou.info>
743
744         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
745         than curl to retrieve images.
746
747 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
748
749         * nnimap.el (nnimap-update-info): Extend the info so that we can set
750         the marks.
751         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
752         (nnimap-wait-for-connection): New function.
753         (nnimap-open-connection): If we have PREAUTH, don't query for login
754         credentials.
755         (nnimap-update-info): Fix off-by-one error when concatenating ranges
756         when doing a partial update.
757
758 2010-09-18  Julien Danjou  <julien@danjou.info>
759
760         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
761         tags.
762
763 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
764
765         * nnimap.el (nnimap-credentials): New function.
766         (nnimap-open-connection): Use the new function to look for credentials
767         also on the numeric equivalents of "imap" and "imaps".
768
769         * gnus-start.el (gnus-activate-group): Send the info to
770         gnus-request-group.
771
772         * nnimap.el (nnimap-request-group): Have the "check" version of the
773         function parse flags and update the info, so that a `M-g' get a total
774         resync of all flags from the group.
775
776         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
777         to allow backends to alter the info on group selection.  Also alter all
778         the backend -request-group functions to take the parameter.
779
780         * nnimap.el (nnimap-store-info): New function.
781         (nnimap-update-info): Store the info for later usage.
782         (nnimap-request-group): Use the stored info for the dont-check case, so
783         that we don't retrieve all marks when we enter a group.
784
785         * nnimap.el: Use deffoo instead of defun for interface functions.
786
787         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
788         update the group info.  This makes the nndraft groups, for instance, go
789         back to their old behaviour.
790
791         * gnus-sum.el (gnus-select-newsgroup): Indent.
792
793         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
794         in.
795         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
796         nothing.
797
798         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
799         from methods that are denied.
800
801         * gnus-int.el (gnus-method-denied-p): New function.
802
803         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
804         store the password instead of netrc.
805         (nnimap-open-connection): Don't error out when we can't make a
806         connections.
807
808         * auth-source.el (auth-source-create): In the password prompt, say what
809         we're querying for.  Also prompt for user name if that hasn't been
810         given.
811
812         * nnimap.el (nnimap-with-process-buffer): Removed.
813
814 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
815
816         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
817         method when we're reading from the agent.
818
819         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
820
821         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
822         that's probably most useful for users.
823
824         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
825         "failed" all the time.
826
827         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
828         ...)) with (with-current-buffer ... ).
829
830         * nntp.el (nntp-open-server): Return whether the open was successful or
831         not.
832
833         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
834         select an unread unseen article first.
835
836         * nnimap.el (nnimap-open-connection): If the user doesn't have a
837         /etc/services, supply some sensible port defaults.
838
839         * dgnushack.el: Define netrc-credentials.
840
841 2010-09-17  Julien Danjou  <julien@danjou.info>
842
843         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
844
845 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
846
847         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
848         doesn't have any parameters.
849
850 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
851
852         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
853         only upcased checks.
854
855         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
856
857         * nnimap.el (nnimap-open-shell-stream): New function.
858         (nnimap-open-connection): Use it.
859         (nnimap-transform-headers): Get the number of lines in each message.
860         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
861         number of lines.
862         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
863         problem.
864
865         * utf7.el (utf7-encode): Autoload.
866
867         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
868         to allow the mail splitting to not return a default group.  This is
869         useful for nnimap, which will leave unmatched mail in the inbox.
870
871         * nnimap.el: Rewritten.
872
873         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
874         nnimap usage.
875
876         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
877         if the move is internal, so that nnimap can do fast internal moves.
878
879         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
880         data.
881         (gnus-read-active-for-groups): Support finishing the early retrieval of
882         data.
883
884         * gnus-range.el (gnus-range-nconcat): New function.
885
886         * gnus-int.el (gnus-finish-retrieve-group-infos)
887         (gnus-retrieve-group-data-early): New functions.
888
889 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
890
891         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
892         (nnrss-retrieve-groups):
893         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
894         (pop3-quit): Use with-current-buffer.
895
896 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
897
898         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
899         instead of nnheader-accept-process-output.
900
901         * dgnushack.el (dgnushack-compile): Add comment.
902
903         * lpath.el: No need to fbind propertize for XEmacs 21.4.
904
905         * gnus-html.el (gnus-html-schedule-image-fetching)
906         (gnus-html-prefetch-images): Replace process-kill-without-query by
907         gnus-set-process-query-on-exit-flag.
908
909 2010-09-16  Romain Francoise  <romain@orebokech.com>
910
911         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
912
913 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
914
915         * gnus-registry.el (gnus-registry-install-shortcuts): The second
916         parameter to unintern is mandatory-ish in Emacs 24.
917
918         * gnus-html.el (gnus-html-schedule-image-fetching)
919         (gnus-html-prefetch-images): Check for curl before using it.
920
921         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
922         depend on curl, which isn't essential.
923
924         * imap.el: Revert back to version
925         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
926         seem problematic.
927
928 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
929
930         * gnus-registry.el (gnus-registry-install-shortcuts):
931         Explicitly pass `obarray' to `unintern' to avoid a warning.
932
933 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
934
935         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
936         change.
937
938         * nnrss.el (nnrss-request-list): Removed this function and related
939         functions, including the moreover stuff.
940
941 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
942
943         * nnrss.el (nnrss-retrieve-groups): New function.
944
945 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
946
947         * .dir-locals.el: Add no-byte-compile cookie.
948
949 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
950
951         * time-date.el (format-seconds): Comment fix.
952
953         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
954         for back end that doesn't support request-scan.
955
956 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
957
958         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
959         then do request scans from the backends.
960
961         * netrc.el (netrc-credentials): New conveniency function.
962
963         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
964         avoid running a hook per line, since this takes a lot of time,
965         profiling shows.
966         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
967         directly if gnus-visual-p is true.
968
969 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
970
971         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
972         groups; replace mapcar with dolist which is a bit faster; pass groups
973         info to gnus-read-active-file-1.
974         (gnus-read-active-file-1): Scan only specified groups if the new
975         optional arg `infos' is given.
976
977 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
978
979         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
980
981         * pop3.el (pop3-movemail): Removed.
982         (pop3-streaming-movemail): Renamed to pop3-movemail.
983
984         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
985         don't restrict end-tag searches to the end of the line.
986
987 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
988
989         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
990         articles of every unchecked group to t, which means unknown since the
991         server has never been opened.
992
993 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
994
995         * gnus-html.el (gnus-html-show-alt-text): New command.
996         (gnus-html-browse-image): Ditto.
997         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
998         to browse the image directly.
999         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1000         better.
1001
1002         * gnus-async.el (gnus-async-article-callback): Call
1003         `gnus-html-prefetch-images' unconditionally.
1004
1005         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1006         before feeding URLs to curl.
1007
1008 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1009
1010         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1011         internal images as deletable by `W D D'.
1012
1013         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1014         (gnus-async-article-callback): Fix typo.
1015
1016 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1017
1018         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1019         current line to work around bugs in the output from w3m.
1020
1021         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1022         for groups that want that.
1023
1024         * nntp.el (nntp-wait-for-string): Supply a timeout for
1025         accept-process-output to ensure progress.
1026
1027         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1028         level to get unread articles from, then use that for foreign groups,
1029         too.
1030
1031         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1032         confuses the rest of the function.
1033
1034         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1035         for the methods that support -retrieve-groups, too.
1036
1037         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1038
1039 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1040
1041         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1042         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1043
1044         * pop3.el: Require cl when compiling.
1045         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1046
1047 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1048
1049         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1050         that aren't going to be activated.
1051         (gnus-get-unread-articles): Fix up the last commit.
1052
1053         * gnus-html.el (gnus-article-html): Allow calling without specifying
1054         the handle.  In that case, dissect the buffer first.
1055
1056         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1057
1058         * nnimap.el (nnimap-open-connection): Revert the change that would look
1059         into authinfo for imaps instead of imap.
1060
1061         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1062         say that you don't want to call gnus-request-group with don-check, but
1063         do check the reponse.  This is for virtual groups only.
1064         (gnus-get-unread-articles): Count the archive groups as secondary, so
1065         that they're activated the same way as before.
1066
1067         * imap.el (imap-message-map): Removed optional buffer parameter, since
1068         no callers use it.
1069         (imap-message-get): Ditto.
1070         (imap-message-put): Ditto.
1071         (imap-mailbox-map): Ditto.
1072         (imap-mailbox-put): Ditto.
1073         (imap-mailbox-get): Ditto.
1074         (imap-mailbox-get): Revert last change for this function.
1075
1076         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1077         case-insensitively.
1078         (nnimap-debug): Removed.
1079
1080         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1081         to use `imap-fetch' instead.  According to the comments, this should be
1082         safe, since all other IMAP clients use the 1:* syntax.
1083         (imap-enable-exchange-bug-workaround): Removed.
1084         (imap-debug): Removed -- doesn't seem very useful.
1085
1086         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1087         mail from a file, and the file doesn't exist.
1088
1089         * imap.el (imap-log): New convenience function used throughout instead
1090         of repeating the same code all over the place.
1091
1092         * pop3.el (pop3-streaming-movemail): Return t for success.
1093
1094         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1095         .authinfo if we're using ssl connection.
1096
1097         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1098         already have if we're in a main Gnus `g' run.
1099
1100         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1101
1102 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1103
1104         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1105
1106         * nnmh.el (nnmh-request-list-1): Bind `file'.
1107
1108         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1109         alias to set-process-query-on-exit-flag or process-kill-without-query.
1110         (pop3-open-server): Use it.
1111
1112 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1113
1114         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1115         box to the Incoming file.  Fixes mistake in previous checkin.
1116
1117         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1118         request loop (for debugging purposes) removed.
1119
1120         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1121         culprit is more visible.
1122         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1123         (nnml-add-incremental-nov): New functions to do "incremental" nov
1124         updates, where we just append to the end of the existing nov files
1125         without reading/writing them in full.
1126
1127         * mail-source.el (mail-source-delete-crash-box): Really only check the
1128         incoming files once in a while.
1129
1130         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1131
1132         * mail-source.el (mail-source-delete-crash-box): Only check the
1133         incoming files for deletion once per day to save a lot of file
1134         accesses.
1135
1136         * pop3.el (pop3-logon): Fix up unbound variable typo.
1137
1138         * mail-source.el (pop3-streaming-movemail): Autoload.
1139
1140         * pop3.el (pop3-streaming-movemail): Respect
1141         pop3-leave-mail-on-server.
1142
1143         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1144         retrieval.
1145
1146         * pop3.el (pop3-process-filter): Removed unused function.
1147         (pop3-streaming-movemail, pop3-send-streaming-command)
1148         (pop3-wait-for-messages, pop3-write-to-file)
1149         (pop3-number-of-responses): New functions for streaming pop3
1150         retrieval.
1151
1152         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1153         come from no known methods.
1154         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1155         list.
1156
1157         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1158         message sizes.
1159         (pop3-movemail): Use erase-buffer instead of looping and deleting
1160         regions, which seems rather odd.
1161
1162         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1163         file once per `g' run.
1164
1165         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1166         directories.  This makes the draft queue directory work.
1167
1168         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1169         data from the backends, so that we only request the list of groups from
1170         each method once.  This should speed things up considerably.
1171
1172         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1173         detect that it's not implemented.
1174
1175         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1176         we actually do recurse down into the tree, but don't stat all leaf
1177         nodes.
1178
1179         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1180         then say so instead of bugging out.
1181
1182         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1183         files exist before trying to read them.
1184
1185         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1186         around <pre_int>.
1187
1188         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1189
1190         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1191
1192 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1193
1194         * mm-util.el (mm-image-load-path): Just return the image directories,
1195         not all directories in the path in addition to the image directories.
1196         (mm-image-load-path): Maintain a cache of the image directories so that
1197         the `g' command in Gnus doesn't have to stat dozens of directories each
1198         time.
1199
1200         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1201         (gnus-html-wash-tags): Add a new `i' command to insert images.
1202         (gnus-html-insert-image): New command and keystroke.
1203         (gnus-html-redisplay-with-images): New command and keystroke.
1204         (gnus-html-show-images): Renamed command.
1205         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1206         spacers.
1207         (gnus-html-wash-tags): Decode entities at the end, so that entities
1208         inside the tags don't mess up the rest of the "parsing".
1209
1210         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1211         so that nnimap methods aren't agentized by default.  There's apparently
1212         many problems related to agent/imap behaviour.
1213
1214         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1215
1216         * gnus-html.el: Doc fix.
1217
1218 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1219
1220         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1221         specifier-spec-list for Emacs 21.
1222
1223         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1224         glyph-width and glyph-height instead of display-graphic-p and
1225         image-size; make avoidance of displaying small images work for XEmacs.
1226
1227         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1228         for XEmacs.
1229
1230         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1231         of symbol that holds plist data.
1232         (gnus-process-plist): Remove plist of process after getting it.
1233
1234 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1235
1236         * message.el (message-generate-hashcash): Change default to
1237         'opportunistic if hashcash is installed.
1238
1239         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1240         (gnus-html-put-image): Only call image-size once, since it's somewhat
1241         time-consuming on remote X servers.
1242
1243 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1244
1245         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1246         type on data, not a file name.
1247
1248         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1249         window-pixel-edges for Emacs 21.
1250
1251         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1252         decoded contents.
1253         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1254
1255 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1256
1257         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1258         group line format, since it isn't very interesting.
1259
1260         * gnus-agent.el (gnus-agent-short-article),
1261         (gnus-agent-long-article): Increase values for these two variables,
1262         since most people are likely to have more network connection and
1263         storage than before.
1264
1265         * gnus.el (gnus-refer-article-method): Change default to 'current.
1266         When referring an article, the common behaviour is to refer it from the
1267         current select method, not the native select method.  The chances of
1268         the native select method having the message in question is rather slim
1269         these days.
1270
1271         * gnus-sum.el (gnus-auto-select-subject): Change default to
1272         `unseen-or-unread'.  I think it's likely that most people want to
1273         select an unseen article over a previously seen, but unread one.
1274
1275         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1276         means that in the article buffer none of the minor mode elements will
1277         be shown, usually, and this is not desirable in most cases.
1278
1279         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1280         that commands like `d' (and the like) go to the next line in the
1281         buffer, instead of the next unread article.  I think this is the
1282         behaviour that is most natural for most users.
1283         (gnus-single-article-buffer): Change default to nil, so that people can
1284         have as many article buffers open as they have summary buffer.  I think
1285         this is the most natural way for the groups to behave.
1286
1287         * message.el (message-generate-new-buffers): Change default to
1288         `unsent', so that all new message buffers start their names with the
1289         string "*unsent", and it's easier to find the buffers if you move from
1290         them.
1291
1292 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1293
1294         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1295         small.  They're probably tracking images.
1296         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1297         (gnus-html-rescale-image): Yet another try at getting the image sizing
1298         right.
1299
1300         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1301         nntp-marks-file-name is nil.
1302
1303 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1304
1305         * gnus-html.el (gnus-html-wash-tags)
1306         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1307         Better logging.
1308
1309 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1310
1311         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1312
1313         * gnus-html.el (gnus-html-wash-tags): Check the value of
1314         gnus-blocked-images in the summary buffer.
1315
1316 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1317
1318         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1319
1320 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1321
1322         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1323         like "a", it seems like.
1324         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1325         since it needs to be picked from the correct buffer.
1326
1327         * nnwfm.el: Removed.
1328
1329         * nnlistserv.el: Removed.
1330
1331 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1332
1333         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1334         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1335
1336 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1337
1338         * nnkiboze.el: Removed.
1339
1340         * nndb.el: Removed.
1341
1342         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1343         alt text.
1344         (gnus-html-rescale-image): Try to get the rescaling logic right for
1345         images that are just wide and not tall.
1346
1347         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1348         overshadow variable bindings.
1349
1350 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1351
1352         * gnus-html.el (gnus-html-wash-tags)
1353         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1354         extra logging.
1355
1356 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1357
1358         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1359         (gnus-max-image-proportion): New variable.
1360         (gnus-html-rescale-image): New function.
1361         (gnus-html-put-image): Rescale images.
1362
1363 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1364
1365         Fix up some byte-compiler warnings.
1366         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1367         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1368         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1369         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1370         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1371         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1372         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1373
1374 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1375
1376         * gnus-html.el (gnus-article-html): Decode contents by charset.
1377
1378 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1379
1380         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1381         (gnus-html-frame-width, gnus-blocked-images)
1382         * message.el (message-prune-recipient-rules): Add custom version.
1383         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1384
1385         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1386         functions.
1387
1388         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1389         gnus-process-get.
1390
1391 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1392
1393         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1394         instead of lsub directly.
1395
1396 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1397
1398         * nnwarchive.el: Removed.
1399
1400         * gnus-soup.el: Removed.
1401
1402         * nnsoup.el: Removed.
1403
1404         * nnultimate.el: Removed.
1405
1406         * gnus-html.el (gnus-blocked-images): New variable.
1407
1408         * message.el (message-prune-recipients): New function.
1409         (message-prune-recipient-rules): New variable.
1410
1411         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1412         guess whether a long line is natural text or not.
1413
1414         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1415         gnus-process-plist and friends for compatibility.
1416
1417 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1418
1419         * gnus-html.el: Require packages that define macros used in this file.
1420         (gnus-article-mouse-face): Declare to silence byte-compiler.
1421         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1422         process-get.
1423         (gnus-html-put-image): Use plist-get to avoid getf.
1424         (gnus-html-prefetch-images): Use with-current-buffer.
1425
1426 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1427
1428         * gnus-ems.el: Provide compatibility functions for
1429         gnus-set-process-plist.
1430
1431         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1432         header-line-format for XEmacs 21.4.
1433
1434         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1435         * gnus.el (gnus-valid-select-methods)
1436         * message.el (message-send-mail-partially-limit)
1437         * mm-decode.el (mm-text-html-renderer)
1438         * mml.el (mml-insert-mime-headers-always)
1439         * smiley.el (smiley-regexp-alist): Bump custom version.
1440
1441 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1442
1443         * gnus-html.el: require mm-url.
1444         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1445         with the url to `url'.
1446         (gnus-html-wash-tags): Support cid: URLs/images.
1447
1448 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1449
1450         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1451         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1452         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1453
1454         * gnus-move.el: Removed file, since it doesn't really work.
1455
1456         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1457         UTF-8.  This seems to fix problems with some German web feeds.
1458
1459         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1460         at the top so that the proper colours are applied.
1461
1462         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1463         don't have dots in their names.
1464
1465         * gnus-art.el (gnus-article-view-part): Doc fix.
1466
1467         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1468         XEmacs-compatible.
1469         (gnus-html-put-image): Don't do images on non-graphic displays.
1470
1471         * nnslashdot.el: Removed this unused backend.
1472
1473         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1474         actions.
1475         (gnus-undo-register-1): Revert last change.
1476
1477         * gnus-group.el (gnus-group-completing-read): Protect against not
1478         having completion-styles bound.
1479
1480         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1481         make broken recipients happier.
1482
1483         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1484
1485         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1486         point parameter.
1487
1488         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1489
1490         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1491         completion-styles for group selection.
1492
1493 2009-02-04  Andreas Schwab  <schwab@suse.de>
1494
1495         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1496         headers and regexp-quote the match if necessary.
1497
1498 2009-03-24  Miles Bader  <miles@gnu.org>
1499
1500         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1501         the blinking smiley.
1502
1503 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1504
1505         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1506         blink smiley.
1507
1508 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1509
1510         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1511         where the dribbel file lives exists.
1512
1513         * message.el (message-send-mail-partially-limit): Change the default to
1514         nil, since most people don't want this.
1515
1516         * mm-url.el (mm-url-decode-entities): Also decode entities like
1517         &#x3212.
1518
1519 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1520
1521         * gnus-sum.el (gnus-summary-idna-message):
1522         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1523         Hyperlink urls in docstrings with URL `...'.
1524
1525 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1526
1527         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1528         functions.
1529
1530 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1531
1532         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1533         say what the mouseover text should be.
1534
1535         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1536         version of the mm-w3m-safe-url-regexp variable to only download images
1537         in the groups where we want that to happen.
1538
1539         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1540
1541         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1542         easier debugging.
1543         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1544         big pictures in the article buffer.
1545
1546         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1547         gnus-article-html.
1548         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1549         w3m.
1550
1551         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1552
1553 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1554
1555         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1556         which doesn't exist.
1557
1558         * message.el (message-inhibit-ecomplete): New variable to allow some
1559         function to inhibit ecomplete address storage.
1560         (message-resend): Disable ecomplete message storage when resending
1561         messages.
1562
1563         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1564
1565 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1566
1567         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1568         Save excursion while copying, moving, and deleting articles in order to
1569         prevent the cursor from jumping to unforeseen place.
1570
1571 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1572
1573         * lpath.el: No need to bind bookmark-current-buffer,
1574         bookmark-yank-point and bookmark-make-record-function.
1575
1576 2010-08-17  Glenn Morris  <rgm@gnu.org>
1577
1578         * gnus-sync.el: Require gnus components whose functions are used.
1579
1580         * gnus-art.el (bookmark-make-record-function):
1581         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1582         Declare for compiler.
1583
1584         * mm-url.el (mml-compute-boundary): Autoload.
1585
1586 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1587
1588         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1589
1590 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1591
1592         Typo fix "hoo4a" -> "hook".
1593
1594         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1595
1596 2010-08-14  Glenn Morris  <rgm@gnu.org>
1597
1598         * gnus-sync.el (gnus-sync): Fix defgroup version.
1599
1600 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1601
1602         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1603
1604         * gnus-sync.el: Fix docs.
1605         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1606         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1607
1608 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1609
1610         Optimizations for gnus-sync.el.
1611
1612         * gnus-sync.el: Add docs about gnus-sync-backend
1613         possibilities.
1614         (gnus-sync-save): Remove unnecessary message.
1615         (gnus-sync-read): Optimize and show what groups were skipped.
1616
1617 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1618
1619         Minor bug fixes for gnus-sync.el.
1620
1621         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1622         read the sync on get-new-news.
1623
1624         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1625         quiet.
1626
1627         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1628
1629 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1630
1631         Make saving and restoring of hidden threads work with overlays.
1632         Patch applied by Ted Zlatanov.
1633
1634         * gnus-sum.el (gnus-hidden-threads-configuration)
1635         (gnus-restore-hidden-threads-configuration): Update to deal with text
1636         properties, rather than searching for a magic character.
1637
1638 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1639
1640         New gnus-sync.el library for synchronization of marks.
1641
1642         * gnus-sync.el: New library for synchronization of marks.
1643
1644         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1645         renamed from `gnus-registry-grep-in-list'.
1646
1647         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1648
1649         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1650
1651 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1652
1653         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1654         determining charset of text fails.
1655
1656 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1657
1658         * nnmail.el (nnmail-get-new-mail-1): Revert.
1659
1660         * nnml.el (nnml-active-number): Make sure names of newly created groups
1661         in nnml-group-alist are encoded.
1662
1663 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1664
1665         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1666         containing non-ASCII characters in active file for nnml back end.
1667
1668 2010-07-24  David Engster  <dengste@eml.cc>
1669
1670         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1671         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1672
1673 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1674
1675         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1676         tag (Bug#6654).
1677
1678 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1679
1680         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1681         the article buffer, not the summary buffer.
1682
1683 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1684
1685         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1686         Emacs 23 as well.
1687
1688 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1689
1690         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1691         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1692
1693 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1694
1695         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1696         Patch applied by Karl Fogel.
1697
1698         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1699         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1700
1701 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1702
1703         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1704         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1705         C-w still not working correctly from Article buffers; Thierry's
1706         patch to fix that will be applied after this.
1707
1708         * gnus-art.el (bookmark-make-record-function): New local variable.
1709
1710         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1711         article buffer.
1712         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1713
1714 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1715
1716         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1717         on changes in bookmark.el.
1718
1719 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1720
1721         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1722         `no-log' instead of message not to log prompt string.
1723
1724 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1725
1726         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1727         the *other* type of HTML form submission.
1728
1729 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1730
1731         * auth-source.el (auth-source-pick): If choice does not contain a
1732         questioned keyword, set the check to t.
1733
1734 2010-06-12  Romain Francoise  <romain@orebokech.com>
1735
1736         * gnus-util.el (gnus-date-get-time): Move up before first use.
1737
1738 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1739
1740         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1741         (gnus-article-edit-part): Bind it to make last part that is substituted
1742         or deleted visible.
1743         (gnus-mime-display-single): Buttonize part of which id equals to
1744         gnus-mime-buttonized-part-id.
1745
1746 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1747
1748         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1749         (gnus-dd-mmm): Use gnus-date-get-time.
1750         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1751         simplify logic.
1752         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1753         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1754
1755 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1756
1757         * auth-source.el (top): Autoload `secrets-list-collections',
1758         `secrets-create-item', `secrets-delete-item'.
1759         (auth-sources): Fix tag string.
1760         (auth-get-source, auth-source-retrieve, auth-source-create)
1761         (auth-source-delete): New defuns.
1762         (auth-source-pick): Rewrite in order to avoid 2 passes.
1763         (auth-source-forget-user-or-password): New parameter USERNAME.
1764         (auth-source-user-or-password): New parameters CREATE-MISSING and
1765         DELETE-EXISTING.  Retrieve password interactively, if needed.
1766
1767 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1768
1769         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1770         deleting unused directories when gnus-expert-user is t.
1771
1772 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1773
1774         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1775         for each temp file when gnus-article-browse-delete-temp is ask.
1776
1777 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1778
1779         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1780         Lisp calls to delete-backward-char by calls to delete-char.
1781
1782 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1783
1784         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1785
1786 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1787
1788         * password-cache.el (password-cache-remove): Fix docstring.
1789
1790 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1791
1792         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1793         article unless decoding article to be saved.
1794
1795 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1796
1797         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1798         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1799         generated within the mm-with-unibyte-current-buffer macro.
1800
1801 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1802
1803         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1804         to nil when we're in a mml-preview buffer and no group is selected.
1805
1806 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1807
1808         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1809         when catching the `C-g'.  Reported by "Leo".
1810
1811 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1812
1813         * message.el (message-forward-make-body-plain)
1814         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1815         multibyte-string-p.
1816
1817         * lpath.el: Revert.
1818
1819 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1820
1821         * message.el (message-forward-make-body-mml): Assume original message
1822         is multibyte string; error on unibyte.
1823         (message-forward-make-body-plain): Ditto; don't add excessive newline
1824         in body end.
1825
1826         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1827
1828 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1829
1830         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1831         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1832
1833 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1834
1835         * mm-extern.el (mm-extern-url): Don't use
1836         mm-with-unibyte-current-buffer.
1837         (mm-extern-cache-contents): Use with-current-buffer instead of
1838         save-excursion + set-buffer.
1839
1840 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1841
1842         * mm-util.el (mm-emacs-mule): Remove.
1843
1844 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1845
1846         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1847         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1848         change.
1849
1850 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1851
1852         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1853         bind the default value of enable-multibyte-characters to nil.
1854
1855 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1856
1857         * message.el (message-forward-make-body-plain)
1858         (message-forward-make-body-mml):
1859         Don't use mm-with-unibyte-current-buffer.
1860
1861 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1862
1863         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1864
1865 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1866
1867         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1868         (Bug#5592).
1869
1870 2010-05-07  Julien Danjou  <julien@danjou.info>
1871
1872         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1873         it to mm-pipe-part.
1874
1875         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1876         it is given.
1877
1878 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1879
1880         * binhex.el (binhex-decode-region-internal)
1881         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1882         (dns-query)
1883         * nnweb.el (nnweb-gmane-search)
1884         * pgg-parse.el (pgg-parse-armor)
1885         * pgg.el (pgg-verify-region)
1886         * sha1.el (sha1-string-external)
1887         * uudecode.el (uudecode-decode-region-internal)
1888         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1889         XEmacs.
1890
1891         * gnus-art.el (gnus-article-browse-html-parts)
1892         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1893         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1894         make-temp-file.
1895
1896         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1897         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1898         compiling.
1899
1900         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1901         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1902         XEmacs when compiling.
1903
1904         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1905         gnus-pick-mode-off-hook for XEmacs when compiling.
1906         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1907         gnus-binary-mode-off-hook for XEmacs when compiling.
1908
1909         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1910         nil if char-charset is not available.
1911
1912         * imap.el (imap-disable-multibyte)
1913         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1914         macros.
1915
1916         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1917         instead of encode-coding-string.
1918
1919         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1920         'xemacs) instead of mm-emacs-mule to switch function definitions.
1921         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1922
1923         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1924         bind temporary-file-directory for XEmacs;
1925         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1926         timer-set-function for XEmacs 21.4 and SXEmacs;
1927         bind timer-list for XEmacs 21.4 and SXEmacs;
1928         fbind char-charset and find-charset-region for non-Mule XEmacs;
1929         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1930         encode-coding-region and encode-coding-string for XEmacs having no
1931         file-coding feature.
1932
1933 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1934
1935         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1936
1937 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1938
1939         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1940         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1941
1942 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1943
1944         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1945         alias `jka-compr-delete-temp-file' no longer exists.
1946
1947 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1948
1949         Use define-minor-mode in Gnus where applicable.
1950         * mml.el (mml-mode): Use define-minor-mode.
1951         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1952         (gnus-undo-mode): Use define-minor-mode.
1953         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1954         (gnus-dead-summary-mode): Use define-minor-mode.
1955         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1956         Initialize in declaration.
1957         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1958         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1959         (gnus-mailing-list-mode): Use define-minor-mode.
1960         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1961         (gnus-draft-mode): Use define-minor-mode.
1962         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1963         (gnus-dired-mode): Use define-minor-mode.
1964
1965 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1966
1967         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1968         handles on recursive mml-to-mime translation and check them for
1969         boundary delimiter collisions.  Reported by Greg Troxel.
1970
1971 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1972
1973         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1974
1975 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1976
1977         * mm-util.el (mm-find-buffer-file-coding-system):
1978         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1979
1980 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1981
1982         * message.el (message-generate-headers): Record insertion of optional
1983         headers as well.  Otherwise the check to prevent repeated insertion of
1984         optional headers is a no-op.
1985
1986 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1987
1988         * smime.el: Don't mention CVS.
1989
1990         * nnrss.el (nnrss-fetch): Don't mention CVS.
1991
1992         * nnir.el: Don't mention CVS.
1993
1994 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1995
1996         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1997
1998 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1999
2000         * lpath.el: Fbind bookmark-default-handler,
2001         bookmark-get-bookmark-record, bookmark-make-record-default,
2002         bookmark-prop-get for Emacs <23 and XEmacs.
2003
2004 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2005
2006         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2007         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2008         Use with-current-buffer to silence the byte-compiler.
2009         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2010         bother to require `gnus'.
2011         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2012
2013 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2014
2015         * gnus-sum.el (gnus-summary-bookmark-make-record)
2016         (gnus-summary-bookmark-jump): New functions.
2017         (gnus-summary-mode): Setup bookmark support.
2018
2019 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2020
2021         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2022         if set.
2023
2024 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2025
2026         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2027         gnus-article-browse-html-save-cid-image; make it work recursively for
2028         forwarded messages as well.
2029         (gnus-article-browse-html-parts): Work when prefix arg is given.
2030         (gnus-article-browse-html-article): Doc fix.
2031
2032 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2033
2034         * message.el (message-default-mail-headers):
2035         (message-default-headers): Carry the value mail-default-headers over
2036         into message-default-mail-headers, rather than message-default-headers.
2037
2038 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2039
2040         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2041         charset.
2042
2043         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2044         charset into the <meta> tag when the article is encoded to utf-8.
2045
2046 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2047
2048         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2049         directories as well.
2050         (gnus-article-browse-html-parts): Work for images that do not specify
2051         file names; delete temp directory when quitting; insert header at the
2052         right place; use file: scheme for image files.
2053
2054 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2055
2056         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2057         (gnus-article-browse-html-parts): Use it to make temporary cid image
2058         files in addition to html file so that browser may display them.
2059
2060 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2061
2062         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2063
2064 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2065
2066         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2067
2068 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2069
2070         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2071         about Secret Service API sources.  Improve Customize options.
2072         (auth-source-pick): Change to accept any number of search parameters.
2073         Implement fallbacks iteratively, not recursively.  Add scoring on the
2074         second pass and sort by score.  Call Secret Service API when needed.
2075         (auth-source-user-or-password): Use it.  Call Secret Service API
2076         directly when needed to get the user name and the password.
2077
2078 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2079
2080         * message.el (message-interactive): Doc fix.
2081         (message-qmail-inject-args): Reflow.
2082         (message-kill-to-signature): Fix typo in docstring.
2083
2084         * smiley.el (smiley-buffer): Fix typo in docstring.
2085
2086 2010-03-24  Glenn Morris  <rgm@gnu.org>
2087
2088         * mail-source.el (gnus-message): Declare.
2089         (mail-source-delete-old-incoming): Require gnus-util.
2090
2091 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2092
2093         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2094
2095         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2096
2097         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2098         password-cache's default if it is not bound.
2099         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2100         password-cache-expiry's default if it is not bound.
2101
2102         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2103         available in Emacs 21.
2104
2105         * lpath.el: Suppress compiler warnings for:
2106         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2107         XEmacs;
2108         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2109         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2110         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2111
2112 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2113
2114         * auth-source.el (auth-sources): Fix up definition so extra parameters
2115         are always inline.
2116
2117 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2118
2119         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2120         wasn't updated after mismatch.  Clear cached mailbox info correctly
2121         when uidvalidity changes.
2122         (nnimap-group-prefixed-name): New function to avoid some code
2123         duplication.
2124         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2125         (nnimap-request-group): Use it.
2126         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2127         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2128         with many imap folders.  This is done by caching the group status from
2129         the imap server persistently in a group parameter `imap-status'.  (This
2130         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2131         but not persistently, so every Gnus startup was still very slow.)
2132
2133 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2134
2135         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2136         delete the extra newline.  Otherwise editing of :string and :number
2137         types don't work.
2138
2139 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2140
2141         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2142         secrets.el dependency.
2143         (auth-sources): Add optional user name.  Add secrets.el configuration
2144         choice (unused right now).
2145
2146 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2147
2148         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2149         `gnus-registry-install-shortcuts' fill in the functions.
2150
2151         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2152         warnings.
2153         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2154         (gnus-registry-install-shortcuts): Populate and use it in a
2155         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2156
2157 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2158
2159         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2160         In-place substitutions for the group name encoding/decoding.
2161         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2162         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2163         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2164         (nnimap-update-unseen, nnimap-request-list)
2165         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2166         (nnimap-request-set-mark, nnimap-split-to-groups)
2167         (nnimap-split-articles, nnimap-request-newgroups)
2168         (nnimap-request-create-group, nnimap-request-accept-article)
2169         (nnimap-request-delete-group, nnimap-request-rename-group)
2170         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2171         `encoded-mbx' for consistency.
2172         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2173         variable `imap-current-mailbox'.
2174
2175         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2176         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2177
2178 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2179
2180         * pop3.el (pop3-display-message-size-flag): Display message size byte
2181         counts during POP3 download.
2182         (pop3-movemail): Use it.
2183         (pop3-list): Implement listing of available messages.
2184
2185 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2186
2187         * nnir.el (nnir-get-article-nov-override-function): New function to
2188         override the normal NOV retrieval.
2189         (nnir-retrieve-headers): Use it.
2190
2191 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2192
2193         * auth-source.el (netrc-machine-user-or-password): Autoload.
2194
2195 2010-03-19  Glenn Morris  <rgm@gnu.org>
2196
2197         Stop message.el from loading about 40 libraries it doesn't always need.
2198         The general approach is to autoload rather than require, and to
2199         require in the specific functions rather than the file.  (Bug#5642)
2200
2201         * gmm-utils.el: Don't require wid-edit.
2202         (widget-create-child-value, widget-convert, widget-default-get):
2203         Autoload.
2204
2205         * gnus-util.el: Don't require time-date, netrc.
2206         (message-fetch-field, gnus-group-name-decode): Declare rather than
2207         autoloading.
2208         (gnus-fetch-field): Require message.
2209         (gnus-decode-newsgroups): Require gnus-group.
2210
2211         * ietf-drums.el: Don't require time-date.
2212
2213         * message.el: Don't require hashcash, canlock, ecomplete.
2214         Do require mail-utils.  Require nnheader only when compiling.
2215         (smtpmail-default-smtp-server): Remove declaration.
2216         (message-send-mail-function): Check smtpmail-default-smtp-server
2217         is bound rather than requiring smtpmail.
2218         (message-auto-save-directory, message-insert-signature): Use
2219         expand-file-name rather than nnheader-concat.
2220         (nnheader-insert-file-contents): Autoload.
2221         (hashcash-wait-async): Declare.
2222         (message-send-mail): Only call gnus-setup-posting-charset if
2223         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2224         (message-send-mail-with-sendmail): Require sendmail.
2225         (canlock-password, canlock-password-for-verify): Declare.
2226         (message-canlock-password): Require canlock.
2227         (nnheader-get-report): Autoload.
2228         (gnus-setup-posting-charset): Declare.
2229         (message-send-news): Require gnus-msg.
2230         (message-make-references, message-make-in-reply-to): Use mail-header-id
2231         rather than the alias mail-header-message-id.
2232         (ecomplete-add-item, ecomplete-save): Declare.
2233         (message-put-addresses-in-ecomplete): Require ecomplete.
2234         (ecomplete-display-matches): Autoload.
2235
2236         * mm-decode.el: Don't require mailcap, gnus-util.
2237         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2238         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2239         Autoload.
2240         (mailcap-mime-extensions): Declare.
2241
2242         * mm-encode.el: Don't require mailcap.
2243         (mailcap-extension-to-mime): Autoload.
2244
2245         * mml-sec.el: Don't require password-cache.
2246
2247         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2248         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2249         (mml-minibuffer-read-type): Require mailcap.
2250         (mml-preview): Require gnus-msg.
2251
2252         * mml1991.el: Require password-cache.
2253         (password-cache-expiry): Remove declaration.
2254
2255         * mml2015.el: Require password-cache.
2256         (password-cache-expiry): Remove declaration.
2257
2258         * nneething.el (mailcap): Require mailcap.
2259
2260         * nnheader.el (declare-function): Add compatibility stub.
2261         (message-remove-header): Declare rather than autoload.
2262         (nnheader-replace-header): Require message.
2263
2264         * nnimap.el (declare-function): Add compatibility stub.
2265         (netrc-parse, netrc-machine-user-or-password): Declare.
2266         (nnimap-open-connection): Require netrc.
2267
2268         * nntp.el (declare-function): Add compatibility stub.
2269         (netrc-parse, netrc-machine, netrc-get): Declare.
2270         (nntp-send-authinfo): Require netrc.
2271
2272         * rfc2047.el: Don't require qp.
2273         (quoted-printable-encode-region, quoted-printable-decode-string):
2274         Autoload.
2275
2276         * sieve-mode.el: Don't require easymenu.
2277         (easy-menu-add-item): Autoload it.
2278
2279         * spam-stat.el (time-to-number-of-days): Autoload it.
2280
2281 2010-03-19  Glenn Morris  <rgm@gnu.org>
2282
2283         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2284
2285 2010-03-18  Glenn Morris  <rgm@gnu.org>
2286
2287         * hashcash.el (declare-function): Remove duplicate definition.
2288
2289 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2290
2291         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2292         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2293         value if any backslash escapes).
2294
2295 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2296
2297         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2298         if it is available.  (bug#5647)
2299
2300         * lpath.el: Suppress compiler warning for coding-system-from-name for
2301         Emacs 21 and XEmacs.
2302
2303 2010-03-14  Juri Linkov  <juri@jurta.org>
2304
2305         * hmac-def.el:
2306         * hmac-md5.el:
2307         * netrc.el: Fix keywords.
2308
2309 2010-02-26  Glenn Morris  <rgm@gnu.org>
2310
2311         * message.el (message-send-mail-function): Change the default, so that
2312         it inherits from a customized send-mail-function.  (Bug#5643)
2313
2314 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2315
2316         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2317         shell-command-to-string signals an error (bug#5299).
2318
2319 2010-02-24  Glenn Morris  <rgm@gnu.org>
2320
2321         * message.el (message-smtpmail-send-it)
2322         (message-send-mail-with-mailclient): Doc fixes.
2323
2324 2010-02-16  Glenn Morris  <rgm@gnu.org>
2325
2326         * message.el (message-default-mail-headers): Change the default value
2327         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2328
2329 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2330
2331         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2332         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2333
2334 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2335
2336         * time-date.el (date-to-time): Doc fix (Bug#5408).
2337
2338 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2339
2340         * message.el (message-mail): Just pass yank-action on to message-setup.
2341         (message-setup): Handle (FUN . ARGS) form of yank-action.
2342         (message-with-reply-buffer, message-widen-reply)
2343         (message-yank-original): Handle non-buffer values of
2344         message-reply-buffer (Bug#4080).
2345         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2346
2347 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2348
2349         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2350         Fix typo in docstring.
2351
2352 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2353
2354         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2355         response.
2356
2357 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2358
2359         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2360
2361         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2362
2363         * message.el (message-check-news-header-syntax): Protect against a
2364         string that `rfc822-addresses' returns when parsing fails.
2365
2366 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2367
2368         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2369         (gnus-previous-char-property-change): New functions.
2370
2371         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2372
2373 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2374
2375         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2376         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2377
2378 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2379
2380         * message.el (message-exchange-point-and-mark): Rework last change to
2381         avoid using optional arg of exchange-point-and-mark, for backward
2382         compatibility.
2383
2384 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2385
2386         * message.el (message-exchange-point-and-mark): Call
2387         exchange-point-and-mark with an argument rather than setting
2388         mark-active by hand (Bug#5175).
2389
2390 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2391
2392         * nntp.el (nntp-service-to-port): Work for service expressed with
2393         numeric string; replace [:digit:] with [0-9] for XEmacs.
2394
2395 2009-12-17  Glenn Morris  <rgm@gnu.org>
2396
2397         * gnus-group.el (gnus-bug-group-download-format-alist):
2398         Change emacs entry to debbugs.gnu.org.  Bump :version.
2399
2400 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2401
2402         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2403
2404 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2405
2406         * message.el (message-info): Explain why we use `Info-goto-node'.
2407
2408 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2409
2410         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2411
2412 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2413
2414         * message.el (message-completion-in-region): New compatibility function.
2415         (message-expand-group): Use it.
2416
2417 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2418
2419         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2420         with no unread article should be listed if the 2nd arg `predicate' is
2421         given.
2422
2423 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2424
2425         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2426
2427 2009-11-29  Juri Linkov  <juri@jurta.org>
2428
2429         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2430         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2431         on `gnus-recenter'. (Bug#4698, Bug#4981)
2432
2433 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2434
2435         * sha1.el (sha1-string-external): default-directory "/" in case
2436         otherwise non-existent.  process-connection-type pipe for touch of
2437         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2438
2439 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2440
2441         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2442         it's comms related and sgml-mode.el has "comm" on that basis too.
2443
2444 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2445
2446         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2447         containing tspecial characters if they have been already quoted.
2448
2449 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2450
2451         * dns-mode.el (auto-mode-alist): Purecopy string.
2452
2453 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2454
2455         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2456
2457 2009-10-24  Glenn Morris  <rgm@gnu.org>
2458
2459         * gnus-art.el (help-xref-stack-item): Define for compiler.
2460
2461 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2462
2463         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2464
2465 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2466
2467         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2468
2469 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2470
2471         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2472         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2473
2474 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2475
2476         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2477         (gnus-overlays-in): New alias to overlays-in.
2478
2479         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2480         gnus-overlay-get, and gnus-delete-overlay.
2481         (gnus-summary-show-thread): Make it work as well for systems in which
2482         next-single-char-property-change is not available.
2483         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2484
2485         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2486         (gnus-overlay-get): New alias to extent-property.
2487         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2488
2489         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2490         SXEmacs.
2491
2492         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2493         SXEmacs.
2494
2495 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2496
2497         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2498
2499 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2500
2501         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2502         and XEmacs that don't have `remove-overlays'.
2503
2504 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2505
2506         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2507         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2508         selective display.  Use overlays instead.
2509
2510 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2511
2512         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2513
2514 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2515
2516         * spam-stat.el (spam-stat-load): Fix typo in message.
2517
2518 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2519
2520         * dig.el (dig-invoke): Fix typo in docstring.
2521         (query-dig): Reflow docstring.
2522
2523 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2524
2525         * gnus-art.el (gnus-article-encrypt-body):
2526         * message.el (message-check-recipients):
2527         * mm-util.el (mm-codepage-setup):
2528         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2529         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2530
2531 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2532
2533         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2534         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2535         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2536         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2537         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2538
2539 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2540
2541         * dig.el: Add "Keywords: comm", as per net-utils.el.
2542
2543 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2544
2545         * dig.el (dig-mode): Use define-derived-mode.
2546
2547 2009-09-19  Glenn Morris  <rgm@gnu.org>
2548
2549         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2550
2551 2009-09-18  Glenn Morris  <rgm@gnu.org>
2552
2553         * gnus-diary.el (gnus-diary-check-message):
2554         * message.el (message-insert-formatted-citation-line):
2555         * nnbabyl.el (top-level):
2556         * nndiary.el (nndiary-schedule):
2557         Fix typos in condition-case handlers.
2558
2559 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2560
2561         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2562         configuration that provides the sole article window in a frame;
2563         position point correctly after deleting a part.
2564
2565 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2566
2567         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2568         (spam-resolve-registrations-routine): Use it to unregister articles
2569         that change status.
2570
2571 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2572
2573         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2574         with XEmacs.
2575         (parse-time-string-chars): Use it.
2576
2577 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2578
2579         * imap.el (imap-interactive-login): Better messages.
2580         (imap-open): Fix bug with renamed buffer on reconnect.
2581         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2582         for easier debugging and cleaner code.  On successful (guessed based on
2583         server capabilities) secondary authentication, set imap-state
2584         correctly.
2585         (imap-last-authenticator): Define imap-last-authenticator as a variable
2586         to avoid warnings.
2587
2588 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2589
2590         * nnrss.el (nnrss-request-article): Remove binding of
2591         default-enable-multibyte-characters that has gotten needless by
2592         the 2007-07-13 change in rfc2047-encode-message-header.
2593
2594         * mml.el (mml-insert-multipart): Error on the message header.
2595         (mml-insert-part): Error on the message header; position point at
2596         the end of a MIME tag.
2597
2598 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2599
2600         * time-date.el (autoload): Expand define-obsolete-function-alias into
2601         defalias and make-obsolete for old Emacsen that Gnus supports.
2602         (with-no-warnings): Define it for old Emacsen.
2603         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2604         is available.
2605         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2606         float-time is available; suppress compile warning for time-to-seconds.
2607
2608         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2609         (gnus-float-time): Alias to float-time if it exists.
2610
2611         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2612         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2613         float-time is available; suppress compile warning for time-to-seconds.
2614
2615         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2616         XEmacs.
2617
2618 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2619
2620         * imap.el (imap-message-map): Docstring fix.
2621
2622 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2623
2624         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2625         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2626         Add the optional argument `encoding' that overrides the default.
2627
2628         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2629         mm-encode-buffer.
2630
2631 2009-09-04  Glenn Morris  <rgm@gnu.org>
2632
2633         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2634         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2635         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2636         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2637         * mm-util.el (mm-with-unibyte-current-buffer)
2638         (mm-find-buffer-file-coding-system):
2639         * yenc.el (yenc-decode-region): Use default-value rather than
2640         default-enable-multibyte-characters.
2641
2642 2009-09-03  Glenn Morris  <rgm@gnu.org>
2643
2644         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2645         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2646         than default-enable-multibyte-characters.
2647
2648 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2649
2650         * gnus-art.el (gnus-article-read-summary-keys):
2651         Fix gnus-buffer-configuration's value temporarily used.
2652
2653 2009-09-02  Glenn Morris  <rgm@gnu.org>
2654
2655         * gnus-util.el (gnus-float-time): New function.
2656         * gnus-delay.el (gnus-delay-article):
2657         * gnus-sum.el (gnus-thread-latest-date):
2658         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2659         * nnspool.el (nnspool-request-newgroups):
2660         Use gnus-float-time rather than time-to-seconds.
2661         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2662
2663         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2664         (gnus-header-subject-face, gnus-header-newsgroups-face)
2665         (gnus-header-name-face, gnus-header-content-face):
2666         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2667         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2668         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2669         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2670         (gnus-cite-face-11):
2671         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2672         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2673         (gnus-server-closed-face, gnus-server-denied-face)
2674         (gnus-server-offline-face):
2675         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2676         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2677         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2678         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2679         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2680         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2681         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2682         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2683         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2684         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2685         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2686         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2687         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2688         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2689         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2690         (gnus-summary-high-undownloaded-face)
2691         (gnus-summary-low-undownloaded-face)
2692         (gnus-summary-normal-undownloaded-face)
2693         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2694         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2695         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2696         (gnus-splash-face):
2697         * message.el (message-header-to-face, message-header-cc-face)
2698         (message-header-subject-face, message-header-newsgroups-face)
2699         (message-header-other-face, message-header-name-face)
2700         (message-header-xheader-face, message-separator-face)
2701         (message-cited-text-face, message-mml-face):
2702         * sieve-mode.el (sieve-control-commands-face)
2703         (sieve-action-commands-face, sieve-test-commands-face)
2704         (sieve-tagged-arguments-face):
2705         * spam.el (spam-face):
2706         Mark face aliases with "-face" in the name as obsolete.
2707
2708 2009-09-01  Glenn Morris  <rgm@gnu.org>
2709
2710         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2711         than goto-line.
2712
2713 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2714
2715         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2716         Don't move point if the command is invoked inside the message header.
2717
2718 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2719
2720         * imap.el (imap-send-command): Simplify.
2721         (imap-wait-for-tag): point-max -> buffer-size.
2722
2723 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2724
2725         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2726         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2727         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2728         * nnir.el (nnir-swish-e-index-file):
2729         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2730         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2731         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2732         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2733         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2734         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2735
2736 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2737
2738         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2739         Don't save excursion.
2740
2741 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2742
2743         * nnheader.el (nnheader-find-file-noselect):
2744         * mm-util.el (mm-insert-file-contents):
2745         Use (default-value 'major-mode) instead of default-major-mode.
2746
2747 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2748
2749         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2750
2751 2009-08-26  Glenn Morris  <rgm@gnu.org>
2752
2753         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2754         than placing in files.el.
2755
2756 2009-08-25  Glenn Morris  <rgm@gnu.org>
2757
2758         * nnir.el (top-level): Don't require cl at run-time.
2759         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2760         Replace cl-function substitute with gnus-replace-in-string.
2761         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2762         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2763         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2764         simplified expansions.
2765
2766 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2767
2768         * dig.el (dig): Add autoload cookie.
2769
2770 2009-08-22  Glenn Morris  <rgm@gnu.org>
2771
2772         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2773         goto-line.
2774
2775 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2776
2777         * parse-time.el (parse-time-string-chars): Save match data.
2778
2779 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2780
2781         * parse-time.el (parse-time-string-chars): Compute using character
2782         classes, to handle non-ascii characters (Bug#3190).
2783
2784 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2785
2786         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2787
2788         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2789         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2790         (gnus-mm-display-part, gnus-mime-display-single)
2791         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2792         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2793
2794         * gnus-sum.el
2795         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2796         (gnus-summary-move-article): Add expirable mark to articles copied or
2797         moved to group that has auto-expire turned on if the option is non-nil.
2798
2799 2009-07-24  Glenn Morris  <rgm@gnu.org>
2800
2801         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2802         Fix typo.  (Bug#3903)
2803
2804 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2805
2806         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2807         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2808         that should not be used for draft articles.
2809         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2810         that has no concern in minor mode keys.
2811         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2812         Abolish.
2813
2814 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2815
2816         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2817         article without making inquiry to a user for unknown encoding.
2818
2819         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2820         (nnmaildir--scan): Assume i-node and device number that file-attributes
2821         returns might be cons-cell.
2822
2823         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2824
2825         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2826
2827 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2828
2829         * auth-source.el: Remove docs now in auth.texi.  Don't use
2830         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2831         `auth-source-hide-passwords' and use them.
2832
2833 2009-07-15  Glenn Morris  <rgm@gnu.org>
2834
2835         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2836
2837 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2838
2839         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2840         excessive whitespace from the default values of title and description.
2841
2842 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2843
2844         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2845         mail-fetch-field to fetch Content-Description header in order to
2846         exclude newlines.
2847
2848 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2849
2850         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2851         format used by GnuPG 2.0.11.
2852
2853 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2854
2855         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2856         to deleted part.
2857
2858 2009-05-30  David Engster  <dengste@eml.cc>
2859
2860         * nnmairix.el: Remove old documentation in the commentary block.
2861         (nnmairix-request-group): Do not update active file for nnml back ends.
2862         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2863         end so that overview files are ignored.
2864         (nnmairix-update-groups): Make updating the groups more robust by using
2865         marks.
2866         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2867         with dollar characters in message-id.
2868
2869 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2870
2871         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2872         2008-12-25 in dns.el.
2873
2874 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2875
2876         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2877         could happen if the text is only composed of spaces and/or tabs.
2878
2879 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2880
2881         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2882         when sending a queued message to avoid extra mml tags.
2883
2884 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2885
2886         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2887
2888 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2889
2890         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2891         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2892         rmail-toggle-header for XEmacs;
2893         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2894
2895 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2896
2897         * gnus-dired.el: Remove autoload for gnus-setup-message.
2898         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2899         displaying Gnus logo; always use compose-mail.
2900
2901 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2902
2903         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2904
2905 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2906
2907         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2908         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2909         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2910         available.
2911         (gnus-nocem-epg-verify): New function.
2912
2913 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2914
2915         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2916
2917 2009-02-15  Glenn Morris  <rgm@gnu.org>
2918
2919         * gnus-util.el (rmail-insert-rmail-file-header)
2920         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2921         autoloads.
2922         (rmail-default-rmail-file): Remove unnecessary declaration.
2923         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2924
2925 2009-02-14  Glenn Morris  <rgm@gnu.org>
2926
2927         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2928         variable (only used in gnus-util, which declares it anyway).
2929         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2930         which was only needed by gnus-art (changed to not use it any more).
2931         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2932         only used in gnus-util, which autoloads it itself.
2933         (rmail-update-summary): Fix autoload.
2934
2935         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2936         rather than rmail-output-to-rmail-file.
2937
2938 2009-02-07  Glenn Morris  <rgm@gnu.org>
2939
2940         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2941         autoload of function that no longer exists.
2942         (rmail-toggle-header): Declare.
2943         (message-forward-rmail-make-body): Handle mbox Rmail.
2944
2945 2009-01-31  Glenn Morris  <rgm@gnu.org>
2946
2947         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2948         2009-01-09 change.
2949
2950 2009-01-31  Dave Love  <fx@gnu.org>
2951
2952         * imap.el (imap-fetch-safe): Bind debug-on-error.
2953         (imap-debug): Add imap-fetch-safe.
2954
2955 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2956
2957         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2958         (auth-source-forget-all-cached): New convenience function.
2959         (auth-source-user-or-password): Accept list of modes or a single mode.
2960
2961         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2962         auth-source modes.
2963
2964         * netrc.el (netrc-machine-user-or-password): Use list of
2965         auth-source modes.
2966
2967         * nnimap.el (nnimap-open-connection): Use list of
2968         auth-source modes.
2969
2970         * nntp.el (nntp-send-authinfo): Use list of
2971         auth-source modes.
2972
2973 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2974
2975         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2976         now.
2977
2978 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2979
2980         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2981         coding system in XEmacs; add a workaround for XEmacs.
2982
2983         * lpath.el: Fbind coding-system-aliasee.
2984
2985 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2986
2987         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2988         of current-language-environment.
2989
2990 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2991
2992         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2993         available at runtime.
2994
2995 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2996
2997         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2998
2999 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3000
3001         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3002         the greatest positive fixnum value doesn't work under an XEmacs with
3003         bignum support; use the most-positive-fixnum constant instead,
3004         available since Emacs 21.1 with cl and XEmacs 21.1.
3005
3006 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3007
3008         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3009         XEmacs gets not to work.
3010
3011 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3012
3013         * mm-util.el (mm-coding-system-priorities): Allow the value like
3014         "Japanese (UTF-8)" of current-language-environment.
3015
3016 2009-01-09  Glenn Morris  <rgm@gnu.org>
3017
3018         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3019         with last-command-event.
3020
3021 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3022
3023         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3024         in the doc string.
3025
3026         * message.el (message-fix-before-sending): Amend comment.
3027
3028 2009-01-08  Dave Love  <fx@gnu.org>
3029
3030         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3031
3032 2009-01-07  David Engster  <dengste@eml.cc>
3033
3034         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3035         simplified server definitions by converting it via
3036         gnus-server-to-method.
3037
3038 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3039
3040         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3041         parameter's operands.
3042
3043 2009-01-06  David Engster  <dengste@eml.cc>
3044
3045         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3046         primary select method (for gnus-group-mark-article-as-read).
3047
3048 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3049
3050         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3051         `(gnus)Face', not `(gnus)X-Face'.
3052
3053 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3054
3055         * mm-util.el (mm-ucs-to-char): New function.
3056
3057         * mm-url.el (mm-url-decode-entities): Use it.
3058
3059         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3060         unicode-to-char.
3061
3062 2009-01-05  Dave Love  <fx@gnu.org>
3063
3064         * time-date.el: Require cl for `declare'.
3065
3066 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3067
3068         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3069         Dave Love.
3070
3071 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3072
3073         * message.el (message-fix-before-sending): Add `eight-bit' to
3074         illegible-text check.
3075
3076 2009-01-03  Michael Olson  <mwolson@gnu.org>
3077
3078         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3079         `headers' is nil.  This can occur if the IMAP server does not have
3080         permissions to read messages from a folder, but can write new messages
3081         to the folder.
3082         (nnimap-request-article-part): Do not insert `data' if it is nil.
3083
3084         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3085         characters which will confuse `read', so skip past them.
3086
3087 2009-01-01  Dave Love  <fx@gnu.org>
3088
3089         * imap.el (imap-string-to-integer): Fix typo.
3090         (imap-fetch-safe): New function.
3091         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3092
3093         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3094
3095         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3096         (imap-parse-greeting): Fix doc strings.
3097         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3098         (imap-parse-flag-list): Make messages unique.
3099         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3100
3101         * nnimap.el: Fix author email.
3102         (nnimap-split-rule): Add FIXME comment.
3103         (nnimap-debug): Fix doc string.
3104
3105 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3106
3107         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3108
3109 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3110
3111         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3112         nslookup if resolv.conf isn't available.
3113         (dns-query): Rename from query-dns.
3114         (dns-query-cached): Rename from query-dns-cached.
3115
3116 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3117
3118         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3119         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3120         to check if those variables exist (first appeared in Emacs 18.50).
3121
3122 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3123
3124         * mm-util.el (mm-line-number-at-pos): New function.
3125
3126         * spam-report.el (spam-report-process-queue): Use it.
3127
3128 2008-12-24  David Engster  <dengste@eml.cc>
3129
3130         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3131         parameters that haven't existed as variables as buffer-local variables.
3132
3133 2008-12-23  Dave Love  <fx@gnu.org>
3134
3135         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3136         cadar.
3137
3138         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3139         imap-starttls-p.
3140         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3141
3142 2008-12-22  Dave Love  <fx@gnu.org>
3143
3144         * imap.el: Fix author email.  Doc fixes.
3145         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3146         reply.
3147
3148 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3149
3150         * spam-report.el (spam-report-gmane-max-requests): New constant.
3151         (spam-report-gmane-wait): New variable.
3152         (spam-report-gmane-ham, spam-report-gmane-spam)
3153         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3154         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3155         the server.
3156
3157         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3158         Add explanations.
3159
3160         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3161         nnheader-accept-process-output and nnheader-read-timeout if available.
3162         (pop3-movemail): Use it.
3163
3164         * message.el (message-check-news-body-syntax): Fix signature check if
3165         there's an attachment.
3166
3167 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3168
3169         * mm-util.el: Add comments to the mm- emulating functions.
3170
3171 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3172
3173         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3174         by Stephen Berman <stephen.berman@gmx.net>.
3175
3176 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3177
3178         * mm-util.el (mm-substring-no-properties): New function.
3179         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3180         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3181         (mm-string-to-multibyte): Doc fix.
3182
3183         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3184
3185 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3186
3187         * mml.el (mml-attach-file): Strip text properties from file name.
3188         (Bug#1574)
3189
3190 2008-12-16  Glenn Morris  <rgm@gnu.org>
3191
3192         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3193
3194 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3195
3196         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3197         knows since the charset specified might be a bogus alias that
3198         mm-charset-synonym-alist provides.
3199
3200 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3201
3202         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3203         "ISO_8859-1".
3204
3205         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3206
3207 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3208
3209         * mm-util.el (mm-charset-eval-alist):
3210         Define it before mm-charset-to-coding-system.
3211         (mm-charset-to-coding-system): Add optional argument `silent';
3212         define it before mm-charset-override-alist.
3213         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3214         default value if it can be used in Emacs currently running;
3215         silence mm-charset-to-coding-system.
3216
3217 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3218
3219         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3220         `allow-override' which says whether to use `mm-charset-override-alist'.
3221         (rfc2047-decode-encoded-words): Use it.
3222
3223         * mm-util.el (mm-charset-override-alist): Fix custom type;
3224         add `(gb2312 . gbk)' to choices.
3225
3226 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3227
3228         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3229         fast.
3230
3231         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3232
3233         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3234
3235 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3236
3237         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3238         on links.
3239
3240         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3241
3242 2008-12-03  Lute Kamstra  <lute@gnu.org>
3243
3244         * sha1.el: Remove leading * from docstrings of defcustoms,
3245         deffaces, defconsts and defuns.
3246
3247 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3248
3249         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3250         users' addresses that don't have domain parts.
3251         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3252         rather than message-narrow-to-head since there will be the message
3253         header separator.
3254
3255 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3256
3257         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3258         since the result is inserted in a unibyte buffer anyway.
3259         (nnimap-demule-use-string-to-multibyte): Remove.
3260         (nnimap-demule): Alias it to mm-string-to-multibyte.
3261
3262 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3263
3264         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3265         variable for debugging bug#464 and bug#1174.
3266         (nnimap-demule): Use it.
3267
3268 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3269
3270         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3271         score calculation correctly.
3272
3273 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3274
3275         * message.el (message-send-mail): Just set the buffer to unibyte
3276         rather than use mm-with-unibyte-current-buffer which does a lot more.
3277         (message-send-mail-partially): Don't bother with
3278         mm-with-unibyte-current-buffer since it's already been made unibyte by
3279         message-send-mail.
3280
3281 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3282
3283         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3284
3285 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3286
3287         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3288
3289 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3290
3291         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3292         require itself and to remove `with-no-warnings'.
3293
3294 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3295
3296         * starttls.el (starttls-any-program-available): Get the name of the
3297         available TLS layer program.
3298         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3299         well as the host name in the "opening" message.
3300
3301         * auth-source.el (auth-source-cache, auth-source-do-cache)
3302         (auth-source-user-or-password): Cache passwords and logins by default,
3303         allow override with `auth-source-do-cache'.
3304         (auth-source-forget-user-or-password): Allow users to remove cache
3305         entries if needed.
3306
3307 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3308
3309         * md4.el (md4-buffer): Fix typo in docstring.
3310         (md4, md4-64): Doc fixes.
3311         (md4-pack-int32): Reflow docstring.
3312
3313 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3314
3315         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3316         condition-case to only the forward-sexp call.
3317
3318 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3319
3320         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3321         quotes contained.  Make it more robust regardless by an extra
3322         condition-case wrapper.
3323
3324 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3325
3326         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3327
3328 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3329
3330         * nnml.el (nnml-request-expire-articles): Check if the function set to
3331         `nnmail-expiry-target' returns the symbol `delete'.
3332
3333         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3334
3335         * nnmail.el (nnmail-expiry-target): Fix custom type.
3336
3337 2008-10-02  Glenn Morris  <rgm@gnu.org>
3338
3339         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3340         Silence compiler warning.
3341
3342 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3343
3344         * tls.el (open-tls-stream): Show the actual command being
3345         executed, instead of the format string.
3346
3347 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3348
3349         * lpath.el: Fbind codepage-setup for Emacs 23.
3350
3351 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3352
3353         * mml.el (mml-menu): Don't assume mml2015 is bound.
3354
3355 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3356
3357         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3358         exists.
3359
3360 2008-09-27  Glenn Morris  <rgm@gnu.org>
3361
3362         * gnus-util.el (mail-header-remove-comments): Autoload it.
3363
3364 2008-09-27  Andreas Schwab  <schwab@suse.de>
3365
3366         * gnus-util.el (gnus-split-references): Strip comments.
3367         (gnus-parent-id): Likewise.
3368
3369 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3370
3371         * message.el (message-confirm-send): Fix version.
3372
3373 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3374
3375         * message.el (message-idna-to-ascii-rhs-1): Use
3376         mail-extract-address-components rather than mail-header-parse-addresses
3377         that is an alias by default to ietf-drums-parse-addresses that does not
3378         support non-ASCII names in headers' contents.
3379
3380 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3381
3382         * message.el (message-confirm-send): Fixed variable documentation to
3383         avoid the "y/n" wording.
3384
3385 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3386
3387         * message.el (message-set-auto-save-file-name): Save to a different
3388         filename so multiple messages (especially drafts) can be recovered.
3389
3390 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3391
3392         * message.el (message-confirm-send): Add appropriate version.
3393
3394 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3395
3396         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3397         defvar.
3398
3399 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3400
3401         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3402         (mm-pkcs7-enveloped-magic): Ditto.
3403
3404 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3405
3406         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3407         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3408
3409 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3410
3411         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3412         default, it's better.
3413
3414 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3415
3416         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3417         summary line gnus-number property and ignore them (with a warning
3418         message).
3419
3420 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3421
3422         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3423         macro caddr in the interactive form since it won't be expanded.
3424
3425 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3426
3427         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3428         `charset'; fix name of function called recursively.
3429         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3430
3431 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3432
3433         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3434         (gnus-mime-set-charset-parameters): New function.
3435         (gnus-mime-view-part-as-charset): Use it to correctly display part
3436         specifying wrong charset.
3437
3438 2008-09-08  David Engster  <dengste@eml.cc>
3439
3440         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3441         in completing-read for back end server.
3442
3443 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3444
3445         * message.el (message-confirm-send): New variable to confirm sending a
3446         message.
3447         (message-send): Use it.
3448
3449 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3450
3451         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3452
3453 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3454
3455         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3456
3457 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3458
3459         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3460         prevent tracking too many groups.
3461         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3462         Use it.
3463
3464 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3465
3466         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3467         moving point to the bottom of the window in order to avoid recentering.
3468
3469 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3472
3473         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3474         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3475         (gnus-article-beginning-of-window): Fix calculation.
3476
3477 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3478
3479         * gnus-msg.el (gnus-summary-supersede-article)
3480         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3481         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3482         message header.
3483
3484 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3485
3486         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3487         pending output coming after the status change.
3488
3489 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3490
3491         * message.el:
3492         * gnus-start.el:
3493         * gnus-registry.el: Remove VMS support.
3494
3495 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3496
3497         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3498         macro.
3499         (rfc2104-hash): Use it.
3500
3501 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3502
3503         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3504         (gnus-summary-sort-by-most-recent-date): New commands.
3505         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3506         and menu entries.
3507
3508 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3509
3510         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3511         don't redisplay article for raw contents; remove plural articles stuff.
3512
3513         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3514         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3515         on gnus-summary-save-article; display results properly.
3516
3517 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3518
3519         * lpath.el: No need to fbind ns-focus-frame.
3520
3521 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3522
3523         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3524
3525 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3526
3527         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3528         gnus-save-all-headers.
3529
3530 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3531
3532         * gnus-util.el (ns-focus-frame): Remove declaration.
3533         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3534         like x.
3535
3536 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3537
3538         * rfc2104.el (rfc2104-zero): Delete defconst.
3539         (rfc2104-hex-alist): Likewise.
3540         (rfc2104-hex-to-int): Delete func.
3541         (rfc2104-hexstring-to-bitstring): Likewise.
3542         (rfc2104-nybbles): New defconst.
3543         (rfc2104-hash): Rewrite for speed.
3544
3545 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3546
3547         * tls.el (open-tls-stream): Make it work with the 2nd argument
3548         BUFFER that is a string but does not exist as a buffer object, as
3549         mentioned in the doc-string.
3550
3551 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3552
3553         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3554         SXEmacs.
3555
3556 2008-07-16  Glenn Morris  <rgm@gnu.org>
3557
3558         * gnus-util.el (ns-focus-frame): Declare for compiler.
3559
3560 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3563         set as a group parameter.
3564         (gnus-summary-save-in-pipe): Work when it is called independently.
3565         (gnus-summary-pipe-to-muttprint): Don't modify
3566         gnus-summary-pipe-output-default-command.
3567
3568 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3569
3570         * message.el (message-send-mail-with-sendmail):
3571         Display the error message.
3572
3573 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3574
3575         * gnus-art.el (gnus-default-article-saver):
3576         Add gnus-summary-save-in-pipe to choices.
3577         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3578         gnus-summary-pipe-output-default-command as the default command.
3579         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3580         instead of gnus-last-shell-command.
3581
3582         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3583         New user option.
3584         (gnus-summary-muttprint-program): Mention the value will be changed.
3585         (gnus-summary-save-article): Force showing of all headers.
3586         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3587
3588 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3589
3590         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3591
3592 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3593
3594         * nnimap.el (nnimap-id):
3595         * sieve-manage.el (sieve-manage-open): Doc fixes.
3596
3597 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3598
3599         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3600         if available.
3601
3602 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3603
3604         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3605
3606         * nnkiboze.el (nnkiboze-generate-group):
3607         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3608
3609         * nnmairix.el: Require CL.
3610
3611 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3612
3613         * dgnushack.el: Autoload get-display-table and put-display-table for
3614         XEmacs 21.5.
3615
3616         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3617         21.4 and SXEmacs.
3618
3619 2008-06-15  David Engster  <dengste@eml.cc>
3620
3621         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3622
3623 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3624
3625         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3626         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3627         runtime choice under XEmacs.
3628
3629         * gnus-sum.el (gnus-summary-set-display-table):
3630         Use `gnus-put-display-table', `gnus-get-display-table',
3631         `gnus-set-display-table' for the display table, instead of `aset'.
3632
3633         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3634         Use `gnus-put-display-table', `gnus-get-display-table',
3635         `gnus-set-display-table' for the display table.
3636
3637 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3638
3639         * nnmairix.el: Add autoloads.
3640
3641 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3642
3643         * nnmairix.el (nnmairix-delete-recreate-group)
3644         (nnmairix-update-and-clear-marks): Fix error messages.
3645
3646 2008-06-14  David Engster  <dengste@eml.cc>
3647
3648         * nnmairix.el: Upgrade to version 0.6.
3649         (nnmairix-group-toggle-propmarks-this-group)
3650         (nnmairix-group-toggle-readmarks-this-group)
3651         (nnmairix-group-delete-recreate-this-group)
3652         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3653         (nnmairix-remove-tick-mark-original-article): New commands.
3654         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3655         (nnmairix-propagate-marks-to-nnmairix-groups)
3656         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3657         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3658         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3659         functions needed for marks propagation and manipulation of read marks.
3660         (nnmairix-update-groups): New function.
3661         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3662         (nnmairix-determine-original-group-from-registry)
3663         (nnmairix-determine-original-group-from-path)
3664         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3665         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3666         New helper functions.
3667         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3668         keystrokes for new commands.
3669         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3670         (nnmairix-request-group): Check allow-fast group parameter.
3671         (nnmairix-request-create-group): Set allow-fast group parameter if
3672         nnmairix-allowfast-default is set.
3673         (nnmairix-close-group): Propagate marks upon closing if needed.
3674         (nnmairix-group-toggle-threads-this-group): Use new.
3675         nnmairix-group-toggle-parameter helper function.
3676         (nnmairix-search): Better check for empty search result.
3677         (nnmairix-goto-original-article): Use new helper functions for
3678         determining original article.
3679         (nnmairix-show-original-article): Make sure message-id is in brackets.
3680         (nnmairix-call-mairix-binary): Change variable name.
3681         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3682         helper function.
3683         (nnmairix-widget-toggle-activate): Fix doc string.
3684
3685 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3686
3687         * nnir.el: Require edmacro when compiling with XEmacs.
3688         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3689         available in Emacs 21.
3690
3691 2008-06-11  Glenn Morris  <rgm@gnu.org>
3692
3693         * gnus-util.el (x-focus-frame):
3694         * gnus.el (image-size):
3695         * mm-decode.el (image-size): Declare.
3696
3697         * gnus-picon.el (declare-function): Add compat definition.
3698         (image-size): Declare.
3699
3700         * gnus-group.el (tool-bar-map):
3701         * gnus-sum.el (tool-bar-map): Define for compiler.
3702
3703         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3704
3705         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3706
3707         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3708         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3709         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3710         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3711         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3712         * sieve-manage.el, spam-report.el, spam.el:
3713         Remove unnecessary eval-and-compile of autoloads.
3714
3715 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3716
3717         * auth-source.el: Precise Tramp doc.
3718
3719 2008-06-07  Glenn Morris  <rgm@gnu.org>
3720
3721         * nnmairix.el: Remove unnecessary eval-when-compile.
3722
3723 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3724
3725         * lpath.el: Fbind propertize for XEmacs 21.4.
3726
3727 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3728
3729         * nnir.el: Move here from ../contrib.
3730
3731 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3732
3733         * gnus-util.el (gnus-read-shell-command): New function.
3734         * mm-decode.el (mm-pipe-part):
3735         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3736
3737 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3738
3739         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3740
3741 2008-06-03  Glenn Morris  <rgm@gnu.org>
3742
3743         * pop3.el (nnheader-accept-process-output): Autoload it.
3744
3745 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3746
3747         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3748         are not 2-digit hexadecimal characters that follow `%'s.
3749
3750 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3751
3752         * message.el (message-bogus-recipient-p): Fix type in doc string.
3753         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3754         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3755         Improve custom options.
3756         (message-bogus-recipient-p): Adjust accordingly.
3757
3758 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3759
3760         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3761         long-form month and day names.
3762
3763 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3764
3765         * dgnushack.el: Autoload debug, eudc-expand-inline and
3766         pgg-snarf-keys-region for XEmacs.
3767
3768         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3769
3770         * nnmairix.el: Require edmacro when compiling with XEmacs.
3771
3772 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3773
3774         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3775         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3776
3777 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3778
3779         * auth-source.el: Add more docs.
3780
3781         * netrc.el (netrc-machine): Always match if the port is not given.
3782
3783 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3784
3785         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3786         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3787         retrieval faster in some cases, but might make CPU usage larger.  If
3788         this has any bad side effects, we might revert this change.
3789
3790         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3791         seems to make mail retrieval much, much faster.
3792         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3793         unconditionally.
3794
3795         * gnus-draft.el (gnus-group-send-queue): Bind
3796         message-send-mail-partially-limit to nil to avoid being prompted.
3797
3798 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3799
3800         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3801
3802         * message.el (message-bogus-address-regexp): Fix and improve custom
3803         type.
3804         (message-setup-hook): Add message-check-recipients as custom option.
3805
3806 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3807
3808         * message.el (message-cite-function): Remove bogus autoload which crept
3809         in during merge from v5-10.
3810
3811 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3812
3813         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3814
3815         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3816
3817         * auth-source.el: Preliminary Tramp docs.
3818         (auth-sources): Change the default auth-sources to use
3819         EPA .gpg files.
3820
3821 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3822
3823         * nntp.el: Autoload `auth-source-user-or-password'.
3824         (nntp-send-authinfo): Use it.
3825
3826         * nnimap.el: Autoload `auth-source-user-or-password'.
3827         (nnimap-open-connection): Use it.
3828
3829         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3830         for the gnus-message function.
3831         (auth-source-user-or-password): Use it.
3832
3833 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3834
3835         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3836         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3837         (rfc2104-hash): Use it.
3838
3839 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3840
3841         * gnus-art.el (gnus-article-toggle-truncate-lines):
3842         Don't use `iff' in docstring.
3843
3844 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3845
3846         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3847
3848         * gnus-util.el (gnus-extract-address-component-name)
3849         (gnus-extract-address-component-email): Convenience functions around
3850         `gnus-extract-address-components'.
3851
3852         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3853         Use `gnus-extract-address-component-email' to fix bug of comparing full
3854         sender name to `user-mail-address'.
3855
3856 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3857
3858         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3859         catch/throw to optimize.
3860         (gnus-registry-find-keywords): Just use member to find a keyword.
3861
3862 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3863
3864         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3865         is current before calling gnus-server-prepare.
3866         (gnus-server-setup-buffer, gnus-server-update-server)
3867         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3868
3869 2008-05-04  Juri Linkov  <juri@jurta.org>
3870
3871         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3872         (mailcap-file-default-commands): Use mailcap-replace-in-string
3873         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3874         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3875
3876 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3877
3878         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3879
3880 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3881
3882         * gnus.el: Bump version to 0.11.
3883
3884 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3885
3886         * gnus.el: No Gnus v0.10 is released.
3887
3888 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3889
3890         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3891         hooks.
3892         (gnus-update-read-articles): Speed up non-marks-using users.
3893         (gnus-use-marks): Define gnus-use-marks.
3894         (gnus-propagate-marks): Rename variable to something more sensible.
3895
3896 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3897
3898         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3899         (gmm-image-load-path-for-library): Fix typos in docstrings.
3900         (gmm-message): Reflow docstring.
3901
3902 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3903
3904         * mail-source.el (mail-source-set-1, mail-source-bind):
3905         Move auth-source code out of the macro to clean it up and fix bugs.
3906
3907 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3908
3909         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3910         by sender if it's equal to user-mail-address, it's likely to be
3911         useless.
3912
3913         * mail-source.el (mail-source-bind): Don't use user or password if they
3914         are not bound.  Unintern them if they are nil.  Don't use server unless
3915         it's bound, and default it to empty string otherwise.
3916
3917 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3918
3919         * mail-source.el: Load auth-source.el.
3920         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3921         get user name or password, if auth-sources is set up.
3922
3923         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3924         strategy of splitting with parent.
3925         (gnus-registry-split-fancy-with-parent)
3926         (gnus-registry-post-process-groups): Use it and fix prior
3927         bug (returning a list as the split result).
3928
3929         * auth-source.el (auth-sources): Remove server parameter.
3930         (auth-source-pick, auth-source-user-or-password)
3931         (auth-source-user-or-password-imap)
3932         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3933         (auth-source-user-or-password-sftp)
3934         (auth-source-user-or-password-smtp): Remove server parameter.
3935
3936 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3937
3938         * smime.el (smime-sign-region, smime-encrypt-region)
3939         (smime-decrypt-region):
3940         Remove redundant calls to `generate-new-buffer-name'.
3941
3942 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3943
3944         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3945         Don't use QP for message/rfc822.
3946         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3947
3948 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3949
3950         * sieve-manage.el (sieve-string-bytes): Remove.
3951         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3952         correct byte-length only if the process's coding-system is the same as
3953         the one used internally by Emacs to represent strings.
3954
3955 2008-04-22  Juri Linkov  <juri@jurta.org>
3956
3957         * mailcap.el (mailcap-file-default-commands): New function.
3958
3959 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3960
3961         * message.el (message-signature-separator, message-cite-function):
3962         Change custom version.
3963
3964 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3965
3966         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3967         commands.
3968         (tls-checktrust): Ditto.
3969
3970 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3971
3972         * mm-decode.el (mm-display-external): Make temp file read-only.
3973
3974 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3975
3976         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3977         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3978         `C-c C-f d'.
3979
3980 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3981
3982         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3983
3984 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3985
3986         * gnus.el: Bump version to 0.9.
3987
3988 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3989
3990         * gnus.el: No Gnus v0.8 is released.
3991
3992 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3993
3994         * mail-source.el (mail-source-value):
3995         Prefer fboundp to functionp so it works with macros as well.
3996
3997 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3998
3999         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4000         Fix last change in case the element is not even a symbol.
4001
4002 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4003
4004         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4005         Prefer fboundp to functionp so it works with macros as well.
4006
4007 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4008
4009         * auth-source.el: Added docs.
4010         (auth-sources): Modify format to support server.
4011         (auth-source-pick, auth-source-user-or-password)
4012         (auth-source-user-or-password-imap)
4013         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4014         (auth-source-user-or-password-sftp)
4015         (auth-source-user-or-password-smtp): Add server parameter.
4016
4017 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4018
4019         * gnus-registry.el: Initialize the registry when gnus-registry-install
4020         is t.
4021
4022 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4023
4024         * compface.el (uncompface): Make buffer unibyte.
4025
4026 2008-04-05  Glenn Morris  <rgm@gnu.org>
4027
4028         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4029
4030 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4031
4032         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4033         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4034
4035         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4036         multibyteness after rather than before erasing it.
4037
4038         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4039         mm-with-multibyte.
4040         (gnus-request-article-this-buffer): Make sure the proper decoding is
4041         used if gnus-original-article-buffer happens to be unibyte.
4042
4043         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4044         default-enable-multibyte-characters.
4045
4046         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4047         default-enable-multibyte-characters.
4048
4049         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4050
4051         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4052
4053 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4054
4055         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4056         (imap-message-copyuid-1): Use it.
4057         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4058         J. Williams in
4059         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4060
4061         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4062         imap-enable-exchange-bug-workaround.
4063         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4064
4065 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4066
4067         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4068         a 100 byte status-checks into a 2-3MB transfer for each group.
4069         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4070         to enable bug workaround or not.
4071         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4072
4073 2008-03-31  Glenn Morris  <rgm@gnu.org>
4074
4075         * message.el (mml2015-use): Declare for compiler.
4076         (message-info): Require mml2015 when appropriate.
4077
4078 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4079
4080         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4081         whitespace.
4082
4083 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4084
4085         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4086         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4087         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4088         (nntp-service-to-port): New function.
4089         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4090         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4091         (nntp-open-netcat-stream): New function.
4092         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4093
4094 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4095
4096         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4097
4098 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4099
4100         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4101
4102 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4103
4104         * dns.el (dns-write): Use set-buffer-multibyte.
4105
4106 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4107
4108         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4109
4110 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4111
4112         * message.el (message-signature-separator): Change default.
4113         Improve custom type.
4114         (message-cite-function): Change default to
4115         message-cite-original-without-signature.
4116
4117         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4118         toggle.
4119
4120         * message.el (message-check-news-body-syntax): Fix signature check.
4121         (message-setup-1): Mark buffer as unmodified _after_ running
4122         message-setup-hook and handling message-alternative-emails.
4123         (message-shorten-references): Be more strict when building list of
4124         valid references to comply with GNKSA.
4125
4126         * gnus-group.el (gnus-read-ephemeral-bug-group)
4127         (gnus-read-ephemeral-debian-bug-group)
4128         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4129
4130         * message.el (message-info): Don't use booleanp which isn't supported
4131         in Emacs 21 and XEmacs.
4132
4133 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4134
4135         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4136         gnus-group-gmane-group-download-format.
4137         (gnus-group-read-ephemeral-gmane-group): Rename from
4138         gnus-group-read-ephemeral-gmane-group.
4139         (gnus-read-ephemeral-gmane-group-url): Rename from
4140         gnus-group-read-ephemeral-gmane-group-url.
4141         (gnus-bug-group-download-format-alist): New variable.
4142         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4143         (gnus-read-ephemeral-emacs-bug-group): New commands.
4144
4145 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4146
4147         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4148         (gnus-visible-headers): Improve custom type.
4149
4150 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4151
4152         * mml.el (mml-menu): Add workarounds for XEmacs.
4153
4154         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4155         X-Boundary header.
4156
4157         * message.el (message-simplify-recipients): Fix previous commit.
4158
4159 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4160
4161         * mm-util.el (mm-set-buffer-multibyte): New function.
4162         * mm-decode.el (mm-copy-to-buffer): Use it.
4163
4164 2008-03-19  Glenn Morris  <rgm@gnu.org>
4165
4166         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4167         Accidentally removed in the sync process with Emacs.
4168
4169 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4170
4171         * message.el (message-alter-recipients-discard-bogus-full-name):
4172         New function.
4173         (message-alter-recipients-function): New variable.
4174         (message-get-reply-headers): Use it.
4175         (message-replace-header): New helper function.
4176         (message-recipients-without-full-name): New variable.
4177         (message-simplify-recipients): New command.
4178
4179         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4180
4181         * message.el (message-info): Handle EasyPG manual.
4182
4183         * mml.el (mml-menu): Add entry for EasyPG.
4184
4185 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4186
4187         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4188         parameter.
4189
4190         * message.el (message-disassociate-draft): Specify drafts group name
4191         fully.
4192
4193 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4194
4195         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4196         unnecessary duplicates from the match list.
4197
4198 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4199
4200         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4201
4202         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4203
4204         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4205         args of `how-many' of which the XEmacs version doesn't take; declare
4206         Info-index-next as function.
4207
4208 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4209
4210         * gnus-score.el (gnus-score-headers): Fix handling of
4211         gnus-inhibit-slow-scoring.
4212
4213         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4214         string.
4215         (gnus-button-url-regexp): Improve handling of parenthesis.
4216         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4217         (gnus-button-handle-info-keystrokes): Handle index entries.
4218
4219 2008-03-15  Glenn Morris  <rgm@gnu.org>
4220
4221         * parse-time.el (parse-time-string): Simplify.
4222
4223 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4224
4225         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4226         Incoming* files.
4227
4228 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4229
4230         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4231         (auth-source-pick): Use it.
4232
4233 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4234
4235         * binhex.el (binhex-decode-region-internal):
4236         * uudecode.el (uudecode-decode-region-internal):
4237         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4238         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4239         setting default-enable-multibyte-characters.
4240
4241 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4242
4243         * auth-source.el (auth-source-protocols)
4244         (auth-source-protocols-customize, auth-source-choices): Added and
4245         modified variable customizations and defaults.
4246         (auth-source-pick, auth-source-user-or-password)
4247         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4248         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4249         (auth-source-user-or-password-sftp)
4250         (auth-source-user-or-password-smtp): Use new variables and provide an
4251         interface to netrc.el.
4252
4253 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4254
4255         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4256         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4257         Make sure the nntp port to specify is a string.
4258
4259 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4260
4261         * nntp.el: Use with-current-buffer.
4262         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4263         dubious mm-with-unibyte-current-buffer.
4264         (nntp-with-open-group-function): New function extracted from
4265         nntp-with-open-group macro.
4266         (nntp-with-open-group): Use the function, so it's easier to debug.
4267         Add indentation and debugging info.
4268         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4269         the use of the netcat alternatives.
4270
4271         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4272         Avoid mm-string-as-multibyte as well.
4273
4274         * nnweb.el (nnweb-insert-html):
4275         Remove use of nnheader-string-as-multibyte.
4276
4277         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4278         (nnheader-string-as-multibyte): Remove.
4279
4280         * mm-view.el: Use inhibit-read-only.
4281         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4282         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4283         or unibyte-string.
4284
4285         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4286         (mm-uu-yenc-extract): Use with-current-buffer.
4287
4288         * gnus-soup.el (gnus-soup-send-packet): Don't use
4289         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4290
4291         * nnmh.el: Use with-current-buffer.
4292         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4293         mm-string-as-multibyte on the output of mm-encode-coding-string.
4294
4295         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4296         (nnimap-request-move-article): Use with-current-buffer.
4297
4298         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4299         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4300         conversion uses string-make-unibyte rather than string-as-unibyte.
4301
4302         * gnus-msg.el: Use with-current-buffer.
4303
4304         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4305
4306 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4307
4308         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4309         string for caching if it is 'PIN.
4310
4311 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4312
4313         * lpath.el: Consider the case without Emacs/W3.
4314
4315 2008-03-08  Glenn Morris  <rgm@gnu.org>
4316
4317         * time-date.el (date-to-time, time-subtract, time-add)
4318         (safe-date-to-time): Doc fixes.
4319
4320 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4321
4322         * mail-source.el (mail-source-delete-old-incoming-confirm):
4323         Change default to nil.
4324         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4325
4326 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4327
4328         * lpath.el: Rearrange.
4329
4330         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4331         (gnus-article-goto-prev-page): Work for articles having ^L's.
4332
4333         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4334
4335         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4336
4337 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4338
4339         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4340         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4341         (gnus-bookmark-jump): Adjust some variable names.
4342
4343 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4344
4345         * auth-source.el: New package.
4346         (auth-source-choices): Add customization entry point variable.
4347
4348         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4349         bug.
4350
4351 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4352
4353         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4354         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4355         (gnus-registry-install-shortcuts): Rename from
4356         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4357         the `gnus-registry-mark-map' keymap dynamically from
4358         `gnus-registry-marks'.  The generated functions update the summary line
4359         when a registry mark is added or deleted, and will call
4360         `gnus-registry-install-p' (see the comments in the code).
4361         (gnus-registry-user-format-function-M): Use concat intelligently.
4362
4363         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4364         the registry mark functions.
4365
4366 2008-03-05  Glenn Morris  <rgm@gnu.org>
4367
4368         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4369         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4370         gnus-art.
4371         (top-level): No need to load own source when compiling.
4372
4373 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4374
4375         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4376         Suggested by <chris.anderton@zetnet.co.uk>.
4377
4378 2008-03-04  Glenn Morris  <rgm@gnu.org>
4379
4380         * gnus-sum.el (top-level): No need to require gnus when compiling,
4381         since unconditionally required near start of file.
4382         (gnus-summary-display-while-building): Move definition before use.
4383
4384 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4385
4386         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4387         formatting function.
4388
4389 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4390
4391         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4392         with plists.
4393         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4394         Use new format.
4395
4396 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4397
4398         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4399         `where-is-internal' that returns a range of key sequences.
4400
4401 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4402
4403         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4404
4405         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4406         (gnus-summary-jump-to-group): Consider windows on other displayed
4407         frames as well.  Similar changes might be needed elsewhere, but that's
4408         the one I've bumped into during my use.
4409
4410         * nndoc.el (nndoc-oe-dbx-type-p):
4411         * gnus-msg.el (gnus-debug):
4412         * gnus-group.el (gnus-update-group-mark-positions):
4413         Use mm-string-to-multibyte.
4414
4415 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4416
4417         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4418         doesn't handle NotDashEscaped.
4419
4420         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4421         (mml-dnd-attach-options): Fix typo in custom choice.
4422
4423         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4424         nndoc-article-type to mbox.
4425         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4426
4427         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4428         to nil, instead of html2text.
4429
4430         * imap.el (imap-debug): Add `imap-ping-server'.
4431
4432         * gnus-bookmark.el: Add FIXMEs.
4433
4434         * message.el (message-form-letter-separator)
4435         (message-send-form-letter-delay): New variables.
4436         (message-send-form-letter): Use them.  New command to send form
4437         letters.  Requested by Uwe Siart.
4438         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4439
4440 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4441
4442         * Update copyright years.
4443
4444 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4445
4446         Sync from EMACS_22_BASE.
4447
4448         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4449
4450 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4451
4452         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4453         empty author.
4454
4455 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4456
4457         * gnus-registry.el (gnus-registry-marks): Add variable for
4458         customization of marks and their appearance.
4459         (gnus-registry-read-mark): Use it.
4460         (gnus-registry-do-marks): Add utility function to loop through
4461         `gnus-registry-marks'.
4462         (gnus-registry-install-shortcuts-and-menus): Add function to install
4463         shortcuts and menus.
4464         (gnus-registry-initialize): Use it.
4465         (gnus-registry-default-mark): Clarify documentation.
4466
4467 2008-02-29  Glenn Morris  <rgm@gnu.org>
4468
4469         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4470         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4471         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4472         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4473         Change defcustom :version from 23.0 to 23.1.
4474
4475 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4476
4477         * gnus-registry.el (gnus-registry-follow-group-p)
4478         (gnus-registry-post-process-groups): Add functions to aid registry
4479         splitting and improve logging.  Clarify behavior in function
4480         documentation.
4481         (gnus-registry-split-fancy-with-parent): Use them.
4482
4483 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4484
4485         * gnus-art.el: Use with-current-buffer.
4486
4487 2008-02-27  David Engster  <dengste@eml.cc>
4488
4489         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4490         Express real group name in the response.
4491
4492 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4493
4494         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4495         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4496         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4497         autoload gnus-registry-fetch-group when compiling.
4498         (nnmairix-request-group-with-article-number-correction): Remove
4499         unreferenced argument passed to nnmairix-call-backend.
4500
4501 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4502
4503         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4504         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4505         Wilde.
4506
4507 2008-02-27  Glenn Morris  <rgm@gnu.org>
4508
4509         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4510         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4511         variables to defconsts.  Convert comments to doc-strings.
4512         (nnmairix-last-server, nnmairix-current-server): Convert from free
4513         variables to defvars.  Convert comments to doc-strings.
4514         (gnus-registry-fetch-group): Autoload.
4515         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4516         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4517         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4518         caddr.
4519         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4520         nnmairix-request-group-with-article-number-correction call.
4521         (nnmairix-fast, nnmairix-group): New, less general names, for free
4522         variables passed from nnmairix-request-group to
4523         nnmairix-request-group-with-article-number-correction.  Declare.
4524         (nnmairix-request-group-with-article-number-correction):
4525         Use nnmairix-fast, nnmairix-group rather than fast, group.
4526
4527 2008-02-26  David Engster  <dengste@eml.cc>
4528
4529         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4530         version 0.5.
4531
4532 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4533
4534         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4535         instead of making an extra function call.  Don't add the current group
4536         to articles only when they have the group.  Use
4537         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4538         Reported by David <de_bb@arcor.de>.
4539
4540 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4541
4542         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4543         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4544
4545 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4546
4547         * mail-source.el (mail-source-delete-incoming): Change default.
4548         Supplement doc string.
4549
4550         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4551
4552 2008-02-14  Glenn Morris  <rgm@gnu.org>
4553
4554         * time-date.el (format-seconds): New function.
4555
4556 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4557
4558         * nnmail.el (nnmail-message-id-cache-file): Derive from
4559         `gnus-home-directory'.
4560
4561 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4562
4563         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4564         Document negative prefix.
4565
4566         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4567
4568 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4569
4570         * message.el (message-unsent-separator): Add the Exim bounce
4571         separator.
4572
4573 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4574
4575         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4576         list.
4577         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4578         recipient/signer list.
4579
4580 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4581
4582         * Makefile.in (datarootdir): Define.
4583         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4584         name that might contain whitespace.
4585
4586 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4587
4588         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4589         fbound (Emacs 23 unicode), signal an error.
4590
4591 2008-02-08  Glenn Morris  <rgm@gnu.org>
4592
4593         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4594
4595 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4596
4597         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4598         ports to the calls to `netrc-machine-user-or-password' in addition to
4599         "imap" and "imaps".
4600
4601 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4602
4603         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4604
4605         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4606
4607 2008-02-01  Kenichi Handa  <handa@m17n.org>
4608
4609         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4610         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4611         (rfc2104-hash): Convert the result of concat to unibyte string.
4612
4613 2008-02-01  Dave Love  <fx@gnu.org>
4614
4615         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4616         coding-system-for-read.
4617         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4618
4619 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4620
4621         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4622         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4623         <hanche@math.ntnu.no>.
4624
4625 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4626
4627         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4628
4629         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4630
4631 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4632
4633         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4634         * message.el (message-beginning-of-line): Use featurep instead of bound
4635         tests in order to resolve conditionals at compile time.
4636
4637 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4638
4639         * mail-source.el (mail-sources): Add `group' choice.
4640
4641         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4642         parameter `in-group' to control into which group the articles go.
4643         Add treatment of `group' mail-source.
4644
4645 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4646
4647         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4648
4649         * mm-decode.el (mm-dissect-buffer): Decode description.
4650
4651         * mml.el (mml-to-mime): Encode message header first.
4652
4653 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4654
4655         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4656         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4657
4658         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4659         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4660
4661 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4662
4663         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4664
4665 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4666
4667         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4668         prefix keys.
4669         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4670         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4671         gnus-xmas.el.
4672
4673         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4674         (gnus-xmas-article-describe-bindings): New function.
4675         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4676         gnus-xmas-article-describe-bindings.
4677
4678         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4679
4680 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4681
4682         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4683         Add new variables for article mark management.
4684         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4685         list of extra data entries which, when present, will indicate that the
4686         article ID should not be trimmed from the registry.
4687         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4688         functions.
4689         (gnus-registry-read-mark): New function to read a mark name from the
4690         user.
4691         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4692         (gnus-registry-set-article-mark-internal): New functions to add and
4693         remove marks.
4694         (gnus-registry-get-article-marks): New function to show the marks for
4695         an article, or retrieve them for further use.
4696
4697 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4698
4699         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4700         keys when no argument is given.
4701
4702 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4703
4704         * imap.el (imap-ping-server): New variable.
4705         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4706         (imap-ping-server): Minor doc string fixes.
4707
4708 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4709
4710         * imap.el (imap-ping-server): New function.
4711         (imap-opened): Call imap-ping-server.
4712
4713 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4714
4715         * gnus-sum.el (gnus-article-sort-by-random)
4716         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4717         jidanni@jidanni.org.
4718
4719 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4720
4721         * gnus-art.el (gnus-article-describe-bindings): New function.
4722         (gnus-article-read-summary-keys): Use it.
4723         (gnus-article-mode-map): Bind `C-h b' to it.
4724
4725 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4726
4727         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4728         XEmacs.
4729         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4730         against non-character events.
4731
4732         * lpath.el: Fbind map-keymap for Emacs 21.
4733
4734 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4735
4736         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4737         command.
4738         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4739         instead of END.  Change name of the temp file.
4740         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4741         customizable.
4742
4743 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4744
4745         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4746         bind `S W' to gnus-article-wide-reply-with-original; set default
4747         binding to gnus-article-read-summary-send-keys.
4748         (gnus-article-read-summary-keys): Fix the order of keys; display
4749         continuation keys correctly in the echo area; describe bindings
4750         correctly when keys end with `C-h'.
4751         (gnus-article-read-summary-send-keys): New function.
4752         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4753         for gnus-article-read-summary-send-keys; display continuation keys
4754         correctly in the echo area.
4755         (gnus-article-reply-with-original): Ignore prefix argument.
4756         (gnus-article-wide-reply-with-original): New function.
4757
4758         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4759         Emacs 21.
4760
4761 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4762
4763         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4764         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4765
4766 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4767
4768         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4769         (gnus-group-read-ephemeral-gmane-group): New command.
4770
4771 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4772
4773         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4774
4775 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4776
4777         * message.el (message-send-mail-function): Increase custom version.
4778
4779         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4780         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4781
4782 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4783
4784         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4785         for the cases where imap-authenticate is called with a nil buffer
4786         parameter.
4787
4788 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4789
4790         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4791         html parts correctly; support forwarded messages.
4792         (gnus-article-browse-html-article): Remove work buffers.
4793
4794         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4795         compiling.
4796         (netrc-bound-and-true-p): New macro.
4797         (netrc-parse): Use it instead of bound-and-true-p that is not available
4798         in XEmacs 21.4.
4799
4800 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4801
4802         * gnus-registry.el (gnus-registry-mark-article)
4803         (gnus-registry-article-marks): Add functionality to mark articles
4804         through the Gnus registry.
4805
4806         * encrypt.el: Clarify documentation for the new pgg method.
4807         (encrypt-file-alist): Add PGG option.
4808         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4809         functionality.  Abstract password key and messaging to external
4810         functions.
4811         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4812         (encrypt-message-method-and-cipher): Add new convenience external
4813         functions.
4814         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4815         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4816
4817         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4818         (netrc-parse): Use encrypt-file-alist to determine if
4819         encrypt-find-model or encrypt-insert-file-contents should be used.
4820
4821         * encrypt.el: Clarify documentation.  Load password-cache or
4822         password, whichever one is found first, instead of autoloading.
4823
4824 2007-12-19  Glenn Morris  <rgm@gnu.org>
4825
4826         * mml.el (message-options-set, message-narrow-to-head)
4827         (message-in-body-p, message-mail-p, message-encode-message-body):
4828         Autoload.
4829         (message-remove-header, message-narrow-to-headers-or-head)
4830         (message-subscribed-p, message-make-mail-followup-to)
4831         (message-position-on-field, message-news-p)
4832         (message-options-set-recipient, message-generate-headers)
4833         (message-sort-headers): Declare as functions.
4834
4835 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4836
4837         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4838         convention in doc string.
4839
4840 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4841
4842         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4843         title to html parts.
4844         (gnus-article-browse-html-article): Pass message header to it.
4845
4846         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4847
4848 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4849
4850         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4851         or password compatible with XEmacs.
4852
4853 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4854
4855         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4856         format document.
4857         (gnus-mime-delete-part): Don't write description line if empty.
4858         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4859
4860 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4861
4862         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4863         (gnus-summary-mark-read-and-unread-as-read)
4864         (gnus-summary-mark-current-read-and-unread-as-read)
4865         (gnus-summary-mark-unread-as-ticked): Doc fix.
4866         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4867
4868 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4869
4870         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4871         Christoph Conrad <christoph.conrad@gmx.de>.
4872
4873 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4874
4875         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4876         yes-or-no-p.
4877
4878 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4879
4880         * mm-decode.el (mm-add-meta-html-tag): New function.
4881         (mm-save-part-to-file, mm-pipe-part): Use it.
4882
4883         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4884         gnus-y-or-n-p instead of y-or-n-p.
4885         (gnus-article-browse-html-parts): Work with message/external-body; use
4886         mm-add-meta-html-tag.
4887
4888 2007-12-11  Glenn Morris  <rgm@gnu.org>
4889
4890         * gnus-cache.el: Require gnus-sum not just when compiling.
4891
4892         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4893
4894         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4895         definitions before use.
4896
4897         * mm-decode.el: Require gnus-util.
4898         (mm-remove-part): Only call delete-annotation on XEmacs.
4899
4900         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4901
4902         * nnmail.el: Require gnus-int.
4903
4904         * spam.el: Move `require's before `eval-when-compile's.
4905
4906         * gnus-ems.el (gnus-alive-p):
4907         * gnus-fun.el (message-goto-eoh):
4908         * gnus-util.el (gnus-group-name-decode):
4909         * mail-source.el (gnus-compress-sequence):
4910         * message.el (Info-goto-node, format-spec):
4911         * mm-bodies.el (message-options-get):
4912         * mm-decode.el (mm-view-pkcs7):
4913         * mm-util.el (gmm-write-region):
4914         * mml-smime.el (mml-compute-boundary)
4915         (gnus-completing-read-with-default):
4916         * mml.el (widget-button-press, gnus-make-hashtable):
4917         * mml1991.el (mm-decode-content-transfer-encoding)
4918         (mm-encode-content-transfer-encoding)
4919         (message-options-get, message-options-set):
4920         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4921         * nnfolder.el (gnus-request-group):
4922         * nnheader.el (ietf-drums-unfold-fws):
4923         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4924         * smime.el (gnus-run-mode-hooks):
4925         * spam-stat.el (gnus-message): Autoload.
4926
4927         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4928         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4929         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4930         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4931         Add declare-function compatibility definition.
4932
4933         * gnus-cache.el (nnvirtual-find-group-art):
4934         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4935         (gnus-add-image, gnus-add-wash-type):
4936         * gnus-group.el (nnkiboze-score-file):
4937         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4938         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4939         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4940         (message-tokenize-header, gnus-get-buffer-create)
4941         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4942         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4943         * gnus.el (gnus-group-decoded-name):
4944         * mail-source.el (imap-capability):
4945         * mm-bodies.el (message-options-set):
4946         * mm-decode.el (gnus-configure-windows):
4947         * mm-extern.el (message-goto-body):
4948         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4949         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4950         (epg-sub-key-validity, message-options-set):
4951         * mml.el (widget-event-point, gnus-configure-windows):
4952         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4953         * mml2015.el (epg-check-configuration, epg-configuration)
4954         (message-options-set):
4955         * nndb.el (nndb-request-article):
4956         * nnfolder.el (gnus-request-create-group):
4957         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4958         * nnmaildir.el (gnus-group-mark-article-read):
4959         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4960         * rfc1843.el (message-fetch-field):
4961         * spam.el (gnus-extract-address-components):
4962         Declare as functions.
4963
4964 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4965
4966         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4967
4968         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4969
4970         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4971         bind show-trailing-whitespace for XEmacs.
4972
4973 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4974
4975         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4976         new no-op macro for backward compatibility.
4977
4978         * imap.el (imap-string-to-integer): New function.
4979
4980 2007-12-09  Glenn Morris  <rgm@gnu.org>
4981
4982         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4983
4984         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4985         * message.el, mm-view.el, sieve-manage.el, smime.el:
4986         Add declare-function compatibility definition.
4987
4988         * gnus-art.el (w3-region, w3m-region, Info-menu):
4989         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4990         * gnus-sum.el (gnus-get-predicate):
4991         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4992         * message.el (mail-abbrev-in-expansion-header-p):
4993         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4994         (w3m-detect-meta-charset, w3m-region):
4995         * sieve-manage.el (password-read, password-cache-add)
4996         (password-cache-remove):
4997         * smime.el (password-read-and-add): Declare as functions.
4998
4999 2007-12-08  David Kastrup  <dak@gnu.org>
5000
5001         * gnus-sum.el (gnus-summary-simplify-subject-query):
5002         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5003         `message'.
5004
5005 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5006
5007         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5008         it to bind idna-program, installation-directory, defined-colors, and
5009         face-attribute for XEmacs of the version that compiles defcustom forms.
5010
5011 2007-12-07  Glenn Morris  <rgm@gnu.org>
5012
5013         * gnus-art.el (article-make-date-line): Revert previous change.
5014
5015 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5016
5017         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5018
5019 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5020
5021         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5022         Call gnus-add-to-range ranges only once with a prepared article-list.
5023
5024 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5025
5026         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5027         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5028         group names with backslashes.  Reported by Tassilo Horn
5029         <tassilo@member.fsf.org>.
5030
5031 2007-12-06  Deepak Goel  <deego3@gmail.com>
5032
5033         * gnus-art.el (article-make-date-line):
5034         * gnus-start.el (gnus-load):
5035         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5036
5037 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5038
5039         * gnus-art.el (gnus-use-idna)
5040         * gnus-start.el (gnus-site-init-file)
5041         * message.el (message-use-idna)
5042         * mm-uu.el (mm-uu-hide-markers)
5043         * smiley.el (smiley-style): Revert changes that suppress warnings.
5044
5045 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5046
5047         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5048         specify charset to html source.  Reported by Christoph Conrad
5049         <christoph.conrad@gmx.de>.
5050
5051 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5052
5053         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5054         idna-program in order to suppress byte compile warning issued by XEmacs
5055         that came to byte compile the default value section of defcustom forms
5056         recently.
5057
5058         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5059         value of installation-directory.
5060
5061         * message.el (message-use-idna): Don't directly refer to the value of
5062         idna-program.
5063
5064         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5065
5066         * smiley.el (smiley-style): Don't directly call face-attribute.
5067
5068 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5069
5070         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5071
5072         * gnus-dired.el: Reduce Gnus dependencies.
5073         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5074         require.  Use autoloads instead.
5075         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5076         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5077         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5078         (gnus-dired-mode): Adjust doc string.
5079         (gnus-dired-mail-mode): New variable.
5080         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5081         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5082         (gnus-dired-mail-buffers): New function.  Return mail or message
5083         composition buffers.
5084         (gnus-dired-attach): Use it.
5085         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5086         NO-DECODE.
5087         (gnus-dired-print): Use `gnus-print-buffer' depending on
5088         `gnus-dired-mail-mode'.
5089
5090 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5091
5092         * rfc2047.el (rfc2047-encoded-word-regexp)
5093         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5094         explaining what regexp patterns are for.
5095
5096 2007-12-04  Glenn Morris  <rgm@gnu.org>
5097
5098         * password.el: Move to password-cache.el.
5099
5100         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5101         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5102         * mml-smime.el (password-read, password-cache-add)
5103         (password-cache-remove):
5104         No need to autoload, since mml-sec requires password.
5105
5106         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5107         * message.el (gnus-extract-address-components):
5108         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5109
5110         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5111         password.
5112
5113 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5114
5115         * mailcap.el: Reduce dependencies.
5116         (mail-header-parse-content-type): Autoload.
5117         (mailcap-delete-duplicates): New alias.
5118         (mailcap-mime-info): Add optional argument NO-DECODE.
5119         (mailcap-mime-types): Use mailcap-delete-duplicates.
5120
5121         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5122
5123 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5124
5125         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5126         (imap-parse-status): Upcase status-att for servers that sends them
5127         lower-case (e.g., MS Exchange 2007).
5128
5129 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5130
5131         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5132         function.
5133
5134         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5135         (gnus-uu-yenc-article): New function.
5136
5137         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5138
5139         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5140         buffer.
5141
5142 2007-12-02  Glenn Morris  <rgm@gnu.org>
5143
5144         * binhex.el (binhex): New custom group.
5145         (binhex-decoder-program, binhex-decoder-switches)
5146         (binhex-use-external): Move to the binhex custom group.
5147
5148         * uudecode.el (uudecode): New custom group.
5149         (uudecode-decoder-program, uudecode-decoder-switches)
5150         (uudecode-use-external): Move to the uudecode custom group.
5151
5152         * netrc.el (top-level): Don't load `encrypt' features.
5153         (netrc-parse): Don't use encrypt.
5154         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5155
5156         * encrypt.el: Remove file.
5157
5158 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5159
5160         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5161         matches on patches.
5162
5163         * gnus-art.el (gnus-article-browse-html-article): Mention
5164         `mm-text-html-renderer' in the doc string.
5165
5166         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5167         string.  Add comments.
5168
5169         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5170         if rhs is ASCII.
5171
5172 2007-12-01  Glenn Morris  <rgm@gnu.org>
5173
5174         * mail-source.el (top-level): Require format-spec before
5175         eval-when-compile.
5176
5177 2007-11-30  Glenn Morris  <rgm@gnu.org>
5178
5179         * encrypt.el: Require password, rather than autoloading password-read.
5180
5181 2007-11-29  Glenn Morris  <rgm@gnu.org>
5182
5183         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5184         (sasl-make-client, sasl-next-step, sasl-step-data)
5185         (sasl-step-set-data): Declare as functions.
5186
5187 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5188
5189         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5190
5191 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5192
5193         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5194         certs should be verified and what is to be done in the event of a
5195         verification failure.
5196
5197         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5198         caller can indicate whether the cache should be disregarded for this
5199         call.  This way the result of the call is reproducible at all times and
5200         can be considered a canonical server name for the supplied method.
5201         (gnus-agent-method-p): Canonicalize server names by pushing their
5202         method through `gnus-method-to-server' using the no-cache argument.
5203
5204         * gnus-srvr.el (gnus-server-insert-server-line): Call
5205         `gnus-method-to-server' with `no-cache' argument.
5206
5207         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5208         gnus-agent-possibly-synchronize-flags as this should be called when the
5209         server is actually being opened.
5210         (gnus-agent-possibly-synchronize-flags)
5211         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5212         flags file of an agentized server to the latter function.
5213
5214         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5215         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5216         after a connection has been established successfully.
5217
5218 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5219
5220         * gnus-art.el (article-display-face): Force to display face if called
5221         interactively; check if gnus-article-x-face-too-ugly matches author.
5222         (article-display-x-face): Display face even if From header is missing
5223         as article-display-face does.
5224
5225 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5226
5227         * hashcash.el (message-narrow-to-headers-or-head)
5228         (message-fetch-field, message-goto-eoh)
5229         (message-narrow-to-headers): Declare as functions.
5230
5231 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5232
5233         * mail-source.el (mail-sources): Default to fetch from file for
5234         compatibility with default of nnmail-spool-file.
5235
5236 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5237
5238         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5239         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5240         to look for encoded word that should be encoded again.
5241         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5242         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5243         encoding pattern.
5244         (rfc2047-decode-region): Switch strict regexp and loose one according
5245         to rfc2047-allow-irregular-q-encoded-words.
5246
5247 2007-11-25  Romain Francoise  <romain@orebokech.com>
5248
5249         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5250
5251 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5252
5253         * tls.el (tls-program): Provide more custom choices from
5254         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5255         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5256
5257 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5258
5259         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5260         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5261
5262         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5263         `nnmail-spool-file'.
5264
5265         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5266         `nnmail-spool-file'.
5267
5268         * gnus-move.el (gnus-change-server): Ditto.
5269
5270         * gnus-kill.el (gnus-batch-score): Ditto.
5271
5272         * gnus-cache.el (gnus-jog-cache): Ditto.
5273
5274         * gnus-msg.el (gnus-summary-reply):
5275         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5276
5277 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5278
5279         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5280         version.  Minor improvement to doc strings.
5281         (tls-program): Add comment.
5282
5283 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5284
5285         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5286         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5287         mismatch between the hostname provided in the certificate and the name
5288         of the host connnecting to.
5289         (open-tls-stream): Use them.  Check certificates against trusted root
5290         certificates.
5291
5292 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5293
5294         * gnus-cache.el (gnus-cache-generate-nov-databases):
5295         Use nnml-generate-nov-databases-directory instead of
5296         nnml-generate-nov-databases-1.
5297
5298 2007-11-24  Glenn Morris  <rgm@gnu.org>
5299
5300         * message.el (message-tool-bar-retro): Update for rename
5301         mail_send.xpm->mail-send.xpm.
5302
5303 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5304
5305         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5306         `smime-ldap-search' for Emacs 22 and up.
5307
5308 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5309
5310         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5311
5312         * message.el (message-send-mail-function): Fix error convention.
5313         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5314         (message-widen-reply, message-send-mail, message-talkative-question)
5315         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5316         (message-clone-locals, message-send-news): Use with-current-buffer.
5317         (message-insert-or-toggle-importance): Remove unused var `valid'.
5318         (message-make-references): Remove unused var `new-references'.
5319         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5320
5321 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5322
5323         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5324         (spam-split-symbolic-return-positive): Reflow docstring.
5325         (spam-backends, spam-summary-exit-behavior)
5326         (spam-mark-ham-unread-before-move-from-spam-group)
5327         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5328         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5329         (spam-clear-cache, spam-backend-check, spam-install-backend)
5330         (spam-install-statistical-backend, spam-list-of-processors)
5331         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5332         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5333         (spam-check-crm114, spam-initialize, spam-unload-hook):
5334         Fix typos in docstrings.
5335
5336 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5337
5338         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5339         been checked if they have never been read and those group levels are
5340         higher than the one that a user specified.
5341
5342 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5343
5344         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5345         foreign groups unless a group level is specified by a user.
5346         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5347
5348 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5349
5350         * message.el (message-send-mail-function): Require sendmail.
5351
5352 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5353
5354         * message.el (message-send-mail-function): Check for smtpmail too.
5355
5356         * utf7.el (utf7-encode, utf7-decode): Use coding system
5357         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5358
5359         * message.el (message-send-mail-function): New function.
5360         (message-send-mail-function): Set default using
5361         message-send-mail-function.  Adjust doc string.
5362         (message-send-mail-with-mailclient): New function.
5363
5364 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5365
5366         * smime.el (from):
5367         * rfc2047.el (message-posting-charset):
5368         * qp.el (mm-use-ultra-safe-encoding):
5369         * pop3.el (parse-time-months):
5370         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5371         * nnml.el (files):
5372         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5373         (jka-compr-compression-info-list, ange-ftp-path-format)
5374         (efs-path-regexp):
5375         * nndiary.el (files):
5376         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5377         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5378         (epg-digest-algorithm-alist, inhibit-redisplay)
5379         (password-cache-expiry):
5380         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5381         (pgg-output-buffer, password-cache-expiry):
5382         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5383         (efs-path-regexp):
5384         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5385         (inhibit-redisplay):
5386         * mm-uu.el (file-name, start-point, end-point, entry)
5387         (gnus-newsgroup-name, gnus-newsgroup-charset):
5388         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5389         (latin-unity-ucs-list):
5390         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5391         (mm-uu-binhex-decode-function):
5392         * message.el (gnus-message-group-art, gnus-list-identifiers)
5393         (rmail-enable-mime-composing, gnus-local-organization)
5394         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5395         (gnus-read-active-file, facemenu-add-face-function)
5396         (facemenu-remove-face-function, gnus-article-decoded-p)
5397         (tool-bar-mode):
5398         * mail-source.el (display-time-mail-function):
5399         * gnus-util.el (nnmail-pathname-coding-system)
5400         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5401         (gnus-original-article-buffer, gnus-user-agent)
5402         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5403         (xemacs-codename, sxemacs-codename, emacs-program-version):
5404         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5405         * gnus-start.el (gnus-agent-covered-methods)
5406         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5407         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5408         (gnus-newsgroup-headers, gnus-group-list-mode)
5409         (gnus-group-mark-positions, gnus-newsgroup-data)
5410         (gnus-newsgroup-unreads, nnoo-state-alist)
5411         (gnus-current-select-method, mail-sources)
5412         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5413         (nnmail-spool-file, gnus-cache-active-hashtb):
5414         * gnus-mh.el (mh-lib-progs):
5415         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5416         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5417         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5418         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5419         (gnus-group-buffer):
5420         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5421         (font-lock-set-defaults):
5422         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5423         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5424         (gnus-summary-post-menu, total-parts, type, condition, length):
5425         * gnus-agent.el (gnus-agent-read-agentview):
5426         * flow-fill.el (show-trailing-whitespace):
5427         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5428         eval-and-compile wrappers for byte compiler pacifiers.
5429
5430         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5431         (mm-display-inline-fontify): Check for featurep 'xemacs not
5432         extent-list.
5433
5434         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5435         itimer-list.
5436         (mm-create-image-xemacs): Only do something for XEmacs.
5437         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5438
5439         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5440
5441         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5442         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5443
5444 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5445
5446         * nnimap.el (nnimap-split-download-body):
5447         * gnus-demon.el (gnus-demon):
5448         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5449
5450 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5451
5452         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5453         macros.
5454         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5455         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5456         copy data from unibyte buffer to multibyte current buffer.
5457         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5458         to copy data from unibyte current buffer to multibyte buffer.
5459         (nntp-make-process-buffer): Make process buffer unibyte.
5460
5461         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5462
5463 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5464
5465         * pop3.el (pop3-open-server): Accept and process data more robustly at
5466         connexion start to avoid spurious "POP SSL connexion failed" errors.
5467
5468 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5469
5470         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5471         read group names.
5472
5473 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5474
5475         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5476
5477 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5478
5479         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5480         (nnmail-save-active): Use a unibyte buffer when saving active file,
5481         which may contain non-ASCII group names.
5482
5483         * nnml.el (nnml-request-group): Decode group names in messages.
5484
5485 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5486
5487         * message.el (message-citation-line-function)
5488         (message-insert-formatted-citation-line): Fix spelling of
5489         `message-insert-formated-citation-line'.
5490
5491 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5492
5493         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5494
5495 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5496
5497         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5498         nnmail-pathname-coding-system.
5499
5500         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5501         that a user enters; decode group names in messages.
5502
5503         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5504
5505 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5506
5507         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5508
5509         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5510
5511         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5512         risky local variable.
5513
5514         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5515
5516 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5517
5518         * encrypt.el: Improve documentation to fix function name typo.
5519         Reported by Daiki Ueno <ueno@unixuser.org>.
5520
5521 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5522
5523         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5524         even if the point is not in the last page of an article.
5525         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5526         back to the previous page.
5527
5528 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5529
5530         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5531
5532 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5533
5534         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5535
5536 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5537
5538         * message.el (message-check-news-body-syntax): Avoid
5539         mm-string-as-multibyte.
5540         (message-hide-headers): Don't assume (point-min)==1.
5541
5542 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5543
5544         * message.el (message-remove-blank-cited-lines): Fix if remove is
5545         given.
5546         (message-bogus-address-regexp): New variable.
5547         (message-bogus-recipient-p): New function.
5548         (message-check-recipients): New command.
5549         (message-syntax-checks): Add `bogus-recipient'.
5550         (message-fix-before-sending): Add `bogus-recipient'.
5551
5552         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5553         (gnus-treat-body-boundary): Don't test window-system.
5554
5555 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5556
5557         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5558
5559 2007-10-28  Miles Bader  <miles@gnu.org>
5560
5561         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5562         at compile-time too.
5563
5564 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5565
5566         * gnus-msg.el (gnus-message-setup-hook): Add
5567         `message-remove-blank-cited-lines' to options.
5568
5569 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5570
5571         * message.el (message-remove-blank-cited-lines): New function.
5572         Suggested by Karl Plästerer.
5573
5574 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5575
5576         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5577         mapc.
5578
5579         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5580         (top-level): Use mapc to set functions to be traced for debugging.
5581
5582         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5583         called for effect with while loop.
5584
5585         * message.el (message-talkative-question): Replace mapcar called for
5586         effect with mapc.
5587
5588         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5589         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5590         called for effect with dolist.
5591
5592         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5593
5594         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5595         gnus-extra-headers and nnmail-extra-headers.
5596
5597         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5598         called for effect with dolist.
5599         (top-level): Use mapc to set functions to be traced for debugging.
5600
5601         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5602         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5603         dolist.
5604
5605         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5606         Replace mapcar called for effect with mapc.
5607         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5608         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5609         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5610         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5611
5612         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5613         remove-if that's a cl function.
5614
5615         * webmail.el (webmail-debug): Replace mapcar called for effect with
5616         dolist.
5617
5618         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5619         with mapc.
5620
5621 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5622
5623         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5624         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5625         with while loop.
5626
5627         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5628         functions from article-* functions.
5629         (gnus-multi-decode-header): Replace mapcar called for effect with
5630         dolist.
5631
5632         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5633         (gnus-bookmark-show-details): Replace mapcar called for effect with
5634         while loop.
5635
5636         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5637         called for effect with while loop.
5638
5639         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5640         with dolist.
5641
5642         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5643         mapcar called for effect with dolist.
5644
5645         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5646
5647         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5648         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5649         Replace mapcar called for effect with dolist.
5650         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5651         mapc.
5652
5653         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5654         Replace mapcar called for effect with dolist.
5655         (gnus-topic-list): Replace mapcar called for effect with mapc.
5656
5657         * gnus.el: Use mapc instead of mapcar to add autoloads.
5658
5659 2007-10-23  Richard Stallman  <rms@gnu.org>
5660
5661         * gnus-group.el (gnus-group-highlight): Mark as risky.
5662
5663 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5664
5665         * gnus.el (gnus-server-to-method): Return method found first in
5666         gnus-newsrc-alist.
5667
5668         * gnus-art.el (gnus-article-highlight-signature)
5669         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5670         button overlay without the front stickiness.
5671
5672 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5673
5674         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5675         overview buffer needed a catch to receive its throw.
5676         (gnus-agent-flush-cache): Declared as interactive to make this function
5677         easier to use.
5678
5679 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5680
5681         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5682         `next-line'.
5683
5684 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5685
5686         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5687         exclude address matching message-dont-reply-to-names.
5688
5689 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5690
5691         * gnus-util.el (gnus-string<): New function.
5692
5693         * gnus-sum.el (gnus-article-sort-by-author)
5694         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5695
5696 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5697
5698         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5699         the frame-focus tag is set in gnus-buffer-configuration.
5700
5701 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5704         the front stickiness.
5705
5706 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5709         url pattern; remove duplicate one.
5710         (gnus-article-extend-url-button): New function.
5711         (gnus-article-add-buttons): Use it.
5712         (gnus-button-push): Use concatenated url that it makes.
5713
5714 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5715
5716         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5717
5718 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5719
5720         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5721         Don't hardcode point-min==1.
5722
5723 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5724
5725         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5726         Fix comment about "iso8859-1".
5727
5728 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5729
5730         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5731         ones returned from the verify-function.
5732
5733         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5734         mml2015-extract-cleartext-signature if extraction failed.
5735
5736 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5737
5738         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5739         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5740         failed.
5741
5742 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5743
5744         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5745
5746 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5747
5748         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5749         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5750         recommends to use EasyPG instead of PGG.
5751
5752         * pgg.el: Revert to revision 6.23.2.16.
5753
5754         * pgg-def.el: Revert to revision 6.6.2.14.
5755
5756         * pgg-gpg.el: Revert to revision 6.23.2.34.
5757
5758 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5759
5760         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5761         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5762         thread for both the null and zero (kill/expire thread) universal prefix
5763         cases.
5764         (gnus-summary-expire-thread): Add new function to expire a thread,
5765         using gnus-summary-kill-thread.
5766         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5767         shortcuts for gnus-summary-expire-thread.
5768         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5769         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5770
5771 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5772
5773         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5774         extras value, so an extras entry can be deleted.
5775         (gnus-registry-delete-extra-entry): Use it.
5776         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5777         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5778         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5779         storage through the gnus-registry, and provide an appropriate API for
5780         it.
5781
5782 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5783
5784         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5785         Suggested by Leo <sdl.web@gmail.com>.
5786
5787         * gnus.el: Do.
5788
5789 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5790
5791         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5792         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5793
5794         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5795
5796         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5797         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5798
5799 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5802         newline.
5803         (nnmbox-request-accept-article): Don't change article in source buffer;
5804         narrow to header to use message-fetch-field rather than
5805         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5806         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5807         as delimiters; make sure article ends with newline.
5808         (nnmbox-delete-mail): Correct last position of article to be deleted;
5809         ignore X-Gnus-Newsgroup header in article body.
5810         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5811         positions; make sure article ends with newline.
5812
5813         * message.el (message-display-abbrev): Don't infloop when a user
5814         inserts SPC in the beginning of header.
5815
5816         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5817         coding-system-for-read and coding-system-for-write for XEmacs having no
5818         file-coding feature.
5819
5820         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5821
5822 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5823
5824         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5825         list of groups not followed by default.  Fix type to be regexp.
5826         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5827
5828 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5829
5830         * hmac-def.el (define-hmac-function): Switch from old-style to
5831         new-style backquotes.
5832
5833         * md4.el (md4-make-step): Likewise.
5834
5835 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5836
5837         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5838         raw-text coding system when saving .newsrc file, which may contain
5839         non-ASCII group names.
5840
5841 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5842
5843         * gnus-cus.el (gnus-score-extra): New widget.
5844         (gnus-score-extra-convert): New function.
5845         (gnus-score-customize): Use it for Extra.
5846
5847 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5848
5849         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5850         (mml2015-mailcrypt-clear-verify): Use it.
5851         (mml2015-gpg-clear-verify): Use it.
5852         (mml2015-pgg-clear-verify): Use it.
5853         (mml2015-epg-clear-verify): Replace the current part with the output
5854         from GnuPG; don't extract the plaintext by itself.
5855
5856         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5857         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5858         mml2015-clear-verify-function; don't touch the armor headers or
5859         dash-escaped text here.
5860
5861 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5864         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5865         parts, or application/octet-stream as a last resort.
5866         (gnus-mime-view-part-as-type): Don't toggle display.
5867         (gnus-mime-view-part-as-charset): Don't turn off display before
5868         querying charset.
5869
5870         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5871         stuff to undisplayer function in Emacs.
5872         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5873
5874         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5875         text/calendar parts.
5876
5877 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5878
5879         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5880         decoding text/calendar parts.
5881
5882         * message.el (message-forward-make-body-mime): Always mark body as
5883         having no illegible text; remove signed-or-encrypted argument.
5884         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5885
5886         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5887         (mml-generate-mime-1): Don't encode body if it is specified to be in
5888         raw form; don't make buffer be unibyte when inserting multibyte string.
5889
5890 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5891
5892         * sha1.el: Fix up comment style.
5893         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5894         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5895
5896         * hex-util.el: Fix up comment style.
5897         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5898
5899         * gnus-salt.el: Use with-current-buffer.
5900         (gnus-pick-setup-message): Fix long-standing typo.
5901
5902 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5903
5904         * imap.el (imap-logout-timeout): New variable.
5905         (imap-logout, imap-logout-wait): New functions.
5906         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5907
5908         * nnimap.el (nnimap-logout-timeout): New server variable.
5909         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5910         nnimap-logout-timeout.
5911
5912         * gnus-art.el (gnus-article-summary-command-nosave)
5913         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5914
5915 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5916
5917         * gnus.el (gnus-maximum-newsgroup): New variable.
5918
5919         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5920         according to gnus-maximum-newsgroup.
5921
5922         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5923         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5924         Limit the range of articles according to gnus-maximum-newsgroup.
5925
5926 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5927
5928         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5929         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5930         Don't perform gnus-configure-windows here; reuse existing sticky
5931         article buffer.
5932
5933         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5934         it doesn't exist in gnus-article-mode.
5935
5936 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5937
5938         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5939         (gnus-agent-decoded-group-name): New function.
5940         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5941         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5942
5943 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5944
5945         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5946         Add binding for gnus-sticky-article.
5947         (gnus-summary-exit): Don't kill sticky article buffers.
5948
5949         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5950         article buffer.
5951         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5952         (gnus-kill-sticky-article-buffers): New commands.
5953
5954 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5955
5956         * nntp.el (nntp-xref-number-is-evil): New server variable.
5957         (nntp-find-group-and-number): If it is non-nil, don't trust article
5958         numbers in the Xref header.
5959
5960 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5961
5962         * gnus-agent.el (gnus-agent-read-group): New function.
5963         (gnus-agent-flush-group, gnus-agent-expire-group)
5964         (gnus-agent-regenerate-group): Use it.
5965         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5966         nnmail-pathname-coding-system.
5967
5968 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5969
5970         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5971
5972         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5973         that are unread as unread, and also as selected so that information of
5974         marks having been changed by a user may be updated when exiting group.
5975
5976 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5977
5978         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5979         calculated ignoring signature parts to gnus-treat-article.
5980
5981 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5982
5983         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5984         a point here in order to keep the window start.
5985         (gnus-insert-mime-security-button): Make a button overlay without the
5986         front stickiness.
5987         (gnus-mime-display-security): Goto the end of a button.
5988
5989         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5990
5991 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5992
5993         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5994         group-name-at-point.
5995         (gnus-group-completing-read): New function that offers decoded
5996         non-ASCII group names for completion.
5997         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5998         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5999         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6000         (gnus-group-fetch-control): Use it.
6001         (gnus-fetch-group): Use group-name-at-point for the initial value
6002         rather than the default value; use gnus-alive-p.
6003
6004         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6005         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6006         (gnus-summary-post-news): Use gnus-group-completing-read.
6007
6008         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6009         (gnus-read-move-group-name): Decode group name for completion.
6010
6011 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6012
6013         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6014         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6015         Yamaoka slightly modified the code).
6016
6017 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6018
6019         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6020         (nnmail-split-incoming): Bind it.
6021
6022         * nnml.el (nnml-group-name-charset): New function.
6023         (nnml-decoded-group-name): Use it; don't decode group name if
6024         nnmail-group-names-not-encoded-p is non-nil.
6025         (nnml-encoded-group-name): New function.
6026         (nnml-group-pathname): Inline nnml-decoded-group-name.
6027         (nnml-request-expire-articles): Decode group name in message.
6028         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6029         nnmail-pathname-coding-system.
6030         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6031         not decoded ones according to nnmail-group-names-not-encoded-p.
6032         (nnml-generate-active-info): Use nnml-encoded-group-name.
6033
6034 2007-08-08  Glenn Morris  <rgm@gnu.org>
6035
6036         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6037         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6038         doc-strings and comments.
6039
6040 2007-07-25  Glenn Morris  <rgm@gnu.org>
6041
6042         * Relicense all FSF files to GPLv3 or later.
6043
6044 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6045
6046         * gnus-sum.el (gnus-summary-move-article): Make
6047         gnus-summary-respool-article work.
6048
6049 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6050
6051         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6052         string.
6053
6054 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6055
6056         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6057         that should be ignored when comparing distant RSS articles with local
6058         ones.
6059         (nnrss-make-hash-index): New function.  Create a hash index according
6060         to the ignored fields.
6061         (nnrss-check-group): Use it.
6062
6063 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6064
6065         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6066
6067         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6068
6069         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6070         the new optional argument ENCODED is non-nil.
6071         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6072         coding system for encoding group name.
6073         (gnus-group-make-rss-group): Pass un-encoded group name to
6074         gnus-group-make-group.
6075         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6076         encoded.
6077
6078         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6079         Encode group name to which articles are moved or copied.
6080         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6081         coding system for encoding Newsgroup, Followup-To and Xref headers.
6082
6083         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6084         marks; use nnheader-file-coding-system to write a file.
6085         (nnagent-retrieve-headers): Bind file-name-coding-system to
6086         nnmail-pathname-coding-system.
6087
6088         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6089
6090         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6091         (nnml-request-article, nnml-request-create-group)
6092         (nnml-request-rename-group, nnml-find-id)
6093         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6094         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6095         (nnml-save-marks): Use nnml-group-pathname instead of
6096         nnmail-group-pathname.
6097
6098         (nnml-request-create-group, nnml-request-expire-articles)
6099         (nnml-request-move-article, nnml-request-delete-group)
6100         (nnml-deletable-article-p, nnml-possibly-create-directory)
6101         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6102         (nnml-open-marks): Bind file-name-coding-system to
6103         nnmail-pathname-coding-system.
6104
6105         (nnml-request-article): Pass server argument to nnml-find-group-number.
6106         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6107         server argument to nnml-possibly-create-directory.
6108         (nnml-request-accept-article): Pass server argument to
6109         nnml-active-number and nnml-save-mail.
6110         (nnml-find-group-number): Pass server argument to nnml-find-id.
6111         (nnml-request-update-info): Pass server argument to
6112         nnml-marks-changed-p.
6113
6114         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6115         (nnml-save-mail, nnml-active-number): Add server argument.
6116
6117         (nnml-request-delete-group): Warn if group is missing.
6118         (nnml-get-nov-buffer): Decode group name.
6119         (nnml-generate-active-info): Encode group name.
6120         (nnml-open-marks): Decode group name in messages.
6121
6122 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6123
6124         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6125         if it is not specified.
6126         (gnus-article-pipe-part, gnus-article-save-part)
6127         (gnus-article-interactively-view-part, gnus-article-copy-part)
6128         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6129         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6130         (gnus-article-replace-part, gnus-article-delete-part)
6131         (gnus-article-view-part-as-type): Pass raw prefix argument to
6132         gnus-article-part-wrapper.
6133
6134 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6135
6136         * gnus-agent.el (gnus-agent-save-active): Bind
6137         nnheader-file-coding-system to gnus-agent-file-coding-system.
6138
6139         * gnus-cache.el (gnus-cache-save-buffers)
6140         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6141         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6142         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6143         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6144         (gnus-cache-generate-active, gnus-cache-rename-group)
6145         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6146         (gnus-cache-update-overview-total-fetched-for): Bind
6147         file-name-coding-system to nnmail-pathname-coding-system.
6148         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6149         variables.
6150         (gnus-cache-decoded-group-name): New function.
6151         (gnus-cache-file-name): Use it.
6152         (gnus-cache-generate-active): Use non-decoded group name for active.
6153
6154         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6155         right place.
6156         (gnus-write-active-file): Don't break non-ASCII group names.
6157
6158         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6159         nnmail-pathname-coding-system.
6160
6161         * lpath.el: Bind default-file-name-coding-system,
6162         file-name-coding-system and language-info-alist for XEmacs.
6163
6164         * gnus-uu.el (gnus-uu-decode-save): Typo.
6165
6166 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6167
6168         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6169
6170 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6171
6172         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6173         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6174         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6175         (gnus-agent-flush-group, gnus-agent-flush-cache)
6176         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6177         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6178         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6179         (gnus-agent-regenerate-group)
6180         (gnus-agent-update-files-total-fetched-for)
6181         (gnus-agent-update-view-total-fetched-for): Bind
6182         file-name-coding-system to nnmail-pathname-coding-system.
6183         (gnus-agent-group-pathname): Don't encode file names by
6184         nnmail-pathname-coding-system.
6185         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6186         coding-system-for-write instead of buffer-file-coding-system to
6187         gnus-agent-file-coding-system.
6188
6189         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6190         Decode group name.
6191
6192         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6193
6194         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6195         (gnus-read-newsrc-el-file): Make group names unibyte.
6196
6197         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6198         nnmail-pathname-coding-system.
6199
6200         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6201         (nnrss-request-delete-group): Bind file-name-coding-system to
6202         nnmail-pathname-coding-system.
6203         (nnrss-read-server-data, nnrss-read-group-data): Bind
6204         file-name-coding-system correctly.
6205         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6206
6207         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6208         (nntp-server-to-method-cache): New variable.
6209         (nntp-group-pathname): New function that decodes non-ASCII group names.
6210         (nntp-possibly-create-directory, nntp-marks-changed-p)
6211         (nntp-save-marks, nntp-open-marks): Use it.
6212         (nntp-possibly-create-directory, nntp-open-marks):
6213         Bind file-name-coding-system to nnmail-pathname-coding-system.
6214         (nntp-open-marks): Decode group names when bootstrapping marks.
6215
6216         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6217         Newsgroups and Folowup-To headers.
6218
6219 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6220
6221         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6222         (gnus-server-closed-face, gnus-server-denied-face)
6223         (gnus-server-offline-face): Remove variable.
6224         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6225
6226         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6227         of modifying message-stack directly for XEmacs.
6228
6229         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6230         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6231         if the coding-system argument is nil for XEmacs.
6232
6233         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6234         mm-charset-override-alist.
6235
6236         * rfc2047.el: Don't require base64; require rfc2045 for the function
6237         rfc2045-encode-string.
6238         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6239         to quote the parameter value.
6240
6241 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6242
6243         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6244         form in gnus-group-name-charset-method-alist.
6245
6246         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6247         overrides the default layout edit-form.
6248
6249         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6250
6251         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6252
6253 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6254
6255         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6256         as unfetched articles.
6257
6258 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6259
6260         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6261
6262 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6263
6264         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6265         original back end that keeps marks in the local system.
6266
6267 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6268
6269         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6270         arg of pop-to-buffer for XEmacs.
6271         (gnus-article-read-summary-keys): Ditto; don't restore window
6272         configuration if summary command ends up with neither article buffer
6273         nor summary buffer; describe bindings if summary keys end with C-h.
6274
6275 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6276
6277         * message.el (message-fix-before-sending): Skip raw message part to be
6278         forwarded while checking illegible text.
6279         (message-forward-make-body-mime, message-forward-make-body): Mark
6280         signed or encrypted raw message as having no illegible text.
6281
6282 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6283
6284         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6285         (gnus-message-with-timestamp-1): New macro.
6286         (gnus-message-with-timestamp): New function.
6287         (gnus-message): Use them.
6288
6289         * nnheader.el (nnheader-message): Use them.
6290
6291 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6292
6293         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6294         .newsrc.eld file.
6295
6296 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6297
6298         * gnus-agent.el (gnus-agent-fetch-headers)
6299         (gnus-agent-retrieve-headers): Bind
6300         gnus-decode-encoded-address-function to identity.
6301
6302         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6303         available also when the server returns simply a dot.
6304
6305         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6306
6307 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6308
6309         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6310
6311 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6312
6313         * gnus-ems.el (gnus-x-splash): Make it work.
6314
6315         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6316         from being used.
6317
6318         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6319
6320 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6321
6322         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6323         4th and the 5th arguments.
6324
6325         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6326         the front stickiness.
6327         (gnus-article-summary-command-nosave): Correct the order of the
6328         arguments passed to pop-to-buffer.
6329         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6330         summary command ends up with the article buffer.
6331
6332         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6333         the same faces.
6334
6335 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6336
6337         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6338
6339 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6340
6341         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6342         * gnus-sum.el (gnus-summary-highlight):
6343         * pgg.el (pgg-sign-region, pgg-sign):
6344         * mail-source.el (mail-source-delete-old-incoming-confirm):
6345         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6346
6347 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6348
6349         * gnus-art.el (gnus-mime-view-part-externally)
6350         (gnus-mime-view-part-internally): Fix predicate function passed to
6351         completing-read.
6352
6353         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6354
6355         * gnus.el (gnus-update-message-archive-method): Add :version.
6356
6357 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * gnus.el (gnus-update-message-archive-method): New variable.
6360
6361         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6362         according to gnus-message-archive-method if
6363         gnus-update-message-archive-method is non-nil.
6364
6365 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6368         by Loic Dachary <loic@dachary.org>.
6369         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6370
6371 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6372
6373         * message.el (message-pop-to-buffer): Add switch-function argument.
6374         (message-mail): Pass switch-function argument to it.
6375
6376 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6377
6378         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6379         Improve doc string.
6380
6381 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6382
6383         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6384         (gnus-header-content)
6385         * gnus-cite.el (gnus-cite-10)
6386         * gnus-srvr.el (gnus-server-closed)
6387         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6388         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6389         (gnus-group-mail-3-empty, gnus-group-mail-low)
6390         (gnus-group-mail-low-empty, gnus-splash)
6391         * message.el (message-header-to, message-header-cc)
6392         (message-header-subject, message-header-other, message-header-name)
6393         (message-header-xheader, message-separator, message-cited-text)
6394         (message-mml): Lighten colors of faces used for dark background.
6395
6396 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6397
6398         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6399         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6400
6401 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6402
6403         * message.el (message-narrow-to-headers-or-head):
6404         Ignore mail-header-separator in the body.
6405
6406 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6407
6408         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6409         same as window size.
6410
6411 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6412
6413         * message.el (message-font-lock-keywords): Use message-header-xheader
6414         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6415         ahead of the anything pattern, to get it recognised.
6416
6417 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6418
6419         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6420         spam.el loads uses it in the compiled defadvice form.
6421
6422 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6423
6424         * gnus-sum.el (gnus-articles-to-read)
6425         (gnus-summary-insert-old-articles): Don't truncate group name for
6426         `read-string'.
6427
6428         * gnus-util.el (gnus-limit-string): Delete this function.
6429
6430         * gnus-sum.el (gnus-simplify-subject-fully): Use
6431         `truncate-string-to-width' instead.
6432
6433 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6434
6435         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6436         if, on summary exit, the next group has to be selected.
6437         (gnus-summary-exit): Use it.
6438
6439 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6440
6441         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6442         non-break space.
6443
6444 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6445
6446         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6447         Check if group is not a directory.
6448         (nnfolder-request-expire-articles): Don't delete articles if the target
6449         group is not available.
6450
6451         * nnml.el (nnml-request-create-group): Properly check if group is not a
6452         file.
6453         (nnml-request-expire-articles): Don't delete articles if the target
6454         group is not available.
6455
6456         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6457         Don't quote characters that are within parentheses.
6458
6459 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6460
6461         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6462         (gnus-handle-ephemeral-exit): Select article according to it.
6463
6464 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6465
6466         * message.el (message-insert-formated-citation-line): Remove newline.
6467         (message-citation-line-format): Add final \n here so that the user can
6468         avoid a blank line.
6469
6470 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6471
6472         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6473         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6474         Update lanl/arXiv support.
6475
6476 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6477
6478         * gnus.el: Bump version number.
6479
6480 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6481
6482         * gnus.el (gnus-version-number): Bump version.
6483
6484 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6485
6486         * gnus.el: No Gnus v0.6 is released.
6487
6488 2007-04-27  Didier Verna  <didier@xemacs.org>
6489
6490         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6491         * gmm-utils.el (gmm-regexp-concat): here.
6492         * message.el: Don't require 'gnus-util.
6493         (message-dont-reply-to-names): Handle name change above.
6494         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6495
6496 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6497
6498         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6499         since the initial value varies according to the system.
6500
6501 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6502
6503         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6504
6505 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6506
6507         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6508
6509 2007-04-24  Didier Verna  <didier@xemacs.org>
6510
6511         Improve the type of gnus-ignored-from-addresses.
6512         * gnus-util.el (gnus-orify-regexp): New function.
6513         * message.el (gnus-util): Require it.
6514         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6515         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6516         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6517
6518 2007-04-24  Didier Verna  <didier@xemacs.org>
6519
6520         * gnus-sum.el:
6521         * gnus-utils.el: Fix some trailing whitespaces.
6522
6523 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6524
6525         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6526         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6527         article's Message-ID; refer parent article in summary buffer.
6528
6529         * message.el (message-bounce): Call mime-to-mml.
6530
6531         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6532         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6533         optimize and/or forms properly.
6534
6535 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6536
6537         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6538         URL.
6539
6540 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6541
6542         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6543
6544 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6545
6546         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6547         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6548         displayed of multipart/alternative part if it is invoked from summary
6549         buffer.
6550
6551         * mm-view.el (mm-inline-text-html-render-with-w3m)
6552         (mm-inline-text-html-render-with-w3m-standalone)
6553         (mm-inline-render-with-function): Use mail-parse-charset by default.
6554
6555 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6556
6557         * parse-time.el (parse-time-string-chars): Check if CHAR
6558         is less than the length of parse-time-syntax.
6559
6560 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6561
6562         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6563         from gnus-newsgroup-processable.
6564
6565 2007-04-16  Didier Verna  <didier@xemacs.org>
6566
6567         * gnus-msg.el (gnus-configure-posting-styles): Handle
6568         message-signature-directory properly with :file syntax.  Reported by
6569         "Leo".
6570
6571 2007-04-11  Didier Verna  <didier@xemacs.org>
6572
6573         New user option: message-signature-directory.
6574         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6575         * message.el (message-insert-signature): Ditto.
6576         * message.el (message-signature-file): Doc update.
6577         * message.el (message-signature-directory): New.
6578
6579 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6580
6581         * gnus-msg.el (gnus-inews-yank-articles): Use
6582         message-exchange-point-and-mark instead of exchange-point-and-mark.
6583
6584 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6585
6586         * message.el (message-yank-original): Make sure cited text ends with
6587         newline; don't exchange point and mark.
6588
6589 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6590
6591         * tls.el (open-tls-stream): Properly handle case where there
6592         is no associated buffer.
6593
6594 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6595
6596         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6597         message-yank-original, make sure (< mark TEXT point).
6598
6599 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6600
6601         * message.el (message-fill-column): New variable.
6602         (message-mode): Use it.  Add comment on a possible new hook.
6603
6604         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6605         (nnmail-get-new-mail): Reformat.
6606
6607         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6608
6609         * gmm-utils.el: Fix Commentary.
6610         (gmm-tool-bar-from-list): Fix typo in doc string.
6611
6612 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6613
6614         * message.el (message-yank-original): Don't switch point and mark
6615         unnecessarily to put point and mark as documented.
6616
6617 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6618
6619         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6620         from the message heads.
6621
6622 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6623
6624         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6625         article buffer does not have a window.  This may not be the best
6626         solution but is certainly better than setting the start of the null,
6627         that is the current, window.
6628
6629 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6630
6631         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6632         (gnus-draft-setup): Run it.
6633
6634         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6635         gnus-score-fast-scoring.  Allow regexp.
6636         (gnus-score-headers): Use it.
6637
6638         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6639         XEmacs.
6640
6641         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6642         string.
6643         (gnus-button-alist): Also catch `<f1> k ...'.
6644         (gnus-treat-display-x-face): Fix doc string.
6645
6646 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6647
6648         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6649         evaluation of gnus-extended-version to ensure correct generation of the
6650         User-Agent header when message-generate-headers-first is used.
6651
6652 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6653
6654         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6655         hashcash-path is nil.  Don't call callback with incorrect number of
6656         parameters if val is 0.
6657
6658 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6659
6660         * message.el (message-required-news-headers):
6661         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6662
6663 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6664
6665         * tls.el (open-tls-stream): In handshake-waiting loop,
6666         don't wait more if there is output available to process.
6667
6668 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6669
6670         * tls.el (tls-program): Doc fix.
6671
6672 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6673
6674         * message.el (message-generate-new-buffers): Change the meaning of the
6675         nil value; add `standard' to the choices; treat t as `unique'; improve
6676         doc string.
6677         (gnus-select-frame-set-input-focus): Autoload.
6678         (message-buffer-name): Search for the existing message buffer if
6679         message-generate-new-buffers is nil or `standard'; treat the value t of
6680         message-generate-new-buffers as `unique'.
6681         (message-pop-to-buffer): Raise the frame already displaying the message
6682         buffer; clear the echo area after querying.
6683         (message-setup): Pass the `continue' argument to compose-mail.
6684         (message-mail): Prefer `switch-function' if it is given; search for the
6685         existing message buffer if the `continue' argument is non-nil; pass
6686         continue and switch-function arguments to compose-mail by way of
6687         message-setup.
6688         (message-mail-other-window): Adjust argument of message-setup.
6689         (message-mail-other-frame): Ditto.
6690
6691 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6692
6693         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6694         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6695         to turn font-lock on when turning gnus-message-citation-mode on.
6696
6697 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6698
6699         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6700         (mml-smime-function-alist): New variable; add epg as the backend.
6701         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6702         mml-smime- functions instead.
6703         * mm-view.el: Require smime.
6704
6705 2007-03-05  Didier Verna  <didier@xemacs.org>
6706
6707         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6708         instead of just inheritance for posting styles.
6709         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6710
6711 2007-02-24  Chris Moore  <dooglus@gmail.com>
6712
6713         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6714         * pgg-pgp.el (pgg-pgp-encrypt-region):
6715         * pgg-gpg.el (pgg-gpg-encrypt-region):
6716         Check pgg-encrypt-for-me if no other recipients.
6717
6718 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6719
6720         * tls.el (tls-certtool-program): Fix custom type.
6721
6722 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6723
6724         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6725         and point-at-eol instead of line-(beginning|end)-position.
6726
6727         * assistant.el (assistant-parse-buffer): Ditto.
6728
6729         * netrc.el (netrc-parse-services): Ditto.
6730
6731 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6732
6733         * mml2015.el (mml2015-epg-find-usable-key): New function.
6734         (mml2015-epg-sign): Use it.
6735         (mml2015-epg-encrypt): Use it.
6736
6737 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6738
6739         * message.el (message-make-in-reply-to): Quote name containing
6740         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6741         if there are special characters.  Reported by NAKAJI Hiroyuki
6742         <nakaji@jp.freebsd.org>.
6743
6744 2007-02-27  Didier Verna  <didier@xemacs.org>
6745
6746         Include the group parameters as well as the topic ones in the
6747         inheritance filter process.
6748         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6749         argument GROUP-PARAMS-LIST.
6750         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6751
6752 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6753
6754         * nntp.el (nntp-never-echoes-commands)
6755         (nntp-open-connection-functions-never-echo-commands): New variables.
6756         (nntp-send-command): Use them.
6757
6758 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6759
6760         * mml2015.el (mml2015-epg-verify): Simplified.
6761
6762 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6763
6764         * mml.el (mml-content-disposition-alist): New user option.
6765         (mml-content-disposition): New function.
6766         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6767         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6768
6769 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6770
6771         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6772         verification.
6773
6774 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6775
6776         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6777         articles posted in the last 24 hours.
6778
6779 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6780
6781         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6782
6783 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6784
6785         * nntp.el (nntp-send-command): Don't wait for echoes when
6786         nntp-open-ssl-stream is used.
6787
6788 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6791         (gnus-message-add-citation-keywords)
6792         (gnus-message-remove-citation-keywords): Remove.
6793         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6794         directly, make the variables in font-lock-defaults buffer-local, add
6795         gnus-message-citation-keywords to them and then update the value of
6796         font-lock-keywords.
6797
6798 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6799
6800         * message.el (message-cite-original-1): Don't call
6801         gnus-article-highlight-citation.
6802
6803         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6804         citations; fix line count.
6805
6806 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6807
6808         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6809         (gnus-message-add-citation-keywords)
6810         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6811         versions of font-lock-add-keywords and font-lock-remove-keywords to
6812         work with XEmacs correctly.
6813
6814 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6815
6816         * gnus-cite.el (gnus-cite-face-list): Set the values of
6817         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6818         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6819         (gnus-message-cite-prefix-regexp): New variable.
6820         (gnus-message-search-citation-line): Use it; protect against long
6821         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6822         the 0th match data for Emacs.
6823         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6824         (gnus-message-add-citation-keywords): Append keywords rather than
6825         prepending; emulate font-lock-add-keywords if it is not available.
6826         (gnus-message-remove-citation-keywords): Emulate
6827         font-lock-remove-keywords if it is not available.
6828
6829         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6830
6831         * message.el (message-cite-prefix-regexp): Set the value of
6832         gnus-message-cite-prefix-regexp.
6833
6834 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6835
6836         * nnweb.el (nnweb-google-parse-1): Update parser.
6837
6838 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6839
6840         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6841
6842 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6843
6844         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6845         regexp.
6846
6847 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6848
6849         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6850         string-to-multibyte.
6851         (uudecode-decode-region-internal): Use it.
6852
6853         * lpath.el: Fbind string-as-multibyte for XEmacs.
6854
6855 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6856
6857         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6858         custom choice.
6859
6860         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6861
6862 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6863
6864         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6865
6866         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6867         `write-region' to respect `mm-inhibit-file-name-handlers'.
6868
6869 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6870
6871         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6872         Use gnus-home-directory instead of "~/" or "$HOME".
6873
6874 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6875
6876         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6877         to mention filename.
6878         Add comments at beginning regarding usage.
6879         (encrypt-write-file-contents): Change interactive so a string is
6880         acceptable.  If the file has no associated model, show an error instead
6881         of a nonsense prompt.
6882
6883 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6884
6885         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6886         Thanks to Yoshihiko Yamada for kind notification of this typo.
6887
6888 2007-01-12  Kenichi Handa  <handa@m17n.org>
6889
6890         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6891         multibyte buffer.
6892
6893 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6894
6895         * gnus-score.el (gnus-score-fast-scoring): New variable.
6896         (gnus-score-headers): Use it.
6897
6898         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6899
6900         * message.el (message-cite-original-1): Call
6901         gnus-article-highlight-citation if requested.
6902         (message-make-from): Allow name and address as optional arguments.
6903
6904         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6905
6906         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6907         bugs to doc string.
6908         (gnus-button-alist): Add mid\\|message-id.
6909         (gnus-button-fetch-group): Extend for use in
6910         `browse-url-browser-function'.
6911         (gnus-button-url-regexp): Try to catch paired parentheses like in
6912         Wikipedia URLs.
6913
6914         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6915         Suggested by Simon Krahnke <overlord@gmx.li>.
6916
6917 2007-01-13  Romain Francoise  <romain@orebokech.com>
6918
6919         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6920         Update copyright.
6921
6922 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6923
6924         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6925
6926 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6927
6928         * gnus-registry.el (gnus-registry-unfollowed-groups)
6929         (gnus-registry-split-fancy-with-parent): Fix documentation.
6930
6931 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6932
6933         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6934         from nnweb groups.
6935
6936 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6937
6938         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6939         Xref urls.  Erase buffer before requesting head.
6940
6941 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6942
6943         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6944         customizable.
6945
6946 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6947
6948         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6949         no signing key is found.
6950         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6951         no encrypting and/or signing key is found.
6952
6953 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6954
6955         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6956
6957 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6958
6959         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6960         headers read from disk with the ones newly found in the current search.
6961         This should no longer cause problems, because the article numbers in
6962         Gmane's `nov.php' output are ignored since the previous change.
6963
6964 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6965
6966         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6967
6968 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6969
6970         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6971         replace-regexp-in-string; bind url-version; fbind display-images-p and
6972         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6973         find-face and set-itimer-function for Emacs; bind itimer-list for
6974         Emacs.
6975
6976         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6977
6978 2007-01-01  Romain Francoise  <romain@orebokech.com>
6979
6980         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6981
6982 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6983
6984         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6985         `define-minor-mode' macro definition expanded properly.
6986         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6987         exclude it there.
6988
6989         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6990         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6991         `fboundp' test.
6992         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6993         This is OK to autoload in (S)XEmacs now.
6994
6995 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6996
6997         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6998         keystroke.
6999         (gnus-summary-limit-to-singletons): Fix typo.
7000
7001         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7002         else fails.
7003
7004 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7005
7006         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7007         docstring.
7008
7009         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7010         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7011         (gnus-summary-insert-dormant-articles): Fix typo in message.
7012
7013 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7014
7015         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7016         nil for XEmacs.
7017         (gnus-message-citation-mode): Don't autoload in XEmacs.
7018
7019         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7020
7021 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7022
7023         * nnimap.el (nnimap-expunge-search-string): Mention
7024         nnimap-search-uids-not-since-is-evil in docstring.
7025
7026 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7027
7028         * spam.el: Revert to make-obsolete-variable because
7029         define-obsolete-variable-alias is not supported in Emacs 21.
7030
7031         * spam.el (spam-ifile-path, spam-ifile-database-path)
7032         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7033         make-obsolete-variable.
7034         (spam-bsfilter-path, spam-bsfilter-program)
7035         (spam-spamassassin-path, spam-spamassassin-program)
7036         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7037         use "path" inappropriately.
7038         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7039         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7040         variable names.
7041
7042 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7043
7044         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7045         summary buffer.
7046
7047         * password.el (password-cache-remove): Use clear-string to burn
7048         password, if available.
7049
7050 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7051
7052         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7053
7054         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7055
7056         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7057         (gnus-message-highlight-citation): Move defcustom here from
7058         gnus-cite.el.
7059         (gnus-message-citation-mode): Autoload.
7060
7061         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7062         checks to make it compile with XEmacs.
7063         (gnus-message-citation-mode): New minor mode.
7064         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7065         (gnus-message-highlight-citation): New variables.
7066         (gnus-message-search-citation-line)
7067         (gnus-message-add-citation-keywords)
7068         (gnus-message-remove-citation-keywords)
7069         (turn-on-gnus-message-citation-mode)
7070         (turn-off-gnus-message-citation-mode): New functions.
7071
7072 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7073
7074         * gnus-cite.el: Enable highlighting of different citation levels in
7075         message-mode.
7076
7077 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7078
7079         * message.el (message-make-fqdn): Fix comment.
7080         (message-bogus-system-names): Add ".local".
7081
7082         * spam.el (spam-ifile-path, spam-ifile-program)
7083         (spam-ifile-database-path, spam-ifile-database)
7084         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7085         Don't use "path" inappropriately.
7086         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7087         strings.
7088         (spam-check-ifile, spam-ifile-register-with-ifile)
7089         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7090         new variable names.
7091
7092         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7093         (gnus-treat-display-smileys): Simplify using
7094         gnus-image-type-available-p.
7095
7096         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7097         available.
7098
7099         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7100         `display-images-p' if available.
7101
7102 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7103
7104         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7105         one after turning on the buffer's multibyteness instead of decoding
7106         them directly in the unibyte buffer that causes unexpected conversion
7107         in Emacs 23 (unicode).
7108
7109 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7110
7111         * message.el (message-generate-hashcash): Fix custom type.
7112
7113 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7114
7115         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7116
7117 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7118
7119         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7120         disconnect icons.  Add help text.
7121
7122 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7123
7124         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7125         negated to be consistent with the others we handle.
7126
7127 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7128
7129         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7130         version of gnus-summary-buffer to something, so that we can use two
7131         article buffers at the same time.
7132
7133 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7134
7135         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7136         trigger all the extra headers.
7137         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7138         sorting.
7139
7140 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7141
7142         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7143         solid groups.
7144
7145 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7146
7147         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7148
7149 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7150
7151         * legacy-gnus-agent.el: Add Copyright notice.
7152
7153 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7154
7155         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7156
7157 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7158
7159         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7160
7161         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7162         to make it work reliably in CVS Emacs.
7163         (gnus-summary-limit-strange-charsets-predicate)
7164         (gnus-summary-limit-to-predicate): New functions.
7165
7166 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7167
7168         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7169         specifying array size.
7170         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7171         array if it is too small.
7172         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7173         (gnus-sort-threads-loop): New function.
7174
7175 2006-12-06  Chris Moore  <dooglus@gmail.com>
7176
7177         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7178         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7179
7180 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7181
7182         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7183         options.
7184
7185 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7186
7187         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7188         DOS-ing the recipient.
7189
7190         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7191         the headers when creating the mapping to avoid mismappings.
7192         (nnweb-gmane-create-mapping): Always nix out old mapping.
7193
7194 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7195
7196         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7197         and mm-verify-option to never.
7198
7199 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7200
7201         * message.el (message-signed-or-encrypted-p): New function.
7202         (message-forward-make-body): Use it.
7203
7204         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7205         Replace encode-coding-string with mm-encode-coding-string.
7206
7207 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7208
7209         * nneething.el (nneething-decode-file-name): Replace
7210         decode-coding-string with mm-decode-coding-string.
7211
7212         * gnus-int.el (gnus-open-server): Say failed server's name.
7213
7214 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7215
7216         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7217         strings to a single string.  Quote `errors-file-name'.
7218         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7219         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7220         Adjust calls.  Use `shell-quote-argument'.
7221
7222 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7223
7224         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7225         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7226
7227         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7228         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7229         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7230         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7231         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7232         (gnus-subscribe-newsgroup, gnus-1):
7233         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7234         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7235         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7236         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7237
7238 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7239
7240         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7241         keystroke.
7242         (gnus-summary-limit-to-bodies): Implement headersp.
7243
7244 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7245
7246         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7247
7248 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7249
7250         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7251
7252 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7253
7254         * message.el (message-generate-hashcash): Expand range of values to
7255         include `opportunistic'.
7256         (message-send-mail): Use it.
7257
7258 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7259
7260         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7261         and comment it.
7262
7263         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7264
7265 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7266
7267         * gnus-util.el (gnus-extract-address-components): Improve comment.
7268
7269 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7270
7271         * gnus-util.el (gnus-extract-address-components): Work with address in
7272         which the name portion contains @.
7273
7274         * lpath.el: Fbind custom-autoload.
7275
7276 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7277
7278         * gnus.el (gnus-start): Move custom group up.
7279         (gnus-select-method): Don't autoload, but make it available for
7280         `customize-variable'.
7281         (gnus-getenv-nntpserver): Don't autoload.
7282
7283 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7284
7285         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7286
7287 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7288
7289         * message.el (message-sendmail-extra-arguments): New variable.
7290         (message-send-mail-with-sendmail): Use it.
7291
7292 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7293
7294         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7295         mm-with-unibyte-current-buffer to make string unibyte.
7296
7297         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7298         mm-string-as-multibyte.
7299
7300 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7301
7302         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7303         Reported by Werner Koch <wk@gnupg.org>.
7304
7305 2006-11-14  Daiki Ueno  <ueno@p360>
7306
7307         * mml2015.el: Autoload epa-select-keys when compiling.
7308
7309 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7310
7311         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7312         message-options.
7313         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7314
7315 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7316
7317         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7318         EasyPG (< 0.0.6).
7319         (mml2015-always-trust): New user option.
7320         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7321         prompt.
7322
7323 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7324
7325         * nntp.el (nntp-authinfo-force): New variable.
7326         (nntp-send-authinfo): Use it.
7327
7328 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7329
7330         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7331         decode encoded words.  Improve prompt.  Add comment about forwarding.
7332         (message-replacement-char): Move up.
7333
7334 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7335
7336         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7337         instead of gnus-intersection because arguments of gnus-sorted-nunion
7338         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7339
7340 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7341
7342         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7343         (message-simplify-subject-functions): Enable
7344         message-strip-subject-encoded-words by default.
7345
7346 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7347
7348         * message.el (message-strip-subject-encoded-words): New function.
7349         (message-simplify-subject-functions): New variable.
7350         (message-simplify-subject): Use it.  Fix typo in doc string.
7351         Support message-strip-subject-encoded-words.
7352
7353 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7354
7355         * gnus-diary.el (gnus-diary-delay-format-function):
7356         * nndiary.el (nndiary-reminders):
7357         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7358
7359 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7360
7361         * gnus-art.el (article-hide-boring-headers): Fetch date from
7362         gnus-original-article-buffer to avoid problems with localized date
7363         strings.
7364
7365 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7366
7367         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7368
7369 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7370
7371         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7372         New variables.
7373         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7374         (mm-charset-synonym-alist): Move some entries to
7375         mm-codepage-iso-8859-list.
7376         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7377         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7378
7379 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7380
7381         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7382
7383 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7384
7385         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7386         with Emacs 21 and XEmacs.
7387
7388 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7389
7390         * spam.el (spam-parse-address): New function for better parsing,
7391         catching errors, etc.
7392         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7393
7394 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7395
7396         * mm-view.el: Add interactive arg to html2text autoload.
7397
7398 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7399
7400         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7401
7402 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7403
7404         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7405         variables.
7406         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7407         (mm-charset-synonym-alist): Move some entries to
7408         mm-codepage-iso-8859-list.
7409
7410         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7411
7412 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7413
7414         * message.el (message-citation-line-format)
7415         (message-insert-formated-citation-line): Fix implementation of %E, %N
7416         and %n according to the doc string.
7417
7418 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7419
7420         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7421         car-safe to avoid bad parses.
7422
7423 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7424
7425         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7426         names.
7427
7428         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7429
7430 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7431
7432         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7433         header.
7434
7435         * message.el (message-draft-headers): Add Date.
7436         (message-headers-to-generate): Fix typo in docstring.
7437
7438         * nndraft.el (nndraft-required-headers): New variable.
7439         (nndraft-generate-headers): Use it.
7440
7441         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7442
7443 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7444
7445         * gnus-registry.el (gnus-registry-wash-for-keywords)
7446         (gnus-registry-find-keywords): New functions to allow easy searching of
7447         articles that are in the registry.
7448
7449 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7450
7451         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7452         ietf-drums-parse-address instead of gnus-extract-address-components.
7453         Reported by Damien Elmes <damien@repose.cx>.
7454
7455 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7456
7457         * gnus.el (gnus-mime): Remove unused custom group.
7458
7459 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7460
7461         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7462         "blank line" when searching for end of armor headers.
7463
7464 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7465
7466         * gmm-utils.el (gmm-write-region): Fix variable name.
7467
7468 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7469
7470         * gmm-utils.el (gmm-write-region): New function based on compatibility
7471         code from `mm-make-temp-file'.
7472
7473         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7474
7475         * nnmaildir.el (nnmaildir--update-nov)
7476         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7477         Use `gmm-write-region'.
7478
7479 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7480
7481         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7482         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7483
7484         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7485
7486         * message.el (message-replacement-char): New variable.
7487         (message-fix-before-sending): Use it.
7488         (message-simplify-subject): New function to remove duplicate code.
7489         (message-reply, message-followup): Use it.
7490
7491         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7492         gnus-summary-limit-to-articles.
7493
7494 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7495
7496         * gnus-util.el (gnus-with-local-quit): New macro.
7497
7498         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7499
7500 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7501
7502         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7503         ignore non-string data.
7504
7505 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7506
7507         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7508         non-string data (needs to be done in the registry too).
7509
7510 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7511
7512         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7513         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7514         (gnus-registry-split-fancy-with-parent)
7515         (gnus-registry-fetch-simplified-message-subject-fast)
7516         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7517         Remove text properties on ingress into the registry and when it's saved.
7518         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7519         registry from entries with no groups.
7520
7521 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7522
7523         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7524         function to remove string properties.
7525
7526 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7527
7528         * gmm-utils.el (gmm): Adjust custom version.
7529
7530         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7531         custom version.
7532
7533         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7534
7535 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7536
7537         * gnus-art.el (gnus-insert-prev-page-button)
7538         (gnus-insert-next-page-button): Simplify.  Reformat.
7539
7540 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7541
7542         * gnus-art.el (gnus-insert-prev-page-button)
7543         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7544
7545 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7546
7547         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7548
7549 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7550
7551         * gnus-art.el (gnus-insert-mime-button)
7552         (gnus-insert-mime-security-button):
7553         Apply gnus-article-button-face to MIME and security buttons.
7554
7555 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7556
7557         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7558         readable.
7559
7560 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7561
7562         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7563
7564 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7565
7566         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7567         `browse-url-of-file' instead of `browse-url'.
7568
7569 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7570
7571         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7572         regexp.  Articles containing quotation were cut prematurely.
7573
7574 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7575
7576         * message.el (message-cite-original-1): Use nobody by default for the
7577         value of From header.
7578         (message-reply): Ditto.
7579
7580 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7581
7582         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7583         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7584         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7585
7586 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7587
7588         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7589         mails in the doc string.  Add some URLs in comment.
7590         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7591
7592 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7593
7594         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7595         backslashes handling and the way to find boundaries of quoted strings.
7596
7597 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7598
7599         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7600         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7601         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7602         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7603
7604 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7605
7606         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7607         doc string.
7608         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7609
7610 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7611
7612         * lpath.el: Fbind epg-check-configuration.
7613
7614 2006-09-06  Simon Josefsson  <jas@extundo.com>
7615
7616         * mml2015.el (mml2015-use): Doc fix, mention epg.
7617
7618 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7619
7620         * mml2015.el (mml2015-use): Default to epg, if available.
7621
7622 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7623
7624         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7625         message-sender.
7626         (mml1991-epg-encrypt): Ditto.
7627         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7628         message-sender.
7629         (mml2015-epg-encrypt): Ditto.
7630
7631 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7632
7633         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7634         several common directories.
7635
7636 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7637
7638         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7639         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7640
7641 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7642
7643         * gnus-art.el (article-decode-encoded-words): Make it fast.
7644
7645 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7646
7647         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7648
7649         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7650         in quoted string into `\'.
7651
7652 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7653
7654         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7655         Use standard-syntax-table.
7656
7657 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7658
7659         * gnus-art.el (gnus-decode-address-function): New variable.
7660         (article-decode-encoded-words): Use it to decode headers which are
7661         assumed to contain addresses.
7662         (gnus-mime-delete-part): Remove useless `or'.
7663
7664         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7665         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7666         (gnus-nov-parse-line): Use it to decode From header.
7667         (gnus-get-newsgroup-headers): Ditto.
7668         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7669
7670         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7671         (mail-decode-encoded-address-string): New alias.
7672
7673         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7674         New function.
7675         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7676         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7677         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7678         (rfc2047-decode-string): Ditto.
7679         (rfc2047-decode-address-region): New function.
7680         (rfc2047-decode-address-string): New function.
7681
7682 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7683
7684         * message.el (message-caesar-buffer-body): Allow rotating headers.
7685
7686         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7687
7688         * message.el (message-insert-formated-citation-line): Fix %f.
7689         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7690
7691 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7692
7693         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7694         (gnus-bookmark-mouse-available-p): New macro.
7695         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7696         (gnus-bookmark-bmenu-show-infos): Use it.
7697         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7698         (gnus-bookmark-bmenu-hide-infos): Ditto.
7699         (gnus-bookmark-remove-properties): New function.
7700         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7701         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7702         (gnus-bookmark-write-file): Bind coding-system-for-write.
7703         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7704         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7705         group before selecting it.
7706         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7707         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7708         quit-window if it is not available; use gnus-mouse-2 and bind it to
7709         gnus-bookmark-bmenu-select-by-mouse.
7710         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7711         (gnus-bookmark-bmenu-select-by-mouse): New function.
7712
7713 2006-08-13  Romain Francoise  <romain@orebokech.com>
7714
7715         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7716         space.
7717
7718 2006-08-10  Romain Francoise  <romain@orebokech.com>
7719
7720         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7721         (dns-mode-soa-auto-increment-serial): New user option.
7722         (dns-mode-soa-maybe-increment-serial): New function.
7723         (dns-mode): Add the latter to `write-contents-functions'.
7724
7725 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7726
7727         * compface.el (uncompface): Use binary rather than raw-text-unix.
7728
7729 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7730
7731         * compface.el (uncompface): Make sure the eol conversion doesn't take
7732         place when communicating with the external programs.  Reported by
7733         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7734
7735 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7736
7737         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7738
7739 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7740
7741         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7742         Make it more robust by parsing author and date independently.
7743
7744 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7745
7746         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7747
7748 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7749
7750         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7751         first matching secret key.
7752         (mml2015-epg-encrypt): Ditto.
7753
7754         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7755         first matching secret key.
7756         (mml1991-epg-encrypt): Ditto.
7757
7758         * mml2015.el (mml2015-encrypt-to-self): New user option.
7759         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7760         mml2015-epg-encrypt-to-self is set.
7761
7762         * mml1991.el (mml1991-encrypt-to-self): New variable.
7763         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7764         mml1991-epg-encrypt-to-self is set.
7765
7766         * mml2015.el (mml2015-signers): New user option.
7767         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7768         (mml2015-epg-encrypt): Allow to select signing keys.
7769
7770         * mml1991.el (mml1991-signers): New variable.
7771         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7772         (mml1991-epg-encrypt): Allow to select signing keys.
7773
7774 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7775
7776         * nnheader.el (nnheader-insert-head): Make it work even if the file
7777         uses CRLF for the line-break code.
7778
7779 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7780
7781         * mml2015.el: Require mml-sec instead of password.
7782         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7783         (mml2015-cache-passphrase): Inherit the default value from
7784         mml-secure-cache-passphrase.
7785         (mml2015-passphrase-cache-expiry): Inherit the default value from
7786         mml-secure-passphrase-cache-expiry.
7787
7788         * mml1991.el: Require mml-sec instead of password.
7789         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7790         (mml1991-cache-passphrase): Inherit the default value from
7791         mml-secure-cache-passphrase.
7792         (mml1991-passphrase-cache-expiry): Inherit the default value from
7793         mml-secure-passphrase-cache-expiry.
7794
7795         * mml-sec.el: Require password.
7796         (mml-secure-verbose): New user option.
7797         (mml-secure-cache-passphrase): New user option.
7798         (mml-secure-passphrase-cache-expiry): New user option.
7799
7800 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7801
7802         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7803         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7804         andreas@altroot.de (Andreas Vögele).
7805
7806         FIXME: Use `tiny change'?
7807
7808 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7809
7810         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7811         workaround for the url package included with Emacs.
7812
7813         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7814
7815 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7816
7817         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7818         correctly.  This fixes a bug caused by the 2006-05-12 change.
7819
7820 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7821
7822         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7823         some information about the error when saying that the `bogus' mail
7824         group will be used.
7825
7826 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7827
7828         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7829         string.
7830
7831 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7832
7833         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7834
7835 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7836
7837         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7838
7839 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7840
7841         * mml1991.el (mml1991-function-alist): Add epg.
7842         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7843         (mml1991-epg-encrypt): New functions.
7844
7845 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7846
7847         * mml2015.el (mml2015-verbose): New variable.
7848         (mml2015-cache-passphrase): Ditto.
7849         (mml2015-passphrase-cache-expiry): Ditto.
7850         (mml2015-function-alist): Add epg.
7851         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7852         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7853         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7854         functions.
7855
7856 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7857
7858         * message.el (message-cite-original-1): Preserve region when removing
7859         quoted text due to X-No-Archive in order to avoid bogus attribution
7860         when citing multiple messages.
7861
7862 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7863
7864         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7865         Kenneth Jacker <khj@be.cs.appstate.edu>.
7866
7867 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7868
7869         * gnus-diary.el (gnus-user-format-function-d)
7870         (gnus-user-format-function-D): Autoload.
7871
7872         * imap.el (Commentary): Fix typo.
7873
7874         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7875         2006-04-22 contribution.
7876
7877 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7878
7879         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7880         It didn't really fix the bogosity I'm seeing with solid web groups.
7881
7882 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7883
7884         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7885         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7886         created using server names.  If we use the feature without declaring
7887         it, Gnus does not properly manage server and group state.
7888
7889         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7890         bound.
7891
7892 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7893
7894         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7895         looking up the method using GROUP's prefix before inventing a new one.
7896         It is used on killed/unknown groups in various places where returning
7897         an all-new method isn't expected by the caller.
7898
7899         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7900         and match semantics of gnus-group-real-prefix.
7901
7902 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7903
7904         * nnmail.el (nnmail-broken-references-mailers): New variable.
7905         (nnmail-ignore-broken-references): New function generalizing
7906         nnmail-fix-eudora-headers.
7907         (nnmail-fix-eudora-headers): Now obsolete.
7908
7909         * gnus-art.el (gnus-button-handle-custom): Support
7910         `customize-apropos*'.
7911
7912 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7913
7914         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7915
7916         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7917         articles.
7918
7919 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7920
7921         * message.el (message-cite-reply-above): New variable.
7922         (message-yank-original): Use it.
7923
7924 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7925
7926         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7927
7928 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7929
7930         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7931         as read.
7932
7933         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7934
7935 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7936
7937         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7938         (gnus-bookmark-default-file): Use gnus-directory.
7939         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7940         Remove "*" in doc string.
7941         (gnus-bookmark-write-file): Simplify.
7942         (gnus-bookmark-maybe-sort-alist): Use `when'.
7943         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7944         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7945         FIXME about Emacs 21 and XEmacs compatibility.
7946         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7947         compatibility.
7948         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7949         compatibility.
7950         (gnus-bookmark-menu-heading): Fix version.
7951
7952 2006-06-19  Bastien Guerry  <bzg@altern.org>
7953
7954         * gnus-bookmark.el: New file.
7955
7956 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7957
7958         * message.el (message-syntax-checks): Doc fix.
7959
7960 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7961
7962         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7963         unsubscribed groups as if they were killed ones.  It causes duplicate
7964         entries in gnus-newsrc-alist.
7965
7966 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7967
7968         * message.el (message-syntax-checks): Doc fix.
7969         (message-send-mail): Add check for continuation headers.
7970         (message-check-news-header-syntax): Fix regexp used to check for
7971         continuation headers.
7972
7973 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7974
7975         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7976
7977 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7978
7979         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7980
7981 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7982
7983         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7984         default-truncate-lines.
7985
7986 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7987
7988         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7989         to fill the utf-8 entry.
7990
7991         * lpath.el: Fbind unicode-precedence-list.
7992
7993 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7994
7995         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7996
7997 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7998
7999         * gnus-agent.el (directory-files-and-attributes): Move all the way
8000         forward (the third and final move).
8001         (gnus-agent-read-agentview): Trap reconstruction errors due to
8002         nonexistant directory.  Handle by returning nil.
8003
8004 2006-05-30  Didier Verna  <didier@xemacs.org>
8005
8006         * message.el (message-dont-reply-to-names): Update the custom type.
8007         * message.el (message-dont-reply-to-names): New defsubst: potentially
8008         convert a list of regexps into a single one.
8009         * message.el (message-get-reply-headers): Use it.
8010         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8011
8012 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8013
8014         * gnus-agent.el (directory-files-and-attributes): Move forward.
8015
8016 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8017
8018         * gnus-ml.el (gnus-mailing-list-subscribe)
8019         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8020         (gnus-mailing-list-message): Fix doc strings.
8021
8022 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8023
8024         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8025         of doing it manually.
8026
8027 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8028
8029         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8030         comment.
8031
8032 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8033
8034         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8035         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8036         (gnus-agent-read-local): All symbols allocated in my-obarray.
8037         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8038         (gnus-agent-regenerate-group): Check numeric names to see if they are
8039         messages or groups.
8040         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8041         better way of do this...)
8042
8043         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8044         'dummy.group' (there should be a better way of do this...)
8045
8046 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8047
8048         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8049         (gnus-saved-headers): Ditto.
8050         (gnus-default-article-saver): Mention functions may have properties.
8051         (gnus-article-save): Override gnus-save-all-headers and
8052         gnus-saved-headers by :headers property which saver function may have.
8053         (gnus-summary-save-in-file): Add :headers property.
8054         (gnus-summary-write-to-file): Ditto.
8055
8056         * gnus-sum.el (gnus-summary-save-article): Bind
8057         gnus-prompt-before-saving to t when saving many articles in a file;
8058         always show all headers.
8059
8060         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8061
8062 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8063
8064         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8065         marks.
8066
8067         * message.el (message-indent-citation): Add optional arguments to allow
8068         using it outside of message buffers.
8069
8070         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8071         (gnus-article-treat-unfold-headers): Use it.
8072         (gnus-article-truncate-lines): New variable.
8073         (gnus-article-mode): Use it.
8074         (gnus-article-toggle-truncate-lines): New function.
8075
8076         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8077         gnus-article-toggle-truncate-lines.
8078
8079         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8080         coding system in XEmacs, use binary.
8081
8082 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8083
8084         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8085         after-load-alist.
8086
8087         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8088         this function should save decoded articles.
8089         (gnus-summary-write-to-file): Use property to specify this function
8090         should save decoded articles and specify gnus-summary-save-in-file
8091         should be used to save articles other than the first one when saving
8092         many articles.
8093         (gnus-summary-save-body-in-file): Use property to specify this
8094         function should save decoded articles.
8095         (gnus-summary-write-body-to-file): Use property to specify this
8096         function should save decoded articles and specify
8097         gnus-summary-save-body-in-file should be used to save articles other
8098         than the first one when saving many articles.
8099
8100         * gnus-sum.el (gnus-summary-save-article): Simplify.
8101
8102 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8103
8104         * gnus-art.el (gnus-default-article-saver): Add
8105         gnus-summary-write-body-to-file.
8106         (gnus-article-save-coding-system): Don't use coding system object
8107         in XEmacs.
8108         (gnus-read-save-file-name): Add optional `dir-var' argument which
8109         specifies directory in which files are saved; work even if optional
8110         `variable' argument is not specified.
8111         (gnus-summary-write-to-file): Read file name.
8112         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8113         (gnus-summary-write-body-to-file): New function.
8114
8115         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8116         (gnus-summary-local-variables): Add it.
8117         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8118         (gnus-summary-save-article): Remove optional `decode' argument;
8119         determine whether to decode articles by the value of
8120         gnus-default-article-saver; when saving many files using
8121         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8122         it first and use gnus-summary-save-in-file or
8123         gnus-summary-save-body-in-file thereafter unless
8124         gnus-prompt-before-saving is always; move point to article which
8125         will be saved.
8126         (gnus-summary-save-article-file): Revert.
8127         (gnus-summary-write-article-file): Revert.
8128         (gnus-summary-save-article-body-file): Revert.
8129         (gnus-summary-write-article-body-file): New function.
8130
8131 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8132
8133         * gnus-art.el (gnus-default-article-saver): Doc fix.
8134         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8135         from gnus-summary-save-article-coding-system, and default to a
8136         certain coding system.
8137         (gnus-output-to-file): Add coding cookie and encode text according
8138         to gnus-article-save-coding-system; don't use mm-append-to-file.
8139
8140         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8141         gnus-art.el and rename to gnus-article-save-coding-system.
8142         (gnus-summary-save-article): Require gnus-art; don't show all
8143         headers if it decodes articles; don't add coding cookie here;
8144         don't bind mm-text-coding-system-for-write.
8145         (gnus-summary-save-article-file): Save decoded articles.
8146         (gnus-summary-write-article-file): When saving many files, use
8147         gnus-summary-write-to-file first and gnus-summary-save-in-file
8148         thereafter unless gnus-prompt-before-saving is always.
8149         (gnus-summary-save-article-body-file): Save decoded articles.
8150
8151         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8152
8153 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8154
8155         * nnrss.el (nnrss-check-group): Bind hash-index.
8156
8157 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8158
8159         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8160         its hash index.  Store this hash in `nnrss-group-data'.
8161         (nnrss-read-group-data): Update accordingly.
8162
8163 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8164
8165         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8166         entry.
8167
8168         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8169         gnus-article-browse-html-article.
8170
8171 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8172
8173         * gnus-sum.el (gnus-summary-mime-map): Add
8174         gnus-article-browse-html-article.
8175
8176         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8177
8178 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8179
8180         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8181         suitable coding systems in customize.
8182
8183 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8184
8185         * mail-source.el (mail-sources): Fix custom type.
8186
8187 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8188
8189         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8190         (gnus-summary-expire-articles-now): Shorten prompt.
8191
8192         * gmm-utils.el (wid-edit): Require.
8193         (defun-gmm): Renamed from `gmm-defun-compat'.
8194         (gmm-image-search-load-path): Use it.
8195         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8196
8197 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8198
8199         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8200         variable.
8201         (gnus-summary-save-article): Add optional `decode' argument.  If
8202         it is set and gnus-summary-save-article-coding-system is non-nil,
8203         save decoded article.
8204         (gnus-summary-write-article-file): Save decoded article if
8205         gnus-summary-save-article-coding-system is non-nil.
8206
8207         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8208         type.
8209
8210 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8211
8212         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8213
8214 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8215
8216         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8217         first to test gnus-single-article-buffer which may be buffer-local.
8218
8219         * gnus-sum.el (gnus-summary-setup-buffer): Make
8220         gnus-single-article-buffer buffer-local and nil in ephemeral
8221         group; make gnus-article-buffer, gnus-article-current, and
8222         gnus-original-article-buffer always buffer-local.
8223         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8224         group.
8225         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8226
8227 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8228
8229         * nnml.el (nnml-request-compact-group): Compressed files might not
8230         have .gz extension.
8231
8232 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8233
8234         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8235         (mm-copy-to-buffer): Use with-current-buffer.
8236         (mm-display-part): Simplify.
8237         (mm-inlinable-p): Add optional arg `type'.
8238
8239 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8240
8241         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8242         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8243         Try harder to show the attachment internally or externally using
8244         gnus-mime-view-part-as-type.
8245
8246 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8247
8248         * message.el (message-from-style, message-signature-separator)
8249         (message-user-organization-file, message-send-mail-function)
8250         (message-citation-line-function, message-yank-prefix)
8251         (message-indent-citation-function, message-signature)
8252         (message-signature-file, message-signature-insert-empty-line):
8253         Remove autoloads.
8254
8255         * gnus-art.el (gnus-buttonized-mime-types): Remove
8256         "multipart/signed".  Revert 2006-04-26 change.
8257
8258 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8259
8260         * gnus.el (gnus-version-number): Bump version.
8261
8262 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8263
8264         * gnus.el: No Gnus v0.5 is released.
8265
8266 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8267
8268         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8269         fetching articles by message-id.
8270
8271 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8272
8273         * message.el (hashcash): Require hashcash as normal.
8274
8275         * ecomplete.el (ecomplete-highlight-match-line): Use
8276         point-at-eol.
8277         (ecomplete-highlight-match-line): Use `highlight', because that
8278         face exists in both Emacs and XEmacs.
8279
8280         * message.el (message-display-abbrev): Use point-at-bol.
8281
8282         * mail-source.el: Don't require timer/timer-funcs.
8283
8284         * gnus-async.el: Ditto.
8285
8286         * password.el: Ditto.
8287
8288         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8289
8290         * mm-url.el: Ditto.
8291
8292         * gnus-xmas.el: Don't require timer-funcs.
8293
8294         * mm-util.el: Require timer/timer-funcs.
8295
8296 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8297
8298         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8299         Close.
8300
8301 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8302
8303         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8304         unibyte after clear-decrypt function runs.
8305
8306         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8307         returns as a unibyte string.
8308
8309 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8310
8311         * lpath.el: Revert.
8312
8313         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8314         (pgg-gpg-process-sentinel): Revert.
8315
8316         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8317         (pgg-pgp-lookup-key): Revert.
8318
8319         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8320         (pgg-pgp5-lookup-key): Revert.
8321
8322         * pgg.el (pgg-fetch-key): Revert.
8323
8324 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8325
8326         * lpath.el: Fbind string-as-multibyte for XEmacs.
8327
8328         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8329         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8330         (mml1991-pgg-encrypt): Ditto.
8331
8332         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8333         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8334         a multibyte buffer.
8335
8336         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8337         (pgg-pgp-lookup-key): Ditto.
8338
8339         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8340         (pgg-pgp5-lookup-key): Ditto.
8341
8342         * pgg.el (pgg-fetch-key): Ditto.
8343
8344 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8345
8346         * message.el (message-user-organization-file): Check several
8347         locations of the organization file.
8348
8349         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8350         Add gnus-article-view-part-as-type.
8351
8352         * gnus-art.el (gnus-article-view-part-as-type): New function.
8353
8354         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8355         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8356
8357         * mml.el: Simplify autoload.
8358         (mml-mode): defvar dnd-protocol-alist instead of using
8359         symbol-value.
8360         (mml-default-directory): New variable.
8361         (mml-minibuffer-read-file): Use it.
8362         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8363
8364         * message.el (message-citation-line-format): New variable.
8365         (message-insert-formated-citation-line): New function.
8366         (message-citation-line-function): Add
8367         `message-insert-formated-citation-line' to custom type.
8368
8369         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8370         to doc string.
8371
8372         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8373         depending on mm-verify-option.
8374
8375 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8376
8377         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8378         binding pgg-* variables; reimplement the section which prevents
8379         MIME header from being signed.
8380         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8381         pgg-text-mode; remove a blank line at the top of body.
8382
8383         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8384         lines at the top of body; use gnus-newsgroup-charset if there's no
8385         Charset header.
8386
8387 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * message.el (message-self-insert-commands): Doc fix.
8390
8391         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8392         (mm-uu-pgp-encrypted-test): Ditto.
8393         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8394         between header and body; return application/pgp-encrypted handle
8395         if decryption failed; decode decrypted body by charset.
8396
8397         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8398         element match to application/pgp-*.
8399
8400 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8401
8402         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8403         HTML.
8404
8405 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8406
8407         * mail-source.el (mail-source-call-script): Message the error
8408         string.
8409
8410 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8411
8412         * gnus-util.el (gnus-byte-compile): Use it.
8413
8414 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8415
8416         * gnus-util.el (kill-empty-logs): New function.
8417
8418 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8419
8420         * message.el (message-mail-alias-type): Doc fix.
8421         (message-mail-alias-type-p): New function.
8422         (message-send): Use it.
8423         (message-mode): Ditto.
8424         (message-strip-forbidden-properties): Ditto.
8425
8426         * ecomplete.el (ecomplete-database-file-coding-system): New
8427         variable.
8428         (ecomplete-save): Use it.
8429         (ecomplete-setup): Use it.
8430
8431 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * message.el (message-self-insert-commands): New variable.
8434         (message-strip-forbidden-properties): Use it.
8435
8436 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8437
8438         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8439         that doesn't make XEmacs choke.
8440
8441 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8442
8443         * gnus-util.el (gnus-replace-in-string):
8444         Prefer replace-regexp-in-string over of replace-in-string.
8445
8446 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8447
8448         * gnus-util.el (gnus-select-frame-set-input-focus):
8449         Use select-frame-set-input-focus if it is available in XEmacs; use
8450         definition defined in Emacs 22 for old Emacsen.
8451
8452         * dgnushack.el: Autoload unmorse-region for XEmacs.
8453
8454         * lpath.el: Bind cursor-in-non-selected-windows and
8455         select-frame-set-input-focus for XEmacs.
8456
8457 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8458
8459         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8460
8461 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8462
8463         * gnus-registry.el (gnus-registry-cache-save): Remove text
8464         properties when saving via the temp buffer.
8465
8466 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8467
8468         * message.el (message-generate-hashcash): Honor custom type.
8469
8470 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8471
8472         * message.el (message-generate-hashcash): Default to non-nil when
8473         hashcash is found.
8474
8475         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8476         (gnus-refer-thread-limit): Increase default to 500.
8477
8478         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8479
8480         * flow-fill.el (fill-flowed): Allow delete-space.
8481
8482 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8483
8484         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8485         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8486         Remove autoloads.
8487
8488 2006-04-18  Simon Josefsson  <jas@extundo.com>
8489
8490         * message.el (message-generate-hashcash): Default to.
8491
8492 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8493
8494         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8495         concatenating segments rather than before concatenating them.
8496
8497 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8498
8499         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8500
8501 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8502
8503         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8504
8505         * message.el (message-forward-make-body-plain): Allow
8506         message-forward-ignored-headers to be a list.
8507         (message-remove-ignored-headers): Factor out into function.
8508         (message-forward-make-body-mml): Use it.
8509
8510         * imap.el (imap-quote-specials): New function.
8511         (imap-login-auth): Quote specials.
8512
8513         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8514         (rfc2231-parse-string): Allow concatanation of parameters that
8515         aren't contiguous.  The test case is
8516           (mail-header-parse-content-type "message/external-body;
8517             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8518             access-type=LOCAL-FILE;
8519             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8520
8521 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8522
8523         * nntp.el (nntp-accept-process-output): Return the value of
8524         `nnheader-accept-process-output'.
8525
8526 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8527
8528         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8529         (gnus-button-alist): Recognize more diff formats.
8530         (gnus-button-patch): Strip directory.
8531
8532 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8533
8534         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8535         Emacs 22 when setting focus.
8536
8537 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8538
8539         * gnus-art.el (gnus-article-treat-types): Do treatment of
8540         text/x-verbatim parts.
8541         (gnus-button-patch): New command.
8542
8543         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8544         addresses that contain invalid characters.
8545
8546 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8547
8548         * message.el (message-put-addresses-in-ecomplete): Use
8549         gnus-replace-in-string.
8550         (message-is-yours-p): Use the more correct
8551         mail-header-parse-address instead of
8552         mail-extract-address-components.
8553         (message-put-addresses-in-ecomplete): Fix typo.
8554
8555         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8556         keystroke.
8557
8558         * gnus-art.el (gnus-treatment-function-alist): Change order of
8559         newsgroups/generic header folding to avoid double-folding.
8560
8561         * message.el (message-hidden-headers): Add X-Draft-From.
8562
8563         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8564         command.
8565         (gnus-summary-repeat-search-article-backward): New command.
8566
8567         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8568         groups in the parent topic.
8569
8570 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8571
8572         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8573         (spam-extra-header-to-number): Return the CRM114 number as a
8574         number instead of a string.
8575
8576 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8577
8578         * gnus-art.el (gnus-face-properties-alist): Moved here from
8579         gnus-fun.
8580
8581         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8582
8583 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8584
8585         * message.el (message-strip-forbidden-properties): Only display on
8586         self-insert-command.
8587
8588         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8589         reindent.
8590         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8591
8592 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8593
8594         * smiley.el (smiley-style): Fix typo.
8595
8596 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8597
8598         * hashcash.el (hashcash-insert-payment-async-2): Use
8599         message-goto-eoh instead of doing it manually.
8600         (mail-add-payment): Use message-narrow-to-header instead of trying
8601         to do the same itself.
8602
8603         * message.el (message-hidden-headers): Add Face.
8604
8605         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8606         reparenting code.
8607         (gnus-summary-reparent-children): Refactored out code.
8608         (gnus-summary-thread-map): New keystroke.
8609         (gnus-summary-reparent-children): Make into command.
8610
8611         * smiley.el (smiley-style): Default to `medium' if using a large
8612         font.
8613
8614         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8615         does it itself.
8616
8617         * message.el (message-point-in-header-p): Simplify definition.
8618
8619 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8620
8621         * nnagent.el (nnagent-request-set-mark): Silence log file
8622         writing.
8623         (nnagent-request-set-mark): Use write-region instead of
8624         append-to-file.
8625
8626         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8627         strange select method.
8628
8629         * ecomplete.el (ecomplete-display-matches): Get highlightling
8630         right.
8631         (ecomplete-display-matches): Use literals.
8632         (ecomplete-display-matches): Disable message logging.
8633
8634         * message.el (message-display-abbrev): Small optimization.
8635
8636         * ecomplete.el (ecomplete-display-matches): Allow automatic
8637         display.
8638
8639         * message.el (message-strip-forbidden-properties): Display
8640         abbrevs.
8641         (message-display-abbrev): Get automatic display right.
8642
8643         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8644         keystrokes.
8645
8646 2006-04-13  Romain Francoise  <romain@orebokech.com>
8647
8648         TODO: Backport to v5-10!
8649
8650         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8651         Moved here (and renamed) from gnus-registry.el.
8652
8653         * gnus-registry.el: Require gnus-util.
8654         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8655
8656 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8657
8658         * gnus-group.el (gnus-group-catchup-current): Change
8659         if-then-else-if-then-else into cond.
8660         (gnus-group-catchup): Indent.
8661         (group-name-at-point): New function.
8662         (gnus-fetch-group): Provide default from thing at point.
8663
8664 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8665
8666         * message.el (message-display-abbrev): Fix regexp.
8667
8668         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8669         choosing.
8670         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8671         dead variables.
8672
8673         * message.el (message-newline-and-indent): Remove debugging.
8674         (message-display-abbrev): Use new implementation.
8675
8676 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8677
8678         * gnus-art.el (gnus-article-mode): Set
8679         cursor-in-non-selected-windows to nil.
8680
8681         * smiley.el: Revert previous change.
8682         (smiley-data-directory): defvar it before using it in the
8683         defcustom of `smiley-style'.
8684
8685 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8686
8687         * message.el (message-newline-and-indent): New function.
8688
8689         * ecomplete.el: Implement more bits.
8690
8691         * message.el (message-put-addresses-in-ecomplete): Clean up the
8692         string.
8693
8694         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8695
8696         * gnus-sum.el (gnus-summary-save-parts): Bind
8697         gnus-summary-save-parts-counter and use it to make unique file
8698         names.
8699
8700         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8701
8702         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8703         parameter to say whether to actually parse the individual
8704         addresses.
8705
8706         * message.el (message-put-addresses-in-ecomplete): New function.
8707         (ecomplete): Require.
8708         (message-mail-alias-type): Add ecomplete as an option.
8709
8710 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8711
8712         * flow-fill.el (fill-flowed): Remove trailing space from blank
8713         quoted lines.
8714
8715 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8716
8717         * smiley.el (smiley-style): Move definition later to avoid a
8718         compilation warning.
8719
8720 2006-04-12  Kenichi Handa  <handa@m17n.org>
8721
8722         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8723         buffer and then decode the buffer text if necessary.
8724         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8725         first, and after mm-encode-body, change the buffer to unibyte.
8726         Use mm-disable-multibyte instead of set-buffer-multibyte.
8727
8728 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8729
8730         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8731         Content-Type header instead of Content-Disposition header.
8732         (gnus-mime-inline-part): Ditto.
8733         (gnus-mime-view-part-as-charset): Ignore charset that the part
8734         specifies.
8735
8736         * mm-decode.el (mm-display-part): Work with external parts and
8737         usual parts similarly.
8738
8739         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8740         instead of gnus-display-mime.
8741
8742         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8743         instead of with-temp-buffer.
8744
8745         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8746         tag to summarized topics part in order to encode non-ASCII text.
8747
8748 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8749
8750         * smiley.el (smiley-style): New variable.
8751         (smiley-directory): New function.
8752         (smiley-data-directory): Derive from `smiley-style' using
8753         `smiley-directory'.
8754         (smiley-regexp-alist): Add new entries.
8755
8756         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8757         (gnus-article-browse-delete-temp): Add :version.
8758
8759 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8760
8761         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8762         the sieve region.
8763
8764 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8765
8766         * gnus.el (gnus-version-number): Bump version.
8767
8768 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8769
8770         * gnus.el: No Gnus v0.4 is released.
8771
8772 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8773
8774         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8775         layout.
8776
8777         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8778         unknown charset.
8779
8780         * message.el (message-header-synonyms): Add Original-To to the
8781         default.
8782
8783         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8784         optional parameter.
8785
8786 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8787
8788         * gnus-fun.el (gnus): Require it for gnus-directory.
8789
8790 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8791
8792         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8793
8794 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8795
8796         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8797
8798 2006-04-05  Simon Josefsson  <jas@extundo.com>
8799
8800         * password.el (password-reset): New function.
8801
8802 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8803
8804         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8805         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8806
8807 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8808
8809         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8810         Some whitespace was matched into the url, which broke browsing hits
8811         > 100 when mm-url-use-external was nil.
8812
8813 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8814
8815         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8816         gnus-extra-headers for 'Newsgroups.
8817
8818         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8819         bound.
8820
8821 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8822
8823         * pgg-gpg.el: Clean up process buffers every time gpg processes
8824         complete.
8825
8826 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8827
8828         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8829         doc string.
8830
8831 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8832
8833         * pgg-gpg.el (pgg-gpg-process-filter)
8834         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8835
8836         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8837         lines, temporary fix.
8838
8839 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8840
8841         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8842
8843 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8844
8845         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8846         default-enable-multibyte-characters.  This reverts the change from
8847         revision 6.17 which is no longer necessary because the passphrase
8848         is sent separately now.  GnuPG messages are unreadable under
8849         multibyte locales with default-enable-multibyte-characters set to
8850         nil.
8851
8852 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8853
8854         * message.el (message-tool-bar-gnome): Move "spell".
8855
8856 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8857
8858         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8859         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8860         instead.
8861
8862 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8863
8864         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8865         newsgroups handling for NNTP overviews which don't include
8866         Newsgroups.
8867
8868 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8869
8870         * message.el (message-resend): Bind message-generate-hashcash to nil.
8871
8872 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8873
8874         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8875         when searching for already-paid recipients.
8876
8877 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8878
8879         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8880         passphrases when it is not needed.
8881         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8882         passphrase stuff from gpg, should only be necessary when you use
8883         gpg with a smartcard.
8884
8885 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8886
8887         * mml.el (mml-insert-mime): Ignore cached contents of
8888         message/external-body part.
8889
8890         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8891         (mm-insert-part): Ditto.
8892
8893 2006-03-23  Simon Josefsson  <jas@extundo.com>
8894
8895         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8896         Reiner.
8897         (pgg-gpg-use-agent-p): Use it again.
8898
8899 2006-03-23  Simon Josefsson  <jas@extundo.com>
8900
8901         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8902         older emacsen.
8903         (pgg-gpg-use-agent-p): Don't use it.
8904
8905 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8906
8907         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8908         if we can.
8909
8910 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8911
8912         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8913         (pgg-gpg-update-agent): New function.
8914         (pgg-gpg-use-agent-p): New function.
8915         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8916         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8917         (pgg-gpg-sign-region): Use it.
8918
8919 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8920
8921         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8922         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8923
8924 2006-03-21  Simon Josefsson  <jas@extundo.com>
8925
8926         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8927         <wilde@sha-bang.de>.
8928         (pgg-gpg-use-agent): New variable.
8929         (pgg-gpg-process-region): Use it.
8930         (pgg-gpg-encrypt-region): Likewise.
8931         (pgg-gpg-encrypt-symmetric-region): Likewise.
8932         (pgg-gpg-decrypt-region): Likewise.
8933         (pgg-gpg-sign-region): Likewise.
8934         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8935
8936 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8937
8938         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8939
8940         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8941         Add comment on version.
8942
8943 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8944
8945         * smiley.el: Add missing test smiley.
8946
8947 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * mm-decode.el (mm-with-part): New macro.
8950         (mm-get-part): Use it; work with message/external-body as well.
8951         (mm-save-part): Treat name and filename equally.
8952
8953         * mm-extern.el (mm-extern-cache-contents): New function.
8954         (mm-inline-external-body): Use it; force the part to be displayed;
8955         move undisplayer added to the cached handle to the parent.
8956
8957         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8958         (gnus-mime-view-part-as-type): Work with message/external-body.
8959
8960         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8961
8962 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8963
8964         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8965         images in image-load-path.  [Sync with image.el, revision 1.60, in
8966         Emacs.]
8967
8968 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8969
8970         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8971         path rather than symbol.  Always return list of directories.
8972         Guarantee that image directory comes first.  [Sync with image.el,
8973         revision 1.59, in Emacs.]
8974
8975         * message.el (message-make-tool-bar): Adjust to new API of
8976         `gmm-image-load-path-for-library'.
8977
8978         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8979
8980         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8981
8982 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8983
8984         * gnus-art.el (gnus-article-only-boring-p):
8985         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8986         intangible text.
8987         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8988
8989 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8990
8991         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8992         `defun' instead of `gmm-defun-compat'.
8993
8994 2006-03-14  Simon Josefsson  <jas@extundo.com>
8995
8996         * message.el (message-unique-id): Don't use message-number-base36
8997         if (user-uid) is a float.
8998         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8999
9000 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9001
9002         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9003
9004         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9005         empty line between a part and a message part.
9006
9007 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9008
9009         * smiley.el: Add more test smileys.
9010         (smiley-data-directory, smiley-regexp-alist)
9011         (gnus-smiley-file-types): Fix doc strings.
9012         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9013         adding new elements.
9014         (smiley-mouse-map): Unused code.  Make it a comment.
9015
9016 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9017
9018         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9019         scan latest NoCeM messages instead of old ones.
9020         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9021         delimiters that are recently used.
9022         (gnus-nocem-load-cache): Add autoload cookie.
9023
9024         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9025
9026         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9027         level which is larger than gnus-use-nocem is specified.
9028
9029         * gnus-group.el (gnus-group-get-new-news): Ditto.
9030
9031 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9032
9033         * gnus-util.el (gnus-tool-bar-update): New function.
9034
9035         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9036         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9037
9038         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9039
9040         * gnus-group.el (gnus-group-redraw-when-idle)
9041         (gnus-group-redraw-check): Remove.
9042         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9043
9044 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9045
9046         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9047         if optional last element is specified in splits (FIELD VALUE...).
9048
9049 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9050
9051         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9052         to gmm-image-load-path-for-library.  Call with no-error argument.
9053         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9054
9055         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9056
9057         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9058
9059         * gmm-utils.el (gmm-image-load-path): Remove alias.
9060
9061 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9062
9063         * gmm-utils.el (gmm-image-load-path): Add alias.
9064
9065         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9066         nnml-generate-nov-databases-1.
9067         (nnml-generate-nov-databases): Use it.
9068         (nnml-generate-nov-databases-directory): Document no-active
9069         argument.
9070
9071         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9072         directory if path is t.  Add no-error.
9073
9074         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9075         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9076
9077         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9078         resetting gnus-article-browse-html-temp-list.
9079
9080         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9081         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9082         Add example to docstring.  Rename local variables.  Move error
9083         checks to default case in cond and simplify.
9084
9085 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9086
9087         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9088         handle is multipart when calling it recursively.
9089         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9090
9091 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9092
9093         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9094         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9095
9096 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9097
9098         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9099         is loaded.
9100
9101         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9102         loaded.
9103
9104 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9105
9106         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9107         to "Emacs 23 (unicode)" in doc string.
9108
9109         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9110         "Emacs 23 (unicode)" in comment.
9111
9112 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9113
9114         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9115
9116         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9117         characters 160 through 255 in Emacs 23.
9118
9119 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9120
9121         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9122         gnus-article-browse-html-temp.
9123         (gnus-article-browse-delete-temp): Make it customizable.  Add
9124         `file'.  Adjust doc string.
9125         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9126         query for each file.  Adjust doc string.
9127         (gnus-article-browse-html-parts): Add
9128         `gnus-article-browse-delete-temp-files' to
9129         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9130
9131 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9132
9133         * gnus-art.el (gnus-article-browse-html-temp)
9134         (gnus-article-browse-delete-temp): New variables.
9135         (gnus-article-browse-delete-temp-files): New function.
9136         (gnus-article-browse-html-parts): Use it.
9137
9138 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9139
9140         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9141
9142         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9143         string.
9144
9145         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9146         gnus-summary-insert-new-articles when unplugged.  Remove
9147         gnus-summary-search-article-forward.
9148
9149         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9150         display-visual-class instead of display-color-cells.
9151
9152 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9153
9154         * dgnushack.el: Autoload customize-group for XEmacs.
9155
9156         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9157         message/* containing non-ASCII text properly.
9158
9159 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9160
9161         * message.el: Require gmm-utils, remove autoloads.
9162         (message-tool-bar): Set default based on
9163         gmm-tool-bar-style.
9164         (message-tool-bar-gnome): Add gmm-customize-mode.
9165
9166         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9167         gmm-tool-bar-style.
9168         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9169
9170         * gnus-group.el (gnus-group-tool-bar): Set default based on
9171         gmm-tool-bar-style.
9172         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9173
9174         * gmm-utils.el (gmm-image-directory): Rename variable from
9175         gmm-image-load-path.
9176         (gmm-image-load-path): Use gmm-image-directory.
9177         (gmm-customize-mode): New function.
9178         (gmm-tool-bar-style): New variable.
9179
9180         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9181         gnus-group-redraw-line-number.
9182         (gnus-group-redraw-check): Simplify.
9183         (gnus-group-tool-bar-update): Remove redraw check.
9184         (gnus-group-make-tool-bar): Add redraw check.
9185
9186 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9187
9188         * gnus-art.el (gnus-button): Add missing parentheses.
9189
9190 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9191
9192         * lpath.el: Fbind line-number-at-pos.
9193
9194 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9195
9196         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9197
9198 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9199
9200         * gnus-art.el (gnus-button): New face.
9201         (gnus-article-button-face): Use it.
9202
9203         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9204         gnus-summary-next-page.  Re-order.
9205
9206         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9207         next-node are now included.
9208         (gnus-group-redraw-line-number): New internal variable.
9209         (gnus-group-redraw-check): Helper function for updating the tool
9210         bar.
9211         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9212
9213         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9214
9215         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9216         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9217         Use it to match format of Spamassassin 3.0 and later.  Reported by
9218         IRIE Tetsuya <irie@t.email.ne.jp>.
9219         (spam-check-bogofilter)
9220         (spam-bogofilter-register-with-bogofilter): Fix args of
9221         `gnus-error' calls.
9222
9223 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9224
9225         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9226         unnecessary interaction when sending queued mails.  Reported by
9227         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9228
9229 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9230
9231         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9232         first or last are nil.
9233
9234 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9235
9236         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9237
9238 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9239
9240         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9241
9242 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9243
9244         * dns.el (query-dns): Protect more against buggy tcp output.
9245
9246 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9247
9248         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9249         nov.php.
9250
9251 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9252
9253         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9254         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9255         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9256         output on the server side.
9257         (nnweb-google-create-mapping): Update regexps and add some
9258         progress indication.
9259
9260 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9261
9262         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9263         gnus-agent-toggle-plugged.  Re-order icons.
9264         (gnus-group-tool-bar-gnome): Add
9265         gnus-group-{prev,next}-unread-group.
9266         (gnus-group-tool-bar-gnome): Re-order icons.
9267
9268         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9269         gnus-summary-insert-new-articles.
9270
9271         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9272         comments.
9273
9274         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9275         also available in Emacs 21.3.
9276
9277         * message.el (message-fix-before-sending): Change "Emacs 22" to
9278         "Emacs 23 (unicode)" in comment.
9279
9280         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9281         "Emacs 23 (unicode)" in comment.
9282
9283         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9284         comment.
9285         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9286
9287         * mm-view.el (mm-fill-flowed): Add :version.
9288
9289 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9290
9291         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9292         and load-path.
9293
9294 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9295
9296         * message.el: Autoload gmm-image-load-path.
9297         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9298         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9299         consitency.
9300
9301         * gmm-utils.el (gmm-image-load-path): Also search in
9302         "../etc/images".  Don't set gmm-image-load-path if we don't find
9303         the image.
9304
9305 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9306
9307         * gmm-utils.el (gmm-image-load-path): Don't make
9308         `gmm-image-load-path' include subdirectories which the second arg
9309         `image' might specify.
9310
9311         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9312         subdirectory to icon file names.
9313
9314         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9315
9316 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9317
9318         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9319         gmm-image-load-path calls.
9320
9321         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9322
9323         * message.el (message-make-tool-bar): Ditto.
9324
9325         * mml.el (mml-preview): Added comment concerning tool bar icons.
9326
9327         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9328         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9329
9330         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9331         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9332
9333         * message.el (message-tool-bar-gnome): Use new icon names.
9334         (message-make-tool-bar): Use `gmm-image-load-path'.
9335
9336         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9337         functions from MH-E.
9338         (gmm-image-load-path): New variable from MH-E.
9339         (gmm-image-load-path): New function from MH-E.  Added arguments
9340         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9341         *-image-load-path-called-flag.
9342
9343 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9344
9345         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9346
9347 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9348
9349         * nnimap.el (nnimap-request-move-article): Change folder back to
9350         source group before deleting.
9351
9352 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9353
9354         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9355
9356         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9357         mm-url.
9358
9359         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9360
9361 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9362
9363         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9364         coding system which mm-charset-to-coding-system returns for a
9365         given charset is valid.
9366
9367 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9368
9369         * html2text.el (html2text-remove-tag-list):
9370         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9371
9372 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9373
9374         * gnus-cus.el: Revert 2005-10-17 change.
9375
9376 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9377
9378         * gnus-art.el (article-strip-banner): Call
9379         article-really-strip-banner only when the regexp match is made.
9380
9381 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9382
9383         * gnus-art.el (article-strip-banner): Use
9384         gnus-extract-address-components instead of
9385         mail-header-parse-addresses to make it work with non-ASCII text;
9386         remove mail-encode-encoded-word-string.
9387
9388         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9389         values which are surrounded with \"...\"; make it never cause a
9390         Lisp error; give up parsing of parameters if it failed in
9391         extracting type.
9392
9393 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9394
9395         * smime.el (smime-cert-by-ldap-1): Fix bug where
9396         `smime-ldap-search' returns results without userCertificates.
9397
9398 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9399
9400         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9401
9402 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9403
9404         * spam.el (spam-check-spamassassin-headers): Adapt format for
9405         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9406         <ari@mbf.ocn.ne.jp>.
9407         (spam-list-of-processors): Add spam-use-gmane.
9408
9409 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9410
9411         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9412         make-temp-file; make it work with XEmacs as well.
9413
9414         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9415         mm-make-temp-file.
9416
9417         * mm-decode.el (mm-display-external): Use the 3rd arg of
9418         mm-make-temp-file.
9419         (mm-create-image-xemacs): Ditto.
9420
9421 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9422
9423         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9424         with message-narrow-to-headers.
9425         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9426         (gnus-draft-check-draft-articles): New function.
9427         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9428
9429 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9430
9431         * gnus-art.el (gnus-article-browse-html-parts):
9432         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9433         Don't use suffix argument for mm-make-temp-file for Emacs 21
9434         compatibility.  Remove useless `format'.
9435
9436 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9437
9438         * nnweb.el (nnweb-google-wash-article): Update regexps.
9439         (nnweb-group-alist): Use defvoo instead of defvar.
9440
9441 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9442
9443         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9444         re-loading nn* modules.
9445
9446 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9447
9448         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9449         for `tool-bar-mode' and don't check it's default-value.
9450
9451         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9452
9453         * message.el (message-make-tool-bar): Ditto.
9454
9455         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9456         `substring'.  Shorten tmp-file name.
9457
9458         * gnus.el: Remove bogus comment.
9459
9460 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9461
9462         * gnus-art.el (gnus-article-browse-html-parts): New function.
9463         (gnus-article-browse-html-article): New function for viewing html
9464         articles with a browser.
9465
9466 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9467
9468         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9469         in elisp.
9470         (pgg-gpg-encrypt-symmetric-region): Ditto.
9471         (pgg-gpg-sign-region): Ditto.
9472
9473         * pgg-def.el (pgg-text-mode): New variable.
9474
9475         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9476         (mml2015-pgg-encrypt): Ditto.
9477
9478         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9479         (mml1991-pgg-encrypt): Ditto.
9480
9481 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9482
9483         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9484         message-make-date instead of current-time-string.
9485
9486         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9487         to gnus-decoded which mm-uu might set.
9488
9489 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9490
9491         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9492         don't decode quoted parameters; remove misimported Emacs code.
9493         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9494         (rfc2231-decode-encoded-string): Don't use split-string which
9495         behaves differently according to Emacs version; use
9496         mm-decode-coding-region to convert charset to coding-system.
9497         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9498         (rfc2231-encode-string): Remove misimported Emacs code.
9499
9500 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9501
9502         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9503         when calling mail-header-parse-content-type.
9504         (article-de-quoted-unreadable): Ditto.
9505         (article-de-base64-unreadable): Ditto.
9506         (article-wash-html): Ditto.
9507
9508         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9509         calling mail-header-parse-content-type and
9510         mail-header-parse-content-disposition.
9511         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9512         mail-header-parse-content-type.
9513
9514         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9515         insert charset and format parameters; encode description after
9516         inserting it to buffer.
9517         (mml-insert-parameter): Fold lines properly even if a parameter is
9518         segmented into two or more lines; change the max column to 76.
9519
9520         * rfc1843.el (rfc1843-decode-article-body): Don't use
9521         ignore-errors when calling mail-header-parse-content-type.
9522
9523         * rfc2231.el (rfc2231-parse-string): Return at least type if
9524         possible; don't cause an error even if it fails in parsing of
9525         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9526         (rfc2231-encode-string): Don't break lines at the beginning, leave
9527         it to mml-insert-parameter.
9528
9529         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9530         calling mail-header-parse-content-type.
9531
9532 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9533
9534         * spam-report.el (spam-report-gmane-use-article-number):
9535         Improve doc string.
9536         (spam-report-gmane-internal): Check if a suitable header was found
9537         in the article.
9538
9539 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9540
9541         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9542         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9543
9544 2006-02-05  Romain Francoise  <romain@orebokech.com>
9545
9546         Update copyright notices of all files in the gnus directory.
9547
9548 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9549
9550         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9551
9552 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9553
9554         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9555         segmented lines of parameter value to cope with Thunderbird 1.5
9556         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9557         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9558         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9559
9560 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9561
9562         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9563         parts.
9564
9565 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9566
9567         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9568         there's only one active file for all servers.
9569         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9570         solid groups.  Gnus might have used a FAST request to select the group.
9571         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9572         and nnweb-search redundantly in the active file.
9573         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9574         (nnweb-request-create-group): Don't use ARGS.
9575         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9576         initialisations.  Let nnoo do the work.
9577
9578 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9579
9580         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9581         Say the part has been decoded.
9582
9583         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9584
9585 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9586
9587         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9588         mailcap-viewer-test-cache when there's no 'test clause, since that
9589         will invert the meaning of a "nil" test previously determined by
9590         mailcap-mailcap-entry-passes-test.
9591
9592 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9593
9594         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9595         compiling.
9596
9597         * gnus-sum.el: Ditto.
9598
9599         * message.el: Don't bind tool-bar-map when compiling.
9600
9601 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9602
9603         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9604
9605 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9606
9607         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9608         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9609         current Google Groups.
9610
9611 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9612
9613         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9614         and tool-bar-mode.
9615
9616         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9617         and tool-bar-mode.
9618
9619         * message.el (message-tool-bar-update): Simplify.
9620         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9621
9622         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9623         gnus-summary-buffer.
9624         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9625         gnus-summary-reply.
9626
9627         * gmm-utils.el (gmm): Add :version.
9628
9629 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9630
9631         * Makefile.in (clean): New rule.
9632         (distclean): Use it.
9633
9634 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9635
9636         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9637         autoload.
9638
9639 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9640
9641         * gmm-utils.el (gmm-verbose): Add :group.
9642
9643 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9644
9645         * message.el: Change some comments WRT tool-bars.
9646
9647         * gnus-sum.el (gnus-summary-tool-bar)
9648         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9649         (gnus-summary-tool-bar-zap-list): New variables.
9650         (gnus-summary-make-tool-bar): Complete rewrite using
9651         `gmm-tool-bar-from-list'.
9652
9653         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9654         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9655         variables.
9656         (gnus-group-make-tool-bar): Complete rewrite using
9657         `gmm-tool-bar-from-list'.
9658         (gnus-group-tool-bar-update): New function.
9659
9660         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9661
9662 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9663
9664         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9665         is dissected into a single part of which the type is the same as
9666         the given one; decode charset.
9667
9668 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9669
9670         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9671         into alists as symbol not string, since that's what
9672         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9673         look for.
9674
9675 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9676
9677         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9678         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9679
9680         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9681
9682 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9683
9684         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9685         (gnus-xmas-mime-security-button-menu): New function.
9686
9687         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9688         (gnus-mime-security-button-menu): New definition.
9689         (gnus-mime-security-button-map): Use them.
9690         (gnus-mime-security-button-menu): New function.
9691         (gnus-insert-mime-security-button): Addition to help echo.
9692         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9693         (gnus-mime-security-pipe-part): New functions.
9694
9695         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9696         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9697
9698         * mm-decode.el (mm-handle-set-disposition): Remove.
9699         (mm-handle-set-description): Remove.
9700
9701 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9702
9703         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9704         (mm-w3m-standalone-supports-m17n-p): New function.
9705         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9706         w3m usage.
9707
9708         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9709         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9710
9711 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9712
9713         * message.el (message-tool-bar-zap-list): Use
9714         gmm-tool-bar-zap-list as custom type.
9715         (message-tool-bar-update): New function.
9716         (message-tool-bar, message-tool-bar-gnome)
9717         (message-tool-bar-retro): Add message-tool-bar-update.
9718         (message-tool-bar-gnome): Add flyspell-buffer.
9719
9720         * gnus-util.el (gnus-error): Describe `args'.
9721
9722         * gmm-utils.el (gmm-error): Describe `args'.
9723         (gmm-tool-bar-zap-list): New widget.
9724         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9725
9726 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9727
9728         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9729         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9730         the number of recursive calls.
9731
9732         * mm-decode.el (mm-handle-set-disposition): New macro.
9733         (mm-handle-set-description): New macro.
9734
9735 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9736
9737         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9738         encoding.
9739
9740 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9741
9742         * message.el (message-tool-bar-zap-list, message-tool-bar)
9743         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9744         (message-tool-bar-local-item-from-menu): Remove.
9745         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9746         (message-make-tool-bar): New function.
9747         (message-mode): Use `message-make-tool-bar'.
9748
9749         * gmm-utils.el: New file.
9750         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9751         (gmm-lazy): New widget copied from `nnmail.el'.
9752         (gmm-tool-bar-from-list): New function for creating customizable
9753         tool bars.
9754         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9755         output.
9756         (gmm): Add :prefix to defgroup.
9757
9758 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9759
9760         * gmm-utils.el (gmm-widget-p): New function.
9761
9762 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9763
9764         * mml.el (mml-attach-file): Describe `description' in doc string.
9765         (mml-menu): Add Emacs MIME manual and PGG manual.
9766
9767 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9768
9769         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9770
9771 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9772
9773         * nntp.el (nntp-end-of-line): Doc fix.
9774
9775 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9776
9777         * imap.el (imap-open): Handle case where buffer is a buffer
9778         object.
9779
9780 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9781
9782         * gnus-delay.el (gnus-delay): Don't autoload.
9783         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9784         to be re-loaded when customizing the `gnus-delay' group.
9785
9786 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9787
9788         * message.el (message-insert-citation-line): Use newlines.
9789
9790 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9791
9792         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9793         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9794         these routines, so the passphrase can be managed externally and
9795         passed in to the system.
9796         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9797         pgg-add-passphrase-to-cache function.
9798
9799         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9800         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9801         these routines, so the passphrase can be managed externally and
9802         passed in to the system.
9803         (pgg-pgp5-sign-region): Use new name of
9804         pgg-add-passphrase-to-cache function.
9805
9806 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9807
9808         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9809         part of the decoded armor to find the key-identifier.
9810         (pgg-gpg-lookup-key-owner): New function to return the
9811         human-readable identifier of a key owner.
9812         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9813         itself.
9814         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9815         the key value) if we have a key and can match it against a secret
9816         key.  Also, added a note pointing out fact that the prompt only
9817         indicates the first matching key.
9818
9819         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9820         pgg-decrypt-region.
9821         (pgg-add-passphrase-to-cache): Rename from
9822         `pgg-add-passphrase-cache' to reduce confusion (all callers
9823         changed).
9824         (pgg-remove-passphrase-from-cache): Rename from
9825         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9826         changed).
9827         (pgg-read-passphrase, pgg-add-passphrase-cache)
9828         (pgg-remove-passphrase-cache): Add informative docstrings.
9829         (pgg-decrypt): Convey provided passphrase in subordinate call to
9830         pgg-decrypt-region.
9831
9832 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9833
9834         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9835         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9836         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9837         'passphrase' argument, so the passphrase can be managed externally
9838         and then passed in to the system.
9839
9840         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9841         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9842         so the passphrase cache can be used reliably with identifiers
9843         besides a pgp packet's key id.
9844
9845         * pgg-gpg.el (pgg-gpg-encrypt-region)
9846         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9847         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9848         these routines, so the passphrase can be managed externally and
9849         passed in to the system.
9850
9851         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9852         'notruncate' argument, so the passphrase cache can be used
9853         reliably with identifiers besides a pgp packet's key id.
9854
9855 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9856
9857         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9858         symmetric encryption.
9859         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9860         encrypted session key.
9861         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9862         message ask for the passphrase in a proper way.
9863
9864         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9865         New user commands for symmetric encryption.
9866
9867 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9868
9869         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9870
9871         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9872
9873 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9874
9875         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9876
9877 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9878
9879         * mm-decode.el (mm-inlined-types): Add application/pgp.
9880         (mm-automatic-display): Ditto.
9881
9882         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9883         part as text.
9884
9885 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9886
9887         * nnrss.el: Update copyright.
9888         (nnrss-opml-import): Query whether to subscribe to each entry.
9889
9890         * gnus-art.el:
9891         * gnus-sum.el:
9892         * gnus-xmas.el:
9893         * messagexmas.el:
9894         * mm-uu.el:
9895         * mm-view.el: Update copyright.
9896
9897 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9898
9899         * message.el (message-info): New function.
9900         (message-mode-menu): Add it.
9901         Update copyright.
9902
9903         * ChangeLog: Fix and update copyright.
9904
9905 2006-01-13  Romain Francoise  <romain@orebokech.com>
9906
9907         * message.el (message-forward-subject-name-subject): Prefer the
9908         address to 'nowhere' if the sender has no name.
9909         Fix typo.  Update copyright year.
9910
9911 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9912
9913         * gnus-art.el (article-wash-html): Use
9914         gnus-summary-show-article-charset-alist if a numeric arg is given.
9915         (gnus-article-wash-html-with-w3m-standalone): New function.
9916
9917         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9918         mm-inline-text-html-render-with-w3m-standalone.
9919         (mm-text-html-washer-alist): Map w3m-standalone to
9920         gnus-article-wash-html-with-w3m-standalone.
9921         (mm-inline-text-html-render-with-w3m-standalone): New function.
9922
9923 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9924
9925         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9926         Improve LaTeX.
9927
9928 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9929
9930         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9931         (nnrss-request-article): Render text/plain parts as HTML.
9932
9933         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9934         the buffer.
9935
9936 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9937
9938         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9939         custom definition of `gnus-posting-styles'.
9940
9941         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9942         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9943
9944 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9945
9946         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9947         Use nntp for bug archive.
9948
9949 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9950
9951         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9952         parts.
9953         (nnrss-normalize-date): New function converts ISO 8601 date into
9954         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9955         (nnrss-check-group): Use it.
9956
9957 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9958
9959         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9960
9961         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9962         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9963         (nnrss-insert-w3): Ditto.
9964
9965 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9966
9967         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9968         the articles to be forwarded including the case where neither a
9969         number of articles nor a region is specified.
9970
9971 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9972
9973         * nnrss.el (nnrss-request-article): Fix last change; fill
9974         text/plain parts.
9975
9976 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9977
9978         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9979         in text/plain part.
9980         (nnrss-check-group): Don't add excessive newline to dc:subject.
9981
9982 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9983
9984         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9985         article.
9986
9987 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9988
9989         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9990         (nnml-use-compressed-files, nnml-save-mail): Support other
9991         comression programs such as bzip2.
9992
9993 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9994
9995         * dns.el (query-dns): Make sure we check the buffer size before
9996         removing tcp headers.
9997
9998 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9999
10000         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10001         remove MIME buttons associated with multipart/alternative parts.
10002         (gnus-mime-display-alternative): Tag buttons using `article-type'
10003         text property.
10004
10005         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10006         associated with multipart/alternative parts.
10007
10008         * gnus-art.el (gnus-signature-separator): Fix custom type.
10009
10010         * mm-decode.el (mm-inlined-types): Fix custom type.
10011         (mm-keep-viewer-alive-types): Ditto.
10012         (mm-automatic-display): Ditto.
10013         (mm-attachment-override-types): Ditto.
10014         (mm-inline-override-types): Ditto.
10015         (mm-automatic-external-display): Ditto.
10016
10017 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10018
10019         * spam-report.el (spam-report-user-mail-address)
10020         (spam-report-user-agent): New variables.
10021         (spam-report-url-ping-plain): Use spam-report-user-agent.
10022
10023 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10024
10025         * gnus-art.el (gnus-button-handle-custom): Do not just use
10026         `customize-apropos' for any "M-x customize-*" button but the
10027         function called for.  Accept both the function name and its
10028         argument in order to achieve this.
10029         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10030         function name to `gnus-button-handle-custom' in case of "M-x
10031         customize-*" buttons.
10032
10033 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10034
10035         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10036         multipart/alternative and add xref to mm-discouraged-alternatives
10037         in doc string.
10038
10039         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10040         gnus-buttonized-mime-types in doc string.
10041
10042 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10043
10044         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10045         Suggest image/.* in the doc string.
10046
10047 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10048
10049         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10050         message-marks (Debian bug #342521).
10051
10052 2005-12-12  Simon Josefsson  <jas@extundo.com>
10053
10054         * password.el (password-read-from-cache): Add.
10055         (password-read): Use it.
10056
10057 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10058
10059         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10060         us-ascii as a MIME charset.
10061
10062         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10063         against the case where the 2nd arg TYPE is nil.
10064
10065 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10066
10067         * pop3.el (pop3-stream-type): Fix custom version.
10068
10069         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10070
10071 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10072
10073         * mm-decode.el (mm-display-external): Add missing cdr.
10074
10075 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10076
10077         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10078         RFC1524) if it is in mailcap or add a suffix according to
10079         mailcap-mime-extensions when generating a temp filename; postpone
10080         deleting a temp file for 2 seconds for some wrappers, shell
10081         scripts, and so on, which might exit right after having started a
10082         viewer command as a background job.
10083
10084 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10085
10086         * nntp.el (nntp-marks-directory): Fix custom group.
10087
10088         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10089         steps when < 10.
10090
10091         * gnus-start.el (gnus-no-server-1): Mention
10092         `gnus-level-default-subscribed' in doc string.
10093
10094 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10095
10096         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10097         parens.
10098
10099 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10100
10101         * gnus-xmas.el (gnus-use-toolbar): Revert.
10102         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10103         gnus-use-toolbar is default.
10104
10105         * messagexmas.el (message-use-toolbar): Revert.
10106         (message-setup-toolbar): Use global default-toolbar if
10107         message-use-toolbar is default.
10108
10109 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10110
10111         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10112         according to default-toolbar-visible-p.
10113
10114         * messagexmas.el (message-use-toolbar): Ditto.
10115
10116 2005-11-26  Dave Love  <fx@gnu.org>
10117
10118         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10119         (tls-program, tls-success): Provide openssl alternative.
10120
10121         * starttls.el: Doc fixes.
10122         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10123         SERVICE to PORT.
10124
10125         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10126         port null or service name.
10127         (starttls-negotiate): Autoload.
10128
10129 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10130
10131         * message.el (message-kill-to-signature): Fix interactive spec.
10132
10133 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10134
10135         * pop3.el (pop3-open-server): Recognize a string as a service name.
10136
10137 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10138
10139         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10140
10141 2005-11-23  Dave Love  <fx@gnu.org>
10142
10143         Add pop3s, pop3/starttls.
10144
10145         * pop3.el (pop3-authentication-scheme): Clarify doc.
10146         (open-tls-stream, starttls-open-stream): Autoload.
10147         (pop3-stream-type): New.
10148         (pop3-open-server): Use it.
10149
10150         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10151         for POP.
10152         (mail-source-keyword-map): Add :stream for POP.
10153         (mail-source-fetch-pop): Use pop3-stream-type.
10154
10155 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10156
10157         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10158         of current-time-string.
10159
10160 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10161
10162         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10163         date header.
10164
10165 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10166
10167         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10168         it can seriously impact performance as it bypasses the agent's
10169         local caches.
10170
10171 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10172
10173         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10174         must be explicitly online rather than "not explicitly offline" for
10175         its flags to be synchronized.
10176
10177         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10178         that gnus-uu-unmark-thread will function correctly.
10179
10180         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10181         1024K is instead displayed as 1M.
10182
10183 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10184
10185         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10186
10187 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10188
10189         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10190
10191 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10192
10193         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10194         error message to display actual error condition.
10195         (gnus-agent-save-local): Avoid saving symbols that are bound to
10196         nil as they simply result in a warning message in
10197         gnus-agent-read-local.
10198
10199 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10200
10201         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10202         rather than make-variable-buffer-local for file-precious-flag.
10203
10204 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10205
10206         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10207         for duplicates which are removed.  The invalid sort check then
10208         triggers a rescan after the sort as sorting may have moved
10209         duplicate entries such that they can be cheaply detected.
10210
10211 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10212
10213         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10214
10215 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10216
10217         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10218         internal variable to a custom variable.  Changed default value
10219         from compressed(2) to uncompressed(1).
10220         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10221         support for uncompressed agentview files.  Taken together, reading
10222         the agentview file should now be 6-7 times faster.
10223
10224 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10225
10226         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10227         as a buffer-local variable.  This avoids creating truncated
10228         dribble files as a result of a hang up, eg.
10229
10230 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10231
10232         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10233         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10234         XEmacs.
10235
10236 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10237
10238         * gnus-start.el (gnus-start-draft-setup): Enforce
10239         `gnus-draft-mode' for nndraft:drafts at startup.
10240
10241         * gnus.el (gnus-splash): Change custom group.
10242         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10243         allow-list argument.
10244
10245         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10246         string.
10247
10248 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10249
10250         * gnus-art.el (gnus-default-article-saver): Add user-defined
10251         `function' to custom type.
10252
10253 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10254
10255         * imap.el (imap-open): Handle case where buffer is a buffer
10256         object.
10257
10258 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10259
10260         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10261         long lines.
10262         (gnus-cache-delete-group): Wrap doc strings.
10263
10264         * gnus-agent.el (gnus-agent-rename-group)
10265         (gnus-agent-delete-group): Wrap doc strings.
10266
10267 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10268
10269         * messagexmas.el (message-use-toolbar): Change the valid values
10270         into default, top, bottom, left, and right.
10271         (message-toolbar-thickness): New variable.
10272         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10273         well.
10274         (message-setup-toolbar): Make it work.
10275
10276         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10277         (gnus-use-toolbar): Change the valid values into default, top,
10278         bottom, left, and right.
10279         (gnus-toolbar-thickness): New variable.
10280         (gnus-xmas-setup-toolbar): New function.
10281         (gnus-xmas-setup-group-toolbar): Use it.
10282         (gnus-xmas-setup-summary-toolbar): Use it.
10283
10284 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10285
10286         * gnus-start.el (gnus-1): Add "native" to
10287         gnus-predefined-server-alist.
10288
10289         * gnus.el (gnus-method-to-server): Don't add "native" to the
10290         lists here, because that leads to problems when
10291         gnus-select-method is bound.
10292
10293 2005-11-09  Simon Josefsson  <jas@extundo.com>
10294
10295         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10296         use (not sort-by-date) instead.
10297
10298 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10299
10300         * gnus-delay.el (gnus-delay-group): Don't autoload.
10301         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10302         to be re-loaded when customizing the `gnus-delay' group.
10303
10304 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10305
10306         * message.el: Revert last changes.
10307         (message-insert-citation-line): Use newlines.
10308
10309 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10310
10311         * message.el (message-courtesy-message)
10312         (message-mark-insert-begin, message-mark-insert-end)
10313         (message-elide-ellipsis, message-cancel-message)
10314         (message-add-header, message-change-subject)
10315         (message-cross-post-followup-to-header)
10316         (message-cross-post-insert-note, message-reduce-to-to-cc)
10317         (message-widen-reply, message-delete-not-region)
10318         (message-kill-to-signature, message-insert-signature)
10319         (message-insert-importance-high, message-insert-importance-low)
10320         (message-insert-or-toggle-importance)
10321         (message-insert-disposition-notification-to)
10322         (message-indent-citation, message-yank-original)
10323         (message-cite-original-without-signature, message-cite-original)
10324         (message-insert-citation-line, message-position-on-field)
10325         (message-fix-before-sending, message-send-mail-partially)
10326         (message-send-mail, message-send-mail-with-sendmail)
10327         (message-send-mail-with-qmail, message-send-news)
10328         (message-check-news-header-syntax, message-generate-headers)
10329         (message-insert-courtesy-copy, message-fill-address)
10330         (message-fill-header, message-shorten-references)
10331         (message-setup-1, message-cancel-news)
10332         (message-forward-make-body-plain, message-forward-make-body-mime)
10333         (message-forward-make-body-mml, message-encode-message-body)
10334         (message-forward-make-body-digest-plain)
10335         (message-forward-make-body-digest-mime)
10336         (message-use-alternative-email-as-from): Insert `hard-newline'
10337         instead of ordinary newlines.
10338
10339 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10340
10341         * message.el (message-generate-headers): Downcase the argument
10342         given to message-check-element.
10343
10344 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10345
10346         * nntp.el (nntp-authinfo-rejected): New error condition.
10347         (nntp-wait-for): Use new error condition to signal authentication
10348         error.
10349         (nntp-retrieve-data): Rethrow new error condition to break out of
10350         recursive call to nntp-send-authinfo.
10351
10352 2005-11-08  Romain Francoise  <romain@orebokech.com>
10353
10354         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10355         (gnus-summary-exit-map): Bind to `Z p'.
10356         (gnus-summary-make-menu-bar): Add menu item.
10357
10358 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10359
10360         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10361         (gnus-treat-*): Add `first' in all doc strings.
10362
10363         * gnus-group.el (gnus-group-compact-group): Fix typo.
10364
10365 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10366
10367         * gnus.el (gnus-parameters-case-fold-search): New variable.
10368         (gnus-parameters-get-parameter): Use it.
10369
10370         * gnus-score.el (gnus-home-score-file): Doc fix.
10371
10372 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10373
10374         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10375
10376 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10377
10378         * mm-util.el (mm-special-display-p): New function.
10379
10380         * mml.el (mml-preview): Use it; doc fix.
10381
10382 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10383
10384         * imap.el (imap-open): Handle case where buffer is a buffer object.
10385
10386 2005-10-29  Romain Francoise  <romain@orebokech.com>
10387
10388         * message.el (message-fix-before-sending): Fix comment.
10389
10390 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10391
10392         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10393
10394 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10395
10396         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10397         Used in gnus-score.el.
10398
10399 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10400
10401         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10402
10403 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10404
10405         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10406         whitespace removed in revision 7.8.  Use concatenated string to
10407         protect trailing whitespace.
10408
10409 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10410
10411         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10412         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10413         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10414         Courier IMAP ("some version from 2004").  Mostly based on similar
10415         code in the same function.
10416
10417 2005-10-26  Didier Verna  <didier@xemacs.org>
10418
10419         * gnus-group.el (gnus-group-compact-group): Invalidate original
10420         article buffer.
10421         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10422         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10423         NOV database and in article itself.
10424         Invalidate article backlog.
10425
10426 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10427
10428         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10429
10430 2005-10-26  Simon Josefsson  <jas@extundo.com>
10431
10432         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10433         part of 2004-07-25 change.
10434
10435 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10436
10437         * message.el (message-display-completion-list): New function.
10438         (message-expand-group): Use it; make sure the Completions buffer
10439         is modifiable.
10440 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10441
10442         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10443         user-mail-name is an empty string.
10444
10445 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10446
10447         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10448         depending on gnus-score-decay-constant.
10449
10450         * encrypt.el (encrypt-insert-file-contents)
10451         (encrypt-write-file-contents): Don't use `gnus-message'.
10452
10453         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10454         arguments.
10455         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10456         arguments to mm-uu-verbatim-marks-extract.
10457         (mm-uu-hide-markers): New variable.
10458         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10459
10460         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10461         (gnus-convert-image-to-face-command): Use "convert" by default to
10462         allow other input image formats.
10463         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10464         accordingly.
10465
10466 2005-10-23  Simon Josefsson  <jas@extundo.com>
10467
10468         * imap.el (imap-gssapi-program): Align command line parameters
10469         with latest GNU SASL.
10470         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10471
10472 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10473
10474         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10475         HTML.
10476         (nnslashdot-request-article): Ditto.
10477
10478         * lpath.el (featurep): Add nobreak-char-display.
10479
10480 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10481
10482         * mail-source.el (mail-source-fetch-pop): Require pop3.
10483         (mail-source-check-pop): Ditto.
10484
10485 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10486
10487         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10488         errors.
10489
10490 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10491
10492         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10493         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10494
10495         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10496
10497         * mm-bodies.el (mm-decode-string): Call
10498         `mm-charset-to-coding-system' with allow-override argument.
10499
10500 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10501
10502         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10503         (rfc2047-charset-to-coding-system): New function.
10504         (rfc2047-decode-encoded-words): New function.
10505         (rfc2047-decode-region): Use them.
10506         (rfc2047-decode-cte): Remove.
10507         (rfc2047-parse-and-decode): Remove.
10508         (rfc2047-decode): Remove.
10509
10510 2005-10-15  Kenichi Handa  <handa@m17n.org>
10511
10512         * rfc2047.el (rfc2047-decode-cte): New function.
10513         (rfc2047-decode-region): Change the way to decode successive
10514         encoded-words: decode B- or Q-encoding in each encoded-word,
10515         concatenate them, and decode it as charset.
10516
10517 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10518
10519         * lpath.el: Fbind codepage-setup for XEmacs.
10520
10521 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10522
10523         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10524         widget-move-and-invoke.
10525         (gnus-custom-mode): Use gnus-custom-map.
10526
10527 2005-10-15  Bill Wohler  <wohler@newt.com>
10528
10529         * message.el (message-tool-bar-map): Renamed image file from
10530         mail_send to mail/send.
10531
10532 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10533
10534         * message.el (message-expand-group): Pass the common
10535         prefix substring of completion to `display-completion-list'.
10536
10537 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10538
10539         * mml-sec.el (mml-secure-method): New internal variable.
10540         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10541         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10542         functions using mml-secure-method.
10543
10544         * mml.el (mml-mode-map): Add key bindings for those functions.
10545         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10546         Harder <harder@myrealbox.com>.
10547         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10548         end of message if point is the headers of the message.
10549
10550         * message.el (message-in-body-p): New function.
10551
10552         * assistant.el: Autoload gnus-util and netrc.
10553
10554         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10555         Use `mm-charset-override-alist' only when decoding.
10556
10557         * mm-bodies.el (mm-decode-body): Call
10558         `mm-charset-to-coding-system' with allow-override argument.
10559
10560         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10561         `filename' from Content-Disposition if Content-Type doesn't
10562         provide `name'.
10563         (gnus-mime-view-part-as-type): Set default instead of
10564         initial-input.
10565
10566 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10567
10568         * format-spec.el (format-spec): Propagate text properties of % spec.
10569
10570 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10571
10572         * gnus-art.el (gnus-treat-predicate): Add `first'.
10573
10574 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10575
10576         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10577         (mm-charset-override-alist): New variable.
10578         (mm-charset-to-coding-system): Use it.
10579         (mm-codepage-setup): New helper function.
10580         (mm-charset-eval-alist): New variable.
10581         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10582         about unknown charsets.
10583
10584         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10585
10586 2005-10-04  David Hansen  <david.hansen@gmx.net>
10587
10588         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10589         (nnrss-check-group): Ditto.
10590
10591 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10592
10593         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10594         Rename x-gnus-verbatim to x-verbatim.
10595         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10596
10597         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10598         x-verbatim.
10599
10600         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10601
10602         * gnus-util.el (gnus-remove-duplicates): Remove.
10603
10604         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10605         instead of gnus-remove-duplicates.
10606
10607         * message.el (message-remove-duplicates): Remove.
10608         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10609         message-remove-duplicates.
10610
10611         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10612         available, else use implementation from `delete-dups'.
10613
10614         * message.el (message-insert-expires): New function.
10615         (message-mode-map): Add key binding.
10616         (message-mode-field-menu): Add menu entry.
10617         (message-mode): Document it.
10618         (message-make-expires-date): Use `message-make-date'.
10619
10620 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10621
10622         * message.el (message-make-expires-date): New function.
10623
10624 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10625
10626         * Makefile.in (list-installed-shadows): New entry.
10627         (install): Use it.
10628         (remove-installed-shadows): New entry.
10629
10630         * dgnushack.el (dgnushack-default-load-path): New variable.
10631         (dgnushack-find-lisp-shadows): New function.
10632         (dgnushack-remove-lisp-shadows): New function.
10633
10634 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10635
10636         * Makefile.in (install-el-elc): New entry.
10637         (install): Use it so that .el files are necessarily installed.
10638
10639 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10640
10641         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10642
10643 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10644
10645         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10646         function rather than the diff-mode.el package.
10647         (mm-display-external): Use with-current-buffer.
10648         (mm-viewer-completion-map, mm-viewer-completion-map):
10649         Move initialization inside declaration.
10650
10651 2005-09-29  Simon Josefsson  <jas@extundo.com>
10652
10653         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10654         autoload mail-check-payment.
10655         (spam-check-hashcash): Define unconditionally, since hashcash.el
10656         is part of Gnus now.  Ignore errors from payment checking.
10657
10658 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10659
10660         * message.el (message-bold-region, message-unbold-region): Rename
10661         from `bold-region' and `unbold-region'.
10662
10663         * message.el: Remove useless autoloads.
10664
10665 2005-09-28  Simon Josefsson  <jas@extundo.com>
10666
10667         * message.el (message-use-idna): Default to t.
10668         (message-use-idna): Test whether encoding works too.  Doc fix.
10669
10670 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10671
10672         * nntp.el (nntp-warn-about-losing-connection): Remove.
10673
10674 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10675
10676         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10677         customizable.  Change default value.
10678         (mm-uu-diff-groups-regexp): Change default value.
10679         (mm-uu-type-alist): Add doc string.
10680         (mm-uu-configure): Add doc string.  Make it interactive.
10681         (mm-uu-tex-groups-regexp): New variable.
10682         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10683         (mm-uu-type-alist): Add LaTeX documents.
10684         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10685         of "text/verbatim".
10686         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10687
10688         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10689         instead of "text/verbatim".
10690
10691         * message.el (message-mark-inserted-region)
10692         (message-mark-insert-file): Use slrn style marks when called with
10693         prefix argument.
10694
10695 2005-09-27  Simon Josefsson  <jas@extundo.com>
10696
10697         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10698
10699 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10700
10701         * message.el (message-remove-duplicates): New function.
10702         Implementation borrowed from `gnus-remove-duplicates'.
10703         (message-idna-to-ascii-rhs): Also encode idna addresses in
10704         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10705         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10706         only ask about the same idna domain once per header and also tell
10707         in what header to replace the idna domain.
10708
10709         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10710         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10711         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10712         a header is decoded and not just the last one.
10713
10714 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10715
10716         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10717         has been decoded.
10718
10719         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10720         (mm-insert-part): Don't modify text if it has been decoded.
10721
10722         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10723         decoded.
10724
10725         * mm-view.el (mm-inline-text): Don't strip text props unless
10726         decoding enriched or richtext parts.
10727
10728 2005-09-25  Romain Francoise  <romain@orebokech.com>
10729
10730         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10731         * gnus-start.el (gnus-subscribe-interactively):
10732         * gnus-uu.el (gnus-uu-grab-articles):
10733         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10734         space.
10735
10736 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10737
10738         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10739         * mm-view.el (mm-view-pkcs7-decrypt):
10740         * gnus-sum.el (gnus-summary-limit-to-extra)
10741         (gnus-summary-respool-article, gnus-read-move-group-name):
10742         * gnus-score.el (gnus-summary-increase-score):
10743         * gnus-util.el (gnus-completing-read-with-default):
10744         * gnus-art.el (gnus-read-save-file-name)
10745         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10746         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10747         * message.el (message-check-news-header-syntax):
10748         Follow convention for reading with the minibuffer.
10749
10750 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10751
10752         * spam-report.el (spam-report-url-ping-plain):
10753         Use gnus-extended-version as User-Agent.
10754
10755         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10756         default value is nil.
10757
10758         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10759         (mm-uu-verbatim-marks-extract): New function.
10760         (mm-uu-extract): New face.
10761         (mm-uu-copy-to-buffer): Use it.
10762
10763         * spam-report.el (spam-report-gmane-ham): Renamed from
10764         `spam-report-gmane-unspam'.
10765         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10766         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10767
10768         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10769         Autoload.
10770         (spam-report-gmane-unregister-routine): Renamed
10771         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10772
10773 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10774
10775         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10776         (spam-report-gmane-unregister-routine): Add support for gmane
10777         unregistration.
10778
10779         * spam-report.el (spam-report-gmane-unspam)
10780         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10781         (spam-report-gmane): Change to take a single article and do unspam
10782         registration.
10783
10784 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10785
10786         * mm-url.el (mm-url-decode-entities): Fix regexp.
10787
10788 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10789
10790         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10791         default to nil, to be able to use Gnus at all.  If the default
10792         switches to something else, then the function should be fixed not
10793         be exceedingly slow.
10794
10795 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10796
10797         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10798         fail hard.
10799
10800         * spam-report.el: Add better Keywords line.
10801
10802         * spam.el: Add Maintainer and better Keywords line.
10803
10804 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10805
10806         * gnus-art.el (gnus-article-replace-part)
10807         (gnus-mime-replace-part): New functions.
10808         (gnus-mime-action-alist, gnus-mime-button-commands)
10809         (gnus-mime-save-part-and-strip): Added file argument.
10810         (gnus-article-part-wrapper): Added interactive argument.
10811
10812         * gnus-sum.el (gnus-summary-mime-map): Add
10813         `gnus-article-replace-part'.
10814
10815 2005-09-19  Didier Verna  <didier@xemacs.org>
10816
10817         The nnml compaction feature:
10818         * nnml.el (nnml-request-compact-group): New function.
10819         * nnml.el (nnml-request-compact): New function.
10820         * gnus-int.el (gnus-request-compact-group): New function.
10821         * gnus-int.el (gnus-request-compact): New function.
10822         * gnus-group.el (gnus-group-compact-group): New function.
10823         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10824         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10825         * gnus-srvr.el (gnus-server-compact-server): New function.
10826         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10827         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10828
10829 2005-09-18  Deepak Goel  <deego@gnufans.org>
10830
10831         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10832         format spec.
10833
10834 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10835
10836         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10837
10838 2005-09-15  Romain Francoise  <romain@orebokech.com>
10839
10840         * message.el (message-fill-paragraph): Clarify docstring.
10841
10842 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10843
10844         * gnus-art.el (gnus-mime-display-part): Protect against broken
10845         MIME messages.
10846
10847 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10848
10849         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10850         before parsing header.
10851
10852 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10853
10854         * html2text.el (html2text-replace-list): Add new entities.
10855
10856 2005-09-11  Romain Francoise  <romain@orebokech.com>
10857
10858         * message.el (message-alternative-emails): Improve docstring.
10859         (message-setup-1): Call `message-use-alternative-email-as-from'
10860         after `message-setup-hook' to give it precedence over posting
10861         styles, etc.
10862         (message-use-alternative-email-as-from): Add docstring.  Remove
10863         the original From header if present.
10864
10865         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10866         (nnml-save-mail): Use it.
10867
10868         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10869         articles.  Add new argument `silent'.
10870         (gnus-uu-mark-all): Report the total number of marked articles.
10871
10872 2005-09-10  Romain Francoise  <romain@orebokech.com>
10873
10874         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10875         (gnus-uu-mark-series): Likewise.
10876
10877 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10878
10879         * spam-report.el (spam-report-gmane): Fix generation of spam
10880         report URL.
10881
10882 2005-09-10  Simon Josefsson  <jas@extundo.com>
10883
10884         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10885         t, based on discussion on the ding list with Robert Epprecht
10886         <epprecht@solnet.ch>.
10887
10888 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10889
10890         * spam-report.el (spam-report-gmane): Make it work without
10891         X-Report-Spam header.  Gmane now only provides Archived-At.
10892         This is only used if `spam-report-gmane-use-article-number' is nil.
10893         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10894
10895         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10896         make `gnus-summary-sort-by-recipient' work with threading.
10897
10898         * nnweb.el (nnweb-google-wash-article): Print a message if article
10899         is not available.
10900
10901 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10902
10903         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10904         change.  Decode text/* parts content before displaying.
10905
10906 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10907
10908         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10909
10910 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10911
10912         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10913
10914         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10915         url-package-name, url-package-version,
10916         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10917         w3m-display-inline-images, and w3m-minor-mode-map.
10918
10919 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10920
10921         * message.el (message-tab-body-function): Fix mismatched custom type.
10922
10923         * gnus.el (gnus-group-change-level-function): Ditto.
10924
10925         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10926
10927         * gnus-art.el (gnus-signature-limit)
10928         (gnus-article-mime-part-function): Ditto.
10929
10930 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10931
10932         * mml.el (mml-mode): Silence the byte compiler.
10933
10934         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10935         using `(sit-for 0)' before moving the point to the specified part;
10936         skip unbuttonized parts.
10937         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10938         return to the summary window if gnus-auto-select-part is non-nil.
10939
10940 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10941
10942         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10943         variables.
10944         (mml-dnd-attach-file, mml-mode): Use them.
10945
10946         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10947         Make fetching article by MID work again for Google Groups.  Added
10948         FIXME concerning gnus-group-make-web-group.
10949
10950         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10951         Don't depend on Gnus by using mail-extract-address-components if
10952         gnus-extract-address-components is not bound.
10953
10954 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10955
10956         * gnus-art.el (gnus-mime-display-security): Don't display the
10957         signature, but only the signed part.
10958
10959 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10960
10961         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10962
10963         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10964         list, not listp.
10965
10966 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10967
10968         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10969         when encoding.
10970
10971         * mm-bodies.el (mm-decode-content-transfer-encoding):
10972         De-canonicalize CRLF for all text content types, not just
10973         text/plain.
10974
10975 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10976
10977         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10978         valid article; point arrow and cursor at the MIME button.
10979
10980 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10981
10982         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10983         Suggested by Dan Christensen <jdc@uwo.ca>.
10984
10985         * mm-decode.el (mm-save-part): Enable change of prompt.
10986
10987 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10988
10989         * gnus-msg.el (gnus-inews-add-send-actions): Made
10990         `message-post-method' lambda parameter ARG `&optional'.
10991
10992 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10993
10994         * gnus-sum.el (gnus-summary-mime-map): Added
10995         gnus-article-save-part-and-strip, gnus-article-delete-part and
10996         gnus-article-jump-to-part.
10997
10998         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10999         (gnus-article-edit-part): Use it.
11000         (gnus-article-part-wrapper): Added no-handle argument.
11001         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11002         functions.
11003
11004 2005-08-29  Romain Francoise  <romain@orebokech.com>
11005
11006         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11007         docstring.
11008         (gnus-face-from-file): Likewise.
11009
11010 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11011
11012         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11013         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11014         non-nil.
11015         (gnus-auto-select-part): New variable.
11016         (gnus-article-jump-to-part): New function.
11017         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11018         (gnus-mime-delete-part): Allow selecting specified part after
11019         deleting or stripping parts.
11020         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11021         part if argument is bogus.
11022
11023 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11024
11025         * gnus-art.el (w3m-minor-mode-map):
11026         * gnus-spec.el (gnus-newsrc-file-version):
11027         * gnus-util.el (nnmail-active-file-coding-system)
11028         (gnus-original-article-buffer, gnus-user-agent):
11029         * gnus.el (gnus-ham-process-destinations)
11030         (gnus-parameter-ham-marks-alist)
11031         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11032         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11033         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11034         * mm-decode.el (gnus-current-window-configuration):
11035         * mm-extern.el (gnus-article-mime-handles):
11036         * mm-url.el (url-current-object, url-package-name)
11037         (url-package-version):
11038         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11039         (smime-keys, w3m-cid-retrieve-function-alist)
11040         (w3m-current-buffer, w3m-display-inline-images)
11041         (w3m-minor-mode-map):
11042         * mml-smime.el (gnus-extract-address-components):
11043         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11044         (gnus-newsrc-hashtb, message-default-charset)
11045         (message-deletable-headers, message-options)
11046         (message-posting-charset, message-required-mail-headers)
11047         (message-required-news-headers):
11048         * mml1991.el (mc-pgp-always-sign):
11049         * mml2015.el (mc-pgp-always-sign):
11050         * nnheader.el (nnmail-extra-headers):
11051         * rfc1843.el (gnus-decode-encoded-word-function)
11052         (gnus-decode-header-function, gnus-newsgroup-name):
11053         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11054
11055 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11056
11057         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11058         the end of the date treatments.
11059
11060 2005-08-15  Simon Josefsson  <jas@extundo.com>
11061
11062         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11063         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11064         Capello and Romain Francoise.
11065         (pgg-fetch-key-function): Removed, not used?
11066         (pgg-insert-url-with-w3): Require url, to get
11067         url-insert-file-contents regardless of where it is defined.
11068
11069 2005-08-13  Romain Francoise  <romain@orebokech.com>
11070
11071         * message.el (message-cite-original-1): New function.
11072         (message-cite-original): Use it.
11073         (message-cite-original-without-signature): Ditto.
11074
11075 2005-08-08  Romain Francoise  <romain@orebokech.com>
11076
11077         * message.el (message-yank-empty-prefix): New variable.
11078         (message-indent-citation): Use it.
11079         (message-cite-original-without-signature): Respect X-No-Archive.
11080
11081 2005-08-08  Simon Josefsson  <jas@extundo.com>
11082
11083         * pgg.el: Autoload url-insert-file-contents instead of loading
11084         w3/url.
11085         (pgg-insert-url-with-w3): Don't load url here.
11086
11087 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11088
11089         * message.el (message-kill-to-signature): Don't insert newline at
11090         bol.
11091         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11092
11093 2005-08-06  Romain Francoise  <romain@orebokech.com>
11094
11095         * message.el (message-user-fqdn): Fix typo in docstring.
11096
11097 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11098
11099         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11100
11101         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11102
11103 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11104
11105         * mm-bodies.el (mm-encode-body): Use coding system rather than
11106         charset to encode text.
11107
11108         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11109         number of charsets if utf-8 is available (XEmacs).
11110
11111 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11112
11113         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11114         taken from `gnus-button-mid-or-mail-regexp'.
11115         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11116         (gnus-button-alist): Improve regexp for domain part of the MIDs
11117         for news:localpart@domain buttons.
11118         (gnus-button-ctan-directory-regexp): Update.
11119
11120 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11121
11122         * sieve-manage.el (sieve-manage-interactive-login): Use
11123         make-local-variable rather than make-variable-buffer-local.
11124         (sieve-manage-open): Ditto.
11125         (sieve-manage-authenticate): Ditto.
11126
11127         * mml.el (mml-generate-mime-1): Make the content type default to
11128         text/plain if the filename is not specified.
11129
11130 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11131
11132         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11133         instead of insert-buffer.
11134
11135         * message.el (message-yank-original): Ditto; set the mark at the
11136         end of the yanked message.
11137
11138 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11139
11140         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11141         lines to scroll rather than to stop it.
11142
11143         * mml.el (mml-generate-default-type): Add doc string.
11144         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11145         default to application/octet-stream when determining the content
11146         type if it is not specified for the part or the mml contents; add
11147         a comment about mml-generate-default-type.
11148
11149 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11150
11151         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11152         make it default to application/octet-stream when determining the
11153         content type if it is not specified for the external contents.
11154
11155 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11156
11157         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11158         segmented parameter but also other parameters might be there.
11159
11160 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11161
11162         * mm-decode.el (mm-display-external): Delete temp file, directory
11163         and buffer immediately if the external process is exited.
11164
11165 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11166
11167         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11168         fewer lines than that of scroll-margin.
11169         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11170
11171 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11172
11173         * gnus-art.el (gnus-article-next-page): Revert.
11174         (gnus-article-beginning-of-window): New macro.
11175         (gnus-article-next-page-1): Use it.
11176         (gnus-article-prev-page): Ditto.
11177         (gnus-article-edit-part): Use insert-buffer-substring instead of
11178         insert-buffer.
11179         (gnus-article-edit-exit): Ditto.
11180
11181         * gnus-util.el (gnus-beginning-of-window): Remove.
11182         (gnus-end-of-window): Remove.
11183
11184         * lpath.el: Don't bind header-line-format and scroll-margin.
11185
11186 2005-07-25  Simon Josefsson  <jas@extundo.com>
11187
11188         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11189         to have the url package without w3.  Reported by Daiki Ueno
11190         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11191
11192 2005-07-20  Didier Verna  <didier@xemacs.org>
11193
11194         * gnus-diary.el: Remove the description comment (nndiary is now
11195         properly documented in the Gnus manual).
11196         Fix the spelling of "Back End".
11197         * nndiary.el: Ditto.
11198         Fix the copyright notice.
11199
11200 2005-07-18  Romain Francoise  <romain@orebokech.com>
11201
11202         * gnus-sum.el (gnus-summary-to-prefix)
11203         (gnus-summary-newsgroup-prefix): New variables.
11204         (gnus-summary-from-or-to-or-newsgroups): Use them.
11205
11206 2005-07-17  Romain Francoise  <romain@orebokech.com>
11207
11208         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11209         space as it's generally not especially interesting to the user.
11210
11211 2005-07-16  Romain Francoise  <romain@orebokech.com>
11212
11213         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11214         nil to avoid prompting and file modification if one of the
11215         messages at the top of the nnfolder file contains a copyright
11216         notice.
11217         Update copyright notice.
11218
11219         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11220         instead of `current-time-string' as the latter creates a time
11221         string that is not RFC 2822 compliant (it lacks the zone).
11222         Update copyright notice.
11223
11224 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11225
11226         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11227         for text/rtf.  Display default in prompt.  Pass default for M-n.
11228
11229         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11230
11231 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11232
11233         * gnus-msg.el (gnus-button-mailto): Remove
11234         save-selected-window-window hackery because it relies on
11235         save-selected-window internals.
11236
11237 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11238
11239         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11240         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11241         (gnus-article-prev-page): Ditto.
11242
11243         * gnus-util.el (gnus-beginning-of-window): New function.
11244         (gnus-end-of-window): New function.
11245
11246         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11247
11248 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11249
11250         * gnus-score.el (gnus-score-edit-all-score): Set
11251         gnus-score-edit-exit-function to gnus-score-edit-done and call
11252         gnus-message.
11253
11254 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11255
11256         * gnus-msg.el (gnus-button-mailto): Remove
11257         save-selected-window-window hackery because it relies on
11258         save-selected-window internals.
11259
11260 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11261
11262         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11263         add-minor-mode.
11264         (gnus-binary-mode): Ditto.
11265
11266         * gnus-topic.el (gnus-topic-mode): Ditto.
11267
11268 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11269
11270         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11271         (gnus-article-prev-page): Take scroll-margin into consideration.
11272
11273 2005-07-04  Lute Kamstra  <lute@gnu.org>
11274
11275         Update FSF's address in GPL notices.
11276
11277 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11278
11279         * gnus.el (gnus-exit):
11280         * gnus-group.el (gnus-group-icons):
11281         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11282
11283         * gnus-nocem.el (gnus-nocem):
11284         * message.el (message-various, message-buffers, message-sending)
11285         (message-interface, message-forwarding, message-insertion)
11286         (message-headers, message-news, message-mail):
11287         * pgg-gpg.el (pgg-gpg):
11288         * pgg-parse.el (pgg-parse):
11289         * pgg-pgp.el (pgg-pgp):
11290         * pgg-pgp5.el (pgg-pgp5):
11291         * pop3.el (pop3): Finish `defgroup' description with period.
11292
11293 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11294
11295         * gnus-art.el (article-display-face): Improve the efficiency.
11296         (article-display-x-face): Ditto; remove grey x-face stuff.
11297
11298 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11299
11300         * gnus-art.el (article-display-face): Correct the position in
11301         which Faces are inserted.
11302
11303 2005-06-29  Didier Verna  <didier@xemacs.org>
11304
11305         * gnus-art.el (article-display-face): Display faces in correct
11306         order.
11307
11308 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11311         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11312         (gnus-nocem-check-article): Fetch the Type header.
11313         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11314         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11315         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11316         make sure gnus-nocem-hashtb is initialized.
11317         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11318         (gnus-nocem-unwanted-article-p): Ditto.
11319
11320         * pgg.el (pgg-verify): Return the verification result.
11321
11322 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11323
11324         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11325         is ascii.
11326
11327 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11328
11329         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11330         `show-nonbreak-escape'.
11331
11332 2005-06-23  Lute Kamstra  <lute@gnu.org>
11333
11334         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11335
11336         * dig.el (dig-mode):
11337         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11338
11339 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11340
11341         * nnimap.el (nnimap-split-download-body): Fix spellings.
11342
11343 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11344
11345         * gnus-art.el (gnus-article-encrypt-body):
11346         * gnus-cus.el (gnus-score-customize):
11347         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11348         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11349
11350 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11351
11352         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11353         header by looking for magic "MII" at the beginnig.
11354
11355 2005-06-16  Miles Bader  <miles@gnu.org>
11356
11357         * gnus-xmas.el (gnus-xmas-group-startup-message):
11358         Use renamed gnus-splash face.
11359
11360         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11361         (assistant-field-face): New backward-compatibility alias for renamed
11362         face.
11363         (assistant-render-text): Use renamed assistant-field face.
11364
11365         * spam.el (spam): Remove "-face" suffix from face name.
11366         (spam-face): New backward-compatibility alias for renamed face.
11367         (spam-face, spam-initialize): Use renamed spam face.
11368
11369         * message.el (message-header-to, message-header-cc)
11370         (message-header-subject, message-header-newsgroups)
11371         (message-header-other, message-header-name)
11372         (message-header-xheader, message-separator, message-cited-text)
11373         (message-mml): Remove "-face" suffix from face names.
11374         (message-header-to-face, message-header-cc-face)
11375         (message-header-subject-face, message-header-newsgroups-face)
11376         (message-header-other-face, message-header-name-face)
11377         (message-header-xheader-face, message-separator-face)
11378         (message-cited-text-face, message-mml-face):
11379         New backward-compatibility aliases for renamed faces.
11380         (message-font-lock-keywords): Use renamed message faces.
11381
11382         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11383         (sieve-test-commands, sieve-tagged-arguments):
11384         Remove "-face" suffix from face names.
11385         (sieve-control-commands-face, sieve-action-commands-face)
11386         (sieve-test-commands-face, sieve-tagged-arguments-face):
11387         New backward-compatibility aliases for renamed faces.
11388         (sieve-control-commands-face, sieve-action-commands-face)
11389         (sieve-test-commands-face, sieve-tagged-arguments-face):
11390         Use renamed sieve faces.
11391
11392         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11393         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11394         (gnus-group-news-3-empty, gnus-group-news-4)
11395         (gnus-group-news-4-empty, gnus-group-news-5)
11396         (gnus-group-news-5-empty, gnus-group-news-6)
11397         (gnus-group-news-6-empty, gnus-group-news-low)
11398         (gnus-group-news-low-empty, gnus-group-mail-1)
11399         (gnus-group-mail-1-empty, gnus-group-mail-2)
11400         (gnus-group-mail-2-empty, gnus-group-mail-3)
11401         (gnus-group-mail-3-empty, gnus-group-mail-low)
11402         (gnus-group-mail-low-empty, gnus-summary-selected)
11403         (gnus-summary-cancelled, gnus-summary-high-ticked)
11404         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11405         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11406         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11407         (gnus-summary-low-undownloaded)
11408         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11409         (gnus-summary-low-unread, gnus-summary-normal-unread)
11410         (gnus-summary-high-read, gnus-summary-low-read)
11411         (gnus-summary-normal-read, gnus-splash):
11412         Remove "-face" suffix from face names.
11413         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11414         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11415         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11416         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11417         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11418         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11419         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11420         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11421         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11422         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11423         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11424         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11425         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11426         (gnus-summary-normal-ticked-face)
11427         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11428         (gnus-summary-normal-ancient-face)
11429         (gnus-summary-high-undownloaded-face)
11430         (gnus-summary-low-undownloaded-face)
11431         (gnus-summary-normal-undownloaded-face)
11432         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11433         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11434         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11435         (gnus-splash-face):
11436         New backward-compatibility aliases for renamed faces.
11437         (gnus-group-startup-message): Use renamed gnus faces.
11438
11439         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11440         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11441         (gnus-server-agent): Remove "-face" suffix from face names.
11442         (gnus-server-agent-face, gnus-server-opened-face)
11443         (gnus-server-closed-face, gnus-server-denied-face)
11444         (gnus-server-offline-face):
11445         New backward-compatibility aliases for renamed faces.
11446         (gnus-server-agent-face, gnus-server-opened-face)
11447         (gnus-server-closed-face, gnus-server-denied-face)
11448         (gnus-server-offline-face): Use renamed gnus faces.
11449
11450         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11451         Remove "-face" suffix from face names.
11452         (gnus-picon-xbm-face, gnus-picon-face):
11453         New backward-compatibility aliases for renamed faces.
11454
11455         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11456         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11457         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11458         (gnus-cite-11): Remove "-face" suffix from face names.
11459         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11460         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11461         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11462         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11463         New backward-compatibility aliases for renamed faces.
11464         (gnus-cite-attribution-face, gnus-cite-face-list)
11465         (gnus-article-boring-faces): Use renamed gnus faces.
11466
11467         * gnus-art.el (gnus-signature, gnus-header-from)
11468         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11469         (gnus-header-content): Remove "-face" suffix from face names.
11470         (gnus-signature-face, gnus-header-from-face)
11471         (gnus-header-subject-face, gnus-header-newsgroups-face)
11472         (gnus-header-name-face, gnus-header-content-face):
11473         New backward-compatibility aliases for renamed faces.
11474         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11475
11476         * gnus-sum.el (gnus-summary-selected-face)
11477         (gnus-summary-highlight): Use renamed gnus faces.
11478         * gnus-group.el (gnus-group-highlight): Likewise.
11479
11480 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11481
11482         * gnus-sieve.el (gnus-sieve-article-add-rule):
11483         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11484         * spam-stat.el (spam-stat-buffer-change-to-spam)
11485         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11486
11487         * message.el (message-is-yours-p):
11488         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11489
11490 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11491
11492         * mm-view.el (mm-inline-text): Withdraw the last change.
11493
11494 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11495
11496         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11497         executing enriched-decode.
11498
11499 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11500
11501         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11502         charset of tar files.
11503
11504 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11505
11506         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11507
11508 2005-06-04  Lute Kamstra  <lute@gnu.org>
11509
11510         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11511         information is never recorded.
11512
11513 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11514
11515         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11516
11517 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11518
11519         * pop3.el (pop3-apop): Run md5 in the binary mode.
11520
11521         * starttls.el (starttls-set-process-query-on-exit-flag):
11522         Use eval-and-compile.
11523
11524 2005-05-31  Simon Josefsson  <jas@extundo.com>
11525
11526         * smime.el (smime-replace-in-string): Define.
11527         (smime-cert-by-ldap-1): Use it.
11528
11529 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11530
11531         * gnus-art.el (article-display-x-face): Replace
11532         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11533
11534         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11535         set-process-query-on-exit-flag or process-kill-without-query.
11536
11537         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11538         loop instead of replace-regexp.
11539
11540         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11541         instead of process-kill-without-query if it is available.
11542
11543         * lpath.el: Fbind ldap-search-entries.
11544
11545         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11546         instead of find-file-hooks if it is available.
11547
11548         * mml1991.el: Bind pgg-default-user-id when compiling.
11549
11550         * mml2015.el: Bind pgg-default-user-id when compiling.
11551
11552         * nndraft.el (nndraft-request-associate-buffer):
11553         Use write-contents-functions instead of write-contents-hooks if it is
11554         available.
11555
11556         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11557         instead of find-file-hooks if it is available.
11558
11559         * nntp.el (nntp-open-connection): Replace
11560         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11561         (nntp-open-ssl-stream): Ditto.
11562         (nntp-open-tls-stream): Ditto.
11563
11564         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11565         set-process-query-on-exit-flag or process-kill-without-query.
11566         (starttls-open-stream-gnutls): Use it instead of
11567         process-kill-without-query.
11568         (starttls-open-stream): Ditto.
11569
11570 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11571
11572         * smime.el (smime-cert-by-ldap-1): Don't use
11573         replace-regexp-in-string.
11574
11575 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11576
11577         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11578
11579         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11580         in PEM format.  Adjust to the XEmacs compability.
11581
11582 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11583
11584         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11585         by `string-to-number'.
11586         * gnus-agent.el (gnus-agent-regenerate-group)
11587         (gnus-agent-fetch-articles): Ditto.
11588         * gnus-art.el (gnus-button-fetch-group): Ditto.
11589         * gnus-cache.el (gnus-cache-generate-active)
11590         (gnus-cache-articles-in-group): Ditto.
11591         * gnus-group.el (gnus-group-set-current-level)
11592         (gnus-group-insert-group-line): Ditto.
11593         * gnus-score.el (gnus-score-set-expunge-below)
11594         (gnus-score-set-mark-below, gnus-summary-score-effect)
11595         (gnus-summary-score-entry): Ditto.
11596         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11597         (gnus-soup-pack): Ditto.
11598         * gnus-spec.el (gnus-xmas-format): Ditto.
11599         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11600         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11601         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11602         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11603         * nndb.el (nndb-get-remote-expire-response): Ditto.
11604         * nndiary.el (nndiary-parse-schedule-value)
11605         (nndiary-string-to-number, nndiary-request-replace-article)
11606         (nndiary-request-article): Ditto.
11607         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11608         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11609         * nneething.el (nneething-make-head): Ditto.
11610         * nnfolder.el (nnfolder-request-article)
11611         (nnfolder-retrieve-headers): Ditto.
11612         * nnheader.el (nnheader-file-to-number): Ditto.
11613         * nnkiboze.el (nnkiboze-request-article): Ditto.
11614         * nnmail.el (nnmail-process-unix-mail-format)
11615         (nnmail-process-babyl-mail-format): Ditto.
11616         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11617         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11618         (nnmh-request-create-group, nnmh-request-list-1)
11619         (nnmh-request-group, nnmh-request-article): Ditto.
11620         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11621         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11622         * nnsoup.el (nnsoup-make-active): Ditto.
11623         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11624         * nntp.el (nntp-find-group-and-number)
11625         (nntp-retrieve-headers-with-xover): Ditto.
11626         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11627         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11628         (pgg-format-key-identifier): Ditto.
11629         * pop3.el (pop3-last, pop3-stat): Ditto.
11630         * qp.el (quoted-printable-decode-region): Ditto.
11631
11632         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11633         of concat.
11634
11635 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11636
11637         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11638
11639         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11640
11641         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11642
11643         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11644
11645         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11646
11647         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11648
11649         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11650         (gnus-carpal-mode): Ditto.
11651
11652         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11653         (gnus-browse-mode): Ditto.
11654
11655         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11656
11657         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11658
11659 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11660
11661         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11662
11663 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11664
11665         * gnus-util.el (gnus-run-mode-hooks): New function.
11666
11667         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11668
11669         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11670         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11671
11672 2005-05-27  Lute Kamstra  <lute@gnu.org>
11673
11674         * dns-mode.el (dns-mode): Specify customization group.
11675
11676 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11677
11678         * gnus-agent.el (gnus-agent-make-mode-line-string):
11679         Use mode-line-highlight as mouse-face.
11680
11681 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11682
11683         * canlock.el (canlock): Change the parent group to news.
11684
11685         * deuglify.el (gnus-outlook-deuglify): Add :group.
11686
11687         * dig.el (dig): Add :group.
11688
11689         * dns-mode.el (dns-mode): Add :group.
11690
11691         * encrypt.el (encrypt): Add :group.
11692
11693         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11694         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11695         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11696         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11697         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11698
11699         * gnus-diary.el (gnus-diary): Add :group.
11700
11701         * gnus.el (gnus-group-news-1-face): Add :group.
11702         (gnus-group-news-1-empty-face): Ditto.
11703         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11704         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11705         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11706         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11707         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11708         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11709         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11710         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11711         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11712         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11713         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11714         (gnus-summary-high-ticked-face): Ditto.
11715         (gnus-summary-low-ticked-face): Ditto.
11716         (gnus-summary-normal-ticked-face): Ditto.
11717         (gnus-summary-high-ancient-face): Ditto.
11718         (gnus-summary-low-ancient-face): Ditto.
11719         (gnus-summary-normal-ancient-face): Ditto.
11720         (gnus-summary-high-undownloaded-face): Ditto.
11721         (gnus-summary-low-undownloaded-face): Ditto.
11722         (gnus-summary-normal-undownloaded-face): Ditto.
11723         (gnus-summary-high-unread-face): Ditto.
11724         (gnus-summary-low-unread-face): Ditto.
11725         (gnus-summary-normal-unread-face): Ditto.
11726         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11727         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11728
11729         * hashcash.el (hashcash): New custom group.
11730         (hashcash-default-payment): Add :group.
11731         (hashcash-payment-alist): Ditto.
11732         (hashcash-default-accept-payment): Ditto.
11733         (hashcash-accept-resources): Ditto.
11734         (hashcash-path): Ditto.
11735         (hashcash-extra-generate-parameters): Ditto.
11736         (hashcash-double-spend-database): Ditto.
11737         (hashcash-in-news): Ditto.
11738
11739         * message.el (message-minibuffer-local-map): Add :group.
11740
11741         * netrc.el (netrc): Add :group.
11742
11743         * sieve-manage.el (sieve-manage-log): Add :group.
11744         (sieve-manage-default-user): Diito.
11745         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11746         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11747         (sieve-manage-authenticators): Ditto.
11748         (sieve-manage-authenticator-alist): Ditto.
11749         (sieve-manage-default-port): Ditto.
11750
11751         * sieve-mode.el (sieve-control-commands-face): Add :group.
11752         (sieve-action-commands-face): Ditto.
11753         (sieve-test-commands-face): Ditto.
11754         (sieve-tagged-arguments-face): Ditto.
11755
11756         * smime.el (smime): Add :group.
11757
11758         * spam-report.el (spam-report): Add :group.
11759
11760         * spam.el (spam, spam-face): Add :group.
11761
11762 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11763
11764         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11765         return \n.\n.\n at the end of articles.  Protect against that.
11766         (nntp-with-open-group): Allow debugging.
11767
11768         * nnheader.el (mail-header-set-extra): Make into a function
11769         because I just could't understand how to quote the list properly.
11770
11771         * dns.el (query-dns-cached): New function.
11772
11773 2005-05-26  Lute Kamstra  <lute@gnu.org>
11774
11775         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11776
11777 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11778
11779         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11780
11781         * gnus-art.el: Don't autoload mail-extract-address-components.
11782
11783         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11784         eval-and-compile to evaluate it.
11785
11786         * hashcash.el: Don't autoload executable-find.
11787
11788         * nndb.el: Don't declare the nndb back end two or more times; don't
11789         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11790
11791         * nntp.el: Autoload format-spec instead of format; use
11792         eval-and-compile to evaluate autoload forms.
11793
11794 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11795
11796         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11797
11798 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11799
11800         * gnus.el (gnus-version-number): Bump version.
11801
11802 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11803
11804         * gnus.el: No Gnus v0.3 is released.
11805
11806 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11807
11808         * lpath.el (featurep): Bind show-nonbreak-escape.
11809
11810 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11811
11812         * gnus-art.el (gnus-article-edit-part): Disable undo.
11813
11814 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11815
11816         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11817         gnus-article-date-lapsed-new-header is t if date timer is active;
11818         skip headers in which the original date value is empty.
11819         (gnus-article-save-original-date): Redefine it as a macro.
11820         (gnus-display-mime): Use it.
11821
11822 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11823
11824         * gnus-art.el (article-date-ut): Support converting date in
11825         forwarded parts as well.
11826         (gnus-article-save-original-date): New function.
11827         (gnus-display-mime): Use it.
11828
11829 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11830
11831         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11832         enclosure element of <item>.
11833
11834 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11835
11836         * message.el (message-kill-buffer-query): Renamed from
11837         `message-kill-buffer-query-if-modified'.  Added :version.
11838
11839 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11840
11841         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11842         window layout.
11843
11844 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11845
11846         * mml.el: Autoload dnd when compiling.
11847
11848 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11849
11850         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11851         x-dnd-*.
11852
11853 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11854
11855         * qp.el (quoted-printable-encode-region): Save excursion.
11856
11857 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11858
11859         * message.el (message-kill-buffer-query-if-modified): Add new variable
11860         so the user can kill a modified message buffer quickly.
11861         (message-kill-buffer): Use it.
11862
11863 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11864
11865         * lpath.el: Fbind display-time-event-handler; don't fbind
11866         string-to-multibyte.
11867
11868         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11869
11870 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11871
11872         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11873         contained in text because xml.el decodes entities) with LFs.
11874
11875 2005-04-11  Lute Kamstra  <lute@gnu.org>
11876
11877         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11878         differently.
11879
11880 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11881
11882         * mm-util.el (mm-detect-coding-region): Typo.
11883
11884 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11885
11886         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11887
11888 2005-04-06  Deepak Goel  <deego@gnufans.org>
11889
11890         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11891         user-function allow user modifications of the scores.
11892         (spam-stat-score-buffer-user): New function, to allow
11893         user-computed modifications to the score.
11894         (spam-stat-score-buffer-user-functions): List of additional
11895         scoring functions.
11896         (spam-stat-error-holder): Global temporary error holder.
11897         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11898         variable.
11899
11900 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11901
11902         * gnus-registry.el (gnus-registry-clean-empty-function)
11903         (gnus-registry-trim, gnus-registry-fetch-groups)
11904         (gnus-registry-delete-group): Groups that match
11905         `gnus-registry-ignored-groups' are removed from the registry
11906         entries, not just ignored for splitting.  This helps clean up the
11907         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11908         to get all the groups a message ID is in.
11909
11910         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11911         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11912         (spam-stat-score-buffer-user-functions): Add :number custom type.
11913
11914 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11915
11916         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11917         argument in XEmacs.
11918
11919         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11920         (nnrss-request-group): Decode group name first.
11921         (nnrss-request-article): Make a text/plain article if mml-to-mime
11922         failed.
11923         (nnrss-get-encoding): Return a compatible encoding according to
11924         nnrss-compatible-encoding-alist.
11925         (nnrss-find-el): Use consp instead of listp.
11926         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11927
11928 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11929
11930         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11931         which Emacs 20 doesn't support.
11932         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11933
11934 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11935
11936         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11937         silence the byte compiler inside the defun.
11938
11939         * gnus-demon.el (parse-time-string): Add autoload.
11940
11941         * gnus-delay.el (parse-time-string): Add autoload.
11942
11943         * gnus-art.el (parse-time-string): Add autoload.
11944
11945         * nnultimate.el (parse-time): Require for `parse-time-string'.
11946
11947 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11948
11949         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11950
11951         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11952
11953         * smime.el (smime-ldap-host-list): Add :version.
11954
11955 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11956
11957         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11958         pass it to `gnus-browse-read-group'.
11959         (gnus-browse-read-group): Add NUMBER argument and pass it to
11960         `gnus-group-read-ephemeral-group'.
11961
11962         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11963         argument and pass it to `gnus-group-read-group'.
11964
11965 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11966
11967         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11968         mm-xemacs-find-mime-charset-1 if we have the mule feature
11969         available at runtime.
11970
11971 2005-03-25  Werner Lemberg  <wl@gnu.org>
11972
11973         * nnmaildir.el: Replace `illegal' with `invalid'.
11974
11975 2005-03-23  Lute Kamstra  <lute@gnu.org>
11976
11977         * time-date.el: Add comment on time value formats.
11978         Don't require parse-time.
11979         (with-decoded-time-value): New macro.
11980         (encode-time-value): New function.
11981         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11982         (days-to-time): Return a valid time value when arg is huge.
11983         (time-since): Use time-subtract.
11984         (time-to-number-of-days): Use time-to-seconds.
11985
11986 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11987
11988         * gnus-start.el (gnus-display-time-event-handler):
11989         Check display-time-timer at runtime rather than only at load time
11990         in case display-time-mode is turned off in the mean time.
11991
11992 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11993
11994         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11995         used.
11996
11997         * nneething.el (nneething-map-file-directory): Derive from
11998         `gnus-directory'.
11999
12000         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12001         the To/Cc button.
12002
12003 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12004
12005         * nnmaildir.el (nnmaildir-request-accept-article):
12006         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12007
12008 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12009
12010         * gnus-async.el: Require timer-funcs at compile time when in
12011         XEmacs for `run-with-idle-timer'.
12012
12013 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12014
12015         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12016         autoloaded function.
12017
12018 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12019
12020         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12021
12022 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12023
12024         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12025
12026 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12027
12028         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12029         gnus-expert-user to default.
12030
12031 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12032
12033         * nnimap.el (nnimap-open-server): Ditto.
12034
12035         * imap.el (imap-authenticate): Fix typo.
12036
12037 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12038
12039         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12040         buffer (since IMAP server might return FETCH response out of
12041         order, and the nntp buffer must be sorted).
12042
12043 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12044
12045         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12046         comparison on string.
12047
12048         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12049         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12050         (gnus-agent-summary-fetch-series): Modified to protect against
12051         gnus-agent-summary-fetch-group clearing processable flags.
12052         (gnus-agent-synchronize-group-flags): Update live group buffer as
12053         synchronization may occur due to the user toggle the plugged
12054         status.
12055         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12056         successfully downloaded.
12057         (gnus-agent-expire-group-1): Avoid using markers when the overview
12058         is in ascending order; greatly improves performance.
12059         (gnus-agent-regenerate-group): Use
12060         gnus-agent-synchronize-group-flags to reset read status in both
12061         gnus and server.
12062         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12063
12064 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12065
12066         * message.el: Don't autoload former message-utils variables.
12067         (message-strip-subject-trailing-was): Change doc string.
12068
12069         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12070         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12071         (nnweb-google-search): Add "hl=en" here.
12072         (nnweb-google-parse-1, nnweb-google-create-mapping):
12073         Don't hardcode URL.
12074
12075 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12076
12077         * message.el (message-get-reply-headers, message-followup):
12078         Mention related variables `message-use-followup-to' and
12079         `message-use-mail-followup-to', in the information buffer.
12080
12081         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12082         of broken groups(-beta).google.com.
12083
12084 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12085
12086         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12087         parameter to invoked gnus-request-move-article; remove the
12088         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12089         all at once instead of once per article.
12090         (gnus-summary-remove-process-mark): Accept a list of articles as
12091         well as a single article for processing.
12092
12093         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12094         parameter.
12095
12096         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12097
12098         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12099
12100         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12101         parameter.
12102
12103         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12104         parameter.
12105
12106         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12107         parameter and remove the gnus-sum-hint-move-is-internal variable.
12108
12109         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12110         parameter.
12111
12112         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12113         parameter.
12114
12115         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12116         parameter.
12117
12118         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12119
12120         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12121         parameter.
12122
12123         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12124         parameter.
12125
12126 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12127
12128         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12129         a more conservative way.
12130
12131 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12132
12133         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12134         buffer, so it moves the window's cursor.
12135
12136 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12137
12138         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12139         `mm-dissect-multipart' and receive the from field as an (optional)
12140         argument from `mm-dissect-multipart'.
12141         (mm-dissect-multipart): Receive the from field as an argument and
12142         pass it on when we call `mm-dissect-buffer' on MIME parts.
12143         Fixes verification/decryption of signed/encrypted MIME parts.
12144
12145 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12146
12147         * gnus-sum.el (gnus-summary-move-article): Set
12148         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12149         whatever it calls (right now, only nnimap-request-move article
12150         respects it).
12151
12152         * nnimap.el (nnimap-request-move-article): When
12153         gnus-sum-hint-move-is-internal is set, don't do the extra
12154         nnimap-request-article.
12155
12156 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12157
12158         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12159
12160         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12161         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12162
12163         * gnus-sum.el (gnus-summary-caesar-message):
12164         Apply `gnus-treat-article' after rotation.
12165
12166         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12167         doc string.
12168
12169 2005-02-22  Simon Josefsson  <jas@extundo.com>
12170
12171         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12172         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12173         <arne@arnested.dk>.
12174         (encrypt): Add password-cache and password-cache-expiry as group
12175         members.
12176
12177 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12178
12179         * smime.el (smime-ldap-host-list): Doc fix.
12180         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12181         cache) password.
12182         (smime-sign-region): Use it.
12183         (smime-decrypt-region): Use it.
12184         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12185         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12186         fails.
12187         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12188         certificate from DER to PEM format rather than calling openssl.
12189
12190         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12191
12192         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12193         for signing/encryption.
12194
12195         * mml.el (mml-parse-1): Use them.
12196
12197 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12198
12199         * nnrss.el (nnrss-verbose): Removed.
12200         (nnrss-request-group): Use `nnheader-message' instead.
12201
12202 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12203
12204         * nnrss.el (nnrss-verbose): New variable.
12205         (nnrss-request-group): Make it say nnrss is requesting a group.
12206
12207 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12208
12209         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12210         Handle news URL with given port correctly.
12211
12212 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12213
12214         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12215         containing special characters.
12216
12217         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12218
12219         * mml.el (mime-to-mml): Ditto.
12220
12221         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12222         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12223         (rfc2047-decode-region): Quote decoded words containing special
12224         characters when rfc2047-quote-decoded-words-containing-tspecials
12225         is non-nil.
12226
12227 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12228
12229         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12230
12231         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12232
12233 2005-02-15  Simon Josefsson  <jas@extundo.com>
12234
12235         * nnimap.el (nnimap-debug): Doc fix.
12236
12237         * imap.el (imap-debug): Doc fix.
12238
12239 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12240
12241         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12242
12243 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12244
12245         * gnus.el (spam-contents): Improve docs for spam-contents
12246         parameter in its variable incarnation.
12247
12248 2005-02-14  Simon Josefsson  <jas@extundo.com>
12249
12250         * smime-ldap.el: Use require instead of load-library for ldap.
12251         (smime-ldap-search): Indent.
12252         (smime-ldap-search-internal): Shorten line.
12253
12254         * smime.el (smime-cert-by-dns): Add doc-string.
12255         (smime-cert-by-ldap-1): Indent.
12256
12257         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12258         mml-smime-get-dns-ldap.
12259         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12260
12261 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12262
12263         * smime.el: Require smime-ldap.
12264         (smime-ldap-host-list): New variable.
12265         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12266
12267         * mml-smime.el (mml-smime-encrypt-query): New function.
12268         (mml-smime-encrypt-query): Use it.
12269
12270         * smime-ldap.el: New file.
12271
12272 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12273
12274         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12275
12276 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12277
12278         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12279         argument in doc string.  Make query for type more clear.
12280
12281 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12282
12283         * gnus.el (gnus-group-startup-message): Search for gnus images in
12284         etc/images/gnus.
12285         * mm-util.el (mm-image-load-path): Likewise.
12286         * smiley.el (smiley-data-directory): Search for smilies in
12287         etc/images/smilies.
12288
12289 2005-02-09  Kim F. Storm  <storm@cua.dk>
12290
12291         Change Emacs release version from 21.4 to 22.1 throughout.
12292         Change Emacs development version from 21.3.50 to 22.0.50.
12293
12294 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12295
12296         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12297
12298         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12299         non-Mule XEmacs as well.
12300         (mm-decompress-buffer): Signal an error intentionally if it does
12301         not decompress compressed data because auto-compression-mode is
12302         disabled.
12303
12304 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12305
12306         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12307         an ID in the registry even if it has no groups.
12308
12309 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12310
12311         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12312         merge it into mm-decompress-buffer.
12313         (gnus-mime-copy-part): Use the MIME part charset, the value which
12314         a user specified or gnus-newsgroup-charset for decoding, like
12315         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12316         save-buffer what was used.  Suggested by Kevin Ryde
12317         <user42@zip.com.au>.
12318         (gnus-mime-inline-part): Allow the name parameter as well as the
12319         filename parameter; force decompressing of compressed data; always
12320         display contents being not decoded as unibyte.
12321
12322         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12323         as well as the filename parameter.
12324
12325         * mm-util.el (mm-decompress-buffer): Merge
12326         gnus-mime-jka-compr-maybe-uncompress.
12327         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12328         of compressed data.
12329
12330 2005-02-08  Simon Josefsson  <jas@extundo.com>
12331
12332         * imap.el (imap-log): Doc fix.
12333
12334 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12335
12336         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12337         the coding cookies; decompress compressed parts.
12338
12339         * mml.el (mml-generate-mime-1): Add the charset parameter according
12340         to the value which a user specified manually or the coding cookie.
12341
12342         * mm-util.el (mm-string-to-multibyte): New function.
12343         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12344         (mm-coding-system-to-mime-charset): New function.
12345         (mm-decompress-buffer): New function.
12346         (mm-find-buffer-file-coding-system): New function.
12347
12348         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12349         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12350         parts.
12351
12352 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12353
12354         * mm-view.el (mm-display-inline-fontify): Decode a part according
12355         to the charset parameter.
12356
12357 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12358
12359         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12360         prefix arg is neither nil nor a number, as info specifies.
12361
12362 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12363
12364         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12365         timestamps.
12366
12367 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12368
12369         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12370         groups error checking and notify user.
12371
12372 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12373
12374         * message.el (message-send-mail-function): Check existence of
12375         sendmail-program first before using default value
12376         `message-send-mail-with-sendmail'.  Otherwise use more generic
12377         `smtpmail-send-it'.
12378
12379 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12380
12381         * nntp.el (nntp-request-update-info): Always return nil.
12382
12383 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12384
12385         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12386
12387 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12388
12389         * message.el (message-beginning-of-line): Change the behavior when
12390         invoked between BOL and : so that it first moves backward.
12391
12392 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12393
12394         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12395         article buffer when editing of the article is discarded.
12396         (gnus-article-prepare): Revert.
12397
12398 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12399
12400         * gnus-art.el (gnus-article-prepare):
12401         Remove message-strip-forbidden-properties from the local hook.
12402
12403 2005-01-27  Simon Josefsson  <jas@extundo.com>
12404
12405         * password.el (password-cache-add): Only start one timer per key.
12406         Reported by Derek Atkins <warlord@MIT.EDU>.
12407
12408 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12409
12410         * run-at-time.el: Removed.  It is no longer needed as
12411         timer-funcs.el in the xemacs-base package has a working version of
12412         `run-at-time'.
12413
12414         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12415
12416         * password.el: Require timer-funcs instead of run-at-time in
12417         XEmacs.
12418         Remove `password-run-at-time' macro.
12419         (password-cache-add): Use `run-at-time' instead of
12420         `password-run-at-time'.
12421
12422         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12423         Remove `nnheader-cancel-function-timers' alias,
12424         `cancel-function-timers' exists in XEmacs in timer-funcs.
12425
12426         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12427         for `run-with-idle-timer'.
12428
12429         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12430         for `run-at-time'.
12431
12432         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12433         for `with-timeout'.
12434
12435         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12436         the same as for XEmacs 21.4.
12437         No need to ignore `run-with-idle-timer', this function exists in
12438         XEmacs now in timer-funcs.el in the xemacs-base package.
12439         (dgnushack-compile): No need to delete
12440         run-at-time.el from the list of files to compile because it
12441         doesn't exist anymore.
12442
12443 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12444
12445         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12446         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12447
12448 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12449
12450         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12451         sensitively.
12452
12453 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12454
12455         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12456
12457 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12458
12459         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12460         which will be inserted according to the multibyteness of a buffer
12461         rather than the type of contents.  Suggested by ARISAWA Akihiro
12462         <ari@mbf.ocn.ne.jp>.
12463
12464         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12465         of string which old xml.el may return rather than a string.
12466
12467 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12468
12469         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12470
12471 2005-01-16  Simon Josefsson  <jas@extundo.com>
12472
12473         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12474         idn/idna.el isn't available.
12475         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12476         <michael@waxrat.com>.
12477
12478         * hashcash.el: Remove non-FSF copyright header.
12479
12480         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12481         (hashcash-generate-payment): Use it.
12482         (hashcash-generate-payment-async): Use it.
12483
12484 2005-01-15  Simon Josefsson  <jas@extundo.com>
12485
12486         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12487         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12488
12489         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12490         gnus-summary-idna-message.
12491         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12492         (gnus-summary-idna-message): New function.
12493
12494 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12495
12496         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12497         gnus-novice-user.
12498
12499 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12500
12501         * nnrss.el (nnrss-request-delete-group): Delete entries in
12502         nnrss-group-alist as well.
12503         (nnrss-save-server-data): Insert newline.
12504
12505 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12506
12507         * gnus.el (gnus-user-agent): Use list of symbols instead of
12508         symbols.  Display full version number for (S)XEmacs.  Optionally
12509         display (S)XEmacs codename.
12510
12511         * gnus-util.el (gnus-emacs-version): Update for new
12512         `gnus-user-agent'.
12513
12514         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12515         Gnus version.
12516
12517 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12518
12519         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12520         which is unreadable in some setups.
12521
12522 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12523
12524         * gnus-spec.el (gnus-update-format-specifications): Flush the
12525         group format spec cache if it doesn't support decoded group names.
12526
12527 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12528
12529         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12530         Allow to apply decay on score files matching a regexp.
12531
12532 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12533
12534         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12535         compatibility in %g and %c.
12536
12537 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12538
12539         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12540         name for only %g and %c.
12541         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12542         of gnus-tmp-group to decoded group name.
12543         (gnus-group-make-rss-group): Exclude `/'s from group names.
12544
12545 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12546
12547         * nnrss.el (nnrss-get-encoding): Fix regexp.
12548
12549 2004-12-27  Simon Josefsson  <jas@extundo.com>
12550
12551         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12552         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12553         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12554
12555 2004-12-17  Kim F. Storm  <storm@cua.dk>
12556
12557         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12558
12559         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12560
12561 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12562
12563         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12564
12565 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12566
12567         * nnrss.el: Require rfc2047 and mml.
12568         (nnrss-file-coding-system): New variable.
12569         (nnrss-format-string): Redefine it as an inline function.
12570         (nnrss-decode-group-name): New function.
12571         (nnrss-string-as-multibyte): Remove.
12572         (nnrss-retrieve-headers): Decode group name; don't use
12573         nnrss-format-string.
12574         (nnrss-request-group): Decode group name.
12575         (nnrss-request-article): Decode group name; allow a Message-ID as
12576         well as an article number; don't use nnrss-format-string; encode a
12577         Message-ID string which may contain non-ASCII characters; use
12578         mml-to-mime to compose a MIME article.
12579         (nnrss-request-expire-articles): Decode group name.
12580         (nnrss-request-delete-group): Decode group name.
12581         (nnrss-fetch): Clarify error message.
12582         (nnrss-read-server-data): Use insert-file-contents instead of load;
12583         bind file-name-coding-system; use multibyte buffer.
12584         (nnrss-save-server-data): Bind coding-system-for-write to the
12585         value of nnrss-file-coding-system; bind file-name-coding-system;
12586         add coding cookie.
12587         (nnrss-read-group-data): Use insert-file-contents instead of load;
12588         bind file-name-coding-system; use multibyte buffer.
12589         (nnrss-save-group-data): Bind coding-system-for-write to the
12590         value of nnrss-file-coding-system; bind file-name-coding-system.
12591         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12592         make it work with non-ASCII text.
12593         (nnrss-find-el): Make it work with old xml.el as well.
12594
12595 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12596
12597         * nnrss.el (nnrss-get-encoding): New function.
12598         (nnrss-fetch): Use unibyte buffer initially; bind
12599         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12600         decode contents according to the encoding attribute.
12601         (nnrss-save-group-data): Add coding cookie.
12602         (nnrss-mime-encode-string): New function.
12603         (nnrss-check-group): Use it to encode subject and author.
12604
12605 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12606
12607         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12608         imaginary variable.
12609
12610 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12611
12612         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12613         correctly even if there are wide characters.
12614
12615 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12616
12617         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12618         downcased symbol names; make a new cache instead of reusing
12619         bbdb-hashtable.
12620
12621 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12622
12623         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12624         concatenating segments rather than before concatenating them.
12625         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12626
12627         * message.el (message-get-reply-headers): Bind `extra'.
12628
12629 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12630
12631         * message.el (message-extra-wide-headers): New variable.
12632         (message-get-reply-headers): Use it.
12633
12634 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12635
12636         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12637         (gnus-agent-group-pathname): Ditto.
12638
12639         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12640
12641         * gnus-group.el (gnus-group-make-group): Decode group name.
12642         (gnus-group-make-rss-group): Register the group data after opening
12643         the nnrss group.
12644
12645 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12646
12647         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12648         by expiry now get marked as read.
12649
12650 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12651
12652         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12653
12654 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12655
12656         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12657         unify Latin characters in XEmacs.
12658         (mm-find-mime-charset-region): Use it.
12659
12660 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12661
12662         * gnus-util.el (gnus-delete-directory): New function.
12663
12664         * gnus-agent.el (gnus-agent-delete-group): Use it.
12665
12666         * gnus-cache.el (gnus-cache-delete-group): Use it.
12667
12668 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12669
12670         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12671         names.
12672
12673 2004-12-16  Simon Josefsson  <jas@extundo.com>
12674
12675         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12676
12677 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12678
12679         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12680
12681         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12682         (gnus-group-set-current-level): Decode group name.
12683
12684 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12685
12686         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12687         failed.
12688
12689 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12690
12691         * gnus-group.el (gnus-group-delete-group): Decode group name.
12692         (gnus-group-make-rss-group): Encode group name.
12693         (gnus-group-catchup-current): Decode group name.
12694         (gnus-group-kill-group): Decode group name.
12695
12696 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12697
12698         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12699
12700 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12701
12702         * gnus-group.el (gnus-group-make-rss-group):
12703         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12704
12705         * gnus-start.el (gnus-setup-news): Honor user's setting to
12706         gnus-message-archive-method.  Suggested by Lute Kamstra
12707         <lute@gnu.org>.
12708
12709 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12710
12711         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12712         global counterparts of the buffer-local variables.
12713
12714 2004-11-16  Romain Francoise  <romain@orebokech.com>
12715
12716         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12717         counterparts of the buffer-local variables.
12718
12719 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12720
12721         * message.el (message-forbidden-properties): Fixed typo in doc
12722         string.
12723
12724 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12725
12726         * gnus-util.el (gnus-replace-in-string): Added doc string.
12727
12728         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12729         to avoid problems when splitting mails with many recipients.
12730
12731 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12732
12733         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12734         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12735
12736 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12737
12738         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12739         if there is no hashtable in memory or file modification time is
12740         newer than cached timestamp.
12741
12742 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12743
12744         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12745         not-matching option.
12746
12747 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12748
12749         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12750         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12751         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12752         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12753         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12754         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12755
12756 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12757
12758         * message.el (message-forward-make-body-mml): Remove headers
12759         according to message-forward-ignored-headers if a message is decoded.
12760
12761 2004-12-02  Romain Francoise  <romain@orebokech.com>
12762
12763         * message.el (message-forward-make-body-plain): Always remove
12764         headers according to message-forward-ignored-headers.
12765
12766 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12767
12768         * spam.el (spam-summary-prepare-exit): Remove the
12769         gnus-summary-limit pop for now, it has problems with ham marks for
12770         me.
12771
12772 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12773
12774         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12775         correctly.
12776
12777 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12778
12779         * format-spec.el (format-spec): Message the char.
12780
12781 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12782
12783         * gnus-art.el (gnus-split-methods): Reformat comments.
12784
12785         * spam.el (spam-summary-prepare-exit): Remove article limits
12786         before exiting the summary buffer.
12787
12788 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12789
12790         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12791         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12792
12793         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12794         order to silence the byte compiler.
12795
12796         * spam.el: Fix the way to silence the byte compiler, which
12797         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12798         bbdb-search-simple, spam-BBDB-register-routine,
12799         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12800         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12801         spam-stat-buffer-is-spam, spam-stat-load,
12802         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12803         spam-stat-save and spam-stat-split-fancy.
12804
12805 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12806
12807         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12808         which may confuse users.
12809         (canlock-password-for-verify): Ditto.
12810
12811         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12812
12813         * gnus-art.el (gnus-emphasis-alist): Ditto.
12814
12815         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12816
12817         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12818
12819         * gnus-start.el (gnus-save-killed-list): Ditto.
12820
12821         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12822         (gnus-sum-thread-tree-root): Ditto.
12823         (gnus-sum-thread-tree-false-root): Ditto.
12824         (gnus-sum-thread-tree-single-indent): Ditto.
12825
12826         * message.el (message-courtesy-message): Ditto.
12827         (message-archive-note): Ditto.
12828         (message-subscribed-address-file): Ditto.
12829         (message-user-fqdn): Ditto.
12830
12831         * spam-report.el (spam-report-gmane-regex): Ditto.
12832
12833         * spam.el (spam-blackhole-good-server-regex): Ditto.
12834
12835 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12836
12837         * mml.el (mml-preview): Widen the message buffer before copying
12838         the contents to the preview buffer; sort headers before previewing.
12839
12840         * message.el (message-hidden-headers): Fix the way to avoid a bug
12841         in the `repeat' widget in Emacs 21.3 or earlier.
12842
12843 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12844
12845         * message.el (message-hidden-headers): Default to "^References:".
12846         Improve customization type.  Suggested by Reiner Steib
12847         <Reiner.Steib@gmx.de>.
12848
12849 2004-11-25  Romain Francoise  <romain@orebokech.com>
12850
12851         * message.el (message-strip-forbidden-properties): Remove check for
12852         obsolete `message-hidden' text property, hidden headers are not
12853         accessible in the buffer anymore.
12854
12855 2004-11-22  Romain Francoise  <romain@orebokech.com>
12856
12857         * message.el (message-header-format-alist): Add `From' in list
12858         so that it can be sorted.
12859         (message-fix-before-sending): Widen and sort headers before
12860         sending.
12861         (message-hide-headers): Use narrowing to hide headers by moving
12862         them to the top of the buffer and narrowing to the region
12863         underneath.
12864
12865 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12866
12867         * message.el (message-strip-forbidden-properties): Bind
12868         buffer-read-only (etc) to nil.
12869
12870 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12871
12872         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12873         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12874
12875 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12876
12877         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12878
12879 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12880
12881         * dns.el (query-dns): Use sit-for to time instead of
12882         accept-process-output, since that doesn't seem to work on udp
12883         sockets.
12884
12885 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12886
12887         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12888
12889 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12890
12891         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12892         doc string.  Improve doc string.
12893
12894 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12895
12896         * nntp.el (nntp-request-update-info): Return nil if
12897         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12898         may not call gnus-activate-group which uselessly issues the GROUP
12899         commands for all nntp groups and wastes time.  Reported by Romain
12900         Francoise <romain@orebokech.com>.
12901
12902         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12903
12904 2004-11-15  Simon Josefsson  <jas@extundo.com>
12905
12906         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12907         headers separately.
12908         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12909         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12910
12911 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12912
12913         * gnus-start.el (gnus-convert-old-newsrc):
12914         Assign legacy-gnus-agent to 5.10.7.
12915
12916 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12917
12918         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12919         start of the lines.
12920
12921 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12922
12923         * hashcash.el (hashcash-default-payment): Change default to 20.
12924         (hashcash-default-accept-payment): Change default to 20.
12925         (hashcash-process-alist): New variable.
12926         (hashcash-generate-payment-async): Add.
12927         (hashcash-already-paid-p): Add.
12928         (hashcash-insert-payment): Don't generate payments twice.
12929         (hashcash-insert-payment-async): Add.
12930         (hashcash-insert-payment-async-2): Add.
12931         (hashcash-cancel-async): Add.
12932         (hashcash-wait-async): Add.
12933         (hashcash-processes-running-p): Add.
12934         (hashcash-wait-or-cancel): Add.
12935         (mail-add-payment): New optional argument.  Conditionally start
12936         asynchronous calculation.
12937         (mail-add-payment-async): Add.
12938
12939         * message.el (message-send-mail): Wait for asynchronous hashcash
12940         results.  Don't clobber existing X-Hashcash headers.
12941         (message-setup-1): Call mail-add-payment-async when
12942         message-generate-hashcash is non-nil.
12943
12944 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12945
12946         * message.el (message-use-alternative-email-as-from): Examine the
12947         From header as well; use message-make-from in order to include a
12948         user's full name.
12949
12950 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12951
12952         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12953         default; improve customization type.
12954         (gnus-emphasis-custom-with-format): New macro.
12955         (gnus-emphasis-custom-value-to-external): New function.
12956         (gnus-emphasis-custom-value-to-internal): New function.
12957
12958 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12959
12960         * dns.el (query-dns): Resolve reverse addresses.
12961
12962 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12963
12964         * gnus-group.el (gnus-group-get-new-news): Use it.
12965
12966         * gnus-start.el (gnus-check-reasonable-setup): New function.
12967
12968 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12969
12970         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12971         "Args out of range" error.  Reported by Arnaud Giersch
12972         <arnaud.giersch@free.fr>.
12973
12974 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12975
12976         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12977
12978 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12979
12980         * spam.el (spam group): Add :version.
12981
12982         * pgg-def.el (pgg group): Add :version.
12983
12984 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12985
12986         * gnus-art.el (gnus-article-edit-article): Don't associate the
12987         article buffer with a draft file.  This is a temporary measure
12988         against the 2004-08-22 change to gnus-article-edit-mode.
12989
12990 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12991
12992         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12993         (html2text-format-tags): Remove unused variable `attr'.
12994
12995 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12996
12997         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12998
12999         * tls.el (tls-process-connection-type, tls-success)
13000         (tls-certtool-program): Add :version.
13001
13002         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13003         (starttls-extra-arguments, starttls-process-connection-type)
13004         (starttls-connect, starttls-failure, starttls-success): Add :version.
13005
13006         * spam-stat.el (spam-stat): Add :version.
13007
13008         * sieve.el (sieve): Add :version.
13009
13010         * sha1.el (sha1): Add :version.
13011         (sha1-use-external): Remove redundant version.
13012
13013         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13014         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13015         (nnmail-split-fancy-match-partial-words)
13016         (nnmail-split-lowercase-expanded): Add :version.
13017
13018         * nndiary.el (nndiary): Add :version.
13019
13020         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13021
13022         * mml-sec.el (mml-default-sign-method)
13023         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13024         Add :version.
13025
13026         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13027
13028         * mm-url.el (mm-url-use-external, mm-url-program)
13029         (mm-url-arguments): Add :version.
13030
13031         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13032         (mm-attachment-file-modes, mm-decrypt-option)
13033         (mm-w3m-safe-url-regexp): Add :version.
13034
13035         * message.el (message-cite-prefix-regexp)
13036         (message-sendmail-envelope-from, message-minibuffer-local-map)
13037         (message-user-fqdn, message-completion-alist): Add :version.
13038
13039         * gnus-win.el (gnus-configure-windows-hook)
13040         (gnus-use-frames-on-any-display): Add :version.
13041
13042         * gnus-art.el (gnus-article-address-banner-alist)
13043         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13044         (gnus-treat-from-picon, gnus-treat-mail-picon)
13045         (gnus-treat-x-pgp-sig): Add :version.
13046
13047         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13048         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13049         (gnus-summary-article-delete-hook)
13050         (gnus-summary-display-while-building): Add :version.
13051
13052         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13053         (gnus-get-top-new-news-hook): Add :version.
13054
13055         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13056         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13057
13058         * gnus-registry.el (gnus-registry): Add :version.
13059
13060         * gnus-spec.el (gnus-use-correct-string-widths)
13061         (gnus-make-format-preserve-properties): Add :version.
13062
13063         * gnus.el (gnus-group-charter-alist)
13064         (gnus-group-fetch-control-use-browse-url)
13065         (gnus-install-group-spam-parameters): Add :version.
13066
13067         * gnus-diary.el (gnus-diary): Add :version.
13068
13069         * gnus-delay.el (gnus-delay): Add :version.
13070
13071         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13072         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13073         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13074         Add :version.
13075
13076         * gnus-agent.el (gnus-agent-max-fetch-size)
13077         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13078         (gnus-agent-prompt-send-queue): Add :version.
13079
13080         * deuglify.el (gnus-outlook-deuglify): Add :version.
13081
13082         * html2text.el: Beautify code.  Improve doc strings.  Some
13083         checkdoc cleanup.
13084         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13085
13086 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13087
13088         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13089
13090 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13091
13092         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13093         when package is loaded.
13094
13095         * spam.el (spam-summary-score-preferred-header): Add global preference
13096         for people who want to override the default SpamAssassin over
13097         Bogofilter preference (when both are set).
13098         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13099         (spam-user-format-function-S): Check
13100         spam-summary-score-preferred-header.
13101         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13102         (spam-user-format-function-S): Format the score correctly.
13103
13104 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13105
13106         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13107         signature file.  Suggested by Manoj Srivastava
13108         <srivasta@golden-gryphon.com>.
13109
13110         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13111         iso-2022-jp even in the Japanese language environment.
13112         Suggested by Jason Rumney <jasonr@gnu.org>.
13113
13114 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13115
13116         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13117         use the same characters as the dummy marks; make it free from
13118         getting affected by the language environment.
13119         (gnus-summary-read-group-1): Update mark positions only when the
13120         format spec is updated.
13121
13122         * gnus-spec.el (gnus-update-format-specifications): Return a list
13123         of updated types.
13124
13125 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13126
13127         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13128         of boundp to check if display-warning is available.
13129
13130 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13131
13132         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13133
13134 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13135
13136         * nnspool.el (nnspool-spool-directory): Use news-path if the
13137         news-directory variable is not bound.
13138
13139         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13140         function instead of display-warning if it is not available.
13141
13142 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13143
13144         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13145         v5-10: Use `point-at-bol'.
13146
13147 2004-10-26  Simon Josefsson  <jas@extundo.com>
13148
13149         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13150         <chenggao@gmail.com>.
13151
13152 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13153
13154         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13155         instead.
13156
13157 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13158
13159         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13160         to remove a server from the nnimap-server-buffer-alist.
13161         (nnimap-open-connection, nnimap-close-server): Use it.
13162
13163         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13164
13165 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13166
13167         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13168         running the major-mode function.
13169
13170 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13171
13172         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13173         dummy marks in the right way.
13174
13175 2004-10-18  David Edmondson  <dme@dme.org>
13176
13177         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13178         excessively.
13179
13180 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13181
13182         * gnus-util.el (gnus-split-references): Accept a nil references
13183         string and go on blissfully.
13184
13185         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13186         cases where the references string is non-nil but has no references.
13187
13188         * encrypt.el: Add autoload tags.
13189
13190         * spam.el (spam-resolve-registrations-routine): Remove article
13191         from unregistration list too.  Reported by David Hanak
13192         <dhanak@isis.vanderbilt.edu>
13193
13194 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13195
13196         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13197         nil.  Changed custom type.
13198
13199 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13200
13201         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13202
13203         * gnus-sum.el (gnus-summary-move-article): Use it.
13204
13205 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13206
13207         * encrypt.el: Add autoload cookies.
13208
13209         * spam.el (spam-backend-article-list-property)
13210         (spam-backend-get-article-todo-list)
13211         (spam-backend-put-article-todo-list)
13212         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13213         Resolve registrations separately.
13214         (spam-register-routine): Format comments.
13215         (spam-unregister-routine, spam-register-routine): Always call with
13216         specific-articles, no default list.
13217         (spam-summary-prepare-exit): Use the spam-classifications function.
13218
13219         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13220         gnus-encrypt.el.
13221
13222         * encrypt.el: Copied from gnus-encrypt.el.
13223
13224         * gnus-encrypt.el: Commented that it's obsolete.
13225
13226 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13227
13228         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13229         (gnus-score-save): Use it.
13230
13231         * message.el (message-bury): Use `window-dedicated-p'.
13232
13233 2004-10-15  Simon Josefsson  <jas@extundo.com>
13234
13235         * pop3.el (top-level): Don't require nnheader.
13236         (pop3-read-timeout): Add.
13237         (pop3-accept-process-output): Add.
13238         (pop3-read-response, pop3-retr): Use it.
13239
13240 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13241
13242         * spam.el (spam-register-routine): Move comment.
13243         (spam-verify-bogofilter): Use 'unknown for the initial
13244         spam-bogofilter-valid state, not 'never.
13245
13246         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13247         for netrc-machine.
13248
13249         * nnimap.el (nnimap-open-connection): Use
13250         netrc-machine-user-or-password.
13251
13252 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13253
13254         * gnus-registry.el (gnus-registry-unload-hook):
13255         Set as a variable with add-hook.
13256
13257         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13258         of news-path.
13259
13260         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13261
13262         * spam.el: Delete duplicate `provide'.
13263         (spam-unload-hook): Set as a variable with add-hook.
13264
13265 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13266
13267         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13268         in the doc string.
13269
13270         * message.el (message-ignored-news-headers)
13271         (message-ignored-supersedes-headers)
13272         (message-ignored-resent-headers)
13273         (message-forward-ignored-headers): Improve custom type.
13274
13275 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13276
13277         * message.el (message-tokenize-header): Fix 2004-09-06 change
13278         which used point-min in the wrong place.
13279
13280 2004-10-12  Simon Josefsson  <jas@extundo.com>
13281
13282         * tls.el (tls-certtool-program): New variable.
13283         (tls-certificate-information): New function, based on
13284         ssl-certificate-information.
13285
13286 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13287
13288         * compface.el: Move the version of ELisp-based uncompface program
13289         to the contrib directory because of the copyright problem.
13290
13291 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13292
13293         * message.el (message-kill-buffer): Raise the current frame.
13294
13295 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13296
13297         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13298
13299         * gnus.el (message-y-or-n-p): Autoload.
13300
13301         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13302         (pop3-password-required, pop3-authentication-scheme)
13303         (pop3-leave-mail-on-server): Made customizable.
13304         (pop3): New custom group.
13305         (pop3-retr): Remove `sleep-for' statements.
13306         Suggested by Dave Love <fx@gnu.org>.
13307
13308         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13309         Windows/DOS.
13310
13311         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13312         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13313         Dave Love <fx@gnu.org>.
13314
13315         * mml.el (mml-minibuffer-read-disposition): Require match.
13316         Suggested by Dave Love <fx@gnu.org>.
13317
13318 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13319
13320         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13321         doc string.
13322
13323 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13324
13325         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13326
13327 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13328
13329         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13330         instead of calling `mm-insert-inline', to decode text/* parts
13331         before displaying them.
13332
13333 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13334
13335         * mm-uu.el (mm-uu-text-plain-type): New variable.
13336         (mm-uu-pgp-signed-extract-1): Use it.
13337         (mm-uu-pgp-encrypted-extract-1): Use it.
13338         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13339         bind mm-uu-text-plain-type with that value.
13340         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13341         mm-uu-dissect.
13342
13343 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13344
13345         * gnus-group.el (gnus-update-group-mark-positions):
13346         * gnus-sum.el (gnus-update-summary-mark-positions):
13347         * message.el (message-check-news-body-syntax):
13348         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13349         of string-as-multibyte.
13350
13351 2004-10-05  Juri Linkov  <juri@jurta.org>
13352
13353         * gnus-group.el (gnus-update-group-mark-positions):
13354         * gnus-sum.el (gnus-update-summary-mark-positions):
13355         * message.el (message-check-news-body-syntax):
13356         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13357         8-bit unibyte values to a multibyte string for search functions.
13358
13359 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13360
13361         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13362         (mm-uu-dissect-text-parts): New function.
13363
13364         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13365         dissect text parts.
13366
13367         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13368         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13369
13370         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13371
13372         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13373         gnus-current-topics instead of gnus-current-topic.
13374
13375 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13376
13377         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13378
13379 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13380
13381         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13382         where approriate.
13383
13384         * nnml.el (nnml-generate-active-info): do.
13385
13386         * nndiary.el (nndiary-generate-active-info): do.
13387
13388         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13389         (gnus-topic-move): do.
13390
13391         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13392         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13393
13394         * gnus-srvr.el (gnus-server-prepare)
13395         (gnus-server-open-all-servers): do.
13396
13397         * gnus-msg.el (gnus-summary-cancel-article)
13398         (gnus-summary-resend-message)
13399         (gnus-summary-mail-crosspost-complaint): do.
13400
13401         * gnus-move.el (gnus-change-server): do.
13402
13403         * gnus-group.el (gnus-group-unmark-all-groups)
13404         (gnus-group-set-current-level): do.
13405
13406 2004-10-04  Simon Josefsson  <jas@extundo.com>
13407
13408         * message.el (message-generate-hashcash): Doc fix.
13409
13410 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13411
13412         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13413         avoid infinite recursion via gnus-get-function.
13414
13415 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13416
13417         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13418
13419         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13420
13421         * nnmail.el (nnmail-split-history): do.
13422
13423         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13424         (nnml-request-delete-group): do.
13425
13426         * nnslashdot.el (nnslashdot-read-groups): do.
13427
13428         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13429         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13430
13431         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13432         (nnspool-sift-nov-with-sed): Use last.
13433         (nnspool-retrieve-headers-with-nov): Use mapc.
13434         (nnspool-request-newgroups): Use dolist.
13435         (nnspool-request-group): Use last.
13436
13437         * nntp.el (nntp-read-server-type): Use dolist.
13438
13439         * nnvirtual.el (nnvirtual-create-mapping)
13440         (nnvirtual-update-read-and-marked): Use dolist.
13441         (nnvirtual-convert-headers): Simplify.
13442
13443 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13444
13445         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13446         support for sync'ing tick marks.
13447
13448 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13449
13450         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13451         there's no visible header.
13452
13453 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13454
13455         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13456         necessary, pass full group name to gnus-request-set-marks.
13457
13458 2004-10-01  Simon Josefsson  <jas@extundo.com>
13459
13460         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13461         acroread.
13462
13463 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13464
13465         * spam-report.el (spam-report-gmane): Fix interactive.
13466
13467         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13468
13469         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13470         when writing file.
13471         (gnus-agent-synchronize-flags): Don't default to being
13472         interactive.
13473
13474 2004-09-30  Simon Josefsson  <jas@extundo.com>
13475
13476         * message.el (message-generate-hashcash): Add.
13477         (message-send-mail): Use it, call mail-add-payment.
13478
13479 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13480
13481         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13482
13483 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13484
13485         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13486         gnus-requst-update-info with explicit code to sync the in-memory
13487         info read flags with the marks being sync'd to the backend.
13488
13489         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13490
13491 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13492
13493         * spam.el (spam-verify-bogofilter): Add new function.
13494         (spam-check-bogofilter)
13495         (spam-bogofilter-register-with-bogofilter): Use it.
13496         (spam-verify-bogofilter): Add small fixes.
13497
13498 2004-09-28  Simon Josefsson  <jas@extundo.com>
13499
13500         * hashcash.el (hashcash-generate-payment): Revert.
13501
13502 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13503
13504         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13505         gnus-extract-references instead of gnus-split-references.
13506
13507         * gnus-util.el (gnus-extract-references): Add new function, analogous
13508         to gnus-split-references but extracts only the message-ID without
13509         anything extra.
13510
13511         * hashcash.el (hashcash-generate-payment)
13512         (hashcash-check-payment): Do the right thing if hashcash-path is
13513         nil (because the hashcash program could not be found).
13514
13515         * spam.el (spam-use-hashcash): Remove comment.
13516
13517 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13518
13519         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13520         (gnus-cache-enter-article, gnus-cache-remove-article)
13521         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13522
13523         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13524
13525         * gnus-art.el (article-hide-boring-headers)
13526         (article-translate-strings, article-display-face)
13527         (gnus-article-mime-match-handle-first)
13528         (gnus-article-highlight-headers)
13529         (gnus-article-add-buttons-to-head): do.
13530
13531 2004-09-27  Simon Josefsson  <jas@extundo.com>
13532
13533         * hashcash.el: New version, from
13534         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13535         ../contrib/.
13536
13537 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13538
13539         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13540
13541 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13542
13543         * gnus-dup.el (gnus-dup-open): Use mapc.
13544         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13545
13546         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13547         Reported by Stefan Wiens <s.wi@gmx.net>.
13548
13549         * gnus.el (gnus-shutdown): Use dolist.
13550
13551         * gnus-undo.el (gnus-undo): Use mapc.
13552
13553         * nnrss.el (nnrss-generate-active): do.
13554
13555         * message.el (message-cite-original-without-signature)
13556         (message-cite-original): Use mapc.
13557         (message-do-actions, message-make-forward-subject): Use dolist.
13558
13559 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13560
13561         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13562         deletion to remove entire duplicate line.  Fixes merged article
13563         number bug.
13564
13565 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13566
13567         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13568         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13569         first ask if you want to open a server and then, even when you
13570         responded with no, asking if you want to synchronize the server's
13571         flags.
13572         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13573         multi-line expressions.
13574         (gnus-agent-synchronize-group-flags): New internal function.
13575         Updates marks in memory (in the info structure) AND in the
13576         backend.
13577
13578         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13579
13580         * nnagent.el (nnagent-request-set-mark): Use
13581         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13582         method, to ensure that synchronization updates marks in the
13583         backend and in the info (in memory) structure.
13584
13585 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13586
13587         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13588         convention fully; don't miss the root article of a thread; make
13589         the X-Draft-From header with correct article numbers.
13590
13591 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13592
13593         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13594         unless plugged.  Disable the agent so that an open failure causes
13595         an error.
13596
13597         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13598         Reverted 2004-09-21 change.  The backend must be opened while
13599         synchronizing flags even when the backend stores the flags
13600         locally.
13601
13602 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13603
13604         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13605         in `header' match.  Reported by Svend Tollak Munkejord.
13606
13607         * message.el (message-cite-original): Fix use of
13608         `message-cite-articles-with-x-no-archive'.
13609
13610 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13611
13612         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13613         (gnus-window-to-buffer): Ditto.
13614
13615         * mml.el (mml-preview-buffer): New variable.
13616         (mml-preview): Manage window layout with gnus-buffer-configuration.
13617
13618         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13619         X-Draft-From header even if those articles aren't quoted.
13620
13621 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13622
13623         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13624         (gnus-request-set-mark, gnus-request-update-mark): Use new
13625         g-s-t-u-l-m to decide to use backend even when unplugged.
13626
13627 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13628
13629         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13630         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13631
13632 2004-09-20  Simon Josefsson  <jas@extundo.com>
13633
13634         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13635         "utf-16-le".
13636
13637 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13638
13639         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13640
13641 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13642
13643         * uudecode.el (uudecode-use-external): Add :version.
13644
13645         * smime.el (smime-CA-file, smime-encrypt-cipher)
13646         (smime-dns-server): Add :version.
13647
13648         * smiley.el (gnus-smiley-file-types): Add :version.
13649
13650         * sha1.el (sha1-use-external): Add :version.
13651
13652         * pgg-def.el (pgg-query-keyserver): Add :version.
13653
13654         * nnmail.el (nnmail-fancy-expiry-targets)
13655         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13656         Add :version.
13657
13658         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13659         (nnimap-retrieve-groups-asynchronous): Add :version.
13660         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13661
13662         * mml.el (mml-content-disposition-parameters)
13663         (mml-insert-mime-headers-always): Add :version.
13664
13665         * mm-util.el (mm-coding-system-priorities): Add :version.
13666
13667         * mm-decode.el (mm-inline-text-html-with-images)
13668         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13669         (mm-verify-option): Add :version.
13670         (mm-text-html-renderer): Change :version.
13671
13672         * message.el (message-fcc-externalize-attachments)
13673         (message-required-headers, message-draft-headers)
13674         (message-subject-trailing-was-query)
13675         (message-subject-trailing-was-ask-regexp)
13676         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13677         (message-mark-insert-end, message-archive-header)
13678         (message-archive-note, message-cross-post-default)
13679         (message-cross-post-note, message-followup-to-note)
13680         (message-cross-post-note-function, message-use-mail-followup-to)
13681         (message-subscribed-address-functions)
13682         (message-subscribed-address-file, message-subscribed-addresses)
13683         (message-subscribed-regexps, message-allow-no-recipients)
13684         (message-yank-cited-prefix, message-signature-insert-empty-line)
13685         (message-hidden-headers, message-hierarchical-addresses)
13686         (message-mail-user-agent, message-use-idna)
13687         (message-valid-fqdn-regexp)
13688         (message-strip-special-text-properties, message-header-synonyms)
13689         (message-beginning-of-line, message-tab-body-function): Add :version.
13690         (message-insert-canlock, message-wide-reply-confirm-recipients):
13691         Change :version.
13692
13693         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13694         and :version.
13695         (mail-source-delete-old-incoming-confirm)
13696         (mail-source-movemail-program): Add :version.
13697
13698         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13699         (gnus-agent-cache, gnus-agent): Change :version.
13700
13701         * gnus-util.el (gnus-use-byte-compile): Change :version.
13702
13703         * gnus-sum.el (gnus-summary-make-false-root-always)
13704         (gnus-summary-default-high-score)
13705         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13706         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13707         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13708         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13709         (gnus-sum-thread-tree-single-indent)
13710         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13711         (gnus-sum-thread-tree-leaf-with-other)
13712         (gnus-sum-thread-tree-single-leaf): Add :version.
13713         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13714         (gnus-article-loose-mime): Change :version.
13715
13716         * gnus-start.el (gnus-backup-startup-file)
13717         (gnus-save-startup-file-via-temp-buffer): Add :version.
13718
13719         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13720         (gnus-server-offline-face): Add :version.
13721
13722         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13723
13724         * gnus-msg.el (gnus-gcc-externalize-attachments)
13725         (gnus-debug-files, gnus-debug-exclude-variables)
13726         (gnus-discouraged-post-methods): Change :version.
13727         (gnus-confirm-mail-reply-to-news)
13728         (gnus-confirm-treat-mail-like-news): Add :version.
13729
13730         * gnus-int.el (gnus-server-unopen-status): Add :version.
13731
13732         * gnus-group.el (gnus-group-jump-to-group-prompt)
13733         (gnus-large-ephemeral-newsgroup)
13734         (gnus-fetch-old-ephemeral-headers): Add :version.
13735
13736         * gnus-fun.el (gnus-x-face-directory)
13737         (gnus-convert-pbm-to-x-face-command)
13738         (gnus-convert-image-to-x-face-command)
13739         (gnus-convert-image-to-face-command): Add :version.
13740
13741         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13742
13743         * gnus-cite.el (gnus-cite-blank-line-after-header)
13744         (gnus-article-boring-faces): Add :version.
13745
13746         * gnus-art.el (gnus-buttonized-mime-types)
13747         (gnus-inhibit-mime-unbuttonizing)
13748         (gnus-treat-display-face)
13749         (gnus-treat-body-boundary): Change :version.
13750         (gnus-body-boundary-delimiter, gnus-picon-databases)
13751         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13752         (gnus-treat-date-english, gnus-treat-fold-headers)
13753         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13754         (gnus-treat-mail-picon, gnus-treat-wash-html)
13755         (gnus-article-encrypt-protocol)
13756         (gnus-use-idna, gnus-article-over-scroll)
13757         (gnus-mime-display-multipart-alternative-as-mixed)
13758         (gnus-mime-display-multipart-related-as-mixed)
13759         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13760         (gnus-ctan-url, gnus-button-ctan-handler)
13761         (gnus-button-handle-ctan-bogus-regexp)
13762         (gnus-button-ctan-directory-regexp)
13763         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13764         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13765         (gnus-button-man-level, gnus-button-emacs-level)
13766         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13767
13768         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13769         (gnus-agent-go-online): Change :version.
13770         (gnus-agent-expire-unagentized-dirs)
13771         (gnus-agent-auto-agentize-methods): Add :version.
13772
13773         * flow-fill.el (fill-flowed-display-column)
13774         (fill-flowed-encode-column): Add :version.
13775
13776         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13777         (gnus-outlook-deuglify-unwrap-max)
13778         (gnus-outlook-deuglify-cite-marks)
13779         (gnus-outlook-deuglify-unwrap-stop-chars)
13780         (gnus-outlook-deuglify-no-wrap-chars)
13781         (gnus-outlook-deuglify-attrib-cut-regexp)
13782         (gnus-outlook-deuglify-attrib-verb-regexp)
13783         (gnus-outlook-deuglify-attrib-end-regexp)
13784         (gnus-outlook-display-hook): Add :version.
13785
13786         * binhex.el (binhex-use-external): Add :version.
13787
13788 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13789
13790         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13791         and `invisible'.
13792
13793 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13794
13795         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13796         in gnus-registry-trim.
13797
13798 2004-09-13  Simon Josefsson  <jas@extundo.com>
13799
13800         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13801
13802         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13803
13804         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13805         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13806         <yamaoka@jpl.org>.
13807         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13808         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13809         <yamaoka@jpl.org>.
13810
13811         * sieve.el (sieve-manage-mode): Ditto.
13812
13813 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13814
13815         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13816
13817 2004-09-11  Simon Josefsson  <jas@extundo.com>
13818
13819         * dns-mode.el: Add.
13820
13821         * mm-view.el (mm-display-dns-inline): Add.
13822
13823         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13824         (mm-automatic-display): Ditto.
13825
13826         * mailcap.el (mailcap-mime-data): Add text/dns.
13827         (mailcap-mime-extensions): Map .soa to text/dns.
13828
13829 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13830
13831         * gnus-art.el (article-decode-mime-words, article-babel)
13832         (gnus-article-highlight-signature, gnus-article-add-buttons)
13833         (gnus-signature-toggle): Remove unnecessary bindings of
13834         `inhibit-read-only' inherited from v5.10 merge.
13835
13836 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13837
13838         * nntp.el (nntp): New customization group.
13839         (nntp-authinfo-file): Add customization group.
13840
13841         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13842
13843         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13844
13845         * gnus.el (to-address, to-list, subscribed)
13846         (large-newsgroup-initial): Ditto.
13847
13848         * flow-fill.el (fill-flowed-display-column)
13849         (fill-flowed-encode-column): Ditto.
13850
13851 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13852
13853         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13854         Use point-min rather than 1.
13855         (message-send-mail): Use buffer-size rather than point-max.
13856
13857         * gnus-sum.el (gnus-summary-search-article-forward):
13858         Signal a specific `search-failed' rather than a generic `error'.
13859
13860         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13861         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13862         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13863
13864 2004-09-10  Simon Josefsson  <jas@extundo.com>
13865
13866         * nndb.el (require): Remove tcp and duplicate cl.
13867
13868 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13869
13870         * gnus-agent.el (directory-files-and-attributes): Move forward.
13871
13872 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13873
13874         * gnus-agent.el (directory-files-and-attributes): Optionally
13875         defined to support XEmacs.
13876
13877 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13878
13879         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13880         to avoid run-time CL dependencies.
13881         (gnus-agent-unfetch-articles): New function.
13882         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13883         article numbers even when local .overview file is missing.
13884         (gnus-agent-read-article-number): New function.  Only accepts
13885         27-bit article numbers.
13886         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13887         gnus-agent-read-article-number.
13888         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13889         from backend while recognizing that article numbers in .overview
13890         must be valid.
13891         (gnus-agent-update-files-total-fetched-for): Use
13892         directory-files-and-attributes to improve performance.
13893         * gnus-int.el (gnus-request-move-article): Use
13894         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13895         improve performance.
13896
13897         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13898         some users confused by references to .newsrc when they only have a
13899         .newsrc.eld file.
13900         (gnus-convert-mark-converter-prompt)
13901         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13902         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13903         New function.  Used internally to only display 'gnus converting
13904         files' message when actually necessary.
13905
13906         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13907         methods now autoloaded.
13908
13909 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13910
13911         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13912         identifiers.
13913
13914 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13915
13916         * gnus-picon.el: Fix indentation and closing parenthesis.
13917
13918 2004-09-01  Simon Josefsson  <jas@extundo.com>
13919
13920         * message.el (message-canlock-generate): Require sha1, not
13921         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13922         to require within a function.  Sadly, if sha1.el isn't loaded, the
13923         let binding in m-c-g will hide the defcustom definition, which is
13924         bad.)
13925
13926         * canlock.el: Require sha1, not sha1-el.
13927
13928         * message.el: Don't autoload sha1 (there is a autoload cookie in
13929         sha1.el).
13930
13931         * sha1-el.el: Renamed to sha1.el.
13932
13933 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13934
13935         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13936
13937 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13938
13939         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13940
13941 2004-08-30  Kim F. Storm  <storm@cua.dk>
13942
13943         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13944
13945         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13946         Add :group 'nnimap.
13947
13948 2004-08-30  Andreas Schwab  <schwab@suse.de>
13949
13950         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13951         ?* and ?\;.
13952
13953         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13954         and ?\' to symbol instead of whitespace.
13955
13956 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13957
13958         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13959
13960         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13961         instead of re-search-forward.
13962
13963         * gnus-uu.el (gnus-uu-save-article): Ditto.
13964         (gnus-uu-post-encode-uuencode): Ditto.
13965
13966         * html2text.el (html2text-clean-list-items): Ditto.
13967         (html2text-clean-dtdd): Ditto.
13968         (html2text-format-tags): Ditto.
13969
13970         * message.el (message-send-mail-with-sendmail): Fix regexp.
13971         (message-fill-field-general): Use search-forward instead of
13972         re-search-forward.
13973         (unbold-region): Ditto.
13974
13975         * nnrss.el (nnrss-request-article): Ditto.
13976
13977         * nnslashdot.el (nnslashdot-request-article): Ditto.
13978
13979         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13980
13981         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13982         "Unrecognized menu descriptor" error in XEmacs.
13983
13984 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13985
13986         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13987         parent article of a sparse article in the thread hashtb.
13988
13989 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13990
13991         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13992         (nnmail-expand-newtext): Lowercase expanded entries if
13993         nnmail-split-lowercase-expanded is non-nil.
13994
13995 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13996
13997         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13998
13999         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14000         of gnus-tmp-news-method into string under XEmacs.  It will be
14001         passed to gnus-correct-length which takes only a string argument.
14002
14003 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14004
14005         * gnus-util.el (gnus-bind-print-variables): New macro.
14006         (gnus-prin1): Use it.
14007         (gnus-prin1-to-string): Use it.
14008         (gnus-pp): New function.
14009         (gnus-pp-to-string): New function.
14010
14011         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14012         Replace pp-to-string with gnus-pp-to-string.
14013         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14014         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14015         * gnus-msg.el (gnus-debug): Ditto.
14016         * gnus-score.el (gnus-score-save): Ditto.
14017         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14018         gnus-pp-to-string.
14019         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14020         with gnus-pp.
14021         * score-mode.el (gnus-score-pretty-print): Ditto.
14022         * webmail.el (webmail-debug): Ditto.
14023
14024 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14025
14026         * gnus-art.el (article-display-face, article-display-x-face):
14027         Use buffer-read-only.
14028
14029 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14030
14031         * gnus-art.el (article-hide-list-identifiers):
14032         Bind inhibit-read-only as t.
14033
14034 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14035
14036         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14037
14038 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14039
14040         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14041         (gnus-narrow-to-page): Don't assume point-min == 1.
14042         (gnus-article-edit-mode): Derive from message-mode.
14043
14044         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14045         point-min == 1.
14046
14047         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14048         Disable incorrect use of `assert'.
14049
14050         * message.el (message-mode): Set comment-start-skip.
14051
14052
14053 2004-08-22  Sam Steingold  <sds@gnu.org>
14054
14055         * pop3.el (pop3-leave-mail-on-server): New user variable.
14056         (pop3-movemail): Delete mail only when it is nil.
14057
14058 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14059
14060         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14061
14062         * mml.el (mml-preview): Use `pop-to-buffer'.
14063
14064         * message.el (message-goto-mail-followup-to): Insert after "To".
14065         (message-carefully-insert-headers): Add comment.
14066
14067         * gnus.el: Remove unused variable `gnus-article-check-size'.
14068
14069         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14070
14071         * gnus-art.el (gnus-button-alist): Improve
14072         `gnus-button-handle-library' entry.
14073
14074 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14075
14076         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14077         downcase, since XEmacs capitalizes error messages differently.
14078
14079 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14080
14081         * nntp.el: Add (require 'gnus) due to reference to
14082         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14083
14084 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14085
14086         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14087         `mm-fill-flowed'.
14088
14089         * mm-decode.el (mm-dissect-singlepart): Check it.
14090
14091 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14092
14093         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14094         'imap' for netrc parsing.
14095
14096 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14097
14098         * mailcap.el (mailcap-mime-data): Mark as risky.
14099
14100 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14101
14102         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14103         may be included in the encoded word.
14104         (rfc2047-encode): Don't append a space if the encoded word
14105         includes close parenthesis.
14106
14107 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14108
14109         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14110         of text within parentheses.
14111
14112 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14113
14114         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14115         (gnus-encrypt-write-file-contents): Make the password key the file
14116         name PLUS the cipher, not just the cipher.  Also remove failed
14117         passwords from the cache.
14118
14119 2004-08-06  Simon Josefsson  <jas@extundo.com>
14120
14121         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14122         fix.
14123
14124 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14125
14126         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14127         LWSP.
14128
14129 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14130
14131         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14132         to append in-reply-to: data to the references: header.
14133
14134         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14135         (netrc-parse): Use gnus-encrypt.el functions.
14136
14137         * gnus-encrypt.el: Add new file for encryption support; currently
14138         does only a few GPG ciphers and an internal XOR cipher.
14139
14140         * password.el: Add comments on using password-read-and-add.
14141         (password-read-and-add): Add function to read and add the
14142         password to the cache at once.
14143
14144 2004-07-28  Simon Josefsson  <jas@extundo.com>
14145
14146         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14147         parameter (but don't use it, for now).
14148
14149         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14150         instead of hard coding to nil.
14151
14152 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14153
14154         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14155         as mm-inline-image-xemacs does.
14156
14157 2004-07-26  Simon Josefsson  <jas@extundo.com>
14158
14159         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14160         Revert part of 2004-07-17 change below.
14161
14162 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14163
14164         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14165         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14166
14167 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14168
14169         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14170         quotes that actually start with ">" at the beginning of the
14171         lines.
14172
14173 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14174
14175         * rfc2047.el (rfc2047-encode-region): Fix last change.
14176         (rfc2047-encode-parameter): Remove useless concat.
14177
14178 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14179
14180         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14181         encode special characters; fix some kind of misconfigured headers;
14182         signal a real error if debug-on-quit or debug-on-error is non-nil.
14183         (rfc2047-encode-max-chars): New variable.
14184         (rfc2047-encode-1): Use it.
14185         (rfc2047-encode-parameter): New function.
14186
14187         * mml.el (mml-insert-parameter): Remove an excessive space.
14188
14189 2004-07-17  Simon Josefsson  <jas@extundo.com>
14190
14191         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14192         Kai Grossjohann <kai@emptydomain.de>.
14193         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14194         (gnus-group-make-menu-bar): Ditto.
14195
14196         * gnus-util.el (gnus-group-server): Add.
14197
14198 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14199
14200         * message.el (message-clone-locals): Clone sendmail and smtp
14201         variables.
14202
14203 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14204
14205         * rfc2047.el (rfc2047-encode-region): Fix last change.
14206
14207 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14208
14209         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14210         characters as non-special.
14211
14212 2004-07-09  Simon Josefsson  <jas@extundo.com>
14213
14214         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14215         Users will lose all flag changes made while unplugged with
14216         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14217         good default.  See numerous reports on ding mailing list.
14218
14219 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14220
14221         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14222         add generate-head-function and generate-article-function to the
14223         rfc822-forward entry.
14224         (nndoc-rfc822-forward-generate-article): New function.
14225         (nndoc-rfc822-forward-generate-head): New function.
14226
14227         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14228
14229 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14230
14231         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14232         respect display group parameter and gnus-summary-expunge-below.
14233         (gnus-articles-to-read): Remove unused reference to display group
14234         parameter.
14235
14236 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14237
14238         * nnheader.el (nnheader-uniquify-message-id): New experimental
14239         variable.
14240         (nnheader-nov-read-message-id): Use it.
14241
14242         * spam-report.el (spam-report-gmane): Add interactive.
14243
14244 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14245
14246         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14247         qp-or-base64 for the application/* types.
14248
14249 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14250
14251         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14252
14253 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14254
14255         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14256         trim value.
14257
14258 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14259
14260         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14261         New macro and function.
14262         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14263
14264 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14265
14266         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14267         after-load-alist.
14268
14269 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14270
14271         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14272         update info that isn't there.
14273
14274 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14275
14276         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14277         entry.
14278
14279 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14280
14281         * mm-view.el (mm-inline-render-with-function): Use multibyte
14282         buffer; decode html source by charset.
14283
14284         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14285
14286         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14287         Mule-UCS is loaded under XEmacs.
14288         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14289
14290 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14291
14292         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14293
14294 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14295
14296         * mm-util.el (mm-coding-system-p): Return a coding-system.
14297         (mm-mime-mule-charset-alist): Use shift_jis instead of
14298         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14299         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14300         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14301         instead of japanese-shift-jis and iso-latin-1 respectively in
14302         order to share the default value with both Emacs and XEmacs-mule.
14303         (mm-mule-charset-to-mime-charset): Make
14304         mm-coding-system-priorities effective.
14305         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14306         while predicating of candidates upon the priorities.
14307
14308 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14309
14310         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14311         gnus-uu-invert-processable.
14312
14313         * gnus.el: Autoload gnus-uu-invert-processable.
14314
14315 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14316
14317         * mm-util.el (mm-with-multibyte-buffer): New macro.
14318
14319         * rfc2047.el (rfc2047-encode-string): Use it.
14320         (rfc2047-encode-region): Move point to the end of the region after
14321         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14322
14323 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14324
14325         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14326         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14327
14328 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14329
14330         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14331         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14332         Karl Chen <quarl@nospam.quarl.org>.
14333
14334 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14335
14336         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14337         invalid addresses.
14338
14339 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14340
14341         * spam.el: Change section markers, revise TODO list.
14342         (spam-backends): Make new master list of all installed backends.
14343         (spam-summary-exit-behavior): Add new variable to determine how
14344         messages moves are done at summary exit.
14345         (spam-move-spam-nonspam-groups-only)
14346         (spam-process-ham-in-nonham-groups)
14347         (spam-process-ham-in-spam-groups): Remove variables, the
14348         spam-summary-exit-behavior variable should be used to manage this
14349         behavior.
14350         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14351         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14352         and spam-old-spam-articles.
14353         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14354         Add empty variables, placeholders for the backends they represent.
14355         (spam-set-difference): Move, unchanged.
14356         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14357         unless the user has a processor variable.
14358         (spam-classifications, spam-classification-valid-p)
14359         (spam-backend-properties, spam-backend-property-valid-p)
14360         (spam-backend-function-type-valid-p)
14361         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14362         (spam-report-articles-gmane, spam-report-articles-resend):
14363         Remove functions, they are not needed.
14364         (spam-install-backend-super, spam-backend-list)
14365         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14366         (spam-backend-function, spam-backend-ham-registration-function)
14367         (spam-backend-spam-registration-function)
14368         (spam-backend-ham-unregistration-function)
14369         (spam-backend-spam-unregistration-function)
14370         (spam-backend-statistical-p, spam-backend-mover-p)
14371         (spam-install-backend-alias, spam-install-checkonly-backend)
14372         (spam-install-mover-backend, spam-install-nocheck-backend)
14373         (spam-install-backend, spam-install-statistical-backend)
14374         (spam-install-statistical-checkonly-backend): Add backend installation
14375         support.
14376         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14377         (spam-group-processor-p): Use the new backend code and respect the
14378         summary exit behavior.
14379         (spam-mark-spam-as-expired-and-move-routine): Remove.
14380         (spam-summary-prepare): Change to use the new spam-old-articles
14381         variable.
14382         (spam-copy-or-move-routine, spam-copy-spam-routine)
14383         (spam-move-spam-routine, spam-copy-ham-routine)
14384         (spam-move-ham-routine): Add code to copy/move ham or spam.
14385         (spam-fetch-field-fast): Improve doc and code, plus allow the
14386         'number request.
14387         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14388         variables.
14389         (spam-split, spam-find-spam): Use the new backend code.
14390         (spam-registration-functions): Remove variable.
14391         (spam-unregister-routine): Add convenience wrapper.
14392         (spam-log-undo-registration, spam-register-routine)
14393         (spam-log-processing-to-registry)
14394         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14395         where possible.
14396         (spam-check-gmane-xref, spam-check-regex-headers)
14397         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14398         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14399         (spam-check-bogofilter-headers, spam-check-spamoracle)
14400         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14401         (spam-check-crm114-headers): Use the spam-split-group that
14402         spam-split prepares, no need to determine it every time.
14403
14404         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14405         to the nnheader-parse-naked-head call.
14406
14407         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14408
14409         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14410         the nnheader-nov-read-message-id call.
14411
14412 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14413
14414         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14415         gnus-activate-group twice.  Suggested by Markus Peter
14416         <warp@spin.de>.
14417
14418 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14419
14420         * gnus-art.el (gnus-article-time-format): Exchange the order of
14421         day and month in the default value; fix customization type.
14422         (article-date-ut): Use add-text-properties.
14423         (article-make-date-line): Use message-make-date instead of
14424         current-time-string.
14425
14426         * message.el (message-fetch-field): Don't use set-text-properties.
14427         (message-make-date): Simplify.
14428
14429         * messagexmas.el (message-xmas-make-date): New function.
14430         (message-xmas-redefine): Defalias message-make-date to it.
14431
14432 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14433
14434         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14435         (rfc2047-encode-region): Treat text within parentheses as special;
14436         show the original text when error has occurred.
14437
14438         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14439         already-computed method to gnus-activate-group.
14440
14441         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14442         same select-methods identical Lisp objects.
14443
14444         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14445         object when modifying the info.
14446
14447 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14448
14449         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14450         gnus-opened-servers since it has never been opened with the new
14451         configuration yet.
14452
14453 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14454
14455         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14456         arg to nnheader-generate-fake-message-id.
14457
14458 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14459
14460         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14461         number and build a fake message ID localized to a group and
14462         article number (so it's repeatable from that point on).
14463         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14464         ID format.
14465
14466         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14467         nnheader-generate-fake-message-id with the article number.
14468
14469 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14470
14471         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14472         end-of-buffer.
14473
14474 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14475
14476         * message.el (message-ignored-supersedes-headers): Add Approved.
14477
14478 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14479
14480         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14481         goto-char.
14482         (rfc2047-encode): Fold the line before encoding.
14483
14484 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14485
14486         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14487         folding -- not all headers can be folded, and this should be done
14488         by the message composition mode.  Probably.  I think.
14489
14490 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14491
14492         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14493         fast.
14494
14495         * gnus-ems.el (gnus-remove-image): Don't use
14496         message-text-with-property; remove only the image found first.
14497
14498         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14499         found first.
14500
14501 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14502
14503         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14504
14505 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14506
14507         * message.el (message-text-with-property): Make it fast and accept
14508         optional arguments.
14509         (message-strip-forbidden-properties): Use it.
14510         (message-fix-before-sending): Follow the m-t-w-p change.
14511
14512         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14513
14514 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14515
14516         * gnus-art.el (article-hide-headers): Don't change the buffer
14517         mistakenly when performing mml-preview even if
14518         gnus-single-article-buffer is nil.
14519
14520 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14521
14522         * message.el (message-expand-name-databases): New user option.
14523         (message-expand-name): Use it.
14524
14525 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14526
14527         * spam.el (spam-report-articles-resend)
14528         (spam-report-resend-register-routine): Allow ham reporting.
14529         (spam-report-resend-register-ham-routine): Add wrapper.
14530         (spam-registration-functions): Add ham resending functions.
14531         (spam-list-of-processors): Add ham resend processor.
14532
14533         * gnus.el (ham-resend-to): Add new group parameter.
14534         (spam-process): Add ham resend option.
14535
14536         * spam-report.el (spam-report-resend): Allow reporting ham.
14537         (spam-report-resend-ham): Add wrapper.
14538
14539 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14540
14541         * message.el (message-cite-articles-with-x-no-archive): New
14542         variable.
14543         (message-cite-original): Use it.
14544
14545 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14546
14547         * message.el (message-cite-original): Respect X-No-Archive.
14548
14549 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14550
14551         * gnus-art.el (article-hide-headers): Refer to the values for
14552         gnus-ignored-headers and gnus-visible-headers in the summary
14553         buffer since a user may have set them as group parameters.
14554
14555 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14556
14557         * assistant.el (assistant-node-name): Add convenience function.
14558         (assistant-render-text, assistant-render-node): Add error handling,
14559         plus handle multiple next nodes.
14560         (assistant-find-next-node): Comment out for now.
14561         (assistant-find-next-nodes): Add function, returns list of next
14562         nodes.
14563
14564 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14565
14566         * mail-source.el (mail-source-directory): Fix doc-string.
14567
14568 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14569
14570         * assistant.el (assistant-render-text, assistant-eval): Add :set
14571         widget type, which is different because it takes and returns a
14572         list.  Much hilarity ensues.
14573
14574 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14575
14576         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14577
14578         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14579         doc-string.
14580
14581         * gnus-start.el (gnus-activate-group): Added doc-string.
14582
14583 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14584
14585         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14586
14587 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14588
14589         * assistant.el (assistant-render-text): Try to add a :set
14590         widget, more to come.
14591
14592         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14593         strings.
14594         (spam-report-articles-resend)
14595         (spam-register-routine): Do registration iff any articles warrant
14596         it.
14597         (spam-summary-prepare-exit): Change log message for nil group
14598         destinations.
14599
14600 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14601
14602         * spam.el (spam-report-resend-register-routine): Allow
14603         spam-report-resend-to to be a group parameter or a global value.
14604
14605 2004-05-26  Simon Josefsson  <jas@extundo.com>
14606
14607         * starttls.el: Merge with my GNUTLS based starttls.el.
14608         (starttls-gnutls-program, starttls-use-gnutls)
14609         (starttls-extra-arguments, starttls-process-connection-type)
14610         (starttls-connect, starttls-failure, starttls-success): New
14611         variables.
14612         (starttls-program, starttls-extra-args): Doc fix.
14613         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14614         functions.
14615         (starttls-negotiate, starttls-open-stream): Check
14616         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14617         function if it is set.
14618
14619 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14620
14621         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14622         structured fields.
14623
14624 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14625
14626         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14627
14628 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14629
14630         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14631         variable.
14632         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14633         assigning the spam-mark to new messages.
14634
14635 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14636
14637         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14638
14639 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14640
14641         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14642
14643         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14644         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14645         default.
14646
14647 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14648
14649         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14650         correct data.
14651
14652 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14653
14654         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14655         (spam-group-processor-p): Fix function.
14656         (spam-group-processor-multiple-p)
14657         (spam-group-spam-processor-report-gmane-p)
14658         (spam-group-spam-processor-report-resend-p)
14659         (spam-group-spam-processor-bogofilter-p)
14660         (spam-group-spam-processor-blacklist-p)
14661         (spam-group-spam-processor-ifile-p)
14662         (spam-group-ham-processor-ifile-p)
14663         (spam-group-spam-processor-spamoracle-p)
14664         (spam-group-spam-processor-crm114-p)
14665         (spam-group-ham-processor-bogofilter-p)
14666         (spam-group-spam-processor-stat-p)
14667         (spam-group-ham-processor-stat-p)
14668         (spam-group-ham-processor-whitelist-p)
14669         (spam-group-ham-processor-BBDB-p)
14670         (spam-group-ham-processor-spamoracle-p)
14671         (spam-group-ham-processor-copy-p): Remove functions with some
14672         prejudice against unneeded code.
14673         (spam-report-articles-resend)
14674         (spam-report-resend-register-routine): Allow the group/topic
14675         spam-resend-to value to override spam-report-resend-to.
14676         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14677         properly now.
14678
14679         * gnus.el (spam-resend-to): Add group/topic parameter.
14680         (spam-process): Move the OBSOLETE processors to the end of the
14681         choices.
14682
14683 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14684
14685         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14686         with resend-to set to nil, and then ask the user if necessary.
14687         (spam-report-resend): spam-report-resend takes a list of articles, not
14688         separate article numbers.
14689
14690 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14691
14692         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14693         addition to emacs-w3m.
14694
14695 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14696
14697         * assistant.el (assistant-authinfo-data): New function.
14698         (assistant-eval): Eval for entire assistant.
14699
14700         * netrc.el (netrc-services-file): New variable.
14701         (netrc-parse-services): New function.
14702         (netrc-find-service-name): New function.
14703         (netrc-find-service-number): New function.
14704         (netrc-port-equal): New function.
14705         (netrc-machine): Use it.
14706
14707         * nnimap.el (nnimap-open-connection): Use netrc.
14708
14709         * gnus-util.el (gnus-netrc-get): Remove aliases.
14710
14711         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14712
14713         * assistant.el (wid-edit): Fix compilation.
14714
14715         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14716
14717 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14718
14719         * gnus-util.el (gnus-set-file-modes): New function.  (small
14720         patch).
14721
14722 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14723
14724         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14725
14726         * assistant.el (assistant-render-node): Fix up rendering and
14727         read-only text.
14728         (assistant-render-node): Reset.
14729         (assistant-make-read-only): Not sticky.
14730
14731 2004-05-20  Danny Siu  <dsiu@adobe.com>
14732
14733         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14734         centered even when gnus-auto-center-summary is t.
14735
14736 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14737
14738         * dns.el (dns-get-txt-answer): New function.
14739         (dns-read-txt): Ditto.
14740         (query-dns): Use it.
14741
14742 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14743
14744         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14745         active for foreign groups even if the group level is higher than
14746         the specified value.
14747
14748 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14749
14750         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14751         non-active groups.
14752
14753         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14754
14755 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14756
14757         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14758
14759 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14760
14761         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14762         (spam-crm114-header, spam-crm114-spam-switch)
14763         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14764         (spam-crm114-positive-spam-header)
14765         (spam-crm114-database-directory, spam-list-of-processors)
14766         (spam-group-spam-processor-crm114-p)
14767         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14768         (spam-generic-score, spam-list-of-checks)
14769         (spam-list-of-statistical-checks, spam-registration-functions)
14770         (spam-check-crm114-headers, spam-crm114-score)
14771         (spam-check-crm114, spam-crm114-register-with-crm114)
14772         (spam-crm114-register-spam-routine)
14773         (spam-crm114-unregister-spam-routine)
14774         (spam-crm114-register-ham-routine)
14775         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14776         asjo@koldfront.dk (Adam Sjøgren).
14777
14778         * gnus.el: Add spam-use-crm114.
14779
14780         * spam.el (spam-list-of-processors, spam-registration-functions):
14781         Add spam-use-resend.
14782         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14783         (spam-report-articles-gmane): Add doc fix.
14784         (spam-report-articles-resend, spam-report-resend-register-routine):
14785         Add wrappers around spam-report-resend-to.
14786
14787         * spam-report.el (spam-report-resend-to, spam-report-resend):
14788         Add support for resending spam.
14789         (spam-report-gmane): Fix line length >80.
14790
14791         * gnus.el (spam-process): Add spam-use-resend.
14792
14793 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14794
14795         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14796         number of processed spam messages.
14797         (spam-ham-copy-or-move-routine): Return the number of processed
14798         ham messages.
14799         (spam-summary-prepare-exit): Use the above values to decide
14800         whether status messages shouled be displayed.
14801
14802 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14803
14804         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14805         `rfc2047-encoding-function-alist' in order to avoid conflicting
14806         with the old version.
14807         (rfc2047-encode-region): Concatenate words containing non-ASCII
14808         characters in structured fields; don't encode space-delimited
14809         ASCII words even in unstructured fields; don't break words at
14810         char-category boundaries.
14811         (rfc2047-encode-1): New function.
14812         (rfc2047-encode): Use it; encode text so that it occupies the
14813         maximum width within 76-column; work correctly on Q encoding for
14814         iso-2022-* charsets.
14815         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14816         sure not to break a line just after the header name.
14817         (rfc2047-b-encode-region): Removed.
14818         (rfc2047-b-encode-string): New function.
14819         (rfc2047-q-encode-region): Removed.
14820         (rfc2047-q-encode-string): New function.
14821
14822         * mm-util.el (mm-replace-in-string): New function.
14823
14824 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14825
14826         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14827         get it right.
14828         (gnus-inews-make-draft): Really.
14829
14830 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14831
14832         * nnmh.el (nnmh-request-list-1): Don't check the link count
14833         before descending.  (small patch)
14834
14835 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14836
14837         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14838         stuff.
14839
14840         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14841         on real group name.
14842
14843         * gnus-art.el (gnus-signature-limit): Doc fix.
14844
14845         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14846
14847         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14848
14849 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14850
14851         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14852         isn't a string.
14853
14854 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14855
14856         * gnus-draft.el (gnus-draft-send): Bind
14857         rfc2047-encode-encoded-words.
14858
14859         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14860         (rfc2047-encodable-p): Say that =? needs encoding.
14861         (rfc2047-encode-encoded-words): New variable.
14862
14863         * gnus-group.el (gnus-group-select-group): Doc fix.
14864
14865         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14866
14867         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14868         to nil.
14869
14870         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14871
14872         * nnheader.el (nnheader-get-lines-and-char): New function.
14873
14874 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14875
14876         * gnus-msg.el (gnus-summary-followup-with-original): Document
14877         yanking of region when active.
14878
14879 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14880
14881         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14882         groups if the group level is higher than the specified value.
14883
14884 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14885
14886         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14887         (gnus-group-jump-to-group): Added prefix argument using
14888         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14889         non-active group.
14890
14891         * compface.el (uncompface): Be verbose when changing
14892         `uncompface-use-external'.
14893
14894         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14895         handle manual section.
14896
14897 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14898
14899         * gnus-art.el (gnus-button-alist): Revert previous change.
14900
14901 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14902
14903         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14904
14905 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14906
14907         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14908         whether backend can accept message.
14909
14910         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14911
14912 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14913
14914         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14915         Avoid creating directory when nntp-marks-is-evil is true.
14916         Reported by Reiner Steib.
14917
14918 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14919
14920         * gnus-picon.el (gnus-picon-style): New variable.
14921         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14922         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14923         Jesper Harder <harder@ifa.au.dk>.
14924
14925 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14926
14927         * message.el (message-fill-field): Return point.
14928         (message-generate-headers): Go to end of field.
14929
14930         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14931         stuff for non-living groups.
14932
14933 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14934
14935         * gnus-art.el (gnus-article-followup-with-original)
14936         (gnus-article-reply-with-original): gnus-mark-active-p ->
14937         gnus-region-active-p.
14938
14939 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14940
14941         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14942         only when there is spam or ham to be processed.
14943
14944 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14945
14946         * mail-source.el (mail-source-delete-crash-box): Refactor.
14947         (mail-source-fetch): Use it.
14948         (mail-source-fetch-file): Ditto.
14949         (mail-source-fetch-directory): Run postscript in loop.
14950         (mail-source-fetch-pop): Delete.
14951         (mail-source-fetch-maildir): Ditto.
14952         (mail-source-fetch-imap): Ditto.
14953
14954         * imap.el (imap-authenticators): Comment out sasl.
14955
14956         * message.el (message-skip-to-next-address): New function.
14957         (message-fill-header-address): Refactor.
14958         (message-fill-address): Use it.
14959         (message-delete-address): Use it.
14960         (message-fill-header-general): Refactor.
14961         (message-fill-field-address): Rename.
14962         (message-narrow-to-field): Find the start of the header.
14963         (message-header-format-alist): Don't pre-fill.
14964         (message-fill-header): Removed.
14965         (message-insert-header): New function.
14966         (message-shorten-references): Use it.
14967
14968         * rfc2047.el (rfc2047-field-value): Strip props.
14969
14970         * mail-parse.el (mail-header-make-address): New alias.
14971
14972         * ietf-drums.el (ietf-drums-make-address): New function.
14973
14974         * imap.el: Add compiler directives.
14975
14976         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14977
14978         * gnus-art.el (article-decode-idna-rhs): Don't use
14979         message-idna-inside-rhs-p.
14980
14981 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14982
14983         * message.el (message-idna-inside-rhs-p): Removed.
14984         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14985
14986         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14987         false positives.
14988
14989 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14990
14991         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14992
14993 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14994
14995         * nneething.el (nneething-file-name): Don't create spurious
14996         files.
14997
14998         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14999         (gnus-inews-do-gcc): Remove sleep.
15000
15001         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15002         part under point.
15003
15004         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15005         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15006
15007 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15008
15009         * spam.el (spam-summary-prepare-exit): Fixed (length).
15010
15011 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15012
15013         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15014         as expired without moving it" message when there are spam
15015         messages left.
15016
15017 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15018
15019         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15020         header is not nil.
15021
15022 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15023
15024         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15025         nntp-possibly-create-directory, not nntp-possibly-change-group.
15026         (nntp-marks-changed-p): New arg SERVER.
15027         (nntp-request-update-info): Adjust caller.
15028
15029 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15030
15031         * nntp.el (nntp-save-marks): Pass missing arg.
15032
15033 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15034
15035         * nntp.el: Support marks.
15036         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15037         (nntp-marks-modtime, nntp-marks-directory): New variables.
15038         (nntp-request-set-mark, nntp-request-update-info)
15039         (nntp-possibly-create-directory, nntp-marks-changed-p)
15040         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15041         functions.
15042
15043 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15044
15045         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15046         (gnus-xmas-redefine): Rename.
15047
15048         * gnus-score.el (gnus-score-insert-help): Use
15049         gnus-select-lowest-window.
15050
15051         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15052         appt-select-lowest-window and rename to gnus-select-lowest-window.
15053
15054         * gnus.el: do.
15055
15056 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15057
15058         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15059         encodings of MIME-encoded words, in order to improve
15060         interoperability with several broken MUAs.
15061
15062 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15063
15064         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15065         tags, only when charsets are not specified in headers.
15066         (mm-inline-text-html-render-with-w3m): Ditto.
15067
15068         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15069         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15070
15071 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15072
15073         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15074         instead of MIME-decoded from fields when checking
15075         `gnus-article-address-banner-alist'.
15076
15077 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15078
15079         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15080         description rather than subject.
15081
15082 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15083
15084         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15085
15086 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15087
15088         * gnus.el (gnus-version-number): Bump.
15089
15090 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15091
15092         * gnus.el: No Gnus v0.2 is released.
15093
15094 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15095
15096         * gnus-agent.el (gnus-agent-read-agentview): Inline
15097         gnus-uncompress-range.
15098
15099 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15100
15101         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15102         `exec-installed-p'.
15103
15104 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15105
15106         * gnus.el (spam-process, spam-autodetect-methods): Add
15107         bsfilter and bsfilter-headers.
15108
15109         * spam.el (spam-bsfilter): New customize group.
15110         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15111         (spam-bsfilter-header, spam-bsfilter-probability-header)
15112         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15113         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15114         (spam-bsfilter-database-directory): New options.
15115         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15116         (spam-list-of-statistical-checks, spam-registration-functions):
15117         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15118         (spam-bsfilter-score): New command.
15119         (spam-check-bsfilter-headers, spam-check-bsfilter)
15120         (spam-bsfilter-register-with-bsfilter)
15121         (spam-bsfilter-register-spam-routine)
15122         (spam-bsfilter-unregister-spam-routine)
15123         (spam-bsfilter-register-ham-routine)
15124         (spam-bsfilter-unregister-ham-routine): New functions.
15125         (spam-generic-score): Support bsfilter; Accept an optional argument
15126         to recalcurate spam score even if scoring header has already been
15127         added.
15128         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15129         optional argument to recalcurate spam score even if scoring header
15130         has already been added.
15131
15132 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15133
15134         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15135         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15136         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15137         link is missing.
15138
15139 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15140
15141         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15142         (html2text-get-attr): Rewrite.
15143
15144         * message.el (message-setup-1): Remove redundant put-text-property
15145         on mail-header-separator.
15146
15147 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15148
15149         * gnus-registry.el (gnus-registry-cache-whitespace)
15150         (gnus-registry-action, gnus-registry-spool-action)
15151         (gnus-registry-split-fancy-with-parent): Change message levels
15152         from 5 to 3 or 7, as needed.
15153
15154         * spam.el (spam-summary-prepare-exit)
15155         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15156         (spam-split, spam-find-spam, spam-log-undo-registration)
15157         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15158         level from 5 to 6.
15159
15160 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15161
15162         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15163         2004-03-04 change).
15164
15165 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15166
15167         * sieve-manage.el (sieve-manage-open):
15168         * nnweb.el (nnweb-insert-html):
15169         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15170         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15171         * nnspool.el (nnspool-request-group):
15172         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15173         * nnml.el (nnml-request-update-info):
15174         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15175         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15176         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15177         (nnimap-request-set-mark):
15178         * nnfolder.el (nnfolder-request-update-info):
15179         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15180         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15181         * gnus-uu.el (gnus-uu-find-articles-matching):
15182         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15183         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15184         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15185         * gnus-nocem.el (gnus-nocem-scan-groups):
15186         * gnus-int.el (gnus-start-news-server):
15187         * gnus-group.el (gnus-group-make-kiboze-group)
15188         (gnus-group-browse-foreign-server):
15189         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15190         Use mapc when appropriate.
15191
15192 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15193
15194         FIXME: Make separate entries for each person.
15195
15196         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15197         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15198         <shields@msrl.com>:
15199
15200         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15201         may need for spam sorting and scoring.
15202         (spam-user-format-function-S): Add user format function suitable for
15203         general use.
15204         (spam-article-sort-by-spam-status): Add sorting function for summary
15205         sorting.
15206         (spam-extra-header-to-number): Add function to get a score from a
15207         header.
15208         (spam-summary-score): Add function to get a numeric score from the
15209         headers.
15210         (spam-generic-score): Fix function doc, was in wrong place.
15211         (spam-initialize): Take symbols when it's run, and install the
15212         extra headers that spam-necessary-extra-headers thinks we need.
15213
15214 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15215
15216         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15217         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15218
15219 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15220
15221         * gnus-sum.el (gnus-set-global-variables)
15222         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15223         (gnus-article-get-xrefs, gnus-summary-best-group)
15224         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15225         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15226         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15227         Use with-current-buffer.
15228
15229 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15230
15231         * spam.el (spam-summary-prepare-exit): Simplify logic.
15232         (spam-fetch-article-header): Read the article header if it's not
15233         available.
15234         (spam-list-articles): Simplify logic.
15235         (spam-filelist-register-routine): Fix bug with unregister-list.
15236
15237         * gnus-registry.el: Fix comments at beginning.
15238
15239 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15240
15241         * message.el (message-cater-to-broken-inn): Remove.
15242         (message-shorten-references): Make sure the total folded length of
15243         References is shorter than 998 characters to cater to a bug in INN
15244         2.3.  Also, don't pretend that references aren't folded -- this
15245         hasn't worked for a while.
15246
15247 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15248
15249         * gnus-agent.el (gnus-agentize):
15250         gnus-agent-send-mail-real-function no longer set to current value
15251         of message-send-mail-function but rather a lambda that calls
15252         message-send-mail-function.  The change makes the agent real-time
15253         responsive to user changes to message-send-mail-function.
15254
15255 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15256
15257         * legacy-gnus-agent.el
15258         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15259         help from Florian Weimer <fw@deneb.enyo.de>
15260
15261 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15262
15263         * nnmail.el (nnmail-cache-insert): Revert last change.
15264
15265 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15266
15267         * nnmail.el (nnmail-cache-insert): Always check whether
15268         nnmail-cache-ignore-groups matches a group name.
15269
15270 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15271
15272         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15273         (spam-find-spam, spam-log-processing-to-registry)
15274         (spam-log-registered-p, spam-log-unregistration-needed-p)
15275         (spam-log-undo-registration): Use gnus-message instead of
15276         gnus-error, none of these errors are fatal.
15277
15278         * gnus-registry.el (gnus-registry-clean-empty-function)
15279         (gnus-registry-clean-empty): Remove only empty entries without
15280         extra data.
15281
15282 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15283
15284         * spam-stat.el (spam-stat-buffer-change-to-spam)
15285         (spam-stat-buffer-change-to-non-spam): Change (error) to
15286         (gnus-message 8) invocation.
15287
15288 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15289
15290         * nntp.el (nntp-via-netcat-command): New variable.
15291         (nntp-via-netcat-switches): New variable.
15292         (nntp-open-via-rlogin-and-netcat): New function.
15293         (nntp-open-connection-function): Doc fix.
15294         (nntp-telnet-command): Doc fix.
15295         (nntp-end-of-line): Doc fix.
15296         (nntp-via-rlogin-command): Doc fix.
15297         (nntp-via-user-name): Doc fix.
15298         (nntp-via-address): Doc fix.
15299
15300 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15301
15302         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15303         error in Emacs 21.1.
15304
15305 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15306
15307         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15308
15309 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15310
15311         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15312         (gnus-agent-with-refreshed-group): New macro.
15313         (gnus-agent-rename-group): New function.
15314         (gnus-agent-delete-group): New function.
15315         (gnus-agent-save-group-info): Use gnus-command-method when
15316         `method' parameter is nil.  Don't write nil entries into the
15317         active file.
15318         (gnus-agent-get-group-info): New function.
15319         (gnus-agent-fetch-articles): Use
15320         gnus-agent-update-files-total-fetched-for to increment disk space
15321         used.
15322         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15323         gnus-agent-update-view-total-fetched-for to increment disk space
15324         used.
15325         (gnus-agent-get-local): Added optional parameters to avoid calling
15326         gnus-group-real-name and gnus-find-method-for-group.
15327         (gnus-agent-set-local): Delete stored entry if either min, or max,
15328         are nil.
15329         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15330         quit, use gnus-agent-regenerate-group to record existance of any
15331         articles fetched to disk before the quit occurred.
15332         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15333         gnus-agent-update-view-total-fetched-for, and
15334         gnus-agent-update-files-total-fetched-for to decrement disk space
15335         used.
15336         (gnus-agent-retrieve-headers): Use
15337         gnus-agent-update-view-total-fetched-for to increment disk space
15338         used.
15339         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15340         with gnus-agent-update-files-total-fetched-for to decrement disk
15341         space and fresh group buffer.
15342         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15343         (gnus-agent-need-update-total-fetched-for): New variable.
15344         (gnus-agent-update-files-total-fetched-for): New function.
15345         (gnus-agent-update-view-total-fetched-for): New function.
15346         (gnus-agent-total-fetched-for): New function.
15347
15348         * gnus-cache.el (gnus-cache-save-buffers): Use
15349         gnus-cache-update-overview-total-fetched-for to change disk space
15350         used by this group.
15351         (gnus-cache-possibly-enter-article): Use
15352         gnus-cache-update-file-total-fetched-for to increment disk space
15353         used by this group.
15354         (gnus-cache-possibly-remove-article): Use
15355         gnus-cache-update-file-total-fetched-for to decrement disk space
15356         used by this group.
15357         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15358         (gnus-cache-rename-group): New function.
15359         (gnus-cache-delete-group): New function.
15360         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15361         (gnus-cache-need-update-total-fetched-for): New variable.
15362         (gnus-cache-with-refreshed-group): New macro.
15363         (gnus-cache-update-file-total-fetched-for): New function.
15364         (gnus-cache-update-overview-total-fetched-for): New function.
15365         (gnus-cache-rename-group-total-fetched-for): New function.
15366         (gnus-cache-delete-group-total-fetched-for): New function.
15367         (gnus-cache-total-fetched-for): New function.
15368
15369         * gnus-group.el: Require gnus-sum and autoload functions to
15370         resolve warnings when gnus-group.el compiled alone.
15371         (gnus-group-line-format): Documented new %F.
15372         (size of Fetched data) group line format; identifies disk space
15373         used by agent and cache.
15374         (gnus-group-line-format-alist): Defined new F format.
15375         (gnus-total-fetched-for): New function.
15376         (gnus-group-delete-group): No longer update
15377         gnus-cache-active-altered as gnus-request-delete-group now keeps
15378         the cache in sync.
15379         (gnus-group-list-active): Let the agent store a server's active
15380         list if currently plugged.
15381
15382         * gnus-int.el (gnus-request-delete-group):
15383         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15384         local disk in sync with the server.
15385         (gnus-request-rename-group):
15386         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15387         local disk in sync with the server.
15388
15389         * gnus-start.el (gnus-get-unread-articles):
15390         Cosmetic simplification to logic.
15391
15392         * gnus-util.el (gnus-rename-file): New function.
15393
15394 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15395
15396         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15397
15398 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15399
15400         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15401         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15402
15403 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15404
15405         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15406         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15407
15408 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15409
15410         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15411
15412 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15413
15414         * spam.el (spam-set-difference): Add function to replace
15415         gnus-set-difference in spam.el.
15416         (spam-summary-prepare-exit): Use spam-set-difference.
15417
15418 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15419
15420         * gnus-registry.el (gnus-registry-cache-file): Update to use
15421         gnus-dribble-directory OR gnus-home-directory OR ~.
15422         (gnus-registry-split-fancy-with-parent): Fix doc.
15423
15424 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15425
15426         * message.el (message-exchange-point-and-mark): Use
15427         message-mark-active-p.  Suggested by Jesper Harder
15428         <harder@ifa.au.dk>.
15429
15430 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15431
15432         * message.el (message-exchange-point-and-mark): Don't activate
15433         region if it was inactive.  Suggested by Hiroshi Fujishima
15434         <pooh@nature.tsukuba.ac.jp>.
15435
15436 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15437
15438         * gnus-art.el (article-display-face): Display Faces in the same
15439         order as X-Faces.
15440
15441 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15442
15443         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15444
15445 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15446
15447         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15448         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15449         (gnus-article-mime-hierarchy): Remove.
15450         (gnus-article-mime-hierarchy-next): Remove.
15451         (gnus-article-mode): Revert 2004-03-19 change.
15452         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15453         (gnus-insert-mime-button): Revert 2004-03-19 change.
15454         (gnus-mime-accumulate-hierarchy): Remove.
15455         (gnus-mime-enter-multipart): Remove.
15456         (gnus-mime-leave-multipart): Remove.
15457         (gnus-mime-display-part): Revert 2004-03-19 change.
15458         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15459
15460         * mml.el (mml-preview): Revert 2004-03-19 change.
15461
15462 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15463
15464         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15465
15466 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15467
15468         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15469         t while entering a file name using the mm-with-multibyte macro.
15470         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15471
15472         * mm-util.el (mm-with-multibyte): New macro.
15473
15474 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15475
15476         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15477         user option.
15478         (gnus-mime-multipart-functions): Doc and customization fix.
15479         (gnus-article-mime-hierarchy): New variable.
15480         (gnus-article-mime-hierarchy-next): New variable.
15481         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15482         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15483         gnus-article-mime-hierarchy-next to nil.
15484         (gnus-insert-mime-button): Show hierarchy numbers.
15485         (gnus-mime-accumulate-hierarchy): New function.
15486         (gnus-mime-enter-multipart): New function.
15487         (gnus-mime-leave-multipart): New function.
15488         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15489         (gnus-mime-display-alternative): Show hierarchy numbers.
15490
15491         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15492         gnus-article-mime-hierarchy-next to nil.
15493
15494 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15495
15496         * dns.el: Don't require gnus-xmas.
15497
15498 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15499
15500         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15501         inline PGP.
15502         (mml-menu): Disable mml-quote-region if mark is inactive.
15503
15504 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15505
15506         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15507         when the group's active is not available.
15508
15509 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15510
15511         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15512         error.
15513
15514 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15515
15516         * imap.el (imap-store-password): New variable.
15517         (imap-interactive-login): Use it.
15518         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15519
15520 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15521
15522         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15523         window-start and hscroll to summary window.
15524
15525 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15526
15527         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15528         conversion message to newsrc-dribble when an actual conversion is
15529         performed.
15530
15531 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15532
15533         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15534
15535 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15536
15537         * mm-decode.el (mm-complicated-handles): New function reviving
15538         former definition of mm-multiple-handles.
15539
15540         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15541         (gnus-mime-delete-part): Use it.
15542
15543 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15544
15545         * gnus-agent.el (gnus-agent-read-local): Bind
15546         nnheader-file-coding-system to gnus-agent-file-coding-system to
15547         avoid the implicit assumption that they will always be equal.
15548         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15549         coding-system-for-write, as the with-temp-file macro first prints
15550         to a buffer then saves the buffer.
15551
15552 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15553
15554         * gnus-art.el (gnus-article-edit-part): New function.
15555         (gnus-mime-save-part-and-strip): Use it; do query instead of
15556         signaling an error; don't use mm-multiple-handles.
15557         (gnus-mime-delete-part): Ditto.
15558
15559 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15560
15561         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15562         old file versions.
15563         (gnus-group-prepare-hook): Removed function that converted list
15564         form of gnus-agent-expire-days to group properties.
15565
15566         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15567         (gnus-request-accept-article): Re-indented.
15568
15569         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15570         converters to handle old agent file formats.  Added logic for a
15571         "backup before upgrading warning".
15572         (gnus-convert-mark-converter-prompt): Developers can mark
15573         functions as needing (default), or not needing,
15574         gnus-convert-old-newsrc's "backup before upgrading warning".
15575         (gnus-convert-converter-needs-prompt): Tests whether the user
15576         should be protected from potentially irreversable changes by the
15577         function.
15578
15579         * legacy-gnus-agent.el: New.  Provides converters that are only
15580         loaded when gnus-convert-old-newsrc needs to call them.
15581
15582 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15583
15584         * mail-source.el (mail-source-touch-pop): Doc fix.
15585
15586         * message.el (message-smtpmail-send-it): Doc fix.
15587
15588 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15589
15590         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15591
15592         * nnmail.el (nnmail-split-fancy): do.
15593
15594         * gnus-kill.el (gnus-kill, gnus-execute): do.
15595
15596 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15597
15598         * gnus-sum.el (gnus-widget-reversible-match)
15599         (gnus-widget-reversible-to-internal)
15600         (gnus-widget-reversible-to-external): New functions.
15601         (gnus-widget-reversible): New widget.
15602         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15603
15604 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15605
15606         * gnus-sum.el (gnus-thread-sort-functions)
15607         (gnus-article-sort-functions): Document `(not F)' items.
15608
15609 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15610
15611         * spam.el (spam-use-gmane-xref): Add new backend.
15612         (spam-gmane-xref-spam-group): Add variable to control the name of the
15613         Gmane spam group.
15614         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15615         (spam-regex-headers-spam, spam-regex-headers-ham)
15616         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15617         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15618         backends and checks.
15619         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15620
15621         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15622         an autodetect method.
15623
15624 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15625
15626         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15627         articles are being added to a group.
15628         (gnus-request-replace-article): Inform the agent that articles
15629         need to be uncached as the cached contents are no longer valid.
15630
15631 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15632
15633         * binhex.el: Don't autoload executable-find.
15634
15635         * canlock.el: Don't autoload mail-fetch-field.
15636
15637         * dgnushack.el: Autoload c-mode for XEmacs.
15638
15639         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15640
15641         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15642         rmail-dont-reply-to and rmail-output.
15643
15644         * gnus-score.el: Don't autoload ffap-string-at-point.
15645
15646         * gnus-setup.el: Don't autoload sc-cite-original.
15647
15648         * imap.el: Don't autoload base64-decode-string,
15649         base64-encode-string and md5.
15650
15651         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15652         and rmail-msg-restore-non-pruned-header.
15653
15654         * mm-decode.el: Don't autoload executable-find.
15655
15656         * mm-url.el: Don't autoload executable-find.
15657
15658         * mm-view.el: Don't autoload diff-mode.
15659
15660         * nndb.el: Don't autoload news-reply-mode, news-setup,
15661         cancel-timer and telnet.
15662
15663         * password.el: Don't autoload run-at-time for Emacs.
15664
15665         * sha1-el.el: Don't autoload executable-find.
15666
15667         * sieve-mode.el: Don't autoload c-mode.
15668
15669         * uudecode.el: Don't autoload executable-find.
15670
15671 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15672
15673         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15674         (gnus-agent-possibly-alter-active): Avoid null in numeric
15675         comparison.
15676         (gnus-agent-set-local): Refuse to save null in local object table.
15677         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15678         list of articles that will be marked as unread.
15679
15680 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15681
15682         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15683
15684 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15685
15686         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15687         language tags.
15688
15689 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15690
15691         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15692         Don't bind "obarray".
15693
15694         * gnus-sum.el (gnus-thread-sort-functions): Added
15695         `gnus-thread-sort-by-most-recent-number' and
15696         `gnus-thread-sort-by-most-recent-date'.
15697         Reported by Kai Grossjohann <kai@emptydomain.de>.
15698
15699 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15700
15701         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15702
15703 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15704
15705         * gnus-cus.el (gnus-agent-customize-category): Removed
15706         ignore-errors macro reference that required cl to be loaded at
15707         run-time.
15708
15709         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15710         single-interval range of the form (min . max).  Previously the
15711         range had to look like ((min . max)).  Likewise, return
15712         (min . max) rather than ((min . max)).
15713         (gnus-range-map): Use gnus-range-normalize to accept
15714         single-interval range.
15715
15716         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15717         the cache, but not the agent, now appear with their usual face.
15718
15719         * dgnushack.el (loaddir): New variable that is bound to the
15720         directory containing the dgnushack.el file. Use loaddir, rather
15721         than srcdir, to update load-path. Change lets dgnushack compile
15722         code in directories other than GNUS/lisp.
15723
15724 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15725
15726         * lpath.el: Don't bind w3m-safe-url-regexp.
15727
15728         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15729         w3m-safe-url-regexp variable buffer-local.
15730
15731         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15732
15733 2004-02-27  Simon Josefsson  <jas@extundo.com>
15734
15735         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15736         gnus-group-real-prefix.
15737         (gnus-summary-move-article): Use it, instead of
15738         gnus-group-real-prefix.
15739
15740 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15741
15742         * lpath.el: Bind w3m-safe-url-regexp.
15743
15744         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15745         w3m-safe-url-regexp variable buffer-local and set it as the value
15746         of mm-w3m-safe-url-regexp.
15747
15748         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15749
15750         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15751         parsing gnus-posting-styles when the message is not for replying.
15752
15753         * dgnushack.el: Autoload sgml-mode for XEmacs.
15754
15755         * nnrss.el (nnrss-opml-export): Use
15756         mm-set-buffer-file-coding-system instead of
15757         set-buffer-file-coding-system.
15758
15759 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15760
15761         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15762         of checkdoc.el).
15763         * nnrss.el: do.
15764         * gnus-mlspl.el: do.
15765         * gnus-ml.el: do.
15766         * gnus-srvr.el: do.
15767
15768         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15769
15770 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15771
15772         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15773         Corrections to custom-manual links.
15774
15775         * gnus-art.el (gnus-article): Ditto.
15776
15777         * mm-decode.el (mime-display, mime-security): Ditto.
15778
15779 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15780
15781         * flow-fill.el: Typo.
15782
15783 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15784
15785         * spam-wash.el: New file.
15786
15787 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15788
15789         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15790
15791 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15792
15793         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15794         to be run with new-articles as LIST1, not LIST2.
15795         (spam-registration-functions): Add spam-use-ham-copy as a nil
15796         registration backend.
15797
15798 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15799
15800         * spam-stat.el (spam-stat-washing-hook): New option.
15801         (spam-stat-buffer-words): Use it.
15802         (spam-stat-process-directory, spam-stat-test-directory): Use
15803         insert-file-contents-literally.
15804         (spam-stat-coding-system): New variable.
15805         (spam-stat-load, spam-stat-save): Use it.
15806
15807 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15808
15809         * spam-report.el (spam-report-plug-agent): Quote
15810         spam-report-url-to-file and spam-report-url-ping-plain.
15811
15812 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15813
15814         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15815         / in mailto URLs.
15816
15817 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15818
15819         * spam-report.el (spam-report-process-queue): Fix interactive use.
15820         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15821         (spam-report-unplug-agent): Doc fixes.
15822         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15823         (spam-report-agentize, spam-report-deagentize): Autoload.
15824
15825 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15826
15827         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15828
15829         * message.el (message-setup-fill-variables): Add mml tags to
15830         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15831         <ajk@iu.edu>.
15832         (message-mode): Don't modify paragraph-separate there.
15833
15834 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15835
15836         * compface.el (uncompface-use-external): Default to undecided.
15837         (uncompface-use-external-threshold): New variable.
15838         (uncompface-float-time): New macro.
15839         (uncompface): Determine whether to use the external decoder if
15840         uncompface-use-external is undecided.
15841
15842 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15843
15844         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15845         after images.
15846
15847         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15848
15849 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15850
15851         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15852
15853         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15854
15855         * gnus-sum.el (gnus-summary-limit-to-age)
15856         (gnus-summary-limit-children): do.
15857
15858         * gnus-int.el (gnus-request-scan): do.
15859
15860         * gnus-group.el (gnus-group-suspend): do.
15861
15862         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15863
15864         * gnus-cite.el (gnus-cite-parse-attributions): do.
15865
15866         * gnus-agent.el (gnus-summary-set-agent-mark)
15867         (gnus-agent-regenerate-group): do.
15868
15869         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15870
15871         * binhex.el (binhex-decode-region-internal): do.
15872
15873 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15874
15875         * gnus-fun.el (gnus-face-properties-alist): New user option.
15876         (gnus-display-x-face-in-from): Use it.
15877
15878         * gnus-art.el (article-display-face): Ditto.
15879
15880         * compface.el (uncompface-use-external): Default to nil.
15881
15882 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15883
15884         * nntp.el (nntp-erase-buffer): New function.
15885         (nntp-retrieve-data, nntp-send-command)
15886         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15887         (nntp-possibly-change-group): Use it.
15888
15889         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15890         with-current-buffer.
15891
15892 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15893
15894         * compface.el: Merge the ELisp-based uncompface program.
15895         (compface): New customization group.
15896         (uncompface-use-external): New user option.
15897         (uncompface): Call uncompface-internal if uncompface-use-external
15898         is nil.
15899         (uncompface-internal): New function.  Note that there are also
15900         some other functions and variables added for this function.
15901
15902 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15903
15904         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15905         if necessary.
15906
15907 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15908
15909         * spam-report.el (spam-report-unplug-agent)
15910         (spam-report-plug-agent, spam-report-deagentize)
15911         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15912         Add support for the Agent in spam-report: when unplugged, report to a
15913         file; when plugged, submit all the requests.
15914
15915         * spam.el (spam-register-routine): Fix message about
15916         registration.
15917
15918 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15919
15920         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15921         dependencies.
15922         (rfc2047-encode): Use it.
15923
15924         * gnus-art.el (gnus-button-marker-list): Move before first
15925         reference.
15926
15927         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15928         (imap-parse-body): Fix format string mismatch.
15929
15930         * gnus-score.el (gnus-summary-increase-score): do.
15931
15932         * nnrss.el (nnrss-close): New function.
15933
15934 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15935
15936         * nnrss.el (nnrss-make-filename): New function.
15937         (nnrss-request-delete-group, nnrss-read-server-data)
15938         (nnrss-save-server-data, nnrss-read-group-data)
15939         (nnrss-save-group-data): Use it.
15940         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15941         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15942         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15943
15944 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15945
15946         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15947
15948 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15949
15950         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15951         files.
15952
15953         * message.el (message-generate-headers-first): Don't quote nil
15954         and t in docstrings.
15955
15956         * imap.el (imap-id): do.
15957
15958         * gnus-agent.el (gnus-agent-consider-all-articles)
15959         (gnus-agent-queue-mail): do.
15960
15961 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15962
15963         * spam-report.el (spam-report-process-queue): New function.
15964         Process requests from `spam-report-requests-file'.
15965         (spam-report-process-queue): Doc fix.
15966
15967 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15968
15969         * spam.el (spam-register-routine)
15970         (spam-log-processing-to-registry, spam-log-registered-p)
15971         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15972         Change "check" to "spam-check" for semi-clarity.
15973
15974 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15975
15976         * pop3.el: Require nnheader.
15977
15978         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15979
15980         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15981
15982         * gnus-picon.el: Require cl.
15983
15984         * gnus-fun.el: Require gnus-ems and gnus-util.
15985
15986         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15987
15988         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15989
15990         * gnus-art.el (gnus-article-edit-mode): Define before first
15991         reference.
15992
15993 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15994
15995         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15996         (gnus-uu-post-encoded): Use point-at-bol.
15997
15998         * gnus-topic.el (gnus-group-active-topic-p): do.
15999
16000         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16001
16002         * gnus-group.el (gnus-group-kill-region): do.
16003
16004         * gnus-art.el (article-date-ut): do.
16005
16006         * message.el (message-fetch-field): Remove redundant
16007         case-fold-search binding.
16008         (message-narrow-to-field): Simplify.
16009
16010 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16011
16012         * spam.el (spam-directory): Derive from `gnus-directory'.
16013
16014         * spam-report.el (spam-report-url-to-file)
16015         (spam-report-requests-file): New function and variable for offline
16016         reporting.
16017         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16018         and user defined function.
16019         (spam-report-url-ping-mm-url): Remove doubled slash.
16020
16021 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16022
16023         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16024
16025 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16026
16027         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16028         format string mismatch.
16029
16030         * sieve.el (sieve-deactivate-all): do.
16031
16032         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16033
16034         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16035
16036         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16037
16038         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16039
16040 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16041
16042         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16043         the list of checks.
16044
16045 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16046
16047         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16048         padding.
16049
16050 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16051
16052         * mm-view.el (mm-fill-flowed): New variable.
16053         (mm-inline-text): Use it.
16054
16055 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16056
16057         * spam.el (spam-spamassassin-register-ham-routine)
16058         (spam-spamassassin-register-spam-routine): Fix function names.
16059
16060 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16061
16062         * gnus.el (gnus-tmp-grouplens): Remove.
16063         (gnus-summary-line-format): Remove grouplens.
16064
16065         * gnus-group.el (gnus-group-line-format): Ditto.
16066
16067         * gnus-spec.el (gnus-format-specs): Ditto.
16068         (gnus-update-format-specifications): Flush the group format spec
16069         cache if there's the grouplens stuff.
16070         (gnus-parse-simple-format): Replace %l with the empty string.
16071
16072 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16073
16074         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16075         omission.
16076
16077 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16078
16079         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16080         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16081
16082 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16083
16084         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16085         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16086         New macros and functions.
16087         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16088         Handle > NLINK_MAX messages.
16089         * nnmaildir.el (nnmaildir-request-set-mark): Use
16090         nnmaildir--emlink-p and nnmaildir--eexist-p.
16091
16092 2004-01-25  Alex Schroeder  <alex@gnu.org>
16093
16094         * spam-stat.el (spam-stat-process-directory-age): New option.
16095         (spam-stat-process-directory): Use it.
16096
16097 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16098
16099         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16100         (spam-stat-save): Accept prefix argument.
16101
16102 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16103
16104         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16105         links" error.
16106
16107 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16108
16109         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16110         the rest of the and/or forms.
16111
16112 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16113
16114         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16115         compatibility with old .newsrc.eld files.
16116
16117         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16118
16119         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16120
16121         * gnus-start.el (gnus-1): do.
16122
16123         * gnus-group.el (gnus-group-line-format-alist): do.
16124
16125         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16126
16127         * gnus-gl.el: Remove.
16128
16129 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16130
16131         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16132         marks consisting of a single range {for example, (3 . 5)} rather
16133         than a list of a single range { ((3 . 5)) }.
16134
16135 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16136
16137         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16138         with-current-buffer.
16139         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16140         avoid consing a string.
16141
16142         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16143         Remove obsolete entries for big5 and gb2312.
16144
16145 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16146
16147         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16148         uncompressed list.
16149
16150 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16151
16152         * spam-stat.el (spam-stat-strip-xref): New function.
16153         (spam-stat-process-directory): Use it.
16154
16155         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16156         here -- it's done in message-fetch-field.
16157
16158 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16159
16160         * gnus-agent.el (gnus-agent-queue-mail)
16161         (gnus-agent-prompt-send-queue): New variables.
16162         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16163         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16164         "nndraft:queue" along to gnus-draft-send.  Use
16165         gnus-agent-prompt-send-queue.
16166         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16167         is "nndraft:queue".  Suggested by Gaute Strokkenes
16168         <gs234@srcf.ucam.org>
16169
16170         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16171         (agent-enable-undownloaded-faces): Added.
16172         (gnus-agent-cat-groups): Use eval-and-compile, not
16173         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16174         method of gnus-agent-cat-groups even when the buffer has been
16175         evaled.
16176         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16177         delete gnus-agent-save-active-1.
16178         (gnus-agent-save-groups): Deleted.  Identical to
16179         gnus-agent-save-active.
16180         (gnus-agent-write-active): No longer adjust agent's copy of active
16181         file as agent's adjustments are now stored in their own
16182         file.  Removed optional parameter.
16183         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16184         servers.  Add use of min/max range limits from server's local
16185         file.
16186         (gnus-agent-save-alist): Removed unused optional argument.
16187         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16188         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16189         (gnus-agent-set-local): A per-server file that keeps min/max range
16190         limits for articles known to the agent.  Provides a fast mechanism
16191         for altering many active ranges.
16192         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16193         active file (local makes it unnecessary).
16194         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16195
16196         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16197         (agent-enable-undownloaded-faces): Added.
16198
16199         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16200         disable it when sending to "nndraft:queue".
16201         (gnus-group-send-queue): Add safety check to avoid sending queue
16202         when unplugged.
16203
16204         * gnus-group.el (gnus-group-catchup): Use new
16205         gnus-sequence-of-unread-articles, not
16206         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16207         numbers of articles.  Use gnus-range-map to avoid having to
16208         uncompress the unread list.
16209         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16210         Fixed invalid ange-ftp reference.
16211
16212         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16213         (gnus-sorted-range-intersection): Intersection of two ranges
16214         without requiring that they first be uncompressed.
16215
16216         * gnus-start.el (gnus-activate-group): Unless blocked by the
16217         caller, possibly expand the active range to include both cached
16218         and agentized articles.
16219         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16220         multiple version-dependent converters.
16221         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16222         gnus-agent-save-active.
16223         (gnus-save-newsrc-file): Save dirty agent range limits.
16224
16225         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16226         gnus-agent-possibly-alter-active.
16227         (gnus-adjust-marked-articles): Faster handling of simple lists.
16228
16229 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16230
16231         * spam-stat.el (spam-stat-test-directory): New optional argument
16232         displays a list of files detected.  Suggested by Andrew Cohen
16233         <cohen@andy.bu.edu>.
16234         (spam-stat-buffer-words-with-scores): Don't narrow and change
16235         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16236
16237 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16238
16239         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16240         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16241         (spam-spamassassin-arguments)
16242         (spam-spamassassin-spam-flag-header)
16243         (spam-spamassassin-positive-spam-flag-header)
16244         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16245         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16246         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16247         (spam-list-of-processors, spam-list-of-checks)
16248         (spam-list-of-statistical-checks, spam-registration-functions)
16249         (spam-check-spamassassin-headers, spam-check-spamassassin)
16250         (spam-spamassassin-score)
16251         (spam-spamassassin-register-with-sa-learn)
16252         (spam-spamassassin-register-spam-routine)
16253         (spam-spamassassin-register-ham-routine)
16254         (spam-assassin-register-spam-routine)
16255         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16256         (spam-bogofilter-score): Fix to show article before scoring.
16257
16258 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16259
16260         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16261         default scoring function.
16262         (spam-generic-score): Call spam-spamassassin-score if
16263         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16264         spam-bogofilter-score otherwise.
16265
16266         * gnus.el (spam-process, spam-autodetect-methods): Add
16267         spamassassin and spamassassin-headers.
16268
16269 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16270
16271         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16272         Suppress unnecessary messages.
16273
16274 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16275
16276         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16277         make-hash-table.
16278
16279 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16280
16281         * canlock.el (base64-encode-string): Don't autoload it.
16282
16283 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16284
16285         * run-at-time.el: Remove useless (require 'itimer),
16286         eval-and-compile and (featurep 'xemacs).
16287
16288 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16289
16290         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16291         GROUP is a virtual group.
16292
16293 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16294
16295         * gnus.el: Autoload `message-y-or-n-p'.
16296
16297 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16298
16299         * pgg-parse.el: Remove unnecessary (require 'custom).
16300
16301         * pgg-def.el: do.
16302
16303         * nnmail.el: do.
16304
16305         * gnus-undo.el: do.
16306
16307         * gnus-picon.el: do.
16308
16309         * gnus-util.el: do.
16310
16311 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16312
16313         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16314
16315 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16316
16317         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16318         handle, as well as a list.
16319
16320         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16321         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16322         (mm-w3m-cid-retrieve): Simplify.
16323
16324 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16325
16326         * message.el (message-kill-to-signature): Allow prefix arg to
16327         specify number of lines to keep before signature.
16328
16329 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16330
16331         * message.el (message-kill-to-signature): Change docstring.
16332
16333 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16334
16335         * canlock.el: Always require sha1-el.
16336         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16337
16338         * message.el: Autoload sha1 only when compiling.
16339
16340         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16341         eudc-expand-inline for XEmacs.
16342
16343 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16344
16345         * message.el (message-canlock-generate): Require sha1-el.
16346
16347 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16348
16349         * message.el (message-expand-name): Silence the byte compiler.
16350
16351         * lpath.el: Add detect-coding-system.
16352
16353         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16354         cus-edit.
16355
16356 2004-01-13  Simon Josefsson  <jas@extundo.com>
16357
16358         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16359         Invoke gnus-score-mode.  Reported by
16360         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16361
16362         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16363         Jim Blandy <jimb@redhat.com> (tiny change).
16364
16365 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16366
16367         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16368
16369 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16370
16371         * spam.el (spam-get-article-as-string): Update to use
16372         gnus-request-article-this-buffer, much simpler.
16373         (spam-get-article-as-buffer): Remove.
16374
16375 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16376
16377         * message.el (message-expand-name): Use EUDC if the user uses that.
16378
16379 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16380
16381         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16382         character for the encoding to avoid consing a string.
16383
16384         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16385         unnecessarily.
16386
16387         * mm-util.el (mm-replace-chars-in-string): Remove.
16388
16389         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16390         of mm-replace-chars-in-string.
16391
16392 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16393
16394         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16395
16396         * mm-util.el (mm-subst-char-in-string): Support inplace.
16397
16398         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16399         a new string in every iteration.  Use shy groups.
16400
16401 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16402
16403         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16404         * gnus-soup.el (gnus-soup-group-brew):
16405         * gnus-msg.el (gnus-put-message):
16406         * gnus-move.el (gnus-group-move-group-to-server):
16407         * gnus-kill.el (gnus-batch-score):
16408         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16409         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16410         (gnus-group-update-group, gnus-group-read-group)
16411         (gnus-group-make-group, gnus-group-make-help-group)
16412         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16413         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16414         (gnus-group-sort-by-unread, gnus-group-catchup)
16415         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16416         (gnus-group-yank-group, gnus-group-set-info)
16417         (gnus-group-list-groups):
16418         * gnus.el (gnus-generate-new-group-name):
16419         * gnus-delay.el (gnus-delay-send-queue):
16420         * nnvirtual.el (nnvirtual-catchup-group):
16421         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16422         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16423         (gnus-group-prepare-topics, gnus-topic-check-topology):
16424         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16425         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16426         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16427         (gnus-group-make-articles-read):
16428         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16429         (gnus-group-change-level, gnus-kill-newsgroup)
16430         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16431         (gnus-get-unread-articles, gnus-make-articles-unread)
16432         (gnus-make-ascending-articles-unread): Use accessor
16433         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16434         to get group information for improved readability.
16435
16436
16437 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16438
16439         * gnus-art.el (article-decode-mime-words, article-babel)
16440         (gnus-article-highlight-signature, gnus-article-add-buttons)
16441         (gnus-signature-toggle): Use gnus-with-article-buffer.
16442
16443         * gnus-art.el (gnus-article-highlight-headers)
16444         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16445
16446         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16447         (gnus-article-set-globals, gnus-request-article-this-buffer)
16448         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16449         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16450         (gnus-mime-display-alternative): Use with-current-buffer.
16451
16452 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16453
16454         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16455         also under 80 char limit, and call gnus-error if needed.
16456         (spam-fetch-article-header): Fix - it was a
16457         buffer-local variable (gnus-newsgroup-data).
16458         (spam-find-spam): Use spam-generate-fake-headers, forget about
16459         spam-insert-fake-headers.
16460         (spam-insert-fake-headers): Remove.
16461
16462 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16463
16464         * deuglify.el (gnus-article-outlook-unwrap-lines)
16465         (gnus-outlook-rearrange-article)
16466         (gnus-outlook-repair-attribution-outlook)
16467         (gnus-outlook-repair-attribution-block)
16468         (gnus-outlook-repair-attribution-other): Remove redundant
16469         save-excursion.
16470
16471 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16472
16473         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16474         (spam-fetch-field-subject-fast)
16475         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16476         (spam-fetch-article-header): Add functions to deal with Gnus
16477         internals for fast retrieval of article header data.
16478         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16479
16480 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16481
16482         * pop3.el (pop3-md5): Remove.
16483         (pop3-apop): Replace pop3-md5 with md5.
16484
16485         * mm-bodies.el: base64 is always built-in.
16486
16487         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16488         with-current-buffer.
16489
16490 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16491
16492         * canlock.el (canlock-insert-header): Remove excessive grouping in
16493         regexp.
16494
16495         * gnus-sum.el (gnus-summary-read-document): Ditto.
16496
16497         * gnus-uu.el (gnus-uu-part-number): Ditto.
16498
16499         * html2text.el (html2text-remove-tags): Ditto.
16500         (html2text-format-tags): Ditto.
16501         (html2text-format-single-elements): Ditto.
16502
16503         * mml.el (mml-parse-1): Ditto.
16504
16505 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16506
16507         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16508
16509         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16510
16511         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16512
16513         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16514
16515 2003-11-15  Simon Josefsson  <jas@extundo.com>
16516
16517         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16518         (pgg-gpg-lookup-key): Use regexp match instead of
16519         split-string (split-string is different between emacs 21.2 and
16520         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16521
16522 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16523
16524         * gnus-art.el (gnus-mime-view-all-parts)
16525         (gnus-article-part-wrapper, gnus-article-view-part): Use
16526         with-current-buffer.
16527
16528 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16529
16530         * spam.el (spam-disable-spam-split-during-ham-respool)
16531         (spam-spamoracle-database, spam-cache-lookups)
16532         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16533         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16534         (spam-group-ham-marks, spam-group-spam-marks)
16535         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16536         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16537         also add spam-use-blackholes to the statistical checks.
16538         (spam-fetch-field-fast): Add interface to fetching fields, may
16539         become a macro.
16540         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16541         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16542         (spam-insert-fake-headers): Fake an article when needed.
16543         (spam-find-spam): Fake article when possible.
16544         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16545         (spam-check-bogofilter-headers): Use message-fetch-field instead
16546         of nnmail-fetch-field.
16547
16548 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16549
16550         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16551
16552 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16553
16554         * spam.el (spam-split): Do not require spam-use-CHECK to be
16555         enabled if that check is passed to spam-split explicitly; also
16556         fix so 'spam doesn't get converted to spam-split-group when
16557         spam-split-symbolic-return is t.
16558         (spam-find-spam): Find registrations of the article and use those
16559         instead of re-running spam-split to find the spam/ham
16560         classification of the article.
16561         (spam-log-processing-to-registry, spam-log-registered-p)
16562         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16563         Use gnus-error instead of gnus-message.
16564         (spam-log-registration-type): Add function to determine the
16565         classification of a message based on registry entries; will
16566         return nil if both 'spam and 'ham are found.
16567         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16568         a reasonably fast local cache without the loading errors.
16569         (spam-cache-lookups): Set to t by default.
16570         (spam-find-spam): Don't try to guess spam-cache-lookups.
16571         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16572         spam-caches entry.
16573         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16574         caching of whitelist/blacklist entries.
16575         (spam-check-whitelist, spam-check-blacklist): Invoke
16576         spam-from-listed-p with a type, not a cache variable.
16577         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16578
16579 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16580
16581         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16582
16583         * nnmail.el (nnmail-split-fancy): do.
16584
16585         * mml.el (mml-parse): do.
16586
16587         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16588         (gnus-score-adaptive): do.
16589
16590 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16591
16592         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16593         (gnus-mime-button-map): Don't set keymap parent.
16594         (gnus-button-ctan-directory-regexp): Use shy grouping.
16595         (gnus-prev-page-map): Don't set keymap parent.
16596         (gnus-prev-page-map): Remove duplicated one.
16597         (gnus-next-page-map): Don't set keymap parent.
16598         (gnus-mime-security-button-map): Ditto.
16599
16600         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16601         version number.
16602
16603         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16604
16605 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16606
16607         * canlock.el (canlock-sha1-function): Remove.
16608         (canlock-sha1-function-for-verify): Remove.
16609         (canlock-openssl-program): Remove.
16610         (canlock-openssl-args): Remove.
16611         (canlock-ignore-errors): Remove.
16612         (canlock-sha1-with-openssl): Remove.
16613         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16614         (canlock-verify): Don't use canlock-ignore-errors.
16615
16616         * sha1-el.el (sha1-string-external): Make it can return a string
16617         in binary form.
16618         (sha1-region-external): Ditto.
16619         (sha1-string-internal): Ditto.
16620         (sha1-region-internal): Ditto.
16621         (sha1-region): Ditto.
16622         (sha1-string): Ditto.
16623         (sha1): Ditto.
16624
16625 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16626
16627         * spam.el (spam-report-articles-gmane): New command.
16628
16629 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16630
16631         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16632
16633         * run-at-time.el (run-at-time-saved): Remove.
16634         (run-at-time): Doc fix.
16635
16636 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16637
16638         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16639         (gnus-summary-limit-map): Add it.
16640         (gnus-summary-make-menu-bar): do.
16641
16642 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16643
16644         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16645         Make attempt at some caching support (done for BBDB only now).
16646         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16647         addresses to be checked.
16648         (spam-clear-cache-BBDB): Add function, to be invoked by
16649         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16650         (spam-check-BBDB): Check and use the caches, if
16651         spam-cache-lookups is on, remove superfluous (provide).
16652
16653 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16654
16655         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16656
16657 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16658
16659         * run-at-time.el (run-at-time-saved): Move to after the definition
16660         of `run-at-time'.
16661
16662         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16663
16664 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16665
16666         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16667         mm-w3m-local-map-property.
16668
16669         * mm-view.el (mm-w3m-mode-map): Remove.
16670         (mm-w3m-local-map-property): Remove.
16671         (mm-inline-text-html-render-with-w3m): Don't use
16672         mm-w3m-local-map-property.
16673
16674 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16675
16676         * run-at-time.el: New file.
16677
16678         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16679         under Emacs.
16680
16681         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16682         of gnus-set-text-properties.
16683
16684         * gnus-uu.el (gnus-uu-save-article): Ditto.
16685
16686         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16687
16688         * gnus-cite.el (gnus-cite-parse): Ditto.
16689
16690         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16691         of gnus-.
16692
16693         * gnus-xmas.el (run-at-time): Require run-at-time.
16694
16695         * gnus.el: Changed calls to nnheader-run-at-time and
16696         password-run-at-time throughout to use run-at-time directly.
16697
16698         * password.el: Removed definition of run-at-time.
16699
16700         * nnheaderxm.el: Remove definition of run-at-time.
16701
16702 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16703
16704         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16705         in prompt.
16706
16707 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16708
16709         * messagexmas.el (message-xmas-redefine): Alias
16710         `message-make-caesar-translation-table' to
16711         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16712         version.
16713
16714         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16715         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16716         `gnus-xmas-set-text-properties'.
16717         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16718         `gnus-xmas-completing-read'.
16719         (gnus-xmas-completing-read): Removed.
16720         (gnus-xmas-open-network-stream): Removed.
16721
16722         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16723         XEmacs version.
16724
16725         * dns.el (dns-make-network-process): Use `open-network-stream'
16726         instead of `gnus-xmas-open-network-stream'.
16727
16728         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16729
16730         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16731
16732 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16733
16734         * gnus-art.el (gnus-mime-display-alternative)
16735         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16736         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16737         Don't use gnus-local-map-property.
16738
16739         * gnus-util.el (gnus-local-map-property): Remove.
16740
16741         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16742         gnus-completing-read-maybe-default with completing-read.
16743
16744         * gnus-util.el (gnus-completing-read): do.
16745         (gnus-completing-read-maybe-default): Remove.
16746
16747 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16748
16749         * password.el: Only autoload `run-at-time' if not XEmacs.
16750         Only autoload the itimer functions if XEmacs.
16751
16752 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16753
16754         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16755         XEmacsen.
16756
16757         * dgnushack.el: Autoload executable-find for XEmacs.
16758
16759 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16760
16761         * gnus-art.el (gnus-read-string): Remove.
16762         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16763         read-string.
16764
16765 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16766
16767         * netrc.el: Autoload password-read.
16768         (netrc): Add configuration group.
16769         (netrc-encoding-method, netrc-openssl-path): Add
16770         variables for encoding and decoding of files with symmetric
16771         ciphers.
16772         (netrc-encode): Add assistant function to encode a file with
16773         netrc-encoding-method.
16774         (netrc-parse): Add interactive parameter, added optional
16775         decoding if netrc-encoding-method is non-nil but otherwise
16776         behavior is standard.
16777         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16778         Do s/encode/encrypt/ everywhere.
16779
16780         * spam.el: Remove executable-find autoload.
16781
16782 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16783
16784         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16785
16786         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16787
16788 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16789
16790         * gnus-art.el (gnus-treat-ansi-sequences)
16791         (article-treat-ansi-sequences): New variable and function.
16792         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16793
16794         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16795         Use it.
16796
16797 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16798
16799         * mm-util.el (mm-quote-arg): Remove.
16800
16801         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16802         shell-quote-argument.
16803
16804         * gnus-uu.el (gnus-uu-command): do.
16805
16806         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16807
16808         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16809         with make-char.
16810
16811         * mm-util.el (mm-make-char): Remove.
16812
16813         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16814         add-minor-mode.
16815
16816         * gnus-undo.el (gnus-undo-mode): do.
16817
16818         * gnus-topic.el (gnus-topic-mode): do.
16819
16820         * gnus-sum.el (gnus-dead-summary-mode): do.
16821
16822         * gnus-start.el (gnus-slave-mode): do.
16823
16824         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16825
16826         * gnus-ml.el (gnus-mailing-list-mode): do.
16827
16828         * gnus-gl.el (gnus-grouplens-mode): do.
16829
16830         * gnus-draft.el (gnus-draft-mode): do.
16831
16832         * gnus-dired.el (gnus-dired-mode): do.
16833
16834         * gnus-ems.el (gnus-add-minor-mode): Remove.
16835
16836         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16837         Replace gnus-char-width with char-width.
16838
16839         * gnus-ems.el (gnus-char-width): Remove.
16840
16841         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16842         Replace gnus-char-width with char-width.
16843
16844         * gnus-ems.el (gnus-char-width): Remove.
16845
16846         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16847         definition.
16848         Remove Emacs 20 hash table compatibility code.
16849
16850         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16851         20 compatibility code.
16852
16853         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16854
16855         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16856
16857         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16858         with point-at-{eol,bol}.
16859
16860         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16861
16862         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16863
16864         * flow-fill.el (fill-flowed-point-at-bol)
16865         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16866
16867         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16868         Replace with point-at-{eol,bol} throughout all files.
16869
16870 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16871
16872         * ntlm.el (ntlm-string-as-unibyte): New macro.
16873         (ntlm-build-auth-response): Use it.
16874
16875         Remove Emacs 20 stuff:
16876         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16877         (butlast, mapc, remove): Remove the compiler macros.
16878         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16879         of delq and copy-sequence.
16880         * gnus-art.el (popup-menu): Remove the compiler macro.
16881         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16882         Emacs 20.
16883
16884 2004-01-05  Simon Josefsson  <jas@extundo.com>
16885
16886         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16887         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16888         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16889         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16890         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16891         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16892         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16893         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16894         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16895         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16896         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16897         string-xor into ntlm-string-xor.  Suggested by
16898         Jesper Harder <harder@myrealbox.com>.
16899
16900         * ntlm.el: Don't include poem.
16901
16902         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16903         Jesper Harder <harder@myrealbox.com>.
16904
16905         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16906
16907         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16908         probably breaks emacs with DL patch, but do we care? Is anyone
16909         still using the DL stuff?)
16910
16911         * sieve-manage.el: Use the password package.
16912         (sieve-manage-read-passwd): Remove.
16913         (sieve-manage-interactive-login): Use password.  Re-add
16914         condition-case around loop.
16915
16916         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16917         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16918         the password package.
16919
16920 2003-02-19  Simon Josefsson  <jas@extundo.com>
16921
16922         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16923         token.
16924
16925 2002-08-07  Simon Josefsson  <jas@extundo.com>
16926
16927         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16928         (sieve-manage-authenticators):
16929         (sieve-manage-authenticator-alist): Add some SASL mechs.
16930         (sieve-sasl-auth): New function.
16931         (sieve-manage-cram-md5-auth):
16932         (sieve-manage-plain-auth): Rewrite using SASL library.
16933         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16934         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16935         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16936         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16937
16938 2004-01-05  Simon Josefsson  <jas@extundo.com>
16939
16940         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16941         New files.
16942
16943 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16944
16945         * gnus-group.el (gnus-no-groups-message): Update.
16946
16947         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16948
16949 2003-11-09  Simon Josefsson  <jas@extundo.com>
16950
16951         * imap.el: Support for ID IMAP extension (RFC 2971).
16952         (imap-local-variables): Add imap-id.
16953         (imap-id): New variable.
16954         (imap-id): New function.
16955         (imap-parse-response): Parse untagged ID response.
16956         * nnimap.el (nnimap-id): New variable.
16957         (nnimap-open-connection): Use it.
16958
16959 2003-12-28  Simon Josefsson  <jas@extundo.com>
16960
16961         * gnus-score.el (gnus-score-edit-all-score): New.
16962         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16963
16964 2004-01-04  Simon Josefsson  <jas@extundo.com>
16965
16966         * password.el: Add.
16967
16968 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16969
16970         * dns.el (dns-query-types): Fix typo.
16971         (dns-query-types): New function.
16972         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16973         PTR and SOA replies, see RFC 1035.
16974
16975 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16976
16977         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16978
16979         * Moved to Changelog.2.
16980
16981 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16982
16983         * gnus.el (gnus-version-number): Bump version.
16984
16985 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16986
16987         * gnus.el: No Gnus v0.1 is released.
16988
16989 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16990
16991         * gnus.el: No Gnus v0.0 is released.
16992
16993 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16994
16995         * gnus.el (gnus-version-number): Bump.
16996         (gnus-version): No.
16997
16998 See ChangeLog.2 for earlier changes.
16999
17000     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17001       Free Software Foundation, Inc.
17002
17003   This file is part of GNU Emacs.
17004
17005   GNU Emacs is free software: you can redistribute it and/or modify
17006   it under the terms of the GNU General Public License as published by
17007   the Free Software Foundation, either version 3 of the License, or
17008   (at your option) any later version.
17009
17010   GNU Emacs is distributed in the hope that it will be useful,
17011   but WITHOUT ANY WARRANTY; without even the implied warranty of
17012   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17013   GNU General Public License for more details.
17014
17015   You should have received a copy of the GNU General Public License
17016   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17017
17018 ;; Local Variables:
17019 ;; coding: utf-8
17020 ;; fill-column: 79
17021 ;; add-log-time-zone-rule: t
17022 ;; End: