(gnus-check-server): Say what the error was when opening failed.
[gnus] / lisp / ChangeLog
1 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-int.el (gnus-check-server): Say what the error was when opening
4         failed.
5
6         * nnimap.el (nnimap-wait-for-response): Search further when we're not
7         using streaming.
8
9 2010-09-25  Julien Danjou  <julien@danjou.info>
10
11         * gnus-html.el (gnus-html-rescale-image): Use our defalias
12         gnus-window-inside-pixel-edges.
13
14 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15
16         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
17
18         * mm-decode.el (mm-save-part): Allow saving to other directories the
19         normal Emacs way.
20
21         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
22         by Jay Berkenbilt.
23
24         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
25         there isn't a single byte.
26
27         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
28         just do it.  It doesn't really seem to matter what the user responds
29         here, I think, so it's just a confusing question.
30
31         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
32         non-streaming case.
33
34         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
35         (gnus-article-encrypt-body): Use it.
36
37         * gnus-sum.el (gnus-summary-show-complete-article): New command and
38         keystroke.
39
40         * nnimap.el (nnimap-find-wanted-parts-1): Use
41         gnus-fetch-partial-articles.
42
43         * gnus-art.el (gnus-fetch-partial-articles): New variable.
44
45         * nnimap.el (nnimap-insert-partial-structure): New function.
46         (nnimap-get-partial-article): New function.
47         (nnimap-request-article): Use it.
48         (nnimap-wait-for-response): Return whether the wait was successful.
49         (nnimap-finish-retrieve-group-infos): Don't do anything if the
50         retrieval wasn't successful.
51         (nnimap-retrieve-group-data-early): Allow throttling servers.
52         (nnimap-streaming): New variable.
53         (nnimap-fetch-partial-articles): Removed.
54
55         * mm-decode.el (mm-with-part): Protect against killed buffers.
56
57         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
58         for prettier summary display.
59
60 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
61
62         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
63         directly.
64
65 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
66
67         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
68         apparently third-party libraries depend on it.
69
70         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
71         before starting negotiation.
72
73         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
74         privacy reasons.
75         (gnus-treat-mail-gravatar): Ditto.
76
77         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
78         buffer when inserting images.  Inserting text into the headers, for
79         instance, can make them invalid.
80
81 2010-09-25  Julien Danjou  <julien@danjou.info>
82
83         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
84         variables.
85
86         * nnheader.el: Remove useless variables news-reply-yank-from and
87         news-reply-yank-message-id.
88
89         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
90         variables.
91
92         * mml1991.el: Remove useless mml1991-verbose.
93
94         * gnus.el: Remove useless variable gnus-use-generic-from.
95         Remove obsolete variable gnus-topic-indentation.
96
97         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
98
99         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
100
101         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
102
103         * gnus-group.el: Remove useless gnus-group-icon-cache.
104         Remove useless gnus-ephemeral-group-server.
105
106         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
107
108         * mml2015.el: Remove useless mml2015-verbose.
109
110         * mml-smime.el: Remove useless mml-smime-verbose.
111
112         * gnus.el: Remove useless gnus-local-domain.
113
114         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
115         gnus-gravatar-size.
116
117         * gnus-art.el: Remove useless gnus-treat-translate.
118
119 2010-09-24  Julien Danjou  <julien@danjou.info>
120
121         * gnus-sum.el: Add support for Gravatars.
122
123         * gnus-art.el: Add support for Gravatars.
124
125         * gnus-gravatar.el: Add this file.
126
127         * gravatar.el: Add this file.
128
129 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
130
131         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
132
133         * gnus-group.el (gnus-group-fetch-faq): Removed.
134
135         * gnus.el (gnus-group-faq-directory): Removed.
136
137         * gnus-group.el (gnus-group-fetch-charter): Removed.
138
139         * gnus.el (gnus-group-charter-alist): Removed.
140
141         * gnus-group.el (gnus-group-archive-directory): Removed.
142         (gnus-group-recent-archive-directory): Ditto.
143         (gnus-group-make-archive-group): Removed.
144
145         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
146
147         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
148         use the same article number for all the cached articles.
149
150         * nnimap.el (nnimap-command): Register the last command time so
151         that we can use it for idling NOOPs.
152         (nnimap-open-connection): Start the keeplive timer.
153         (nnimap-make-process-buffer): Store all the process buffers.
154         (nnimap-keepalive): New function.
155
156         * starttls.el: (starttls-open-stream): Add autoload cookie.
157
158 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
159
160         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
161         handling.
162
163 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
164
165         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
166         its data structures.
167
168         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
169         instead of the cl.el copy-list.
170         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
171         equalp.
172
173 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
174
175         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
176         and tool-bar-local-item-from-menu.
177
178         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
179         mode-line-highlight face for Emacs.
180
181         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
182         loading gnus-sum.elc; fix comment for canlock-verify.
183         (gnus-article-jump-to-part): Use read-number.
184         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
185         Emacs pre-21 compatible code for help-echo.
186         (gnus-article-next-page-1): No need to adjust the number of lines.
187         (gnus-article-describe-bindings): Always use help-buffer.
188
189         * gnus-audio.el (gnus-audio-inline-sound)
190         * gnus-cus.el (gnus-custom-mode)
191         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
192
193         * gnus-sum.el (gnus-remove-overlays): Doc fix.
194
195         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
196         compatible code.
197
198 2010-09-24  Glenn Morris  <rgm@gnu.org>
199
200         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
201         visiting the fcc file in rmail-mode.
202
203         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
204
205 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
206
207         * nnir.el: Silence the byte compiler.
208
209         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
210         alias to browse-url-url-encode-chars if any.
211         (gnus-html-encode-url): Use it.
212
213 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
214
215         * gnus-start.el (gnus-use-backend-marks): New variable.
216         (gnus-get-unread-articles-in-group): Use it.
217
218         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
219         makeover.
220
221 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
222
223         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
224
225 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
226
227         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
228         Removed.
229         (gnus-setup-news-hook): Removed
230         gnus-fixup-nnimap-unread-after-getting-new-news.
231
232         * gnus-int.el (gnus-request-update-info): Protect against backends not
233         having the function.
234
235         * nnimap.el (nnimap-stream): Mention starttls.
236         (nnimap-open-connection): Add starttls support.
237
238 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
239
240         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
241
242 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
243
244         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
245         BODYSTRUCTUREs.
246         (nnimap-transform-headers): Unfold quoted {42} headers.
247
248         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
249         the info.
250         (gnus-get-unread-articles): Only call updatep on backends that support
251         it.
252
253         * nnweb.el (nnweb-request-update-info): NOOP.
254
255         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
256
257         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
258         since it only deals with marks.
259
260         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
261         gnus-request-marks, and make a new gnus-request-update-info.
262
263         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
264         the active instead of the high number, which is usually too low.
265
266 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
267
268         * netrc.el (netrc-parse): Remove encrypt.el mentions.
269         * encrypt.el: Removed.
270
271 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
272
273         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
274         server in symbolic form.
275
276         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
277         0.9.
278
279 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
280
281         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
282         (nnimap-update-info): Fix up code slightly.
283
284         * gnus-int.el (gnus-open-server): Add tracing for performance
285         debugging.
286
287         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
288         (gnus-group-insert-group-line): Pass the real group name so that it
289         gets the right data.
290
291         * gnus-start.el (gnus-get-unread-articles): Don't have
292         `gnus-get-unread-articles-in-group' update info, since that can be
293         really slow and doesn't seem to be needed?
294
295 2010-09-22  Dan Christensen  <jdc@uwo.ca>
296
297         * time-date.el (date-to-time): Try using parse-time-string first before
298         using the slower timezone-make-date-arpa-standard.
299
300 2010-09-22  Julien Danjou  <julien@danjou.info>
301
302         * gnus-group.el (gnus-group-insert-group-line): Call
303         gnus-group-highlight-line.
304         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
305         default hook list.
306         (gnus-group-update-eval-form): Add new function.
307         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
308         (gnus-group-get-icon): Use gnus-group-update-eval-form.
309
310 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
311
312         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
313         immediate, then expire all articles.
314         (nnimap-update-info): Fix off-by-one errors.
315         (nnimap-flags-to-marks): Would return no marks lists for group with no
316         flags.  Instead return the other data.
317
318 2010-09-22  Julien Danjou  <julien@danjou.info>
319
320         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
321         Only return an icon.
322         (gnus-group-insert-group-line): Compute icon to return.
323
324         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
325         variable.
326         (gnus-html-image-fetched): Only cache if
327         gnus-html-image-automatic-caching is set.
328         (gnus-html-image-fetched): Check for errors.
329
330 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
331
332         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
333         once per method on `g'.  This ensures that backends like nnfolder don't
334         open all their folders.
335
336         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
337         (nnimap-request-list): Nix out group in the correct buffer.
338         (nnimap-parse-flags): Implement by using `read' instead of
339         hand-parsing.
340         (nnimap-flags-to-marks): Pass on permanent-flags.
341         (nnimap-make-process-buffer): Record the server name.
342         (nnimap-parse-flags): Fix typo.
343         (nnimap-request-scan): Run split on the server in general, not just a
344         single group.
345
346         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
347         parameter, and propagate this downwards.
348
349         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
350         since EXAMINE changes it on the server.
351
352         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
353         this command might take a while.
354
355 2010-09-22  Julien Danjou  <julien@danjou.info>
356
357         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
358         harmful if you have 2 images side-by-side, they can't be properly
359         update on text deletion.  Using text-property is safer here.
360         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
361         data.
362
363 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
364
365         * nnimap.el (nnimap-expunge-inbox): Removed.
366         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
367         (nnimap-expunge): Flip default to t.
368
369         * gnus.el (gnus-method-to-server): Don't push things to the cache
370         unless it's unique.
371         (gnus-server-to-method): Ditto.
372
373 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
374
375         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
376
377 2010-09-22  Julien Danjou  <julien@danjou.info>
378
379         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
380         get the start of data.
381         (gnus-html-encode-url): Add this function to encode special chars in
382         URL.
383         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
384         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
385
386         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
387         default.
388         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
389
390         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
391         images alt-text.
392         (gnus-html-put-image): Put alt-text as help-echo.
393
394 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
395
396         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
397         * mm-util.el (mm-decompress-buffer)
398         * nnir.el (nnir-run-find-grep)
399         * pop3.el (pop3-list): Use 3rd arg of split-string.
400
401         * time-date.el (format-seconds): Comment fix.
402
403         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
404         and byte-optimize-form-code-walker.
405         (dgnushack-make-auto-load): Don't advise make-autoload.
406
407         * lpath.el: Remove Emacs 21 stuff.
408
409 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
410
411         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
412         outside the active range.  Suggested by Dan Christensen.
413
414         * gnus-start.el (gnus-get-unread-articles): Get the extended method
415         slightly later to avoid double-getting it.
416
417         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
418         previous patch.
419
420         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
421
422 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
423
424         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
425
426 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
427
428         * gnus-int.el (gnus-open-server): Give a better error message in the
429         "go offline" case.
430
431         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
432         marks for nnimap, which is seldom the right thing to do.
433
434         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
435         (gnus-same-method-different-name): New function.
436
437         * nnimap.el (parse-time): Require.
438
439         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
440         method in the presence of many similar methods.
441
442         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
443
444         * nnimap.el (nnimap-find-expired-articles): Don't refer to
445         nnml-inhibit-expiry.
446
447         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
448         find out whether methods are equal.
449
450         * nnimap.el (nnimap-find-expired-articles): New function.
451         (nnimap-process-expiry-targets): New function.
452         (nnimap-request-move-article): Request the article before looking at
453         what the Message-ID is.  Fix found by Andrew Cohen.
454         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
455
456         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
457         for oldness in addition to being a predicate.
458
459         * nnimap.el (nnimap-request-group): When we have zero articles, return
460         the right data to Gnus.
461         (nnimap-request-expire-articles): Only delete articles immediately if
462         the target is 'delete.
463
464         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
465         method, this would bug out.
466
467         * gnus-group.el (gnus-group-expunge-group): Renamed from
468         gnus-group-nnimap-expunge, and implemented as a normal interface
469         function.
470
471         * gnus-int.el (gnus-request-expunge-group): New function.
472
473         * nnimap.el (nnimap-request-create-group): Implement.
474         (nnimap-request-expunge-group): New function.
475
476 2010-09-21  Julien Danjou  <julien@danjou.info>
477
478         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
479         (gnus-html-cache-expired): Add new function.
480         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
481         wethever we should display image for fetch it.
482         Compute alt-text earlier to pass it to the fetching function too.
483         (gnus-html-schedule-image-fetching): Change function argument to only
484         get one image at a time, not a list.
485         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
486         cache.
487         (gnus-html-get-image-data): New function to retrieve image data from
488         cache.
489         (gnus-html-put-image): Change buffer argument to use image data rather
490         than file, and place image above region rather than inserting a new
491         one. Do not take alt-text as argument, since it's useless now: we place
492         the image above alt-text.
493         (gnus-html-prune-cache): Remove.
494         (gnus-html-show-images): Start to fetch image when we find one, do not
495         push into a temporary list.
496         (gnus-html-prefetch-images): Only fetch image if they have expired.
497         (gnus-html-browse-image): Fix, use 'gnus-image-url.
498         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
499
500 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
501
502         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
503
504 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
505
506         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
507         spec inser "*" if the group isn't active instead of 0.
508
509         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
510         opening the server.
511         (nnimap-request-delete-group): Implement group deletion.
512         (nnimap-transform-headers): Return the size of the entire message in
513         the Bytes header, not just the size of the first part.
514         (nnimap-request-move-article): When moving an article from nnimap,
515         request the article first so the accepting form has an article to
516         accept.  Reported by Dan Christensen.
517         (nnimap-command): Make sure that the error message doesn't error out.
518
519 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
520
521         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
522         we haven't requested anything.
523
524 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
525
526         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
527         "".  Fix found by Andrew Cohen.
528
529         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
530         instead of -encode-string.
531
532 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
533
534         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
535
536         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
537         by mm-subst-char-in-string.
538
539 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
540
541         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
542         waiting for the connection string.
543
544         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
545         arriving.
546
547         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
548         bogus characters.  This allows selecting certain Gmail groups.
549
550         * nnimap.el (nnimap-find-wanted-parts-1): New function.
551         (nnimap-fetch-partial-articles): New variable.
552         (nnimap-open-connection): When looking for credentials, also use the
553         nnimap-server-port.
554         (nnimap-request-article): Return the group/article number, so that Gnus
555         `^' works as expected.
556         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
557         them.
558
559         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
560         comments.
561         (gnus-methods-sloppily-equal): New function.
562         (gnus): When using the development version of Gnus, load the gnus-load
563         file.
564
565         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
566         `gnus-open-server' on each method before trying to scan them etc.  This
567         ensures that all the backend parameters are set correctly.
568
569         * nnimap.el (nnimap-authenticator): New variable.
570         (nnimap-open-connection): Allow anonymous login.
571         (nnimap-transform-headers): The chars header is called Chars not
572         Bytes.
573         (nnimap-wait-for-response): Don't infloop if the IMAP connection
574         drops.
575
576         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
577         patch, found by Knut Anders Hatlen.
578
579 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
580
581         * gnus-agent.el (gnus-agent-batch-confirmation)
582         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
583         to gnus-message.
584         * gnus-art.el (gnus-article-describe-briefly): Likewise.
585         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
586         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
587         * gnus-int.el (gnus-open-server): Likewise.
588         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
589         (gnus-score-check-syntax): Likewise.
590         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
591         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
592         Likewise.
593         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
594
595 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
596
597         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
598         calling conventions so that prefetch doesn't bug out.
599
600 2010-09-19  Julien Danjou  <julien@danjou.info>
601
602         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
603         rather than `subst-char-in-region' in order to be able to replace ASCII
604         char by UTF-8 ones.
605
606         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
607         than curl.
608         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
609         the right URL and ALT text on images.
610         (gnus-html-wash-tags): Fix tag case.
611         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
612         (gnus-article-html): Add -o display_ins_del=2 option.
613         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
614
615 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
616
617         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
618         the extra mail headers, which sometimes seem to happen for unknown
619         reasons.
620
621         * mail-parse.el (mail-header-encode-parameter): Define as
622         rfc2045-encode-string instead of as rfc2231-encode-string, since some
623         (or most, perhaps?) mail readers don't understand the latter, but do
624         understand the former.
625
626         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
627         to nil, so that no methods are automatically agentized.  I think this
628         is probably what most users want.
629
630         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
631         from url-retrieve, for instance about invalid URLs.
632
633         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
634         groups that have no articles.
635         (nnimap-request-article): Check that we really got an article when we
636         requested one.
637
638         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
639         doesn't exist.
640
641         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
642         nntp buffer so the agent can save it.
643         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
644         that CRLF doesn't get translated to \n.
645         (nnimap-open-connection): Don't make 'shell commands only send \n.
646
647 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
648
649         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
650         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
651         Update var name.
652         (nnml-generate-nov-file): Use dolist.
653         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
654         Use with-current-buffer.
655
656 2010-09-18  Julien Danjou  <julien@danjou.info>
657
658         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
659         parallel.
660
661 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
662
663         * nnimap.el (nnimap-update-info): When doing partial marks update, get
664         the range update right.
665         (nnimap-request-group): Don't make `M-g' bug out on group with no
666         marks.
667         (nnoo): Required, so that other packages can require nnimap.
668         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
669         command we're looking for.  This helps when the server sends more
670         responses after we've gotten everything we expected.
671         (nnimap): Add a `newlinep' field to keep track of end-of-line
672         conventions.
673         Don't send CRLF to things that don't want it.
674         (nnimap-request-accept-article): Ditto.
675
676 2010-09-18  Julien Danjou  <julien@danjou.info>
677
678         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
679         than curl to retrieve images.
680
681 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
682
683         * nnimap.el (nnimap-update-info): Extend the info so that we can set
684         the marks.
685         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
686         (nnimap-wait-for-connection): New function.
687         (nnimap-open-connection): If we have PREAUTH, don't query for login
688         credentials.
689         (nnimap-update-info): Fix off-by-one error when concatenating ranges
690         when doing a partial update.
691
692 2010-09-18  Julien Danjou  <julien@danjou.info>
693
694         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
695         tags.
696
697 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
698
699         * nnimap.el (nnimap-credentials): New function.
700         (nnimap-open-connection): Use the new function to look for credentials
701         also on the numeric equivalents of "imap" and "imaps".
702
703         * gnus-start.el (gnus-activate-group): Send the info to
704         gnus-request-group.
705
706         * nnimap.el (nnimap-request-group): Have the "check" version of the
707         function parse flags and update the info, so that a `M-g' get a total
708         resync of all flags from the group.
709
710         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
711         to allow backends to alter the info on group selection.  Also alter all
712         the backend -request-group functions to take the parameter.
713
714         * nnimap.el (nnimap-store-info): New function.
715         (nnimap-update-info): Store the info for later usage.
716         (nnimap-request-group): Use the stored info for the dont-check case, so
717         that we don't retrieve all marks when we enter a group.
718
719         * nnimap.el: Use deffoo instead of defun for interface functions.
720
721         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
722         update the group info.  This makes the nndraft groups, for instance, go
723         back to their old behaviour.
724
725         * gnus-sum.el (gnus-select-newsgroup): Indent.
726
727         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
728         in.
729         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
730         nothing.
731
732         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
733         from methods that are denied.
734
735         * gnus-int.el (gnus-method-denied-p): New function.
736
737         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
738         store the password instead of netrc.
739         (nnimap-open-connection): Don't error out when we can't make a
740         connections.
741
742         * auth-source.el (auth-source-create): In the password prompt, say what
743         we're querying for.  Also prompt for user name if that hasn't been
744         given.
745
746         * nnimap.el (nnimap-with-process-buffer): Removed.
747
748 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
749
750         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
751         method when we're reading from the agent.
752
753         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
754
755         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
756         that's probably most useful for users.
757
758         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
759         "failed" all the time.
760
761         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
762         ...)) with (with-current-buffer ... ).
763
764         * nntp.el (nntp-open-server): Return whether the open was successful or
765         not.
766
767         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
768         select an unread unseen article first.
769
770         * nnimap.el (nnimap-open-connection): If the user doesn't have a
771         /etc/services, supply some sensible port defaults.
772
773         * dgnushack.el: Define netrc-credentials.
774
775 2010-09-17  Julien Danjou  <julien@danjou.info>
776
777         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
778
779 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
780
781         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
782         doesn't have any parameters.
783
784 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
785
786         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
787         only upcased checks.
788
789         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
790
791         * nnimap.el (nnimap-open-shell-stream): New function.
792         (nnimap-open-connection): Use it.
793         (nnimap-transform-headers): Get the number of lines in each message.
794         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
795         number of lines.
796         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
797         problem.
798
799         * utf7.el (utf7-encode): Autoload.
800
801         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
802         to allow the mail splitting to not return a default group.  This is
803         useful for nnimap, which will leave unmatched mail in the inbox.
804
805         * nnimap.el: Rewritten.
806
807         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
808         nnimap usage.
809
810         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
811         if the move is internal, so that nnimap can do fast internal moves.
812
813         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
814         data.
815         (gnus-read-active-for-groups): Support finishing the early retrieval of
816         data.
817
818         * gnus-range.el (gnus-range-nconcat): New function.
819
820         * gnus-int.el (gnus-finish-retrieve-group-infos)
821         (gnus-retrieve-group-data-early): New functions.
822
823 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
824
825         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
826         (nnrss-retrieve-groups):
827         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
828         (pop3-quit): Use with-current-buffer.
829
830 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
831
832         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
833         instead of nnheader-accept-process-output.
834
835         * dgnushack.el (dgnushack-compile): Add comment.
836
837         * lpath.el: No need to fbind propertize for XEmacs 21.4.
838
839         * gnus-html.el (gnus-html-schedule-image-fetching)
840         (gnus-html-prefetch-images): Replace process-kill-without-query by
841         gnus-set-process-query-on-exit-flag.
842
843 2010-09-16  Romain Francoise  <romain@orebokech.com>
844
845         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
846
847 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
848
849         * gnus-registry.el (gnus-registry-install-shortcuts): The second
850         parameter to unintern is mandatory-ish in Emacs 24.
851
852         * gnus-html.el (gnus-html-schedule-image-fetching)
853         (gnus-html-prefetch-images): Check for curl before using it.
854
855         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
856         depend on curl, which isn't essential.
857
858         * imap.el: Revert back to version
859         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
860         seem problematic.
861
862 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
863
864         * gnus-registry.el (gnus-registry-install-shortcuts):
865         Explicitly pass `obarray' to `unintern' to avoid a warning.
866
867 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
868
869         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
870         change.
871
872         * nnrss.el (nnrss-request-list): Removed this function and related
873         functions, including the moreover stuff.
874
875 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
876
877         * nnrss.el (nnrss-retrieve-groups): New function.
878
879 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
880
881         * .dir-locals.el: Add no-byte-compile cookie.
882
883 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
884
885         * time-date.el (format-seconds): Comment fix.
886
887         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
888         for back end that doesn't support request-scan.
889
890 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
891
892         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
893         then do request scans from the backends.
894
895         * netrc.el (netrc-credentials): New conveniency function.
896
897         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
898         avoid running a hook per line, since this takes a lot of time,
899         profiling shows.
900         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
901         directly if gnus-visual-p is true.
902
903 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
904
905         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
906         groups; replace mapcar with dolist which is a bit faster; pass groups
907         info to gnus-read-active-file-1.
908         (gnus-read-active-file-1): Scan only specified groups if the new
909         optional arg `infos' is given.
910
911 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
912
913         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
914
915         * pop3.el (pop3-movemail): Removed.
916         (pop3-streaming-movemail): Renamed to pop3-movemail.
917
918         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
919         don't restrict end-tag searches to the end of the line.
920
921 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
922
923         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
924         articles of every unchecked group to t, which means unknown since the
925         server has never been opened.
926
927 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
928
929         * gnus-html.el (gnus-html-show-alt-text): New command.
930         (gnus-html-browse-image): Ditto.
931         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
932         to browse the image directly.
933         (gnus-html-wash-tags): Search for images first, so that <a><img> works
934         better.
935
936         * gnus-async.el (gnus-async-article-callback): Call
937         `gnus-html-prefetch-images' unconditionally.
938
939         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
940         before feeding URLs to curl.
941
942 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
943
944         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
945         internal images as deletable by `W D D'.
946
947         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
948         (gnus-async-article-callback): Fix typo.
949
950 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
951
952         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
953         current line to work around bugs in the output from w3m.
954
955         * gnus-async.el (gnus-async-article-callback): Always prefetch images
956         for groups that want that.
957
958         * nntp.el (nntp-wait-for-string): Supply a timeout for
959         accept-process-output to ensure progress.
960
961         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
962         level to get unread articles from, then use that for foreign groups,
963         too.
964
965         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
966         confuses the rest of the function.
967
968         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
969         for the methods that support -retrieve-groups, too.
970
971         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
972
973 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
974
975         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
976         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
977
978         * pop3.el: Require cl when compiling.
979         (pop3-number-of-responses): Search for "+OK", not "+OK ".
980
981 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
982
983         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
984         that aren't going to be activated.
985         (gnus-get-unread-articles): Fix up the last commit.
986
987         * gnus-html.el (gnus-article-html): Allow calling without specifying
988         the handle.  In that case, dissect the buffer first.
989
990         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
991
992         * nnimap.el (nnimap-open-connection): Revert the change that would look
993         into authinfo for imaps instead of imap.
994
995         * gnus-start.el (gnus-activate-group): Take an optional parameter to
996         say that you don't want to call gnus-request-group with don-check, but
997         do check the reponse.  This is for virtual groups only.
998         (gnus-get-unread-articles): Count the archive groups as secondary, so
999         that they're activated the same way as before.
1000
1001         * imap.el (imap-message-map): Removed optional buffer parameter, since
1002         no callers use it.
1003         (imap-message-get): Ditto.
1004         (imap-message-put): Ditto.
1005         (imap-mailbox-map): Ditto.
1006         (imap-mailbox-put): Ditto.
1007         (imap-mailbox-get): Ditto.
1008         (imap-mailbox-get): Revert last change for this function.
1009
1010         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1011         case-insensitively.
1012         (nnimap-debug): Removed.
1013
1014         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1015         to use `imap-fetch' instead.  According to the comments, this should be
1016         safe, since all other IMAP clients use the 1:* syntax.
1017         (imap-enable-exchange-bug-workaround): Removed.
1018         (imap-debug): Removed -- doesn't seem very useful.
1019
1020         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1021         mail from a file, and the file doesn't exist.
1022
1023         * imap.el (imap-log): New convenience function used throughout instead
1024         of repeating the same code all over the place.
1025
1026         * pop3.el (pop3-streaming-movemail): Return t for success.
1027
1028         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1029         .authinfo if we're using ssl connection.
1030
1031         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1032         already have if we're in a main Gnus `g' run.
1033
1034         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1035
1036 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1037
1038         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1039
1040         * nnmh.el (nnmh-request-list-1): Bind `file'.
1041
1042         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1043         alias to set-process-query-on-exit-flag or process-kill-without-query.
1044         (pop3-open-server): Use it.
1045
1046 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1047
1048         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1049         box to the Incoming file.  Fixes mistake in previous checkin.
1050
1051         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1052         request loop (for debugging purposes) removed.
1053
1054         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1055         culprit is more visible.
1056         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1057         (nnml-add-incremental-nov): New functions to do "incremental" nov
1058         updates, where we just append to the end of the existing nov files
1059         without reading/writing them in full.
1060
1061         * mail-source.el (mail-source-delete-crash-box): Really only check the
1062         incoming files once in a while.
1063
1064         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1065
1066         * mail-source.el (mail-source-delete-crash-box): Only check the
1067         incoming files for deletion once per day to save a lot of file
1068         accesses.
1069
1070         * pop3.el (pop3-logon): Fix up unbound variable typo.
1071
1072         * mail-source.el (pop3-streaming-movemail): Autoload.
1073
1074         * pop3.el (pop3-streaming-movemail): Respect
1075         pop3-leave-mail-on-server.
1076
1077         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1078         retrieval.
1079
1080         * pop3.el (pop3-process-filter): Removed unused function.
1081         (pop3-streaming-movemail, pop3-send-streaming-command)
1082         (pop3-wait-for-messages, pop3-write-to-file)
1083         (pop3-number-of-responses): New functions for streaming pop3
1084         retrieval.
1085
1086         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1087         come from no known methods.
1088         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1089         list.
1090
1091         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1092         message sizes.
1093         (pop3-movemail): Use erase-buffer instead of looping and deleting
1094         regions, which seems rather odd.
1095
1096         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1097         file once per `g' run.
1098
1099         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1100         directories.  This makes the draft queue directory work.
1101
1102         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1103         data from the backends, so that we only request the list of groups from
1104         each method once.  This should speed things up considerably.
1105
1106         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1107         detect that it's not implemented.
1108
1109         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1110         we actually do recurse down into the tree, but don't stat all leaf
1111         nodes.
1112
1113         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1114         then say so instead of bugging out.
1115
1116         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1117         files exist before trying to read them.
1118
1119         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1120         around <pre_int>.
1121
1122         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1123
1124         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1125
1126 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1127
1128         * mm-util.el (mm-image-load-path): Just return the image directories,
1129         not all directories in the path in addition to the image directories.
1130         (mm-image-load-path): Maintain a cache of the image directories so that
1131         the `g' command in Gnus doesn't have to stat dozens of directories each
1132         time.
1133
1134         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1135         (gnus-html-wash-tags): Add a new `i' command to insert images.
1136         (gnus-html-insert-image): New command and keystroke.
1137         (gnus-html-redisplay-with-images): New command and keystroke.
1138         (gnus-html-show-images): Renamed command.
1139         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1140         spacers.
1141         (gnus-html-wash-tags): Decode entities at the end, so that entities
1142         inside the tags don't mess up the rest of the "parsing".
1143
1144         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1145         so that nnimap methods aren't agentized by default.  There's apparently
1146         many problems related to agent/imap behaviour.
1147
1148         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1149
1150         * gnus-html.el: Doc fix.
1151
1152 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1153
1154         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1155         specifier-spec-list for Emacs 21.
1156
1157         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1158         glyph-width and glyph-height instead of display-graphic-p and
1159         image-size; make avoidance of displaying small images work for XEmacs.
1160
1161         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1162         for XEmacs.
1163
1164         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1165         of symbol that holds plist data.
1166         (gnus-process-plist): Remove plist of process after getting it.
1167
1168 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1169
1170         * message.el (message-generate-hashcash): Change default to
1171         'opportunistic if hashcash is installed.
1172
1173         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1174         (gnus-html-put-image): Only call image-size once, since it's somewhat
1175         time-consuming on remote X servers.
1176
1177 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1178
1179         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1180         type on data, not a file name.
1181
1182         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1183         window-pixel-edges for Emacs 21.
1184
1185         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1186         decoded contents.
1187         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1188
1189 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1190
1191         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1192         group line format, since it isn't very interesting.
1193
1194         * gnus-agent.el (gnus-agent-short-article),
1195         (gnus-agent-long-article): Increase values for these two variables,
1196         since most people are likely to have more network connection and
1197         storage than before.
1198
1199         * gnus.el (gnus-refer-article-method): Change default to 'current.
1200         When referring an article, the common behaviour is to refer it from the
1201         current select method, not the native select method.  The chances of
1202         the native select method having the message in question is rather slim
1203         these days.
1204
1205         * gnus-sum.el (gnus-auto-select-subject): Change default to
1206         `unseen-or-unread'.  I think it's likely that most people want to
1207         select an unseen article over a previously seen, but unread one.
1208
1209         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1210         means that in the article buffer none of the minor mode elements will
1211         be shown, usually, and this is not desirable in most cases.
1212
1213         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1214         that commands like `d' (and the like) go to the next line in the
1215         buffer, instead of the next unread article.  I think this is the
1216         behaviour that is most natural for most users.
1217         (gnus-single-article-buffer): Change default to nil, so that people can
1218         have as many article buffers open as they have summary buffer.  I think
1219         this is the most natural way for the groups to behave.
1220
1221         * message.el (message-generate-new-buffers): Change default to
1222         `unsent', so that all new message buffers start their names with the
1223         string "*unsent", and it's easier to find the buffers if you move from
1224         them.
1225
1226 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1227
1228         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1229         small.  They're probably tracking images.
1230         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1231         (gnus-html-rescale-image): Yet another try at getting the image sizing
1232         right.
1233
1234         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1235         nntp-marks-file-name is nil.
1236
1237 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1238
1239         * gnus-html.el (gnus-html-wash-tags)
1240         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1241         Better logging.
1242
1243 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1244
1245         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1246
1247         * gnus-html.el (gnus-html-wash-tags): Check the value of
1248         gnus-blocked-images in the summary buffer.
1249
1250 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1251
1252         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1253
1254 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1255
1256         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1257         like "a", it seems like.
1258         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1259         since it needs to be picked from the correct buffer.
1260
1261         * nnwfm.el: Removed.
1262
1263         * nnlistserv.el: Removed.
1264
1265 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1266
1267         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1268         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1269
1270 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1271
1272         * nnkiboze.el: Removed.
1273
1274         * nndb.el: Removed.
1275
1276         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1277         alt text.
1278         (gnus-html-rescale-image): Try to get the rescaling logic right for
1279         images that are just wide and not tall.
1280
1281         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1282         overshadow variable bindings.
1283
1284 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1285
1286         * gnus-html.el (gnus-html-wash-tags)
1287         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1288         extra logging.
1289
1290 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1291
1292         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1293         (gnus-max-image-proportion): New variable.
1294         (gnus-html-rescale-image): New function.
1295         (gnus-html-put-image): Rescale images.
1296
1297 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1298
1299         Fix up some byte-compiler warnings.
1300         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1301         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1302         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1303         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1304         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1305         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1306         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1307
1308 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1309
1310         * gnus-html.el (gnus-article-html): Decode contents by charset.
1311
1312 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1313
1314         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1315         (gnus-html-frame-width, gnus-blocked-images)
1316         * message.el (message-prune-recipient-rules): Add custom version.
1317         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1318
1319         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1320         functions.
1321
1322         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1323         gnus-process-get.
1324
1325 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1326
1327         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1328         instead of lsub directly.
1329
1330 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1331
1332         * nnwarchive.el: Removed.
1333
1334         * gnus-soup.el: Removed.
1335
1336         * nnsoup.el: Removed.
1337
1338         * nnultimate.el: Removed.
1339
1340         * gnus-html.el (gnus-blocked-images): New variable.
1341
1342         * message.el (message-prune-recipients): New function.
1343         (message-prune-recipient-rules): New variable.
1344
1345         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1346         guess whether a long line is natural text or not.
1347
1348         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1349         gnus-process-plist and friends for compatibility.
1350
1351 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1352
1353         * gnus-html.el: Require packages that define macros used in this file.
1354         (gnus-article-mouse-face): Declare to silence byte-compiler.
1355         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1356         process-get.
1357         (gnus-html-put-image): Use plist-get to avoid getf.
1358         (gnus-html-prefetch-images): Use with-current-buffer.
1359
1360 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1361
1362         * gnus-ems.el: Provide compatibility functions for
1363         gnus-set-process-plist.
1364
1365         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1366         header-line-format for XEmacs 21.4.
1367
1368         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1369         * gnus.el (gnus-valid-select-methods)
1370         * message.el (message-send-mail-partially-limit)
1371         * mm-decode.el (mm-text-html-renderer)
1372         * mml.el (mml-insert-mime-headers-always)
1373         * smiley.el (smiley-regexp-alist): Bump custom version.
1374
1375 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1376
1377         * gnus-html.el: require mm-url.
1378         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1379         with the url to `url'.
1380         (gnus-html-wash-tags): Support cid: URLs/images.
1381
1382 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1383
1384         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1385         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1386         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1387
1388         * gnus-move.el: Removed file, since it doesn't really work.
1389
1390         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1391         UTF-8.  This seems to fix problems with some German web feeds.
1392
1393         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1394         at the top so that the proper colours are applied.
1395
1396         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1397         don't have dots in their names.
1398
1399         * gnus-art.el (gnus-article-view-part): Doc fix.
1400
1401         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1402         XEmacs-compatible.
1403         (gnus-html-put-image): Don't do images on non-graphic displays.
1404
1405         * nnslashdot.el: Removed this unused backend.
1406
1407         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1408         actions.
1409         (gnus-undo-register-1): Revert last change.
1410
1411         * gnus-group.el (gnus-group-completing-read): Protect against not
1412         having completion-styles bound.
1413
1414         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1415         make broken recipients happier.
1416
1417         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1418
1419         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1420         point parameter.
1421
1422         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1423
1424         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1425         completion-styles for group selection.
1426
1427 2009-02-04  Andreas Schwab  <schwab@suse.de>
1428
1429         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1430         headers and regexp-quote the match if necessary.
1431
1432 2009-03-24  Miles Bader  <miles@gnu.org>
1433
1434         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1435         the blinking smiley.
1436
1437 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1438
1439         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1440         blink smiley.
1441
1442 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1443
1444         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1445         where the dribbel file lives exists.
1446
1447         * message.el (message-send-mail-partially-limit): Change the default to
1448         nil, since most people don't want this.
1449
1450         * mm-url.el (mm-url-decode-entities): Also decode entities like
1451         &#x3212.
1452
1453 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1454
1455         * gnus-sum.el (gnus-summary-idna-message):
1456         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1457         Hyperlink urls in docstrings with URL `...'.
1458
1459 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1460
1461         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1462         functions.
1463
1464 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1465
1466         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1467         say what the mouseover text should be.
1468
1469         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1470         version of the mm-w3m-safe-url-regexp variable to only download images
1471         in the groups where we want that to happen.
1472
1473         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1474
1475         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1476         easier debugging.
1477         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1478         big pictures in the article buffer.
1479
1480         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1481         gnus-article-html.
1482         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1483         w3m.
1484
1485         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1486
1487 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1488
1489         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1490         which doesn't exist.
1491
1492         * message.el (message-inhibit-ecomplete): New variable to allow some
1493         function to inhibit ecomplete address storage.
1494         (message-resend): Disable ecomplete message storage when resending
1495         messages.
1496
1497         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1498
1499 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1500
1501         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1502         Save excursion while copying, moving, and deleting articles in order to
1503         prevent the cursor from jumping to unforeseen place.
1504
1505 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1506
1507         * lpath.el: No need to bind bookmark-current-buffer,
1508         bookmark-yank-point and bookmark-make-record-function.
1509
1510 2010-08-17  Glenn Morris  <rgm@gnu.org>
1511
1512         * gnus-sync.el: Require gnus components whose functions are used.
1513
1514         * gnus-art.el (bookmark-make-record-function):
1515         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1516         Declare for compiler.
1517
1518         * mm-url.el (mml-compute-boundary): Autoload.
1519
1520 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1521
1522         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1523
1524 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1525
1526         Typo fix "hoo4a" -> "hook".
1527
1528         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1529
1530 2010-08-14  Glenn Morris  <rgm@gnu.org>
1531
1532         * gnus-sync.el (gnus-sync): Fix defgroup version.
1533
1534 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1535
1536         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1537
1538         * gnus-sync.el: Fix docs.
1539         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1540         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1541
1542 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1543
1544         Optimizations for gnus-sync.el.
1545
1546         * gnus-sync.el: Add docs about gnus-sync-backend
1547         possibilities.
1548         (gnus-sync-save): Remove unnecessary message.
1549         (gnus-sync-read): Optimize and show what groups were skipped.
1550
1551 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1552
1553         Minor bug fixes for gnus-sync.el.
1554
1555         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1556         read the sync on get-new-news.
1557
1558         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1559         quiet.
1560
1561         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1562
1563 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1564
1565         Make saving and restoring of hidden threads work with overlays.
1566         Patch applied by Ted Zlatanov.
1567
1568         * gnus-sum.el (gnus-hidden-threads-configuration)
1569         (gnus-restore-hidden-threads-configuration): Update to deal with text
1570         properties, rather than searching for a magic character.
1571
1572 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1573
1574         New gnus-sync.el library for synchronization of marks.
1575
1576         * gnus-sync.el: New library for synchronization of marks.
1577
1578         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1579         renamed from `gnus-registry-grep-in-list'.
1580
1581         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1582
1583         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1584
1585 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1586
1587         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1588         determining charset of text fails.
1589
1590 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1591
1592         * nnmail.el (nnmail-get-new-mail-1): Revert.
1593
1594         * nnml.el (nnml-active-number): Make sure names of newly created groups
1595         in nnml-group-alist are encoded.
1596
1597 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1598
1599         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1600         containing non-ASCII characters in active file for nnml back end.
1601
1602 2010-07-24  David Engster  <dengste@eml.cc>
1603
1604         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1605         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1606
1607 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1608
1609         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1610         tag (Bug#6654).
1611
1612 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1613
1614         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1615         the article buffer, not the summary buffer.
1616
1617 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1618
1619         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1620         Emacs 23 as well.
1621
1622 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1623
1624         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1625         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1626
1627 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1628
1629         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1630         Patch applied by Karl Fogel.
1631
1632         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1633         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1634
1635 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1636
1637         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1638         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1639         C-w still not working correctly from Article buffers; Thierry's
1640         patch to fix that will be applied after this.
1641
1642         * gnus-art.el (bookmark-make-record-function): New local variable.
1643
1644         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1645         article buffer.
1646         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1647
1648 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1649
1650         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1651         on changes in bookmark.el.
1652
1653 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1654
1655         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1656         `no-log' instead of message not to log prompt string.
1657
1658 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1659
1660         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1661         the *other* type of HTML form submission.
1662
1663 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1664
1665         * auth-source.el (auth-source-pick): If choice does not contain a
1666         questioned keyword, set the check to t.
1667
1668 2010-06-12  Romain Francoise  <romain@orebokech.com>
1669
1670         * gnus-util.el (gnus-date-get-time): Move up before first use.
1671
1672 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1673
1674         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1675         (gnus-article-edit-part): Bind it to make last part that is substituted
1676         or deleted visible.
1677         (gnus-mime-display-single): Buttonize part of which id equals to
1678         gnus-mime-buttonized-part-id.
1679
1680 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1681
1682         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1683         (gnus-dd-mmm): Use gnus-date-get-time.
1684         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1685         simplify logic.
1686         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1687         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1688
1689 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1690
1691         * auth-source.el (top): Autoload `secrets-list-collections',
1692         `secrets-create-item', `secrets-delete-item'.
1693         (auth-sources): Fix tag string.
1694         (auth-get-source, auth-source-retrieve, auth-source-create)
1695         (auth-source-delete): New defuns.
1696         (auth-source-pick): Rewrite in order to avoid 2 passes.
1697         (auth-source-forget-user-or-password): New parameter USERNAME.
1698         (auth-source-user-or-password): New parameters CREATE-MISSING and
1699         DELETE-EXISTING.  Retrieve password interactively, if needed.
1700
1701 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1702
1703         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1704         deleting unused directories when gnus-expert-user is t.
1705
1706 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1707
1708         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1709         for each temp file when gnus-article-browse-delete-temp is ask.
1710
1711 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1712
1713         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1714         Lisp calls to delete-backward-char by calls to delete-char.
1715
1716 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1717
1718         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1719
1720 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1721
1722         * password-cache.el (password-cache-remove): Fix docstring.
1723
1724 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1725
1726         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1727         article unless decoding article to be saved.
1728
1729 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1730
1731         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1732         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1733         generated within the mm-with-unibyte-current-buffer macro.
1734
1735 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1736
1737         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1738         to nil when we're in a mml-preview buffer and no group is selected.
1739
1740 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1741
1742         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1743         when catching the `C-g'.  Reported by "Leo".
1744
1745 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1746
1747         * message.el (message-forward-make-body-plain)
1748         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1749         multibyte-string-p.
1750
1751         * lpath.el: Revert.
1752
1753 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1754
1755         * message.el (message-forward-make-body-mml): Assume original message
1756         is multibyte string; error on unibyte.
1757         (message-forward-make-body-plain): Ditto; don't add excessive newline
1758         in body end.
1759
1760         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1761
1762 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1763
1764         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1765         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1766
1767 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1768
1769         * mm-extern.el (mm-extern-url): Don't use
1770         mm-with-unibyte-current-buffer.
1771         (mm-extern-cache-contents): Use with-current-buffer instead of
1772         save-excursion + set-buffer.
1773
1774 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1775
1776         * mm-util.el (mm-emacs-mule): Remove.
1777
1778 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1779
1780         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1781         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1782         change.
1783
1784 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1785
1786         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1787         bind the default value of enable-multibyte-characters to nil.
1788
1789 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1790
1791         * message.el (message-forward-make-body-plain)
1792         (message-forward-make-body-mml):
1793         Don't use mm-with-unibyte-current-buffer.
1794
1795 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1796
1797         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1798
1799 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1800
1801         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1802         (Bug#5592).
1803
1804 2010-05-07  Julien Danjou  <julien@danjou.info>
1805
1806         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1807         it to mm-pipe-part.
1808
1809         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1810         it is given.
1811
1812 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1813
1814         * binhex.el (binhex-decode-region-internal)
1815         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1816         (dns-query)
1817         * nnweb.el (nnweb-gmane-search)
1818         * pgg-parse.el (pgg-parse-armor)
1819         * pgg.el (pgg-verify-region)
1820         * sha1.el (sha1-string-external)
1821         * uudecode.el (uudecode-decode-region-internal)
1822         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1823         XEmacs.
1824
1825         * gnus-art.el (gnus-article-browse-html-parts)
1826         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1827         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1828         make-temp-file.
1829
1830         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1831         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1832         compiling.
1833
1834         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1835         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1836         XEmacs when compiling.
1837
1838         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1839         gnus-pick-mode-off-hook for XEmacs when compiling.
1840         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1841         gnus-binary-mode-off-hook for XEmacs when compiling.
1842
1843         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1844         nil if char-charset is not available.
1845
1846         * imap.el (imap-disable-multibyte)
1847         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1848         macros.
1849
1850         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1851         instead of encode-coding-string.
1852
1853         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1854         'xemacs) instead of mm-emacs-mule to switch function definitions.
1855         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1856
1857         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1858         bind temporary-file-directory for XEmacs;
1859         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1860         timer-set-function for XEmacs 21.4 and SXEmacs;
1861         bind timer-list for XEmacs 21.4 and SXEmacs;
1862         fbind char-charset and find-charset-region for non-Mule XEmacs;
1863         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1864         encode-coding-region and encode-coding-string for XEmacs having no
1865         file-coding feature.
1866
1867 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1868
1869         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1870
1871 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1872
1873         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1874         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1875
1876 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1877
1878         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1879         alias `jka-compr-delete-temp-file' no longer exists.
1880
1881 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1882
1883         Use define-minor-mode in Gnus where applicable.
1884         * mml.el (mml-mode): Use define-minor-mode.
1885         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1886         (gnus-undo-mode): Use define-minor-mode.
1887         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1888         (gnus-dead-summary-mode): Use define-minor-mode.
1889         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1890         Initialize in declaration.
1891         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1892         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1893         (gnus-mailing-list-mode): Use define-minor-mode.
1894         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1895         (gnus-draft-mode): Use define-minor-mode.
1896         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1897         (gnus-dired-mode): Use define-minor-mode.
1898
1899 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1900
1901         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1902         handles on recursive mml-to-mime translation and check them for
1903         boundary delimiter collisions.  Reported by Greg Troxel.
1904
1905 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1906
1907         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1908
1909 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1910
1911         * mm-util.el (mm-find-buffer-file-coding-system):
1912         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1913
1914 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1915
1916         * message.el (message-generate-headers): Record insertion of optional
1917         headers as well.  Otherwise the check to prevent repeated insertion of
1918         optional headers is a no-op.
1919
1920 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1921
1922         * smime.el: Don't mention CVS.
1923
1924         * nnrss.el (nnrss-fetch): Don't mention CVS.
1925
1926         * nnir.el: Don't mention CVS.
1927
1928 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1929
1930         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1931
1932 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1933
1934         * lpath.el: Fbind bookmark-default-handler,
1935         bookmark-get-bookmark-record, bookmark-make-record-default,
1936         bookmark-prop-get for Emacs <23 and XEmacs.
1937
1938 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1939
1940         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1941         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1942         Use with-current-buffer to silence the byte-compiler.
1943         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1944         bother to require `gnus'.
1945         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1946
1947 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1948
1949         * gnus-sum.el (gnus-summary-bookmark-make-record)
1950         (gnus-summary-bookmark-jump): New functions.
1951         (gnus-summary-mode): Setup bookmark support.
1952
1953 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1954
1955         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1956         if set.
1957
1958 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1959
1960         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1961         gnus-article-browse-html-save-cid-image; make it work recursively for
1962         forwarded messages as well.
1963         (gnus-article-browse-html-parts): Work when prefix arg is given.
1964         (gnus-article-browse-html-article): Doc fix.
1965
1966 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1967
1968         * message.el (message-default-mail-headers):
1969         (message-default-headers): Carry the value mail-default-headers over
1970         into message-default-mail-headers, rather than message-default-headers.
1971
1972 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1973
1974         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1975         charset.
1976
1977         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1978         charset into the <meta> tag when the article is encoded to utf-8.
1979
1980 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1981
1982         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1983         directories as well.
1984         (gnus-article-browse-html-parts): Work for images that do not specify
1985         file names; delete temp directory when quitting; insert header at the
1986         right place; use file: scheme for image files.
1987
1988 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1989
1990         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1991         (gnus-article-browse-html-parts): Use it to make temporary cid image
1992         files in addition to html file so that browser may display them.
1993
1994 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1995
1996         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1997
1998 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1999
2000         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2001
2002 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2003
2004         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2005         about Secret Service API sources.  Improve Customize options.
2006         (auth-source-pick): Change to accept any number of search parameters.
2007         Implement fallbacks iteratively, not recursively.  Add scoring on the
2008         second pass and sort by score.  Call Secret Service API when needed.
2009         (auth-source-user-or-password): Use it.  Call Secret Service API
2010         directly when needed to get the user name and the password.
2011
2012 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2013
2014         * message.el (message-interactive): Doc fix.
2015         (message-qmail-inject-args): Reflow.
2016         (message-kill-to-signature): Fix typo in docstring.
2017
2018         * smiley.el (smiley-buffer): Fix typo in docstring.
2019
2020 2010-03-24  Glenn Morris  <rgm@gnu.org>
2021
2022         * mail-source.el (gnus-message): Declare.
2023         (mail-source-delete-old-incoming): Require gnus-util.
2024
2025 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2026
2027         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2028
2029         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2030
2031         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2032         password-cache's default if it is not bound.
2033         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2034         password-cache-expiry's default if it is not bound.
2035
2036         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2037         available in Emacs 21.
2038
2039         * lpath.el: Suppress compiler warnings for:
2040         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2041         XEmacs;
2042         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2043         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2044         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2045
2046 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2047
2048         * auth-source.el (auth-sources): Fix up definition so extra parameters
2049         are always inline.
2050
2051 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2052
2053         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2054         wasn't updated after mismatch.  Clear cached mailbox info correctly
2055         when uidvalidity changes.
2056         (nnimap-group-prefixed-name): New function to avoid some code
2057         duplication.
2058         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2059         (nnimap-request-group): Use it.
2060         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2061         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2062         with many imap folders.  This is done by caching the group status from
2063         the imap server persistently in a group parameter `imap-status'.  (This
2064         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2065         but not persistently, so every Gnus startup was still very slow.)
2066
2067 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2068
2069         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2070         delete the extra newline.  Otherwise editing of :string and :number
2071         types don't work.
2072
2073 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2074
2075         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2076         secrets.el dependency.
2077         (auth-sources): Add optional user name.  Add secrets.el configuration
2078         choice (unused right now).
2079
2080 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2081
2082         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2083         `gnus-registry-install-shortcuts' fill in the functions.
2084
2085         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2086         warnings.
2087         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2088         (gnus-registry-install-shortcuts): Populate and use it in a
2089         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2090
2091 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2092
2093         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2094         In-place substitutions for the group name encoding/decoding.
2095         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2096         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2097         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2098         (nnimap-update-unseen, nnimap-request-list)
2099         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2100         (nnimap-request-set-mark, nnimap-split-to-groups)
2101         (nnimap-split-articles, nnimap-request-newgroups)
2102         (nnimap-request-create-group, nnimap-request-accept-article)
2103         (nnimap-request-delete-group, nnimap-request-rename-group)
2104         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2105         `encoded-mbx' for consistency.
2106         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2107         variable `imap-current-mailbox'.
2108
2109         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2110         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2111
2112 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2113
2114         * pop3.el (pop3-display-message-size-flag): Display message size byte
2115         counts during POP3 download.
2116         (pop3-movemail): Use it.
2117         (pop3-list): Implement listing of available messages.
2118
2119 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2120
2121         * nnir.el (nnir-get-article-nov-override-function): New function to
2122         override the normal NOV retrieval.
2123         (nnir-retrieve-headers): Use it.
2124
2125 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2126
2127         * auth-source.el (netrc-machine-user-or-password): Autoload.
2128
2129 2010-03-19  Glenn Morris  <rgm@gnu.org>
2130
2131         Stop message.el from loading about 40 libraries it doesn't always need.
2132         The general approach is to autoload rather than require, and to
2133         require in the specific functions rather than the file.  (Bug#5642)
2134
2135         * gmm-utils.el: Don't require wid-edit.
2136         (widget-create-child-value, widget-convert, widget-default-get):
2137         Autoload.
2138
2139         * gnus-util.el: Don't require time-date, netrc.
2140         (message-fetch-field, gnus-group-name-decode): Declare rather than
2141         autoloading.
2142         (gnus-fetch-field): Require message.
2143         (gnus-decode-newsgroups): Require gnus-group.
2144
2145         * ietf-drums.el: Don't require time-date.
2146
2147         * message.el: Don't require hashcash, canlock, ecomplete.
2148         Do require mail-utils.  Require nnheader only when compiling.
2149         (smtpmail-default-smtp-server): Remove declaration.
2150         (message-send-mail-function): Check smtpmail-default-smtp-server
2151         is bound rather than requiring smtpmail.
2152         (message-auto-save-directory, message-insert-signature): Use
2153         expand-file-name rather than nnheader-concat.
2154         (nnheader-insert-file-contents): Autoload.
2155         (hashcash-wait-async): Declare.
2156         (message-send-mail): Only call gnus-setup-posting-charset if
2157         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2158         (message-send-mail-with-sendmail): Require sendmail.
2159         (canlock-password, canlock-password-for-verify): Declare.
2160         (message-canlock-password): Require canlock.
2161         (nnheader-get-report): Autoload.
2162         (gnus-setup-posting-charset): Declare.
2163         (message-send-news): Require gnus-msg.
2164         (message-make-references, message-make-in-reply-to): Use mail-header-id
2165         rather than the alias mail-header-message-id.
2166         (ecomplete-add-item, ecomplete-save): Declare.
2167         (message-put-addresses-in-ecomplete): Require ecomplete.
2168         (ecomplete-display-matches): Autoload.
2169
2170         * mm-decode.el: Don't require mailcap, gnus-util.
2171         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2172         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2173         Autoload.
2174         (mailcap-mime-extensions): Declare.
2175
2176         * mm-encode.el: Don't require mailcap.
2177         (mailcap-extension-to-mime): Autoload.
2178
2179         * mml-sec.el: Don't require password-cache.
2180
2181         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2182         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2183         (mml-minibuffer-read-type): Require mailcap.
2184         (mml-preview): Require gnus-msg.
2185
2186         * mml1991.el: Require password-cache.
2187         (password-cache-expiry): Remove declaration.
2188
2189         * mml2015.el: Require password-cache.
2190         (password-cache-expiry): Remove declaration.
2191
2192         * nneething.el (mailcap): Require mailcap.
2193
2194         * nnheader.el (declare-function): Add compatibility stub.
2195         (message-remove-header): Declare rather than autoload.
2196         (nnheader-replace-header): Require message.
2197
2198         * nnimap.el (declare-function): Add compatibility stub.
2199         (netrc-parse, netrc-machine-user-or-password): Declare.
2200         (nnimap-open-connection): Require netrc.
2201
2202         * nntp.el (declare-function): Add compatibility stub.
2203         (netrc-parse, netrc-machine, netrc-get): Declare.
2204         (nntp-send-authinfo): Require netrc.
2205
2206         * rfc2047.el: Don't require qp.
2207         (quoted-printable-encode-region, quoted-printable-decode-string):
2208         Autoload.
2209
2210         * sieve-mode.el: Don't require easymenu.
2211         (easy-menu-add-item): Autoload it.
2212
2213         * spam-stat.el (time-to-number-of-days): Autoload it.
2214
2215 2010-03-19  Glenn Morris  <rgm@gnu.org>
2216
2217         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2218
2219 2010-03-18  Glenn Morris  <rgm@gnu.org>
2220
2221         * hashcash.el (declare-function): Remove duplicate definition.
2222
2223 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2224
2225         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2226         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2227         value if any backslash escapes).
2228
2229 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2230
2231         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2232         if it is available.  (bug#5647)
2233
2234         * lpath.el: Suppress compiler warning for coding-system-from-name for
2235         Emacs 21 and XEmacs.
2236
2237 2010-03-14  Juri Linkov  <juri@jurta.org>
2238
2239         * hmac-def.el:
2240         * hmac-md5.el:
2241         * netrc.el: Fix keywords.
2242
2243 2010-02-26  Glenn Morris  <rgm@gnu.org>
2244
2245         * message.el (message-send-mail-function): Change the default, so that
2246         it inherits from a customized send-mail-function.  (Bug#5643)
2247
2248 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2249
2250         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2251         shell-command-to-string signals an error (bug#5299).
2252
2253 2010-02-24  Glenn Morris  <rgm@gnu.org>
2254
2255         * message.el (message-smtpmail-send-it)
2256         (message-send-mail-with-mailclient): Doc fixes.
2257
2258 2010-02-16  Glenn Morris  <rgm@gnu.org>
2259
2260         * message.el (message-default-mail-headers): Change the default value
2261         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2262
2263 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2264
2265         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2266         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2267
2268 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2269
2270         * time-date.el (date-to-time): Doc fix (Bug#5408).
2271
2272 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2273
2274         * message.el (message-mail): Just pass yank-action on to message-setup.
2275         (message-setup): Handle (FUN . ARGS) form of yank-action.
2276         (message-with-reply-buffer, message-widen-reply)
2277         (message-yank-original): Handle non-buffer values of
2278         message-reply-buffer (Bug#4080).
2279         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2280
2281 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2282
2283         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2284         Fix typo in docstring.
2285
2286 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2287
2288         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2289         response.
2290
2291 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2292
2293         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2294
2295         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2296
2297         * message.el (message-check-news-header-syntax): Protect against a
2298         string that `rfc822-addresses' returns when parsing fails.
2299
2300 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2301
2302         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2303         (gnus-previous-char-property-change): New functions.
2304
2305         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2306
2307 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2308
2309         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2310         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2311
2312 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2313
2314         * message.el (message-exchange-point-and-mark): Rework last change to
2315         avoid using optional arg of exchange-point-and-mark, for backward
2316         compatibility.
2317
2318 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2319
2320         * message.el (message-exchange-point-and-mark): Call
2321         exchange-point-and-mark with an argument rather than setting
2322         mark-active by hand (Bug#5175).
2323
2324 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2325
2326         * nntp.el (nntp-service-to-port): Work for service expressed with
2327         numeric string; replace [:digit:] with [0-9] for XEmacs.
2328
2329 2009-12-17  Glenn Morris  <rgm@gnu.org>
2330
2331         * gnus-group.el (gnus-bug-group-download-format-alist):
2332         Change emacs entry to debbugs.gnu.org.  Bump :version.
2333
2334 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2335
2336         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2337
2338 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2339
2340         * message.el (message-info): Explain why we use `Info-goto-node'.
2341
2342 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2343
2344         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2345
2346 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2347
2348         * message.el (message-completion-in-region): New compatibility function.
2349         (message-expand-group): Use it.
2350
2351 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2352
2353         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2354         with no unread article should be listed if the 2nd arg `predicate' is
2355         given.
2356
2357 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2358
2359         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2360
2361 2009-11-29  Juri Linkov  <juri@jurta.org>
2362
2363         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2364         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2365         on `gnus-recenter'. (Bug#4698, Bug#4981)
2366
2367 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2368
2369         * sha1.el (sha1-string-external): default-directory "/" in case
2370         otherwise non-existent.  process-connection-type pipe for touch of
2371         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2372
2373 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2374
2375         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2376         it's comms related and sgml-mode.el has "comm" on that basis too.
2377
2378 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2379
2380         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2381         containing tspecial characters if they have been already quoted.
2382
2383 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2384
2385         * dns-mode.el (auto-mode-alist): Purecopy string.
2386
2387 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2388
2389         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2390
2391 2009-10-24  Glenn Morris  <rgm@gnu.org>
2392
2393         * gnus-art.el (help-xref-stack-item): Define for compiler.
2394
2395 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2396
2397         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2398
2399 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2400
2401         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2402
2403 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2404
2405         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2406         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2407
2408 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2409
2410         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2411         (gnus-overlays-in): New alias to overlays-in.
2412
2413         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2414         gnus-overlay-get, and gnus-delete-overlay.
2415         (gnus-summary-show-thread): Make it work as well for systems in which
2416         next-single-char-property-change is not available.
2417         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2418
2419         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2420         (gnus-overlay-get): New alias to extent-property.
2421         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2422
2423         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2424         SXEmacs.
2425
2426         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2427         SXEmacs.
2428
2429 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2430
2431         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2432
2433 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2434
2435         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2436         and XEmacs that don't have `remove-overlays'.
2437
2438 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2439
2440         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2441         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2442         selective display.  Use overlays instead.
2443
2444 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2445
2446         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2447
2448 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2449
2450         * spam-stat.el (spam-stat-load): Fix typo in message.
2451
2452 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2453
2454         * dig.el (dig-invoke): Fix typo in docstring.
2455         (query-dig): Reflow docstring.
2456
2457 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2458
2459         * gnus-art.el (gnus-article-encrypt-body):
2460         * message.el (message-check-recipients):
2461         * mm-util.el (mm-codepage-setup):
2462         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2463         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2464
2465 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2466
2467         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2468         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2469         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2470         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2471         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2472
2473 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2474
2475         * dig.el: Add "Keywords: comm", as per net-utils.el.
2476
2477 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2478
2479         * dig.el (dig-mode): Use define-derived-mode.
2480
2481 2009-09-19  Glenn Morris  <rgm@gnu.org>
2482
2483         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2484
2485 2009-09-18  Glenn Morris  <rgm@gnu.org>
2486
2487         * gnus-diary.el (gnus-diary-check-message):
2488         * message.el (message-insert-formatted-citation-line):
2489         * nnbabyl.el (top-level):
2490         * nndiary.el (nndiary-schedule):
2491         Fix typos in condition-case handlers.
2492
2493 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2494
2495         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2496         configuration that provides the sole article window in a frame;
2497         position point correctly after deleting a part.
2498
2499 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2500
2501         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2502         (spam-resolve-registrations-routine): Use it to unregister articles
2503         that change status.
2504
2505 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2506
2507         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2508         with XEmacs.
2509         (parse-time-string-chars): Use it.
2510
2511 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2512
2513         * imap.el (imap-interactive-login): Better messages.
2514         (imap-open): Fix bug with renamed buffer on reconnect.
2515         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2516         for easier debugging and cleaner code.  On successful (guessed based on
2517         server capabilities) secondary authentication, set imap-state
2518         correctly.
2519         (imap-last-authenticator): Define imap-last-authenticator as a variable
2520         to avoid warnings.
2521
2522 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2523
2524         * nnrss.el (nnrss-request-article): Remove binding of
2525         default-enable-multibyte-characters that has gotten needless by
2526         the 2007-07-13 change in rfc2047-encode-message-header.
2527
2528         * mml.el (mml-insert-multipart): Error on the message header.
2529         (mml-insert-part): Error on the message header; position point at
2530         the end of a MIME tag.
2531
2532 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2533
2534         * time-date.el (autoload): Expand define-obsolete-function-alias into
2535         defalias and make-obsolete for old Emacsen that Gnus supports.
2536         (with-no-warnings): Define it for old Emacsen.
2537         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2538         is available.
2539         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2540         float-time is available; suppress compile warning for time-to-seconds.
2541
2542         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2543         (gnus-float-time): Alias to float-time if it exists.
2544
2545         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2546         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2547         float-time is available; suppress compile warning for time-to-seconds.
2548
2549         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2550         XEmacs.
2551
2552 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2553
2554         * imap.el (imap-message-map): Docstring fix.
2555
2556 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2557
2558         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2559         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2560         Add the optional argument `encoding' that overrides the default.
2561
2562         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2563         mm-encode-buffer.
2564
2565 2009-09-04  Glenn Morris  <rgm@gnu.org>
2566
2567         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2568         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2569         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2570         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2571         * mm-util.el (mm-with-unibyte-current-buffer)
2572         (mm-find-buffer-file-coding-system):
2573         * yenc.el (yenc-decode-region): Use default-value rather than
2574         default-enable-multibyte-characters.
2575
2576 2009-09-03  Glenn Morris  <rgm@gnu.org>
2577
2578         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2579         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2580         than default-enable-multibyte-characters.
2581
2582 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2583
2584         * gnus-art.el (gnus-article-read-summary-keys):
2585         Fix gnus-buffer-configuration's value temporarily used.
2586
2587 2009-09-02  Glenn Morris  <rgm@gnu.org>
2588
2589         * gnus-util.el (gnus-float-time): New function.
2590         * gnus-delay.el (gnus-delay-article):
2591         * gnus-sum.el (gnus-thread-latest-date):
2592         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2593         * nnspool.el (nnspool-request-newgroups):
2594         Use gnus-float-time rather than time-to-seconds.
2595         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2596
2597         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2598         (gnus-header-subject-face, gnus-header-newsgroups-face)
2599         (gnus-header-name-face, gnus-header-content-face):
2600         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2601         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2602         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2603         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2604         (gnus-cite-face-11):
2605         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2606         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2607         (gnus-server-closed-face, gnus-server-denied-face)
2608         (gnus-server-offline-face):
2609         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2610         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2611         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2612         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2613         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2614         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2615         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2616         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2617         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2618         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2619         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2620         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2621         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2622         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2623         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2624         (gnus-summary-high-undownloaded-face)
2625         (gnus-summary-low-undownloaded-face)
2626         (gnus-summary-normal-undownloaded-face)
2627         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2628         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2629         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2630         (gnus-splash-face):
2631         * message.el (message-header-to-face, message-header-cc-face)
2632         (message-header-subject-face, message-header-newsgroups-face)
2633         (message-header-other-face, message-header-name-face)
2634         (message-header-xheader-face, message-separator-face)
2635         (message-cited-text-face, message-mml-face):
2636         * sieve-mode.el (sieve-control-commands-face)
2637         (sieve-action-commands-face, sieve-test-commands-face)
2638         (sieve-tagged-arguments-face):
2639         * spam.el (spam-face):
2640         Mark face aliases with "-face" in the name as obsolete.
2641
2642 2009-09-01  Glenn Morris  <rgm@gnu.org>
2643
2644         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2645         than goto-line.
2646
2647 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2648
2649         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2650         Don't move point if the command is invoked inside the message header.
2651
2652 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2653
2654         * imap.el (imap-send-command): Simplify.
2655         (imap-wait-for-tag): point-max -> buffer-size.
2656
2657 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2658
2659         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2660         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2661         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2662         * nnir.el (nnir-swish-e-index-file):
2663         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2664         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2665         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2666         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2667         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2668         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2669
2670 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2671
2672         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2673         Don't save excursion.
2674
2675 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2676
2677         * nnheader.el (nnheader-find-file-noselect):
2678         * mm-util.el (mm-insert-file-contents):
2679         Use (default-value 'major-mode) instead of default-major-mode.
2680
2681 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2682
2683         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2684
2685 2009-08-26  Glenn Morris  <rgm@gnu.org>
2686
2687         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2688         than placing in files.el.
2689
2690 2009-08-25  Glenn Morris  <rgm@gnu.org>
2691
2692         * nnir.el (top-level): Don't require cl at run-time.
2693         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2694         Replace cl-function substitute with gnus-replace-in-string.
2695         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2696         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2697         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2698         simplified expansions.
2699
2700 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2701
2702         * dig.el (dig): Add autoload cookie.
2703
2704 2009-08-22  Glenn Morris  <rgm@gnu.org>
2705
2706         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2707         goto-line.
2708
2709 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2710
2711         * parse-time.el (parse-time-string-chars): Save match data.
2712
2713 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2714
2715         * parse-time.el (parse-time-string-chars): Compute using character
2716         classes, to handle non-ascii characters (Bug#3190).
2717
2718 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2719
2720         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2721
2722         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2723         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2724         (gnus-mm-display-part, gnus-mime-display-single)
2725         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2726         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2727
2728         * gnus-sum.el
2729         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2730         (gnus-summary-move-article): Add expirable mark to articles copied or
2731         moved to group that has auto-expire turned on if the option is non-nil.
2732
2733 2009-07-24  Glenn Morris  <rgm@gnu.org>
2734
2735         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2736         Fix typo.  (Bug#3903)
2737
2738 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2739
2740         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2741         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2742         that should not be used for draft articles.
2743         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2744         that has no concern in minor mode keys.
2745         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2746         Abolish.
2747
2748 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2749
2750         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2751         article without making inquiry to a user for unknown encoding.
2752
2753         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2754         (nnmaildir--scan): Assume i-node and device number that file-attributes
2755         returns might be cons-cell.
2756
2757         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2758
2759         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2760
2761 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2762
2763         * auth-source.el: Remove docs now in auth.texi.  Don't use
2764         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2765         `auth-source-hide-passwords' and use them.
2766
2767 2009-07-15  Glenn Morris  <rgm@gnu.org>
2768
2769         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2770
2771 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2772
2773         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2774         excessive whitespace from the default values of title and description.
2775
2776 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2777
2778         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2779         mail-fetch-field to fetch Content-Description header in order to
2780         exclude newlines.
2781
2782 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2783
2784         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2785         format used by GnuPG 2.0.11.
2786
2787 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2788
2789         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2790         to deleted part.
2791
2792 2009-05-30  David Engster  <dengste@eml.cc>
2793
2794         * nnmairix.el: Remove old documentation in the commentary block.
2795         (nnmairix-request-group): Do not update active file for nnml back ends.
2796         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2797         end so that overview files are ignored.
2798         (nnmairix-update-groups): Make updating the groups more robust by using
2799         marks.
2800         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2801         with dollar characters in message-id.
2802
2803 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2804
2805         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2806         2008-12-25 in dns.el.
2807
2808 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2809
2810         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2811         could happen if the text is only composed of spaces and/or tabs.
2812
2813 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2814
2815         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2816         when sending a queued message to avoid extra mml tags.
2817
2818 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2819
2820         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2821
2822 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2823
2824         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2825         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2826         rmail-toggle-header for XEmacs;
2827         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2828
2829 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2830
2831         * gnus-dired.el: Remove autoload for gnus-setup-message.
2832         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2833         displaying Gnus logo; always use compose-mail.
2834
2835 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2836
2837         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2838
2839 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2840
2841         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2842         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2843         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2844         available.
2845         (gnus-nocem-epg-verify): New function.
2846
2847 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2848
2849         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2850
2851 2009-02-15  Glenn Morris  <rgm@gnu.org>
2852
2853         * gnus-util.el (rmail-insert-rmail-file-header)
2854         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2855         autoloads.
2856         (rmail-default-rmail-file): Remove unnecessary declaration.
2857         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2858
2859 2009-02-14  Glenn Morris  <rgm@gnu.org>
2860
2861         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2862         variable (only used in gnus-util, which declares it anyway).
2863         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2864         which was only needed by gnus-art (changed to not use it any more).
2865         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2866         only used in gnus-util, which autoloads it itself.
2867         (rmail-update-summary): Fix autoload.
2868
2869         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2870         rather than rmail-output-to-rmail-file.
2871
2872 2009-02-07  Glenn Morris  <rgm@gnu.org>
2873
2874         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2875         autoload of function that no longer exists.
2876         (rmail-toggle-header): Declare.
2877         (message-forward-rmail-make-body): Handle mbox Rmail.
2878
2879 2009-01-31  Glenn Morris  <rgm@gnu.org>
2880
2881         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2882         2009-01-09 change.
2883
2884 2009-01-31  Dave Love  <fx@gnu.org>
2885
2886         * imap.el (imap-fetch-safe): Bind debug-on-error.
2887         (imap-debug): Add imap-fetch-safe.
2888
2889 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2890
2891         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2892         (auth-source-forget-all-cached): New convenience function.
2893         (auth-source-user-or-password): Accept list of modes or a single mode.
2894
2895         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2896         auth-source modes.
2897
2898         * netrc.el (netrc-machine-user-or-password): Use list of
2899         auth-source modes.
2900
2901         * nnimap.el (nnimap-open-connection): Use list of
2902         auth-source modes.
2903
2904         * nntp.el (nntp-send-authinfo): Use list of
2905         auth-source modes.
2906
2907 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2908
2909         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2910         now.
2911
2912 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2913
2914         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2915         coding system in XEmacs; add a workaround for XEmacs.
2916
2917         * lpath.el: Fbind coding-system-aliasee.
2918
2919 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2920
2921         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2922         of current-language-environment.
2923
2924 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2925
2926         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2927         available at runtime.
2928
2929 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2930
2931         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2932
2933 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2934
2935         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2936         the greatest positive fixnum value doesn't work under an XEmacs with
2937         bignum support; use the most-positive-fixnum constant instead,
2938         available since Emacs 21.1 with cl and XEmacs 21.1.
2939
2940 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2941
2942         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2943         XEmacs gets not to work.
2944
2945 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2946
2947         * mm-util.el (mm-coding-system-priorities): Allow the value like
2948         "Japanese (UTF-8)" of current-language-environment.
2949
2950 2009-01-09  Glenn Morris  <rgm@gnu.org>
2951
2952         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2953         with last-command-event.
2954
2955 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2956
2957         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2958         in the doc string.
2959
2960         * message.el (message-fix-before-sending): Amend comment.
2961
2962 2009-01-08  Dave Love  <fx@gnu.org>
2963
2964         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2965
2966 2009-01-07  David Engster  <dengste@eml.cc>
2967
2968         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2969         simplified server definitions by converting it via
2970         gnus-server-to-method.
2971
2972 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2973
2974         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2975         parameter's operands.
2976
2977 2009-01-06  David Engster  <dengste@eml.cc>
2978
2979         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2980         primary select method (for gnus-group-mark-article-as-read).
2981
2982 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2983
2984         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2985         `(gnus)Face', not `(gnus)X-Face'.
2986
2987 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2988
2989         * mm-util.el (mm-ucs-to-char): New function.
2990
2991         * mm-url.el (mm-url-decode-entities): Use it.
2992
2993         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2994         unicode-to-char.
2995
2996 2009-01-05  Dave Love  <fx@gnu.org>
2997
2998         * time-date.el: Require cl for `declare'.
2999
3000 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3001
3002         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3003         Dave Love.
3004
3005 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3006
3007         * message.el (message-fix-before-sending): Add `eight-bit' to
3008         illegible-text check.
3009
3010 2009-01-03  Michael Olson  <mwolson@gnu.org>
3011
3012         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3013         `headers' is nil.  This can occur if the IMAP server does not have
3014         permissions to read messages from a folder, but can write new messages
3015         to the folder.
3016         (nnimap-request-article-part): Do not insert `data' if it is nil.
3017
3018         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3019         characters which will confuse `read', so skip past them.
3020
3021 2009-01-01  Dave Love  <fx@gnu.org>
3022
3023         * imap.el (imap-string-to-integer): Fix typo.
3024         (imap-fetch-safe): New function.
3025         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3026
3027         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3028
3029         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3030         (imap-parse-greeting): Fix doc strings.
3031         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3032         (imap-parse-flag-list): Make messages unique.
3033         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3034
3035         * nnimap.el: Fix author email.
3036         (nnimap-split-rule): Add FIXME comment.
3037         (nnimap-debug): Fix doc string.
3038
3039 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3040
3041         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3042
3043 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3044
3045         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3046         nslookup if resolv.conf isn't available.
3047         (dns-query): Rename from query-dns.
3048         (dns-query-cached): Rename from query-dns-cached.
3049
3050 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3051
3052         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3053         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3054         to check if those variables exist (first appeared in Emacs 18.50).
3055
3056 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3057
3058         * mm-util.el (mm-line-number-at-pos): New function.
3059
3060         * spam-report.el (spam-report-process-queue): Use it.
3061
3062 2008-12-24  David Engster  <dengste@eml.cc>
3063
3064         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3065         parameters that haven't existed as variables as buffer-local variables.
3066
3067 2008-12-23  Dave Love  <fx@gnu.org>
3068
3069         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3070         cadar.
3071
3072         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3073         imap-starttls-p.
3074         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3075
3076 2008-12-22  Dave Love  <fx@gnu.org>
3077
3078         * imap.el: Fix author email.  Doc fixes.
3079         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3080         reply.
3081
3082 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3083
3084         * spam-report.el (spam-report-gmane-max-requests): New constant.
3085         (spam-report-gmane-wait): New variable.
3086         (spam-report-gmane-ham, spam-report-gmane-spam)
3087         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3088         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3089         the server.
3090
3091         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3092         Add explanations.
3093
3094         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3095         nnheader-accept-process-output and nnheader-read-timeout if available.
3096         (pop3-movemail): Use it.
3097
3098         * message.el (message-check-news-body-syntax): Fix signature check if
3099         there's an attachment.
3100
3101 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3102
3103         * mm-util.el: Add comments to the mm- emulating functions.
3104
3105 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3106
3107         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3108         by Stephen Berman <stephen.berman@gmx.net>.
3109
3110 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3111
3112         * mm-util.el (mm-substring-no-properties): New function.
3113         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3114         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3115         (mm-string-to-multibyte): Doc fix.
3116
3117         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3118
3119 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3120
3121         * mml.el (mml-attach-file): Strip text properties from file name.
3122         (Bug#1574)
3123
3124 2008-12-16  Glenn Morris  <rgm@gnu.org>
3125
3126         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3127
3128 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3129
3130         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3131         knows since the charset specified might be a bogus alias that
3132         mm-charset-synonym-alist provides.
3133
3134 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3135
3136         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3137         "ISO_8859-1".
3138
3139         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3140
3141 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3142
3143         * mm-util.el (mm-charset-eval-alist):
3144         Define it before mm-charset-to-coding-system.
3145         (mm-charset-to-coding-system): Add optional argument `silent';
3146         define it before mm-charset-override-alist.
3147         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3148         default value if it can be used in Emacs currently running;
3149         silence mm-charset-to-coding-system.
3150
3151 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3152
3153         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3154         `allow-override' which says whether to use `mm-charset-override-alist'.
3155         (rfc2047-decode-encoded-words): Use it.
3156
3157         * mm-util.el (mm-charset-override-alist): Fix custom type;
3158         add `(gb2312 . gbk)' to choices.
3159
3160 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3161
3162         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3163         fast.
3164
3165         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3166
3167         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3168
3169 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3170
3171         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3172         on links.
3173
3174         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3175
3176 2008-12-03  Lute Kamstra  <lute@gnu.org>
3177
3178         * sha1.el: Remove leading * from docstrings of defcustoms,
3179         deffaces, defconsts and defuns.
3180
3181 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3182
3183         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3184         users' addresses that don't have domain parts.
3185         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3186         rather than message-narrow-to-head since there will be the message
3187         header separator.
3188
3189 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3190
3191         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3192         since the result is inserted in a unibyte buffer anyway.
3193         (nnimap-demule-use-string-to-multibyte): Remove.
3194         (nnimap-demule): Alias it to mm-string-to-multibyte.
3195
3196 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3197
3198         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3199         variable for debugging bug#464 and bug#1174.
3200         (nnimap-demule): Use it.
3201
3202 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3203
3204         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3205         score calculation correctly.
3206
3207 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3208
3209         * message.el (message-send-mail): Just set the buffer to unibyte
3210         rather than use mm-with-unibyte-current-buffer which does a lot more.
3211         (message-send-mail-partially): Don't bother with
3212         mm-with-unibyte-current-buffer since it's already been made unibyte by
3213         message-send-mail.
3214
3215 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3216
3217         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3218
3219 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3220
3221         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3222
3223 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3224
3225         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3226         require itself and to remove `with-no-warnings'.
3227
3228 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3229
3230         * starttls.el (starttls-any-program-available): Get the name of the
3231         available TLS layer program.
3232         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3233         well as the host name in the "opening" message.
3234
3235         * auth-source.el (auth-source-cache, auth-source-do-cache)
3236         (auth-source-user-or-password): Cache passwords and logins by default,
3237         allow override with `auth-source-do-cache'.
3238         (auth-source-forget-user-or-password): Allow users to remove cache
3239         entries if needed.
3240
3241 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3242
3243         * md4.el (md4-buffer): Fix typo in docstring.
3244         (md4, md4-64): Doc fixes.
3245         (md4-pack-int32): Reflow docstring.
3246
3247 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3248
3249         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3250         condition-case to only the forward-sexp call.
3251
3252 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3253
3254         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3255         quotes contained.  Make it more robust regardless by an extra
3256         condition-case wrapper.
3257
3258 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3259
3260         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3261
3262 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3263
3264         * nnml.el (nnml-request-expire-articles): Check if the function set to
3265         `nnmail-expiry-target' returns the symbol `delete'.
3266
3267         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3268
3269         * nnmail.el (nnmail-expiry-target): Fix custom type.
3270
3271 2008-10-02  Glenn Morris  <rgm@gnu.org>
3272
3273         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3274         Silence compiler warning.
3275
3276 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3277
3278         * tls.el (open-tls-stream): Show the actual command being
3279         executed, instead of the format string.
3280
3281 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3282
3283         * lpath.el: Fbind codepage-setup for Emacs 23.
3284
3285 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3286
3287         * mml.el (mml-menu): Don't assume mml2015 is bound.
3288
3289 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3290
3291         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3292         exists.
3293
3294 2008-09-27  Glenn Morris  <rgm@gnu.org>
3295
3296         * gnus-util.el (mail-header-remove-comments): Autoload it.
3297
3298 2008-09-27  Andreas Schwab  <schwab@suse.de>
3299
3300         * gnus-util.el (gnus-split-references): Strip comments.
3301         (gnus-parent-id): Likewise.
3302
3303 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3304
3305         * message.el (message-confirm-send): Fix version.
3306
3307 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3308
3309         * message.el (message-idna-to-ascii-rhs-1): Use
3310         mail-extract-address-components rather than mail-header-parse-addresses
3311         that is an alias by default to ietf-drums-parse-addresses that does not
3312         support non-ASCII names in headers' contents.
3313
3314 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3315
3316         * message.el (message-confirm-send): Fixed variable documentation to
3317         avoid the "y/n" wording.
3318
3319 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3320
3321         * message.el (message-set-auto-save-file-name): Save to a different
3322         filename so multiple messages (especially drafts) can be recovered.
3323
3324 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3325
3326         * message.el (message-confirm-send): Add appropriate version.
3327
3328 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3329
3330         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3331         defvar.
3332
3333 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3334
3335         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3336         (mm-pkcs7-enveloped-magic): Ditto.
3337
3338 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3339
3340         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3341         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3342
3343 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3344
3345         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3346         default, it's better.
3347
3348 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3349
3350         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3351         summary line gnus-number property and ignore them (with a warning
3352         message).
3353
3354 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3355
3356         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3357         macro caddr in the interactive form since it won't be expanded.
3358
3359 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3360
3361         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3362         `charset'; fix name of function called recursively.
3363         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3364
3365 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3366
3367         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3368         (gnus-mime-set-charset-parameters): New function.
3369         (gnus-mime-view-part-as-charset): Use it to correctly display part
3370         specifying wrong charset.
3371
3372 2008-09-08  David Engster  <dengste@eml.cc>
3373
3374         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3375         in completing-read for back end server.
3376
3377 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3378
3379         * message.el (message-confirm-send): New variable to confirm sending a
3380         message.
3381         (message-send): Use it.
3382
3383 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3384
3385         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3386
3387 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3388
3389         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3390
3391 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3392
3393         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3394         prevent tracking too many groups.
3395         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3396         Use it.
3397
3398 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3399
3400         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3401         moving point to the bottom of the window in order to avoid recentering.
3402
3403 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3404
3405         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3406
3407         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3408         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3409         (gnus-article-beginning-of-window): Fix calculation.
3410
3411 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3412
3413         * gnus-msg.el (gnus-summary-supersede-article)
3414         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3415         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3416         message header.
3417
3418 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3419
3420         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3421         pending output coming after the status change.
3422
3423 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3424
3425         * message.el:
3426         * gnus-start.el:
3427         * gnus-registry.el: Remove VMS support.
3428
3429 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3430
3431         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3432         macro.
3433         (rfc2104-hash): Use it.
3434
3435 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3436
3437         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3438         (gnus-summary-sort-by-most-recent-date): New commands.
3439         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3440         and menu entries.
3441
3442 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3443
3444         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3445         don't redisplay article for raw contents; remove plural articles stuff.
3446
3447         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3448         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3449         on gnus-summary-save-article; display results properly.
3450
3451 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3452
3453         * lpath.el: No need to fbind ns-focus-frame.
3454
3455 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3456
3457         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3458
3459 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3460
3461         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3462         gnus-save-all-headers.
3463
3464 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3465
3466         * gnus-util.el (ns-focus-frame): Remove declaration.
3467         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3468         like x.
3469
3470 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3471
3472         * rfc2104.el (rfc2104-zero): Delete defconst.
3473         (rfc2104-hex-alist): Likewise.
3474         (rfc2104-hex-to-int): Delete func.
3475         (rfc2104-hexstring-to-bitstring): Likewise.
3476         (rfc2104-nybbles): New defconst.
3477         (rfc2104-hash): Rewrite for speed.
3478
3479 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3480
3481         * tls.el (open-tls-stream): Make it work with the 2nd argument
3482         BUFFER that is a string but does not exist as a buffer object, as
3483         mentioned in the doc-string.
3484
3485 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3486
3487         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3488         SXEmacs.
3489
3490 2008-07-16  Glenn Morris  <rgm@gnu.org>
3491
3492         * gnus-util.el (ns-focus-frame): Declare for compiler.
3493
3494 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3495
3496         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3497         set as a group parameter.
3498         (gnus-summary-save-in-pipe): Work when it is called independently.
3499         (gnus-summary-pipe-to-muttprint): Don't modify
3500         gnus-summary-pipe-output-default-command.
3501
3502 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3503
3504         * message.el (message-send-mail-with-sendmail):
3505         Display the error message.
3506
3507 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3508
3509         * gnus-art.el (gnus-default-article-saver):
3510         Add gnus-summary-save-in-pipe to choices.
3511         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3512         gnus-summary-pipe-output-default-command as the default command.
3513         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3514         instead of gnus-last-shell-command.
3515
3516         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3517         New user option.
3518         (gnus-summary-muttprint-program): Mention the value will be changed.
3519         (gnus-summary-save-article): Force showing of all headers.
3520         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3521
3522 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3523
3524         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3525
3526 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3527
3528         * nnimap.el (nnimap-id):
3529         * sieve-manage.el (sieve-manage-open): Doc fixes.
3530
3531 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3532
3533         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3534         if available.
3535
3536 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3537
3538         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3539
3540         * nnkiboze.el (nnkiboze-generate-group):
3541         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3542
3543         * nnmairix.el: Require CL.
3544
3545 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3546
3547         * dgnushack.el: Autoload get-display-table and put-display-table for
3548         XEmacs 21.5.
3549
3550         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3551         21.4 and SXEmacs.
3552
3553 2008-06-15  David Engster  <dengste@eml.cc>
3554
3555         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3556
3557 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3558
3559         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3560         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3561         runtime choice under XEmacs.
3562
3563         * gnus-sum.el (gnus-summary-set-display-table):
3564         Use `gnus-put-display-table', `gnus-get-display-table',
3565         `gnus-set-display-table' for the display table, instead of `aset'.
3566
3567         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3568         Use `gnus-put-display-table', `gnus-get-display-table',
3569         `gnus-set-display-table' for the display table.
3570
3571 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3572
3573         * nnmairix.el: Add autoloads.
3574
3575 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3576
3577         * nnmairix.el (nnmairix-delete-recreate-group)
3578         (nnmairix-update-and-clear-marks): Fix error messages.
3579
3580 2008-06-14  David Engster  <dengste@eml.cc>
3581
3582         * nnmairix.el: Upgrade to version 0.6.
3583         (nnmairix-group-toggle-propmarks-this-group)
3584         (nnmairix-group-toggle-readmarks-this-group)
3585         (nnmairix-group-delete-recreate-this-group)
3586         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3587         (nnmairix-remove-tick-mark-original-article): New commands.
3588         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3589         (nnmairix-propagate-marks-to-nnmairix-groups)
3590         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3591         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3592         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3593         functions needed for marks propagation and manipulation of read marks.
3594         (nnmairix-update-groups): New function.
3595         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3596         (nnmairix-determine-original-group-from-registry)
3597         (nnmairix-determine-original-group-from-path)
3598         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3599         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3600         New helper functions.
3601         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3602         keystrokes for new commands.
3603         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3604         (nnmairix-request-group): Check allow-fast group parameter.
3605         (nnmairix-request-create-group): Set allow-fast group parameter if
3606         nnmairix-allowfast-default is set.
3607         (nnmairix-close-group): Propagate marks upon closing if needed.
3608         (nnmairix-group-toggle-threads-this-group): Use new.
3609         nnmairix-group-toggle-parameter helper function.
3610         (nnmairix-search): Better check for empty search result.
3611         (nnmairix-goto-original-article): Use new helper functions for
3612         determining original article.
3613         (nnmairix-show-original-article): Make sure message-id is in brackets.
3614         (nnmairix-call-mairix-binary): Change variable name.
3615         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3616         helper function.
3617         (nnmairix-widget-toggle-activate): Fix doc string.
3618
3619 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3620
3621         * nnir.el: Require edmacro when compiling with XEmacs.
3622         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3623         available in Emacs 21.
3624
3625 2008-06-11  Glenn Morris  <rgm@gnu.org>
3626
3627         * gnus-util.el (x-focus-frame):
3628         * gnus.el (image-size):
3629         * mm-decode.el (image-size): Declare.
3630
3631         * gnus-picon.el (declare-function): Add compat definition.
3632         (image-size): Declare.
3633
3634         * gnus-group.el (tool-bar-map):
3635         * gnus-sum.el (tool-bar-map): Define for compiler.
3636
3637         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3638
3639         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3640
3641         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3642         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3643         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3644         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3645         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3646         * sieve-manage.el, spam-report.el, spam.el:
3647         Remove unnecessary eval-and-compile of autoloads.
3648
3649 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3650
3651         * auth-source.el: Precise Tramp doc.
3652
3653 2008-06-07  Glenn Morris  <rgm@gnu.org>
3654
3655         * nnmairix.el: Remove unnecessary eval-when-compile.
3656
3657 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3658
3659         * lpath.el: Fbind propertize for XEmacs 21.4.
3660
3661 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3662
3663         * nnir.el: Move here from ../contrib.
3664
3665 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3666
3667         * gnus-util.el (gnus-read-shell-command): New function.
3668         * mm-decode.el (mm-pipe-part):
3669         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3670
3671 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3672
3673         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3674
3675 2008-06-03  Glenn Morris  <rgm@gnu.org>
3676
3677         * pop3.el (nnheader-accept-process-output): Autoload it.
3678
3679 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3680
3681         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3682         are not 2-digit hexadecimal characters that follow `%'s.
3683
3684 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3685
3686         * message.el (message-bogus-recipient-p): Fix type in doc string.
3687         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3688         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3689         Improve custom options.
3690         (message-bogus-recipient-p): Adjust accordingly.
3691
3692 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3693
3694         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3695         long-form month and day names.
3696
3697 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3698
3699         * dgnushack.el: Autoload debug, eudc-expand-inline and
3700         pgg-snarf-keys-region for XEmacs.
3701
3702         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3703
3704         * nnmairix.el: Require edmacro when compiling with XEmacs.
3705
3706 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3707
3708         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3709         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3710
3711 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3712
3713         * auth-source.el: Add more docs.
3714
3715         * netrc.el (netrc-machine): Always match if the port is not given.
3716
3717 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3718
3719         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3720         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3721         retrieval faster in some cases, but might make CPU usage larger.  If
3722         this has any bad side effects, we might revert this change.
3723
3724         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3725         seems to make mail retrieval much, much faster.
3726         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3727         unconditionally.
3728
3729         * gnus-draft.el (gnus-group-send-queue): Bind
3730         message-send-mail-partially-limit to nil to avoid being prompted.
3731
3732 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3733
3734         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3735
3736         * message.el (message-bogus-address-regexp): Fix and improve custom
3737         type.
3738         (message-setup-hook): Add message-check-recipients as custom option.
3739
3740 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3741
3742         * message.el (message-cite-function): Remove bogus autoload which crept
3743         in during merge from v5-10.
3744
3745 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3746
3747         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3748
3749         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3750
3751         * auth-source.el: Preliminary Tramp docs.
3752         (auth-sources): Change the default auth-sources to use
3753         EPA .gpg files.
3754
3755 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3756
3757         * nntp.el: Autoload `auth-source-user-or-password'.
3758         (nntp-send-authinfo): Use it.
3759
3760         * nnimap.el: Autoload `auth-source-user-or-password'.
3761         (nnimap-open-connection): Use it.
3762
3763         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3764         for the gnus-message function.
3765         (auth-source-user-or-password): Use it.
3766
3767 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3768
3769         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3770         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3771         (rfc2104-hash): Use it.
3772
3773 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3774
3775         * gnus-art.el (gnus-article-toggle-truncate-lines):
3776         Don't use `iff' in docstring.
3777
3778 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3779
3780         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3781
3782         * gnus-util.el (gnus-extract-address-component-name)
3783         (gnus-extract-address-component-email): Convenience functions around
3784         `gnus-extract-address-components'.
3785
3786         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3787         Use `gnus-extract-address-component-email' to fix bug of comparing full
3788         sender name to `user-mail-address'.
3789
3790 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3791
3792         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3793         catch/throw to optimize.
3794         (gnus-registry-find-keywords): Just use member to find a keyword.
3795
3796 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3797
3798         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3799         is current before calling gnus-server-prepare.
3800         (gnus-server-setup-buffer, gnus-server-update-server)
3801         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3802
3803 2008-05-04  Juri Linkov  <juri@jurta.org>
3804
3805         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3806         (mailcap-file-default-commands): Use mailcap-replace-in-string
3807         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3808         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3809
3810 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3811
3812         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3813
3814 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3815
3816         * gnus.el: Bump version to 0.11.
3817
3818 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3819
3820         * gnus.el: No Gnus v0.10 is released.
3821
3822 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3823
3824         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3825         hooks.
3826         (gnus-update-read-articles): Speed up non-marks-using users.
3827         (gnus-use-marks): Define gnus-use-marks.
3828         (gnus-propagate-marks): Rename variable to something more sensible.
3829
3830 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3831
3832         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3833         (gmm-image-load-path-for-library): Fix typos in docstrings.
3834         (gmm-message): Reflow docstring.
3835
3836 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3837
3838         * mail-source.el (mail-source-set-1, mail-source-bind):
3839         Move auth-source code out of the macro to clean it up and fix bugs.
3840
3841 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3842
3843         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3844         by sender if it's equal to user-mail-address, it's likely to be
3845         useless.
3846
3847         * mail-source.el (mail-source-bind): Don't use user or password if they
3848         are not bound.  Unintern them if they are nil.  Don't use server unless
3849         it's bound, and default it to empty string otherwise.
3850
3851 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3852
3853         * mail-source.el: Load auth-source.el.
3854         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3855         get user name or password, if auth-sources is set up.
3856
3857         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3858         strategy of splitting with parent.
3859         (gnus-registry-split-fancy-with-parent)
3860         (gnus-registry-post-process-groups): Use it and fix prior
3861         bug (returning a list as the split result).
3862
3863         * auth-source.el (auth-sources): Remove server parameter.
3864         (auth-source-pick, auth-source-user-or-password)
3865         (auth-source-user-or-password-imap)
3866         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3867         (auth-source-user-or-password-sftp)
3868         (auth-source-user-or-password-smtp): Remove server parameter.
3869
3870 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3871
3872         * smime.el (smime-sign-region, smime-encrypt-region)
3873         (smime-decrypt-region):
3874         Remove redundant calls to `generate-new-buffer-name'.
3875
3876 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3877
3878         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3879         Don't use QP for message/rfc822.
3880         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3881
3882 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3883
3884         * sieve-manage.el (sieve-string-bytes): Remove.
3885         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3886         correct byte-length only if the process's coding-system is the same as
3887         the one used internally by Emacs to represent strings.
3888
3889 2008-04-22  Juri Linkov  <juri@jurta.org>
3890
3891         * mailcap.el (mailcap-file-default-commands): New function.
3892
3893 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3894
3895         * message.el (message-signature-separator, message-cite-function):
3896         Change custom version.
3897
3898 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3899
3900         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3901         commands.
3902         (tls-checktrust): Ditto.
3903
3904 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3905
3906         * mm-decode.el (mm-display-external): Make temp file read-only.
3907
3908 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3909
3910         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3911         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3912         `C-c C-f d'.
3913
3914 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3915
3916         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3917
3918 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3919
3920         * gnus.el: Bump version to 0.9.
3921
3922 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3923
3924         * gnus.el: No Gnus v0.8 is released.
3925
3926 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3927
3928         * mail-source.el (mail-source-value):
3929         Prefer fboundp to functionp so it works with macros as well.
3930
3931 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3932
3933         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3934         Fix last change in case the element is not even a symbol.
3935
3936 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3937
3938         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3939         Prefer fboundp to functionp so it works with macros as well.
3940
3941 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3942
3943         * auth-source.el: Added docs.
3944         (auth-sources): Modify format to support server.
3945         (auth-source-pick, auth-source-user-or-password)
3946         (auth-source-user-or-password-imap)
3947         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3948         (auth-source-user-or-password-sftp)
3949         (auth-source-user-or-password-smtp): Add server parameter.
3950
3951 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3952
3953         * gnus-registry.el: Initialize the registry when gnus-registry-install
3954         is t.
3955
3956 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3957
3958         * compface.el (uncompface): Make buffer unibyte.
3959
3960 2008-04-05  Glenn Morris  <rgm@gnu.org>
3961
3962         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3963
3964 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3965
3966         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3967         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3968
3969         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3970         multibyteness after rather than before erasing it.
3971
3972         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3973         mm-with-multibyte.
3974         (gnus-request-article-this-buffer): Make sure the proper decoding is
3975         used if gnus-original-article-buffer happens to be unibyte.
3976
3977         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3978         default-enable-multibyte-characters.
3979
3980         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3981         default-enable-multibyte-characters.
3982
3983         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3984
3985         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3986
3987 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3988
3989         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3990         (imap-message-copyuid-1): Use it.
3991         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3992         J. Williams in
3993         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3994
3995         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3996         imap-enable-exchange-bug-workaround.
3997         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3998
3999 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4000
4001         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4002         a 100 byte status-checks into a 2-3MB transfer for each group.
4003         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4004         to enable bug workaround or not.
4005         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4006
4007 2008-03-31  Glenn Morris  <rgm@gnu.org>
4008
4009         * message.el (mml2015-use): Declare for compiler.
4010         (message-info): Require mml2015 when appropriate.
4011
4012 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4015         whitespace.
4016
4017 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4018
4019         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4020         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4021         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4022         (nntp-service-to-port): New function.
4023         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4024         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4025         (nntp-open-netcat-stream): New function.
4026         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4027
4028 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4029
4030         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4031
4032 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4033
4034         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4035
4036 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4037
4038         * dns.el (dns-write): Use set-buffer-multibyte.
4039
4040 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4041
4042         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4043
4044 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4045
4046         * message.el (message-signature-separator): Change default.
4047         Improve custom type.
4048         (message-cite-function): Change default to
4049         message-cite-original-without-signature.
4050
4051         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4052         toggle.
4053
4054         * message.el (message-check-news-body-syntax): Fix signature check.
4055         (message-setup-1): Mark buffer as unmodified _after_ running
4056         message-setup-hook and handling message-alternative-emails.
4057         (message-shorten-references): Be more strict when building list of
4058         valid references to comply with GNKSA.
4059
4060         * gnus-group.el (gnus-read-ephemeral-bug-group)
4061         (gnus-read-ephemeral-debian-bug-group)
4062         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4063
4064         * message.el (message-info): Don't use booleanp which isn't supported
4065         in Emacs 21 and XEmacs.
4066
4067 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4068
4069         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4070         gnus-group-gmane-group-download-format.
4071         (gnus-group-read-ephemeral-gmane-group): Rename from
4072         gnus-group-read-ephemeral-gmane-group.
4073         (gnus-read-ephemeral-gmane-group-url): Rename from
4074         gnus-group-read-ephemeral-gmane-group-url.
4075         (gnus-bug-group-download-format-alist): New variable.
4076         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4077         (gnus-read-ephemeral-emacs-bug-group): New commands.
4078
4079 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4080
4081         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4082         (gnus-visible-headers): Improve custom type.
4083
4084 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4085
4086         * mml.el (mml-menu): Add workarounds for XEmacs.
4087
4088         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4089         X-Boundary header.
4090
4091         * message.el (message-simplify-recipients): Fix previous commit.
4092
4093 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4094
4095         * mm-util.el (mm-set-buffer-multibyte): New function.
4096         * mm-decode.el (mm-copy-to-buffer): Use it.
4097
4098 2008-03-19  Glenn Morris  <rgm@gnu.org>
4099
4100         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4101         Accidentally removed in the sync process with Emacs.
4102
4103 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4104
4105         * message.el (message-alter-recipients-discard-bogus-full-name):
4106         New function.
4107         (message-alter-recipients-function): New variable.
4108         (message-get-reply-headers): Use it.
4109         (message-replace-header): New helper function.
4110         (message-recipients-without-full-name): New variable.
4111         (message-simplify-recipients): New command.
4112
4113         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4114
4115         * message.el (message-info): Handle EasyPG manual.
4116
4117         * mml.el (mml-menu): Add entry for EasyPG.
4118
4119 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4120
4121         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4122         parameter.
4123
4124         * message.el (message-disassociate-draft): Specify drafts group name
4125         fully.
4126
4127 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4128
4129         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4130         unnecessary duplicates from the match list.
4131
4132 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4133
4134         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4135
4136         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4137
4138         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4139         args of `how-many' of which the XEmacs version doesn't take; declare
4140         Info-index-next as function.
4141
4142 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4143
4144         * gnus-score.el (gnus-score-headers): Fix handling of
4145         gnus-inhibit-slow-scoring.
4146
4147         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4148         string.
4149         (gnus-button-url-regexp): Improve handling of parenthesis.
4150         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4151         (gnus-button-handle-info-keystrokes): Handle index entries.
4152
4153 2008-03-15  Glenn Morris  <rgm@gnu.org>
4154
4155         * parse-time.el (parse-time-string): Simplify.
4156
4157 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4158
4159         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4160         Incoming* files.
4161
4162 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4163
4164         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4165         (auth-source-pick): Use it.
4166
4167 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4168
4169         * binhex.el (binhex-decode-region-internal):
4170         * uudecode.el (uudecode-decode-region-internal):
4171         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4172         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4173         setting default-enable-multibyte-characters.
4174
4175 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4176
4177         * auth-source.el (auth-source-protocols)
4178         (auth-source-protocols-customize, auth-source-choices): Added and
4179         modified variable customizations and defaults.
4180         (auth-source-pick, auth-source-user-or-password)
4181         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4182         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4183         (auth-source-user-or-password-sftp)
4184         (auth-source-user-or-password-smtp): Use new variables and provide an
4185         interface to netrc.el.
4186
4187 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4188
4189         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4190         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4191         Make sure the nntp port to specify is a string.
4192
4193 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4194
4195         * nntp.el: Use with-current-buffer.
4196         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4197         dubious mm-with-unibyte-current-buffer.
4198         (nntp-with-open-group-function): New function extracted from
4199         nntp-with-open-group macro.
4200         (nntp-with-open-group): Use the function, so it's easier to debug.
4201         Add indentation and debugging info.
4202         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4203         the use of the netcat alternatives.
4204
4205         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4206         Avoid mm-string-as-multibyte as well.
4207
4208         * nnweb.el (nnweb-insert-html):
4209         Remove use of nnheader-string-as-multibyte.
4210
4211         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4212         (nnheader-string-as-multibyte): Remove.
4213
4214         * mm-view.el: Use inhibit-read-only.
4215         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4216         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4217         or unibyte-string.
4218
4219         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4220         (mm-uu-yenc-extract): Use with-current-buffer.
4221
4222         * gnus-soup.el (gnus-soup-send-packet): Don't use
4223         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4224
4225         * nnmh.el: Use with-current-buffer.
4226         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4227         mm-string-as-multibyte on the output of mm-encode-coding-string.
4228
4229         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4230         (nnimap-request-move-article): Use with-current-buffer.
4231
4232         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4233         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4234         conversion uses string-make-unibyte rather than string-as-unibyte.
4235
4236         * gnus-msg.el: Use with-current-buffer.
4237
4238         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4239
4240 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4241
4242         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4243         string for caching if it is 'PIN.
4244
4245 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4246
4247         * lpath.el: Consider the case without Emacs/W3.
4248
4249 2008-03-08  Glenn Morris  <rgm@gnu.org>
4250
4251         * time-date.el (date-to-time, time-subtract, time-add)
4252         (safe-date-to-time): Doc fixes.
4253
4254 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4255
4256         * mail-source.el (mail-source-delete-old-incoming-confirm):
4257         Change default to nil.
4258         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4259
4260 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4261
4262         * lpath.el: Rearrange.
4263
4264         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4265         (gnus-article-goto-prev-page): Work for articles having ^L's.
4266
4267         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4268
4269         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4270
4271 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4272
4273         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4274         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4275         (gnus-bookmark-jump): Adjust some variable names.
4276
4277 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4278
4279         * auth-source.el: New package.
4280         (auth-source-choices): Add customization entry point variable.
4281
4282         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4283         bug.
4284
4285 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4286
4287         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4288         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4289         (gnus-registry-install-shortcuts): Rename from
4290         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4291         the `gnus-registry-mark-map' keymap dynamically from
4292         `gnus-registry-marks'.  The generated functions update the summary line
4293         when a registry mark is added or deleted, and will call
4294         `gnus-registry-install-p' (see the comments in the code).
4295         (gnus-registry-user-format-function-M): Use concat intelligently.
4296
4297         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4298         the registry mark functions.
4299
4300 2008-03-05  Glenn Morris  <rgm@gnu.org>
4301
4302         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4303         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4304         gnus-art.
4305         (top-level): No need to load own source when compiling.
4306
4307 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4308
4309         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4310         Suggested by <chris.anderton@zetnet.co.uk>.
4311
4312 2008-03-04  Glenn Morris  <rgm@gnu.org>
4313
4314         * gnus-sum.el (top-level): No need to require gnus when compiling,
4315         since unconditionally required near start of file.
4316         (gnus-summary-display-while-building): Move definition before use.
4317
4318 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4319
4320         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4321         formatting function.
4322
4323 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4324
4325         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4326         with plists.
4327         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4328         Use new format.
4329
4330 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4331
4332         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4333         `where-is-internal' that returns a range of key sequences.
4334
4335 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4336
4337         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4338
4339         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4340         (gnus-summary-jump-to-group): Consider windows on other displayed
4341         frames as well.  Similar changes might be needed elsewhere, but that's
4342         the one I've bumped into during my use.
4343
4344         * nndoc.el (nndoc-oe-dbx-type-p):
4345         * gnus-msg.el (gnus-debug):
4346         * gnus-group.el (gnus-update-group-mark-positions):
4347         Use mm-string-to-multibyte.
4348
4349 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4350
4351         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4352         doesn't handle NotDashEscaped.
4353
4354         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4355         (mml-dnd-attach-options): Fix typo in custom choice.
4356
4357         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4358         nndoc-article-type to mbox.
4359         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4360
4361         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4362         to nil, instead of html2text.
4363
4364         * imap.el (imap-debug): Add `imap-ping-server'.
4365
4366         * gnus-bookmark.el: Add FIXMEs.
4367
4368         * message.el (message-form-letter-separator)
4369         (message-send-form-letter-delay): New variables.
4370         (message-send-form-letter): Use them.  New command to send form
4371         letters.  Requested by Uwe Siart.
4372         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4373
4374 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4375
4376         * Update copyright years.
4377
4378 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4379
4380         Sync from EMACS_22_BASE.
4381
4382         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4383
4384 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4385
4386         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4387         empty author.
4388
4389 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4390
4391         * gnus-registry.el (gnus-registry-marks): Add variable for
4392         customization of marks and their appearance.
4393         (gnus-registry-read-mark): Use it.
4394         (gnus-registry-do-marks): Add utility function to loop through
4395         `gnus-registry-marks'.
4396         (gnus-registry-install-shortcuts-and-menus): Add function to install
4397         shortcuts and menus.
4398         (gnus-registry-initialize): Use it.
4399         (gnus-registry-default-mark): Clarify documentation.
4400
4401 2008-02-29  Glenn Morris  <rgm@gnu.org>
4402
4403         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4404         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4405         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4406         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4407         Change defcustom :version from 23.0 to 23.1.
4408
4409 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4410
4411         * gnus-registry.el (gnus-registry-follow-group-p)
4412         (gnus-registry-post-process-groups): Add functions to aid registry
4413         splitting and improve logging.  Clarify behavior in function
4414         documentation.
4415         (gnus-registry-split-fancy-with-parent): Use them.
4416
4417 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4418
4419         * gnus-art.el: Use with-current-buffer.
4420
4421 2008-02-27  David Engster  <dengste@eml.cc>
4422
4423         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4424         Express real group name in the response.
4425
4426 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4427
4428         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4429         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4430         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4431         autoload gnus-registry-fetch-group when compiling.
4432         (nnmairix-request-group-with-article-number-correction): Remove
4433         unreferenced argument passed to nnmairix-call-backend.
4434
4435 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4436
4437         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4438         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4439         Wilde.
4440
4441 2008-02-27  Glenn Morris  <rgm@gnu.org>
4442
4443         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4444         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4445         variables to defconsts.  Convert comments to doc-strings.
4446         (nnmairix-last-server, nnmairix-current-server): Convert from free
4447         variables to defvars.  Convert comments to doc-strings.
4448         (gnus-registry-fetch-group): Autoload.
4449         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4450         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4451         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4452         caddr.
4453         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4454         nnmairix-request-group-with-article-number-correction call.
4455         (nnmairix-fast, nnmairix-group): New, less general names, for free
4456         variables passed from nnmairix-request-group to
4457         nnmairix-request-group-with-article-number-correction.  Declare.
4458         (nnmairix-request-group-with-article-number-correction):
4459         Use nnmairix-fast, nnmairix-group rather than fast, group.
4460
4461 2008-02-26  David Engster  <dengste@eml.cc>
4462
4463         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4464         version 0.5.
4465
4466 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4467
4468         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4469         instead of making an extra function call.  Don't add the current group
4470         to articles only when they have the group.  Use
4471         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4472         Reported by David <de_bb@arcor.de>.
4473
4474 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4475
4476         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4477         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4478
4479 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4480
4481         * mail-source.el (mail-source-delete-incoming): Change default.
4482         Supplement doc string.
4483
4484         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4485
4486 2008-02-14  Glenn Morris  <rgm@gnu.org>
4487
4488         * time-date.el (format-seconds): New function.
4489
4490 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4491
4492         * nnmail.el (nnmail-message-id-cache-file): Derive from
4493         `gnus-home-directory'.
4494
4495 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4496
4497         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4498         Document negative prefix.
4499
4500         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4501
4502 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4503
4504         * message.el (message-unsent-separator): Add the Exim bounce
4505         separator.
4506
4507 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4508
4509         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4510         list.
4511         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4512         recipient/signer list.
4513
4514 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4515
4516         * Makefile.in (datarootdir): Define.
4517         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4518         name that might contain whitespace.
4519
4520 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4521
4522         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4523         fbound (Emacs 23 unicode), signal an error.
4524
4525 2008-02-08  Glenn Morris  <rgm@gnu.org>
4526
4527         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4528
4529 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4530
4531         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4532         ports to the calls to `netrc-machine-user-or-password' in addition to
4533         "imap" and "imaps".
4534
4535 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4536
4537         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4538
4539         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4540
4541 2008-02-01  Kenichi Handa  <handa@m17n.org>
4542
4543         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4544         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4545         (rfc2104-hash): Convert the result of concat to unibyte string.
4546
4547 2008-02-01  Dave Love  <fx@gnu.org>
4548
4549         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4550         coding-system-for-read.
4551         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4552
4553 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4554
4555         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4556         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4557         <hanche@math.ntnu.no>.
4558
4559 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4560
4561         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4562
4563         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4564
4565 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4566
4567         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4568         * message.el (message-beginning-of-line): Use featurep instead of bound
4569         tests in order to resolve conditionals at compile time.
4570
4571 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4572
4573         * mail-source.el (mail-sources): Add `group' choice.
4574
4575         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4576         parameter `in-group' to control into which group the articles go.
4577         Add treatment of `group' mail-source.
4578
4579 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4580
4581         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4582
4583         * mm-decode.el (mm-dissect-buffer): Decode description.
4584
4585         * mml.el (mml-to-mime): Encode message header first.
4586
4587 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4588
4589         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4590         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4591
4592         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4593         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4594
4595 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4596
4597         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4598
4599 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4600
4601         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4602         prefix keys.
4603         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4604         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4605         gnus-xmas.el.
4606
4607         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4608         (gnus-xmas-article-describe-bindings): New function.
4609         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4610         gnus-xmas-article-describe-bindings.
4611
4612         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4613
4614 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4615
4616         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4617         Add new variables for article mark management.
4618         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4619         list of extra data entries which, when present, will indicate that the
4620         article ID should not be trimmed from the registry.
4621         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4622         functions.
4623         (gnus-registry-read-mark): New function to read a mark name from the
4624         user.
4625         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4626         (gnus-registry-set-article-mark-internal): New functions to add and
4627         remove marks.
4628         (gnus-registry-get-article-marks): New function to show the marks for
4629         an article, or retrieve them for further use.
4630
4631 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4632
4633         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4634         keys when no argument is given.
4635
4636 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4637
4638         * imap.el (imap-ping-server): New variable.
4639         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4640         (imap-ping-server): Minor doc string fixes.
4641
4642 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4643
4644         * imap.el (imap-ping-server): New function.
4645         (imap-opened): Call imap-ping-server.
4646
4647 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4648
4649         * gnus-sum.el (gnus-article-sort-by-random)
4650         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4651         jidanni@jidanni.org.
4652
4653 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4654
4655         * gnus-art.el (gnus-article-describe-bindings): New function.
4656         (gnus-article-read-summary-keys): Use it.
4657         (gnus-article-mode-map): Bind `C-h b' to it.
4658
4659 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4660
4661         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4662         XEmacs.
4663         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4664         against non-character events.
4665
4666         * lpath.el: Fbind map-keymap for Emacs 21.
4667
4668 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4669
4670         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4671         command.
4672         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4673         instead of END.  Change name of the temp file.
4674         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4675         customizable.
4676
4677 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4678
4679         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4680         bind `S W' to gnus-article-wide-reply-with-original; set default
4681         binding to gnus-article-read-summary-send-keys.
4682         (gnus-article-read-summary-keys): Fix the order of keys; display
4683         continuation keys correctly in the echo area; describe bindings
4684         correctly when keys end with `C-h'.
4685         (gnus-article-read-summary-send-keys): New function.
4686         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4687         for gnus-article-read-summary-send-keys; display continuation keys
4688         correctly in the echo area.
4689         (gnus-article-reply-with-original): Ignore prefix argument.
4690         (gnus-article-wide-reply-with-original): New function.
4691
4692         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4693         Emacs 21.
4694
4695 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4696
4697         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4698         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4699
4700 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4701
4702         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4703         (gnus-group-read-ephemeral-gmane-group): New command.
4704
4705 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4706
4707         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4708
4709 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4710
4711         * message.el (message-send-mail-function): Increase custom version.
4712
4713         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4714         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4715
4716 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4717
4718         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4719         for the cases where imap-authenticate is called with a nil buffer
4720         parameter.
4721
4722 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4723
4724         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4725         html parts correctly; support forwarded messages.
4726         (gnus-article-browse-html-article): Remove work buffers.
4727
4728         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4729         compiling.
4730         (netrc-bound-and-true-p): New macro.
4731         (netrc-parse): Use it instead of bound-and-true-p that is not available
4732         in XEmacs 21.4.
4733
4734 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4735
4736         * gnus-registry.el (gnus-registry-mark-article)
4737         (gnus-registry-article-marks): Add functionality to mark articles
4738         through the Gnus registry.
4739
4740         * encrypt.el: Clarify documentation for the new pgg method.
4741         (encrypt-file-alist): Add PGG option.
4742         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4743         functionality.  Abstract password key and messaging to external
4744         functions.
4745         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4746         (encrypt-message-method-and-cipher): Add new convenience external
4747         functions.
4748         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4749         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4750
4751         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4752         (netrc-parse): Use encrypt-file-alist to determine if
4753         encrypt-find-model or encrypt-insert-file-contents should be used.
4754
4755         * encrypt.el: Clarify documentation.  Load password-cache or
4756         password, whichever one is found first, instead of autoloading.
4757
4758 2007-12-19  Glenn Morris  <rgm@gnu.org>
4759
4760         * mml.el (message-options-set, message-narrow-to-head)
4761         (message-in-body-p, message-mail-p, message-encode-message-body):
4762         Autoload.
4763         (message-remove-header, message-narrow-to-headers-or-head)
4764         (message-subscribed-p, message-make-mail-followup-to)
4765         (message-position-on-field, message-news-p)
4766         (message-options-set-recipient, message-generate-headers)
4767         (message-sort-headers): Declare as functions.
4768
4769 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4770
4771         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4772         convention in doc string.
4773
4774 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4775
4776         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4777         title to html parts.
4778         (gnus-article-browse-html-article): Pass message header to it.
4779
4780         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4781
4782 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4783
4784         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4785         or password compatible with XEmacs.
4786
4787 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4788
4789         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4790         format document.
4791         (gnus-mime-delete-part): Don't write description line if empty.
4792         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4793
4794 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4795
4796         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4797         (gnus-summary-mark-read-and-unread-as-read)
4798         (gnus-summary-mark-current-read-and-unread-as-read)
4799         (gnus-summary-mark-unread-as-ticked): Doc fix.
4800         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4801
4802 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4803
4804         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4805         Christoph Conrad <christoph.conrad@gmx.de>.
4806
4807 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4808
4809         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4810         yes-or-no-p.
4811
4812 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4813
4814         * mm-decode.el (mm-add-meta-html-tag): New function.
4815         (mm-save-part-to-file, mm-pipe-part): Use it.
4816
4817         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4818         gnus-y-or-n-p instead of y-or-n-p.
4819         (gnus-article-browse-html-parts): Work with message/external-body; use
4820         mm-add-meta-html-tag.
4821
4822 2007-12-11  Glenn Morris  <rgm@gnu.org>
4823
4824         * gnus-cache.el: Require gnus-sum not just when compiling.
4825
4826         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4827
4828         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4829         definitions before use.
4830
4831         * mm-decode.el: Require gnus-util.
4832         (mm-remove-part): Only call delete-annotation on XEmacs.
4833
4834         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4835
4836         * nnmail.el: Require gnus-int.
4837
4838         * spam.el: Move `require's before `eval-when-compile's.
4839
4840         * gnus-ems.el (gnus-alive-p):
4841         * gnus-fun.el (message-goto-eoh):
4842         * gnus-util.el (gnus-group-name-decode):
4843         * mail-source.el (gnus-compress-sequence):
4844         * message.el (Info-goto-node, format-spec):
4845         * mm-bodies.el (message-options-get):
4846         * mm-decode.el (mm-view-pkcs7):
4847         * mm-util.el (gmm-write-region):
4848         * mml-smime.el (mml-compute-boundary)
4849         (gnus-completing-read-with-default):
4850         * mml.el (widget-button-press, gnus-make-hashtable):
4851         * mml1991.el (mm-decode-content-transfer-encoding)
4852         (mm-encode-content-transfer-encoding)
4853         (message-options-get, message-options-set):
4854         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4855         * nnfolder.el (gnus-request-group):
4856         * nnheader.el (ietf-drums-unfold-fws):
4857         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4858         * smime.el (gnus-run-mode-hooks):
4859         * spam-stat.el (gnus-message): Autoload.
4860
4861         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4862         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4863         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4864         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4865         Add declare-function compatibility definition.
4866
4867         * gnus-cache.el (nnvirtual-find-group-art):
4868         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4869         (gnus-add-image, gnus-add-wash-type):
4870         * gnus-group.el (nnkiboze-score-file):
4871         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4872         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4873         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4874         (message-tokenize-header, gnus-get-buffer-create)
4875         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4876         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4877         * gnus.el (gnus-group-decoded-name):
4878         * mail-source.el (imap-capability):
4879         * mm-bodies.el (message-options-set):
4880         * mm-decode.el (gnus-configure-windows):
4881         * mm-extern.el (message-goto-body):
4882         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4883         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4884         (epg-sub-key-validity, message-options-set):
4885         * mml.el (widget-event-point, gnus-configure-windows):
4886         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4887         * mml2015.el (epg-check-configuration, epg-configuration)
4888         (message-options-set):
4889         * nndb.el (nndb-request-article):
4890         * nnfolder.el (gnus-request-create-group):
4891         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4892         * nnmaildir.el (gnus-group-mark-article-read):
4893         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4894         * rfc1843.el (message-fetch-field):
4895         * spam.el (gnus-extract-address-components):
4896         Declare as functions.
4897
4898 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4899
4900         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4901
4902         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4903
4904         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4905         bind show-trailing-whitespace for XEmacs.
4906
4907 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4908
4909         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4910         new no-op macro for backward compatibility.
4911
4912         * imap.el (imap-string-to-integer): New function.
4913
4914 2007-12-09  Glenn Morris  <rgm@gnu.org>
4915
4916         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4917
4918         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4919         * message.el, mm-view.el, sieve-manage.el, smime.el:
4920         Add declare-function compatibility definition.
4921
4922         * gnus-art.el (w3-region, w3m-region, Info-menu):
4923         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4924         * gnus-sum.el (gnus-get-predicate):
4925         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4926         * message.el (mail-abbrev-in-expansion-header-p):
4927         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4928         (w3m-detect-meta-charset, w3m-region):
4929         * sieve-manage.el (password-read, password-cache-add)
4930         (password-cache-remove):
4931         * smime.el (password-read-and-add): Declare as functions.
4932
4933 2007-12-08  David Kastrup  <dak@gnu.org>
4934
4935         * gnus-sum.el (gnus-summary-simplify-subject-query):
4936         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4937         `message'.
4938
4939 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4940
4941         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4942         it to bind idna-program, installation-directory, defined-colors, and
4943         face-attribute for XEmacs of the version that compiles defcustom forms.
4944
4945 2007-12-07  Glenn Morris  <rgm@gnu.org>
4946
4947         * gnus-art.el (article-make-date-line): Revert previous change.
4948
4949 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4950
4951         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4952
4953 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4954
4955         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4956         Call gnus-add-to-range ranges only once with a prepared article-list.
4957
4958 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4959
4960         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4961         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4962         group names with backslashes.  Reported by Tassilo Horn
4963         <tassilo@member.fsf.org>.
4964
4965 2007-12-06  Deepak Goel  <deego3@gmail.com>
4966
4967         * gnus-art.el (article-make-date-line):
4968         * gnus-start.el (gnus-load):
4969         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4970
4971 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4972
4973         * gnus-art.el (gnus-use-idna)
4974         * gnus-start.el (gnus-site-init-file)
4975         * message.el (message-use-idna)
4976         * mm-uu.el (mm-uu-hide-markers)
4977         * smiley.el (smiley-style): Revert changes that suppress warnings.
4978
4979 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4980
4981         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4982         specify charset to html source.  Reported by Christoph Conrad
4983         <christoph.conrad@gmx.de>.
4984
4985 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4988         idna-program in order to suppress byte compile warning issued by XEmacs
4989         that came to byte compile the default value section of defcustom forms
4990         recently.
4991
4992         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4993         value of installation-directory.
4994
4995         * message.el (message-use-idna): Don't directly refer to the value of
4996         idna-program.
4997
4998         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4999
5000         * smiley.el (smiley-style): Don't directly call face-attribute.
5001
5002 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5003
5004         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5005
5006         * gnus-dired.el: Reduce Gnus dependencies.
5007         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5008         require.  Use autoloads instead.
5009         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5010         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5011         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5012         (gnus-dired-mode): Adjust doc string.
5013         (gnus-dired-mail-mode): New variable.
5014         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5015         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5016         (gnus-dired-mail-buffers): New function.  Return mail or message
5017         composition buffers.
5018         (gnus-dired-attach): Use it.
5019         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5020         NO-DECODE.
5021         (gnus-dired-print): Use `gnus-print-buffer' depending on
5022         `gnus-dired-mail-mode'.
5023
5024 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5025
5026         * rfc2047.el (rfc2047-encoded-word-regexp)
5027         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5028         explaining what regexp patterns are for.
5029
5030 2007-12-04  Glenn Morris  <rgm@gnu.org>
5031
5032         * password.el: Move to password-cache.el.
5033
5034         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5035         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5036         * mml-smime.el (password-read, password-cache-add)
5037         (password-cache-remove):
5038         No need to autoload, since mml-sec requires password.
5039
5040         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5041         * message.el (gnus-extract-address-components):
5042         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5043
5044         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5045         password.
5046
5047 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5048
5049         * mailcap.el: Reduce dependencies.
5050         (mail-header-parse-content-type): Autoload.
5051         (mailcap-delete-duplicates): New alias.
5052         (mailcap-mime-info): Add optional argument NO-DECODE.
5053         (mailcap-mime-types): Use mailcap-delete-duplicates.
5054
5055         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5056
5057 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5058
5059         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5060         (imap-parse-status): Upcase status-att for servers that sends them
5061         lower-case (e.g., MS Exchange 2007).
5062
5063 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5064
5065         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5066         function.
5067
5068         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5069         (gnus-uu-yenc-article): New function.
5070
5071         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5072
5073         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5074         buffer.
5075
5076 2007-12-02  Glenn Morris  <rgm@gnu.org>
5077
5078         * binhex.el (binhex): New custom group.
5079         (binhex-decoder-program, binhex-decoder-switches)
5080         (binhex-use-external): Move to the binhex custom group.
5081
5082         * uudecode.el (uudecode): New custom group.
5083         (uudecode-decoder-program, uudecode-decoder-switches)
5084         (uudecode-use-external): Move to the uudecode custom group.
5085
5086         * netrc.el (top-level): Don't load `encrypt' features.
5087         (netrc-parse): Don't use encrypt.
5088         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5089
5090         * encrypt.el: Remove file.
5091
5092 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5093
5094         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5095         matches on patches.
5096
5097         * gnus-art.el (gnus-article-browse-html-article): Mention
5098         `mm-text-html-renderer' in the doc string.
5099
5100         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5101         string.  Add comments.
5102
5103         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5104         if rhs is ASCII.
5105
5106 2007-12-01  Glenn Morris  <rgm@gnu.org>
5107
5108         * mail-source.el (top-level): Require format-spec before
5109         eval-when-compile.
5110
5111 2007-11-30  Glenn Morris  <rgm@gnu.org>
5112
5113         * encrypt.el: Require password, rather than autoloading password-read.
5114
5115 2007-11-29  Glenn Morris  <rgm@gnu.org>
5116
5117         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5118         (sasl-make-client, sasl-next-step, sasl-step-data)
5119         (sasl-step-set-data): Declare as functions.
5120
5121 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5122
5123         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5124
5125 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5126
5127         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5128         certs should be verified and what is to be done in the event of a
5129         verification failure.
5130
5131         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5132         caller can indicate whether the cache should be disregarded for this
5133         call.  This way the result of the call is reproducible at all times and
5134         can be considered a canonical server name for the supplied method.
5135         (gnus-agent-method-p): Canonicalize server names by pushing their
5136         method through `gnus-method-to-server' using the no-cache argument.
5137
5138         * gnus-srvr.el (gnus-server-insert-server-line): Call
5139         `gnus-method-to-server' with `no-cache' argument.
5140
5141         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5142         gnus-agent-possibly-synchronize-flags as this should be called when the
5143         server is actually being opened.
5144         (gnus-agent-possibly-synchronize-flags)
5145         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5146         flags file of an agentized server to the latter function.
5147
5148         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5149         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5150         after a connection has been established successfully.
5151
5152 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5153
5154         * gnus-art.el (article-display-face): Force to display face if called
5155         interactively; check if gnus-article-x-face-too-ugly matches author.
5156         (article-display-x-face): Display face even if From header is missing
5157         as article-display-face does.
5158
5159 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5160
5161         * hashcash.el (message-narrow-to-headers-or-head)
5162         (message-fetch-field, message-goto-eoh)
5163         (message-narrow-to-headers): Declare as functions.
5164
5165 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5166
5167         * mail-source.el (mail-sources): Default to fetch from file for
5168         compatibility with default of nnmail-spool-file.
5169
5170 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5171
5172         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5173         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5174         to look for encoded word that should be encoded again.
5175         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5176         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5177         encoding pattern.
5178         (rfc2047-decode-region): Switch strict regexp and loose one according
5179         to rfc2047-allow-irregular-q-encoded-words.
5180
5181 2007-11-25  Romain Francoise  <romain@orebokech.com>
5182
5183         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5184
5185 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5186
5187         * tls.el (tls-program): Provide more custom choices from
5188         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5189         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5190
5191 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5192
5193         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5194         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5195
5196         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5197         `nnmail-spool-file'.
5198
5199         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5200         `nnmail-spool-file'.
5201
5202         * gnus-move.el (gnus-change-server): Ditto.
5203
5204         * gnus-kill.el (gnus-batch-score): Ditto.
5205
5206         * gnus-cache.el (gnus-jog-cache): Ditto.
5207
5208         * gnus-msg.el (gnus-summary-reply):
5209         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5210
5211 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5212
5213         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5214         version.  Minor improvement to doc strings.
5215         (tls-program): Add comment.
5216
5217 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5218
5219         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5220         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5221         mismatch between the hostname provided in the certificate and the name
5222         of the host connnecting to.
5223         (open-tls-stream): Use them.  Check certificates against trusted root
5224         certificates.
5225
5226 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5227
5228         * gnus-cache.el (gnus-cache-generate-nov-databases):
5229         Use nnml-generate-nov-databases-directory instead of
5230         nnml-generate-nov-databases-1.
5231
5232 2007-11-24  Glenn Morris  <rgm@gnu.org>
5233
5234         * message.el (message-tool-bar-retro): Update for rename
5235         mail_send.xpm->mail-send.xpm.
5236
5237 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5238
5239         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5240         `smime-ldap-search' for Emacs 22 and up.
5241
5242 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5243
5244         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5245
5246         * message.el (message-send-mail-function): Fix error convention.
5247         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5248         (message-widen-reply, message-send-mail, message-talkative-question)
5249         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5250         (message-clone-locals, message-send-news): Use with-current-buffer.
5251         (message-insert-or-toggle-importance): Remove unused var `valid'.
5252         (message-make-references): Remove unused var `new-references'.
5253         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5254
5255 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5256
5257         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5258         (spam-split-symbolic-return-positive): Reflow docstring.
5259         (spam-backends, spam-summary-exit-behavior)
5260         (spam-mark-ham-unread-before-move-from-spam-group)
5261         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5262         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5263         (spam-clear-cache, spam-backend-check, spam-install-backend)
5264         (spam-install-statistical-backend, spam-list-of-processors)
5265         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5266         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5267         (spam-check-crm114, spam-initialize, spam-unload-hook):
5268         Fix typos in docstrings.
5269
5270 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5271
5272         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5273         been checked if they have never been read and those group levels are
5274         higher than the one that a user specified.
5275
5276 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5277
5278         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5279         foreign groups unless a group level is specified by a user.
5280         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5281
5282 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5283
5284         * message.el (message-send-mail-function): Require sendmail.
5285
5286 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5287
5288         * message.el (message-send-mail-function): Check for smtpmail too.
5289
5290         * utf7.el (utf7-encode, utf7-decode): Use coding system
5291         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5292
5293         * message.el (message-send-mail-function): New function.
5294         (message-send-mail-function): Set default using
5295         message-send-mail-function.  Adjust doc string.
5296         (message-send-mail-with-mailclient): New function.
5297
5298 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5299
5300         * smime.el (from):
5301         * rfc2047.el (message-posting-charset):
5302         * qp.el (mm-use-ultra-safe-encoding):
5303         * pop3.el (parse-time-months):
5304         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5305         * nnml.el (files):
5306         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5307         (jka-compr-compression-info-list, ange-ftp-path-format)
5308         (efs-path-regexp):
5309         * nndiary.el (files):
5310         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5311         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5312         (epg-digest-algorithm-alist, inhibit-redisplay)
5313         (password-cache-expiry):
5314         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5315         (pgg-output-buffer, password-cache-expiry):
5316         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5317         (efs-path-regexp):
5318         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5319         (inhibit-redisplay):
5320         * mm-uu.el (file-name, start-point, end-point, entry)
5321         (gnus-newsgroup-name, gnus-newsgroup-charset):
5322         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5323         (latin-unity-ucs-list):
5324         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5325         (mm-uu-binhex-decode-function):
5326         * message.el (gnus-message-group-art, gnus-list-identifiers)
5327         (rmail-enable-mime-composing, gnus-local-organization)
5328         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5329         (gnus-read-active-file, facemenu-add-face-function)
5330         (facemenu-remove-face-function, gnus-article-decoded-p)
5331         (tool-bar-mode):
5332         * mail-source.el (display-time-mail-function):
5333         * gnus-util.el (nnmail-pathname-coding-system)
5334         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5335         (gnus-original-article-buffer, gnus-user-agent)
5336         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5337         (xemacs-codename, sxemacs-codename, emacs-program-version):
5338         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5339         * gnus-start.el (gnus-agent-covered-methods)
5340         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5341         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5342         (gnus-newsgroup-headers, gnus-group-list-mode)
5343         (gnus-group-mark-positions, gnus-newsgroup-data)
5344         (gnus-newsgroup-unreads, nnoo-state-alist)
5345         (gnus-current-select-method, mail-sources)
5346         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5347         (nnmail-spool-file, gnus-cache-active-hashtb):
5348         * gnus-mh.el (mh-lib-progs):
5349         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5350         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5351         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5352         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5353         (gnus-group-buffer):
5354         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5355         (font-lock-set-defaults):
5356         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5357         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5358         (gnus-summary-post-menu, total-parts, type, condition, length):
5359         * gnus-agent.el (gnus-agent-read-agentview):
5360         * flow-fill.el (show-trailing-whitespace):
5361         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5362         eval-and-compile wrappers for byte compiler pacifiers.
5363
5364         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5365         (mm-display-inline-fontify): Check for featurep 'xemacs not
5366         extent-list.
5367
5368         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5369         itimer-list.
5370         (mm-create-image-xemacs): Only do something for XEmacs.
5371         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5372
5373         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5374
5375         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5376         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5377
5378 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5379
5380         * nnimap.el (nnimap-split-download-body):
5381         * gnus-demon.el (gnus-demon):
5382         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5383
5384 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5385
5386         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5387         macros.
5388         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5389         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5390         copy data from unibyte buffer to multibyte current buffer.
5391         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5392         to copy data from unibyte current buffer to multibyte buffer.
5393         (nntp-make-process-buffer): Make process buffer unibyte.
5394
5395         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5396
5397 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5398
5399         * pop3.el (pop3-open-server): Accept and process data more robustly at
5400         connexion start to avoid spurious "POP SSL connexion failed" errors.
5401
5402 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5403
5404         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5405         read group names.
5406
5407 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5408
5409         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5410
5411 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5412
5413         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5414         (nnmail-save-active): Use a unibyte buffer when saving active file,
5415         which may contain non-ASCII group names.
5416
5417         * nnml.el (nnml-request-group): Decode group names in messages.
5418
5419 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5420
5421         * message.el (message-citation-line-function)
5422         (message-insert-formatted-citation-line): Fix spelling of
5423         `message-insert-formated-citation-line'.
5424
5425 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5426
5427         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5428
5429 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5432         nnmail-pathname-coding-system.
5433
5434         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5435         that a user enters; decode group names in messages.
5436
5437         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5438
5439 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5440
5441         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5442
5443         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5444
5445         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5446         risky local variable.
5447
5448         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5449
5450 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5451
5452         * encrypt.el: Improve documentation to fix function name typo.
5453         Reported by Daiki Ueno <ueno@unixuser.org>.
5454
5455 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5456
5457         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5458         even if the point is not in the last page of an article.
5459         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5460         back to the previous page.
5461
5462 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5463
5464         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5465
5466 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5467
5468         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5469
5470 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5471
5472         * message.el (message-check-news-body-syntax): Avoid
5473         mm-string-as-multibyte.
5474         (message-hide-headers): Don't assume (point-min)==1.
5475
5476 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5477
5478         * message.el (message-remove-blank-cited-lines): Fix if remove is
5479         given.
5480         (message-bogus-address-regexp): New variable.
5481         (message-bogus-recipient-p): New function.
5482         (message-check-recipients): New command.
5483         (message-syntax-checks): Add `bogus-recipient'.
5484         (message-fix-before-sending): Add `bogus-recipient'.
5485
5486         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5487         (gnus-treat-body-boundary): Don't test window-system.
5488
5489 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5490
5491         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5492
5493 2007-10-28  Miles Bader  <miles@gnu.org>
5494
5495         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5496         at compile-time too.
5497
5498 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5499
5500         * gnus-msg.el (gnus-message-setup-hook): Add
5501         `message-remove-blank-cited-lines' to options.
5502
5503 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5504
5505         * message.el (message-remove-blank-cited-lines): New function.
5506         Suggested by Karl Plästerer.
5507
5508 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5509
5510         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5511         mapc.
5512
5513         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5514         (top-level): Use mapc to set functions to be traced for debugging.
5515
5516         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5517         called for effect with while loop.
5518
5519         * message.el (message-talkative-question): Replace mapcar called for
5520         effect with mapc.
5521
5522         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5523         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5524         called for effect with dolist.
5525
5526         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5527
5528         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5529         gnus-extra-headers and nnmail-extra-headers.
5530
5531         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5532         called for effect with dolist.
5533         (top-level): Use mapc to set functions to be traced for debugging.
5534
5535         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5536         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5537         dolist.
5538
5539         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5540         Replace mapcar called for effect with mapc.
5541         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5542         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5543         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5544         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5545
5546         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5547         remove-if that's a cl function.
5548
5549         * webmail.el (webmail-debug): Replace mapcar called for effect with
5550         dolist.
5551
5552         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5553         with mapc.
5554
5555 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5556
5557         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5558         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5559         with while loop.
5560
5561         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5562         functions from article-* functions.
5563         (gnus-multi-decode-header): Replace mapcar called for effect with
5564         dolist.
5565
5566         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5567         (gnus-bookmark-show-details): Replace mapcar called for effect with
5568         while loop.
5569
5570         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5571         called for effect with while loop.
5572
5573         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5574         with dolist.
5575
5576         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5577         mapcar called for effect with dolist.
5578
5579         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5580
5581         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5582         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5583         Replace mapcar called for effect with dolist.
5584         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5585         mapc.
5586
5587         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5588         Replace mapcar called for effect with dolist.
5589         (gnus-topic-list): Replace mapcar called for effect with mapc.
5590
5591         * gnus.el: Use mapc instead of mapcar to add autoloads.
5592
5593 2007-10-23  Richard Stallman  <rms@gnu.org>
5594
5595         * gnus-group.el (gnus-group-highlight): Mark as risky.
5596
5597 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5598
5599         * gnus.el (gnus-server-to-method): Return method found first in
5600         gnus-newsrc-alist.
5601
5602         * gnus-art.el (gnus-article-highlight-signature)
5603         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5604         button overlay without the front stickiness.
5605
5606 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5607
5608         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5609         overview buffer needed a catch to receive its throw.
5610         (gnus-agent-flush-cache): Declared as interactive to make this function
5611         easier to use.
5612
5613 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5614
5615         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5616         `next-line'.
5617
5618 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5619
5620         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5621         exclude address matching message-dont-reply-to-names.
5622
5623 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5624
5625         * gnus-util.el (gnus-string<): New function.
5626
5627         * gnus-sum.el (gnus-article-sort-by-author)
5628         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5629
5630 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5631
5632         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5633         the frame-focus tag is set in gnus-buffer-configuration.
5634
5635 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5636
5637         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5638         the front stickiness.
5639
5640 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5641
5642         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5643         url pattern; remove duplicate one.
5644         (gnus-article-extend-url-button): New function.
5645         (gnus-article-add-buttons): Use it.
5646         (gnus-button-push): Use concatenated url that it makes.
5647
5648 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5649
5650         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5651
5652 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5653
5654         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5655         Don't hardcode point-min==1.
5656
5657 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5658
5659         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5660         Fix comment about "iso8859-1".
5661
5662 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5663
5664         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5665         ones returned from the verify-function.
5666
5667         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5668         mml2015-extract-cleartext-signature if extraction failed.
5669
5670 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5671
5672         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5673         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5674         failed.
5675
5676 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5677
5678         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5679
5680 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5681
5682         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5683         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5684         recommends to use EasyPG instead of PGG.
5685
5686         * pgg.el: Revert to revision 6.23.2.16.
5687
5688         * pgg-def.el: Revert to revision 6.6.2.14.
5689
5690         * pgg-gpg.el: Revert to revision 6.23.2.34.
5691
5692 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5693
5694         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5695         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5696         thread for both the null and zero (kill/expire thread) universal prefix
5697         cases.
5698         (gnus-summary-expire-thread): Add new function to expire a thread,
5699         using gnus-summary-kill-thread.
5700         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5701         shortcuts for gnus-summary-expire-thread.
5702         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5703         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5704
5705 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5706
5707         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5708         extras value, so an extras entry can be deleted.
5709         (gnus-registry-delete-extra-entry): Use it.
5710         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5711         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5712         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5713         storage through the gnus-registry, and provide an appropriate API for
5714         it.
5715
5716 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5717
5718         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5719         Suggested by Leo <sdl.web@gmail.com>.
5720
5721         * gnus.el: Do.
5722
5723 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5724
5725         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5726         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5727
5728         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5729
5730         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5731         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5732
5733 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5734
5735         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5736         newline.
5737         (nnmbox-request-accept-article): Don't change article in source buffer;
5738         narrow to header to use message-fetch-field rather than
5739         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5740         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5741         as delimiters; make sure article ends with newline.
5742         (nnmbox-delete-mail): Correct last position of article to be deleted;
5743         ignore X-Gnus-Newsgroup header in article body.
5744         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5745         positions; make sure article ends with newline.
5746
5747         * message.el (message-display-abbrev): Don't infloop when a user
5748         inserts SPC in the beginning of header.
5749
5750         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5751         coding-system-for-read and coding-system-for-write for XEmacs having no
5752         file-coding feature.
5753
5754         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5755
5756 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5757
5758         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5759         list of groups not followed by default.  Fix type to be regexp.
5760         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5761
5762 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5763
5764         * hmac-def.el (define-hmac-function): Switch from old-style to
5765         new-style backquotes.
5766
5767         * md4.el (md4-make-step): Likewise.
5768
5769 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5770
5771         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5772         raw-text coding system when saving .newsrc file, which may contain
5773         non-ASCII group names.
5774
5775 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5776
5777         * gnus-cus.el (gnus-score-extra): New widget.
5778         (gnus-score-extra-convert): New function.
5779         (gnus-score-customize): Use it for Extra.
5780
5781 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5782
5783         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5784         (mml2015-mailcrypt-clear-verify): Use it.
5785         (mml2015-gpg-clear-verify): Use it.
5786         (mml2015-pgg-clear-verify): Use it.
5787         (mml2015-epg-clear-verify): Replace the current part with the output
5788         from GnuPG; don't extract the plaintext by itself.
5789
5790         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5791         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5792         mml2015-clear-verify-function; don't touch the armor headers or
5793         dash-escaped text here.
5794
5795 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5798         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5799         parts, or application/octet-stream as a last resort.
5800         (gnus-mime-view-part-as-type): Don't toggle display.
5801         (gnus-mime-view-part-as-charset): Don't turn off display before
5802         querying charset.
5803
5804         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5805         stuff to undisplayer function in Emacs.
5806         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5807
5808         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5809         text/calendar parts.
5810
5811 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5812
5813         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5814         decoding text/calendar parts.
5815
5816         * message.el (message-forward-make-body-mime): Always mark body as
5817         having no illegible text; remove signed-or-encrypted argument.
5818         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5819
5820         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5821         (mml-generate-mime-1): Don't encode body if it is specified to be in
5822         raw form; don't make buffer be unibyte when inserting multibyte string.
5823
5824 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5825
5826         * sha1.el: Fix up comment style.
5827         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5828         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5829
5830         * hex-util.el: Fix up comment style.
5831         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5832
5833         * gnus-salt.el: Use with-current-buffer.
5834         (gnus-pick-setup-message): Fix long-standing typo.
5835
5836 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5837
5838         * imap.el (imap-logout-timeout): New variable.
5839         (imap-logout, imap-logout-wait): New functions.
5840         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5841
5842         * nnimap.el (nnimap-logout-timeout): New server variable.
5843         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5844         nnimap-logout-timeout.
5845
5846         * gnus-art.el (gnus-article-summary-command-nosave)
5847         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5848
5849 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5850
5851         * gnus.el (gnus-maximum-newsgroup): New variable.
5852
5853         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5854         according to gnus-maximum-newsgroup.
5855
5856         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5857         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5858         Limit the range of articles according to gnus-maximum-newsgroup.
5859
5860 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5861
5862         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5863         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5864         Don't perform gnus-configure-windows here; reuse existing sticky
5865         article buffer.
5866
5867         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5868         it doesn't exist in gnus-article-mode.
5869
5870 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5871
5872         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5873         (gnus-agent-decoded-group-name): New function.
5874         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5875         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5876
5877 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5878
5879         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5880         Add binding for gnus-sticky-article.
5881         (gnus-summary-exit): Don't kill sticky article buffers.
5882
5883         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5884         article buffer.
5885         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5886         (gnus-kill-sticky-article-buffers): New commands.
5887
5888 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5889
5890         * nntp.el (nntp-xref-number-is-evil): New server variable.
5891         (nntp-find-group-and-number): If it is non-nil, don't trust article
5892         numbers in the Xref header.
5893
5894 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5895
5896         * gnus-agent.el (gnus-agent-read-group): New function.
5897         (gnus-agent-flush-group, gnus-agent-expire-group)
5898         (gnus-agent-regenerate-group): Use it.
5899         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5900         nnmail-pathname-coding-system.
5901
5902 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5903
5904         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5905
5906         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5907         that are unread as unread, and also as selected so that information of
5908         marks having been changed by a user may be updated when exiting group.
5909
5910 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5913         calculated ignoring signature parts to gnus-treat-article.
5914
5915 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5916
5917         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5918         a point here in order to keep the window start.
5919         (gnus-insert-mime-security-button): Make a button overlay without the
5920         front stickiness.
5921         (gnus-mime-display-security): Goto the end of a button.
5922
5923         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5924
5925 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5926
5927         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5928         group-name-at-point.
5929         (gnus-group-completing-read): New function that offers decoded
5930         non-ASCII group names for completion.
5931         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5932         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5933         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5934         (gnus-group-fetch-control): Use it.
5935         (gnus-fetch-group): Use group-name-at-point for the initial value
5936         rather than the default value; use gnus-alive-p.
5937
5938         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5939         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5940         (gnus-summary-post-news): Use gnus-group-completing-read.
5941
5942         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5943         (gnus-read-move-group-name): Decode group name for completion.
5944
5945 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5946
5947         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5948         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5949         Yamaoka slightly modified the code).
5950
5951 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5952
5953         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5954         (nnmail-split-incoming): Bind it.
5955
5956         * nnml.el (nnml-group-name-charset): New function.
5957         (nnml-decoded-group-name): Use it; don't decode group name if
5958         nnmail-group-names-not-encoded-p is non-nil.
5959         (nnml-encoded-group-name): New function.
5960         (nnml-group-pathname): Inline nnml-decoded-group-name.
5961         (nnml-request-expire-articles): Decode group name in message.
5962         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5963         nnmail-pathname-coding-system.
5964         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5965         not decoded ones according to nnmail-group-names-not-encoded-p.
5966         (nnml-generate-active-info): Use nnml-encoded-group-name.
5967
5968 2007-08-08  Glenn Morris  <rgm@gnu.org>
5969
5970         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5971         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5972         doc-strings and comments.
5973
5974 2007-07-25  Glenn Morris  <rgm@gnu.org>
5975
5976         * Relicense all FSF files to GPLv3 or later.
5977
5978 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5979
5980         * gnus-sum.el (gnus-summary-move-article): Make
5981         gnus-summary-respool-article work.
5982
5983 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5984
5985         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5986         string.
5987
5988 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5989
5990         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5991         that should be ignored when comparing distant RSS articles with local
5992         ones.
5993         (nnrss-make-hash-index): New function.  Create a hash index according
5994         to the ignored fields.
5995         (nnrss-check-group): Use it.
5996
5997 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5998
5999         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6000
6001         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6002
6003         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6004         the new optional argument ENCODED is non-nil.
6005         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6006         coding system for encoding group name.
6007         (gnus-group-make-rss-group): Pass un-encoded group name to
6008         gnus-group-make-group.
6009         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6010         encoded.
6011
6012         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6013         Encode group name to which articles are moved or copied.
6014         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6015         coding system for encoding Newsgroup, Followup-To and Xref headers.
6016
6017         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6018         marks; use nnheader-file-coding-system to write a file.
6019         (nnagent-retrieve-headers): Bind file-name-coding-system to
6020         nnmail-pathname-coding-system.
6021
6022         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6023
6024         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6025         (nnml-request-article, nnml-request-create-group)
6026         (nnml-request-rename-group, nnml-find-id)
6027         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6028         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6029         (nnml-save-marks): Use nnml-group-pathname instead of
6030         nnmail-group-pathname.
6031
6032         (nnml-request-create-group, nnml-request-expire-articles)
6033         (nnml-request-move-article, nnml-request-delete-group)
6034         (nnml-deletable-article-p, nnml-possibly-create-directory)
6035         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6036         (nnml-open-marks): Bind file-name-coding-system to
6037         nnmail-pathname-coding-system.
6038
6039         (nnml-request-article): Pass server argument to nnml-find-group-number.
6040         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6041         server argument to nnml-possibly-create-directory.
6042         (nnml-request-accept-article): Pass server argument to
6043         nnml-active-number and nnml-save-mail.
6044         (nnml-find-group-number): Pass server argument to nnml-find-id.
6045         (nnml-request-update-info): Pass server argument to
6046         nnml-marks-changed-p.
6047
6048         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6049         (nnml-save-mail, nnml-active-number): Add server argument.
6050
6051         (nnml-request-delete-group): Warn if group is missing.
6052         (nnml-get-nov-buffer): Decode group name.
6053         (nnml-generate-active-info): Encode group name.
6054         (nnml-open-marks): Decode group name in messages.
6055
6056 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6057
6058         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6059         if it is not specified.
6060         (gnus-article-pipe-part, gnus-article-save-part)
6061         (gnus-article-interactively-view-part, gnus-article-copy-part)
6062         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6063         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6064         (gnus-article-replace-part, gnus-article-delete-part)
6065         (gnus-article-view-part-as-type): Pass raw prefix argument to
6066         gnus-article-part-wrapper.
6067
6068 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6069
6070         * gnus-agent.el (gnus-agent-save-active): Bind
6071         nnheader-file-coding-system to gnus-agent-file-coding-system.
6072
6073         * gnus-cache.el (gnus-cache-save-buffers)
6074         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6075         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6076         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6077         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6078         (gnus-cache-generate-active, gnus-cache-rename-group)
6079         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6080         (gnus-cache-update-overview-total-fetched-for): Bind
6081         file-name-coding-system to nnmail-pathname-coding-system.
6082         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6083         variables.
6084         (gnus-cache-decoded-group-name): New function.
6085         (gnus-cache-file-name): Use it.
6086         (gnus-cache-generate-active): Use non-decoded group name for active.
6087
6088         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6089         right place.
6090         (gnus-write-active-file): Don't break non-ASCII group names.
6091
6092         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6093         nnmail-pathname-coding-system.
6094
6095         * lpath.el: Bind default-file-name-coding-system,
6096         file-name-coding-system and language-info-alist for XEmacs.
6097
6098         * gnus-uu.el (gnus-uu-decode-save): Typo.
6099
6100 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6101
6102         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6103
6104 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6105
6106         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6107         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6108         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6109         (gnus-agent-flush-group, gnus-agent-flush-cache)
6110         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6111         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6112         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6113         (gnus-agent-regenerate-group)
6114         (gnus-agent-update-files-total-fetched-for)
6115         (gnus-agent-update-view-total-fetched-for): Bind
6116         file-name-coding-system to nnmail-pathname-coding-system.
6117         (gnus-agent-group-pathname): Don't encode file names by
6118         nnmail-pathname-coding-system.
6119         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6120         coding-system-for-write instead of buffer-file-coding-system to
6121         gnus-agent-file-coding-system.
6122
6123         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6124         Decode group name.
6125
6126         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6127
6128         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6129         (gnus-read-newsrc-el-file): Make group names unibyte.
6130
6131         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6132         nnmail-pathname-coding-system.
6133
6134         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6135         (nnrss-request-delete-group): Bind file-name-coding-system to
6136         nnmail-pathname-coding-system.
6137         (nnrss-read-server-data, nnrss-read-group-data): Bind
6138         file-name-coding-system correctly.
6139         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6140
6141         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6142         (nntp-server-to-method-cache): New variable.
6143         (nntp-group-pathname): New function that decodes non-ASCII group names.
6144         (nntp-possibly-create-directory, nntp-marks-changed-p)
6145         (nntp-save-marks, nntp-open-marks): Use it.
6146         (nntp-possibly-create-directory, nntp-open-marks):
6147         Bind file-name-coding-system to nnmail-pathname-coding-system.
6148         (nntp-open-marks): Decode group names when bootstrapping marks.
6149
6150         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6151         Newsgroups and Folowup-To headers.
6152
6153 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6154
6155         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6156         (gnus-server-closed-face, gnus-server-denied-face)
6157         (gnus-server-offline-face): Remove variable.
6158         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6159
6160         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6161         of modifying message-stack directly for XEmacs.
6162
6163         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6164         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6165         if the coding-system argument is nil for XEmacs.
6166
6167         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6168         mm-charset-override-alist.
6169
6170         * rfc2047.el: Don't require base64; require rfc2045 for the function
6171         rfc2045-encode-string.
6172         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6173         to quote the parameter value.
6174
6175 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6176
6177         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6178         form in gnus-group-name-charset-method-alist.
6179
6180         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6181         overrides the default layout edit-form.
6182
6183         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6184
6185         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6186
6187 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6188
6189         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6190         as unfetched articles.
6191
6192 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6193
6194         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6195
6196 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6197
6198         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6199         original back end that keeps marks in the local system.
6200
6201 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6202
6203         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6204         arg of pop-to-buffer for XEmacs.
6205         (gnus-article-read-summary-keys): Ditto; don't restore window
6206         configuration if summary command ends up with neither article buffer
6207         nor summary buffer; describe bindings if summary keys end with C-h.
6208
6209 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6210
6211         * message.el (message-fix-before-sending): Skip raw message part to be
6212         forwarded while checking illegible text.
6213         (message-forward-make-body-mime, message-forward-make-body): Mark
6214         signed or encrypted raw message as having no illegible text.
6215
6216 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6217
6218         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6219         (gnus-message-with-timestamp-1): New macro.
6220         (gnus-message-with-timestamp): New function.
6221         (gnus-message): Use them.
6222
6223         * nnheader.el (nnheader-message): Use them.
6224
6225 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6226
6227         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6228         .newsrc.eld file.
6229
6230 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6231
6232         * gnus-agent.el (gnus-agent-fetch-headers)
6233         (gnus-agent-retrieve-headers): Bind
6234         gnus-decode-encoded-address-function to identity.
6235
6236         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6237         available also when the server returns simply a dot.
6238
6239         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6240
6241 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6242
6243         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6244
6245 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * gnus-ems.el (gnus-x-splash): Make it work.
6248
6249         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6250         from being used.
6251
6252         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6253
6254 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6255
6256         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6257         4th and the 5th arguments.
6258
6259         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6260         the front stickiness.
6261         (gnus-article-summary-command-nosave): Correct the order of the
6262         arguments passed to pop-to-buffer.
6263         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6264         summary command ends up with the article buffer.
6265
6266         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6267         the same faces.
6268
6269 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6270
6271         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6272
6273 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6274
6275         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6276         * gnus-sum.el (gnus-summary-highlight):
6277         * pgg.el (pgg-sign-region, pgg-sign):
6278         * mail-source.el (mail-source-delete-old-incoming-confirm):
6279         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6280
6281 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6282
6283         * gnus-art.el (gnus-mime-view-part-externally)
6284         (gnus-mime-view-part-internally): Fix predicate function passed to
6285         completing-read.
6286
6287         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6288
6289         * gnus.el (gnus-update-message-archive-method): Add :version.
6290
6291 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * gnus.el (gnus-update-message-archive-method): New variable.
6294
6295         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6296         according to gnus-message-archive-method if
6297         gnus-update-message-archive-method is non-nil.
6298
6299 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6300
6301         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6302         by Loic Dachary <loic@dachary.org>.
6303         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6304
6305 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6306
6307         * message.el (message-pop-to-buffer): Add switch-function argument.
6308         (message-mail): Pass switch-function argument to it.
6309
6310 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6311
6312         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6313         Improve doc string.
6314
6315 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6316
6317         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6318         (gnus-header-content)
6319         * gnus-cite.el (gnus-cite-10)
6320         * gnus-srvr.el (gnus-server-closed)
6321         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6322         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6323         (gnus-group-mail-3-empty, gnus-group-mail-low)
6324         (gnus-group-mail-low-empty, gnus-splash)
6325         * message.el (message-header-to, message-header-cc)
6326         (message-header-subject, message-header-other, message-header-name)
6327         (message-header-xheader, message-separator, message-cited-text)
6328         (message-mml): Lighten colors of faces used for dark background.
6329
6330 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6331
6332         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6333         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6334
6335 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6336
6337         * message.el (message-narrow-to-headers-or-head):
6338         Ignore mail-header-separator in the body.
6339
6340 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6341
6342         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6343         same as window size.
6344
6345 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6346
6347         * message.el (message-font-lock-keywords): Use message-header-xheader
6348         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6349         ahead of the anything pattern, to get it recognised.
6350
6351 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6352
6353         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6354         spam.el loads uses it in the compiled defadvice form.
6355
6356 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6357
6358         * gnus-sum.el (gnus-articles-to-read)
6359         (gnus-summary-insert-old-articles): Don't truncate group name for
6360         `read-string'.
6361
6362         * gnus-util.el (gnus-limit-string): Delete this function.
6363
6364         * gnus-sum.el (gnus-simplify-subject-fully): Use
6365         `truncate-string-to-width' instead.
6366
6367 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6368
6369         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6370         if, on summary exit, the next group has to be selected.
6371         (gnus-summary-exit): Use it.
6372
6373 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6374
6375         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6376         non-break space.
6377
6378 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6379
6380         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6381         Check if group is not a directory.
6382         (nnfolder-request-expire-articles): Don't delete articles if the target
6383         group is not available.
6384
6385         * nnml.el (nnml-request-create-group): Properly check if group is not a
6386         file.
6387         (nnml-request-expire-articles): Don't delete articles if the target
6388         group is not available.
6389
6390         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6391         Don't quote characters that are within parentheses.
6392
6393 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6394
6395         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6396         (gnus-handle-ephemeral-exit): Select article according to it.
6397
6398 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6399
6400         * message.el (message-insert-formated-citation-line): Remove newline.
6401         (message-citation-line-format): Add final \n here so that the user can
6402         avoid a blank line.
6403
6404 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6405
6406         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6407         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6408         Update lanl/arXiv support.
6409
6410 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6411
6412         * gnus.el: Bump version number.
6413
6414 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6415
6416         * gnus.el (gnus-version-number): Bump version.
6417
6418 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6419
6420         * gnus.el: No Gnus v0.6 is released.
6421
6422 2007-04-27  Didier Verna  <didier@xemacs.org>
6423
6424         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6425         * gmm-utils.el (gmm-regexp-concat): here.
6426         * message.el: Don't require 'gnus-util.
6427         (message-dont-reply-to-names): Handle name change above.
6428         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6429
6430 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6431
6432         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6433         since the initial value varies according to the system.
6434
6435 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6436
6437         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6438
6439 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6440
6441         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6442
6443 2007-04-24  Didier Verna  <didier@xemacs.org>
6444
6445         Improve the type of gnus-ignored-from-addresses.
6446         * gnus-util.el (gnus-orify-regexp): New function.
6447         * message.el (gnus-util): Require it.
6448         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6449         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6450         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6451
6452 2007-04-24  Didier Verna  <didier@xemacs.org>
6453
6454         * gnus-sum.el:
6455         * gnus-utils.el: Fix some trailing whitespaces.
6456
6457 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6458
6459         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6460         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6461         article's Message-ID; refer parent article in summary buffer.
6462
6463         * message.el (message-bounce): Call mime-to-mml.
6464
6465         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6466         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6467         optimize and/or forms properly.
6468
6469 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6470
6471         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6472         URL.
6473
6474 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6475
6476         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6477
6478 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6479
6480         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6481         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6482         displayed of multipart/alternative part if it is invoked from summary
6483         buffer.
6484
6485         * mm-view.el (mm-inline-text-html-render-with-w3m)
6486         (mm-inline-text-html-render-with-w3m-standalone)
6487         (mm-inline-render-with-function): Use mail-parse-charset by default.
6488
6489 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6490
6491         * parse-time.el (parse-time-string-chars): Check if CHAR
6492         is less than the length of parse-time-syntax.
6493
6494 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6495
6496         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6497         from gnus-newsgroup-processable.
6498
6499 2007-04-16  Didier Verna  <didier@xemacs.org>
6500
6501         * gnus-msg.el (gnus-configure-posting-styles): Handle
6502         message-signature-directory properly with :file syntax.  Reported by
6503         "Leo".
6504
6505 2007-04-11  Didier Verna  <didier@xemacs.org>
6506
6507         New user option: message-signature-directory.
6508         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6509         * message.el (message-insert-signature): Ditto.
6510         * message.el (message-signature-file): Doc update.
6511         * message.el (message-signature-directory): New.
6512
6513 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6514
6515         * gnus-msg.el (gnus-inews-yank-articles): Use
6516         message-exchange-point-and-mark instead of exchange-point-and-mark.
6517
6518 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6519
6520         * message.el (message-yank-original): Make sure cited text ends with
6521         newline; don't exchange point and mark.
6522
6523 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6524
6525         * tls.el (open-tls-stream): Properly handle case where there
6526         is no associated buffer.
6527
6528 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6529
6530         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6531         message-yank-original, make sure (< mark TEXT point).
6532
6533 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6534
6535         * message.el (message-fill-column): New variable.
6536         (message-mode): Use it.  Add comment on a possible new hook.
6537
6538         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6539         (nnmail-get-new-mail): Reformat.
6540
6541         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6542
6543         * gmm-utils.el: Fix Commentary.
6544         (gmm-tool-bar-from-list): Fix typo in doc string.
6545
6546 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6547
6548         * message.el (message-yank-original): Don't switch point and mark
6549         unnecessarily to put point and mark as documented.
6550
6551 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6552
6553         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6554         from the message heads.
6555
6556 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6557
6558         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6559         article buffer does not have a window.  This may not be the best
6560         solution but is certainly better than setting the start of the null,
6561         that is the current, window.
6562
6563 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6564
6565         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6566         (gnus-draft-setup): Run it.
6567
6568         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6569         gnus-score-fast-scoring.  Allow regexp.
6570         (gnus-score-headers): Use it.
6571
6572         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6573         XEmacs.
6574
6575         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6576         string.
6577         (gnus-button-alist): Also catch `<f1> k ...'.
6578         (gnus-treat-display-x-face): Fix doc string.
6579
6580 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6581
6582         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6583         evaluation of gnus-extended-version to ensure correct generation of the
6584         User-Agent header when message-generate-headers-first is used.
6585
6586 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6587
6588         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6589         hashcash-path is nil.  Don't call callback with incorrect number of
6590         parameters if val is 0.
6591
6592 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6593
6594         * message.el (message-required-news-headers):
6595         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6596
6597 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6598
6599         * tls.el (open-tls-stream): In handshake-waiting loop,
6600         don't wait more if there is output available to process.
6601
6602 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6603
6604         * tls.el (tls-program): Doc fix.
6605
6606 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6607
6608         * message.el (message-generate-new-buffers): Change the meaning of the
6609         nil value; add `standard' to the choices; treat t as `unique'; improve
6610         doc string.
6611         (gnus-select-frame-set-input-focus): Autoload.
6612         (message-buffer-name): Search for the existing message buffer if
6613         message-generate-new-buffers is nil or `standard'; treat the value t of
6614         message-generate-new-buffers as `unique'.
6615         (message-pop-to-buffer): Raise the frame already displaying the message
6616         buffer; clear the echo area after querying.
6617         (message-setup): Pass the `continue' argument to compose-mail.
6618         (message-mail): Prefer `switch-function' if it is given; search for the
6619         existing message buffer if the `continue' argument is non-nil; pass
6620         continue and switch-function arguments to compose-mail by way of
6621         message-setup.
6622         (message-mail-other-window): Adjust argument of message-setup.
6623         (message-mail-other-frame): Ditto.
6624
6625 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6626
6627         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6628         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6629         to turn font-lock on when turning gnus-message-citation-mode on.
6630
6631 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6632
6633         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6634         (mml-smime-function-alist): New variable; add epg as the backend.
6635         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6636         mml-smime- functions instead.
6637         * mm-view.el: Require smime.
6638
6639 2007-03-05  Didier Verna  <didier@xemacs.org>
6640
6641         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6642         instead of just inheritance for posting styles.
6643         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6644
6645 2007-02-24  Chris Moore  <dooglus@gmail.com>
6646
6647         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6648         * pgg-pgp.el (pgg-pgp-encrypt-region):
6649         * pgg-gpg.el (pgg-gpg-encrypt-region):
6650         Check pgg-encrypt-for-me if no other recipients.
6651
6652 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6653
6654         * tls.el (tls-certtool-program): Fix custom type.
6655
6656 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6657
6658         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6659         and point-at-eol instead of line-(beginning|end)-position.
6660
6661         * assistant.el (assistant-parse-buffer): Ditto.
6662
6663         * netrc.el (netrc-parse-services): Ditto.
6664
6665 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6666
6667         * mml2015.el (mml2015-epg-find-usable-key): New function.
6668         (mml2015-epg-sign): Use it.
6669         (mml2015-epg-encrypt): Use it.
6670
6671 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6672
6673         * message.el (message-make-in-reply-to): Quote name containing
6674         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6675         if there are special characters.  Reported by NAKAJI Hiroyuki
6676         <nakaji@jp.freebsd.org>.
6677
6678 2007-02-27  Didier Verna  <didier@xemacs.org>
6679
6680         Include the group parameters as well as the topic ones in the
6681         inheritance filter process.
6682         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6683         argument GROUP-PARAMS-LIST.
6684         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6685
6686 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6687
6688         * nntp.el (nntp-never-echoes-commands)
6689         (nntp-open-connection-functions-never-echo-commands): New variables.
6690         (nntp-send-command): Use them.
6691
6692 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6693
6694         * mml2015.el (mml2015-epg-verify): Simplified.
6695
6696 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6697
6698         * mml.el (mml-content-disposition-alist): New user option.
6699         (mml-content-disposition): New function.
6700         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6701         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6702
6703 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6704
6705         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6706         verification.
6707
6708 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6709
6710         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6711         articles posted in the last 24 hours.
6712
6713 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6714
6715         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6716
6717 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6718
6719         * nntp.el (nntp-send-command): Don't wait for echoes when
6720         nntp-open-ssl-stream is used.
6721
6722 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6723
6724         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6725         (gnus-message-add-citation-keywords)
6726         (gnus-message-remove-citation-keywords): Remove.
6727         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6728         directly, make the variables in font-lock-defaults buffer-local, add
6729         gnus-message-citation-keywords to them and then update the value of
6730         font-lock-keywords.
6731
6732 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6733
6734         * message.el (message-cite-original-1): Don't call
6735         gnus-article-highlight-citation.
6736
6737         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6738         citations; fix line count.
6739
6740 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6741
6742         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6743         (gnus-message-add-citation-keywords)
6744         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6745         versions of font-lock-add-keywords and font-lock-remove-keywords to
6746         work with XEmacs correctly.
6747
6748 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6749
6750         * gnus-cite.el (gnus-cite-face-list): Set the values of
6751         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6752         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6753         (gnus-message-cite-prefix-regexp): New variable.
6754         (gnus-message-search-citation-line): Use it; protect against long
6755         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6756         the 0th match data for Emacs.
6757         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6758         (gnus-message-add-citation-keywords): Append keywords rather than
6759         prepending; emulate font-lock-add-keywords if it is not available.
6760         (gnus-message-remove-citation-keywords): Emulate
6761         font-lock-remove-keywords if it is not available.
6762
6763         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6764
6765         * message.el (message-cite-prefix-regexp): Set the value of
6766         gnus-message-cite-prefix-regexp.
6767
6768 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6769
6770         * nnweb.el (nnweb-google-parse-1): Update parser.
6771
6772 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6773
6774         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6775
6776 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6777
6778         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6779         regexp.
6780
6781 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6782
6783         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6784         string-to-multibyte.
6785         (uudecode-decode-region-internal): Use it.
6786
6787         * lpath.el: Fbind string-as-multibyte for XEmacs.
6788
6789 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6790
6791         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6792         custom choice.
6793
6794         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6795
6796 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6797
6798         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6799
6800         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6801         `write-region' to respect `mm-inhibit-file-name-handlers'.
6802
6803 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6804
6805         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6806         Use gnus-home-directory instead of "~/" or "$HOME".
6807
6808 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6809
6810         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6811         to mention filename.
6812         Add comments at beginning regarding usage.
6813         (encrypt-write-file-contents): Change interactive so a string is
6814         acceptable.  If the file has no associated model, show an error instead
6815         of a nonsense prompt.
6816
6817 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6818
6819         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6820         Thanks to Yoshihiko Yamada for kind notification of this typo.
6821
6822 2007-01-12  Kenichi Handa  <handa@m17n.org>
6823
6824         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6825         multibyte buffer.
6826
6827 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6828
6829         * gnus-score.el (gnus-score-fast-scoring): New variable.
6830         (gnus-score-headers): Use it.
6831
6832         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6833
6834         * message.el (message-cite-original-1): Call
6835         gnus-article-highlight-citation if requested.
6836         (message-make-from): Allow name and address as optional arguments.
6837
6838         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6839
6840         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6841         bugs to doc string.
6842         (gnus-button-alist): Add mid\\|message-id.
6843         (gnus-button-fetch-group): Extend for use in
6844         `browse-url-browser-function'.
6845         (gnus-button-url-regexp): Try to catch paired parentheses like in
6846         Wikipedia URLs.
6847
6848         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6849         Suggested by Simon Krahnke <overlord@gmx.li>.
6850
6851 2007-01-13  Romain Francoise  <romain@orebokech.com>
6852
6853         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6854         Update copyright.
6855
6856 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6857
6858         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6859
6860 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6861
6862         * gnus-registry.el (gnus-registry-unfollowed-groups)
6863         (gnus-registry-split-fancy-with-parent): Fix documentation.
6864
6865 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6866
6867         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6868         from nnweb groups.
6869
6870 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6871
6872         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6873         Xref urls.  Erase buffer before requesting head.
6874
6875 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6876
6877         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6878         customizable.
6879
6880 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6881
6882         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6883         no signing key is found.
6884         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6885         no encrypting and/or signing key is found.
6886
6887 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6888
6889         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6890
6891 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6892
6893         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6894         headers read from disk with the ones newly found in the current search.
6895         This should no longer cause problems, because the article numbers in
6896         Gmane's `nov.php' output are ignored since the previous change.
6897
6898 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6899
6900         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6901
6902 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6903
6904         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6905         replace-regexp-in-string; bind url-version; fbind display-images-p and
6906         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6907         find-face and set-itimer-function for Emacs; bind itimer-list for
6908         Emacs.
6909
6910         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6911
6912 2007-01-01  Romain Francoise  <romain@orebokech.com>
6913
6914         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6915
6916 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6917
6918         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6919         `define-minor-mode' macro definition expanded properly.
6920         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6921         exclude it there.
6922
6923         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6924         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6925         `fboundp' test.
6926         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6927         This is OK to autoload in (S)XEmacs now.
6928
6929 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6930
6931         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6932         keystroke.
6933         (gnus-summary-limit-to-singletons): Fix typo.
6934
6935         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6936         else fails.
6937
6938 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6939
6940         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6941         docstring.
6942
6943         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6944         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6945         (gnus-summary-insert-dormant-articles): Fix typo in message.
6946
6947 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6948
6949         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6950         nil for XEmacs.
6951         (gnus-message-citation-mode): Don't autoload in XEmacs.
6952
6953         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6954
6955 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6956
6957         * nnimap.el (nnimap-expunge-search-string): Mention
6958         nnimap-search-uids-not-since-is-evil in docstring.
6959
6960 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6961
6962         * spam.el: Revert to make-obsolete-variable because
6963         define-obsolete-variable-alias is not supported in Emacs 21.
6964
6965         * spam.el (spam-ifile-path, spam-ifile-database-path)
6966         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6967         make-obsolete-variable.
6968         (spam-bsfilter-path, spam-bsfilter-program)
6969         (spam-spamassassin-path, spam-spamassassin-program)
6970         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6971         use "path" inappropriately.
6972         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6973         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6974         variable names.
6975
6976 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6977
6978         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6979         summary buffer.
6980
6981         * password.el (password-cache-remove): Use clear-string to burn
6982         password, if available.
6983
6984 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6985
6986         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6987
6988         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6989
6990         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6991         (gnus-message-highlight-citation): Move defcustom here from
6992         gnus-cite.el.
6993         (gnus-message-citation-mode): Autoload.
6994
6995         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6996         checks to make it compile with XEmacs.
6997         (gnus-message-citation-mode): New minor mode.
6998         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6999         (gnus-message-highlight-citation): New variables.
7000         (gnus-message-search-citation-line)
7001         (gnus-message-add-citation-keywords)
7002         (gnus-message-remove-citation-keywords)
7003         (turn-on-gnus-message-citation-mode)
7004         (turn-off-gnus-message-citation-mode): New functions.
7005
7006 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7007
7008         * gnus-cite.el: Enable highlighting of different citation levels in
7009         message-mode.
7010
7011 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7012
7013         * message.el (message-make-fqdn): Fix comment.
7014         (message-bogus-system-names): Add ".local".
7015
7016         * spam.el (spam-ifile-path, spam-ifile-program)
7017         (spam-ifile-database-path, spam-ifile-database)
7018         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7019         Don't use "path" inappropriately.
7020         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7021         strings.
7022         (spam-check-ifile, spam-ifile-register-with-ifile)
7023         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7024         new variable names.
7025
7026         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7027         (gnus-treat-display-smileys): Simplify using
7028         gnus-image-type-available-p.
7029
7030         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7031         available.
7032
7033         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7034         `display-images-p' if available.
7035
7036 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7037
7038         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7039         one after turning on the buffer's multibyteness instead of decoding
7040         them directly in the unibyte buffer that causes unexpected conversion
7041         in Emacs 23 (unicode).
7042
7043 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7044
7045         * message.el (message-generate-hashcash): Fix custom type.
7046
7047 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7048
7049         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7050
7051 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7052
7053         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7054         disconnect icons.  Add help text.
7055
7056 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7057
7058         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7059         negated to be consistent with the others we handle.
7060
7061 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7062
7063         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7064         version of gnus-summary-buffer to something, so that we can use two
7065         article buffers at the same time.
7066
7067 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7068
7069         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7070         trigger all the extra headers.
7071         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7072         sorting.
7073
7074 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7075
7076         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7077         solid groups.
7078
7079 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7080
7081         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7082
7083 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7084
7085         * legacy-gnus-agent.el: Add Copyright notice.
7086
7087 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7088
7089         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7090
7091 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7092
7093         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7094
7095         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7096         to make it work reliably in CVS Emacs.
7097         (gnus-summary-limit-strange-charsets-predicate)
7098         (gnus-summary-limit-to-predicate): New functions.
7099
7100 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7101
7102         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7103         specifying array size.
7104         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7105         array if it is too small.
7106         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7107         (gnus-sort-threads-loop): New function.
7108
7109 2006-12-06  Chris Moore  <dooglus@gmail.com>
7110
7111         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7112         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7113
7114 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7115
7116         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7117         options.
7118
7119 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7120
7121         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7122         DOS-ing the recipient.
7123
7124         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7125         the headers when creating the mapping to avoid mismappings.
7126         (nnweb-gmane-create-mapping): Always nix out old mapping.
7127
7128 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7129
7130         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7131         and mm-verify-option to never.
7132
7133 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7134
7135         * message.el (message-signed-or-encrypted-p): New function.
7136         (message-forward-make-body): Use it.
7137
7138         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7139         Replace encode-coding-string with mm-encode-coding-string.
7140
7141 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7142
7143         * nneething.el (nneething-decode-file-name): Replace
7144         decode-coding-string with mm-decode-coding-string.
7145
7146         * gnus-int.el (gnus-open-server): Say failed server's name.
7147
7148 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7149
7150         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7151         strings to a single string.  Quote `errors-file-name'.
7152         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7153         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7154         Adjust calls.  Use `shell-quote-argument'.
7155
7156 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7157
7158         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7159         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7160
7161         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7162         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7163         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7164         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7165         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7166         (gnus-subscribe-newsgroup, gnus-1):
7167         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7168         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7169         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7170         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7171
7172 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7173
7174         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7175         keystroke.
7176         (gnus-summary-limit-to-bodies): Implement headersp.
7177
7178 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7179
7180         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7181
7182 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7183
7184         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7185
7186 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7187
7188         * message.el (message-generate-hashcash): Expand range of values to
7189         include `opportunistic'.
7190         (message-send-mail): Use it.
7191
7192 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7193
7194         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7195         and comment it.
7196
7197         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7198
7199 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7200
7201         * gnus-util.el (gnus-extract-address-components): Improve comment.
7202
7203 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7204
7205         * gnus-util.el (gnus-extract-address-components): Work with address in
7206         which the name portion contains @.
7207
7208         * lpath.el: Fbind custom-autoload.
7209
7210 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7211
7212         * gnus.el (gnus-start): Move custom group up.
7213         (gnus-select-method): Don't autoload, but make it available for
7214         `customize-variable'.
7215         (gnus-getenv-nntpserver): Don't autoload.
7216
7217 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7218
7219         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7220
7221 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7222
7223         * message.el (message-sendmail-extra-arguments): New variable.
7224         (message-send-mail-with-sendmail): Use it.
7225
7226 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7227
7228         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7229         mm-with-unibyte-current-buffer to make string unibyte.
7230
7231         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7232         mm-string-as-multibyte.
7233
7234 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7235
7236         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7237         Reported by Werner Koch <wk@gnupg.org>.
7238
7239 2006-11-14  Daiki Ueno  <ueno@p360>
7240
7241         * mml2015.el: Autoload epa-select-keys when compiling.
7242
7243 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7244
7245         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7246         message-options.
7247         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7248
7249 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7250
7251         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7252         EasyPG (< 0.0.6).
7253         (mml2015-always-trust): New user option.
7254         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7255         prompt.
7256
7257 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7258
7259         * nntp.el (nntp-authinfo-force): New variable.
7260         (nntp-send-authinfo): Use it.
7261
7262 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7263
7264         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7265         decode encoded words.  Improve prompt.  Add comment about forwarding.
7266         (message-replacement-char): Move up.
7267
7268 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7269
7270         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7271         instead of gnus-intersection because arguments of gnus-sorted-nunion
7272         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7273
7274 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7275
7276         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7277         (message-simplify-subject-functions): Enable
7278         message-strip-subject-encoded-words by default.
7279
7280 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7281
7282         * message.el (message-strip-subject-encoded-words): New function.
7283         (message-simplify-subject-functions): New variable.
7284         (message-simplify-subject): Use it.  Fix typo in doc string.
7285         Support message-strip-subject-encoded-words.
7286
7287 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7288
7289         * gnus-diary.el (gnus-diary-delay-format-function):
7290         * nndiary.el (nndiary-reminders):
7291         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7292
7293 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7294
7295         * gnus-art.el (article-hide-boring-headers): Fetch date from
7296         gnus-original-article-buffer to avoid problems with localized date
7297         strings.
7298
7299 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7300
7301         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7302
7303 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7304
7305         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7306         New variables.
7307         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7308         (mm-charset-synonym-alist): Move some entries to
7309         mm-codepage-iso-8859-list.
7310         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7311         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7312
7313 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7314
7315         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7316
7317 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7318
7319         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7320         with Emacs 21 and XEmacs.
7321
7322 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7323
7324         * spam.el (spam-parse-address): New function for better parsing,
7325         catching errors, etc.
7326         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7327
7328 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7329
7330         * mm-view.el: Add interactive arg to html2text autoload.
7331
7332 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7333
7334         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7335
7336 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7337
7338         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7339         variables.
7340         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7341         (mm-charset-synonym-alist): Move some entries to
7342         mm-codepage-iso-8859-list.
7343
7344         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7345
7346 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7347
7348         * message.el (message-citation-line-format)
7349         (message-insert-formated-citation-line): Fix implementation of %E, %N
7350         and %n according to the doc string.
7351
7352 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7353
7354         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7355         car-safe to avoid bad parses.
7356
7357 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7358
7359         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7360         names.
7361
7362         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7363
7364 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7365
7366         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7367         header.
7368
7369         * message.el (message-draft-headers): Add Date.
7370         (message-headers-to-generate): Fix typo in docstring.
7371
7372         * nndraft.el (nndraft-required-headers): New variable.
7373         (nndraft-generate-headers): Use it.
7374
7375         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7376
7377 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7378
7379         * gnus-registry.el (gnus-registry-wash-for-keywords)
7380         (gnus-registry-find-keywords): New functions to allow easy searching of
7381         articles that are in the registry.
7382
7383 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7384
7385         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7386         ietf-drums-parse-address instead of gnus-extract-address-components.
7387         Reported by Damien Elmes <damien@repose.cx>.
7388
7389 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7390
7391         * gnus.el (gnus-mime): Remove unused custom group.
7392
7393 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7394
7395         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7396         "blank line" when searching for end of armor headers.
7397
7398 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7399
7400         * gmm-utils.el (gmm-write-region): Fix variable name.
7401
7402 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7403
7404         * gmm-utils.el (gmm-write-region): New function based on compatibility
7405         code from `mm-make-temp-file'.
7406
7407         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7408
7409         * nnmaildir.el (nnmaildir--update-nov)
7410         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7411         Use `gmm-write-region'.
7412
7413 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7414
7415         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7416         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7417
7418         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7419
7420         * message.el (message-replacement-char): New variable.
7421         (message-fix-before-sending): Use it.
7422         (message-simplify-subject): New function to remove duplicate code.
7423         (message-reply, message-followup): Use it.
7424
7425         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7426         gnus-summary-limit-to-articles.
7427
7428 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7429
7430         * gnus-util.el (gnus-with-local-quit): New macro.
7431
7432         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7433
7434 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7435
7436         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7437         ignore non-string data.
7438
7439 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7440
7441         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7442         non-string data (needs to be done in the registry too).
7443
7444 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7445
7446         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7447         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7448         (gnus-registry-split-fancy-with-parent)
7449         (gnus-registry-fetch-simplified-message-subject-fast)
7450         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7451         Remove text properties on ingress into the registry and when it's saved.
7452         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7453         registry from entries with no groups.
7454
7455 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7456
7457         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7458         function to remove string properties.
7459
7460 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7461
7462         * gmm-utils.el (gmm): Adjust custom version.
7463
7464         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7465         custom version.
7466
7467         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7468
7469 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7470
7471         * gnus-art.el (gnus-insert-prev-page-button)
7472         (gnus-insert-next-page-button): Simplify.  Reformat.
7473
7474 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7475
7476         * gnus-art.el (gnus-insert-prev-page-button)
7477         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7478
7479 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7480
7481         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7482
7483 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7484
7485         * gnus-art.el (gnus-insert-mime-button)
7486         (gnus-insert-mime-security-button):
7487         Apply gnus-article-button-face to MIME and security buttons.
7488
7489 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7490
7491         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7492         readable.
7493
7494 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7495
7496         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7497
7498 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7499
7500         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7501         `browse-url-of-file' instead of `browse-url'.
7502
7503 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7504
7505         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7506         regexp.  Articles containing quotation were cut prematurely.
7507
7508 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7509
7510         * message.el (message-cite-original-1): Use nobody by default for the
7511         value of From header.
7512         (message-reply): Ditto.
7513
7514 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7515
7516         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7517         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7518         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7519
7520 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7521
7522         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7523         mails in the doc string.  Add some URLs in comment.
7524         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7525
7526 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7527
7528         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7529         backslashes handling and the way to find boundaries of quoted strings.
7530
7531 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7532
7533         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7534         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7535         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7536         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7537
7538 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7539
7540         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7541         doc string.
7542         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7543
7544 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7545
7546         * lpath.el: Fbind epg-check-configuration.
7547
7548 2006-09-06  Simon Josefsson  <jas@extundo.com>
7549
7550         * mml2015.el (mml2015-use): Doc fix, mention epg.
7551
7552 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7553
7554         * mml2015.el (mml2015-use): Default to epg, if available.
7555
7556 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7557
7558         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7559         message-sender.
7560         (mml1991-epg-encrypt): Ditto.
7561         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7562         message-sender.
7563         (mml2015-epg-encrypt): Ditto.
7564
7565 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7566
7567         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7568         several common directories.
7569
7570 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7571
7572         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7573         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7574
7575 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7576
7577         * gnus-art.el (article-decode-encoded-words): Make it fast.
7578
7579 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7580
7581         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7582
7583         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7584         in quoted string into `\'.
7585
7586 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7587
7588         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7589         Use standard-syntax-table.
7590
7591 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7592
7593         * gnus-art.el (gnus-decode-address-function): New variable.
7594         (article-decode-encoded-words): Use it to decode headers which are
7595         assumed to contain addresses.
7596         (gnus-mime-delete-part): Remove useless `or'.
7597
7598         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7599         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7600         (gnus-nov-parse-line): Use it to decode From header.
7601         (gnus-get-newsgroup-headers): Ditto.
7602         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7603
7604         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7605         (mail-decode-encoded-address-string): New alias.
7606
7607         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7608         New function.
7609         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7610         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7611         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7612         (rfc2047-decode-string): Ditto.
7613         (rfc2047-decode-address-region): New function.
7614         (rfc2047-decode-address-string): New function.
7615
7616 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7617
7618         * message.el (message-caesar-buffer-body): Allow rotating headers.
7619
7620         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7621
7622         * message.el (message-insert-formated-citation-line): Fix %f.
7623         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7624
7625 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7626
7627         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7628         (gnus-bookmark-mouse-available-p): New macro.
7629         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7630         (gnus-bookmark-bmenu-show-infos): Use it.
7631         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7632         (gnus-bookmark-bmenu-hide-infos): Ditto.
7633         (gnus-bookmark-remove-properties): New function.
7634         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7635         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7636         (gnus-bookmark-write-file): Bind coding-system-for-write.
7637         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7638         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7639         group before selecting it.
7640         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7641         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7642         quit-window if it is not available; use gnus-mouse-2 and bind it to
7643         gnus-bookmark-bmenu-select-by-mouse.
7644         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7645         (gnus-bookmark-bmenu-select-by-mouse): New function.
7646
7647 2006-08-13  Romain Francoise  <romain@orebokech.com>
7648
7649         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7650         space.
7651
7652 2006-08-10  Romain Francoise  <romain@orebokech.com>
7653
7654         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7655         (dns-mode-soa-auto-increment-serial): New user option.
7656         (dns-mode-soa-maybe-increment-serial): New function.
7657         (dns-mode): Add the latter to `write-contents-functions'.
7658
7659 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7660
7661         * compface.el (uncompface): Use binary rather than raw-text-unix.
7662
7663 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7664
7665         * compface.el (uncompface): Make sure the eol conversion doesn't take
7666         place when communicating with the external programs.  Reported by
7667         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7668
7669 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7670
7671         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7672
7673 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7674
7675         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7676         Make it more robust by parsing author and date independently.
7677
7678 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7679
7680         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7681
7682 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7683
7684         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7685         first matching secret key.
7686         (mml2015-epg-encrypt): Ditto.
7687
7688         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7689         first matching secret key.
7690         (mml1991-epg-encrypt): Ditto.
7691
7692         * mml2015.el (mml2015-encrypt-to-self): New user option.
7693         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7694         mml2015-epg-encrypt-to-self is set.
7695
7696         * mml1991.el (mml1991-encrypt-to-self): New variable.
7697         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7698         mml1991-epg-encrypt-to-self is set.
7699
7700         * mml2015.el (mml2015-signers): New user option.
7701         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7702         (mml2015-epg-encrypt): Allow to select signing keys.
7703
7704         * mml1991.el (mml1991-signers): New variable.
7705         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7706         (mml1991-epg-encrypt): Allow to select signing keys.
7707
7708 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7709
7710         * nnheader.el (nnheader-insert-head): Make it work even if the file
7711         uses CRLF for the line-break code.
7712
7713 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7714
7715         * mml2015.el: Require mml-sec instead of password.
7716         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7717         (mml2015-cache-passphrase): Inherit the default value from
7718         mml-secure-cache-passphrase.
7719         (mml2015-passphrase-cache-expiry): Inherit the default value from
7720         mml-secure-passphrase-cache-expiry.
7721
7722         * mml1991.el: Require mml-sec instead of password.
7723         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7724         (mml1991-cache-passphrase): Inherit the default value from
7725         mml-secure-cache-passphrase.
7726         (mml1991-passphrase-cache-expiry): Inherit the default value from
7727         mml-secure-passphrase-cache-expiry.
7728
7729         * mml-sec.el: Require password.
7730         (mml-secure-verbose): New user option.
7731         (mml-secure-cache-passphrase): New user option.
7732         (mml-secure-passphrase-cache-expiry): New user option.
7733
7734 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7735
7736         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7737         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7738         andreas@altroot.de (Andreas Vögele).
7739
7740         FIXME: Use `tiny change'?
7741
7742 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7743
7744         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7745         workaround for the url package included with Emacs.
7746
7747         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7748
7749 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7750
7751         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7752         correctly.  This fixes a bug caused by the 2006-05-12 change.
7753
7754 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7755
7756         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7757         some information about the error when saying that the `bogus' mail
7758         group will be used.
7759
7760 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7761
7762         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7763         string.
7764
7765 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7766
7767         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7768
7769 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7770
7771         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7772
7773 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7774
7775         * mml1991.el (mml1991-function-alist): Add epg.
7776         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7777         (mml1991-epg-encrypt): New functions.
7778
7779 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7780
7781         * mml2015.el (mml2015-verbose): New variable.
7782         (mml2015-cache-passphrase): Ditto.
7783         (mml2015-passphrase-cache-expiry): Ditto.
7784         (mml2015-function-alist): Add epg.
7785         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7786         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7787         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7788         functions.
7789
7790 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7791
7792         * message.el (message-cite-original-1): Preserve region when removing
7793         quoted text due to X-No-Archive in order to avoid bogus attribution
7794         when citing multiple messages.
7795
7796 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7797
7798         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7799         Kenneth Jacker <khj@be.cs.appstate.edu>.
7800
7801 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7802
7803         * gnus-diary.el (gnus-user-format-function-d)
7804         (gnus-user-format-function-D): Autoload.
7805
7806         * imap.el (Commentary): Fix typo.
7807
7808         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7809         2006-04-22 contribution.
7810
7811 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7812
7813         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7814         It didn't really fix the bogosity I'm seeing with solid web groups.
7815
7816 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7817
7818         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7819         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7820         created using server names.  If we use the feature without declaring
7821         it, Gnus does not properly manage server and group state.
7822
7823         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7824         bound.
7825
7826 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7827
7828         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7829         looking up the method using GROUP's prefix before inventing a new one.
7830         It is used on killed/unknown groups in various places where returning
7831         an all-new method isn't expected by the caller.
7832
7833         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7834         and match semantics of gnus-group-real-prefix.
7835
7836 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7837
7838         * nnmail.el (nnmail-broken-references-mailers): New variable.
7839         (nnmail-ignore-broken-references): New function generalizing
7840         nnmail-fix-eudora-headers.
7841         (nnmail-fix-eudora-headers): Now obsolete.
7842
7843         * gnus-art.el (gnus-button-handle-custom): Support
7844         `customize-apropos*'.
7845
7846 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7847
7848         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7849
7850         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7851         articles.
7852
7853 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7854
7855         * message.el (message-cite-reply-above): New variable.
7856         (message-yank-original): Use it.
7857
7858 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7859
7860         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7861
7862 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7863
7864         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7865         as read.
7866
7867         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7868
7869 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7870
7871         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7872         (gnus-bookmark-default-file): Use gnus-directory.
7873         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7874         Remove "*" in doc string.
7875         (gnus-bookmark-write-file): Simplify.
7876         (gnus-bookmark-maybe-sort-alist): Use `when'.
7877         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7878         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7879         FIXME about Emacs 21 and XEmacs compatibility.
7880         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7881         compatibility.
7882         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7883         compatibility.
7884         (gnus-bookmark-menu-heading): Fix version.
7885
7886 2006-06-19  Bastien Guerry  <bzg@altern.org>
7887
7888         * gnus-bookmark.el: New file.
7889
7890 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7891
7892         * message.el (message-syntax-checks): Doc fix.
7893
7894 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7895
7896         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7897         unsubscribed groups as if they were killed ones.  It causes duplicate
7898         entries in gnus-newsrc-alist.
7899
7900 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7901
7902         * message.el (message-syntax-checks): Doc fix.
7903         (message-send-mail): Add check for continuation headers.
7904         (message-check-news-header-syntax): Fix regexp used to check for
7905         continuation headers.
7906
7907 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7908
7909         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7910
7911 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7912
7913         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7914
7915 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7916
7917         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7918         default-truncate-lines.
7919
7920 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7921
7922         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7923         to fill the utf-8 entry.
7924
7925         * lpath.el: Fbind unicode-precedence-list.
7926
7927 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7928
7929         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7930
7931 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7932
7933         * gnus-agent.el (directory-files-and-attributes): Move all the way
7934         forward (the third and final move).
7935         (gnus-agent-read-agentview): Trap reconstruction errors due to
7936         nonexistant directory.  Handle by returning nil.
7937
7938 2006-05-30  Didier Verna  <didier@xemacs.org>
7939
7940         * message.el (message-dont-reply-to-names): Update the custom type.
7941         * message.el (message-dont-reply-to-names): New defsubst: potentially
7942         convert a list of regexps into a single one.
7943         * message.el (message-get-reply-headers): Use it.
7944         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7945
7946 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7947
7948         * gnus-agent.el (directory-files-and-attributes): Move forward.
7949
7950 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7951
7952         * gnus-ml.el (gnus-mailing-list-subscribe)
7953         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7954         (gnus-mailing-list-message): Fix doc strings.
7955
7956 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7957
7958         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7959         of doing it manually.
7960
7961 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7962
7963         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7964         comment.
7965
7966 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7967
7968         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7969         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7970         (gnus-agent-read-local): All symbols allocated in my-obarray.
7971         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7972         (gnus-agent-regenerate-group): Check numeric names to see if they are
7973         messages or groups.
7974         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7975         better way of do this...)
7976
7977         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7978         'dummy.group' (there should be a better way of do this...)
7979
7980 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7981
7982         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7983         (gnus-saved-headers): Ditto.
7984         (gnus-default-article-saver): Mention functions may have properties.
7985         (gnus-article-save): Override gnus-save-all-headers and
7986         gnus-saved-headers by :headers property which saver function may have.
7987         (gnus-summary-save-in-file): Add :headers property.
7988         (gnus-summary-write-to-file): Ditto.
7989
7990         * gnus-sum.el (gnus-summary-save-article): Bind
7991         gnus-prompt-before-saving to t when saving many articles in a file;
7992         always show all headers.
7993
7994         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7995
7996 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7997
7998         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7999         marks.
8000
8001         * message.el (message-indent-citation): Add optional arguments to allow
8002         using it outside of message buffers.
8003
8004         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8005         (gnus-article-treat-unfold-headers): Use it.
8006         (gnus-article-truncate-lines): New variable.
8007         (gnus-article-mode): Use it.
8008         (gnus-article-toggle-truncate-lines): New function.
8009
8010         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8011         gnus-article-toggle-truncate-lines.
8012
8013         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8014         coding system in XEmacs, use binary.
8015
8016 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8017
8018         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8019         after-load-alist.
8020
8021         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8022         this function should save decoded articles.
8023         (gnus-summary-write-to-file): Use property to specify this function
8024         should save decoded articles and specify gnus-summary-save-in-file
8025         should be used to save articles other than the first one when saving
8026         many articles.
8027         (gnus-summary-save-body-in-file): Use property to specify this
8028         function should save decoded articles.
8029         (gnus-summary-write-body-to-file): Use property to specify this
8030         function should save decoded articles and specify
8031         gnus-summary-save-body-in-file should be used to save articles other
8032         than the first one when saving many articles.
8033
8034         * gnus-sum.el (gnus-summary-save-article): Simplify.
8035
8036 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8037
8038         * gnus-art.el (gnus-default-article-saver): Add
8039         gnus-summary-write-body-to-file.
8040         (gnus-article-save-coding-system): Don't use coding system object
8041         in XEmacs.
8042         (gnus-read-save-file-name): Add optional `dir-var' argument which
8043         specifies directory in which files are saved; work even if optional
8044         `variable' argument is not specified.
8045         (gnus-summary-write-to-file): Read file name.
8046         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8047         (gnus-summary-write-body-to-file): New function.
8048
8049         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8050         (gnus-summary-local-variables): Add it.
8051         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8052         (gnus-summary-save-article): Remove optional `decode' argument;
8053         determine whether to decode articles by the value of
8054         gnus-default-article-saver; when saving many files using
8055         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8056         it first and use gnus-summary-save-in-file or
8057         gnus-summary-save-body-in-file thereafter unless
8058         gnus-prompt-before-saving is always; move point to article which
8059         will be saved.
8060         (gnus-summary-save-article-file): Revert.
8061         (gnus-summary-write-article-file): Revert.
8062         (gnus-summary-save-article-body-file): Revert.
8063         (gnus-summary-write-article-body-file): New function.
8064
8065 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8066
8067         * gnus-art.el (gnus-default-article-saver): Doc fix.
8068         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8069         from gnus-summary-save-article-coding-system, and default to a
8070         certain coding system.
8071         (gnus-output-to-file): Add coding cookie and encode text according
8072         to gnus-article-save-coding-system; don't use mm-append-to-file.
8073
8074         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8075         gnus-art.el and rename to gnus-article-save-coding-system.
8076         (gnus-summary-save-article): Require gnus-art; don't show all
8077         headers if it decodes articles; don't add coding cookie here;
8078         don't bind mm-text-coding-system-for-write.
8079         (gnus-summary-save-article-file): Save decoded articles.
8080         (gnus-summary-write-article-file): When saving many files, use
8081         gnus-summary-write-to-file first and gnus-summary-save-in-file
8082         thereafter unless gnus-prompt-before-saving is always.
8083         (gnus-summary-save-article-body-file): Save decoded articles.
8084
8085         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8086
8087 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8088
8089         * nnrss.el (nnrss-check-group): Bind hash-index.
8090
8091 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8092
8093         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8094         its hash index.  Store this hash in `nnrss-group-data'.
8095         (nnrss-read-group-data): Update accordingly.
8096
8097 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8098
8099         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8100         entry.
8101
8102         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8103         gnus-article-browse-html-article.
8104
8105 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8106
8107         * gnus-sum.el (gnus-summary-mime-map): Add
8108         gnus-article-browse-html-article.
8109
8110         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8111
8112 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8113
8114         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8115         suitable coding systems in customize.
8116
8117 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8118
8119         * mail-source.el (mail-sources): Fix custom type.
8120
8121 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8122
8123         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8124         (gnus-summary-expire-articles-now): Shorten prompt.
8125
8126         * gmm-utils.el (wid-edit): Require.
8127         (defun-gmm): Renamed from `gmm-defun-compat'.
8128         (gmm-image-search-load-path): Use it.
8129         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8130
8131 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8132
8133         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8134         variable.
8135         (gnus-summary-save-article): Add optional `decode' argument.  If
8136         it is set and gnus-summary-save-article-coding-system is non-nil,
8137         save decoded article.
8138         (gnus-summary-write-article-file): Save decoded article if
8139         gnus-summary-save-article-coding-system is non-nil.
8140
8141         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8142         type.
8143
8144 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8145
8146         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8147
8148 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8149
8150         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8151         first to test gnus-single-article-buffer which may be buffer-local.
8152
8153         * gnus-sum.el (gnus-summary-setup-buffer): Make
8154         gnus-single-article-buffer buffer-local and nil in ephemeral
8155         group; make gnus-article-buffer, gnus-article-current, and
8156         gnus-original-article-buffer always buffer-local.
8157         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8158         group.
8159         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8160
8161 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8162
8163         * nnml.el (nnml-request-compact-group): Compressed files might not
8164         have .gz extension.
8165
8166 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8167
8168         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8169         (mm-copy-to-buffer): Use with-current-buffer.
8170         (mm-display-part): Simplify.
8171         (mm-inlinable-p): Add optional arg `type'.
8172
8173 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8174
8175         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8176         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8177         Try harder to show the attachment internally or externally using
8178         gnus-mime-view-part-as-type.
8179
8180 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8181
8182         * message.el (message-from-style, message-signature-separator)
8183         (message-user-organization-file, message-send-mail-function)
8184         (message-citation-line-function, message-yank-prefix)
8185         (message-indent-citation-function, message-signature)
8186         (message-signature-file, message-signature-insert-empty-line):
8187         Remove autoloads.
8188
8189         * gnus-art.el (gnus-buttonized-mime-types): Remove
8190         "multipart/signed".  Revert 2006-04-26 change.
8191
8192 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8193
8194         * gnus.el (gnus-version-number): Bump version.
8195
8196 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8197
8198         * gnus.el: No Gnus v0.5 is released.
8199
8200 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8201
8202         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8203         fetching articles by message-id.
8204
8205 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8206
8207         * message.el (hashcash): Require hashcash as normal.
8208
8209         * ecomplete.el (ecomplete-highlight-match-line): Use
8210         point-at-eol.
8211         (ecomplete-highlight-match-line): Use `highlight', because that
8212         face exists in both Emacs and XEmacs.
8213
8214         * message.el (message-display-abbrev): Use point-at-bol.
8215
8216         * mail-source.el: Don't require timer/timer-funcs.
8217
8218         * gnus-async.el: Ditto.
8219
8220         * password.el: Ditto.
8221
8222         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8223
8224         * mm-url.el: Ditto.
8225
8226         * gnus-xmas.el: Don't require timer-funcs.
8227
8228         * mm-util.el: Require timer/timer-funcs.
8229
8230 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8231
8232         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8233         Close.
8234
8235 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8236
8237         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8238         unibyte after clear-decrypt function runs.
8239
8240         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8241         returns as a unibyte string.
8242
8243 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8244
8245         * lpath.el: Revert.
8246
8247         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8248         (pgg-gpg-process-sentinel): Revert.
8249
8250         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8251         (pgg-pgp-lookup-key): Revert.
8252
8253         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8254         (pgg-pgp5-lookup-key): Revert.
8255
8256         * pgg.el (pgg-fetch-key): Revert.
8257
8258 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8259
8260         * lpath.el: Fbind string-as-multibyte for XEmacs.
8261
8262         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8263         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8264         (mml1991-pgg-encrypt): Ditto.
8265
8266         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8267         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8268         a multibyte buffer.
8269
8270         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8271         (pgg-pgp-lookup-key): Ditto.
8272
8273         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8274         (pgg-pgp5-lookup-key): Ditto.
8275
8276         * pgg.el (pgg-fetch-key): Ditto.
8277
8278 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8279
8280         * message.el (message-user-organization-file): Check several
8281         locations of the organization file.
8282
8283         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8284         Add gnus-article-view-part-as-type.
8285
8286         * gnus-art.el (gnus-article-view-part-as-type): New function.
8287
8288         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8289         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8290
8291         * mml.el: Simplify autoload.
8292         (mml-mode): defvar dnd-protocol-alist instead of using
8293         symbol-value.
8294         (mml-default-directory): New variable.
8295         (mml-minibuffer-read-file): Use it.
8296         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8297
8298         * message.el (message-citation-line-format): New variable.
8299         (message-insert-formated-citation-line): New function.
8300         (message-citation-line-function): Add
8301         `message-insert-formated-citation-line' to custom type.
8302
8303         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8304         to doc string.
8305
8306         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8307         depending on mm-verify-option.
8308
8309 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8310
8311         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8312         binding pgg-* variables; reimplement the section which prevents
8313         MIME header from being signed.
8314         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8315         pgg-text-mode; remove a blank line at the top of body.
8316
8317         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8318         lines at the top of body; use gnus-newsgroup-charset if there's no
8319         Charset header.
8320
8321 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8322
8323         * message.el (message-self-insert-commands): Doc fix.
8324
8325         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8326         (mm-uu-pgp-encrypted-test): Ditto.
8327         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8328         between header and body; return application/pgp-encrypted handle
8329         if decryption failed; decode decrypted body by charset.
8330
8331         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8332         element match to application/pgp-*.
8333
8334 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8335
8336         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8337         HTML.
8338
8339 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8340
8341         * mail-source.el (mail-source-call-script): Message the error
8342         string.
8343
8344 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8345
8346         * gnus-util.el (gnus-byte-compile): Use it.
8347
8348 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8349
8350         * gnus-util.el (kill-empty-logs): New function.
8351
8352 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8353
8354         * message.el (message-mail-alias-type): Doc fix.
8355         (message-mail-alias-type-p): New function.
8356         (message-send): Use it.
8357         (message-mode): Ditto.
8358         (message-strip-forbidden-properties): Ditto.
8359
8360         * ecomplete.el (ecomplete-database-file-coding-system): New
8361         variable.
8362         (ecomplete-save): Use it.
8363         (ecomplete-setup): Use it.
8364
8365 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8366
8367         * message.el (message-self-insert-commands): New variable.
8368         (message-strip-forbidden-properties): Use it.
8369
8370 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8371
8372         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8373         that doesn't make XEmacs choke.
8374
8375 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8376
8377         * gnus-util.el (gnus-replace-in-string):
8378         Prefer replace-regexp-in-string over of replace-in-string.
8379
8380 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8381
8382         * gnus-util.el (gnus-select-frame-set-input-focus):
8383         Use select-frame-set-input-focus if it is available in XEmacs; use
8384         definition defined in Emacs 22 for old Emacsen.
8385
8386         * dgnushack.el: Autoload unmorse-region for XEmacs.
8387
8388         * lpath.el: Bind cursor-in-non-selected-windows and
8389         select-frame-set-input-focus for XEmacs.
8390
8391 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8392
8393         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8394
8395 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8396
8397         * gnus-registry.el (gnus-registry-cache-save): Remove text
8398         properties when saving via the temp buffer.
8399
8400 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8401
8402         * message.el (message-generate-hashcash): Honor custom type.
8403
8404 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8405
8406         * message.el (message-generate-hashcash): Default to non-nil when
8407         hashcash is found.
8408
8409         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8410         (gnus-refer-thread-limit): Increase default to 500.
8411
8412         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8413
8414         * flow-fill.el (fill-flowed): Allow delete-space.
8415
8416 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8417
8418         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8419         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8420         Remove autoloads.
8421
8422 2006-04-18  Simon Josefsson  <jas@extundo.com>
8423
8424         * message.el (message-generate-hashcash): Default to.
8425
8426 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8427
8428         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8429         concatenating segments rather than before concatenating them.
8430
8431 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8432
8433         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8434
8435 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8436
8437         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8438
8439         * message.el (message-forward-make-body-plain): Allow
8440         message-forward-ignored-headers to be a list.
8441         (message-remove-ignored-headers): Factor out into function.
8442         (message-forward-make-body-mml): Use it.
8443
8444         * imap.el (imap-quote-specials): New function.
8445         (imap-login-auth): Quote specials.
8446
8447         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8448         (rfc2231-parse-string): Allow concatanation of parameters that
8449         aren't contiguous.  The test case is
8450           (mail-header-parse-content-type "message/external-body;
8451             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8452             access-type=LOCAL-FILE;
8453             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8454
8455 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8456
8457         * nntp.el (nntp-accept-process-output): Return the value of
8458         `nnheader-accept-process-output'.
8459
8460 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8461
8462         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8463         (gnus-button-alist): Recognize more diff formats.
8464         (gnus-button-patch): Strip directory.
8465
8466 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8467
8468         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8469         Emacs 22 when setting focus.
8470
8471 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8472
8473         * gnus-art.el (gnus-article-treat-types): Do treatment of
8474         text/x-verbatim parts.
8475         (gnus-button-patch): New command.
8476
8477         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8478         addresses that contain invalid characters.
8479
8480 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8481
8482         * message.el (message-put-addresses-in-ecomplete): Use
8483         gnus-replace-in-string.
8484         (message-is-yours-p): Use the more correct
8485         mail-header-parse-address instead of
8486         mail-extract-address-components.
8487         (message-put-addresses-in-ecomplete): Fix typo.
8488
8489         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8490         keystroke.
8491
8492         * gnus-art.el (gnus-treatment-function-alist): Change order of
8493         newsgroups/generic header folding to avoid double-folding.
8494
8495         * message.el (message-hidden-headers): Add X-Draft-From.
8496
8497         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8498         command.
8499         (gnus-summary-repeat-search-article-backward): New command.
8500
8501         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8502         groups in the parent topic.
8503
8504 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8505
8506         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8507         (spam-extra-header-to-number): Return the CRM114 number as a
8508         number instead of a string.
8509
8510 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8511
8512         * gnus-art.el (gnus-face-properties-alist): Moved here from
8513         gnus-fun.
8514
8515         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8516
8517 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8518
8519         * message.el (message-strip-forbidden-properties): Only display on
8520         self-insert-command.
8521
8522         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8523         reindent.
8524         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8525
8526 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8527
8528         * smiley.el (smiley-style): Fix typo.
8529
8530 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8531
8532         * hashcash.el (hashcash-insert-payment-async-2): Use
8533         message-goto-eoh instead of doing it manually.
8534         (mail-add-payment): Use message-narrow-to-header instead of trying
8535         to do the same itself.
8536
8537         * message.el (message-hidden-headers): Add Face.
8538
8539         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8540         reparenting code.
8541         (gnus-summary-reparent-children): Refactored out code.
8542         (gnus-summary-thread-map): New keystroke.
8543         (gnus-summary-reparent-children): Make into command.
8544
8545         * smiley.el (smiley-style): Default to `medium' if using a large
8546         font.
8547
8548         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8549         does it itself.
8550
8551         * message.el (message-point-in-header-p): Simplify definition.
8552
8553 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8554
8555         * nnagent.el (nnagent-request-set-mark): Silence log file
8556         writing.
8557         (nnagent-request-set-mark): Use write-region instead of
8558         append-to-file.
8559
8560         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8561         strange select method.
8562
8563         * ecomplete.el (ecomplete-display-matches): Get highlightling
8564         right.
8565         (ecomplete-display-matches): Use literals.
8566         (ecomplete-display-matches): Disable message logging.
8567
8568         * message.el (message-display-abbrev): Small optimization.
8569
8570         * ecomplete.el (ecomplete-display-matches): Allow automatic
8571         display.
8572
8573         * message.el (message-strip-forbidden-properties): Display
8574         abbrevs.
8575         (message-display-abbrev): Get automatic display right.
8576
8577         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8578         keystrokes.
8579
8580 2006-04-13  Romain Francoise  <romain@orebokech.com>
8581
8582         TODO: Backport to v5-10!
8583
8584         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8585         Moved here (and renamed) from gnus-registry.el.
8586
8587         * gnus-registry.el: Require gnus-util.
8588         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8589
8590 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8591
8592         * gnus-group.el (gnus-group-catchup-current): Change
8593         if-then-else-if-then-else into cond.
8594         (gnus-group-catchup): Indent.
8595         (group-name-at-point): New function.
8596         (gnus-fetch-group): Provide default from thing at point.
8597
8598 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8599
8600         * message.el (message-display-abbrev): Fix regexp.
8601
8602         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8603         choosing.
8604         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8605         dead variables.
8606
8607         * message.el (message-newline-and-indent): Remove debugging.
8608         (message-display-abbrev): Use new implementation.
8609
8610 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8611
8612         * gnus-art.el (gnus-article-mode): Set
8613         cursor-in-non-selected-windows to nil.
8614
8615         * smiley.el: Revert previous change.
8616         (smiley-data-directory): defvar it before using it in the
8617         defcustom of `smiley-style'.
8618
8619 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8620
8621         * message.el (message-newline-and-indent): New function.
8622
8623         * ecomplete.el: Implement more bits.
8624
8625         * message.el (message-put-addresses-in-ecomplete): Clean up the
8626         string.
8627
8628         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8629
8630         * gnus-sum.el (gnus-summary-save-parts): Bind
8631         gnus-summary-save-parts-counter and use it to make unique file
8632         names.
8633
8634         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8635
8636         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8637         parameter to say whether to actually parse the individual
8638         addresses.
8639
8640         * message.el (message-put-addresses-in-ecomplete): New function.
8641         (ecomplete): Require.
8642         (message-mail-alias-type): Add ecomplete as an option.
8643
8644 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8645
8646         * flow-fill.el (fill-flowed): Remove trailing space from blank
8647         quoted lines.
8648
8649 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8650
8651         * smiley.el (smiley-style): Move definition later to avoid a
8652         compilation warning.
8653
8654 2006-04-12  Kenichi Handa  <handa@m17n.org>
8655
8656         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8657         buffer and then decode the buffer text if necessary.
8658         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8659         first, and after mm-encode-body, change the buffer to unibyte.
8660         Use mm-disable-multibyte instead of set-buffer-multibyte.
8661
8662 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8663
8664         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8665         Content-Type header instead of Content-Disposition header.
8666         (gnus-mime-inline-part): Ditto.
8667         (gnus-mime-view-part-as-charset): Ignore charset that the part
8668         specifies.
8669
8670         * mm-decode.el (mm-display-part): Work with external parts and
8671         usual parts similarly.
8672
8673         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8674         instead of gnus-display-mime.
8675
8676         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8677         instead of with-temp-buffer.
8678
8679         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8680         tag to summarized topics part in order to encode non-ASCII text.
8681
8682 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8683
8684         * smiley.el (smiley-style): New variable.
8685         (smiley-directory): New function.
8686         (smiley-data-directory): Derive from `smiley-style' using
8687         `smiley-directory'.
8688         (smiley-regexp-alist): Add new entries.
8689
8690         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8691         (gnus-article-browse-delete-temp): Add :version.
8692
8693 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8694
8695         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8696         the sieve region.
8697
8698 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8699
8700         * gnus.el (gnus-version-number): Bump version.
8701
8702 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8703
8704         * gnus.el: No Gnus v0.4 is released.
8705
8706 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8707
8708         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8709         layout.
8710
8711         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8712         unknown charset.
8713
8714         * message.el (message-header-synonyms): Add Original-To to the
8715         default.
8716
8717         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8718         optional parameter.
8719
8720 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8721
8722         * gnus-fun.el (gnus): Require it for gnus-directory.
8723
8724 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8725
8726         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8727
8728 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8729
8730         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8731
8732 2006-04-05  Simon Josefsson  <jas@extundo.com>
8733
8734         * password.el (password-reset): New function.
8735
8736 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8737
8738         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8739         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8740
8741 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8742
8743         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8744         Some whitespace was matched into the url, which broke browsing hits
8745         > 100 when mm-url-use-external was nil.
8746
8747 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8748
8749         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8750         gnus-extra-headers for 'Newsgroups.
8751
8752         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8753         bound.
8754
8755 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8756
8757         * pgg-gpg.el: Clean up process buffers every time gpg processes
8758         complete.
8759
8760 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8761
8762         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8763         doc string.
8764
8765 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8766
8767         * pgg-gpg.el (pgg-gpg-process-filter)
8768         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8769
8770         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8771         lines, temporary fix.
8772
8773 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8774
8775         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8776
8777 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8778
8779         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8780         default-enable-multibyte-characters.  This reverts the change from
8781         revision 6.17 which is no longer necessary because the passphrase
8782         is sent separately now.  GnuPG messages are unreadable under
8783         multibyte locales with default-enable-multibyte-characters set to
8784         nil.
8785
8786 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8787
8788         * message.el (message-tool-bar-gnome): Move "spell".
8789
8790 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8791
8792         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8793         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8794         instead.
8795
8796 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8797
8798         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8799         newsgroups handling for NNTP overviews which don't include
8800         Newsgroups.
8801
8802 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8803
8804         * message.el (message-resend): Bind message-generate-hashcash to nil.
8805
8806 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8807
8808         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8809         when searching for already-paid recipients.
8810
8811 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8812
8813         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8814         passphrases when it is not needed.
8815         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8816         passphrase stuff from gpg, should only be necessary when you use
8817         gpg with a smartcard.
8818
8819 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8820
8821         * mml.el (mml-insert-mime): Ignore cached contents of
8822         message/external-body part.
8823
8824         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8825         (mm-insert-part): Ditto.
8826
8827 2006-03-23  Simon Josefsson  <jas@extundo.com>
8828
8829         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8830         Reiner.
8831         (pgg-gpg-use-agent-p): Use it again.
8832
8833 2006-03-23  Simon Josefsson  <jas@extundo.com>
8834
8835         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8836         older emacsen.
8837         (pgg-gpg-use-agent-p): Don't use it.
8838
8839 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8840
8841         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8842         if we can.
8843
8844 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8845
8846         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8847         (pgg-gpg-update-agent): New function.
8848         (pgg-gpg-use-agent-p): New function.
8849         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8850         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8851         (pgg-gpg-sign-region): Use it.
8852
8853 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8854
8855         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8856         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8857
8858 2006-03-21  Simon Josefsson  <jas@extundo.com>
8859
8860         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8861         <wilde@sha-bang.de>.
8862         (pgg-gpg-use-agent): New variable.
8863         (pgg-gpg-process-region): Use it.
8864         (pgg-gpg-encrypt-region): Likewise.
8865         (pgg-gpg-encrypt-symmetric-region): Likewise.
8866         (pgg-gpg-decrypt-region): Likewise.
8867         (pgg-gpg-sign-region): Likewise.
8868         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8869
8870 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8871
8872         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8873
8874         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8875         Add comment on version.
8876
8877 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8878
8879         * smiley.el: Add missing test smiley.
8880
8881 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8882
8883         * mm-decode.el (mm-with-part): New macro.
8884         (mm-get-part): Use it; work with message/external-body as well.
8885         (mm-save-part): Treat name and filename equally.
8886
8887         * mm-extern.el (mm-extern-cache-contents): New function.
8888         (mm-inline-external-body): Use it; force the part to be displayed;
8889         move undisplayer added to the cached handle to the parent.
8890
8891         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8892         (gnus-mime-view-part-as-type): Work with message/external-body.
8893
8894         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8895
8896 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8897
8898         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8899         images in image-load-path.  [Sync with image.el, revision 1.60, in
8900         Emacs.]
8901
8902 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8903
8904         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8905         path rather than symbol.  Always return list of directories.
8906         Guarantee that image directory comes first.  [Sync with image.el,
8907         revision 1.59, in Emacs.]
8908
8909         * message.el (message-make-tool-bar): Adjust to new API of
8910         `gmm-image-load-path-for-library'.
8911
8912         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8913
8914         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8915
8916 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8917
8918         * gnus-art.el (gnus-article-only-boring-p):
8919         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8920         intangible text.
8921         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8922
8923 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8924
8925         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8926         `defun' instead of `gmm-defun-compat'.
8927
8928 2006-03-14  Simon Josefsson  <jas@extundo.com>
8929
8930         * message.el (message-unique-id): Don't use message-number-base36
8931         if (user-uid) is a float.
8932         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8933
8934 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8935
8936         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8937
8938         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8939         empty line between a part and a message part.
8940
8941 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8942
8943         * smiley.el: Add more test smileys.
8944         (smiley-data-directory, smiley-regexp-alist)
8945         (gnus-smiley-file-types): Fix doc strings.
8946         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8947         adding new elements.
8948         (smiley-mouse-map): Unused code.  Make it a comment.
8949
8950 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8951
8952         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8953         scan latest NoCeM messages instead of old ones.
8954         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8955         delimiters that are recently used.
8956         (gnus-nocem-load-cache): Add autoload cookie.
8957
8958         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8959
8960         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8961         level which is larger than gnus-use-nocem is specified.
8962
8963         * gnus-group.el (gnus-group-get-new-news): Ditto.
8964
8965 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8966
8967         * gnus-util.el (gnus-tool-bar-update): New function.
8968
8969         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8970         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8971
8972         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8973
8974         * gnus-group.el (gnus-group-redraw-when-idle)
8975         (gnus-group-redraw-check): Remove.
8976         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8977
8978 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8979
8980         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8981         if optional last element is specified in splits (FIELD VALUE...).
8982
8983 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8984
8985         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8986         to gmm-image-load-path-for-library.  Call with no-error argument.
8987         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8988
8989         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8990
8991         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8992
8993         * gmm-utils.el (gmm-image-load-path): Remove alias.
8994
8995 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8996
8997         * gmm-utils.el (gmm-image-load-path): Add alias.
8998
8999         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9000         nnml-generate-nov-databases-1.
9001         (nnml-generate-nov-databases): Use it.
9002         (nnml-generate-nov-databases-directory): Document no-active
9003         argument.
9004
9005         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9006         directory if path is t.  Add no-error.
9007
9008         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9009         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9010
9011         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9012         resetting gnus-article-browse-html-temp-list.
9013
9014         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9015         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9016         Add example to docstring.  Rename local variables.  Move error
9017         checks to default case in cond and simplify.
9018
9019 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9020
9021         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9022         handle is multipart when calling it recursively.
9023         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9024
9025 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9026
9027         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9028         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9029
9030 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9031
9032         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9033         is loaded.
9034
9035         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9036         loaded.
9037
9038 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9039
9040         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9041         to "Emacs 23 (unicode)" in doc string.
9042
9043         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9044         "Emacs 23 (unicode)" in comment.
9045
9046 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9049
9050         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9051         characters 160 through 255 in Emacs 23.
9052
9053 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9054
9055         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9056         gnus-article-browse-html-temp.
9057         (gnus-article-browse-delete-temp): Make it customizable.  Add
9058         `file'.  Adjust doc string.
9059         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9060         query for each file.  Adjust doc string.
9061         (gnus-article-browse-html-parts): Add
9062         `gnus-article-browse-delete-temp-files' to
9063         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9064
9065 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9066
9067         * gnus-art.el (gnus-article-browse-html-temp)
9068         (gnus-article-browse-delete-temp): New variables.
9069         (gnus-article-browse-delete-temp-files): New function.
9070         (gnus-article-browse-html-parts): Use it.
9071
9072 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9073
9074         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9075
9076         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9077         string.
9078
9079         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9080         gnus-summary-insert-new-articles when unplugged.  Remove
9081         gnus-summary-search-article-forward.
9082
9083         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9084         display-visual-class instead of display-color-cells.
9085
9086 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9087
9088         * dgnushack.el: Autoload customize-group for XEmacs.
9089
9090         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9091         message/* containing non-ASCII text properly.
9092
9093 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9094
9095         * message.el: Require gmm-utils, remove autoloads.
9096         (message-tool-bar): Set default based on
9097         gmm-tool-bar-style.
9098         (message-tool-bar-gnome): Add gmm-customize-mode.
9099
9100         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9101         gmm-tool-bar-style.
9102         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9103
9104         * gnus-group.el (gnus-group-tool-bar): Set default based on
9105         gmm-tool-bar-style.
9106         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9107
9108         * gmm-utils.el (gmm-image-directory): Rename variable from
9109         gmm-image-load-path.
9110         (gmm-image-load-path): Use gmm-image-directory.
9111         (gmm-customize-mode): New function.
9112         (gmm-tool-bar-style): New variable.
9113
9114         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9115         gnus-group-redraw-line-number.
9116         (gnus-group-redraw-check): Simplify.
9117         (gnus-group-tool-bar-update): Remove redraw check.
9118         (gnus-group-make-tool-bar): Add redraw check.
9119
9120 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9121
9122         * gnus-art.el (gnus-button): Add missing parentheses.
9123
9124 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9125
9126         * lpath.el: Fbind line-number-at-pos.
9127
9128 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9129
9130         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9131
9132 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9133
9134         * gnus-art.el (gnus-button): New face.
9135         (gnus-article-button-face): Use it.
9136
9137         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9138         gnus-summary-next-page.  Re-order.
9139
9140         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9141         next-node are now included.
9142         (gnus-group-redraw-line-number): New internal variable.
9143         (gnus-group-redraw-check): Helper function for updating the tool
9144         bar.
9145         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9146
9147         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9148
9149         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9150         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9151         Use it to match format of Spamassassin 3.0 and later.  Reported by
9152         IRIE Tetsuya <irie@t.email.ne.jp>.
9153         (spam-check-bogofilter)
9154         (spam-bogofilter-register-with-bogofilter): Fix args of
9155         `gnus-error' calls.
9156
9157 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9158
9159         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9160         unnecessary interaction when sending queued mails.  Reported by
9161         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9162
9163 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9164
9165         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9166         first or last are nil.
9167
9168 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9169
9170         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9171
9172 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9173
9174         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9175
9176 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9177
9178         * dns.el (query-dns): Protect more against buggy tcp output.
9179
9180 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9181
9182         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9183         nov.php.
9184
9185 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9186
9187         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9188         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9189         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9190         output on the server side.
9191         (nnweb-google-create-mapping): Update regexps and add some
9192         progress indication.
9193
9194 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9195
9196         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9197         gnus-agent-toggle-plugged.  Re-order icons.
9198         (gnus-group-tool-bar-gnome): Add
9199         gnus-group-{prev,next}-unread-group.
9200         (gnus-group-tool-bar-gnome): Re-order icons.
9201
9202         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9203         gnus-summary-insert-new-articles.
9204
9205         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9206         comments.
9207
9208         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9209         also available in Emacs 21.3.
9210
9211         * message.el (message-fix-before-sending): Change "Emacs 22" to
9212         "Emacs 23 (unicode)" in comment.
9213
9214         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9215         "Emacs 23 (unicode)" in comment.
9216
9217         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9218         comment.
9219         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9220
9221         * mm-view.el (mm-fill-flowed): Add :version.
9222
9223 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9224
9225         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9226         and load-path.
9227
9228 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9229
9230         * message.el: Autoload gmm-image-load-path.
9231         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9232         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9233         consitency.
9234
9235         * gmm-utils.el (gmm-image-load-path): Also search in
9236         "../etc/images".  Don't set gmm-image-load-path if we don't find
9237         the image.
9238
9239 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9240
9241         * gmm-utils.el (gmm-image-load-path): Don't make
9242         `gmm-image-load-path' include subdirectories which the second arg
9243         `image' might specify.
9244
9245         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9246         subdirectory to icon file names.
9247
9248         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9249
9250 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9251
9252         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9253         gmm-image-load-path calls.
9254
9255         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9256
9257         * message.el (message-make-tool-bar): Ditto.
9258
9259         * mml.el (mml-preview): Added comment concerning tool bar icons.
9260
9261         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9262         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9263
9264         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9265         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9266
9267         * message.el (message-tool-bar-gnome): Use new icon names.
9268         (message-make-tool-bar): Use `gmm-image-load-path'.
9269
9270         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9271         functions from MH-E.
9272         (gmm-image-load-path): New variable from MH-E.
9273         (gmm-image-load-path): New function from MH-E.  Added arguments
9274         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9275         *-image-load-path-called-flag.
9276
9277 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9278
9279         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9280
9281 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9282
9283         * nnimap.el (nnimap-request-move-article): Change folder back to
9284         source group before deleting.
9285
9286 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9287
9288         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9289
9290         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9291         mm-url.
9292
9293         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9294
9295 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9296
9297         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9298         coding system which mm-charset-to-coding-system returns for a
9299         given charset is valid.
9300
9301 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9302
9303         * html2text.el (html2text-remove-tag-list):
9304         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9305
9306 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9307
9308         * gnus-cus.el: Revert 2005-10-17 change.
9309
9310 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9311
9312         * gnus-art.el (article-strip-banner): Call
9313         article-really-strip-banner only when the regexp match is made.
9314
9315 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9316
9317         * gnus-art.el (article-strip-banner): Use
9318         gnus-extract-address-components instead of
9319         mail-header-parse-addresses to make it work with non-ASCII text;
9320         remove mail-encode-encoded-word-string.
9321
9322         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9323         values which are surrounded with \"...\"; make it never cause a
9324         Lisp error; give up parsing of parameters if it failed in
9325         extracting type.
9326
9327 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9328
9329         * smime.el (smime-cert-by-ldap-1): Fix bug where
9330         `smime-ldap-search' returns results without userCertificates.
9331
9332 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9333
9334         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9335
9336 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9337
9338         * spam.el (spam-check-spamassassin-headers): Adapt format for
9339         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9340         <ari@mbf.ocn.ne.jp>.
9341         (spam-list-of-processors): Add spam-use-gmane.
9342
9343 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9344
9345         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9346         make-temp-file; make it work with XEmacs as well.
9347
9348         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9349         mm-make-temp-file.
9350
9351         * mm-decode.el (mm-display-external): Use the 3rd arg of
9352         mm-make-temp-file.
9353         (mm-create-image-xemacs): Ditto.
9354
9355 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9356
9357         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9358         with message-narrow-to-headers.
9359         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9360         (gnus-draft-check-draft-articles): New function.
9361         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9362
9363 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9364
9365         * gnus-art.el (gnus-article-browse-html-parts):
9366         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9367         Don't use suffix argument for mm-make-temp-file for Emacs 21
9368         compatibility.  Remove useless `format'.
9369
9370 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9371
9372         * nnweb.el (nnweb-google-wash-article): Update regexps.
9373         (nnweb-group-alist): Use defvoo instead of defvar.
9374
9375 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9376
9377         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9378         re-loading nn* modules.
9379
9380 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9381
9382         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9383         for `tool-bar-mode' and don't check it's default-value.
9384
9385         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9386
9387         * message.el (message-make-tool-bar): Ditto.
9388
9389         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9390         `substring'.  Shorten tmp-file name.
9391
9392         * gnus.el: Remove bogus comment.
9393
9394 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9395
9396         * gnus-art.el (gnus-article-browse-html-parts): New function.
9397         (gnus-article-browse-html-article): New function for viewing html
9398         articles with a browser.
9399
9400 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9401
9402         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9403         in elisp.
9404         (pgg-gpg-encrypt-symmetric-region): Ditto.
9405         (pgg-gpg-sign-region): Ditto.
9406
9407         * pgg-def.el (pgg-text-mode): New variable.
9408
9409         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9410         (mml2015-pgg-encrypt): Ditto.
9411
9412         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9413         (mml1991-pgg-encrypt): Ditto.
9414
9415 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9416
9417         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9418         message-make-date instead of current-time-string.
9419
9420         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9421         to gnus-decoded which mm-uu might set.
9422
9423 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9424
9425         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9426         don't decode quoted parameters; remove misimported Emacs code.
9427         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9428         (rfc2231-decode-encoded-string): Don't use split-string which
9429         behaves differently according to Emacs version; use
9430         mm-decode-coding-region to convert charset to coding-system.
9431         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9432         (rfc2231-encode-string): Remove misimported Emacs code.
9433
9434 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9435
9436         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9437         when calling mail-header-parse-content-type.
9438         (article-de-quoted-unreadable): Ditto.
9439         (article-de-base64-unreadable): Ditto.
9440         (article-wash-html): Ditto.
9441
9442         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9443         calling mail-header-parse-content-type and
9444         mail-header-parse-content-disposition.
9445         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9446         mail-header-parse-content-type.
9447
9448         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9449         insert charset and format parameters; encode description after
9450         inserting it to buffer.
9451         (mml-insert-parameter): Fold lines properly even if a parameter is
9452         segmented into two or more lines; change the max column to 76.
9453
9454         * rfc1843.el (rfc1843-decode-article-body): Don't use
9455         ignore-errors when calling mail-header-parse-content-type.
9456
9457         * rfc2231.el (rfc2231-parse-string): Return at least type if
9458         possible; don't cause an error even if it fails in parsing of
9459         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9460         (rfc2231-encode-string): Don't break lines at the beginning, leave
9461         it to mml-insert-parameter.
9462
9463         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9464         calling mail-header-parse-content-type.
9465
9466 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9467
9468         * spam-report.el (spam-report-gmane-use-article-number):
9469         Improve doc string.
9470         (spam-report-gmane-internal): Check if a suitable header was found
9471         in the article.
9472
9473 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9474
9475         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9476         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9477
9478 2006-02-05  Romain Francoise  <romain@orebokech.com>
9479
9480         Update copyright notices of all files in the gnus directory.
9481
9482 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9483
9484         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9485
9486 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9487
9488         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9489         segmented lines of parameter value to cope with Thunderbird 1.5
9490         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9491         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9492         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9493
9494 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9495
9496         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9497         parts.
9498
9499 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9500
9501         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9502         there's only one active file for all servers.
9503         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9504         solid groups.  Gnus might have used a FAST request to select the group.
9505         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9506         and nnweb-search redundantly in the active file.
9507         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9508         (nnweb-request-create-group): Don't use ARGS.
9509         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9510         initialisations.  Let nnoo do the work.
9511
9512 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9513
9514         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9515         Say the part has been decoded.
9516
9517         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9518
9519 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9520
9521         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9522         mailcap-viewer-test-cache when there's no 'test clause, since that
9523         will invert the meaning of a "nil" test previously determined by
9524         mailcap-mailcap-entry-passes-test.
9525
9526 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9527
9528         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9529         compiling.
9530
9531         * gnus-sum.el: Ditto.
9532
9533         * message.el: Don't bind tool-bar-map when compiling.
9534
9535 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9536
9537         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9538
9539 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9540
9541         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9542         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9543         current Google Groups.
9544
9545 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9546
9547         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9548         and tool-bar-mode.
9549
9550         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9551         and tool-bar-mode.
9552
9553         * message.el (message-tool-bar-update): Simplify.
9554         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9555
9556         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9557         gnus-summary-buffer.
9558         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9559         gnus-summary-reply.
9560
9561         * gmm-utils.el (gmm): Add :version.
9562
9563 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * Makefile.in (clean): New rule.
9566         (distclean): Use it.
9567
9568 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9569
9570         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9571         autoload.
9572
9573 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9574
9575         * gmm-utils.el (gmm-verbose): Add :group.
9576
9577 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9578
9579         * message.el: Change some comments WRT tool-bars.
9580
9581         * gnus-sum.el (gnus-summary-tool-bar)
9582         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9583         (gnus-summary-tool-bar-zap-list): New variables.
9584         (gnus-summary-make-tool-bar): Complete rewrite using
9585         `gmm-tool-bar-from-list'.
9586
9587         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9588         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9589         variables.
9590         (gnus-group-make-tool-bar): Complete rewrite using
9591         `gmm-tool-bar-from-list'.
9592         (gnus-group-tool-bar-update): New function.
9593
9594         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9595
9596 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9597
9598         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9599         is dissected into a single part of which the type is the same as
9600         the given one; decode charset.
9601
9602 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9603
9604         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9605         into alists as symbol not string, since that's what
9606         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9607         look for.
9608
9609 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9610
9611         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9612         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9613
9614         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9615
9616 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9617
9618         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9619         (gnus-xmas-mime-security-button-menu): New function.
9620
9621         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9622         (gnus-mime-security-button-menu): New definition.
9623         (gnus-mime-security-button-map): Use them.
9624         (gnus-mime-security-button-menu): New function.
9625         (gnus-insert-mime-security-button): Addition to help echo.
9626         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9627         (gnus-mime-security-pipe-part): New functions.
9628
9629         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9630         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9631
9632         * mm-decode.el (mm-handle-set-disposition): Remove.
9633         (mm-handle-set-description): Remove.
9634
9635 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9636
9637         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9638         (mm-w3m-standalone-supports-m17n-p): New function.
9639         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9640         w3m usage.
9641
9642         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9643         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9644
9645 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9646
9647         * message.el (message-tool-bar-zap-list): Use
9648         gmm-tool-bar-zap-list as custom type.
9649         (message-tool-bar-update): New function.
9650         (message-tool-bar, message-tool-bar-gnome)
9651         (message-tool-bar-retro): Add message-tool-bar-update.
9652         (message-tool-bar-gnome): Add flyspell-buffer.
9653
9654         * gnus-util.el (gnus-error): Describe `args'.
9655
9656         * gmm-utils.el (gmm-error): Describe `args'.
9657         (gmm-tool-bar-zap-list): New widget.
9658         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9659
9660 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9661
9662         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9663         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9664         the number of recursive calls.
9665
9666         * mm-decode.el (mm-handle-set-disposition): New macro.
9667         (mm-handle-set-description): New macro.
9668
9669 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9670
9671         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9672         encoding.
9673
9674 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9675
9676         * message.el (message-tool-bar-zap-list, message-tool-bar)
9677         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9678         (message-tool-bar-local-item-from-menu): Remove.
9679         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9680         (message-make-tool-bar): New function.
9681         (message-mode): Use `message-make-tool-bar'.
9682
9683         * gmm-utils.el: New file.
9684         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9685         (gmm-lazy): New widget copied from `nnmail.el'.
9686         (gmm-tool-bar-from-list): New function for creating customizable
9687         tool bars.
9688         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9689         output.
9690         (gmm): Add :prefix to defgroup.
9691
9692 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9693
9694         * gmm-utils.el (gmm-widget-p): New function.
9695
9696 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9697
9698         * mml.el (mml-attach-file): Describe `description' in doc string.
9699         (mml-menu): Add Emacs MIME manual and PGG manual.
9700
9701 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9702
9703         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9704
9705 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9706
9707         * nntp.el (nntp-end-of-line): Doc fix.
9708
9709 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9710
9711         * imap.el (imap-open): Handle case where buffer is a buffer
9712         object.
9713
9714 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9715
9716         * gnus-delay.el (gnus-delay): Don't autoload.
9717         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9718         to be re-loaded when customizing the `gnus-delay' group.
9719
9720 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9721
9722         * message.el (message-insert-citation-line): Use newlines.
9723
9724 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9725
9726         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9727         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9728         these routines, so the passphrase can be managed externally and
9729         passed in to the system.
9730         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9731         pgg-add-passphrase-to-cache function.
9732
9733         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9734         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9735         these routines, so the passphrase can be managed externally and
9736         passed in to the system.
9737         (pgg-pgp5-sign-region): Use new name of
9738         pgg-add-passphrase-to-cache function.
9739
9740 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9741
9742         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9743         part of the decoded armor to find the key-identifier.
9744         (pgg-gpg-lookup-key-owner): New function to return the
9745         human-readable identifier of a key owner.
9746         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9747         itself.
9748         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9749         the key value) if we have a key and can match it against a secret
9750         key.  Also, added a note pointing out fact that the prompt only
9751         indicates the first matching key.
9752
9753         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9754         pgg-decrypt-region.
9755         (pgg-add-passphrase-to-cache): Rename from
9756         `pgg-add-passphrase-cache' to reduce confusion (all callers
9757         changed).
9758         (pgg-remove-passphrase-from-cache): Rename from
9759         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9760         changed).
9761         (pgg-read-passphrase, pgg-add-passphrase-cache)
9762         (pgg-remove-passphrase-cache): Add informative docstrings.
9763         (pgg-decrypt): Convey provided passphrase in subordinate call to
9764         pgg-decrypt-region.
9765
9766 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9767
9768         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9769         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9770         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9771         'passphrase' argument, so the passphrase can be managed externally
9772         and then passed in to the system.
9773
9774         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9775         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9776         so the passphrase cache can be used reliably with identifiers
9777         besides a pgp packet's key id.
9778
9779         * pgg-gpg.el (pgg-gpg-encrypt-region)
9780         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9781         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9782         these routines, so the passphrase can be managed externally and
9783         passed in to the system.
9784
9785         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9786         'notruncate' argument, so the passphrase cache can be used
9787         reliably with identifiers besides a pgp packet's key id.
9788
9789 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9790
9791         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9792         symmetric encryption.
9793         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9794         encrypted session key.
9795         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9796         message ask for the passphrase in a proper way.
9797
9798         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9799         New user commands for symmetric encryption.
9800
9801 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9802
9803         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9804
9805         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9806
9807 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9808
9809         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9810
9811 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9812
9813         * mm-decode.el (mm-inlined-types): Add application/pgp.
9814         (mm-automatic-display): Ditto.
9815
9816         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9817         part as text.
9818
9819 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9820
9821         * nnrss.el: Update copyright.
9822         (nnrss-opml-import): Query whether to subscribe to each entry.
9823
9824         * gnus-art.el:
9825         * gnus-sum.el:
9826         * gnus-xmas.el:
9827         * messagexmas.el:
9828         * mm-uu.el:
9829         * mm-view.el: Update copyright.
9830
9831 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9832
9833         * message.el (message-info): New function.
9834         (message-mode-menu): Add it.
9835         Update copyright.
9836
9837         * ChangeLog: Fix and update copyright.
9838
9839 2006-01-13  Romain Francoise  <romain@orebokech.com>
9840
9841         * message.el (message-forward-subject-name-subject): Prefer the
9842         address to 'nowhere' if the sender has no name.
9843         Fix typo.  Update copyright year.
9844
9845 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9846
9847         * gnus-art.el (article-wash-html): Use
9848         gnus-summary-show-article-charset-alist if a numeric arg is given.
9849         (gnus-article-wash-html-with-w3m-standalone): New function.
9850
9851         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9852         mm-inline-text-html-render-with-w3m-standalone.
9853         (mm-text-html-washer-alist): Map w3m-standalone to
9854         gnus-article-wash-html-with-w3m-standalone.
9855         (mm-inline-text-html-render-with-w3m-standalone): New function.
9856
9857 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9858
9859         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9860         Improve LaTeX.
9861
9862 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9863
9864         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9865         (nnrss-request-article): Render text/plain parts as HTML.
9866
9867         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9868         the buffer.
9869
9870 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9871
9872         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9873         custom definition of `gnus-posting-styles'.
9874
9875         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9876         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9877
9878 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9879
9880         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9881         Use nntp for bug archive.
9882
9883 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9884
9885         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9886         parts.
9887         (nnrss-normalize-date): New function converts ISO 8601 date into
9888         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9889         (nnrss-check-group): Use it.
9890
9891 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9892
9893         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9894
9895         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9896         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9897         (nnrss-insert-w3): Ditto.
9898
9899 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9900
9901         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9902         the articles to be forwarded including the case where neither a
9903         number of articles nor a region is specified.
9904
9905 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9906
9907         * nnrss.el (nnrss-request-article): Fix last change; fill
9908         text/plain parts.
9909
9910 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9911
9912         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9913         in text/plain part.
9914         (nnrss-check-group): Don't add excessive newline to dc:subject.
9915
9916 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9917
9918         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9919         article.
9920
9921 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9922
9923         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9924         (nnml-use-compressed-files, nnml-save-mail): Support other
9925         comression programs such as bzip2.
9926
9927 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9928
9929         * dns.el (query-dns): Make sure we check the buffer size before
9930         removing tcp headers.
9931
9932 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9933
9934         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9935         remove MIME buttons associated with multipart/alternative parts.
9936         (gnus-mime-display-alternative): Tag buttons using `article-type'
9937         text property.
9938
9939         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9940         associated with multipart/alternative parts.
9941
9942         * gnus-art.el (gnus-signature-separator): Fix custom type.
9943
9944         * mm-decode.el (mm-inlined-types): Fix custom type.
9945         (mm-keep-viewer-alive-types): Ditto.
9946         (mm-automatic-display): Ditto.
9947         (mm-attachment-override-types): Ditto.
9948         (mm-inline-override-types): Ditto.
9949         (mm-automatic-external-display): Ditto.
9950
9951 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9952
9953         * spam-report.el (spam-report-user-mail-address)
9954         (spam-report-user-agent): New variables.
9955         (spam-report-url-ping-plain): Use spam-report-user-agent.
9956
9957 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9958
9959         * gnus-art.el (gnus-button-handle-custom): Do not just use
9960         `customize-apropos' for any "M-x customize-*" button but the
9961         function called for.  Accept both the function name and its
9962         argument in order to achieve this.
9963         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9964         function name to `gnus-button-handle-custom' in case of "M-x
9965         customize-*" buttons.
9966
9967 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9968
9969         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9970         multipart/alternative and add xref to mm-discouraged-alternatives
9971         in doc string.
9972
9973         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9974         gnus-buttonized-mime-types in doc string.
9975
9976 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9977
9978         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9979         Suggest image/.* in the doc string.
9980
9981 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9982
9983         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9984         message-marks (Debian bug #342521).
9985
9986 2005-12-12  Simon Josefsson  <jas@extundo.com>
9987
9988         * password.el (password-read-from-cache): Add.
9989         (password-read): Use it.
9990
9991 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9992
9993         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9994         us-ascii as a MIME charset.
9995
9996         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9997         against the case where the 2nd arg TYPE is nil.
9998
9999 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10000
10001         * pop3.el (pop3-stream-type): Fix custom version.
10002
10003         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10004
10005 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10006
10007         * mm-decode.el (mm-display-external): Add missing cdr.
10008
10009 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10010
10011         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10012         RFC1524) if it is in mailcap or add a suffix according to
10013         mailcap-mime-extensions when generating a temp filename; postpone
10014         deleting a temp file for 2 seconds for some wrappers, shell
10015         scripts, and so on, which might exit right after having started a
10016         viewer command as a background job.
10017
10018 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10019
10020         * nntp.el (nntp-marks-directory): Fix custom group.
10021
10022         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10023         steps when < 10.
10024
10025         * gnus-start.el (gnus-no-server-1): Mention
10026         `gnus-level-default-subscribed' in doc string.
10027
10028 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10029
10030         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10031         parens.
10032
10033 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10034
10035         * gnus-xmas.el (gnus-use-toolbar): Revert.
10036         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10037         gnus-use-toolbar is default.
10038
10039         * messagexmas.el (message-use-toolbar): Revert.
10040         (message-setup-toolbar): Use global default-toolbar if
10041         message-use-toolbar is default.
10042
10043 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10044
10045         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10046         according to default-toolbar-visible-p.
10047
10048         * messagexmas.el (message-use-toolbar): Ditto.
10049
10050 2005-11-26  Dave Love  <fx@gnu.org>
10051
10052         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10053         (tls-program, tls-success): Provide openssl alternative.
10054
10055         * starttls.el: Doc fixes.
10056         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10057         SERVICE to PORT.
10058
10059         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10060         port null or service name.
10061         (starttls-negotiate): Autoload.
10062
10063 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * message.el (message-kill-to-signature): Fix interactive spec.
10066
10067 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10068
10069         * pop3.el (pop3-open-server): Recognize a string as a service name.
10070
10071 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10072
10073         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10074
10075 2005-11-23  Dave Love  <fx@gnu.org>
10076
10077         Add pop3s, pop3/starttls.
10078
10079         * pop3.el (pop3-authentication-scheme): Clarify doc.
10080         (open-tls-stream, starttls-open-stream): Autoload.
10081         (pop3-stream-type): New.
10082         (pop3-open-server): Use it.
10083
10084         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10085         for POP.
10086         (mail-source-keyword-map): Add :stream for POP.
10087         (mail-source-fetch-pop): Use pop3-stream-type.
10088
10089 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10090
10091         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10092         of current-time-string.
10093
10094 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10095
10096         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10097         date header.
10098
10099 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10100
10101         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10102         it can seriously impact performance as it bypasses the agent's
10103         local caches.
10104
10105 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10106
10107         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10108         must be explicitly online rather than "not explicitly offline" for
10109         its flags to be synchronized.
10110
10111         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10112         that gnus-uu-unmark-thread will function correctly.
10113
10114         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10115         1024K is instead displayed as 1M.
10116
10117 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10118
10119         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10120
10121 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10122
10123         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10124
10125 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10126
10127         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10128         error message to display actual error condition.
10129         (gnus-agent-save-local): Avoid saving symbols that are bound to
10130         nil as they simply result in a warning message in
10131         gnus-agent-read-local.
10132
10133 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10134
10135         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10136         rather than make-variable-buffer-local for file-precious-flag.
10137
10138 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10139
10140         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10141         for duplicates which are removed.  The invalid sort check then
10142         triggers a rescan after the sort as sorting may have moved
10143         duplicate entries such that they can be cheaply detected.
10144
10145 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10146
10147         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10148
10149 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10150
10151         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10152         internal variable to a custom variable.  Changed default value
10153         from compressed(2) to uncompressed(1).
10154         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10155         support for uncompressed agentview files.  Taken together, reading
10156         the agentview file should now be 6-7 times faster.
10157
10158 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10159
10160         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10161         as a buffer-local variable.  This avoids creating truncated
10162         dribble files as a result of a hang up, eg.
10163
10164 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10165
10166         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10167         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10168         XEmacs.
10169
10170 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10171
10172         * gnus-start.el (gnus-start-draft-setup): Enforce
10173         `gnus-draft-mode' for nndraft:drafts at startup.
10174
10175         * gnus.el (gnus-splash): Change custom group.
10176         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10177         allow-list argument.
10178
10179         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10180         string.
10181
10182 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10183
10184         * gnus-art.el (gnus-default-article-saver): Add user-defined
10185         `function' to custom type.
10186
10187 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10188
10189         * imap.el (imap-open): Handle case where buffer is a buffer
10190         object.
10191
10192 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10193
10194         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10195         long lines.
10196         (gnus-cache-delete-group): Wrap doc strings.
10197
10198         * gnus-agent.el (gnus-agent-rename-group)
10199         (gnus-agent-delete-group): Wrap doc strings.
10200
10201 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10202
10203         * messagexmas.el (message-use-toolbar): Change the valid values
10204         into default, top, bottom, left, and right.
10205         (message-toolbar-thickness): New variable.
10206         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10207         well.
10208         (message-setup-toolbar): Make it work.
10209
10210         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10211         (gnus-use-toolbar): Change the valid values into default, top,
10212         bottom, left, and right.
10213         (gnus-toolbar-thickness): New variable.
10214         (gnus-xmas-setup-toolbar): New function.
10215         (gnus-xmas-setup-group-toolbar): Use it.
10216         (gnus-xmas-setup-summary-toolbar): Use it.
10217
10218 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10219
10220         * gnus-start.el (gnus-1): Add "native" to
10221         gnus-predefined-server-alist.
10222
10223         * gnus.el (gnus-method-to-server): Don't add "native" to the
10224         lists here, because that leads to problems when
10225         gnus-select-method is bound.
10226
10227 2005-11-09  Simon Josefsson  <jas@extundo.com>
10228
10229         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10230         use (not sort-by-date) instead.
10231
10232 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10233
10234         * gnus-delay.el (gnus-delay-group): Don't autoload.
10235         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10236         to be re-loaded when customizing the `gnus-delay' group.
10237
10238 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10239
10240         * message.el: Revert last changes.
10241         (message-insert-citation-line): Use newlines.
10242
10243 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10244
10245         * message.el (message-courtesy-message)
10246         (message-mark-insert-begin, message-mark-insert-end)
10247         (message-elide-ellipsis, message-cancel-message)
10248         (message-add-header, message-change-subject)
10249         (message-cross-post-followup-to-header)
10250         (message-cross-post-insert-note, message-reduce-to-to-cc)
10251         (message-widen-reply, message-delete-not-region)
10252         (message-kill-to-signature, message-insert-signature)
10253         (message-insert-importance-high, message-insert-importance-low)
10254         (message-insert-or-toggle-importance)
10255         (message-insert-disposition-notification-to)
10256         (message-indent-citation, message-yank-original)
10257         (message-cite-original-without-signature, message-cite-original)
10258         (message-insert-citation-line, message-position-on-field)
10259         (message-fix-before-sending, message-send-mail-partially)
10260         (message-send-mail, message-send-mail-with-sendmail)
10261         (message-send-mail-with-qmail, message-send-news)
10262         (message-check-news-header-syntax, message-generate-headers)
10263         (message-insert-courtesy-copy, message-fill-address)
10264         (message-fill-header, message-shorten-references)
10265         (message-setup-1, message-cancel-news)
10266         (message-forward-make-body-plain, message-forward-make-body-mime)
10267         (message-forward-make-body-mml, message-encode-message-body)
10268         (message-forward-make-body-digest-plain)
10269         (message-forward-make-body-digest-mime)
10270         (message-use-alternative-email-as-from): Insert `hard-newline'
10271         instead of ordinary newlines.
10272
10273 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10274
10275         * message.el (message-generate-headers): Downcase the argument
10276         given to message-check-element.
10277
10278 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10279
10280         * nntp.el (nntp-authinfo-rejected): New error condition.
10281         (nntp-wait-for): Use new error condition to signal authentication
10282         error.
10283         (nntp-retrieve-data): Rethrow new error condition to break out of
10284         recursive call to nntp-send-authinfo.
10285
10286 2005-11-08  Romain Francoise  <romain@orebokech.com>
10287
10288         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10289         (gnus-summary-exit-map): Bind to `Z p'.
10290         (gnus-summary-make-menu-bar): Add menu item.
10291
10292 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10293
10294         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10295         (gnus-treat-*): Add `first' in all doc strings.
10296
10297         * gnus-group.el (gnus-group-compact-group): Fix typo.
10298
10299 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10300
10301         * gnus.el (gnus-parameters-case-fold-search): New variable.
10302         (gnus-parameters-get-parameter): Use it.
10303
10304         * gnus-score.el (gnus-home-score-file): Doc fix.
10305
10306 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10307
10308         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10309
10310 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10311
10312         * mm-util.el (mm-special-display-p): New function.
10313
10314         * mml.el (mml-preview): Use it; doc fix.
10315
10316 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10317
10318         * imap.el (imap-open): Handle case where buffer is a buffer object.
10319
10320 2005-10-29  Romain Francoise  <romain@orebokech.com>
10321
10322         * message.el (message-fix-before-sending): Fix comment.
10323
10324 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10325
10326         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10327
10328 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10329
10330         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10331         Used in gnus-score.el.
10332
10333 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10334
10335         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10336
10337 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10338
10339         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10340         whitespace removed in revision 7.8.  Use concatenated string to
10341         protect trailing whitespace.
10342
10343 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10344
10345         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10346         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10347         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10348         Courier IMAP ("some version from 2004").  Mostly based on similar
10349         code in the same function.
10350
10351 2005-10-26  Didier Verna  <didier@xemacs.org>
10352
10353         * gnus-group.el (gnus-group-compact-group): Invalidate original
10354         article buffer.
10355         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10356         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10357         NOV database and in article itself.
10358         Invalidate article backlog.
10359
10360 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10361
10362         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10363
10364 2005-10-26  Simon Josefsson  <jas@extundo.com>
10365
10366         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10367         part of 2004-07-25 change.
10368
10369 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10370
10371         * message.el (message-display-completion-list): New function.
10372         (message-expand-group): Use it; make sure the Completions buffer
10373         is modifiable.
10374 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10375
10376         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10377         user-mail-name is an empty string.
10378
10379 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10380
10381         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10382         depending on gnus-score-decay-constant.
10383
10384         * encrypt.el (encrypt-insert-file-contents)
10385         (encrypt-write-file-contents): Don't use `gnus-message'.
10386
10387         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10388         arguments.
10389         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10390         arguments to mm-uu-verbatim-marks-extract.
10391         (mm-uu-hide-markers): New variable.
10392         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10393
10394         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10395         (gnus-convert-image-to-face-command): Use "convert" by default to
10396         allow other input image formats.
10397         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10398         accordingly.
10399
10400 2005-10-23  Simon Josefsson  <jas@extundo.com>
10401
10402         * imap.el (imap-gssapi-program): Align command line parameters
10403         with latest GNU SASL.
10404         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10405
10406 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10407
10408         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10409         HTML.
10410         (nnslashdot-request-article): Ditto.
10411
10412         * lpath.el (featurep): Add nobreak-char-display.
10413
10414 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10415
10416         * mail-source.el (mail-source-fetch-pop): Require pop3.
10417         (mail-source-check-pop): Ditto.
10418
10419 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10420
10421         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10422         errors.
10423
10424 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10425
10426         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10427         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10428
10429         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10430
10431         * mm-bodies.el (mm-decode-string): Call
10432         `mm-charset-to-coding-system' with allow-override argument.
10433
10434 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10435
10436         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10437         (rfc2047-charset-to-coding-system): New function.
10438         (rfc2047-decode-encoded-words): New function.
10439         (rfc2047-decode-region): Use them.
10440         (rfc2047-decode-cte): Remove.
10441         (rfc2047-parse-and-decode): Remove.
10442         (rfc2047-decode): Remove.
10443
10444 2005-10-15  Kenichi Handa  <handa@m17n.org>
10445
10446         * rfc2047.el (rfc2047-decode-cte): New function.
10447         (rfc2047-decode-region): Change the way to decode successive
10448         encoded-words: decode B- or Q-encoding in each encoded-word,
10449         concatenate them, and decode it as charset.
10450
10451 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10452
10453         * lpath.el: Fbind codepage-setup for XEmacs.
10454
10455 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10456
10457         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10458         widget-move-and-invoke.
10459         (gnus-custom-mode): Use gnus-custom-map.
10460
10461 2005-10-15  Bill Wohler  <wohler@newt.com>
10462
10463         * message.el (message-tool-bar-map): Renamed image file from
10464         mail_send to mail/send.
10465
10466 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10467
10468         * message.el (message-expand-group): Pass the common
10469         prefix substring of completion to `display-completion-list'.
10470
10471 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10472
10473         * mml-sec.el (mml-secure-method): New internal variable.
10474         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10475         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10476         functions using mml-secure-method.
10477
10478         * mml.el (mml-mode-map): Add key bindings for those functions.
10479         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10480         Harder <harder@myrealbox.com>.
10481         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10482         end of message if point is the headers of the message.
10483
10484         * message.el (message-in-body-p): New function.
10485
10486         * assistant.el: Autoload gnus-util and netrc.
10487
10488         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10489         Use `mm-charset-override-alist' only when decoding.
10490
10491         * mm-bodies.el (mm-decode-body): Call
10492         `mm-charset-to-coding-system' with allow-override argument.
10493
10494         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10495         `filename' from Content-Disposition if Content-Type doesn't
10496         provide `name'.
10497         (gnus-mime-view-part-as-type): Set default instead of
10498         initial-input.
10499
10500 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10501
10502         * format-spec.el (format-spec): Propagate text properties of % spec.
10503
10504 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10505
10506         * gnus-art.el (gnus-treat-predicate): Add `first'.
10507
10508 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10509
10510         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10511         (mm-charset-override-alist): New variable.
10512         (mm-charset-to-coding-system): Use it.
10513         (mm-codepage-setup): New helper function.
10514         (mm-charset-eval-alist): New variable.
10515         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10516         about unknown charsets.
10517
10518         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10519
10520 2005-10-04  David Hansen  <david.hansen@gmx.net>
10521
10522         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10523         (nnrss-check-group): Ditto.
10524
10525 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10526
10527         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10528         Rename x-gnus-verbatim to x-verbatim.
10529         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10530
10531         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10532         x-verbatim.
10533
10534         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10535
10536         * gnus-util.el (gnus-remove-duplicates): Remove.
10537
10538         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10539         instead of gnus-remove-duplicates.
10540
10541         * message.el (message-remove-duplicates): Remove.
10542         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10543         message-remove-duplicates.
10544
10545         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10546         available, else use implementation from `delete-dups'.
10547
10548         * message.el (message-insert-expires): New function.
10549         (message-mode-map): Add key binding.
10550         (message-mode-field-menu): Add menu entry.
10551         (message-mode): Document it.
10552         (message-make-expires-date): Use `message-make-date'.
10553
10554 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10555
10556         * message.el (message-make-expires-date): New function.
10557
10558 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10559
10560         * Makefile.in (list-installed-shadows): New entry.
10561         (install): Use it.
10562         (remove-installed-shadows): New entry.
10563
10564         * dgnushack.el (dgnushack-default-load-path): New variable.
10565         (dgnushack-find-lisp-shadows): New function.
10566         (dgnushack-remove-lisp-shadows): New function.
10567
10568 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10569
10570         * Makefile.in (install-el-elc): New entry.
10571         (install): Use it so that .el files are necessarily installed.
10572
10573 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10574
10575         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10576
10577 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10578
10579         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10580         function rather than the diff-mode.el package.
10581         (mm-display-external): Use with-current-buffer.
10582         (mm-viewer-completion-map, mm-viewer-completion-map):
10583         Move initialization inside declaration.
10584
10585 2005-09-29  Simon Josefsson  <jas@extundo.com>
10586
10587         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10588         autoload mail-check-payment.
10589         (spam-check-hashcash): Define unconditionally, since hashcash.el
10590         is part of Gnus now.  Ignore errors from payment checking.
10591
10592 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10593
10594         * message.el (message-bold-region, message-unbold-region): Rename
10595         from `bold-region' and `unbold-region'.
10596
10597         * message.el: Remove useless autoloads.
10598
10599 2005-09-28  Simon Josefsson  <jas@extundo.com>
10600
10601         * message.el (message-use-idna): Default to t.
10602         (message-use-idna): Test whether encoding works too.  Doc fix.
10603
10604 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10605
10606         * nntp.el (nntp-warn-about-losing-connection): Remove.
10607
10608 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10609
10610         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10611         customizable.  Change default value.
10612         (mm-uu-diff-groups-regexp): Change default value.
10613         (mm-uu-type-alist): Add doc string.
10614         (mm-uu-configure): Add doc string.  Make it interactive.
10615         (mm-uu-tex-groups-regexp): New variable.
10616         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10617         (mm-uu-type-alist): Add LaTeX documents.
10618         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10619         of "text/verbatim".
10620         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10621
10622         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10623         instead of "text/verbatim".
10624
10625         * message.el (message-mark-inserted-region)
10626         (message-mark-insert-file): Use slrn style marks when called with
10627         prefix argument.
10628
10629 2005-09-27  Simon Josefsson  <jas@extundo.com>
10630
10631         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10632
10633 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10634
10635         * message.el (message-remove-duplicates): New function.
10636         Implementation borrowed from `gnus-remove-duplicates'.
10637         (message-idna-to-ascii-rhs): Also encode idna addresses in
10638         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10639         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10640         only ask about the same idna domain once per header and also tell
10641         in what header to replace the idna domain.
10642
10643         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10644         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10645         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10646         a header is decoded and not just the last one.
10647
10648 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10649
10650         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10651         has been decoded.
10652
10653         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10654         (mm-insert-part): Don't modify text if it has been decoded.
10655
10656         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10657         decoded.
10658
10659         * mm-view.el (mm-inline-text): Don't strip text props unless
10660         decoding enriched or richtext parts.
10661
10662 2005-09-25  Romain Francoise  <romain@orebokech.com>
10663
10664         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10665         * gnus-start.el (gnus-subscribe-interactively):
10666         * gnus-uu.el (gnus-uu-grab-articles):
10667         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10668         space.
10669
10670 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10671
10672         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10673         * mm-view.el (mm-view-pkcs7-decrypt):
10674         * gnus-sum.el (gnus-summary-limit-to-extra)
10675         (gnus-summary-respool-article, gnus-read-move-group-name):
10676         * gnus-score.el (gnus-summary-increase-score):
10677         * gnus-util.el (gnus-completing-read-with-default):
10678         * gnus-art.el (gnus-read-save-file-name)
10679         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10680         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10681         * message.el (message-check-news-header-syntax):
10682         Follow convention for reading with the minibuffer.
10683
10684 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10685
10686         * spam-report.el (spam-report-url-ping-plain):
10687         Use gnus-extended-version as User-Agent.
10688
10689         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10690         default value is nil.
10691
10692         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10693         (mm-uu-verbatim-marks-extract): New function.
10694         (mm-uu-extract): New face.
10695         (mm-uu-copy-to-buffer): Use it.
10696
10697         * spam-report.el (spam-report-gmane-ham): Renamed from
10698         `spam-report-gmane-unspam'.
10699         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10700         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10701
10702         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10703         Autoload.
10704         (spam-report-gmane-unregister-routine): Renamed
10705         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10706
10707 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10708
10709         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10710         (spam-report-gmane-unregister-routine): Add support for gmane
10711         unregistration.
10712
10713         * spam-report.el (spam-report-gmane-unspam)
10714         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10715         (spam-report-gmane): Change to take a single article and do unspam
10716         registration.
10717
10718 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10719
10720         * mm-url.el (mm-url-decode-entities): Fix regexp.
10721
10722 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10723
10724         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10725         default to nil, to be able to use Gnus at all.  If the default
10726         switches to something else, then the function should be fixed not
10727         be exceedingly slow.
10728
10729 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10730
10731         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10732         fail hard.
10733
10734         * spam-report.el: Add better Keywords line.
10735
10736         * spam.el: Add Maintainer and better Keywords line.
10737
10738 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10739
10740         * gnus-art.el (gnus-article-replace-part)
10741         (gnus-mime-replace-part): New functions.
10742         (gnus-mime-action-alist, gnus-mime-button-commands)
10743         (gnus-mime-save-part-and-strip): Added file argument.
10744         (gnus-article-part-wrapper): Added interactive argument.
10745
10746         * gnus-sum.el (gnus-summary-mime-map): Add
10747         `gnus-article-replace-part'.
10748
10749 2005-09-19  Didier Verna  <didier@xemacs.org>
10750
10751         The nnml compaction feature:
10752         * nnml.el (nnml-request-compact-group): New function.
10753         * nnml.el (nnml-request-compact): New function.
10754         * gnus-int.el (gnus-request-compact-group): New function.
10755         * gnus-int.el (gnus-request-compact): New function.
10756         * gnus-group.el (gnus-group-compact-group): New function.
10757         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10758         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10759         * gnus-srvr.el (gnus-server-compact-server): New function.
10760         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10761         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10762
10763 2005-09-18  Deepak Goel  <deego@gnufans.org>
10764
10765         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10766         format spec.
10767
10768 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10769
10770         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10771
10772 2005-09-15  Romain Francoise  <romain@orebokech.com>
10773
10774         * message.el (message-fill-paragraph): Clarify docstring.
10775
10776 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10777
10778         * gnus-art.el (gnus-mime-display-part): Protect against broken
10779         MIME messages.
10780
10781 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10782
10783         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10784         before parsing header.
10785
10786 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10787
10788         * html2text.el (html2text-replace-list): Add new entities.
10789
10790 2005-09-11  Romain Francoise  <romain@orebokech.com>
10791
10792         * message.el (message-alternative-emails): Improve docstring.
10793         (message-setup-1): Call `message-use-alternative-email-as-from'
10794         after `message-setup-hook' to give it precedence over posting
10795         styles, etc.
10796         (message-use-alternative-email-as-from): Add docstring.  Remove
10797         the original From header if present.
10798
10799         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10800         (nnml-save-mail): Use it.
10801
10802         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10803         articles.  Add new argument `silent'.
10804         (gnus-uu-mark-all): Report the total number of marked articles.
10805
10806 2005-09-10  Romain Francoise  <romain@orebokech.com>
10807
10808         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10809         (gnus-uu-mark-series): Likewise.
10810
10811 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10812
10813         * spam-report.el (spam-report-gmane): Fix generation of spam
10814         report URL.
10815
10816 2005-09-10  Simon Josefsson  <jas@extundo.com>
10817
10818         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10819         t, based on discussion on the ding list with Robert Epprecht
10820         <epprecht@solnet.ch>.
10821
10822 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10823
10824         * spam-report.el (spam-report-gmane): Make it work without
10825         X-Report-Spam header.  Gmane now only provides Archived-At.
10826         This is only used if `spam-report-gmane-use-article-number' is nil.
10827         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10828
10829         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10830         make `gnus-summary-sort-by-recipient' work with threading.
10831
10832         * nnweb.el (nnweb-google-wash-article): Print a message if article
10833         is not available.
10834
10835 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10836
10837         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10838         change.  Decode text/* parts content before displaying.
10839
10840 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10841
10842         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10843
10844 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10845
10846         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10847
10848         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10849         url-package-name, url-package-version,
10850         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10851         w3m-display-inline-images, and w3m-minor-mode-map.
10852
10853 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10854
10855         * message.el (message-tab-body-function): Fix mismatched custom type.
10856
10857         * gnus.el (gnus-group-change-level-function): Ditto.
10858
10859         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10860
10861         * gnus-art.el (gnus-signature-limit)
10862         (gnus-article-mime-part-function): Ditto.
10863
10864 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10865
10866         * mml.el (mml-mode): Silence the byte compiler.
10867
10868         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10869         using `(sit-for 0)' before moving the point to the specified part;
10870         skip unbuttonized parts.
10871         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10872         return to the summary window if gnus-auto-select-part is non-nil.
10873
10874 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10875
10876         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10877         variables.
10878         (mml-dnd-attach-file, mml-mode): Use them.
10879
10880         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10881         Make fetching article by MID work again for Google Groups.  Added
10882         FIXME concerning gnus-group-make-web-group.
10883
10884         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10885         Don't depend on Gnus by using mail-extract-address-components if
10886         gnus-extract-address-components is not bound.
10887
10888 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10889
10890         * gnus-art.el (gnus-mime-display-security): Don't display the
10891         signature, but only the signed part.
10892
10893 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10894
10895         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10896
10897         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10898         list, not listp.
10899
10900 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10901
10902         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10903         when encoding.
10904
10905         * mm-bodies.el (mm-decode-content-transfer-encoding):
10906         De-canonicalize CRLF for all text content types, not just
10907         text/plain.
10908
10909 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10910
10911         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10912         valid article; point arrow and cursor at the MIME button.
10913
10914 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10917         Suggested by Dan Christensen <jdc@uwo.ca>.
10918
10919         * mm-decode.el (mm-save-part): Enable change of prompt.
10920
10921 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10922
10923         * gnus-msg.el (gnus-inews-add-send-actions): Made
10924         `message-post-method' lambda parameter ARG `&optional'.
10925
10926 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10927
10928         * gnus-sum.el (gnus-summary-mime-map): Added
10929         gnus-article-save-part-and-strip, gnus-article-delete-part and
10930         gnus-article-jump-to-part.
10931
10932         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10933         (gnus-article-edit-part): Use it.
10934         (gnus-article-part-wrapper): Added no-handle argument.
10935         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10936         functions.
10937
10938 2005-08-29  Romain Francoise  <romain@orebokech.com>
10939
10940         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10941         docstring.
10942         (gnus-face-from-file): Likewise.
10943
10944 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10945
10946         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10947         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10948         non-nil.
10949         (gnus-auto-select-part): New variable.
10950         (gnus-article-jump-to-part): New function.
10951         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10952         (gnus-mime-delete-part): Allow selecting specified part after
10953         deleting or stripping parts.
10954         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10955         part if argument is bogus.
10956
10957 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10958
10959         * gnus-art.el (w3m-minor-mode-map):
10960         * gnus-spec.el (gnus-newsrc-file-version):
10961         * gnus-util.el (nnmail-active-file-coding-system)
10962         (gnus-original-article-buffer, gnus-user-agent):
10963         * gnus.el (gnus-ham-process-destinations)
10964         (gnus-parameter-ham-marks-alist)
10965         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10966         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10967         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10968         * mm-decode.el (gnus-current-window-configuration):
10969         * mm-extern.el (gnus-article-mime-handles):
10970         * mm-url.el (url-current-object, url-package-name)
10971         (url-package-version):
10972         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10973         (smime-keys, w3m-cid-retrieve-function-alist)
10974         (w3m-current-buffer, w3m-display-inline-images)
10975         (w3m-minor-mode-map):
10976         * mml-smime.el (gnus-extract-address-components):
10977         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10978         (gnus-newsrc-hashtb, message-default-charset)
10979         (message-deletable-headers, message-options)
10980         (message-posting-charset, message-required-mail-headers)
10981         (message-required-news-headers):
10982         * mml1991.el (mc-pgp-always-sign):
10983         * mml2015.el (mc-pgp-always-sign):
10984         * nnheader.el (nnmail-extra-headers):
10985         * rfc1843.el (gnus-decode-encoded-word-function)
10986         (gnus-decode-header-function, gnus-newsgroup-name):
10987         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10988
10989 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10990
10991         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10992         the end of the date treatments.
10993
10994 2005-08-15  Simon Josefsson  <jas@extundo.com>
10995
10996         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10997         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10998         Capello and Romain Francoise.
10999         (pgg-fetch-key-function): Removed, not used?
11000         (pgg-insert-url-with-w3): Require url, to get
11001         url-insert-file-contents regardless of where it is defined.
11002
11003 2005-08-13  Romain Francoise  <romain@orebokech.com>
11004
11005         * message.el (message-cite-original-1): New function.
11006         (message-cite-original): Use it.
11007         (message-cite-original-without-signature): Ditto.
11008
11009 2005-08-08  Romain Francoise  <romain@orebokech.com>
11010
11011         * message.el (message-yank-empty-prefix): New variable.
11012         (message-indent-citation): Use it.
11013         (message-cite-original-without-signature): Respect X-No-Archive.
11014
11015 2005-08-08  Simon Josefsson  <jas@extundo.com>
11016
11017         * pgg.el: Autoload url-insert-file-contents instead of loading
11018         w3/url.
11019         (pgg-insert-url-with-w3): Don't load url here.
11020
11021 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11022
11023         * message.el (message-kill-to-signature): Don't insert newline at
11024         bol.
11025         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11026
11027 2005-08-06  Romain Francoise  <romain@orebokech.com>
11028
11029         * message.el (message-user-fqdn): Fix typo in docstring.
11030
11031 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11032
11033         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11034
11035         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11036
11037 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11038
11039         * mm-bodies.el (mm-encode-body): Use coding system rather than
11040         charset to encode text.
11041
11042         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11043         number of charsets if utf-8 is available (XEmacs).
11044
11045 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11046
11047         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11048         taken from `gnus-button-mid-or-mail-regexp'.
11049         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11050         (gnus-button-alist): Improve regexp for domain part of the MIDs
11051         for news:localpart@domain buttons.
11052         (gnus-button-ctan-directory-regexp): Update.
11053
11054 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11055
11056         * sieve-manage.el (sieve-manage-interactive-login): Use
11057         make-local-variable rather than make-variable-buffer-local.
11058         (sieve-manage-open): Ditto.
11059         (sieve-manage-authenticate): Ditto.
11060
11061         * mml.el (mml-generate-mime-1): Make the content type default to
11062         text/plain if the filename is not specified.
11063
11064 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11065
11066         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11067         instead of insert-buffer.
11068
11069         * message.el (message-yank-original): Ditto; set the mark at the
11070         end of the yanked message.
11071
11072 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11073
11074         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11075         lines to scroll rather than to stop it.
11076
11077         * mml.el (mml-generate-default-type): Add doc string.
11078         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11079         default to application/octet-stream when determining the content
11080         type if it is not specified for the part or the mml contents; add
11081         a comment about mml-generate-default-type.
11082
11083 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11084
11085         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11086         make it default to application/octet-stream when determining the
11087         content type if it is not specified for the external contents.
11088
11089 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11090
11091         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11092         segmented parameter but also other parameters might be there.
11093
11094 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11095
11096         * mm-decode.el (mm-display-external): Delete temp file, directory
11097         and buffer immediately if the external process is exited.
11098
11099 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11100
11101         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11102         fewer lines than that of scroll-margin.
11103         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11104
11105 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11106
11107         * gnus-art.el (gnus-article-next-page): Revert.
11108         (gnus-article-beginning-of-window): New macro.
11109         (gnus-article-next-page-1): Use it.
11110         (gnus-article-prev-page): Ditto.
11111         (gnus-article-edit-part): Use insert-buffer-substring instead of
11112         insert-buffer.
11113         (gnus-article-edit-exit): Ditto.
11114
11115         * gnus-util.el (gnus-beginning-of-window): Remove.
11116         (gnus-end-of-window): Remove.
11117
11118         * lpath.el: Don't bind header-line-format and scroll-margin.
11119
11120 2005-07-25  Simon Josefsson  <jas@extundo.com>
11121
11122         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11123         to have the url package without w3.  Reported by Daiki Ueno
11124         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11125
11126 2005-07-20  Didier Verna  <didier@xemacs.org>
11127
11128         * gnus-diary.el: Remove the description comment (nndiary is now
11129         properly documented in the Gnus manual).
11130         Fix the spelling of "Back End".
11131         * nndiary.el: Ditto.
11132         Fix the copyright notice.
11133
11134 2005-07-18  Romain Francoise  <romain@orebokech.com>
11135
11136         * gnus-sum.el (gnus-summary-to-prefix)
11137         (gnus-summary-newsgroup-prefix): New variables.
11138         (gnus-summary-from-or-to-or-newsgroups): Use them.
11139
11140 2005-07-17  Romain Francoise  <romain@orebokech.com>
11141
11142         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11143         space as it's generally not especially interesting to the user.
11144
11145 2005-07-16  Romain Francoise  <romain@orebokech.com>
11146
11147         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11148         nil to avoid prompting and file modification if one of the
11149         messages at the top of the nnfolder file contains a copyright
11150         notice.
11151         Update copyright notice.
11152
11153         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11154         instead of `current-time-string' as the latter creates a time
11155         string that is not RFC 2822 compliant (it lacks the zone).
11156         Update copyright notice.
11157
11158 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11159
11160         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11161         for text/rtf.  Display default in prompt.  Pass default for M-n.
11162
11163         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11164
11165 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11166
11167         * gnus-msg.el (gnus-button-mailto): Remove
11168         save-selected-window-window hackery because it relies on
11169         save-selected-window internals.
11170
11171 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11172
11173         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11174         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11175         (gnus-article-prev-page): Ditto.
11176
11177         * gnus-util.el (gnus-beginning-of-window): New function.
11178         (gnus-end-of-window): New function.
11179
11180         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11181
11182 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11183
11184         * gnus-score.el (gnus-score-edit-all-score): Set
11185         gnus-score-edit-exit-function to gnus-score-edit-done and call
11186         gnus-message.
11187
11188 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11189
11190         * gnus-msg.el (gnus-button-mailto): Remove
11191         save-selected-window-window hackery because it relies on
11192         save-selected-window internals.
11193
11194 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11195
11196         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11197         add-minor-mode.
11198         (gnus-binary-mode): Ditto.
11199
11200         * gnus-topic.el (gnus-topic-mode): Ditto.
11201
11202 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11203
11204         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11205         (gnus-article-prev-page): Take scroll-margin into consideration.
11206
11207 2005-07-04  Lute Kamstra  <lute@gnu.org>
11208
11209         Update FSF's address in GPL notices.
11210
11211 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11212
11213         * gnus.el (gnus-exit):
11214         * gnus-group.el (gnus-group-icons):
11215         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11216
11217         * gnus-nocem.el (gnus-nocem):
11218         * message.el (message-various, message-buffers, message-sending)
11219         (message-interface, message-forwarding, message-insertion)
11220         (message-headers, message-news, message-mail):
11221         * pgg-gpg.el (pgg-gpg):
11222         * pgg-parse.el (pgg-parse):
11223         * pgg-pgp.el (pgg-pgp):
11224         * pgg-pgp5.el (pgg-pgp5):
11225         * pop3.el (pop3): Finish `defgroup' description with period.
11226
11227 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11228
11229         * gnus-art.el (article-display-face): Improve the efficiency.
11230         (article-display-x-face): Ditto; remove grey x-face stuff.
11231
11232 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11233
11234         * gnus-art.el (article-display-face): Correct the position in
11235         which Faces are inserted.
11236
11237 2005-06-29  Didier Verna  <didier@xemacs.org>
11238
11239         * gnus-art.el (article-display-face): Display faces in correct
11240         order.
11241
11242 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11243
11244         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11245         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11246         (gnus-nocem-check-article): Fetch the Type header.
11247         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11248         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11249         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11250         make sure gnus-nocem-hashtb is initialized.
11251         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11252         (gnus-nocem-unwanted-article-p): Ditto.
11253
11254         * pgg.el (pgg-verify): Return the verification result.
11255
11256 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11257
11258         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11259         is ascii.
11260
11261 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11262
11263         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11264         `show-nonbreak-escape'.
11265
11266 2005-06-23  Lute Kamstra  <lute@gnu.org>
11267
11268         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11269
11270         * dig.el (dig-mode):
11271         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11272
11273 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11274
11275         * nnimap.el (nnimap-split-download-body): Fix spellings.
11276
11277 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11278
11279         * gnus-art.el (gnus-article-encrypt-body):
11280         * gnus-cus.el (gnus-score-customize):
11281         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11282         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11283
11284 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11285
11286         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11287         header by looking for magic "MII" at the beginnig.
11288
11289 2005-06-16  Miles Bader  <miles@gnu.org>
11290
11291         * gnus-xmas.el (gnus-xmas-group-startup-message):
11292         Use renamed gnus-splash face.
11293
11294         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11295         (assistant-field-face): New backward-compatibility alias for renamed
11296         face.
11297         (assistant-render-text): Use renamed assistant-field face.
11298
11299         * spam.el (spam): Remove "-face" suffix from face name.
11300         (spam-face): New backward-compatibility alias for renamed face.
11301         (spam-face, spam-initialize): Use renamed spam face.
11302
11303         * message.el (message-header-to, message-header-cc)
11304         (message-header-subject, message-header-newsgroups)
11305         (message-header-other, message-header-name)
11306         (message-header-xheader, message-separator, message-cited-text)
11307         (message-mml): Remove "-face" suffix from face names.
11308         (message-header-to-face, message-header-cc-face)
11309         (message-header-subject-face, message-header-newsgroups-face)
11310         (message-header-other-face, message-header-name-face)
11311         (message-header-xheader-face, message-separator-face)
11312         (message-cited-text-face, message-mml-face):
11313         New backward-compatibility aliases for renamed faces.
11314         (message-font-lock-keywords): Use renamed message faces.
11315
11316         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11317         (sieve-test-commands, sieve-tagged-arguments):
11318         Remove "-face" suffix from face names.
11319         (sieve-control-commands-face, sieve-action-commands-face)
11320         (sieve-test-commands-face, sieve-tagged-arguments-face):
11321         New backward-compatibility aliases for renamed faces.
11322         (sieve-control-commands-face, sieve-action-commands-face)
11323         (sieve-test-commands-face, sieve-tagged-arguments-face):
11324         Use renamed sieve faces.
11325
11326         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11327         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11328         (gnus-group-news-3-empty, gnus-group-news-4)
11329         (gnus-group-news-4-empty, gnus-group-news-5)
11330         (gnus-group-news-5-empty, gnus-group-news-6)
11331         (gnus-group-news-6-empty, gnus-group-news-low)
11332         (gnus-group-news-low-empty, gnus-group-mail-1)
11333         (gnus-group-mail-1-empty, gnus-group-mail-2)
11334         (gnus-group-mail-2-empty, gnus-group-mail-3)
11335         (gnus-group-mail-3-empty, gnus-group-mail-low)
11336         (gnus-group-mail-low-empty, gnus-summary-selected)
11337         (gnus-summary-cancelled, gnus-summary-high-ticked)
11338         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11339         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11340         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11341         (gnus-summary-low-undownloaded)
11342         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11343         (gnus-summary-low-unread, gnus-summary-normal-unread)
11344         (gnus-summary-high-read, gnus-summary-low-read)
11345         (gnus-summary-normal-read, gnus-splash):
11346         Remove "-face" suffix from face names.
11347         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11348         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11349         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11350         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11351         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11352         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11353         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11354         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11355         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11356         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11357         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11358         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11359         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11360         (gnus-summary-normal-ticked-face)
11361         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11362         (gnus-summary-normal-ancient-face)
11363         (gnus-summary-high-undownloaded-face)
11364         (gnus-summary-low-undownloaded-face)
11365         (gnus-summary-normal-undownloaded-face)
11366         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11367         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11368         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11369         (gnus-splash-face):
11370         New backward-compatibility aliases for renamed faces.
11371         (gnus-group-startup-message): Use renamed gnus faces.
11372
11373         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11374         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11375         (gnus-server-agent): Remove "-face" suffix from face names.
11376         (gnus-server-agent-face, gnus-server-opened-face)
11377         (gnus-server-closed-face, gnus-server-denied-face)
11378         (gnus-server-offline-face):
11379         New backward-compatibility aliases for renamed faces.
11380         (gnus-server-agent-face, gnus-server-opened-face)
11381         (gnus-server-closed-face, gnus-server-denied-face)
11382         (gnus-server-offline-face): Use renamed gnus faces.
11383
11384         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11385         Remove "-face" suffix from face names.
11386         (gnus-picon-xbm-face, gnus-picon-face):
11387         New backward-compatibility aliases for renamed faces.
11388
11389         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11390         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11391         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11392         (gnus-cite-11): Remove "-face" suffix from face names.
11393         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11394         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11395         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11396         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11397         New backward-compatibility aliases for renamed faces.
11398         (gnus-cite-attribution-face, gnus-cite-face-list)
11399         (gnus-article-boring-faces): Use renamed gnus faces.
11400
11401         * gnus-art.el (gnus-signature, gnus-header-from)
11402         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11403         (gnus-header-content): Remove "-face" suffix from face names.
11404         (gnus-signature-face, gnus-header-from-face)
11405         (gnus-header-subject-face, gnus-header-newsgroups-face)
11406         (gnus-header-name-face, gnus-header-content-face):
11407         New backward-compatibility aliases for renamed faces.
11408         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11409
11410         * gnus-sum.el (gnus-summary-selected-face)
11411         (gnus-summary-highlight): Use renamed gnus faces.
11412         * gnus-group.el (gnus-group-highlight): Likewise.
11413
11414 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11415
11416         * gnus-sieve.el (gnus-sieve-article-add-rule):
11417         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11418         * spam-stat.el (spam-stat-buffer-change-to-spam)
11419         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11420
11421         * message.el (message-is-yours-p):
11422         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11423
11424 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11425
11426         * mm-view.el (mm-inline-text): Withdraw the last change.
11427
11428 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11429
11430         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11431         executing enriched-decode.
11432
11433 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11434
11435         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11436         charset of tar files.
11437
11438 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11439
11440         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11441
11442 2005-06-04  Lute Kamstra  <lute@gnu.org>
11443
11444         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11445         information is never recorded.
11446
11447 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11448
11449         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11450
11451 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11452
11453         * pop3.el (pop3-apop): Run md5 in the binary mode.
11454
11455         * starttls.el (starttls-set-process-query-on-exit-flag):
11456         Use eval-and-compile.
11457
11458 2005-05-31  Simon Josefsson  <jas@extundo.com>
11459
11460         * smime.el (smime-replace-in-string): Define.
11461         (smime-cert-by-ldap-1): Use it.
11462
11463 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11464
11465         * gnus-art.el (article-display-x-face): Replace
11466         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11467
11468         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11469         set-process-query-on-exit-flag or process-kill-without-query.
11470
11471         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11472         loop instead of replace-regexp.
11473
11474         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11475         instead of process-kill-without-query if it is available.
11476
11477         * lpath.el: Fbind ldap-search-entries.
11478
11479         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11480         instead of find-file-hooks if it is available.
11481
11482         * mml1991.el: Bind pgg-default-user-id when compiling.
11483
11484         * mml2015.el: Bind pgg-default-user-id when compiling.
11485
11486         * nndraft.el (nndraft-request-associate-buffer):
11487         Use write-contents-functions instead of write-contents-hooks if it is
11488         available.
11489
11490         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11491         instead of find-file-hooks if it is available.
11492
11493         * nntp.el (nntp-open-connection): Replace
11494         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11495         (nntp-open-ssl-stream): Ditto.
11496         (nntp-open-tls-stream): Ditto.
11497
11498         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11499         set-process-query-on-exit-flag or process-kill-without-query.
11500         (starttls-open-stream-gnutls): Use it instead of
11501         process-kill-without-query.
11502         (starttls-open-stream): Ditto.
11503
11504 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11505
11506         * smime.el (smime-cert-by-ldap-1): Don't use
11507         replace-regexp-in-string.
11508
11509 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11510
11511         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11512
11513         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11514         in PEM format.  Adjust to the XEmacs compability.
11515
11516 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11517
11518         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11519         by `string-to-number'.
11520         * gnus-agent.el (gnus-agent-regenerate-group)
11521         (gnus-agent-fetch-articles): Ditto.
11522         * gnus-art.el (gnus-button-fetch-group): Ditto.
11523         * gnus-cache.el (gnus-cache-generate-active)
11524         (gnus-cache-articles-in-group): Ditto.
11525         * gnus-group.el (gnus-group-set-current-level)
11526         (gnus-group-insert-group-line): Ditto.
11527         * gnus-score.el (gnus-score-set-expunge-below)
11528         (gnus-score-set-mark-below, gnus-summary-score-effect)
11529         (gnus-summary-score-entry): Ditto.
11530         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11531         (gnus-soup-pack): Ditto.
11532         * gnus-spec.el (gnus-xmas-format): Ditto.
11533         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11534         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11535         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11536         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11537         * nndb.el (nndb-get-remote-expire-response): Ditto.
11538         * nndiary.el (nndiary-parse-schedule-value)
11539         (nndiary-string-to-number, nndiary-request-replace-article)
11540         (nndiary-request-article): Ditto.
11541         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11542         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11543         * nneething.el (nneething-make-head): Ditto.
11544         * nnfolder.el (nnfolder-request-article)
11545         (nnfolder-retrieve-headers): Ditto.
11546         * nnheader.el (nnheader-file-to-number): Ditto.
11547         * nnkiboze.el (nnkiboze-request-article): Ditto.
11548         * nnmail.el (nnmail-process-unix-mail-format)
11549         (nnmail-process-babyl-mail-format): Ditto.
11550         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11551         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11552         (nnmh-request-create-group, nnmh-request-list-1)
11553         (nnmh-request-group, nnmh-request-article): Ditto.
11554         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11555         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11556         * nnsoup.el (nnsoup-make-active): Ditto.
11557         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11558         * nntp.el (nntp-find-group-and-number)
11559         (nntp-retrieve-headers-with-xover): Ditto.
11560         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11561         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11562         (pgg-format-key-identifier): Ditto.
11563         * pop3.el (pop3-last, pop3-stat): Ditto.
11564         * qp.el (quoted-printable-decode-region): Ditto.
11565
11566         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11567         of concat.
11568
11569 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11570
11571         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11572
11573         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11574
11575         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11576
11577         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11578
11579         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11580
11581         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11582
11583         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11584         (gnus-carpal-mode): Ditto.
11585
11586         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11587         (gnus-browse-mode): Ditto.
11588
11589         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11590
11591         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11592
11593 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11594
11595         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11596
11597 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11598
11599         * gnus-util.el (gnus-run-mode-hooks): New function.
11600
11601         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11602
11603         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11604         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11605
11606 2005-05-27  Lute Kamstra  <lute@gnu.org>
11607
11608         * dns-mode.el (dns-mode): Specify customization group.
11609
11610 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11611
11612         * gnus-agent.el (gnus-agent-make-mode-line-string):
11613         Use mode-line-highlight as mouse-face.
11614
11615 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11616
11617         * canlock.el (canlock): Change the parent group to news.
11618
11619         * deuglify.el (gnus-outlook-deuglify): Add :group.
11620
11621         * dig.el (dig): Add :group.
11622
11623         * dns-mode.el (dns-mode): Add :group.
11624
11625         * encrypt.el (encrypt): Add :group.
11626
11627         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11628         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11629         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11630         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11631         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11632
11633         * gnus-diary.el (gnus-diary): Add :group.
11634
11635         * gnus.el (gnus-group-news-1-face): Add :group.
11636         (gnus-group-news-1-empty-face): Ditto.
11637         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11638         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11639         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11640         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11641         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11642         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11643         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11644         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11645         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11646         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11647         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11648         (gnus-summary-high-ticked-face): Ditto.
11649         (gnus-summary-low-ticked-face): Ditto.
11650         (gnus-summary-normal-ticked-face): Ditto.
11651         (gnus-summary-high-ancient-face): Ditto.
11652         (gnus-summary-low-ancient-face): Ditto.
11653         (gnus-summary-normal-ancient-face): Ditto.
11654         (gnus-summary-high-undownloaded-face): Ditto.
11655         (gnus-summary-low-undownloaded-face): Ditto.
11656         (gnus-summary-normal-undownloaded-face): Ditto.
11657         (gnus-summary-high-unread-face): Ditto.
11658         (gnus-summary-low-unread-face): Ditto.
11659         (gnus-summary-normal-unread-face): Ditto.
11660         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11661         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11662
11663         * hashcash.el (hashcash): New custom group.
11664         (hashcash-default-payment): Add :group.
11665         (hashcash-payment-alist): Ditto.
11666         (hashcash-default-accept-payment): Ditto.
11667         (hashcash-accept-resources): Ditto.
11668         (hashcash-path): Ditto.
11669         (hashcash-extra-generate-parameters): Ditto.
11670         (hashcash-double-spend-database): Ditto.
11671         (hashcash-in-news): Ditto.
11672
11673         * message.el (message-minibuffer-local-map): Add :group.
11674
11675         * netrc.el (netrc): Add :group.
11676
11677         * sieve-manage.el (sieve-manage-log): Add :group.
11678         (sieve-manage-default-user): Diito.
11679         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11680         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11681         (sieve-manage-authenticators): Ditto.
11682         (sieve-manage-authenticator-alist): Ditto.
11683         (sieve-manage-default-port): Ditto.
11684
11685         * sieve-mode.el (sieve-control-commands-face): Add :group.
11686         (sieve-action-commands-face): Ditto.
11687         (sieve-test-commands-face): Ditto.
11688         (sieve-tagged-arguments-face): Ditto.
11689
11690         * smime.el (smime): Add :group.
11691
11692         * spam-report.el (spam-report): Add :group.
11693
11694         * spam.el (spam, spam-face): Add :group.
11695
11696 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11697
11698         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11699         return \n.\n.\n at the end of articles.  Protect against that.
11700         (nntp-with-open-group): Allow debugging.
11701
11702         * nnheader.el (mail-header-set-extra): Make into a function
11703         because I just could't understand how to quote the list properly.
11704
11705         * dns.el (query-dns-cached): New function.
11706
11707 2005-05-26  Lute Kamstra  <lute@gnu.org>
11708
11709         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11710
11711 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11712
11713         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11714
11715         * gnus-art.el: Don't autoload mail-extract-address-components.
11716
11717         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11718         eval-and-compile to evaluate it.
11719
11720         * hashcash.el: Don't autoload executable-find.
11721
11722         * nndb.el: Don't declare the nndb back end two or more times; don't
11723         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11724
11725         * nntp.el: Autoload format-spec instead of format; use
11726         eval-and-compile to evaluate autoload forms.
11727
11728 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11729
11730         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11731
11732 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11733
11734         * gnus.el (gnus-version-number): Bump version.
11735
11736 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11737
11738         * gnus.el: No Gnus v0.3 is released.
11739
11740 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11741
11742         * lpath.el (featurep): Bind show-nonbreak-escape.
11743
11744 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11745
11746         * gnus-art.el (gnus-article-edit-part): Disable undo.
11747
11748 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11749
11750         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11751         gnus-article-date-lapsed-new-header is t if date timer is active;
11752         skip headers in which the original date value is empty.
11753         (gnus-article-save-original-date): Redefine it as a macro.
11754         (gnus-display-mime): Use it.
11755
11756 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11757
11758         * gnus-art.el (article-date-ut): Support converting date in
11759         forwarded parts as well.
11760         (gnus-article-save-original-date): New function.
11761         (gnus-display-mime): Use it.
11762
11763 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11764
11765         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11766         enclosure element of <item>.
11767
11768 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11769
11770         * message.el (message-kill-buffer-query): Renamed from
11771         `message-kill-buffer-query-if-modified'.  Added :version.
11772
11773 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11774
11775         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11776         window layout.
11777
11778 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11779
11780         * mml.el: Autoload dnd when compiling.
11781
11782 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11783
11784         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11785         x-dnd-*.
11786
11787 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11788
11789         * qp.el (quoted-printable-encode-region): Save excursion.
11790
11791 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11792
11793         * message.el (message-kill-buffer-query-if-modified): Add new variable
11794         so the user can kill a modified message buffer quickly.
11795         (message-kill-buffer): Use it.
11796
11797 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11798
11799         * lpath.el: Fbind display-time-event-handler; don't fbind
11800         string-to-multibyte.
11801
11802         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11803
11804 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11805
11806         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11807         contained in text because xml.el decodes entities) with LFs.
11808
11809 2005-04-11  Lute Kamstra  <lute@gnu.org>
11810
11811         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11812         differently.
11813
11814 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11815
11816         * mm-util.el (mm-detect-coding-region): Typo.
11817
11818 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11819
11820         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11821
11822 2005-04-06  Deepak Goel  <deego@gnufans.org>
11823
11824         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11825         user-function allow user modifications of the scores.
11826         (spam-stat-score-buffer-user): New function, to allow
11827         user-computed modifications to the score.
11828         (spam-stat-score-buffer-user-functions): List of additional
11829         scoring functions.
11830         (spam-stat-error-holder): Global temporary error holder.
11831         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11832         variable.
11833
11834 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11835
11836         * gnus-registry.el (gnus-registry-clean-empty-function)
11837         (gnus-registry-trim, gnus-registry-fetch-groups)
11838         (gnus-registry-delete-group): Groups that match
11839         `gnus-registry-ignored-groups' are removed from the registry
11840         entries, not just ignored for splitting.  This helps clean up the
11841         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11842         to get all the groups a message ID is in.
11843
11844         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11845         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11846         (spam-stat-score-buffer-user-functions): Add :number custom type.
11847
11848 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11849
11850         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11851         argument in XEmacs.
11852
11853         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11854         (nnrss-request-group): Decode group name first.
11855         (nnrss-request-article): Make a text/plain article if mml-to-mime
11856         failed.
11857         (nnrss-get-encoding): Return a compatible encoding according to
11858         nnrss-compatible-encoding-alist.
11859         (nnrss-find-el): Use consp instead of listp.
11860         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11861
11862 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11863
11864         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11865         which Emacs 20 doesn't support.
11866         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11867
11868 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11869
11870         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11871         silence the byte compiler inside the defun.
11872
11873         * gnus-demon.el (parse-time-string): Add autoload.
11874
11875         * gnus-delay.el (parse-time-string): Add autoload.
11876
11877         * gnus-art.el (parse-time-string): Add autoload.
11878
11879         * nnultimate.el (parse-time): Require for `parse-time-string'.
11880
11881 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11882
11883         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11884
11885         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11886
11887         * smime.el (smime-ldap-host-list): Add :version.
11888
11889 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11890
11891         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11892         pass it to `gnus-browse-read-group'.
11893         (gnus-browse-read-group): Add NUMBER argument and pass it to
11894         `gnus-group-read-ephemeral-group'.
11895
11896         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11897         argument and pass it to `gnus-group-read-group'.
11898
11899 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11900
11901         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11902         mm-xemacs-find-mime-charset-1 if we have the mule feature
11903         available at runtime.
11904
11905 2005-03-25  Werner Lemberg  <wl@gnu.org>
11906
11907         * nnmaildir.el: Replace `illegal' with `invalid'.
11908
11909 2005-03-23  Lute Kamstra  <lute@gnu.org>
11910
11911         * time-date.el: Add comment on time value formats.
11912         Don't require parse-time.
11913         (with-decoded-time-value): New macro.
11914         (encode-time-value): New function.
11915         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11916         (days-to-time): Return a valid time value when arg is huge.
11917         (time-since): Use time-subtract.
11918         (time-to-number-of-days): Use time-to-seconds.
11919
11920 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11921
11922         * gnus-start.el (gnus-display-time-event-handler):
11923         Check display-time-timer at runtime rather than only at load time
11924         in case display-time-mode is turned off in the mean time.
11925
11926 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11927
11928         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11929         used.
11930
11931         * nneething.el (nneething-map-file-directory): Derive from
11932         `gnus-directory'.
11933
11934         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11935         the To/Cc button.
11936
11937 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11938
11939         * nnmaildir.el (nnmaildir-request-accept-article):
11940         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11941
11942 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11943
11944         * gnus-async.el: Require timer-funcs at compile time when in
11945         XEmacs for `run-with-idle-timer'.
11946
11947 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11948
11949         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11950         autoloaded function.
11951
11952 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11953
11954         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11955
11956 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11957
11958         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11959
11960 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11961
11962         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11963         gnus-expert-user to default.
11964
11965 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11966
11967         * nnimap.el (nnimap-open-server): Ditto.
11968
11969         * imap.el (imap-authenticate): Fix typo.
11970
11971 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11972
11973         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11974         buffer (since IMAP server might return FETCH response out of
11975         order, and the nntp buffer must be sorted).
11976
11977 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11978
11979         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11980         comparison on string.
11981
11982         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11983         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11984         (gnus-agent-summary-fetch-series): Modified to protect against
11985         gnus-agent-summary-fetch-group clearing processable flags.
11986         (gnus-agent-synchronize-group-flags): Update live group buffer as
11987         synchronization may occur due to the user toggle the plugged
11988         status.
11989         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11990         successfully downloaded.
11991         (gnus-agent-expire-group-1): Avoid using markers when the overview
11992         is in ascending order; greatly improves performance.
11993         (gnus-agent-regenerate-group): Use
11994         gnus-agent-synchronize-group-flags to reset read status in both
11995         gnus and server.
11996         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11997
11998 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11999
12000         * message.el: Don't autoload former message-utils variables.
12001         (message-strip-subject-trailing-was): Change doc string.
12002
12003         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12004         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12005         (nnweb-google-search): Add "hl=en" here.
12006         (nnweb-google-parse-1, nnweb-google-create-mapping):
12007         Don't hardcode URL.
12008
12009 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12010
12011         * message.el (message-get-reply-headers, message-followup):
12012         Mention related variables `message-use-followup-to' and
12013         `message-use-mail-followup-to', in the information buffer.
12014
12015         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12016         of broken groups(-beta).google.com.
12017
12018 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12019
12020         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12021         parameter to invoked gnus-request-move-article; remove the
12022         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12023         all at once instead of once per article.
12024         (gnus-summary-remove-process-mark): Accept a list of articles as
12025         well as a single article for processing.
12026
12027         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12028         parameter.
12029
12030         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12031
12032         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12033
12034         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12035         parameter.
12036
12037         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12038         parameter.
12039
12040         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12041         parameter and remove the gnus-sum-hint-move-is-internal variable.
12042
12043         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12044         parameter.
12045
12046         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12047         parameter.
12048
12049         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12050         parameter.
12051
12052         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12053
12054         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12055         parameter.
12056
12057         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12058         parameter.
12059
12060 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12061
12062         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12063         a more conservative way.
12064
12065 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12066
12067         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12068         buffer, so it moves the window's cursor.
12069
12070 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12071
12072         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12073         `mm-dissect-multipart' and receive the from field as an (optional)
12074         argument from `mm-dissect-multipart'.
12075         (mm-dissect-multipart): Receive the from field as an argument and
12076         pass it on when we call `mm-dissect-buffer' on MIME parts.
12077         Fixes verification/decryption of signed/encrypted MIME parts.
12078
12079 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12080
12081         * gnus-sum.el (gnus-summary-move-article): Set
12082         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12083         whatever it calls (right now, only nnimap-request-move article
12084         respects it).
12085
12086         * nnimap.el (nnimap-request-move-article): When
12087         gnus-sum-hint-move-is-internal is set, don't do the extra
12088         nnimap-request-article.
12089
12090 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12091
12092         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12093
12094         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12095         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12096
12097         * gnus-sum.el (gnus-summary-caesar-message):
12098         Apply `gnus-treat-article' after rotation.
12099
12100         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12101         doc string.
12102
12103 2005-02-22  Simon Josefsson  <jas@extundo.com>
12104
12105         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12106         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12107         <arne@arnested.dk>.
12108         (encrypt): Add password-cache and password-cache-expiry as group
12109         members.
12110
12111 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12112
12113         * smime.el (smime-ldap-host-list): Doc fix.
12114         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12115         cache) password.
12116         (smime-sign-region): Use it.
12117         (smime-decrypt-region): Use it.
12118         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12119         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12120         fails.
12121         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12122         certificate from DER to PEM format rather than calling openssl.
12123
12124         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12125
12126         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12127         for signing/encryption.
12128
12129         * mml.el (mml-parse-1): Use them.
12130
12131 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12132
12133         * nnrss.el (nnrss-verbose): Removed.
12134         (nnrss-request-group): Use `nnheader-message' instead.
12135
12136 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12137
12138         * nnrss.el (nnrss-verbose): New variable.
12139         (nnrss-request-group): Make it say nnrss is requesting a group.
12140
12141 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12142
12143         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12144         Handle news URL with given port correctly.
12145
12146 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12147
12148         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12149         containing special characters.
12150
12151         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12152
12153         * mml.el (mime-to-mml): Ditto.
12154
12155         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12156         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12157         (rfc2047-decode-region): Quote decoded words containing special
12158         characters when rfc2047-quote-decoded-words-containing-tspecials
12159         is non-nil.
12160
12161 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12162
12163         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12164
12165         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12166
12167 2005-02-15  Simon Josefsson  <jas@extundo.com>
12168
12169         * nnimap.el (nnimap-debug): Doc fix.
12170
12171         * imap.el (imap-debug): Doc fix.
12172
12173 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12174
12175         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12176
12177 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12178
12179         * gnus.el (spam-contents): Improve docs for spam-contents
12180         parameter in its variable incarnation.
12181
12182 2005-02-14  Simon Josefsson  <jas@extundo.com>
12183
12184         * smime-ldap.el: Use require instead of load-library for ldap.
12185         (smime-ldap-search): Indent.
12186         (smime-ldap-search-internal): Shorten line.
12187
12188         * smime.el (smime-cert-by-dns): Add doc-string.
12189         (smime-cert-by-ldap-1): Indent.
12190
12191         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12192         mml-smime-get-dns-ldap.
12193         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12194
12195 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12196
12197         * smime.el: Require smime-ldap.
12198         (smime-ldap-host-list): New variable.
12199         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12200
12201         * mml-smime.el (mml-smime-encrypt-query): New function.
12202         (mml-smime-encrypt-query): Use it.
12203
12204         * smime-ldap.el: New file.
12205
12206 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12207
12208         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12209
12210 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12211
12212         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12213         argument in doc string.  Make query for type more clear.
12214
12215 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12216
12217         * gnus.el (gnus-group-startup-message): Search for gnus images in
12218         etc/images/gnus.
12219         * mm-util.el (mm-image-load-path): Likewise.
12220         * smiley.el (smiley-data-directory): Search for smilies in
12221         etc/images/smilies.
12222
12223 2005-02-09  Kim F. Storm  <storm@cua.dk>
12224
12225         Change Emacs release version from 21.4 to 22.1 throughout.
12226         Change Emacs development version from 21.3.50 to 22.0.50.
12227
12228 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12229
12230         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12231
12232         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12233         non-Mule XEmacs as well.
12234         (mm-decompress-buffer): Signal an error intentionally if it does
12235         not decompress compressed data because auto-compression-mode is
12236         disabled.
12237
12238 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12239
12240         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12241         an ID in the registry even if it has no groups.
12242
12243 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12244
12245         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12246         merge it into mm-decompress-buffer.
12247         (gnus-mime-copy-part): Use the MIME part charset, the value which
12248         a user specified or gnus-newsgroup-charset for decoding, like
12249         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12250         save-buffer what was used.  Suggested by Kevin Ryde
12251         <user42@zip.com.au>.
12252         (gnus-mime-inline-part): Allow the name parameter as well as the
12253         filename parameter; force decompressing of compressed data; always
12254         display contents being not decoded as unibyte.
12255
12256         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12257         as well as the filename parameter.
12258
12259         * mm-util.el (mm-decompress-buffer): Merge
12260         gnus-mime-jka-compr-maybe-uncompress.
12261         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12262         of compressed data.
12263
12264 2005-02-08  Simon Josefsson  <jas@extundo.com>
12265
12266         * imap.el (imap-log): Doc fix.
12267
12268 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12269
12270         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12271         the coding cookies; decompress compressed parts.
12272
12273         * mml.el (mml-generate-mime-1): Add the charset parameter according
12274         to the value which a user specified manually or the coding cookie.
12275
12276         * mm-util.el (mm-string-to-multibyte): New function.
12277         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12278         (mm-coding-system-to-mime-charset): New function.
12279         (mm-decompress-buffer): New function.
12280         (mm-find-buffer-file-coding-system): New function.
12281
12282         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12283         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12284         parts.
12285
12286 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12287
12288         * mm-view.el (mm-display-inline-fontify): Decode a part according
12289         to the charset parameter.
12290
12291 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12292
12293         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12294         prefix arg is neither nil nor a number, as info specifies.
12295
12296 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12297
12298         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12299         timestamps.
12300
12301 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12302
12303         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12304         groups error checking and notify user.
12305
12306 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12307
12308         * message.el (message-send-mail-function): Check existence of
12309         sendmail-program first before using default value
12310         `message-send-mail-with-sendmail'.  Otherwise use more generic
12311         `smtpmail-send-it'.
12312
12313 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12314
12315         * nntp.el (nntp-request-update-info): Always return nil.
12316
12317 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12318
12319         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12320
12321 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12322
12323         * message.el (message-beginning-of-line): Change the behavior when
12324         invoked between BOL and : so that it first moves backward.
12325
12326 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12327
12328         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12329         article buffer when editing of the article is discarded.
12330         (gnus-article-prepare): Revert.
12331
12332 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12333
12334         * gnus-art.el (gnus-article-prepare):
12335         Remove message-strip-forbidden-properties from the local hook.
12336
12337 2005-01-27  Simon Josefsson  <jas@extundo.com>
12338
12339         * password.el (password-cache-add): Only start one timer per key.
12340         Reported by Derek Atkins <warlord@MIT.EDU>.
12341
12342 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12343
12344         * run-at-time.el: Removed.  It is no longer needed as
12345         timer-funcs.el in the xemacs-base package has a working version of
12346         `run-at-time'.
12347
12348         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12349
12350         * password.el: Require timer-funcs instead of run-at-time in
12351         XEmacs.
12352         Remove `password-run-at-time' macro.
12353         (password-cache-add): Use `run-at-time' instead of
12354         `password-run-at-time'.
12355
12356         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12357         Remove `nnheader-cancel-function-timers' alias,
12358         `cancel-function-timers' exists in XEmacs in timer-funcs.
12359
12360         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12361         for `run-with-idle-timer'.
12362
12363         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12364         for `run-at-time'.
12365
12366         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12367         for `with-timeout'.
12368
12369         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12370         the same as for XEmacs 21.4.
12371         No need to ignore `run-with-idle-timer', this function exists in
12372         XEmacs now in timer-funcs.el in the xemacs-base package.
12373         (dgnushack-compile): No need to delete
12374         run-at-time.el from the list of files to compile because it
12375         doesn't exist anymore.
12376
12377 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12378
12379         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12380         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12381
12382 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12383
12384         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12385         sensitively.
12386
12387 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12388
12389         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12390
12391 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12392
12393         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12394         which will be inserted according to the multibyteness of a buffer
12395         rather than the type of contents.  Suggested by ARISAWA Akihiro
12396         <ari@mbf.ocn.ne.jp>.
12397
12398         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12399         of string which old xml.el may return rather than a string.
12400
12401 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12402
12403         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12404
12405 2005-01-16  Simon Josefsson  <jas@extundo.com>
12406
12407         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12408         idn/idna.el isn't available.
12409         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12410         <michael@waxrat.com>.
12411
12412         * hashcash.el: Remove non-FSF copyright header.
12413
12414         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12415         (hashcash-generate-payment): Use it.
12416         (hashcash-generate-payment-async): Use it.
12417
12418 2005-01-15  Simon Josefsson  <jas@extundo.com>
12419
12420         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12421         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12422
12423         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12424         gnus-summary-idna-message.
12425         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12426         (gnus-summary-idna-message): New function.
12427
12428 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12429
12430         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12431         gnus-novice-user.
12432
12433 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12434
12435         * nnrss.el (nnrss-request-delete-group): Delete entries in
12436         nnrss-group-alist as well.
12437         (nnrss-save-server-data): Insert newline.
12438
12439 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12440
12441         * gnus.el (gnus-user-agent): Use list of symbols instead of
12442         symbols.  Display full version number for (S)XEmacs.  Optionally
12443         display (S)XEmacs codename.
12444
12445         * gnus-util.el (gnus-emacs-version): Update for new
12446         `gnus-user-agent'.
12447
12448         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12449         Gnus version.
12450
12451 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12452
12453         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12454         which is unreadable in some setups.
12455
12456 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12457
12458         * gnus-spec.el (gnus-update-format-specifications): Flush the
12459         group format spec cache if it doesn't support decoded group names.
12460
12461 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12462
12463         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12464         Allow to apply decay on score files matching a regexp.
12465
12466 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12467
12468         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12469         compatibility in %g and %c.
12470
12471 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12472
12473         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12474         name for only %g and %c.
12475         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12476         of gnus-tmp-group to decoded group name.
12477         (gnus-group-make-rss-group): Exclude `/'s from group names.
12478
12479 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12480
12481         * nnrss.el (nnrss-get-encoding): Fix regexp.
12482
12483 2004-12-27  Simon Josefsson  <jas@extundo.com>
12484
12485         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12486         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12487         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12488
12489 2004-12-17  Kim F. Storm  <storm@cua.dk>
12490
12491         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12492
12493         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12494
12495 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12496
12497         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12498
12499 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12500
12501         * nnrss.el: Require rfc2047 and mml.
12502         (nnrss-file-coding-system): New variable.
12503         (nnrss-format-string): Redefine it as an inline function.
12504         (nnrss-decode-group-name): New function.
12505         (nnrss-string-as-multibyte): Remove.
12506         (nnrss-retrieve-headers): Decode group name; don't use
12507         nnrss-format-string.
12508         (nnrss-request-group): Decode group name.
12509         (nnrss-request-article): Decode group name; allow a Message-ID as
12510         well as an article number; don't use nnrss-format-string; encode a
12511         Message-ID string which may contain non-ASCII characters; use
12512         mml-to-mime to compose a MIME article.
12513         (nnrss-request-expire-articles): Decode group name.
12514         (nnrss-request-delete-group): Decode group name.
12515         (nnrss-fetch): Clarify error message.
12516         (nnrss-read-server-data): Use insert-file-contents instead of load;
12517         bind file-name-coding-system; use multibyte buffer.
12518         (nnrss-save-server-data): Bind coding-system-for-write to the
12519         value of nnrss-file-coding-system; bind file-name-coding-system;
12520         add coding cookie.
12521         (nnrss-read-group-data): Use insert-file-contents instead of load;
12522         bind file-name-coding-system; use multibyte buffer.
12523         (nnrss-save-group-data): Bind coding-system-for-write to the
12524         value of nnrss-file-coding-system; bind file-name-coding-system.
12525         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12526         make it work with non-ASCII text.
12527         (nnrss-find-el): Make it work with old xml.el as well.
12528
12529 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12530
12531         * nnrss.el (nnrss-get-encoding): New function.
12532         (nnrss-fetch): Use unibyte buffer initially; bind
12533         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12534         decode contents according to the encoding attribute.
12535         (nnrss-save-group-data): Add coding cookie.
12536         (nnrss-mime-encode-string): New function.
12537         (nnrss-check-group): Use it to encode subject and author.
12538
12539 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12540
12541         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12542         imaginary variable.
12543
12544 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12545
12546         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12547         correctly even if there are wide characters.
12548
12549 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12550
12551         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12552         downcased symbol names; make a new cache instead of reusing
12553         bbdb-hashtable.
12554
12555 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12556
12557         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12558         concatenating segments rather than before concatenating them.
12559         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12560
12561         * message.el (message-get-reply-headers): Bind `extra'.
12562
12563 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12564
12565         * message.el (message-extra-wide-headers): New variable.
12566         (message-get-reply-headers): Use it.
12567
12568 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12569
12570         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12571         (gnus-agent-group-pathname): Ditto.
12572
12573         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12574
12575         * gnus-group.el (gnus-group-make-group): Decode group name.
12576         (gnus-group-make-rss-group): Register the group data after opening
12577         the nnrss group.
12578
12579 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12580
12581         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12582         by expiry now get marked as read.
12583
12584 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12585
12586         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12587
12588 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12589
12590         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12591         unify Latin characters in XEmacs.
12592         (mm-find-mime-charset-region): Use it.
12593
12594 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12595
12596         * gnus-util.el (gnus-delete-directory): New function.
12597
12598         * gnus-agent.el (gnus-agent-delete-group): Use it.
12599
12600         * gnus-cache.el (gnus-cache-delete-group): Use it.
12601
12602 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12603
12604         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12605         names.
12606
12607 2004-12-16  Simon Josefsson  <jas@extundo.com>
12608
12609         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12610
12611 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12612
12613         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12614
12615         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12616         (gnus-group-set-current-level): Decode group name.
12617
12618 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12619
12620         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12621         failed.
12622
12623 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12624
12625         * gnus-group.el (gnus-group-delete-group): Decode group name.
12626         (gnus-group-make-rss-group): Encode group name.
12627         (gnus-group-catchup-current): Decode group name.
12628         (gnus-group-kill-group): Decode group name.
12629
12630 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12631
12632         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12633
12634 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12635
12636         * gnus-group.el (gnus-group-make-rss-group):
12637         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12638
12639         * gnus-start.el (gnus-setup-news): Honor user's setting to
12640         gnus-message-archive-method.  Suggested by Lute Kamstra
12641         <lute@gnu.org>.
12642
12643 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12644
12645         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12646         global counterparts of the buffer-local variables.
12647
12648 2004-11-16  Romain Francoise  <romain@orebokech.com>
12649
12650         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12651         counterparts of the buffer-local variables.
12652
12653 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12654
12655         * message.el (message-forbidden-properties): Fixed typo in doc
12656         string.
12657
12658 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12659
12660         * gnus-util.el (gnus-replace-in-string): Added doc string.
12661
12662         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12663         to avoid problems when splitting mails with many recipients.
12664
12665 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12666
12667         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12668         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12669
12670 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12671
12672         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12673         if there is no hashtable in memory or file modification time is
12674         newer than cached timestamp.
12675
12676 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12677
12678         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12679         not-matching option.
12680
12681 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12682
12683         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12684         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12685         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12686         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12687         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12688         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12689
12690 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12691
12692         * message.el (message-forward-make-body-mml): Remove headers
12693         according to message-forward-ignored-headers if a message is decoded.
12694
12695 2004-12-02  Romain Francoise  <romain@orebokech.com>
12696
12697         * message.el (message-forward-make-body-plain): Always remove
12698         headers according to message-forward-ignored-headers.
12699
12700 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12701
12702         * spam.el (spam-summary-prepare-exit): Remove the
12703         gnus-summary-limit pop for now, it has problems with ham marks for
12704         me.
12705
12706 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12707
12708         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12709         correctly.
12710
12711 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12712
12713         * format-spec.el (format-spec): Message the char.
12714
12715 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12716
12717         * gnus-art.el (gnus-split-methods): Reformat comments.
12718
12719         * spam.el (spam-summary-prepare-exit): Remove article limits
12720         before exiting the summary buffer.
12721
12722 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12723
12724         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12725         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12726
12727         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12728         order to silence the byte compiler.
12729
12730         * spam.el: Fix the way to silence the byte compiler, which
12731         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12732         bbdb-search-simple, spam-BBDB-register-routine,
12733         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12734         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12735         spam-stat-buffer-is-spam, spam-stat-load,
12736         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12737         spam-stat-save and spam-stat-split-fancy.
12738
12739 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12740
12741         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12742         which may confuse users.
12743         (canlock-password-for-verify): Ditto.
12744
12745         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12746
12747         * gnus-art.el (gnus-emphasis-alist): Ditto.
12748
12749         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12750
12751         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12752
12753         * gnus-start.el (gnus-save-killed-list): Ditto.
12754
12755         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12756         (gnus-sum-thread-tree-root): Ditto.
12757         (gnus-sum-thread-tree-false-root): Ditto.
12758         (gnus-sum-thread-tree-single-indent): Ditto.
12759
12760         * message.el (message-courtesy-message): Ditto.
12761         (message-archive-note): Ditto.
12762         (message-subscribed-address-file): Ditto.
12763         (message-user-fqdn): Ditto.
12764
12765         * spam-report.el (spam-report-gmane-regex): Ditto.
12766
12767         * spam.el (spam-blackhole-good-server-regex): Ditto.
12768
12769 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12770
12771         * mml.el (mml-preview): Widen the message buffer before copying
12772         the contents to the preview buffer; sort headers before previewing.
12773
12774         * message.el (message-hidden-headers): Fix the way to avoid a bug
12775         in the `repeat' widget in Emacs 21.3 or earlier.
12776
12777 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12778
12779         * message.el (message-hidden-headers): Default to "^References:".
12780         Improve customization type.  Suggested by Reiner Steib
12781         <Reiner.Steib@gmx.de>.
12782
12783 2004-11-25  Romain Francoise  <romain@orebokech.com>
12784
12785         * message.el (message-strip-forbidden-properties): Remove check for
12786         obsolete `message-hidden' text property, hidden headers are not
12787         accessible in the buffer anymore.
12788
12789 2004-11-22  Romain Francoise  <romain@orebokech.com>
12790
12791         * message.el (message-header-format-alist): Add `From' in list
12792         so that it can be sorted.
12793         (message-fix-before-sending): Widen and sort headers before
12794         sending.
12795         (message-hide-headers): Use narrowing to hide headers by moving
12796         them to the top of the buffer and narrowing to the region
12797         underneath.
12798
12799 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12800
12801         * message.el (message-strip-forbidden-properties): Bind
12802         buffer-read-only (etc) to nil.
12803
12804 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12805
12806         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12807         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12808
12809 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12810
12811         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12812
12813 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12814
12815         * dns.el (query-dns): Use sit-for to time instead of
12816         accept-process-output, since that doesn't seem to work on udp
12817         sockets.
12818
12819 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12820
12821         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12822
12823 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12824
12825         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12826         doc string.  Improve doc string.
12827
12828 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12829
12830         * nntp.el (nntp-request-update-info): Return nil if
12831         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12832         may not call gnus-activate-group which uselessly issues the GROUP
12833         commands for all nntp groups and wastes time.  Reported by Romain
12834         Francoise <romain@orebokech.com>.
12835
12836         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12837
12838 2004-11-15  Simon Josefsson  <jas@extundo.com>
12839
12840         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12841         headers separately.
12842         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12843         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12844
12845 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12846
12847         * gnus-start.el (gnus-convert-old-newsrc):
12848         Assign legacy-gnus-agent to 5.10.7.
12849
12850 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12851
12852         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12853         start of the lines.
12854
12855 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12856
12857         * hashcash.el (hashcash-default-payment): Change default to 20.
12858         (hashcash-default-accept-payment): Change default to 20.
12859         (hashcash-process-alist): New variable.
12860         (hashcash-generate-payment-async): Add.
12861         (hashcash-already-paid-p): Add.
12862         (hashcash-insert-payment): Don't generate payments twice.
12863         (hashcash-insert-payment-async): Add.
12864         (hashcash-insert-payment-async-2): Add.
12865         (hashcash-cancel-async): Add.
12866         (hashcash-wait-async): Add.
12867         (hashcash-processes-running-p): Add.
12868         (hashcash-wait-or-cancel): Add.
12869         (mail-add-payment): New optional argument.  Conditionally start
12870         asynchronous calculation.
12871         (mail-add-payment-async): Add.
12872
12873         * message.el (message-send-mail): Wait for asynchronous hashcash
12874         results.  Don't clobber existing X-Hashcash headers.
12875         (message-setup-1): Call mail-add-payment-async when
12876         message-generate-hashcash is non-nil.
12877
12878 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12879
12880         * message.el (message-use-alternative-email-as-from): Examine the
12881         From header as well; use message-make-from in order to include a
12882         user's full name.
12883
12884 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12885
12886         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12887         default; improve customization type.
12888         (gnus-emphasis-custom-with-format): New macro.
12889         (gnus-emphasis-custom-value-to-external): New function.
12890         (gnus-emphasis-custom-value-to-internal): New function.
12891
12892 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12893
12894         * dns.el (query-dns): Resolve reverse addresses.
12895
12896 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12897
12898         * gnus-group.el (gnus-group-get-new-news): Use it.
12899
12900         * gnus-start.el (gnus-check-reasonable-setup): New function.
12901
12902 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12903
12904         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12905         "Args out of range" error.  Reported by Arnaud Giersch
12906         <arnaud.giersch@free.fr>.
12907
12908 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12909
12910         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12911
12912 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12913
12914         * spam.el (spam group): Add :version.
12915
12916         * pgg-def.el (pgg group): Add :version.
12917
12918 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12919
12920         * gnus-art.el (gnus-article-edit-article): Don't associate the
12921         article buffer with a draft file.  This is a temporary measure
12922         against the 2004-08-22 change to gnus-article-edit-mode.
12923
12924 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12925
12926         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12927         (html2text-format-tags): Remove unused variable `attr'.
12928
12929 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12930
12931         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12932
12933         * tls.el (tls-process-connection-type, tls-success)
12934         (tls-certtool-program): Add :version.
12935
12936         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12937         (starttls-extra-arguments, starttls-process-connection-type)
12938         (starttls-connect, starttls-failure, starttls-success): Add :version.
12939
12940         * spam-stat.el (spam-stat): Add :version.
12941
12942         * sieve.el (sieve): Add :version.
12943
12944         * sha1.el (sha1): Add :version.
12945         (sha1-use-external): Remove redundant version.
12946
12947         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12948         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12949         (nnmail-split-fancy-match-partial-words)
12950         (nnmail-split-lowercase-expanded): Add :version.
12951
12952         * nndiary.el (nndiary): Add :version.
12953
12954         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12955
12956         * mml-sec.el (mml-default-sign-method)
12957         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12958         Add :version.
12959
12960         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12961
12962         * mm-url.el (mm-url-use-external, mm-url-program)
12963         (mm-url-arguments): Add :version.
12964
12965         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12966         (mm-attachment-file-modes, mm-decrypt-option)
12967         (mm-w3m-safe-url-regexp): Add :version.
12968
12969         * message.el (message-cite-prefix-regexp)
12970         (message-sendmail-envelope-from, message-minibuffer-local-map)
12971         (message-user-fqdn, message-completion-alist): Add :version.
12972
12973         * gnus-win.el (gnus-configure-windows-hook)
12974         (gnus-use-frames-on-any-display): Add :version.
12975
12976         * gnus-art.el (gnus-article-address-banner-alist)
12977         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12978         (gnus-treat-from-picon, gnus-treat-mail-picon)
12979         (gnus-treat-x-pgp-sig): Add :version.
12980
12981         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12982         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12983         (gnus-summary-article-delete-hook)
12984         (gnus-summary-display-while-building): Add :version.
12985
12986         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12987         (gnus-get-top-new-news-hook): Add :version.
12988
12989         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12990         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12991
12992         * gnus-registry.el (gnus-registry): Add :version.
12993
12994         * gnus-spec.el (gnus-use-correct-string-widths)
12995         (gnus-make-format-preserve-properties): Add :version.
12996
12997         * gnus.el (gnus-group-charter-alist)
12998         (gnus-group-fetch-control-use-browse-url)
12999         (gnus-install-group-spam-parameters): Add :version.
13000
13001         * gnus-diary.el (gnus-diary): Add :version.
13002
13003         * gnus-delay.el (gnus-delay): Add :version.
13004
13005         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13006         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13007         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13008         Add :version.
13009
13010         * gnus-agent.el (gnus-agent-max-fetch-size)
13011         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13012         (gnus-agent-prompt-send-queue): Add :version.
13013
13014         * deuglify.el (gnus-outlook-deuglify): Add :version.
13015
13016         * html2text.el: Beautify code.  Improve doc strings.  Some
13017         checkdoc cleanup.
13018         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13019
13020 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13021
13022         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13023
13024 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13025
13026         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13027         when package is loaded.
13028
13029         * spam.el (spam-summary-score-preferred-header): Add global preference
13030         for people who want to override the default SpamAssassin over
13031         Bogofilter preference (when both are set).
13032         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13033         (spam-user-format-function-S): Check
13034         spam-summary-score-preferred-header.
13035         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13036         (spam-user-format-function-S): Format the score correctly.
13037
13038 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13039
13040         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13041         signature file.  Suggested by Manoj Srivastava
13042         <srivasta@golden-gryphon.com>.
13043
13044         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13045         iso-2022-jp even in the Japanese language environment.
13046         Suggested by Jason Rumney <jasonr@gnu.org>.
13047
13048 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13049
13050         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13051         use the same characters as the dummy marks; make it free from
13052         getting affected by the language environment.
13053         (gnus-summary-read-group-1): Update mark positions only when the
13054         format spec is updated.
13055
13056         * gnus-spec.el (gnus-update-format-specifications): Return a list
13057         of updated types.
13058
13059 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13060
13061         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13062         of boundp to check if display-warning is available.
13063
13064 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13065
13066         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13067
13068 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13069
13070         * nnspool.el (nnspool-spool-directory): Use news-path if the
13071         news-directory variable is not bound.
13072
13073         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13074         function instead of display-warning if it is not available.
13075
13076 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13077
13078         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13079         v5-10: Use `point-at-bol'.
13080
13081 2004-10-26  Simon Josefsson  <jas@extundo.com>
13082
13083         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13084         <chenggao@gmail.com>.
13085
13086 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13087
13088         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13089         instead.
13090
13091 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13092
13093         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13094         to remove a server from the nnimap-server-buffer-alist.
13095         (nnimap-open-connection, nnimap-close-server): Use it.
13096
13097         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13098
13099 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13100
13101         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13102         running the major-mode function.
13103
13104 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13105
13106         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13107         dummy marks in the right way.
13108
13109 2004-10-18  David Edmondson  <dme@dme.org>
13110
13111         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13112         excessively.
13113
13114 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13115
13116         * gnus-util.el (gnus-split-references): Accept a nil references
13117         string and go on blissfully.
13118
13119         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13120         cases where the references string is non-nil but has no references.
13121
13122         * encrypt.el: Add autoload tags.
13123
13124         * spam.el (spam-resolve-registrations-routine): Remove article
13125         from unregistration list too.  Reported by David Hanak
13126         <dhanak@isis.vanderbilt.edu>
13127
13128 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13129
13130         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13131         nil.  Changed custom type.
13132
13133 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13134
13135         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13136
13137         * gnus-sum.el (gnus-summary-move-article): Use it.
13138
13139 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13140
13141         * encrypt.el: Add autoload cookies.
13142
13143         * spam.el (spam-backend-article-list-property)
13144         (spam-backend-get-article-todo-list)
13145         (spam-backend-put-article-todo-list)
13146         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13147         Resolve registrations separately.
13148         (spam-register-routine): Format comments.
13149         (spam-unregister-routine, spam-register-routine): Always call with
13150         specific-articles, no default list.
13151         (spam-summary-prepare-exit): Use the spam-classifications function.
13152
13153         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13154         gnus-encrypt.el.
13155
13156         * encrypt.el: Copied from gnus-encrypt.el.
13157
13158         * gnus-encrypt.el: Commented that it's obsolete.
13159
13160 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13161
13162         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13163         (gnus-score-save): Use it.
13164
13165         * message.el (message-bury): Use `window-dedicated-p'.
13166
13167 2004-10-15  Simon Josefsson  <jas@extundo.com>
13168
13169         * pop3.el (top-level): Don't require nnheader.
13170         (pop3-read-timeout): Add.
13171         (pop3-accept-process-output): Add.
13172         (pop3-read-response, pop3-retr): Use it.
13173
13174 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13175
13176         * spam.el (spam-register-routine): Move comment.
13177         (spam-verify-bogofilter): Use 'unknown for the initial
13178         spam-bogofilter-valid state, not 'never.
13179
13180         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13181         for netrc-machine.
13182
13183         * nnimap.el (nnimap-open-connection): Use
13184         netrc-machine-user-or-password.
13185
13186 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13187
13188         * gnus-registry.el (gnus-registry-unload-hook):
13189         Set as a variable with add-hook.
13190
13191         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13192         of news-path.
13193
13194         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13195
13196         * spam.el: Delete duplicate `provide'.
13197         (spam-unload-hook): Set as a variable with add-hook.
13198
13199 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13200
13201         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13202         in the doc string.
13203
13204         * message.el (message-ignored-news-headers)
13205         (message-ignored-supersedes-headers)
13206         (message-ignored-resent-headers)
13207         (message-forward-ignored-headers): Improve custom type.
13208
13209 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13210
13211         * message.el (message-tokenize-header): Fix 2004-09-06 change
13212         which used point-min in the wrong place.
13213
13214 2004-10-12  Simon Josefsson  <jas@extundo.com>
13215
13216         * tls.el (tls-certtool-program): New variable.
13217         (tls-certificate-information): New function, based on
13218         ssl-certificate-information.
13219
13220 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13221
13222         * compface.el: Move the version of ELisp-based uncompface program
13223         to the contrib directory because of the copyright problem.
13224
13225 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13226
13227         * message.el (message-kill-buffer): Raise the current frame.
13228
13229 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13230
13231         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13232
13233         * gnus.el (message-y-or-n-p): Autoload.
13234
13235         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13236         (pop3-password-required, pop3-authentication-scheme)
13237         (pop3-leave-mail-on-server): Made customizable.
13238         (pop3): New custom group.
13239         (pop3-retr): Remove `sleep-for' statements.
13240         Suggested by Dave Love <fx@gnu.org>.
13241
13242         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13243         Windows/DOS.
13244
13245         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13246         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13247         Dave Love <fx@gnu.org>.
13248
13249         * mml.el (mml-minibuffer-read-disposition): Require match.
13250         Suggested by Dave Love <fx@gnu.org>.
13251
13252 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13253
13254         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13255         doc string.
13256
13257 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13258
13259         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13260
13261 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13262
13263         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13264         instead of calling `mm-insert-inline', to decode text/* parts
13265         before displaying them.
13266
13267 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13268
13269         * mm-uu.el (mm-uu-text-plain-type): New variable.
13270         (mm-uu-pgp-signed-extract-1): Use it.
13271         (mm-uu-pgp-encrypted-extract-1): Use it.
13272         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13273         bind mm-uu-text-plain-type with that value.
13274         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13275         mm-uu-dissect.
13276
13277 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13278
13279         * gnus-group.el (gnus-update-group-mark-positions):
13280         * gnus-sum.el (gnus-update-summary-mark-positions):
13281         * message.el (message-check-news-body-syntax):
13282         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13283         of string-as-multibyte.
13284
13285 2004-10-05  Juri Linkov  <juri@jurta.org>
13286
13287         * gnus-group.el (gnus-update-group-mark-positions):
13288         * gnus-sum.el (gnus-update-summary-mark-positions):
13289         * message.el (message-check-news-body-syntax):
13290         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13291         8-bit unibyte values to a multibyte string for search functions.
13292
13293 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13294
13295         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13296         (mm-uu-dissect-text-parts): New function.
13297
13298         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13299         dissect text parts.
13300
13301         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13302         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13303
13304         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13305
13306         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13307         gnus-current-topics instead of gnus-current-topic.
13308
13309 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13310
13311         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13312
13313 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13314
13315         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13316         where approriate.
13317
13318         * nnml.el (nnml-generate-active-info): do.
13319
13320         * nndiary.el (nndiary-generate-active-info): do.
13321
13322         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13323         (gnus-topic-move): do.
13324
13325         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13326         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13327
13328         * gnus-srvr.el (gnus-server-prepare)
13329         (gnus-server-open-all-servers): do.
13330
13331         * gnus-msg.el (gnus-summary-cancel-article)
13332         (gnus-summary-resend-message)
13333         (gnus-summary-mail-crosspost-complaint): do.
13334
13335         * gnus-move.el (gnus-change-server): do.
13336
13337         * gnus-group.el (gnus-group-unmark-all-groups)
13338         (gnus-group-set-current-level): do.
13339
13340 2004-10-04  Simon Josefsson  <jas@extundo.com>
13341
13342         * message.el (message-generate-hashcash): Doc fix.
13343
13344 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13345
13346         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13347         avoid infinite recursion via gnus-get-function.
13348
13349 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13350
13351         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13352
13353         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13354
13355         * nnmail.el (nnmail-split-history): do.
13356
13357         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13358         (nnml-request-delete-group): do.
13359
13360         * nnslashdot.el (nnslashdot-read-groups): do.
13361
13362         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13363         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13364
13365         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13366         (nnspool-sift-nov-with-sed): Use last.
13367         (nnspool-retrieve-headers-with-nov): Use mapc.
13368         (nnspool-request-newgroups): Use dolist.
13369         (nnspool-request-group): Use last.
13370
13371         * nntp.el (nntp-read-server-type): Use dolist.
13372
13373         * nnvirtual.el (nnvirtual-create-mapping)
13374         (nnvirtual-update-read-and-marked): Use dolist.
13375         (nnvirtual-convert-headers): Simplify.
13376
13377 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13378
13379         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13380         support for sync'ing tick marks.
13381
13382 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13383
13384         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13385         there's no visible header.
13386
13387 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13388
13389         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13390         necessary, pass full group name to gnus-request-set-marks.
13391
13392 2004-10-01  Simon Josefsson  <jas@extundo.com>
13393
13394         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13395         acroread.
13396
13397 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13398
13399         * spam-report.el (spam-report-gmane): Fix interactive.
13400
13401         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13402
13403         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13404         when writing file.
13405         (gnus-agent-synchronize-flags): Don't default to being
13406         interactive.
13407
13408 2004-09-30  Simon Josefsson  <jas@extundo.com>
13409
13410         * message.el (message-generate-hashcash): Add.
13411         (message-send-mail): Use it, call mail-add-payment.
13412
13413 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13414
13415         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13416
13417 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13418
13419         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13420         gnus-requst-update-info with explicit code to sync the in-memory
13421         info read flags with the marks being sync'd to the backend.
13422
13423         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13424
13425 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13426
13427         * spam.el (spam-verify-bogofilter): Add new function.
13428         (spam-check-bogofilter)
13429         (spam-bogofilter-register-with-bogofilter): Use it.
13430         (spam-verify-bogofilter): Add small fixes.
13431
13432 2004-09-28  Simon Josefsson  <jas@extundo.com>
13433
13434         * hashcash.el (hashcash-generate-payment): Revert.
13435
13436 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13437
13438         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13439         gnus-extract-references instead of gnus-split-references.
13440
13441         * gnus-util.el (gnus-extract-references): Add new function, analogous
13442         to gnus-split-references but extracts only the message-ID without
13443         anything extra.
13444
13445         * hashcash.el (hashcash-generate-payment)
13446         (hashcash-check-payment): Do the right thing if hashcash-path is
13447         nil (because the hashcash program could not be found).
13448
13449         * spam.el (spam-use-hashcash): Remove comment.
13450
13451 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13452
13453         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13454         (gnus-cache-enter-article, gnus-cache-remove-article)
13455         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13456
13457         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13458
13459         * gnus-art.el (article-hide-boring-headers)
13460         (article-translate-strings, article-display-face)
13461         (gnus-article-mime-match-handle-first)
13462         (gnus-article-highlight-headers)
13463         (gnus-article-add-buttons-to-head): do.
13464
13465 2004-09-27  Simon Josefsson  <jas@extundo.com>
13466
13467         * hashcash.el: New version, from
13468         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13469         ../contrib/.
13470
13471 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13472
13473         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13474
13475 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13476
13477         * gnus-dup.el (gnus-dup-open): Use mapc.
13478         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13479
13480         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13481         Reported by Stefan Wiens <s.wi@gmx.net>.
13482
13483         * gnus.el (gnus-shutdown): Use dolist.
13484
13485         * gnus-undo.el (gnus-undo): Use mapc.
13486
13487         * nnrss.el (nnrss-generate-active): do.
13488
13489         * message.el (message-cite-original-without-signature)
13490         (message-cite-original): Use mapc.
13491         (message-do-actions, message-make-forward-subject): Use dolist.
13492
13493 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13494
13495         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13496         deletion to remove entire duplicate line.  Fixes merged article
13497         number bug.
13498
13499 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13500
13501         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13502         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13503         first ask if you want to open a server and then, even when you
13504         responded with no, asking if you want to synchronize the server's
13505         flags.
13506         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13507         multi-line expressions.
13508         (gnus-agent-synchronize-group-flags): New internal function.
13509         Updates marks in memory (in the info structure) AND in the
13510         backend.
13511
13512         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13513
13514         * nnagent.el (nnagent-request-set-mark): Use
13515         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13516         method, to ensure that synchronization updates marks in the
13517         backend and in the info (in memory) structure.
13518
13519 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13520
13521         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13522         convention fully; don't miss the root article of a thread; make
13523         the X-Draft-From header with correct article numbers.
13524
13525 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13526
13527         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13528         unless plugged.  Disable the agent so that an open failure causes
13529         an error.
13530
13531         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13532         Reverted 2004-09-21 change.  The backend must be opened while
13533         synchronizing flags even when the backend stores the flags
13534         locally.
13535
13536 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13537
13538         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13539         in `header' match.  Reported by Svend Tollak Munkejord.
13540
13541         * message.el (message-cite-original): Fix use of
13542         `message-cite-articles-with-x-no-archive'.
13543
13544 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13545
13546         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13547         (gnus-window-to-buffer): Ditto.
13548
13549         * mml.el (mml-preview-buffer): New variable.
13550         (mml-preview): Manage window layout with gnus-buffer-configuration.
13551
13552         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13553         X-Draft-From header even if those articles aren't quoted.
13554
13555 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13556
13557         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13558         (gnus-request-set-mark, gnus-request-update-mark): Use new
13559         g-s-t-u-l-m to decide to use backend even when unplugged.
13560
13561 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13562
13563         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13564         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13565
13566 2004-09-20  Simon Josefsson  <jas@extundo.com>
13567
13568         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13569         "utf-16-le".
13570
13571 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13572
13573         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13574
13575 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13576
13577         * uudecode.el (uudecode-use-external): Add :version.
13578
13579         * smime.el (smime-CA-file, smime-encrypt-cipher)
13580         (smime-dns-server): Add :version.
13581
13582         * smiley.el (gnus-smiley-file-types): Add :version.
13583
13584         * sha1.el (sha1-use-external): Add :version.
13585
13586         * pgg-def.el (pgg-query-keyserver): Add :version.
13587
13588         * nnmail.el (nnmail-fancy-expiry-targets)
13589         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13590         Add :version.
13591
13592         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13593         (nnimap-retrieve-groups-asynchronous): Add :version.
13594         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13595
13596         * mml.el (mml-content-disposition-parameters)
13597         (mml-insert-mime-headers-always): Add :version.
13598
13599         * mm-util.el (mm-coding-system-priorities): Add :version.
13600
13601         * mm-decode.el (mm-inline-text-html-with-images)
13602         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13603         (mm-verify-option): Add :version.
13604         (mm-text-html-renderer): Change :version.
13605
13606         * message.el (message-fcc-externalize-attachments)
13607         (message-required-headers, message-draft-headers)
13608         (message-subject-trailing-was-query)
13609         (message-subject-trailing-was-ask-regexp)
13610         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13611         (message-mark-insert-end, message-archive-header)
13612         (message-archive-note, message-cross-post-default)
13613         (message-cross-post-note, message-followup-to-note)
13614         (message-cross-post-note-function, message-use-mail-followup-to)
13615         (message-subscribed-address-functions)
13616         (message-subscribed-address-file, message-subscribed-addresses)
13617         (message-subscribed-regexps, message-allow-no-recipients)
13618         (message-yank-cited-prefix, message-signature-insert-empty-line)
13619         (message-hidden-headers, message-hierarchical-addresses)
13620         (message-mail-user-agent, message-use-idna)
13621         (message-valid-fqdn-regexp)
13622         (message-strip-special-text-properties, message-header-synonyms)
13623         (message-beginning-of-line, message-tab-body-function): Add :version.
13624         (message-insert-canlock, message-wide-reply-confirm-recipients):
13625         Change :version.
13626
13627         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13628         and :version.
13629         (mail-source-delete-old-incoming-confirm)
13630         (mail-source-movemail-program): Add :version.
13631
13632         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13633         (gnus-agent-cache, gnus-agent): Change :version.
13634
13635         * gnus-util.el (gnus-use-byte-compile): Change :version.
13636
13637         * gnus-sum.el (gnus-summary-make-false-root-always)
13638         (gnus-summary-default-high-score)
13639         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13640         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13641         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13642         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13643         (gnus-sum-thread-tree-single-indent)
13644         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13645         (gnus-sum-thread-tree-leaf-with-other)
13646         (gnus-sum-thread-tree-single-leaf): Add :version.
13647         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13648         (gnus-article-loose-mime): Change :version.
13649
13650         * gnus-start.el (gnus-backup-startup-file)
13651         (gnus-save-startup-file-via-temp-buffer): Add :version.
13652
13653         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13654         (gnus-server-offline-face): Add :version.
13655
13656         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13657
13658         * gnus-msg.el (gnus-gcc-externalize-attachments)
13659         (gnus-debug-files, gnus-debug-exclude-variables)
13660         (gnus-discouraged-post-methods): Change :version.
13661         (gnus-confirm-mail-reply-to-news)
13662         (gnus-confirm-treat-mail-like-news): Add :version.
13663
13664         * gnus-int.el (gnus-server-unopen-status): Add :version.
13665
13666         * gnus-group.el (gnus-group-jump-to-group-prompt)
13667         (gnus-large-ephemeral-newsgroup)
13668         (gnus-fetch-old-ephemeral-headers): Add :version.
13669
13670         * gnus-fun.el (gnus-x-face-directory)
13671         (gnus-convert-pbm-to-x-face-command)
13672         (gnus-convert-image-to-x-face-command)
13673         (gnus-convert-image-to-face-command): Add :version.
13674
13675         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13676
13677         * gnus-cite.el (gnus-cite-blank-line-after-header)
13678         (gnus-article-boring-faces): Add :version.
13679
13680         * gnus-art.el (gnus-buttonized-mime-types)
13681         (gnus-inhibit-mime-unbuttonizing)
13682         (gnus-treat-display-face)
13683         (gnus-treat-body-boundary): Change :version.
13684         (gnus-body-boundary-delimiter, gnus-picon-databases)
13685         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13686         (gnus-treat-date-english, gnus-treat-fold-headers)
13687         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13688         (gnus-treat-mail-picon, gnus-treat-wash-html)
13689         (gnus-article-encrypt-protocol)
13690         (gnus-use-idna, gnus-article-over-scroll)
13691         (gnus-mime-display-multipart-alternative-as-mixed)
13692         (gnus-mime-display-multipart-related-as-mixed)
13693         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13694         (gnus-ctan-url, gnus-button-ctan-handler)
13695         (gnus-button-handle-ctan-bogus-regexp)
13696         (gnus-button-ctan-directory-regexp)
13697         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13698         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13699         (gnus-button-man-level, gnus-button-emacs-level)
13700         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13701
13702         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13703         (gnus-agent-go-online): Change :version.
13704         (gnus-agent-expire-unagentized-dirs)
13705         (gnus-agent-auto-agentize-methods): Add :version.
13706
13707         * flow-fill.el (fill-flowed-display-column)
13708         (fill-flowed-encode-column): Add :version.
13709
13710         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13711         (gnus-outlook-deuglify-unwrap-max)
13712         (gnus-outlook-deuglify-cite-marks)
13713         (gnus-outlook-deuglify-unwrap-stop-chars)
13714         (gnus-outlook-deuglify-no-wrap-chars)
13715         (gnus-outlook-deuglify-attrib-cut-regexp)
13716         (gnus-outlook-deuglify-attrib-verb-regexp)
13717         (gnus-outlook-deuglify-attrib-end-regexp)
13718         (gnus-outlook-display-hook): Add :version.
13719
13720         * binhex.el (binhex-use-external): Add :version.
13721
13722 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13723
13724         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13725         and `invisible'.
13726
13727 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13728
13729         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13730         in gnus-registry-trim.
13731
13732 2004-09-13  Simon Josefsson  <jas@extundo.com>
13733
13734         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13735
13736         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13737
13738         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13739         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13740         <yamaoka@jpl.org>.
13741         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13742         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13743         <yamaoka@jpl.org>.
13744
13745         * sieve.el (sieve-manage-mode): Ditto.
13746
13747 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13748
13749         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13750
13751 2004-09-11  Simon Josefsson  <jas@extundo.com>
13752
13753         * dns-mode.el: Add.
13754
13755         * mm-view.el (mm-display-dns-inline): Add.
13756
13757         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13758         (mm-automatic-display): Ditto.
13759
13760         * mailcap.el (mailcap-mime-data): Add text/dns.
13761         (mailcap-mime-extensions): Map .soa to text/dns.
13762
13763 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13764
13765         * gnus-art.el (article-decode-mime-words, article-babel)
13766         (gnus-article-highlight-signature, gnus-article-add-buttons)
13767         (gnus-signature-toggle): Remove unnecessary bindings of
13768         `inhibit-read-only' inherited from v5.10 merge.
13769
13770 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13771
13772         * nntp.el (nntp): New customization group.
13773         (nntp-authinfo-file): Add customization group.
13774
13775         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13776
13777         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13778
13779         * gnus.el (to-address, to-list, subscribed)
13780         (large-newsgroup-initial): Ditto.
13781
13782         * flow-fill.el (fill-flowed-display-column)
13783         (fill-flowed-encode-column): Ditto.
13784
13785 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13786
13787         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13788         Use point-min rather than 1.
13789         (message-send-mail): Use buffer-size rather than point-max.
13790
13791         * gnus-sum.el (gnus-summary-search-article-forward):
13792         Signal a specific `search-failed' rather than a generic `error'.
13793
13794         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13795         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13796         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13797
13798 2004-09-10  Simon Josefsson  <jas@extundo.com>
13799
13800         * nndb.el (require): Remove tcp and duplicate cl.
13801
13802 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13803
13804         * gnus-agent.el (directory-files-and-attributes): Move forward.
13805
13806 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13807
13808         * gnus-agent.el (directory-files-and-attributes): Optionally
13809         defined to support XEmacs.
13810
13811 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13812
13813         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13814         to avoid run-time CL dependencies.
13815         (gnus-agent-unfetch-articles): New function.
13816         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13817         article numbers even when local .overview file is missing.
13818         (gnus-agent-read-article-number): New function.  Only accepts
13819         27-bit article numbers.
13820         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13821         gnus-agent-read-article-number.
13822         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13823         from backend while recognizing that article numbers in .overview
13824         must be valid.
13825         (gnus-agent-update-files-total-fetched-for): Use
13826         directory-files-and-attributes to improve performance.
13827         * gnus-int.el (gnus-request-move-article): Use
13828         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13829         improve performance.
13830
13831         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13832         some users confused by references to .newsrc when they only have a
13833         .newsrc.eld file.
13834         (gnus-convert-mark-converter-prompt)
13835         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13836         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13837         New function.  Used internally to only display 'gnus converting
13838         files' message when actually necessary.
13839
13840         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13841         methods now autoloaded.
13842
13843 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13844
13845         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13846         identifiers.
13847
13848 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13849
13850         * gnus-picon.el: Fix indentation and closing parenthesis.
13851
13852 2004-09-01  Simon Josefsson  <jas@extundo.com>
13853
13854         * message.el (message-canlock-generate): Require sha1, not
13855         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13856         to require within a function.  Sadly, if sha1.el isn't loaded, the
13857         let binding in m-c-g will hide the defcustom definition, which is
13858         bad.)
13859
13860         * canlock.el: Require sha1, not sha1-el.
13861
13862         * message.el: Don't autoload sha1 (there is a autoload cookie in
13863         sha1.el).
13864
13865         * sha1-el.el: Renamed to sha1.el.
13866
13867 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13868
13869         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13870
13871 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13872
13873         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13874
13875 2004-08-30  Kim F. Storm  <storm@cua.dk>
13876
13877         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13878
13879         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13880         Add :group 'nnimap.
13881
13882 2004-08-30  Andreas Schwab  <schwab@suse.de>
13883
13884         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13885         ?* and ?\;.
13886
13887         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13888         and ?\' to symbol instead of whitespace.
13889
13890 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13891
13892         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13893
13894         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13895         instead of re-search-forward.
13896
13897         * gnus-uu.el (gnus-uu-save-article): Ditto.
13898         (gnus-uu-post-encode-uuencode): Ditto.
13899
13900         * html2text.el (html2text-clean-list-items): Ditto.
13901         (html2text-clean-dtdd): Ditto.
13902         (html2text-format-tags): Ditto.
13903
13904         * message.el (message-send-mail-with-sendmail): Fix regexp.
13905         (message-fill-field-general): Use search-forward instead of
13906         re-search-forward.
13907         (unbold-region): Ditto.
13908
13909         * nnrss.el (nnrss-request-article): Ditto.
13910
13911         * nnslashdot.el (nnslashdot-request-article): Ditto.
13912
13913         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13914
13915         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13916         "Unrecognized menu descriptor" error in XEmacs.
13917
13918 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13919
13920         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13921         parent article of a sparse article in the thread hashtb.
13922
13923 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13924
13925         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13926         (nnmail-expand-newtext): Lowercase expanded entries if
13927         nnmail-split-lowercase-expanded is non-nil.
13928
13929 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13930
13931         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13932
13933         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13934         of gnus-tmp-news-method into string under XEmacs.  It will be
13935         passed to gnus-correct-length which takes only a string argument.
13936
13937 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13938
13939         * gnus-util.el (gnus-bind-print-variables): New macro.
13940         (gnus-prin1): Use it.
13941         (gnus-prin1-to-string): Use it.
13942         (gnus-pp): New function.
13943         (gnus-pp-to-string): New function.
13944
13945         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13946         Replace pp-to-string with gnus-pp-to-string.
13947         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13948         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13949         * gnus-msg.el (gnus-debug): Ditto.
13950         * gnus-score.el (gnus-score-save): Ditto.
13951         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13952         gnus-pp-to-string.
13953         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13954         with gnus-pp.
13955         * score-mode.el (gnus-score-pretty-print): Ditto.
13956         * webmail.el (webmail-debug): Ditto.
13957
13958 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * gnus-art.el (article-display-face, article-display-x-face):
13961         Use buffer-read-only.
13962
13963 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13964
13965         * gnus-art.el (article-hide-list-identifiers):
13966         Bind inhibit-read-only as t.
13967
13968 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13969
13970         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13971
13972 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13973
13974         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13975         (gnus-narrow-to-page): Don't assume point-min == 1.
13976         (gnus-article-edit-mode): Derive from message-mode.
13977
13978         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13979         point-min == 1.
13980
13981         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13982         Disable incorrect use of `assert'.
13983
13984         * message.el (message-mode): Set comment-start-skip.
13985
13986
13987 2004-08-22  Sam Steingold  <sds@gnu.org>
13988
13989         * pop3.el (pop3-leave-mail-on-server): New user variable.
13990         (pop3-movemail): Delete mail only when it is nil.
13991
13992 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13993
13994         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13995
13996         * mml.el (mml-preview): Use `pop-to-buffer'.
13997
13998         * message.el (message-goto-mail-followup-to): Insert after "To".
13999         (message-carefully-insert-headers): Add comment.
14000
14001         * gnus.el: Remove unused variable `gnus-article-check-size'.
14002
14003         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14004
14005         * gnus-art.el (gnus-button-alist): Improve
14006         `gnus-button-handle-library' entry.
14007
14008 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14009
14010         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14011         downcase, since XEmacs capitalizes error messages differently.
14012
14013 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14014
14015         * nntp.el: Add (require 'gnus) due to reference to
14016         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14017
14018 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14019
14020         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14021         `mm-fill-flowed'.
14022
14023         * mm-decode.el (mm-dissect-singlepart): Check it.
14024
14025 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14026
14027         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14028         'imap' for netrc parsing.
14029
14030 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14031
14032         * mailcap.el (mailcap-mime-data): Mark as risky.
14033
14034 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14035
14036         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14037         may be included in the encoded word.
14038         (rfc2047-encode): Don't append a space if the encoded word
14039         includes close parenthesis.
14040
14041 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14042
14043         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14044         of text within parentheses.
14045
14046 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14047
14048         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14049         (gnus-encrypt-write-file-contents): Make the password key the file
14050         name PLUS the cipher, not just the cipher.  Also remove failed
14051         passwords from the cache.
14052
14053 2004-08-06  Simon Josefsson  <jas@extundo.com>
14054
14055         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14056         fix.
14057
14058 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14059
14060         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14061         LWSP.
14062
14063 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14064
14065         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14066         to append in-reply-to: data to the references: header.
14067
14068         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14069         (netrc-parse): Use gnus-encrypt.el functions.
14070
14071         * gnus-encrypt.el: Add new file for encryption support; currently
14072         does only a few GPG ciphers and an internal XOR cipher.
14073
14074         * password.el: Add comments on using password-read-and-add.
14075         (password-read-and-add): Add function to read and add the
14076         password to the cache at once.
14077
14078 2004-07-28  Simon Josefsson  <jas@extundo.com>
14079
14080         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14081         parameter (but don't use it, for now).
14082
14083         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14084         instead of hard coding to nil.
14085
14086 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14087
14088         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14089         as mm-inline-image-xemacs does.
14090
14091 2004-07-26  Simon Josefsson  <jas@extundo.com>
14092
14093         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14094         Revert part of 2004-07-17 change below.
14095
14096 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14097
14098         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14099         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14100
14101 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14102
14103         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14104         quotes that actually start with ">" at the beginning of the
14105         lines.
14106
14107 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14108
14109         * rfc2047.el (rfc2047-encode-region): Fix last change.
14110         (rfc2047-encode-parameter): Remove useless concat.
14111
14112 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14113
14114         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14115         encode special characters; fix some kind of misconfigured headers;
14116         signal a real error if debug-on-quit or debug-on-error is non-nil.
14117         (rfc2047-encode-max-chars): New variable.
14118         (rfc2047-encode-1): Use it.
14119         (rfc2047-encode-parameter): New function.
14120
14121         * mml.el (mml-insert-parameter): Remove an excessive space.
14122
14123 2004-07-17  Simon Josefsson  <jas@extundo.com>
14124
14125         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14126         Kai Grossjohann <kai@emptydomain.de>.
14127         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14128         (gnus-group-make-menu-bar): Ditto.
14129
14130         * gnus-util.el (gnus-group-server): Add.
14131
14132 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14133
14134         * message.el (message-clone-locals): Clone sendmail and smtp
14135         variables.
14136
14137 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14138
14139         * rfc2047.el (rfc2047-encode-region): Fix last change.
14140
14141 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14142
14143         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14144         characters as non-special.
14145
14146 2004-07-09  Simon Josefsson  <jas@extundo.com>
14147
14148         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14149         Users will lose all flag changes made while unplugged with
14150         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14151         good default.  See numerous reports on ding mailing list.
14152
14153 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14154
14155         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14156         add generate-head-function and generate-article-function to the
14157         rfc822-forward entry.
14158         (nndoc-rfc822-forward-generate-article): New function.
14159         (nndoc-rfc822-forward-generate-head): New function.
14160
14161         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14162
14163 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14164
14165         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14166         respect display group parameter and gnus-summary-expunge-below.
14167         (gnus-articles-to-read): Remove unused reference to display group
14168         parameter.
14169
14170 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14171
14172         * nnheader.el (nnheader-uniquify-message-id): New experimental
14173         variable.
14174         (nnheader-nov-read-message-id): Use it.
14175
14176         * spam-report.el (spam-report-gmane): Add interactive.
14177
14178 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14179
14180         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14181         qp-or-base64 for the application/* types.
14182
14183 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14184
14185         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14186
14187 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14188
14189         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14190         trim value.
14191
14192 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14193
14194         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14195         New macro and function.
14196         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14197
14198 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14199
14200         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14201         after-load-alist.
14202
14203 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14204
14205         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14206         update info that isn't there.
14207
14208 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14209
14210         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14211         entry.
14212
14213 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14214
14215         * mm-view.el (mm-inline-render-with-function): Use multibyte
14216         buffer; decode html source by charset.
14217
14218         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14219
14220         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14221         Mule-UCS is loaded under XEmacs.
14222         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14223
14224 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14225
14226         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14227
14228 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14229
14230         * mm-util.el (mm-coding-system-p): Return a coding-system.
14231         (mm-mime-mule-charset-alist): Use shift_jis instead of
14232         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14233         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14234         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14235         instead of japanese-shift-jis and iso-latin-1 respectively in
14236         order to share the default value with both Emacs and XEmacs-mule.
14237         (mm-mule-charset-to-mime-charset): Make
14238         mm-coding-system-priorities effective.
14239         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14240         while predicating of candidates upon the priorities.
14241
14242 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14243
14244         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14245         gnus-uu-invert-processable.
14246
14247         * gnus.el: Autoload gnus-uu-invert-processable.
14248
14249 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14250
14251         * mm-util.el (mm-with-multibyte-buffer): New macro.
14252
14253         * rfc2047.el (rfc2047-encode-string): Use it.
14254         (rfc2047-encode-region): Move point to the end of the region after
14255         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14256
14257 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14258
14259         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14260         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14261
14262 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14263
14264         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14265         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14266         Karl Chen <quarl@nospam.quarl.org>.
14267
14268 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14269
14270         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14271         invalid addresses.
14272
14273 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14274
14275         * spam.el: Change section markers, revise TODO list.
14276         (spam-backends): Make new master list of all installed backends.
14277         (spam-summary-exit-behavior): Add new variable to determine how
14278         messages moves are done at summary exit.
14279         (spam-move-spam-nonspam-groups-only)
14280         (spam-process-ham-in-nonham-groups)
14281         (spam-process-ham-in-spam-groups): Remove variables, the
14282         spam-summary-exit-behavior variable should be used to manage this
14283         behavior.
14284         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14285         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14286         and spam-old-spam-articles.
14287         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14288         Add empty variables, placeholders for the backends they represent.
14289         (spam-set-difference): Move, unchanged.
14290         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14291         unless the user has a processor variable.
14292         (spam-classifications, spam-classification-valid-p)
14293         (spam-backend-properties, spam-backend-property-valid-p)
14294         (spam-backend-function-type-valid-p)
14295         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14296         (spam-report-articles-gmane, spam-report-articles-resend):
14297         Remove functions, they are not needed.
14298         (spam-install-backend-super, spam-backend-list)
14299         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14300         (spam-backend-function, spam-backend-ham-registration-function)
14301         (spam-backend-spam-registration-function)
14302         (spam-backend-ham-unregistration-function)
14303         (spam-backend-spam-unregistration-function)
14304         (spam-backend-statistical-p, spam-backend-mover-p)
14305         (spam-install-backend-alias, spam-install-checkonly-backend)
14306         (spam-install-mover-backend, spam-install-nocheck-backend)
14307         (spam-install-backend, spam-install-statistical-backend)
14308         (spam-install-statistical-checkonly-backend): Add backend installation
14309         support.
14310         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14311         (spam-group-processor-p): Use the new backend code and respect the
14312         summary exit behavior.
14313         (spam-mark-spam-as-expired-and-move-routine): Remove.
14314         (spam-summary-prepare): Change to use the new spam-old-articles
14315         variable.
14316         (spam-copy-or-move-routine, spam-copy-spam-routine)
14317         (spam-move-spam-routine, spam-copy-ham-routine)
14318         (spam-move-ham-routine): Add code to copy/move ham or spam.
14319         (spam-fetch-field-fast): Improve doc and code, plus allow the
14320         'number request.
14321         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14322         variables.
14323         (spam-split, spam-find-spam): Use the new backend code.
14324         (spam-registration-functions): Remove variable.
14325         (spam-unregister-routine): Add convenience wrapper.
14326         (spam-log-undo-registration, spam-register-routine)
14327         (spam-log-processing-to-registry)
14328         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14329         where possible.
14330         (spam-check-gmane-xref, spam-check-regex-headers)
14331         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14332         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14333         (spam-check-bogofilter-headers, spam-check-spamoracle)
14334         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14335         (spam-check-crm114-headers): Use the spam-split-group that
14336         spam-split prepares, no need to determine it every time.
14337
14338         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14339         to the nnheader-parse-naked-head call.
14340
14341         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14342
14343         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14344         the nnheader-nov-read-message-id call.
14345
14346 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14347
14348         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14349         gnus-activate-group twice.  Suggested by Markus Peter
14350         <warp@spin.de>.
14351
14352 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14353
14354         * gnus-art.el (gnus-article-time-format): Exchange the order of
14355         day and month in the default value; fix customization type.
14356         (article-date-ut): Use add-text-properties.
14357         (article-make-date-line): Use message-make-date instead of
14358         current-time-string.
14359
14360         * message.el (message-fetch-field): Don't use set-text-properties.
14361         (message-make-date): Simplify.
14362
14363         * messagexmas.el (message-xmas-make-date): New function.
14364         (message-xmas-redefine): Defalias message-make-date to it.
14365
14366 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14367
14368         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14369         (rfc2047-encode-region): Treat text within parentheses as special;
14370         show the original text when error has occurred.
14371
14372         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14373         already-computed method to gnus-activate-group.
14374
14375         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14376         same select-methods identical Lisp objects.
14377
14378         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14379         object when modifying the info.
14380
14381 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14382
14383         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14384         gnus-opened-servers since it has never been opened with the new
14385         configuration yet.
14386
14387 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14388
14389         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14390         arg to nnheader-generate-fake-message-id.
14391
14392 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14393
14394         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14395         number and build a fake message ID localized to a group and
14396         article number (so it's repeatable from that point on).
14397         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14398         ID format.
14399
14400         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14401         nnheader-generate-fake-message-id with the article number.
14402
14403 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14404
14405         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14406         end-of-buffer.
14407
14408 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14409
14410         * message.el (message-ignored-supersedes-headers): Add Approved.
14411
14412 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14413
14414         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14415         goto-char.
14416         (rfc2047-encode): Fold the line before encoding.
14417
14418 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14419
14420         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14421         folding -- not all headers can be folded, and this should be done
14422         by the message composition mode.  Probably.  I think.
14423
14424 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14425
14426         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14427         fast.
14428
14429         * gnus-ems.el (gnus-remove-image): Don't use
14430         message-text-with-property; remove only the image found first.
14431
14432         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14433         found first.
14434
14435 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14436
14437         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14438
14439 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14440
14441         * message.el (message-text-with-property): Make it fast and accept
14442         optional arguments.
14443         (message-strip-forbidden-properties): Use it.
14444         (message-fix-before-sending): Follow the m-t-w-p change.
14445
14446         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14447
14448 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14449
14450         * gnus-art.el (article-hide-headers): Don't change the buffer
14451         mistakenly when performing mml-preview even if
14452         gnus-single-article-buffer is nil.
14453
14454 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14455
14456         * message.el (message-expand-name-databases): New user option.
14457         (message-expand-name): Use it.
14458
14459 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14460
14461         * spam.el (spam-report-articles-resend)
14462         (spam-report-resend-register-routine): Allow ham reporting.
14463         (spam-report-resend-register-ham-routine): Add wrapper.
14464         (spam-registration-functions): Add ham resending functions.
14465         (spam-list-of-processors): Add ham resend processor.
14466
14467         * gnus.el (ham-resend-to): Add new group parameter.
14468         (spam-process): Add ham resend option.
14469
14470         * spam-report.el (spam-report-resend): Allow reporting ham.
14471         (spam-report-resend-ham): Add wrapper.
14472
14473 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14474
14475         * message.el (message-cite-articles-with-x-no-archive): New
14476         variable.
14477         (message-cite-original): Use it.
14478
14479 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14480
14481         * message.el (message-cite-original): Respect X-No-Archive.
14482
14483 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14484
14485         * gnus-art.el (article-hide-headers): Refer to the values for
14486         gnus-ignored-headers and gnus-visible-headers in the summary
14487         buffer since a user may have set them as group parameters.
14488
14489 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14490
14491         * assistant.el (assistant-node-name): Add convenience function.
14492         (assistant-render-text, assistant-render-node): Add error handling,
14493         plus handle multiple next nodes.
14494         (assistant-find-next-node): Comment out for now.
14495         (assistant-find-next-nodes): Add function, returns list of next
14496         nodes.
14497
14498 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14499
14500         * mail-source.el (mail-source-directory): Fix doc-string.
14501
14502 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14503
14504         * assistant.el (assistant-render-text, assistant-eval): Add :set
14505         widget type, which is different because it takes and returns a
14506         list.  Much hilarity ensues.
14507
14508 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14509
14510         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14511
14512         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14513         doc-string.
14514
14515         * gnus-start.el (gnus-activate-group): Added doc-string.
14516
14517 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14518
14519         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14520
14521 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14522
14523         * assistant.el (assistant-render-text): Try to add a :set
14524         widget, more to come.
14525
14526         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14527         strings.
14528         (spam-report-articles-resend)
14529         (spam-register-routine): Do registration iff any articles warrant
14530         it.
14531         (spam-summary-prepare-exit): Change log message for nil group
14532         destinations.
14533
14534 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14535
14536         * spam.el (spam-report-resend-register-routine): Allow
14537         spam-report-resend-to to be a group parameter or a global value.
14538
14539 2004-05-26  Simon Josefsson  <jas@extundo.com>
14540
14541         * starttls.el: Merge with my GNUTLS based starttls.el.
14542         (starttls-gnutls-program, starttls-use-gnutls)
14543         (starttls-extra-arguments, starttls-process-connection-type)
14544         (starttls-connect, starttls-failure, starttls-success): New
14545         variables.
14546         (starttls-program, starttls-extra-args): Doc fix.
14547         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14548         functions.
14549         (starttls-negotiate, starttls-open-stream): Check
14550         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14551         function if it is set.
14552
14553 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14554
14555         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14556         structured fields.
14557
14558 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14559
14560         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14561
14562 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14563
14564         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14565         variable.
14566         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14567         assigning the spam-mark to new messages.
14568
14569 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14570
14571         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14572
14573 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14574
14575         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14576
14577         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14578         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14579         default.
14580
14581 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14582
14583         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14584         correct data.
14585
14586 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14587
14588         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14589         (spam-group-processor-p): Fix function.
14590         (spam-group-processor-multiple-p)
14591         (spam-group-spam-processor-report-gmane-p)
14592         (spam-group-spam-processor-report-resend-p)
14593         (spam-group-spam-processor-bogofilter-p)
14594         (spam-group-spam-processor-blacklist-p)
14595         (spam-group-spam-processor-ifile-p)
14596         (spam-group-ham-processor-ifile-p)
14597         (spam-group-spam-processor-spamoracle-p)
14598         (spam-group-spam-processor-crm114-p)
14599         (spam-group-ham-processor-bogofilter-p)
14600         (spam-group-spam-processor-stat-p)
14601         (spam-group-ham-processor-stat-p)
14602         (spam-group-ham-processor-whitelist-p)
14603         (spam-group-ham-processor-BBDB-p)
14604         (spam-group-ham-processor-spamoracle-p)
14605         (spam-group-ham-processor-copy-p): Remove functions with some
14606         prejudice against unneeded code.
14607         (spam-report-articles-resend)
14608         (spam-report-resend-register-routine): Allow the group/topic
14609         spam-resend-to value to override spam-report-resend-to.
14610         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14611         properly now.
14612
14613         * gnus.el (spam-resend-to): Add group/topic parameter.
14614         (spam-process): Move the OBSOLETE processors to the end of the
14615         choices.
14616
14617 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14618
14619         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14620         with resend-to set to nil, and then ask the user if necessary.
14621         (spam-report-resend): spam-report-resend takes a list of articles, not
14622         separate article numbers.
14623
14624 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14625
14626         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14627         addition to emacs-w3m.
14628
14629 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14630
14631         * assistant.el (assistant-authinfo-data): New function.
14632         (assistant-eval): Eval for entire assistant.
14633
14634         * netrc.el (netrc-services-file): New variable.
14635         (netrc-parse-services): New function.
14636         (netrc-find-service-name): New function.
14637         (netrc-find-service-number): New function.
14638         (netrc-port-equal): New function.
14639         (netrc-machine): Use it.
14640
14641         * nnimap.el (nnimap-open-connection): Use netrc.
14642
14643         * gnus-util.el (gnus-netrc-get): Remove aliases.
14644
14645         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14646
14647         * assistant.el (wid-edit): Fix compilation.
14648
14649         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14650
14651 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14652
14653         * gnus-util.el (gnus-set-file-modes): New function.  (small
14654         patch).
14655
14656 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14657
14658         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14659
14660         * assistant.el (assistant-render-node): Fix up rendering and
14661         read-only text.
14662         (assistant-render-node): Reset.
14663         (assistant-make-read-only): Not sticky.
14664
14665 2004-05-20  Danny Siu  <dsiu@adobe.com>
14666
14667         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14668         centered even when gnus-auto-center-summary is t.
14669
14670 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14671
14672         * dns.el (dns-get-txt-answer): New function.
14673         (dns-read-txt): Ditto.
14674         (query-dns): Use it.
14675
14676 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14677
14678         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14679         active for foreign groups even if the group level is higher than
14680         the specified value.
14681
14682 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14683
14684         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14685         non-active groups.
14686
14687         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14688
14689 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14690
14691         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14692
14693 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14694
14695         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14696         (spam-crm114-header, spam-crm114-spam-switch)
14697         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14698         (spam-crm114-positive-spam-header)
14699         (spam-crm114-database-directory, spam-list-of-processors)
14700         (spam-group-spam-processor-crm114-p)
14701         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14702         (spam-generic-score, spam-list-of-checks)
14703         (spam-list-of-statistical-checks, spam-registration-functions)
14704         (spam-check-crm114-headers, spam-crm114-score)
14705         (spam-check-crm114, spam-crm114-register-with-crm114)
14706         (spam-crm114-register-spam-routine)
14707         (spam-crm114-unregister-spam-routine)
14708         (spam-crm114-register-ham-routine)
14709         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14710         asjo@koldfront.dk (Adam Sjøgren).
14711
14712         * gnus.el: Add spam-use-crm114.
14713
14714         * spam.el (spam-list-of-processors, spam-registration-functions):
14715         Add spam-use-resend.
14716         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14717         (spam-report-articles-gmane): Add doc fix.
14718         (spam-report-articles-resend, spam-report-resend-register-routine):
14719         Add wrappers around spam-report-resend-to.
14720
14721         * spam-report.el (spam-report-resend-to, spam-report-resend):
14722         Add support for resending spam.
14723         (spam-report-gmane): Fix line length >80.
14724
14725         * gnus.el (spam-process): Add spam-use-resend.
14726
14727 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14728
14729         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14730         number of processed spam messages.
14731         (spam-ham-copy-or-move-routine): Return the number of processed
14732         ham messages.
14733         (spam-summary-prepare-exit): Use the above values to decide
14734         whether status messages shouled be displayed.
14735
14736 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14737
14738         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14739         `rfc2047-encoding-function-alist' in order to avoid conflicting
14740         with the old version.
14741         (rfc2047-encode-region): Concatenate words containing non-ASCII
14742         characters in structured fields; don't encode space-delimited
14743         ASCII words even in unstructured fields; don't break words at
14744         char-category boundaries.
14745         (rfc2047-encode-1): New function.
14746         (rfc2047-encode): Use it; encode text so that it occupies the
14747         maximum width within 76-column; work correctly on Q encoding for
14748         iso-2022-* charsets.
14749         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14750         sure not to break a line just after the header name.
14751         (rfc2047-b-encode-region): Removed.
14752         (rfc2047-b-encode-string): New function.
14753         (rfc2047-q-encode-region): Removed.
14754         (rfc2047-q-encode-string): New function.
14755
14756         * mm-util.el (mm-replace-in-string): New function.
14757
14758 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14759
14760         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14761         get it right.
14762         (gnus-inews-make-draft): Really.
14763
14764 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14765
14766         * nnmh.el (nnmh-request-list-1): Don't check the link count
14767         before descending.  (small patch)
14768
14769 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14770
14771         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14772         stuff.
14773
14774         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14775         on real group name.
14776
14777         * gnus-art.el (gnus-signature-limit): Doc fix.
14778
14779         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14780
14781         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14782
14783 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14784
14785         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14786         isn't a string.
14787
14788 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14789
14790         * gnus-draft.el (gnus-draft-send): Bind
14791         rfc2047-encode-encoded-words.
14792
14793         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14794         (rfc2047-encodable-p): Say that =? needs encoding.
14795         (rfc2047-encode-encoded-words): New variable.
14796
14797         * gnus-group.el (gnus-group-select-group): Doc fix.
14798
14799         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14800
14801         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14802         to nil.
14803
14804         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14805
14806         * nnheader.el (nnheader-get-lines-and-char): New function.
14807
14808 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14809
14810         * gnus-msg.el (gnus-summary-followup-with-original): Document
14811         yanking of region when active.
14812
14813 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14814
14815         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14816         groups if the group level is higher than the specified value.
14817
14818 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14819
14820         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14821         (gnus-group-jump-to-group): Added prefix argument using
14822         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14823         non-active group.
14824
14825         * compface.el (uncompface): Be verbose when changing
14826         `uncompface-use-external'.
14827
14828         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14829         handle manual section.
14830
14831 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14832
14833         * gnus-art.el (gnus-button-alist): Revert previous change.
14834
14835 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14836
14837         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14838
14839 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14840
14841         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14842         whether backend can accept message.
14843
14844         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14845
14846 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14847
14848         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14849         Avoid creating directory when nntp-marks-is-evil is true.
14850         Reported by Reiner Steib.
14851
14852 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14853
14854         * gnus-picon.el (gnus-picon-style): New variable.
14855         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14856         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14857         Jesper Harder <harder@ifa.au.dk>.
14858
14859 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14860
14861         * message.el (message-fill-field): Return point.
14862         (message-generate-headers): Go to end of field.
14863
14864         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14865         stuff for non-living groups.
14866
14867 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14868
14869         * gnus-art.el (gnus-article-followup-with-original)
14870         (gnus-article-reply-with-original): gnus-mark-active-p ->
14871         gnus-region-active-p.
14872
14873 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14874
14875         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14876         only when there is spam or ham to be processed.
14877
14878 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14879
14880         * mail-source.el (mail-source-delete-crash-box): Refactor.
14881         (mail-source-fetch): Use it.
14882         (mail-source-fetch-file): Ditto.
14883         (mail-source-fetch-directory): Run postscript in loop.
14884         (mail-source-fetch-pop): Delete.
14885         (mail-source-fetch-maildir): Ditto.
14886         (mail-source-fetch-imap): Ditto.
14887
14888         * imap.el (imap-authenticators): Comment out sasl.
14889
14890         * message.el (message-skip-to-next-address): New function.
14891         (message-fill-header-address): Refactor.
14892         (message-fill-address): Use it.
14893         (message-delete-address): Use it.
14894         (message-fill-header-general): Refactor.
14895         (message-fill-field-address): Rename.
14896         (message-narrow-to-field): Find the start of the header.
14897         (message-header-format-alist): Don't pre-fill.
14898         (message-fill-header): Removed.
14899         (message-insert-header): New function.
14900         (message-shorten-references): Use it.
14901
14902         * rfc2047.el (rfc2047-field-value): Strip props.
14903
14904         * mail-parse.el (mail-header-make-address): New alias.
14905
14906         * ietf-drums.el (ietf-drums-make-address): New function.
14907
14908         * imap.el: Add compiler directives.
14909
14910         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14911
14912         * gnus-art.el (article-decode-idna-rhs): Don't use
14913         message-idna-inside-rhs-p.
14914
14915 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14916
14917         * message.el (message-idna-inside-rhs-p): Removed.
14918         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14919
14920         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14921         false positives.
14922
14923 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14924
14925         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14926
14927 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14928
14929         * nneething.el (nneething-file-name): Don't create spurious
14930         files.
14931
14932         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14933         (gnus-inews-do-gcc): Remove sleep.
14934
14935         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14936         part under point.
14937
14938         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14939         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14940
14941 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14942
14943         * spam.el (spam-summary-prepare-exit): Fixed (length).
14944
14945 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14946
14947         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14948         as expired without moving it" message when there are spam
14949         messages left.
14950
14951 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14952
14953         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14954         header is not nil.
14955
14956 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14957
14958         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14959         nntp-possibly-create-directory, not nntp-possibly-change-group.
14960         (nntp-marks-changed-p): New arg SERVER.
14961         (nntp-request-update-info): Adjust caller.
14962
14963 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14964
14965         * nntp.el (nntp-save-marks): Pass missing arg.
14966
14967 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14968
14969         * nntp.el: Support marks.
14970         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14971         (nntp-marks-modtime, nntp-marks-directory): New variables.
14972         (nntp-request-set-mark, nntp-request-update-info)
14973         (nntp-possibly-create-directory, nntp-marks-changed-p)
14974         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14975         functions.
14976
14977 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14978
14979         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14980         (gnus-xmas-redefine): Rename.
14981
14982         * gnus-score.el (gnus-score-insert-help): Use
14983         gnus-select-lowest-window.
14984
14985         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14986         appt-select-lowest-window and rename to gnus-select-lowest-window.
14987
14988         * gnus.el: do.
14989
14990 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14991
14992         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14993         encodings of MIME-encoded words, in order to improve
14994         interoperability with several broken MUAs.
14995
14996 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14997
14998         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14999         tags, only when charsets are not specified in headers.
15000         (mm-inline-text-html-render-with-w3m): Ditto.
15001
15002         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15003         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15004
15005 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15006
15007         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15008         instead of MIME-decoded from fields when checking
15009         `gnus-article-address-banner-alist'.
15010
15011 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15012
15013         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15014         description rather than subject.
15015
15016 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15017
15018         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15019
15020 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15021
15022         * gnus.el (gnus-version-number): Bump.
15023
15024 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15025
15026         * gnus.el: No Gnus v0.2 is released.
15027
15028 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15029
15030         * gnus-agent.el (gnus-agent-read-agentview): Inline
15031         gnus-uncompress-range.
15032
15033 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15034
15035         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15036         `exec-installed-p'.
15037
15038 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15039
15040         * gnus.el (spam-process, spam-autodetect-methods): Add
15041         bsfilter and bsfilter-headers.
15042
15043         * spam.el (spam-bsfilter): New customize group.
15044         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15045         (spam-bsfilter-header, spam-bsfilter-probability-header)
15046         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15047         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15048         (spam-bsfilter-database-directory): New options.
15049         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15050         (spam-list-of-statistical-checks, spam-registration-functions):
15051         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15052         (spam-bsfilter-score): New command.
15053         (spam-check-bsfilter-headers, spam-check-bsfilter)
15054         (spam-bsfilter-register-with-bsfilter)
15055         (spam-bsfilter-register-spam-routine)
15056         (spam-bsfilter-unregister-spam-routine)
15057         (spam-bsfilter-register-ham-routine)
15058         (spam-bsfilter-unregister-ham-routine): New functions.
15059         (spam-generic-score): Support bsfilter; Accept an optional argument
15060         to recalcurate spam score even if scoring header has already been
15061         added.
15062         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15063         optional argument to recalcurate spam score even if scoring header
15064         has already been added.
15065
15066 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15067
15068         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15069         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15070         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15071         link is missing.
15072
15073 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15074
15075         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15076         (html2text-get-attr): Rewrite.
15077
15078         * message.el (message-setup-1): Remove redundant put-text-property
15079         on mail-header-separator.
15080
15081 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15082
15083         * gnus-registry.el (gnus-registry-cache-whitespace)
15084         (gnus-registry-action, gnus-registry-spool-action)
15085         (gnus-registry-split-fancy-with-parent): Change message levels
15086         from 5 to 3 or 7, as needed.
15087
15088         * spam.el (spam-summary-prepare-exit)
15089         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15090         (spam-split, spam-find-spam, spam-log-undo-registration)
15091         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15092         level from 5 to 6.
15093
15094 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15095
15096         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15097         2004-03-04 change).
15098
15099 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15100
15101         * sieve-manage.el (sieve-manage-open):
15102         * nnweb.el (nnweb-insert-html):
15103         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15104         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15105         * nnspool.el (nnspool-request-group):
15106         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15107         * nnml.el (nnml-request-update-info):
15108         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15109         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15110         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15111         (nnimap-request-set-mark):
15112         * nnfolder.el (nnfolder-request-update-info):
15113         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15114         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15115         * gnus-uu.el (gnus-uu-find-articles-matching):
15116         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15117         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15118         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15119         * gnus-nocem.el (gnus-nocem-scan-groups):
15120         * gnus-int.el (gnus-start-news-server):
15121         * gnus-group.el (gnus-group-make-kiboze-group)
15122         (gnus-group-browse-foreign-server):
15123         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15124         Use mapc when appropriate.
15125
15126 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15127
15128         FIXME: Make separate entries for each person.
15129
15130         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15131         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15132         <shields@msrl.com>:
15133
15134         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15135         may need for spam sorting and scoring.
15136         (spam-user-format-function-S): Add user format function suitable for
15137         general use.
15138         (spam-article-sort-by-spam-status): Add sorting function for summary
15139         sorting.
15140         (spam-extra-header-to-number): Add function to get a score from a
15141         header.
15142         (spam-summary-score): Add function to get a numeric score from the
15143         headers.
15144         (spam-generic-score): Fix function doc, was in wrong place.
15145         (spam-initialize): Take symbols when it's run, and install the
15146         extra headers that spam-necessary-extra-headers thinks we need.
15147
15148 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15149
15150         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15151         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15152
15153 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15154
15155         * gnus-sum.el (gnus-set-global-variables)
15156         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15157         (gnus-article-get-xrefs, gnus-summary-best-group)
15158         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15159         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15160         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15161         Use with-current-buffer.
15162
15163 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15164
15165         * spam.el (spam-summary-prepare-exit): Simplify logic.
15166         (spam-fetch-article-header): Read the article header if it's not
15167         available.
15168         (spam-list-articles): Simplify logic.
15169         (spam-filelist-register-routine): Fix bug with unregister-list.
15170
15171         * gnus-registry.el: Fix comments at beginning.
15172
15173 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15174
15175         * message.el (message-cater-to-broken-inn): Remove.
15176         (message-shorten-references): Make sure the total folded length of
15177         References is shorter than 998 characters to cater to a bug in INN
15178         2.3.  Also, don't pretend that references aren't folded -- this
15179         hasn't worked for a while.
15180
15181 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15182
15183         * gnus-agent.el (gnus-agentize):
15184         gnus-agent-send-mail-real-function no longer set to current value
15185         of message-send-mail-function but rather a lambda that calls
15186         message-send-mail-function.  The change makes the agent real-time
15187         responsive to user changes to message-send-mail-function.
15188
15189 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15190
15191         * legacy-gnus-agent.el
15192         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15193         help from Florian Weimer <fw@deneb.enyo.de>
15194
15195 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15196
15197         * nnmail.el (nnmail-cache-insert): Revert last change.
15198
15199 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15200
15201         * nnmail.el (nnmail-cache-insert): Always check whether
15202         nnmail-cache-ignore-groups matches a group name.
15203
15204 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15205
15206         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15207         (spam-find-spam, spam-log-processing-to-registry)
15208         (spam-log-registered-p, spam-log-unregistration-needed-p)
15209         (spam-log-undo-registration): Use gnus-message instead of
15210         gnus-error, none of these errors are fatal.
15211
15212         * gnus-registry.el (gnus-registry-clean-empty-function)
15213         (gnus-registry-clean-empty): Remove only empty entries without
15214         extra data.
15215
15216 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15217
15218         * spam-stat.el (spam-stat-buffer-change-to-spam)
15219         (spam-stat-buffer-change-to-non-spam): Change (error) to
15220         (gnus-message 8) invocation.
15221
15222 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15223
15224         * nntp.el (nntp-via-netcat-command): New variable.
15225         (nntp-via-netcat-switches): New variable.
15226         (nntp-open-via-rlogin-and-netcat): New function.
15227         (nntp-open-connection-function): Doc fix.
15228         (nntp-telnet-command): Doc fix.
15229         (nntp-end-of-line): Doc fix.
15230         (nntp-via-rlogin-command): Doc fix.
15231         (nntp-via-user-name): Doc fix.
15232         (nntp-via-address): Doc fix.
15233
15234 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15235
15236         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15237         error in Emacs 21.1.
15238
15239 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15240
15241         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15242
15243 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15244
15245         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15246         (gnus-agent-with-refreshed-group): New macro.
15247         (gnus-agent-rename-group): New function.
15248         (gnus-agent-delete-group): New function.
15249         (gnus-agent-save-group-info): Use gnus-command-method when
15250         `method' parameter is nil.  Don't write nil entries into the
15251         active file.
15252         (gnus-agent-get-group-info): New function.
15253         (gnus-agent-fetch-articles): Use
15254         gnus-agent-update-files-total-fetched-for to increment disk space
15255         used.
15256         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15257         gnus-agent-update-view-total-fetched-for to increment disk space
15258         used.
15259         (gnus-agent-get-local): Added optional parameters to avoid calling
15260         gnus-group-real-name and gnus-find-method-for-group.
15261         (gnus-agent-set-local): Delete stored entry if either min, or max,
15262         are nil.
15263         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15264         quit, use gnus-agent-regenerate-group to record existance of any
15265         articles fetched to disk before the quit occurred.
15266         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15267         gnus-agent-update-view-total-fetched-for, and
15268         gnus-agent-update-files-total-fetched-for to decrement disk space
15269         used.
15270         (gnus-agent-retrieve-headers): Use
15271         gnus-agent-update-view-total-fetched-for to increment disk space
15272         used.
15273         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15274         with gnus-agent-update-files-total-fetched-for to decrement disk
15275         space and fresh group buffer.
15276         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15277         (gnus-agent-need-update-total-fetched-for): New variable.
15278         (gnus-agent-update-files-total-fetched-for): New function.
15279         (gnus-agent-update-view-total-fetched-for): New function.
15280         (gnus-agent-total-fetched-for): New function.
15281
15282         * gnus-cache.el (gnus-cache-save-buffers): Use
15283         gnus-cache-update-overview-total-fetched-for to change disk space
15284         used by this group.
15285         (gnus-cache-possibly-enter-article): Use
15286         gnus-cache-update-file-total-fetched-for to increment disk space
15287         used by this group.
15288         (gnus-cache-possibly-remove-article): Use
15289         gnus-cache-update-file-total-fetched-for to decrement disk space
15290         used by this group.
15291         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15292         (gnus-cache-rename-group): New function.
15293         (gnus-cache-delete-group): New function.
15294         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15295         (gnus-cache-need-update-total-fetched-for): New variable.
15296         (gnus-cache-with-refreshed-group): New macro.
15297         (gnus-cache-update-file-total-fetched-for): New function.
15298         (gnus-cache-update-overview-total-fetched-for): New function.
15299         (gnus-cache-rename-group-total-fetched-for): New function.
15300         (gnus-cache-delete-group-total-fetched-for): New function.
15301         (gnus-cache-total-fetched-for): New function.
15302
15303         * gnus-group.el: Require gnus-sum and autoload functions to
15304         resolve warnings when gnus-group.el compiled alone.
15305         (gnus-group-line-format): Documented new %F.
15306         (size of Fetched data) group line format; identifies disk space
15307         used by agent and cache.
15308         (gnus-group-line-format-alist): Defined new F format.
15309         (gnus-total-fetched-for): New function.
15310         (gnus-group-delete-group): No longer update
15311         gnus-cache-active-altered as gnus-request-delete-group now keeps
15312         the cache in sync.
15313         (gnus-group-list-active): Let the agent store a server's active
15314         list if currently plugged.
15315
15316         * gnus-int.el (gnus-request-delete-group):
15317         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15318         local disk in sync with the server.
15319         (gnus-request-rename-group):
15320         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15321         local disk in sync with the server.
15322
15323         * gnus-start.el (gnus-get-unread-articles):
15324         Cosmetic simplification to logic.
15325
15326         * gnus-util.el (gnus-rename-file): New function.
15327
15328 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15329
15330         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15331
15332 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15333
15334         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15335         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15336
15337 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15338
15339         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15340         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15341
15342 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15343
15344         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15345
15346 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15347
15348         * spam.el (spam-set-difference): Add function to replace
15349         gnus-set-difference in spam.el.
15350         (spam-summary-prepare-exit): Use spam-set-difference.
15351
15352 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15353
15354         * gnus-registry.el (gnus-registry-cache-file): Update to use
15355         gnus-dribble-directory OR gnus-home-directory OR ~.
15356         (gnus-registry-split-fancy-with-parent): Fix doc.
15357
15358 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15359
15360         * message.el (message-exchange-point-and-mark): Use
15361         message-mark-active-p.  Suggested by Jesper Harder
15362         <harder@ifa.au.dk>.
15363
15364 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15365
15366         * message.el (message-exchange-point-and-mark): Don't activate
15367         region if it was inactive.  Suggested by Hiroshi Fujishima
15368         <pooh@nature.tsukuba.ac.jp>.
15369
15370 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15371
15372         * gnus-art.el (article-display-face): Display Faces in the same
15373         order as X-Faces.
15374
15375 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15376
15377         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15378
15379 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15380
15381         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15382         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15383         (gnus-article-mime-hierarchy): Remove.
15384         (gnus-article-mime-hierarchy-next): Remove.
15385         (gnus-article-mode): Revert 2004-03-19 change.
15386         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15387         (gnus-insert-mime-button): Revert 2004-03-19 change.
15388         (gnus-mime-accumulate-hierarchy): Remove.
15389         (gnus-mime-enter-multipart): Remove.
15390         (gnus-mime-leave-multipart): Remove.
15391         (gnus-mime-display-part): Revert 2004-03-19 change.
15392         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15393
15394         * mml.el (mml-preview): Revert 2004-03-19 change.
15395
15396 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15397
15398         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15399
15400 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15401
15402         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15403         t while entering a file name using the mm-with-multibyte macro.
15404         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15405
15406         * mm-util.el (mm-with-multibyte): New macro.
15407
15408 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15409
15410         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15411         user option.
15412         (gnus-mime-multipart-functions): Doc and customization fix.
15413         (gnus-article-mime-hierarchy): New variable.
15414         (gnus-article-mime-hierarchy-next): New variable.
15415         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15416         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15417         gnus-article-mime-hierarchy-next to nil.
15418         (gnus-insert-mime-button): Show hierarchy numbers.
15419         (gnus-mime-accumulate-hierarchy): New function.
15420         (gnus-mime-enter-multipart): New function.
15421         (gnus-mime-leave-multipart): New function.
15422         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15423         (gnus-mime-display-alternative): Show hierarchy numbers.
15424
15425         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15426         gnus-article-mime-hierarchy-next to nil.
15427
15428 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15429
15430         * dns.el: Don't require gnus-xmas.
15431
15432 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15433
15434         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15435         inline PGP.
15436         (mml-menu): Disable mml-quote-region if mark is inactive.
15437
15438 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15439
15440         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15441         when the group's active is not available.
15442
15443 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15444
15445         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15446         error.
15447
15448 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15449
15450         * imap.el (imap-store-password): New variable.
15451         (imap-interactive-login): Use it.
15452         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15453
15454 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15455
15456         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15457         window-start and hscroll to summary window.
15458
15459 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15460
15461         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15462         conversion message to newsrc-dribble when an actual conversion is
15463         performed.
15464
15465 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15466
15467         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15468
15469 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15470
15471         * mm-decode.el (mm-complicated-handles): New function reviving
15472         former definition of mm-multiple-handles.
15473
15474         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15475         (gnus-mime-delete-part): Use it.
15476
15477 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15478
15479         * gnus-agent.el (gnus-agent-read-local): Bind
15480         nnheader-file-coding-system to gnus-agent-file-coding-system to
15481         avoid the implicit assumption that they will always be equal.
15482         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15483         coding-system-for-write, as the with-temp-file macro first prints
15484         to a buffer then saves the buffer.
15485
15486 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15487
15488         * gnus-art.el (gnus-article-edit-part): New function.
15489         (gnus-mime-save-part-and-strip): Use it; do query instead of
15490         signaling an error; don't use mm-multiple-handles.
15491         (gnus-mime-delete-part): Ditto.
15492
15493 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15494
15495         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15496         old file versions.
15497         (gnus-group-prepare-hook): Removed function that converted list
15498         form of gnus-agent-expire-days to group properties.
15499
15500         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15501         (gnus-request-accept-article): Re-indented.
15502
15503         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15504         converters to handle old agent file formats.  Added logic for a
15505         "backup before upgrading warning".
15506         (gnus-convert-mark-converter-prompt): Developers can mark
15507         functions as needing (default), or not needing,
15508         gnus-convert-old-newsrc's "backup before upgrading warning".
15509         (gnus-convert-converter-needs-prompt): Tests whether the user
15510         should be protected from potentially irreversable changes by the
15511         function.
15512
15513         * legacy-gnus-agent.el: New.  Provides converters that are only
15514         loaded when gnus-convert-old-newsrc needs to call them.
15515
15516 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15517
15518         * mail-source.el (mail-source-touch-pop): Doc fix.
15519
15520         * message.el (message-smtpmail-send-it): Doc fix.
15521
15522 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15523
15524         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15525
15526         * nnmail.el (nnmail-split-fancy): do.
15527
15528         * gnus-kill.el (gnus-kill, gnus-execute): do.
15529
15530 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15531
15532         * gnus-sum.el (gnus-widget-reversible-match)
15533         (gnus-widget-reversible-to-internal)
15534         (gnus-widget-reversible-to-external): New functions.
15535         (gnus-widget-reversible): New widget.
15536         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15537
15538 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15539
15540         * gnus-sum.el (gnus-thread-sort-functions)
15541         (gnus-article-sort-functions): Document `(not F)' items.
15542
15543 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15544
15545         * spam.el (spam-use-gmane-xref): Add new backend.
15546         (spam-gmane-xref-spam-group): Add variable to control the name of the
15547         Gmane spam group.
15548         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15549         (spam-regex-headers-spam, spam-regex-headers-ham)
15550         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15551         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15552         backends and checks.
15553         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15554
15555         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15556         an autodetect method.
15557
15558 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15559
15560         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15561         articles are being added to a group.
15562         (gnus-request-replace-article): Inform the agent that articles
15563         need to be uncached as the cached contents are no longer valid.
15564
15565 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15566
15567         * binhex.el: Don't autoload executable-find.
15568
15569         * canlock.el: Don't autoload mail-fetch-field.
15570
15571         * dgnushack.el: Autoload c-mode for XEmacs.
15572
15573         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15574
15575         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15576         rmail-dont-reply-to and rmail-output.
15577
15578         * gnus-score.el: Don't autoload ffap-string-at-point.
15579
15580         * gnus-setup.el: Don't autoload sc-cite-original.
15581
15582         * imap.el: Don't autoload base64-decode-string,
15583         base64-encode-string and md5.
15584
15585         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15586         and rmail-msg-restore-non-pruned-header.
15587
15588         * mm-decode.el: Don't autoload executable-find.
15589
15590         * mm-url.el: Don't autoload executable-find.
15591
15592         * mm-view.el: Don't autoload diff-mode.
15593
15594         * nndb.el: Don't autoload news-reply-mode, news-setup,
15595         cancel-timer and telnet.
15596
15597         * password.el: Don't autoload run-at-time for Emacs.
15598
15599         * sha1-el.el: Don't autoload executable-find.
15600
15601         * sieve-mode.el: Don't autoload c-mode.
15602
15603         * uudecode.el: Don't autoload executable-find.
15604
15605 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15606
15607         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15608         (gnus-agent-possibly-alter-active): Avoid null in numeric
15609         comparison.
15610         (gnus-agent-set-local): Refuse to save null in local object table.
15611         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15612         list of articles that will be marked as unread.
15613
15614 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15615
15616         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15617
15618 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15619
15620         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15621         language tags.
15622
15623 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15624
15625         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15626         Don't bind "obarray".
15627
15628         * gnus-sum.el (gnus-thread-sort-functions): Added
15629         `gnus-thread-sort-by-most-recent-number' and
15630         `gnus-thread-sort-by-most-recent-date'.
15631         Reported by Kai Grossjohann <kai@emptydomain.de>.
15632
15633 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15634
15635         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15636
15637 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15638
15639         * gnus-cus.el (gnus-agent-customize-category): Removed
15640         ignore-errors macro reference that required cl to be loaded at
15641         run-time.
15642
15643         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15644         single-interval range of the form (min . max).  Previously the
15645         range had to look like ((min . max)).  Likewise, return
15646         (min . max) rather than ((min . max)).
15647         (gnus-range-map): Use gnus-range-normalize to accept
15648         single-interval range.
15649
15650         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15651         the cache, but not the agent, now appear with their usual face.
15652
15653         * dgnushack.el (loaddir): New variable that is bound to the
15654         directory containing the dgnushack.el file. Use loaddir, rather
15655         than srcdir, to update load-path. Change lets dgnushack compile
15656         code in directories other than GNUS/lisp.
15657
15658 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15659
15660         * lpath.el: Don't bind w3m-safe-url-regexp.
15661
15662         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15663         w3m-safe-url-regexp variable buffer-local.
15664
15665         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15666
15667 2004-02-27  Simon Josefsson  <jas@extundo.com>
15668
15669         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15670         gnus-group-real-prefix.
15671         (gnus-summary-move-article): Use it, instead of
15672         gnus-group-real-prefix.
15673
15674 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15675
15676         * lpath.el: Bind w3m-safe-url-regexp.
15677
15678         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15679         w3m-safe-url-regexp variable buffer-local and set it as the value
15680         of mm-w3m-safe-url-regexp.
15681
15682         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15683
15684         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15685         parsing gnus-posting-styles when the message is not for replying.
15686
15687         * dgnushack.el: Autoload sgml-mode for XEmacs.
15688
15689         * nnrss.el (nnrss-opml-export): Use
15690         mm-set-buffer-file-coding-system instead of
15691         set-buffer-file-coding-system.
15692
15693 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15694
15695         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15696         of checkdoc.el).
15697         * nnrss.el: do.
15698         * gnus-mlspl.el: do.
15699         * gnus-ml.el: do.
15700         * gnus-srvr.el: do.
15701
15702         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15703
15704 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15705
15706         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15707         Corrections to custom-manual links.
15708
15709         * gnus-art.el (gnus-article): Ditto.
15710
15711         * mm-decode.el (mime-display, mime-security): Ditto.
15712
15713 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15714
15715         * flow-fill.el: Typo.
15716
15717 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15718
15719         * spam-wash.el: New file.
15720
15721 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15722
15723         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15724
15725 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15726
15727         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15728         to be run with new-articles as LIST1, not LIST2.
15729         (spam-registration-functions): Add spam-use-ham-copy as a nil
15730         registration backend.
15731
15732 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15733
15734         * spam-stat.el (spam-stat-washing-hook): New option.
15735         (spam-stat-buffer-words): Use it.
15736         (spam-stat-process-directory, spam-stat-test-directory): Use
15737         insert-file-contents-literally.
15738         (spam-stat-coding-system): New variable.
15739         (spam-stat-load, spam-stat-save): Use it.
15740
15741 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15742
15743         * spam-report.el (spam-report-plug-agent): Quote
15744         spam-report-url-to-file and spam-report-url-ping-plain.
15745
15746 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15747
15748         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15749         / in mailto URLs.
15750
15751 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15752
15753         * spam-report.el (spam-report-process-queue): Fix interactive use.
15754         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15755         (spam-report-unplug-agent): Doc fixes.
15756         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15757         (spam-report-agentize, spam-report-deagentize): Autoload.
15758
15759 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15760
15761         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15762
15763         * message.el (message-setup-fill-variables): Add mml tags to
15764         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15765         <ajk@iu.edu>.
15766         (message-mode): Don't modify paragraph-separate there.
15767
15768 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15769
15770         * compface.el (uncompface-use-external): Default to undecided.
15771         (uncompface-use-external-threshold): New variable.
15772         (uncompface-float-time): New macro.
15773         (uncompface): Determine whether to use the external decoder if
15774         uncompface-use-external is undecided.
15775
15776 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15777
15778         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15779         after images.
15780
15781         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15782
15783 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15784
15785         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15786
15787         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15788
15789         * gnus-sum.el (gnus-summary-limit-to-age)
15790         (gnus-summary-limit-children): do.
15791
15792         * gnus-int.el (gnus-request-scan): do.
15793
15794         * gnus-group.el (gnus-group-suspend): do.
15795
15796         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15797
15798         * gnus-cite.el (gnus-cite-parse-attributions): do.
15799
15800         * gnus-agent.el (gnus-summary-set-agent-mark)
15801         (gnus-agent-regenerate-group): do.
15802
15803         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15804
15805         * binhex.el (binhex-decode-region-internal): do.
15806
15807 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15808
15809         * gnus-fun.el (gnus-face-properties-alist): New user option.
15810         (gnus-display-x-face-in-from): Use it.
15811
15812         * gnus-art.el (article-display-face): Ditto.
15813
15814         * compface.el (uncompface-use-external): Default to nil.
15815
15816 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15817
15818         * nntp.el (nntp-erase-buffer): New function.
15819         (nntp-retrieve-data, nntp-send-command)
15820         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15821         (nntp-possibly-change-group): Use it.
15822
15823         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15824         with-current-buffer.
15825
15826 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15827
15828         * compface.el: Merge the ELisp-based uncompface program.
15829         (compface): New customization group.
15830         (uncompface-use-external): New user option.
15831         (uncompface): Call uncompface-internal if uncompface-use-external
15832         is nil.
15833         (uncompface-internal): New function.  Note that there are also
15834         some other functions and variables added for this function.
15835
15836 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15837
15838         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15839         if necessary.
15840
15841 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15842
15843         * spam-report.el (spam-report-unplug-agent)
15844         (spam-report-plug-agent, spam-report-deagentize)
15845         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15846         Add support for the Agent in spam-report: when unplugged, report to a
15847         file; when plugged, submit all the requests.
15848
15849         * spam.el (spam-register-routine): Fix message about
15850         registration.
15851
15852 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15853
15854         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15855         dependencies.
15856         (rfc2047-encode): Use it.
15857
15858         * gnus-art.el (gnus-button-marker-list): Move before first
15859         reference.
15860
15861         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15862         (imap-parse-body): Fix format string mismatch.
15863
15864         * gnus-score.el (gnus-summary-increase-score): do.
15865
15866         * nnrss.el (nnrss-close): New function.
15867
15868 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15869
15870         * nnrss.el (nnrss-make-filename): New function.
15871         (nnrss-request-delete-group, nnrss-read-server-data)
15872         (nnrss-save-server-data, nnrss-read-group-data)
15873         (nnrss-save-group-data): Use it.
15874         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15875         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15876         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15877
15878 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15879
15880         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15881
15882 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15883
15884         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15885         files.
15886
15887         * message.el (message-generate-headers-first): Don't quote nil
15888         and t in docstrings.
15889
15890         * imap.el (imap-id): do.
15891
15892         * gnus-agent.el (gnus-agent-consider-all-articles)
15893         (gnus-agent-queue-mail): do.
15894
15895 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15896
15897         * spam-report.el (spam-report-process-queue): New function.
15898         Process requests from `spam-report-requests-file'.
15899         (spam-report-process-queue): Doc fix.
15900
15901 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15902
15903         * spam.el (spam-register-routine)
15904         (spam-log-processing-to-registry, spam-log-registered-p)
15905         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15906         Change "check" to "spam-check" for semi-clarity.
15907
15908 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15909
15910         * pop3.el: Require nnheader.
15911
15912         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15913
15914         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15915
15916         * gnus-picon.el: Require cl.
15917
15918         * gnus-fun.el: Require gnus-ems and gnus-util.
15919
15920         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15921
15922         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15923
15924         * gnus-art.el (gnus-article-edit-mode): Define before first
15925         reference.
15926
15927 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15928
15929         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15930         (gnus-uu-post-encoded): Use point-at-bol.
15931
15932         * gnus-topic.el (gnus-group-active-topic-p): do.
15933
15934         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15935
15936         * gnus-group.el (gnus-group-kill-region): do.
15937
15938         * gnus-art.el (article-date-ut): do.
15939
15940         * message.el (message-fetch-field): Remove redundant
15941         case-fold-search binding.
15942         (message-narrow-to-field): Simplify.
15943
15944 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15945
15946         * spam.el (spam-directory): Derive from `gnus-directory'.
15947
15948         * spam-report.el (spam-report-url-to-file)
15949         (spam-report-requests-file): New function and variable for offline
15950         reporting.
15951         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15952         and user defined function.
15953         (spam-report-url-ping-mm-url): Remove doubled slash.
15954
15955 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15956
15957         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15958
15959 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15960
15961         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15962         format string mismatch.
15963
15964         * sieve.el (sieve-deactivate-all): do.
15965
15966         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15967
15968         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15969
15970         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15971
15972         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15973
15974 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15975
15976         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15977         the list of checks.
15978
15979 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15980
15981         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15982         padding.
15983
15984 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15985
15986         * mm-view.el (mm-fill-flowed): New variable.
15987         (mm-inline-text): Use it.
15988
15989 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15990
15991         * spam.el (spam-spamassassin-register-ham-routine)
15992         (spam-spamassassin-register-spam-routine): Fix function names.
15993
15994 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15995
15996         * gnus.el (gnus-tmp-grouplens): Remove.
15997         (gnus-summary-line-format): Remove grouplens.
15998
15999         * gnus-group.el (gnus-group-line-format): Ditto.
16000
16001         * gnus-spec.el (gnus-format-specs): Ditto.
16002         (gnus-update-format-specifications): Flush the group format spec
16003         cache if there's the grouplens stuff.
16004         (gnus-parse-simple-format): Replace %l with the empty string.
16005
16006 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16007
16008         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16009         omission.
16010
16011 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16012
16013         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16014         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16015
16016 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16017
16018         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16019         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16020         New macros and functions.
16021         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16022         Handle > NLINK_MAX messages.
16023         * nnmaildir.el (nnmaildir-request-set-mark): Use
16024         nnmaildir--emlink-p and nnmaildir--eexist-p.
16025
16026 2004-01-25  Alex Schroeder  <alex@gnu.org>
16027
16028         * spam-stat.el (spam-stat-process-directory-age): New option.
16029         (spam-stat-process-directory): Use it.
16030
16031 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16032
16033         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16034         (spam-stat-save): Accept prefix argument.
16035
16036 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16037
16038         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16039         links" error.
16040
16041 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16042
16043         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16044         the rest of the and/or forms.
16045
16046 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16047
16048         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16049         compatibility with old .newsrc.eld files.
16050
16051         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16052
16053         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16054
16055         * gnus-start.el (gnus-1): do.
16056
16057         * gnus-group.el (gnus-group-line-format-alist): do.
16058
16059         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16060
16061         * gnus-gl.el: Remove.
16062
16063 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16064
16065         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16066         marks consisting of a single range {for example, (3 . 5)} rather
16067         than a list of a single range { ((3 . 5)) }.
16068
16069 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16070
16071         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16072         with-current-buffer.
16073         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16074         avoid consing a string.
16075
16076         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16077         Remove obsolete entries for big5 and gb2312.
16078
16079 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16080
16081         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16082         uncompressed list.
16083
16084 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16085
16086         * spam-stat.el (spam-stat-strip-xref): New function.
16087         (spam-stat-process-directory): Use it.
16088
16089         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16090         here -- it's done in message-fetch-field.
16091
16092 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16093
16094         * gnus-agent.el (gnus-agent-queue-mail)
16095         (gnus-agent-prompt-send-queue): New variables.
16096         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16097         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16098         "nndraft:queue" along to gnus-draft-send.  Use
16099         gnus-agent-prompt-send-queue.
16100         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16101         is "nndraft:queue".  Suggested by Gaute Strokkenes
16102         <gs234@srcf.ucam.org>
16103
16104         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16105         (agent-enable-undownloaded-faces): Added.
16106         (gnus-agent-cat-groups): Use eval-and-compile, not
16107         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16108         method of gnus-agent-cat-groups even when the buffer has been
16109         evaled.
16110         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16111         delete gnus-agent-save-active-1.
16112         (gnus-agent-save-groups): Deleted.  Identical to
16113         gnus-agent-save-active.
16114         (gnus-agent-write-active): No longer adjust agent's copy of active
16115         file as agent's adjustments are now stored in their own
16116         file.  Removed optional parameter.
16117         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16118         servers.  Add use of min/max range limits from server's local
16119         file.
16120         (gnus-agent-save-alist): Removed unused optional argument.
16121         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16122         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16123         (gnus-agent-set-local): A per-server file that keeps min/max range
16124         limits for articles known to the agent.  Provides a fast mechanism
16125         for altering many active ranges.
16126         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16127         active file (local makes it unnecessary).
16128         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16129
16130         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16131         (agent-enable-undownloaded-faces): Added.
16132
16133         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16134         disable it when sending to "nndraft:queue".
16135         (gnus-group-send-queue): Add safety check to avoid sending queue
16136         when unplugged.
16137
16138         * gnus-group.el (gnus-group-catchup): Use new
16139         gnus-sequence-of-unread-articles, not
16140         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16141         numbers of articles.  Use gnus-range-map to avoid having to
16142         uncompress the unread list.
16143         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16144         Fixed invalid ange-ftp reference.
16145
16146         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16147         (gnus-sorted-range-intersection): Intersection of two ranges
16148         without requiring that they first be uncompressed.
16149
16150         * gnus-start.el (gnus-activate-group): Unless blocked by the
16151         caller, possibly expand the active range to include both cached
16152         and agentized articles.
16153         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16154         multiple version-dependent converters.
16155         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16156         gnus-agent-save-active.
16157         (gnus-save-newsrc-file): Save dirty agent range limits.
16158
16159         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16160         gnus-agent-possibly-alter-active.
16161         (gnus-adjust-marked-articles): Faster handling of simple lists.
16162
16163 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16164
16165         * spam-stat.el (spam-stat-test-directory): New optional argument
16166         displays a list of files detected.  Suggested by Andrew Cohen
16167         <cohen@andy.bu.edu>.
16168         (spam-stat-buffer-words-with-scores): Don't narrow and change
16169         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16170
16171 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16172
16173         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16174         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16175         (spam-spamassassin-arguments)
16176         (spam-spamassassin-spam-flag-header)
16177         (spam-spamassassin-positive-spam-flag-header)
16178         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16179         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16180         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16181         (spam-list-of-processors, spam-list-of-checks)
16182         (spam-list-of-statistical-checks, spam-registration-functions)
16183         (spam-check-spamassassin-headers, spam-check-spamassassin)
16184         (spam-spamassassin-score)
16185         (spam-spamassassin-register-with-sa-learn)
16186         (spam-spamassassin-register-spam-routine)
16187         (spam-spamassassin-register-ham-routine)
16188         (spam-assassin-register-spam-routine)
16189         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16190         (spam-bogofilter-score): Fix to show article before scoring.
16191
16192 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16193
16194         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16195         default scoring function.
16196         (spam-generic-score): Call spam-spamassassin-score if
16197         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16198         spam-bogofilter-score otherwise.
16199
16200         * gnus.el (spam-process, spam-autodetect-methods): Add
16201         spamassassin and spamassassin-headers.
16202
16203 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16204
16205         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16206         Suppress unnecessary messages.
16207
16208 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16209
16210         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16211         make-hash-table.
16212
16213 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16214
16215         * canlock.el (base64-encode-string): Don't autoload it.
16216
16217 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16218
16219         * run-at-time.el: Remove useless (require 'itimer),
16220         eval-and-compile and (featurep 'xemacs).
16221
16222 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16223
16224         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16225         GROUP is a virtual group.
16226
16227 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16228
16229         * gnus.el: Autoload `message-y-or-n-p'.
16230
16231 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16232
16233         * pgg-parse.el: Remove unnecessary (require 'custom).
16234
16235         * pgg-def.el: do.
16236
16237         * nnmail.el: do.
16238
16239         * gnus-undo.el: do.
16240
16241         * gnus-picon.el: do.
16242
16243         * gnus-util.el: do.
16244
16245 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16246
16247         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16248
16249 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16250
16251         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16252         handle, as well as a list.
16253
16254         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16255         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16256         (mm-w3m-cid-retrieve): Simplify.
16257
16258 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16259
16260         * message.el (message-kill-to-signature): Allow prefix arg to
16261         specify number of lines to keep before signature.
16262
16263 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16264
16265         * message.el (message-kill-to-signature): Change docstring.
16266
16267 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16268
16269         * canlock.el: Always require sha1-el.
16270         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16271
16272         * message.el: Autoload sha1 only when compiling.
16273
16274         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16275         eudc-expand-inline for XEmacs.
16276
16277 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16278
16279         * message.el (message-canlock-generate): Require sha1-el.
16280
16281 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16282
16283         * message.el (message-expand-name): Silence the byte compiler.
16284
16285         * lpath.el: Add detect-coding-system.
16286
16287         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16288         cus-edit.
16289
16290 2004-01-13  Simon Josefsson  <jas@extundo.com>
16291
16292         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16293         Invoke gnus-score-mode.  Reported by
16294         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16295
16296         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16297         Jim Blandy <jimb@redhat.com> (tiny change).
16298
16299 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16300
16301         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16302
16303 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16304
16305         * spam.el (spam-get-article-as-string): Update to use
16306         gnus-request-article-this-buffer, much simpler.
16307         (spam-get-article-as-buffer): Remove.
16308
16309 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16310
16311         * message.el (message-expand-name): Use EUDC if the user uses that.
16312
16313 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16314
16315         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16316         character for the encoding to avoid consing a string.
16317
16318         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16319         unnecessarily.
16320
16321         * mm-util.el (mm-replace-chars-in-string): Remove.
16322
16323         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16324         of mm-replace-chars-in-string.
16325
16326 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16327
16328         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16329
16330         * mm-util.el (mm-subst-char-in-string): Support inplace.
16331
16332         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16333         a new string in every iteration.  Use shy groups.
16334
16335 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16336
16337         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16338         * gnus-soup.el (gnus-soup-group-brew):
16339         * gnus-msg.el (gnus-put-message):
16340         * gnus-move.el (gnus-group-move-group-to-server):
16341         * gnus-kill.el (gnus-batch-score):
16342         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16343         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16344         (gnus-group-update-group, gnus-group-read-group)
16345         (gnus-group-make-group, gnus-group-make-help-group)
16346         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16347         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16348         (gnus-group-sort-by-unread, gnus-group-catchup)
16349         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16350         (gnus-group-yank-group, gnus-group-set-info)
16351         (gnus-group-list-groups):
16352         * gnus.el (gnus-generate-new-group-name):
16353         * gnus-delay.el (gnus-delay-send-queue):
16354         * nnvirtual.el (nnvirtual-catchup-group):
16355         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16356         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16357         (gnus-group-prepare-topics, gnus-topic-check-topology):
16358         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16359         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16360         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16361         (gnus-group-make-articles-read):
16362         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16363         (gnus-group-change-level, gnus-kill-newsgroup)
16364         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16365         (gnus-get-unread-articles, gnus-make-articles-unread)
16366         (gnus-make-ascending-articles-unread): Use accessor
16367         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16368         to get group information for improved readability.
16369
16370
16371 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16372
16373         * gnus-art.el (article-decode-mime-words, article-babel)
16374         (gnus-article-highlight-signature, gnus-article-add-buttons)
16375         (gnus-signature-toggle): Use gnus-with-article-buffer.
16376
16377         * gnus-art.el (gnus-article-highlight-headers)
16378         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16379
16380         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16381         (gnus-article-set-globals, gnus-request-article-this-buffer)
16382         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16383         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16384         (gnus-mime-display-alternative): Use with-current-buffer.
16385
16386 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16387
16388         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16389         also under 80 char limit, and call gnus-error if needed.
16390         (spam-fetch-article-header): Fix - it was a
16391         buffer-local variable (gnus-newsgroup-data).
16392         (spam-find-spam): Use spam-generate-fake-headers, forget about
16393         spam-insert-fake-headers.
16394         (spam-insert-fake-headers): Remove.
16395
16396 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16397
16398         * deuglify.el (gnus-article-outlook-unwrap-lines)
16399         (gnus-outlook-rearrange-article)
16400         (gnus-outlook-repair-attribution-outlook)
16401         (gnus-outlook-repair-attribution-block)
16402         (gnus-outlook-repair-attribution-other): Remove redundant
16403         save-excursion.
16404
16405 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16406
16407         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16408         (spam-fetch-field-subject-fast)
16409         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16410         (spam-fetch-article-header): Add functions to deal with Gnus
16411         internals for fast retrieval of article header data.
16412         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16413
16414 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16415
16416         * pop3.el (pop3-md5): Remove.
16417         (pop3-apop): Replace pop3-md5 with md5.
16418
16419         * mm-bodies.el: base64 is always built-in.
16420
16421         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16422         with-current-buffer.
16423
16424 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16425
16426         * canlock.el (canlock-insert-header): Remove excessive grouping in
16427         regexp.
16428
16429         * gnus-sum.el (gnus-summary-read-document): Ditto.
16430
16431         * gnus-uu.el (gnus-uu-part-number): Ditto.
16432
16433         * html2text.el (html2text-remove-tags): Ditto.
16434         (html2text-format-tags): Ditto.
16435         (html2text-format-single-elements): Ditto.
16436
16437         * mml.el (mml-parse-1): Ditto.
16438
16439 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16440
16441         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16442
16443         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16444
16445         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16446
16447         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16448
16449 2003-11-15  Simon Josefsson  <jas@extundo.com>
16450
16451         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16452         (pgg-gpg-lookup-key): Use regexp match instead of
16453         split-string (split-string is different between emacs 21.2 and
16454         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16455
16456 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16457
16458         * gnus-art.el (gnus-mime-view-all-parts)
16459         (gnus-article-part-wrapper, gnus-article-view-part): Use
16460         with-current-buffer.
16461
16462 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16463
16464         * spam.el (spam-disable-spam-split-during-ham-respool)
16465         (spam-spamoracle-database, spam-cache-lookups)
16466         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16467         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16468         (spam-group-ham-marks, spam-group-spam-marks)
16469         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16470         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16471         also add spam-use-blackholes to the statistical checks.
16472         (spam-fetch-field-fast): Add interface to fetching fields, may
16473         become a macro.
16474         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16475         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16476         (spam-insert-fake-headers): Fake an article when needed.
16477         (spam-find-spam): Fake article when possible.
16478         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16479         (spam-check-bogofilter-headers): Use message-fetch-field instead
16480         of nnmail-fetch-field.
16481
16482 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16483
16484         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16485
16486 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16487
16488         * spam.el (spam-split): Do not require spam-use-CHECK to be
16489         enabled if that check is passed to spam-split explicitly; also
16490         fix so 'spam doesn't get converted to spam-split-group when
16491         spam-split-symbolic-return is t.
16492         (spam-find-spam): Find registrations of the article and use those
16493         instead of re-running spam-split to find the spam/ham
16494         classification of the article.
16495         (spam-log-processing-to-registry, spam-log-registered-p)
16496         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16497         Use gnus-error instead of gnus-message.
16498         (spam-log-registration-type): Add function to determine the
16499         classification of a message based on registry entries; will
16500         return nil if both 'spam and 'ham are found.
16501         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16502         a reasonably fast local cache without the loading errors.
16503         (spam-cache-lookups): Set to t by default.
16504         (spam-find-spam): Don't try to guess spam-cache-lookups.
16505         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16506         spam-caches entry.
16507         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16508         caching of whitelist/blacklist entries.
16509         (spam-check-whitelist, spam-check-blacklist): Invoke
16510         spam-from-listed-p with a type, not a cache variable.
16511         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16512
16513 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16514
16515         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16516
16517         * nnmail.el (nnmail-split-fancy): do.
16518
16519         * mml.el (mml-parse): do.
16520
16521         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16522         (gnus-score-adaptive): do.
16523
16524 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16525
16526         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16527         (gnus-mime-button-map): Don't set keymap parent.
16528         (gnus-button-ctan-directory-regexp): Use shy grouping.
16529         (gnus-prev-page-map): Don't set keymap parent.
16530         (gnus-prev-page-map): Remove duplicated one.
16531         (gnus-next-page-map): Don't set keymap parent.
16532         (gnus-mime-security-button-map): Ditto.
16533
16534         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16535         version number.
16536
16537         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16538
16539 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16540
16541         * canlock.el (canlock-sha1-function): Remove.
16542         (canlock-sha1-function-for-verify): Remove.
16543         (canlock-openssl-program): Remove.
16544         (canlock-openssl-args): Remove.
16545         (canlock-ignore-errors): Remove.
16546         (canlock-sha1-with-openssl): Remove.
16547         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16548         (canlock-verify): Don't use canlock-ignore-errors.
16549
16550         * sha1-el.el (sha1-string-external): Make it can return a string
16551         in binary form.
16552         (sha1-region-external): Ditto.
16553         (sha1-string-internal): Ditto.
16554         (sha1-region-internal): Ditto.
16555         (sha1-region): Ditto.
16556         (sha1-string): Ditto.
16557         (sha1): Ditto.
16558
16559 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16560
16561         * spam.el (spam-report-articles-gmane): New command.
16562
16563 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16564
16565         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16566
16567         * run-at-time.el (run-at-time-saved): Remove.
16568         (run-at-time): Doc fix.
16569
16570 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16571
16572         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16573         (gnus-summary-limit-map): Add it.
16574         (gnus-summary-make-menu-bar): do.
16575
16576 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16577
16578         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16579         Make attempt at some caching support (done for BBDB only now).
16580         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16581         addresses to be checked.
16582         (spam-clear-cache-BBDB): Add function, to be invoked by
16583         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16584         (spam-check-BBDB): Check and use the caches, if
16585         spam-cache-lookups is on, remove superfluous (provide).
16586
16587 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16588
16589         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16590
16591 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16592
16593         * run-at-time.el (run-at-time-saved): Move to after the definition
16594         of `run-at-time'.
16595
16596         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16597
16598 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16599
16600         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16601         mm-w3m-local-map-property.
16602
16603         * mm-view.el (mm-w3m-mode-map): Remove.
16604         (mm-w3m-local-map-property): Remove.
16605         (mm-inline-text-html-render-with-w3m): Don't use
16606         mm-w3m-local-map-property.
16607
16608 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16609
16610         * run-at-time.el: New file.
16611
16612         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16613         under Emacs.
16614
16615         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16616         of gnus-set-text-properties.
16617
16618         * gnus-uu.el (gnus-uu-save-article): Ditto.
16619
16620         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16621
16622         * gnus-cite.el (gnus-cite-parse): Ditto.
16623
16624         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16625         of gnus-.
16626
16627         * gnus-xmas.el (run-at-time): Require run-at-time.
16628
16629         * gnus.el: Changed calls to nnheader-run-at-time and
16630         password-run-at-time throughout to use run-at-time directly.
16631
16632         * password.el: Removed definition of run-at-time.
16633
16634         * nnheaderxm.el: Remove definition of run-at-time.
16635
16636 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16637
16638         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16639         in prompt.
16640
16641 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16642
16643         * messagexmas.el (message-xmas-redefine): Alias
16644         `message-make-caesar-translation-table' to
16645         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16646         version.
16647
16648         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16649         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16650         `gnus-xmas-set-text-properties'.
16651         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16652         `gnus-xmas-completing-read'.
16653         (gnus-xmas-completing-read): Removed.
16654         (gnus-xmas-open-network-stream): Removed.
16655
16656         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16657         XEmacs version.
16658
16659         * dns.el (dns-make-network-process): Use `open-network-stream'
16660         instead of `gnus-xmas-open-network-stream'.
16661
16662         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16663
16664         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16665
16666 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16667
16668         * gnus-art.el (gnus-mime-display-alternative)
16669         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16670         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16671         Don't use gnus-local-map-property.
16672
16673         * gnus-util.el (gnus-local-map-property): Remove.
16674
16675         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16676         gnus-completing-read-maybe-default with completing-read.
16677
16678         * gnus-util.el (gnus-completing-read): do.
16679         (gnus-completing-read-maybe-default): Remove.
16680
16681 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16682
16683         * password.el: Only autoload `run-at-time' if not XEmacs.
16684         Only autoload the itimer functions if XEmacs.
16685
16686 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16687
16688         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16689         XEmacsen.
16690
16691         * dgnushack.el: Autoload executable-find for XEmacs.
16692
16693 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16694
16695         * gnus-art.el (gnus-read-string): Remove.
16696         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16697         read-string.
16698
16699 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16700
16701         * netrc.el: Autoload password-read.
16702         (netrc): Add configuration group.
16703         (netrc-encoding-method, netrc-openssl-path): Add
16704         variables for encoding and decoding of files with symmetric
16705         ciphers.
16706         (netrc-encode): Add assistant function to encode a file with
16707         netrc-encoding-method.
16708         (netrc-parse): Add interactive parameter, added optional
16709         decoding if netrc-encoding-method is non-nil but otherwise
16710         behavior is standard.
16711         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16712         Do s/encode/encrypt/ everywhere.
16713
16714         * spam.el: Remove executable-find autoload.
16715
16716 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16717
16718         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16719
16720         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16721
16722 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16723
16724         * gnus-art.el (gnus-treat-ansi-sequences)
16725         (article-treat-ansi-sequences): New variable and function.
16726         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16727
16728         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16729         Use it.
16730
16731 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16732
16733         * mm-util.el (mm-quote-arg): Remove.
16734
16735         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16736         shell-quote-argument.
16737
16738         * gnus-uu.el (gnus-uu-command): do.
16739
16740         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16741
16742         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16743         with make-char.
16744
16745         * mm-util.el (mm-make-char): Remove.
16746
16747         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16748         add-minor-mode.
16749
16750         * gnus-undo.el (gnus-undo-mode): do.
16751
16752         * gnus-topic.el (gnus-topic-mode): do.
16753
16754         * gnus-sum.el (gnus-dead-summary-mode): do.
16755
16756         * gnus-start.el (gnus-slave-mode): do.
16757
16758         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16759
16760         * gnus-ml.el (gnus-mailing-list-mode): do.
16761
16762         * gnus-gl.el (gnus-grouplens-mode): do.
16763
16764         * gnus-draft.el (gnus-draft-mode): do.
16765
16766         * gnus-dired.el (gnus-dired-mode): do.
16767
16768         * gnus-ems.el (gnus-add-minor-mode): Remove.
16769
16770         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16771         Replace gnus-char-width with char-width.
16772
16773         * gnus-ems.el (gnus-char-width): Remove.
16774
16775         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16776         Replace gnus-char-width with char-width.
16777
16778         * gnus-ems.el (gnus-char-width): Remove.
16779
16780         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16781         definition.
16782         Remove Emacs 20 hash table compatibility code.
16783
16784         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16785         20 compatibility code.
16786
16787         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16788
16789         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16790
16791         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16792         with point-at-{eol,bol}.
16793
16794         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16795
16796         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16797
16798         * flow-fill.el (fill-flowed-point-at-bol)
16799         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16800
16801         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16802         Replace with point-at-{eol,bol} throughout all files.
16803
16804 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16805
16806         * ntlm.el (ntlm-string-as-unibyte): New macro.
16807         (ntlm-build-auth-response): Use it.
16808
16809         Remove Emacs 20 stuff:
16810         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16811         (butlast, mapc, remove): Remove the compiler macros.
16812         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16813         of delq and copy-sequence.
16814         * gnus-art.el (popup-menu): Remove the compiler macro.
16815         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16816         Emacs 20.
16817
16818 2004-01-05  Simon Josefsson  <jas@extundo.com>
16819
16820         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16821         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16822         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16823         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16824         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16825         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16826         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16827         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16828         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16829         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16830         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16831         string-xor into ntlm-string-xor.  Suggested by
16832         Jesper Harder <harder@myrealbox.com>.
16833
16834         * ntlm.el: Don't include poem.
16835
16836         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16837         Jesper Harder <harder@myrealbox.com>.
16838
16839         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16840
16841         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16842         probably breaks emacs with DL patch, but do we care? Is anyone
16843         still using the DL stuff?)
16844
16845         * sieve-manage.el: Use the password package.
16846         (sieve-manage-read-passwd): Remove.
16847         (sieve-manage-interactive-login): Use password.  Re-add
16848         condition-case around loop.
16849
16850         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16851         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16852         the password package.
16853
16854 2003-02-19  Simon Josefsson  <jas@extundo.com>
16855
16856         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16857         token.
16858
16859 2002-08-07  Simon Josefsson  <jas@extundo.com>
16860
16861         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16862         (sieve-manage-authenticators):
16863         (sieve-manage-authenticator-alist): Add some SASL mechs.
16864         (sieve-sasl-auth): New function.
16865         (sieve-manage-cram-md5-auth):
16866         (sieve-manage-plain-auth): Rewrite using SASL library.
16867         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16868         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16869         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16870         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16871
16872 2004-01-05  Simon Josefsson  <jas@extundo.com>
16873
16874         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16875         New files.
16876
16877 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16878
16879         * gnus-group.el (gnus-no-groups-message): Update.
16880
16881         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16882
16883 2003-11-09  Simon Josefsson  <jas@extundo.com>
16884
16885         * imap.el: Support for ID IMAP extension (RFC 2971).
16886         (imap-local-variables): Add imap-id.
16887         (imap-id): New variable.
16888         (imap-id): New function.
16889         (imap-parse-response): Parse untagged ID response.
16890         * nnimap.el (nnimap-id): New variable.
16891         (nnimap-open-connection): Use it.
16892
16893 2003-12-28  Simon Josefsson  <jas@extundo.com>
16894
16895         * gnus-score.el (gnus-score-edit-all-score): New.
16896         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16897
16898 2004-01-04  Simon Josefsson  <jas@extundo.com>
16899
16900         * password.el: Add.
16901
16902 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16903
16904         * dns.el (dns-query-types): Fix typo.
16905         (dns-query-types): New function.
16906         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16907         PTR and SOA replies, see RFC 1035.
16908
16909 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16910
16911         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16912
16913         * Moved to Changelog.2.
16914
16915 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16916
16917         * gnus.el (gnus-version-number): Bump version.
16918
16919 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16920
16921         * gnus.el: No Gnus v0.1 is released.
16922
16923 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16924
16925         * gnus.el: No Gnus v0.0 is released.
16926
16927 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16928
16929         * gnus.el (gnus-version-number): Bump.
16930         (gnus-version): No.
16931
16932 See ChangeLog.2 for earlier changes.
16933
16934     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16935       Free Software Foundation, Inc.
16936
16937   This file is part of GNU Emacs.
16938
16939   GNU Emacs is free software: you can redistribute it and/or modify
16940   it under the terms of the GNU General Public License as published by
16941   the Free Software Foundation, either version 3 of the License, or
16942   (at your option) any later version.
16943
16944   GNU Emacs is distributed in the hope that it will be useful,
16945   but WITHOUT ANY WARRANTY; without even the implied warranty of
16946   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16947   GNU General Public License for more details.
16948
16949   You should have received a copy of the GNU General Public License
16950   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16951
16952 ;; Local Variables:
16953 ;; coding: utf-8
16954 ;; fill-column: 79
16955 ;; add-log-time-zone-rule: t
16956 ;; End: