Add more error reporting when nnimap fails early.
[gnus] / lisp / ChangeLog
1 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-open-connection): Add more error reporting when
4         nnimap fails early.
5
6         * nnheader.el (nnheader-get-report-string): New function.
7         (nnheader-get-report): Use it.
8
9         * gnus-int.el (gnus-check-server): Say what the error was when opening
10         failed.
11
12         * nnimap.el (nnimap-wait-for-response): Search further when we're not
13         using streaming.
14
15 2010-09-25  Julien Danjou  <julien@danjou.info>
16
17         * gnus-html.el (gnus-html-rescale-image): Use our defalias
18         gnus-window-inside-pixel-edges.
19
20 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21
22         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
23
24         * mm-decode.el (mm-save-part): Allow saving to other directories the
25         normal Emacs way.
26
27         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
28         by Jay Berkenbilt.
29
30         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
31         there isn't a single byte.
32
33         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
34         just do it.  It doesn't really seem to matter what the user responds
35         here, I think, so it's just a confusing question.
36
37         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
38         non-streaming case.
39
40         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
41         (gnus-article-encrypt-body): Use it.
42
43         * gnus-sum.el (gnus-summary-show-complete-article): New command and
44         keystroke.
45
46         * nnimap.el (nnimap-find-wanted-parts-1): Use
47         gnus-fetch-partial-articles.
48
49         * gnus-art.el (gnus-fetch-partial-articles): New variable.
50
51         * nnimap.el (nnimap-insert-partial-structure): New function.
52         (nnimap-get-partial-article): New function.
53         (nnimap-request-article): Use it.
54         (nnimap-wait-for-response): Return whether the wait was successful.
55         (nnimap-finish-retrieve-group-infos): Don't do anything if the
56         retrieval wasn't successful.
57         (nnimap-retrieve-group-data-early): Allow throttling servers.
58         (nnimap-streaming): New variable.
59         (nnimap-fetch-partial-articles): Removed.
60
61         * mm-decode.el (mm-with-part): Protect against killed buffers.
62
63         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
64         for prettier summary display.
65
66 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
67
68         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
69         directly.
70
71 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
72
73         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
74         apparently third-party libraries depend on it.
75
76         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
77         before starting negotiation.
78
79         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
80         privacy reasons.
81         (gnus-treat-mail-gravatar): Ditto.
82
83         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
84         buffer when inserting images.  Inserting text into the headers, for
85         instance, can make them invalid.
86
87 2010-09-25  Julien Danjou  <julien@danjou.info>
88
89         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
90         variables.
91
92         * nnheader.el: Remove useless variables news-reply-yank-from and
93         news-reply-yank-message-id.
94
95         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
96         variables.
97
98         * mml1991.el: Remove useless mml1991-verbose.
99
100         * gnus.el: Remove useless variable gnus-use-generic-from.
101         Remove obsolete variable gnus-topic-indentation.
102
103         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
104
105         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
106
107         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
108
109         * gnus-group.el: Remove useless gnus-group-icon-cache.
110         Remove useless gnus-ephemeral-group-server.
111
112         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
113
114         * mml2015.el: Remove useless mml2015-verbose.
115
116         * mml-smime.el: Remove useless mml-smime-verbose.
117
118         * gnus.el: Remove useless gnus-local-domain.
119
120         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
121         gnus-gravatar-size.
122
123         * gnus-art.el: Remove useless gnus-treat-translate.
124
125 2010-09-24  Julien Danjou  <julien@danjou.info>
126
127         * gnus-sum.el: Add support for Gravatars.
128
129         * gnus-art.el: Add support for Gravatars.
130
131         * gnus-gravatar.el: Add this file.
132
133         * gravatar.el: Add this file.
134
135 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
136
137         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
138
139         * gnus-group.el (gnus-group-fetch-faq): Removed.
140
141         * gnus.el (gnus-group-faq-directory): Removed.
142
143         * gnus-group.el (gnus-group-fetch-charter): Removed.
144
145         * gnus.el (gnus-group-charter-alist): Removed.
146
147         * gnus-group.el (gnus-group-archive-directory): Removed.
148         (gnus-group-recent-archive-directory): Ditto.
149         (gnus-group-make-archive-group): Removed.
150
151         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
152
153         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
154         use the same article number for all the cached articles.
155
156         * nnimap.el (nnimap-command): Register the last command time so
157         that we can use it for idling NOOPs.
158         (nnimap-open-connection): Start the keeplive timer.
159         (nnimap-make-process-buffer): Store all the process buffers.
160         (nnimap-keepalive): New function.
161
162         * starttls.el: (starttls-open-stream): Add autoload cookie.
163
164 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
165
166         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
167         handling.
168
169 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
170
171         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
172         its data structures.
173
174         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
175         instead of the cl.el copy-list.
176         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
177         equalp.
178
179 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
180
181         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
182         and tool-bar-local-item-from-menu.
183
184         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
185         mode-line-highlight face for Emacs.
186
187         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
188         loading gnus-sum.elc; fix comment for canlock-verify.
189         (gnus-article-jump-to-part): Use read-number.
190         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
191         Emacs pre-21 compatible code for help-echo.
192         (gnus-article-next-page-1): No need to adjust the number of lines.
193         (gnus-article-describe-bindings): Always use help-buffer.
194
195         * gnus-audio.el (gnus-audio-inline-sound)
196         * gnus-cus.el (gnus-custom-mode)
197         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
198
199         * gnus-sum.el (gnus-remove-overlays): Doc fix.
200
201         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
202         compatible code.
203
204 2010-09-24  Glenn Morris  <rgm@gnu.org>
205
206         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
207         visiting the fcc file in rmail-mode.
208
209         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
210
211 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
212
213         * nnir.el: Silence the byte compiler.
214
215         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
216         alias to browse-url-url-encode-chars if any.
217         (gnus-html-encode-url): Use it.
218
219 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
220
221         * gnus-start.el (gnus-use-backend-marks): New variable.
222         (gnus-get-unread-articles-in-group): Use it.
223
224         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
225         makeover.
226
227 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
228
229         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
230
231 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
232
233         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
234         Removed.
235         (gnus-setup-news-hook): Removed
236         gnus-fixup-nnimap-unread-after-getting-new-news.
237
238         * gnus-int.el (gnus-request-update-info): Protect against backends not
239         having the function.
240
241         * nnimap.el (nnimap-stream): Mention starttls.
242         (nnimap-open-connection): Add starttls support.
243
244 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
245
246         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
247
248 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
249
250         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
251         BODYSTRUCTUREs.
252         (nnimap-transform-headers): Unfold quoted {42} headers.
253
254         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
255         the info.
256         (gnus-get-unread-articles): Only call updatep on backends that support
257         it.
258
259         * nnweb.el (nnweb-request-update-info): NOOP.
260
261         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
262
263         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
264         since it only deals with marks.
265
266         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
267         gnus-request-marks, and make a new gnus-request-update-info.
268
269         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
270         the active instead of the high number, which is usually too low.
271
272 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
273
274         * netrc.el (netrc-parse): Remove encrypt.el mentions.
275         * encrypt.el: Removed.
276
277 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
278
279         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
280         server in symbolic form.
281
282         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
283         0.9.
284
285 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
286
287         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
288         (nnimap-update-info): Fix up code slightly.
289
290         * gnus-int.el (gnus-open-server): Add tracing for performance
291         debugging.
292
293         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
294         (gnus-group-insert-group-line): Pass the real group name so that it
295         gets the right data.
296
297         * gnus-start.el (gnus-get-unread-articles): Don't have
298         `gnus-get-unread-articles-in-group' update info, since that can be
299         really slow and doesn't seem to be needed?
300
301 2010-09-22  Dan Christensen  <jdc@uwo.ca>
302
303         * time-date.el (date-to-time): Try using parse-time-string first before
304         using the slower timezone-make-date-arpa-standard.
305
306 2010-09-22  Julien Danjou  <julien@danjou.info>
307
308         * gnus-group.el (gnus-group-insert-group-line): Call
309         gnus-group-highlight-line.
310         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
311         default hook list.
312         (gnus-group-update-eval-form): Add new function.
313         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
314         (gnus-group-get-icon): Use gnus-group-update-eval-form.
315
316 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
317
318         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
319         immediate, then expire all articles.
320         (nnimap-update-info): Fix off-by-one errors.
321         (nnimap-flags-to-marks): Would return no marks lists for group with no
322         flags.  Instead return the other data.
323
324 2010-09-22  Julien Danjou  <julien@danjou.info>
325
326         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
327         Only return an icon.
328         (gnus-group-insert-group-line): Compute icon to return.
329
330         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
331         variable.
332         (gnus-html-image-fetched): Only cache if
333         gnus-html-image-automatic-caching is set.
334         (gnus-html-image-fetched): Check for errors.
335
336 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
337
338         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
339         once per method on `g'.  This ensures that backends like nnfolder don't
340         open all their folders.
341
342         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
343         (nnimap-request-list): Nix out group in the correct buffer.
344         (nnimap-parse-flags): Implement by using `read' instead of
345         hand-parsing.
346         (nnimap-flags-to-marks): Pass on permanent-flags.
347         (nnimap-make-process-buffer): Record the server name.
348         (nnimap-parse-flags): Fix typo.
349         (nnimap-request-scan): Run split on the server in general, not just a
350         single group.
351
352         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
353         parameter, and propagate this downwards.
354
355         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
356         since EXAMINE changes it on the server.
357
358         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
359         this command might take a while.
360
361 2010-09-22  Julien Danjou  <julien@danjou.info>
362
363         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
364         harmful if you have 2 images side-by-side, they can't be properly
365         update on text deletion.  Using text-property is safer here.
366         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
367         data.
368
369 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
370
371         * nnimap.el (nnimap-expunge-inbox): Removed.
372         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
373         (nnimap-expunge): Flip default to t.
374
375         * gnus.el (gnus-method-to-server): Don't push things to the cache
376         unless it's unique.
377         (gnus-server-to-method): Ditto.
378
379 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
380
381         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
382
383 2010-09-22  Julien Danjou  <julien@danjou.info>
384
385         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
386         get the start of data.
387         (gnus-html-encode-url): Add this function to encode special chars in
388         URL.
389         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
390         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
391
392         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
393         default.
394         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
395
396         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
397         images alt-text.
398         (gnus-html-put-image): Put alt-text as help-echo.
399
400 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
401
402         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
403         * mm-util.el (mm-decompress-buffer)
404         * nnir.el (nnir-run-find-grep)
405         * pop3.el (pop3-list): Use 3rd arg of split-string.
406
407         * time-date.el (format-seconds): Comment fix.
408
409         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
410         and byte-optimize-form-code-walker.
411         (dgnushack-make-auto-load): Don't advise make-autoload.
412
413         * lpath.el: Remove Emacs 21 stuff.
414
415 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
416
417         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
418         outside the active range.  Suggested by Dan Christensen.
419
420         * gnus-start.el (gnus-get-unread-articles): Get the extended method
421         slightly later to avoid double-getting it.
422
423         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
424         previous patch.
425
426         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
427
428 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
429
430         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
431
432 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
433
434         * gnus-int.el (gnus-open-server): Give a better error message in the
435         "go offline" case.
436
437         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
438         marks for nnimap, which is seldom the right thing to do.
439
440         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
441         (gnus-same-method-different-name): New function.
442
443         * nnimap.el (parse-time): Require.
444
445         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
446         method in the presence of many similar methods.
447
448         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
449
450         * nnimap.el (nnimap-find-expired-articles): Don't refer to
451         nnml-inhibit-expiry.
452
453         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
454         find out whether methods are equal.
455
456         * nnimap.el (nnimap-find-expired-articles): New function.
457         (nnimap-process-expiry-targets): New function.
458         (nnimap-request-move-article): Request the article before looking at
459         what the Message-ID is.  Fix found by Andrew Cohen.
460         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
461
462         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
463         for oldness in addition to being a predicate.
464
465         * nnimap.el (nnimap-request-group): When we have zero articles, return
466         the right data to Gnus.
467         (nnimap-request-expire-articles): Only delete articles immediately if
468         the target is 'delete.
469
470         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
471         method, this would bug out.
472
473         * gnus-group.el (gnus-group-expunge-group): Renamed from
474         gnus-group-nnimap-expunge, and implemented as a normal interface
475         function.
476
477         * gnus-int.el (gnus-request-expunge-group): New function.
478
479         * nnimap.el (nnimap-request-create-group): Implement.
480         (nnimap-request-expunge-group): New function.
481
482 2010-09-21  Julien Danjou  <julien@danjou.info>
483
484         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
485         (gnus-html-cache-expired): Add new function.
486         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
487         wethever we should display image for fetch it.
488         Compute alt-text earlier to pass it to the fetching function too.
489         (gnus-html-schedule-image-fetching): Change function argument to only
490         get one image at a time, not a list.
491         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
492         cache.
493         (gnus-html-get-image-data): New function to retrieve image data from
494         cache.
495         (gnus-html-put-image): Change buffer argument to use image data rather
496         than file, and place image above region rather than inserting a new
497         one. Do not take alt-text as argument, since it's useless now: we place
498         the image above alt-text.
499         (gnus-html-prune-cache): Remove.
500         (gnus-html-show-images): Start to fetch image when we find one, do not
501         push into a temporary list.
502         (gnus-html-prefetch-images): Only fetch image if they have expired.
503         (gnus-html-browse-image): Fix, use 'gnus-image-url.
504         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
505
506 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
507
508         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
509
510 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
511
512         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
513         spec inser "*" if the group isn't active instead of 0.
514
515         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
516         opening the server.
517         (nnimap-request-delete-group): Implement group deletion.
518         (nnimap-transform-headers): Return the size of the entire message in
519         the Bytes header, not just the size of the first part.
520         (nnimap-request-move-article): When moving an article from nnimap,
521         request the article first so the accepting form has an article to
522         accept.  Reported by Dan Christensen.
523         (nnimap-command): Make sure that the error message doesn't error out.
524
525 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
526
527         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
528         we haven't requested anything.
529
530 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
531
532         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
533         "".  Fix found by Andrew Cohen.
534
535         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
536         instead of -encode-string.
537
538 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
539
540         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
541
542         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
543         by mm-subst-char-in-string.
544
545 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
546
547         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
548         waiting for the connection string.
549
550         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
551         arriving.
552
553         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
554         bogus characters.  This allows selecting certain Gmail groups.
555
556         * nnimap.el (nnimap-find-wanted-parts-1): New function.
557         (nnimap-fetch-partial-articles): New variable.
558         (nnimap-open-connection): When looking for credentials, also use the
559         nnimap-server-port.
560         (nnimap-request-article): Return the group/article number, so that Gnus
561         `^' works as expected.
562         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
563         them.
564
565         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
566         comments.
567         (gnus-methods-sloppily-equal): New function.
568         (gnus): When using the development version of Gnus, load the gnus-load
569         file.
570
571         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
572         `gnus-open-server' on each method before trying to scan them etc.  This
573         ensures that all the backend parameters are set correctly.
574
575         * nnimap.el (nnimap-authenticator): New variable.
576         (nnimap-open-connection): Allow anonymous login.
577         (nnimap-transform-headers): The chars header is called Chars not
578         Bytes.
579         (nnimap-wait-for-response): Don't infloop if the IMAP connection
580         drops.
581
582         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
583         patch, found by Knut Anders Hatlen.
584
585 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
586
587         * gnus-agent.el (gnus-agent-batch-confirmation)
588         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
589         to gnus-message.
590         * gnus-art.el (gnus-article-describe-briefly): Likewise.
591         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
592         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
593         * gnus-int.el (gnus-open-server): Likewise.
594         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
595         (gnus-score-check-syntax): Likewise.
596         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
597         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
598         Likewise.
599         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
600
601 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
602
603         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
604         calling conventions so that prefetch doesn't bug out.
605
606 2010-09-19  Julien Danjou  <julien@danjou.info>
607
608         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
609         rather than `subst-char-in-region' in order to be able to replace ASCII
610         char by UTF-8 ones.
611
612         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
613         than curl.
614         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
615         the right URL and ALT text on images.
616         (gnus-html-wash-tags): Fix tag case.
617         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
618         (gnus-article-html): Add -o display_ins_del=2 option.
619         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
620
621 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
622
623         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
624         the extra mail headers, which sometimes seem to happen for unknown
625         reasons.
626
627         * mail-parse.el (mail-header-encode-parameter): Define as
628         rfc2045-encode-string instead of as rfc2231-encode-string, since some
629         (or most, perhaps?) mail readers don't understand the latter, but do
630         understand the former.
631
632         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
633         to nil, so that no methods are automatically agentized.  I think this
634         is probably what most users want.
635
636         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
637         from url-retrieve, for instance about invalid URLs.
638
639         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
640         groups that have no articles.
641         (nnimap-request-article): Check that we really got an article when we
642         requested one.
643
644         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
645         doesn't exist.
646
647         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
648         nntp buffer so the agent can save it.
649         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
650         that CRLF doesn't get translated to \n.
651         (nnimap-open-connection): Don't make 'shell commands only send \n.
652
653 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
654
655         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
656         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
657         Update var name.
658         (nnml-generate-nov-file): Use dolist.
659         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
660         Use with-current-buffer.
661
662 2010-09-18  Julien Danjou  <julien@danjou.info>
663
664         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
665         parallel.
666
667 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
668
669         * nnimap.el (nnimap-update-info): When doing partial marks update, get
670         the range update right.
671         (nnimap-request-group): Don't make `M-g' bug out on group with no
672         marks.
673         (nnoo): Required, so that other packages can require nnimap.
674         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
675         command we're looking for.  This helps when the server sends more
676         responses after we've gotten everything we expected.
677         (nnimap): Add a `newlinep' field to keep track of end-of-line
678         conventions.
679         Don't send CRLF to things that don't want it.
680         (nnimap-request-accept-article): Ditto.
681
682 2010-09-18  Julien Danjou  <julien@danjou.info>
683
684         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
685         than curl to retrieve images.
686
687 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
688
689         * nnimap.el (nnimap-update-info): Extend the info so that we can set
690         the marks.
691         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
692         (nnimap-wait-for-connection): New function.
693         (nnimap-open-connection): If we have PREAUTH, don't query for login
694         credentials.
695         (nnimap-update-info): Fix off-by-one error when concatenating ranges
696         when doing a partial update.
697
698 2010-09-18  Julien Danjou  <julien@danjou.info>
699
700         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
701         tags.
702
703 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
704
705         * nnimap.el (nnimap-credentials): New function.
706         (nnimap-open-connection): Use the new function to look for credentials
707         also on the numeric equivalents of "imap" and "imaps".
708
709         * gnus-start.el (gnus-activate-group): Send the info to
710         gnus-request-group.
711
712         * nnimap.el (nnimap-request-group): Have the "check" version of the
713         function parse flags and update the info, so that a `M-g' get a total
714         resync of all flags from the group.
715
716         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
717         to allow backends to alter the info on group selection.  Also alter all
718         the backend -request-group functions to take the parameter.
719
720         * nnimap.el (nnimap-store-info): New function.
721         (nnimap-update-info): Store the info for later usage.
722         (nnimap-request-group): Use the stored info for the dont-check case, so
723         that we don't retrieve all marks when we enter a group.
724
725         * nnimap.el: Use deffoo instead of defun for interface functions.
726
727         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
728         update the group info.  This makes the nndraft groups, for instance, go
729         back to their old behaviour.
730
731         * gnus-sum.el (gnus-select-newsgroup): Indent.
732
733         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
734         in.
735         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
736         nothing.
737
738         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
739         from methods that are denied.
740
741         * gnus-int.el (gnus-method-denied-p): New function.
742
743         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
744         store the password instead of netrc.
745         (nnimap-open-connection): Don't error out when we can't make a
746         connections.
747
748         * auth-source.el (auth-source-create): In the password prompt, say what
749         we're querying for.  Also prompt for user name if that hasn't been
750         given.
751
752         * nnimap.el (nnimap-with-process-buffer): Removed.
753
754 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
755
756         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
757         method when we're reading from the agent.
758
759         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
760
761         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
762         that's probably most useful for users.
763
764         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
765         "failed" all the time.
766
767         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
768         ...)) with (with-current-buffer ... ).
769
770         * nntp.el (nntp-open-server): Return whether the open was successful or
771         not.
772
773         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
774         select an unread unseen article first.
775
776         * nnimap.el (nnimap-open-connection): If the user doesn't have a
777         /etc/services, supply some sensible port defaults.
778
779         * dgnushack.el: Define netrc-credentials.
780
781 2010-09-17  Julien Danjou  <julien@danjou.info>
782
783         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
784
785 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
786
787         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
788         doesn't have any parameters.
789
790 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
791
792         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
793         only upcased checks.
794
795         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
796
797         * nnimap.el (nnimap-open-shell-stream): New function.
798         (nnimap-open-connection): Use it.
799         (nnimap-transform-headers): Get the number of lines in each message.
800         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
801         number of lines.
802         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
803         problem.
804
805         * utf7.el (utf7-encode): Autoload.
806
807         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
808         to allow the mail splitting to not return a default group.  This is
809         useful for nnimap, which will leave unmatched mail in the inbox.
810
811         * nnimap.el: Rewritten.
812
813         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
814         nnimap usage.
815
816         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
817         if the move is internal, so that nnimap can do fast internal moves.
818
819         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
820         data.
821         (gnus-read-active-for-groups): Support finishing the early retrieval of
822         data.
823
824         * gnus-range.el (gnus-range-nconcat): New function.
825
826         * gnus-int.el (gnus-finish-retrieve-group-infos)
827         (gnus-retrieve-group-data-early): New functions.
828
829 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
830
831         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
832         (nnrss-retrieve-groups):
833         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
834         (pop3-quit): Use with-current-buffer.
835
836 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
837
838         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
839         instead of nnheader-accept-process-output.
840
841         * dgnushack.el (dgnushack-compile): Add comment.
842
843         * lpath.el: No need to fbind propertize for XEmacs 21.4.
844
845         * gnus-html.el (gnus-html-schedule-image-fetching)
846         (gnus-html-prefetch-images): Replace process-kill-without-query by
847         gnus-set-process-query-on-exit-flag.
848
849 2010-09-16  Romain Francoise  <romain@orebokech.com>
850
851         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
852
853 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
854
855         * gnus-registry.el (gnus-registry-install-shortcuts): The second
856         parameter to unintern is mandatory-ish in Emacs 24.
857
858         * gnus-html.el (gnus-html-schedule-image-fetching)
859         (gnus-html-prefetch-images): Check for curl before using it.
860
861         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
862         depend on curl, which isn't essential.
863
864         * imap.el: Revert back to version
865         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
866         seem problematic.
867
868 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
869
870         * gnus-registry.el (gnus-registry-install-shortcuts):
871         Explicitly pass `obarray' to `unintern' to avoid a warning.
872
873 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
874
875         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
876         change.
877
878         * nnrss.el (nnrss-request-list): Removed this function and related
879         functions, including the moreover stuff.
880
881 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
882
883         * nnrss.el (nnrss-retrieve-groups): New function.
884
885 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
886
887         * .dir-locals.el: Add no-byte-compile cookie.
888
889 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
890
891         * time-date.el (format-seconds): Comment fix.
892
893         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
894         for back end that doesn't support request-scan.
895
896 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
897
898         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
899         then do request scans from the backends.
900
901         * netrc.el (netrc-credentials): New conveniency function.
902
903         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
904         avoid running a hook per line, since this takes a lot of time,
905         profiling shows.
906         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
907         directly if gnus-visual-p is true.
908
909 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
910
911         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
912         groups; replace mapcar with dolist which is a bit faster; pass groups
913         info to gnus-read-active-file-1.
914         (gnus-read-active-file-1): Scan only specified groups if the new
915         optional arg `infos' is given.
916
917 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
918
919         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
920
921         * pop3.el (pop3-movemail): Removed.
922         (pop3-streaming-movemail): Renamed to pop3-movemail.
923
924         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
925         don't restrict end-tag searches to the end of the line.
926
927 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
928
929         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
930         articles of every unchecked group to t, which means unknown since the
931         server has never been opened.
932
933 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
934
935         * gnus-html.el (gnus-html-show-alt-text): New command.
936         (gnus-html-browse-image): Ditto.
937         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
938         to browse the image directly.
939         (gnus-html-wash-tags): Search for images first, so that <a><img> works
940         better.
941
942         * gnus-async.el (gnus-async-article-callback): Call
943         `gnus-html-prefetch-images' unconditionally.
944
945         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
946         before feeding URLs to curl.
947
948 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
949
950         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
951         internal images as deletable by `W D D'.
952
953         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
954         (gnus-async-article-callback): Fix typo.
955
956 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
957
958         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
959         current line to work around bugs in the output from w3m.
960
961         * gnus-async.el (gnus-async-article-callback): Always prefetch images
962         for groups that want that.
963
964         * nntp.el (nntp-wait-for-string): Supply a timeout for
965         accept-process-output to ensure progress.
966
967         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
968         level to get unread articles from, then use that for foreign groups,
969         too.
970
971         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
972         confuses the rest of the function.
973
974         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
975         for the methods that support -retrieve-groups, too.
976
977         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
978
979 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
980
981         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
982         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
983
984         * pop3.el: Require cl when compiling.
985         (pop3-number-of-responses): Search for "+OK", not "+OK ".
986
987 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
988
989         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
990         that aren't going to be activated.
991         (gnus-get-unread-articles): Fix up the last commit.
992
993         * gnus-html.el (gnus-article-html): Allow calling without specifying
994         the handle.  In that case, dissect the buffer first.
995
996         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
997
998         * nnimap.el (nnimap-open-connection): Revert the change that would look
999         into authinfo for imaps instead of imap.
1000
1001         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1002         say that you don't want to call gnus-request-group with don-check, but
1003         do check the reponse.  This is for virtual groups only.
1004         (gnus-get-unread-articles): Count the archive groups as secondary, so
1005         that they're activated the same way as before.
1006
1007         * imap.el (imap-message-map): Removed optional buffer parameter, since
1008         no callers use it.
1009         (imap-message-get): Ditto.
1010         (imap-message-put): Ditto.
1011         (imap-mailbox-map): Ditto.
1012         (imap-mailbox-put): Ditto.
1013         (imap-mailbox-get): Ditto.
1014         (imap-mailbox-get): Revert last change for this function.
1015
1016         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1017         case-insensitively.
1018         (nnimap-debug): Removed.
1019
1020         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1021         to use `imap-fetch' instead.  According to the comments, this should be
1022         safe, since all other IMAP clients use the 1:* syntax.
1023         (imap-enable-exchange-bug-workaround): Removed.
1024         (imap-debug): Removed -- doesn't seem very useful.
1025
1026         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1027         mail from a file, and the file doesn't exist.
1028
1029         * imap.el (imap-log): New convenience function used throughout instead
1030         of repeating the same code all over the place.
1031
1032         * pop3.el (pop3-streaming-movemail): Return t for success.
1033
1034         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1035         .authinfo if we're using ssl connection.
1036
1037         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1038         already have if we're in a main Gnus `g' run.
1039
1040         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1041
1042 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1043
1044         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1045
1046         * nnmh.el (nnmh-request-list-1): Bind `file'.
1047
1048         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1049         alias to set-process-query-on-exit-flag or process-kill-without-query.
1050         (pop3-open-server): Use it.
1051
1052 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1053
1054         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1055         box to the Incoming file.  Fixes mistake in previous checkin.
1056
1057         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1058         request loop (for debugging purposes) removed.
1059
1060         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1061         culprit is more visible.
1062         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1063         (nnml-add-incremental-nov): New functions to do "incremental" nov
1064         updates, where we just append to the end of the existing nov files
1065         without reading/writing them in full.
1066
1067         * mail-source.el (mail-source-delete-crash-box): Really only check the
1068         incoming files once in a while.
1069
1070         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1071
1072         * mail-source.el (mail-source-delete-crash-box): Only check the
1073         incoming files for deletion once per day to save a lot of file
1074         accesses.
1075
1076         * pop3.el (pop3-logon): Fix up unbound variable typo.
1077
1078         * mail-source.el (pop3-streaming-movemail): Autoload.
1079
1080         * pop3.el (pop3-streaming-movemail): Respect
1081         pop3-leave-mail-on-server.
1082
1083         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1084         retrieval.
1085
1086         * pop3.el (pop3-process-filter): Removed unused function.
1087         (pop3-streaming-movemail, pop3-send-streaming-command)
1088         (pop3-wait-for-messages, pop3-write-to-file)
1089         (pop3-number-of-responses): New functions for streaming pop3
1090         retrieval.
1091
1092         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1093         come from no known methods.
1094         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1095         list.
1096
1097         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1098         message sizes.
1099         (pop3-movemail): Use erase-buffer instead of looping and deleting
1100         regions, which seems rather odd.
1101
1102         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1103         file once per `g' run.
1104
1105         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1106         directories.  This makes the draft queue directory work.
1107
1108         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1109         data from the backends, so that we only request the list of groups from
1110         each method once.  This should speed things up considerably.
1111
1112         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1113         detect that it's not implemented.
1114
1115         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1116         we actually do recurse down into the tree, but don't stat all leaf
1117         nodes.
1118
1119         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1120         then say so instead of bugging out.
1121
1122         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1123         files exist before trying to read them.
1124
1125         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1126         around <pre_int>.
1127
1128         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1129
1130         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1131
1132 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1133
1134         * mm-util.el (mm-image-load-path): Just return the image directories,
1135         not all directories in the path in addition to the image directories.
1136         (mm-image-load-path): Maintain a cache of the image directories so that
1137         the `g' command in Gnus doesn't have to stat dozens of directories each
1138         time.
1139
1140         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1141         (gnus-html-wash-tags): Add a new `i' command to insert images.
1142         (gnus-html-insert-image): New command and keystroke.
1143         (gnus-html-redisplay-with-images): New command and keystroke.
1144         (gnus-html-show-images): Renamed command.
1145         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1146         spacers.
1147         (gnus-html-wash-tags): Decode entities at the end, so that entities
1148         inside the tags don't mess up the rest of the "parsing".
1149
1150         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1151         so that nnimap methods aren't agentized by default.  There's apparently
1152         many problems related to agent/imap behaviour.
1153
1154         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1155
1156         * gnus-html.el: Doc fix.
1157
1158 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1159
1160         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1161         specifier-spec-list for Emacs 21.
1162
1163         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1164         glyph-width and glyph-height instead of display-graphic-p and
1165         image-size; make avoidance of displaying small images work for XEmacs.
1166
1167         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1168         for XEmacs.
1169
1170         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1171         of symbol that holds plist data.
1172         (gnus-process-plist): Remove plist of process after getting it.
1173
1174 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1175
1176         * message.el (message-generate-hashcash): Change default to
1177         'opportunistic if hashcash is installed.
1178
1179         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1180         (gnus-html-put-image): Only call image-size once, since it's somewhat
1181         time-consuming on remote X servers.
1182
1183 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1184
1185         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1186         type on data, not a file name.
1187
1188         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1189         window-pixel-edges for Emacs 21.
1190
1191         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1192         decoded contents.
1193         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1194
1195 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1196
1197         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1198         group line format, since it isn't very interesting.
1199
1200         * gnus-agent.el (gnus-agent-short-article),
1201         (gnus-agent-long-article): Increase values for these two variables,
1202         since most people are likely to have more network connection and
1203         storage than before.
1204
1205         * gnus.el (gnus-refer-article-method): Change default to 'current.
1206         When referring an article, the common behaviour is to refer it from the
1207         current select method, not the native select method.  The chances of
1208         the native select method having the message in question is rather slim
1209         these days.
1210
1211         * gnus-sum.el (gnus-auto-select-subject): Change default to
1212         `unseen-or-unread'.  I think it's likely that most people want to
1213         select an unseen article over a previously seen, but unread one.
1214
1215         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1216         means that in the article buffer none of the minor mode elements will
1217         be shown, usually, and this is not desirable in most cases.
1218
1219         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1220         that commands like `d' (and the like) go to the next line in the
1221         buffer, instead of the next unread article.  I think this is the
1222         behaviour that is most natural for most users.
1223         (gnus-single-article-buffer): Change default to nil, so that people can
1224         have as many article buffers open as they have summary buffer.  I think
1225         this is the most natural way for the groups to behave.
1226
1227         * message.el (message-generate-new-buffers): Change default to
1228         `unsent', so that all new message buffers start their names with the
1229         string "*unsent", and it's easier to find the buffers if you move from
1230         them.
1231
1232 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1233
1234         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1235         small.  They're probably tracking images.
1236         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1237         (gnus-html-rescale-image): Yet another try at getting the image sizing
1238         right.
1239
1240         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1241         nntp-marks-file-name is nil.
1242
1243 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1244
1245         * gnus-html.el (gnus-html-wash-tags)
1246         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1247         Better logging.
1248
1249 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1250
1251         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1252
1253         * gnus-html.el (gnus-html-wash-tags): Check the value of
1254         gnus-blocked-images in the summary buffer.
1255
1256 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1257
1258         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1259
1260 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1261
1262         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1263         like "a", it seems like.
1264         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1265         since it needs to be picked from the correct buffer.
1266
1267         * nnwfm.el: Removed.
1268
1269         * nnlistserv.el: Removed.
1270
1271 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1272
1273         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1274         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1275
1276 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1277
1278         * nnkiboze.el: Removed.
1279
1280         * nndb.el: Removed.
1281
1282         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1283         alt text.
1284         (gnus-html-rescale-image): Try to get the rescaling logic right for
1285         images that are just wide and not tall.
1286
1287         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1288         overshadow variable bindings.
1289
1290 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1291
1292         * gnus-html.el (gnus-html-wash-tags)
1293         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1294         extra logging.
1295
1296 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1297
1298         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1299         (gnus-max-image-proportion): New variable.
1300         (gnus-html-rescale-image): New function.
1301         (gnus-html-put-image): Rescale images.
1302
1303 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1304
1305         Fix up some byte-compiler warnings.
1306         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1307         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1308         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1309         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1310         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1311         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1312         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1313
1314 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1315
1316         * gnus-html.el (gnus-article-html): Decode contents by charset.
1317
1318 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1319
1320         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1321         (gnus-html-frame-width, gnus-blocked-images)
1322         * message.el (message-prune-recipient-rules): Add custom version.
1323         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1324
1325         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1326         functions.
1327
1328         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1329         gnus-process-get.
1330
1331 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1332
1333         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1334         instead of lsub directly.
1335
1336 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1337
1338         * nnwarchive.el: Removed.
1339
1340         * gnus-soup.el: Removed.
1341
1342         * nnsoup.el: Removed.
1343
1344         * nnultimate.el: Removed.
1345
1346         * gnus-html.el (gnus-blocked-images): New variable.
1347
1348         * message.el (message-prune-recipients): New function.
1349         (message-prune-recipient-rules): New variable.
1350
1351         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1352         guess whether a long line is natural text or not.
1353
1354         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1355         gnus-process-plist and friends for compatibility.
1356
1357 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1358
1359         * gnus-html.el: Require packages that define macros used in this file.
1360         (gnus-article-mouse-face): Declare to silence byte-compiler.
1361         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1362         process-get.
1363         (gnus-html-put-image): Use plist-get to avoid getf.
1364         (gnus-html-prefetch-images): Use with-current-buffer.
1365
1366 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1367
1368         * gnus-ems.el: Provide compatibility functions for
1369         gnus-set-process-plist.
1370
1371         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1372         header-line-format for XEmacs 21.4.
1373
1374         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1375         * gnus.el (gnus-valid-select-methods)
1376         * message.el (message-send-mail-partially-limit)
1377         * mm-decode.el (mm-text-html-renderer)
1378         * mml.el (mml-insert-mime-headers-always)
1379         * smiley.el (smiley-regexp-alist): Bump custom version.
1380
1381 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1382
1383         * gnus-html.el: require mm-url.
1384         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1385         with the url to `url'.
1386         (gnus-html-wash-tags): Support cid: URLs/images.
1387
1388 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1389
1390         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1391         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1392         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1393
1394         * gnus-move.el: Removed file, since it doesn't really work.
1395
1396         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1397         UTF-8.  This seems to fix problems with some German web feeds.
1398
1399         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1400         at the top so that the proper colours are applied.
1401
1402         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1403         don't have dots in their names.
1404
1405         * gnus-art.el (gnus-article-view-part): Doc fix.
1406
1407         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1408         XEmacs-compatible.
1409         (gnus-html-put-image): Don't do images on non-graphic displays.
1410
1411         * nnslashdot.el: Removed this unused backend.
1412
1413         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1414         actions.
1415         (gnus-undo-register-1): Revert last change.
1416
1417         * gnus-group.el (gnus-group-completing-read): Protect against not
1418         having completion-styles bound.
1419
1420         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1421         make broken recipients happier.
1422
1423         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1424
1425         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1426         point parameter.
1427
1428         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1429
1430         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1431         completion-styles for group selection.
1432
1433 2009-02-04  Andreas Schwab  <schwab@suse.de>
1434
1435         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1436         headers and regexp-quote the match if necessary.
1437
1438 2009-03-24  Miles Bader  <miles@gnu.org>
1439
1440         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1441         the blinking smiley.
1442
1443 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1444
1445         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1446         blink smiley.
1447
1448 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1449
1450         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1451         where the dribbel file lives exists.
1452
1453         * message.el (message-send-mail-partially-limit): Change the default to
1454         nil, since most people don't want this.
1455
1456         * mm-url.el (mm-url-decode-entities): Also decode entities like
1457         &#x3212.
1458
1459 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1460
1461         * gnus-sum.el (gnus-summary-idna-message):
1462         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1463         Hyperlink urls in docstrings with URL `...'.
1464
1465 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1466
1467         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1468         functions.
1469
1470 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1471
1472         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1473         say what the mouseover text should be.
1474
1475         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1476         version of the mm-w3m-safe-url-regexp variable to only download images
1477         in the groups where we want that to happen.
1478
1479         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1480
1481         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1482         easier debugging.
1483         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1484         big pictures in the article buffer.
1485
1486         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1487         gnus-article-html.
1488         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1489         w3m.
1490
1491         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1492
1493 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1494
1495         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1496         which doesn't exist.
1497
1498         * message.el (message-inhibit-ecomplete): New variable to allow some
1499         function to inhibit ecomplete address storage.
1500         (message-resend): Disable ecomplete message storage when resending
1501         messages.
1502
1503         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1504
1505 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1506
1507         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1508         Save excursion while copying, moving, and deleting articles in order to
1509         prevent the cursor from jumping to unforeseen place.
1510
1511 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1512
1513         * lpath.el: No need to bind bookmark-current-buffer,
1514         bookmark-yank-point and bookmark-make-record-function.
1515
1516 2010-08-17  Glenn Morris  <rgm@gnu.org>
1517
1518         * gnus-sync.el: Require gnus components whose functions are used.
1519
1520         * gnus-art.el (bookmark-make-record-function):
1521         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1522         Declare for compiler.
1523
1524         * mm-url.el (mml-compute-boundary): Autoload.
1525
1526 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1527
1528         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1529
1530 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1531
1532         Typo fix "hoo4a" -> "hook".
1533
1534         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1535
1536 2010-08-14  Glenn Morris  <rgm@gnu.org>
1537
1538         * gnus-sync.el (gnus-sync): Fix defgroup version.
1539
1540 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1541
1542         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1543
1544         * gnus-sync.el: Fix docs.
1545         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1546         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1547
1548 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1549
1550         Optimizations for gnus-sync.el.
1551
1552         * gnus-sync.el: Add docs about gnus-sync-backend
1553         possibilities.
1554         (gnus-sync-save): Remove unnecessary message.
1555         (gnus-sync-read): Optimize and show what groups were skipped.
1556
1557 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1558
1559         Minor bug fixes for gnus-sync.el.
1560
1561         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1562         read the sync on get-new-news.
1563
1564         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1565         quiet.
1566
1567         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1568
1569 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1570
1571         Make saving and restoring of hidden threads work with overlays.
1572         Patch applied by Ted Zlatanov.
1573
1574         * gnus-sum.el (gnus-hidden-threads-configuration)
1575         (gnus-restore-hidden-threads-configuration): Update to deal with text
1576         properties, rather than searching for a magic character.
1577
1578 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1579
1580         New gnus-sync.el library for synchronization of marks.
1581
1582         * gnus-sync.el: New library for synchronization of marks.
1583
1584         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1585         renamed from `gnus-registry-grep-in-list'.
1586
1587         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1588
1589         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1590
1591 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1592
1593         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1594         determining charset of text fails.
1595
1596 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1597
1598         * nnmail.el (nnmail-get-new-mail-1): Revert.
1599
1600         * nnml.el (nnml-active-number): Make sure names of newly created groups
1601         in nnml-group-alist are encoded.
1602
1603 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1604
1605         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1606         containing non-ASCII characters in active file for nnml back end.
1607
1608 2010-07-24  David Engster  <dengste@eml.cc>
1609
1610         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1611         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1612
1613 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1614
1615         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1616         tag (Bug#6654).
1617
1618 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1619
1620         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1621         the article buffer, not the summary buffer.
1622
1623 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1624
1625         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1626         Emacs 23 as well.
1627
1628 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1629
1630         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1631         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1632
1633 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1634
1635         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1636         Patch applied by Karl Fogel.
1637
1638         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1639         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1640
1641 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1642
1643         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1644         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1645         C-w still not working correctly from Article buffers; Thierry's
1646         patch to fix that will be applied after this.
1647
1648         * gnus-art.el (bookmark-make-record-function): New local variable.
1649
1650         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1651         article buffer.
1652         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1653
1654 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1655
1656         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1657         on changes in bookmark.el.
1658
1659 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1660
1661         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1662         `no-log' instead of message not to log prompt string.
1663
1664 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1665
1666         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1667         the *other* type of HTML form submission.
1668
1669 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1670
1671         * auth-source.el (auth-source-pick): If choice does not contain a
1672         questioned keyword, set the check to t.
1673
1674 2010-06-12  Romain Francoise  <romain@orebokech.com>
1675
1676         * gnus-util.el (gnus-date-get-time): Move up before first use.
1677
1678 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1679
1680         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1681         (gnus-article-edit-part): Bind it to make last part that is substituted
1682         or deleted visible.
1683         (gnus-mime-display-single): Buttonize part of which id equals to
1684         gnus-mime-buttonized-part-id.
1685
1686 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1687
1688         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1689         (gnus-dd-mmm): Use gnus-date-get-time.
1690         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1691         simplify logic.
1692         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1693         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1694
1695 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1696
1697         * auth-source.el (top): Autoload `secrets-list-collections',
1698         `secrets-create-item', `secrets-delete-item'.
1699         (auth-sources): Fix tag string.
1700         (auth-get-source, auth-source-retrieve, auth-source-create)
1701         (auth-source-delete): New defuns.
1702         (auth-source-pick): Rewrite in order to avoid 2 passes.
1703         (auth-source-forget-user-or-password): New parameter USERNAME.
1704         (auth-source-user-or-password): New parameters CREATE-MISSING and
1705         DELETE-EXISTING.  Retrieve password interactively, if needed.
1706
1707 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1708
1709         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1710         deleting unused directories when gnus-expert-user is t.
1711
1712 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1713
1714         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1715         for each temp file when gnus-article-browse-delete-temp is ask.
1716
1717 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1718
1719         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1720         Lisp calls to delete-backward-char by calls to delete-char.
1721
1722 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1723
1724         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1725
1726 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1727
1728         * password-cache.el (password-cache-remove): Fix docstring.
1729
1730 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1731
1732         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1733         article unless decoding article to be saved.
1734
1735 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1736
1737         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1738         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1739         generated within the mm-with-unibyte-current-buffer macro.
1740
1741 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1742
1743         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1744         to nil when we're in a mml-preview buffer and no group is selected.
1745
1746 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1747
1748         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1749         when catching the `C-g'.  Reported by "Leo".
1750
1751 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1752
1753         * message.el (message-forward-make-body-plain)
1754         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1755         multibyte-string-p.
1756
1757         * lpath.el: Revert.
1758
1759 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1760
1761         * message.el (message-forward-make-body-mml): Assume original message
1762         is multibyte string; error on unibyte.
1763         (message-forward-make-body-plain): Ditto; don't add excessive newline
1764         in body end.
1765
1766         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1767
1768 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1769
1770         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1771         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1772
1773 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1774
1775         * mm-extern.el (mm-extern-url): Don't use
1776         mm-with-unibyte-current-buffer.
1777         (mm-extern-cache-contents): Use with-current-buffer instead of
1778         save-excursion + set-buffer.
1779
1780 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1781
1782         * mm-util.el (mm-emacs-mule): Remove.
1783
1784 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1785
1786         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1787         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1788         change.
1789
1790 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1791
1792         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1793         bind the default value of enable-multibyte-characters to nil.
1794
1795 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1796
1797         * message.el (message-forward-make-body-plain)
1798         (message-forward-make-body-mml):
1799         Don't use mm-with-unibyte-current-buffer.
1800
1801 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1802
1803         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1804
1805 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1806
1807         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1808         (Bug#5592).
1809
1810 2010-05-07  Julien Danjou  <julien@danjou.info>
1811
1812         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1813         it to mm-pipe-part.
1814
1815         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1816         it is given.
1817
1818 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1819
1820         * binhex.el (binhex-decode-region-internal)
1821         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1822         (dns-query)
1823         * nnweb.el (nnweb-gmane-search)
1824         * pgg-parse.el (pgg-parse-armor)
1825         * pgg.el (pgg-verify-region)
1826         * sha1.el (sha1-string-external)
1827         * uudecode.el (uudecode-decode-region-internal)
1828         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1829         XEmacs.
1830
1831         * gnus-art.el (gnus-article-browse-html-parts)
1832         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1833         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1834         make-temp-file.
1835
1836         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1837         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1838         compiling.
1839
1840         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1841         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1842         XEmacs when compiling.
1843
1844         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1845         gnus-pick-mode-off-hook for XEmacs when compiling.
1846         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1847         gnus-binary-mode-off-hook for XEmacs when compiling.
1848
1849         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1850         nil if char-charset is not available.
1851
1852         * imap.el (imap-disable-multibyte)
1853         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1854         macros.
1855
1856         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1857         instead of encode-coding-string.
1858
1859         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1860         'xemacs) instead of mm-emacs-mule to switch function definitions.
1861         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1862
1863         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1864         bind temporary-file-directory for XEmacs;
1865         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1866         timer-set-function for XEmacs 21.4 and SXEmacs;
1867         bind timer-list for XEmacs 21.4 and SXEmacs;
1868         fbind char-charset and find-charset-region for non-Mule XEmacs;
1869         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1870         encode-coding-region and encode-coding-string for XEmacs having no
1871         file-coding feature.
1872
1873 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1874
1875         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1876
1877 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1878
1879         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1880         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1881
1882 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1883
1884         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1885         alias `jka-compr-delete-temp-file' no longer exists.
1886
1887 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1888
1889         Use define-minor-mode in Gnus where applicable.
1890         * mml.el (mml-mode): Use define-minor-mode.
1891         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1892         (gnus-undo-mode): Use define-minor-mode.
1893         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1894         (gnus-dead-summary-mode): Use define-minor-mode.
1895         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1896         Initialize in declaration.
1897         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1898         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1899         (gnus-mailing-list-mode): Use define-minor-mode.
1900         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1901         (gnus-draft-mode): Use define-minor-mode.
1902         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1903         (gnus-dired-mode): Use define-minor-mode.
1904
1905 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1906
1907         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1908         handles on recursive mml-to-mime translation and check them for
1909         boundary delimiter collisions.  Reported by Greg Troxel.
1910
1911 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1912
1913         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1914
1915 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1916
1917         * mm-util.el (mm-find-buffer-file-coding-system):
1918         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1919
1920 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1921
1922         * message.el (message-generate-headers): Record insertion of optional
1923         headers as well.  Otherwise the check to prevent repeated insertion of
1924         optional headers is a no-op.
1925
1926 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1927
1928         * smime.el: Don't mention CVS.
1929
1930         * nnrss.el (nnrss-fetch): Don't mention CVS.
1931
1932         * nnir.el: Don't mention CVS.
1933
1934 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1935
1936         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1937
1938 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1939
1940         * lpath.el: Fbind bookmark-default-handler,
1941         bookmark-get-bookmark-record, bookmark-make-record-default,
1942         bookmark-prop-get for Emacs <23 and XEmacs.
1943
1944 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1945
1946         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1947         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1948         Use with-current-buffer to silence the byte-compiler.
1949         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1950         bother to require `gnus'.
1951         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1952
1953 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1954
1955         * gnus-sum.el (gnus-summary-bookmark-make-record)
1956         (gnus-summary-bookmark-jump): New functions.
1957         (gnus-summary-mode): Setup bookmark support.
1958
1959 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1960
1961         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1962         if set.
1963
1964 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1965
1966         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1967         gnus-article-browse-html-save-cid-image; make it work recursively for
1968         forwarded messages as well.
1969         (gnus-article-browse-html-parts): Work when prefix arg is given.
1970         (gnus-article-browse-html-article): Doc fix.
1971
1972 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1973
1974         * message.el (message-default-mail-headers):
1975         (message-default-headers): Carry the value mail-default-headers over
1976         into message-default-mail-headers, rather than message-default-headers.
1977
1978 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1979
1980         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1981         charset.
1982
1983         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1984         charset into the <meta> tag when the article is encoded to utf-8.
1985
1986 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1987
1988         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1989         directories as well.
1990         (gnus-article-browse-html-parts): Work for images that do not specify
1991         file names; delete temp directory when quitting; insert header at the
1992         right place; use file: scheme for image files.
1993
1994 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1995
1996         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1997         (gnus-article-browse-html-parts): Use it to make temporary cid image
1998         files in addition to html file so that browser may display them.
1999
2000 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2001
2002         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2003
2004 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2005
2006         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2007
2008 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2009
2010         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2011         about Secret Service API sources.  Improve Customize options.
2012         (auth-source-pick): Change to accept any number of search parameters.
2013         Implement fallbacks iteratively, not recursively.  Add scoring on the
2014         second pass and sort by score.  Call Secret Service API when needed.
2015         (auth-source-user-or-password): Use it.  Call Secret Service API
2016         directly when needed to get the user name and the password.
2017
2018 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2019
2020         * message.el (message-interactive): Doc fix.
2021         (message-qmail-inject-args): Reflow.
2022         (message-kill-to-signature): Fix typo in docstring.
2023
2024         * smiley.el (smiley-buffer): Fix typo in docstring.
2025
2026 2010-03-24  Glenn Morris  <rgm@gnu.org>
2027
2028         * mail-source.el (gnus-message): Declare.
2029         (mail-source-delete-old-incoming): Require gnus-util.
2030
2031 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2032
2033         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2034
2035         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2036
2037         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2038         password-cache's default if it is not bound.
2039         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2040         password-cache-expiry's default if it is not bound.
2041
2042         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2043         available in Emacs 21.
2044
2045         * lpath.el: Suppress compiler warnings for:
2046         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2047         XEmacs;
2048         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2049         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2050         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2051
2052 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2053
2054         * auth-source.el (auth-sources): Fix up definition so extra parameters
2055         are always inline.
2056
2057 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2058
2059         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2060         wasn't updated after mismatch.  Clear cached mailbox info correctly
2061         when uidvalidity changes.
2062         (nnimap-group-prefixed-name): New function to avoid some code
2063         duplication.
2064         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2065         (nnimap-request-group): Use it.
2066         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2067         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2068         with many imap folders.  This is done by caching the group status from
2069         the imap server persistently in a group parameter `imap-status'.  (This
2070         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2071         but not persistently, so every Gnus startup was still very slow.)
2072
2073 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2074
2075         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2076         delete the extra newline.  Otherwise editing of :string and :number
2077         types don't work.
2078
2079 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2080
2081         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2082         secrets.el dependency.
2083         (auth-sources): Add optional user name.  Add secrets.el configuration
2084         choice (unused right now).
2085
2086 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2087
2088         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2089         `gnus-registry-install-shortcuts' fill in the functions.
2090
2091         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2092         warnings.
2093         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2094         (gnus-registry-install-shortcuts): Populate and use it in a
2095         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2096
2097 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2098
2099         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2100         In-place substitutions for the group name encoding/decoding.
2101         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2102         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2103         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2104         (nnimap-update-unseen, nnimap-request-list)
2105         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2106         (nnimap-request-set-mark, nnimap-split-to-groups)
2107         (nnimap-split-articles, nnimap-request-newgroups)
2108         (nnimap-request-create-group, nnimap-request-accept-article)
2109         (nnimap-request-delete-group, nnimap-request-rename-group)
2110         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2111         `encoded-mbx' for consistency.
2112         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2113         variable `imap-current-mailbox'.
2114
2115         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2116         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2117
2118 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2119
2120         * pop3.el (pop3-display-message-size-flag): Display message size byte
2121         counts during POP3 download.
2122         (pop3-movemail): Use it.
2123         (pop3-list): Implement listing of available messages.
2124
2125 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2126
2127         * nnir.el (nnir-get-article-nov-override-function): New function to
2128         override the normal NOV retrieval.
2129         (nnir-retrieve-headers): Use it.
2130
2131 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2132
2133         * auth-source.el (netrc-machine-user-or-password): Autoload.
2134
2135 2010-03-19  Glenn Morris  <rgm@gnu.org>
2136
2137         Stop message.el from loading about 40 libraries it doesn't always need.
2138         The general approach is to autoload rather than require, and to
2139         require in the specific functions rather than the file.  (Bug#5642)
2140
2141         * gmm-utils.el: Don't require wid-edit.
2142         (widget-create-child-value, widget-convert, widget-default-get):
2143         Autoload.
2144
2145         * gnus-util.el: Don't require time-date, netrc.
2146         (message-fetch-field, gnus-group-name-decode): Declare rather than
2147         autoloading.
2148         (gnus-fetch-field): Require message.
2149         (gnus-decode-newsgroups): Require gnus-group.
2150
2151         * ietf-drums.el: Don't require time-date.
2152
2153         * message.el: Don't require hashcash, canlock, ecomplete.
2154         Do require mail-utils.  Require nnheader only when compiling.
2155         (smtpmail-default-smtp-server): Remove declaration.
2156         (message-send-mail-function): Check smtpmail-default-smtp-server
2157         is bound rather than requiring smtpmail.
2158         (message-auto-save-directory, message-insert-signature): Use
2159         expand-file-name rather than nnheader-concat.
2160         (nnheader-insert-file-contents): Autoload.
2161         (hashcash-wait-async): Declare.
2162         (message-send-mail): Only call gnus-setup-posting-charset if
2163         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2164         (message-send-mail-with-sendmail): Require sendmail.
2165         (canlock-password, canlock-password-for-verify): Declare.
2166         (message-canlock-password): Require canlock.
2167         (nnheader-get-report): Autoload.
2168         (gnus-setup-posting-charset): Declare.
2169         (message-send-news): Require gnus-msg.
2170         (message-make-references, message-make-in-reply-to): Use mail-header-id
2171         rather than the alias mail-header-message-id.
2172         (ecomplete-add-item, ecomplete-save): Declare.
2173         (message-put-addresses-in-ecomplete): Require ecomplete.
2174         (ecomplete-display-matches): Autoload.
2175
2176         * mm-decode.el: Don't require mailcap, gnus-util.
2177         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2178         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2179         Autoload.
2180         (mailcap-mime-extensions): Declare.
2181
2182         * mm-encode.el: Don't require mailcap.
2183         (mailcap-extension-to-mime): Autoload.
2184
2185         * mml-sec.el: Don't require password-cache.
2186
2187         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2188         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2189         (mml-minibuffer-read-type): Require mailcap.
2190         (mml-preview): Require gnus-msg.
2191
2192         * mml1991.el: Require password-cache.
2193         (password-cache-expiry): Remove declaration.
2194
2195         * mml2015.el: Require password-cache.
2196         (password-cache-expiry): Remove declaration.
2197
2198         * nneething.el (mailcap): Require mailcap.
2199
2200         * nnheader.el (declare-function): Add compatibility stub.
2201         (message-remove-header): Declare rather than autoload.
2202         (nnheader-replace-header): Require message.
2203
2204         * nnimap.el (declare-function): Add compatibility stub.
2205         (netrc-parse, netrc-machine-user-or-password): Declare.
2206         (nnimap-open-connection): Require netrc.
2207
2208         * nntp.el (declare-function): Add compatibility stub.
2209         (netrc-parse, netrc-machine, netrc-get): Declare.
2210         (nntp-send-authinfo): Require netrc.
2211
2212         * rfc2047.el: Don't require qp.
2213         (quoted-printable-encode-region, quoted-printable-decode-string):
2214         Autoload.
2215
2216         * sieve-mode.el: Don't require easymenu.
2217         (easy-menu-add-item): Autoload it.
2218
2219         * spam-stat.el (time-to-number-of-days): Autoload it.
2220
2221 2010-03-19  Glenn Morris  <rgm@gnu.org>
2222
2223         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2224
2225 2010-03-18  Glenn Morris  <rgm@gnu.org>
2226
2227         * hashcash.el (declare-function): Remove duplicate definition.
2228
2229 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2230
2231         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2232         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2233         value if any backslash escapes).
2234
2235 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2236
2237         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2238         if it is available.  (bug#5647)
2239
2240         * lpath.el: Suppress compiler warning for coding-system-from-name for
2241         Emacs 21 and XEmacs.
2242
2243 2010-03-14  Juri Linkov  <juri@jurta.org>
2244
2245         * hmac-def.el:
2246         * hmac-md5.el:
2247         * netrc.el: Fix keywords.
2248
2249 2010-02-26  Glenn Morris  <rgm@gnu.org>
2250
2251         * message.el (message-send-mail-function): Change the default, so that
2252         it inherits from a customized send-mail-function.  (Bug#5643)
2253
2254 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2255
2256         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2257         shell-command-to-string signals an error (bug#5299).
2258
2259 2010-02-24  Glenn Morris  <rgm@gnu.org>
2260
2261         * message.el (message-smtpmail-send-it)
2262         (message-send-mail-with-mailclient): Doc fixes.
2263
2264 2010-02-16  Glenn Morris  <rgm@gnu.org>
2265
2266         * message.el (message-default-mail-headers): Change the default value
2267         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2268
2269 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2270
2271         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2272         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2273
2274 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2275
2276         * time-date.el (date-to-time): Doc fix (Bug#5408).
2277
2278 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2279
2280         * message.el (message-mail): Just pass yank-action on to message-setup.
2281         (message-setup): Handle (FUN . ARGS) form of yank-action.
2282         (message-with-reply-buffer, message-widen-reply)
2283         (message-yank-original): Handle non-buffer values of
2284         message-reply-buffer (Bug#4080).
2285         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2286
2287 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2288
2289         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2290         Fix typo in docstring.
2291
2292 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2293
2294         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2295         response.
2296
2297 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2298
2299         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2300
2301         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2302
2303         * message.el (message-check-news-header-syntax): Protect against a
2304         string that `rfc822-addresses' returns when parsing fails.
2305
2306 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2307
2308         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2309         (gnus-previous-char-property-change): New functions.
2310
2311         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2312
2313 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2314
2315         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2316         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2317
2318 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2319
2320         * message.el (message-exchange-point-and-mark): Rework last change to
2321         avoid using optional arg of exchange-point-and-mark, for backward
2322         compatibility.
2323
2324 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2325
2326         * message.el (message-exchange-point-and-mark): Call
2327         exchange-point-and-mark with an argument rather than setting
2328         mark-active by hand (Bug#5175).
2329
2330 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2331
2332         * nntp.el (nntp-service-to-port): Work for service expressed with
2333         numeric string; replace [:digit:] with [0-9] for XEmacs.
2334
2335 2009-12-17  Glenn Morris  <rgm@gnu.org>
2336
2337         * gnus-group.el (gnus-bug-group-download-format-alist):
2338         Change emacs entry to debbugs.gnu.org.  Bump :version.
2339
2340 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2341
2342         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2343
2344 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2345
2346         * message.el (message-info): Explain why we use `Info-goto-node'.
2347
2348 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2349
2350         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2351
2352 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2353
2354         * message.el (message-completion-in-region): New compatibility function.
2355         (message-expand-group): Use it.
2356
2357 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2358
2359         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2360         with no unread article should be listed if the 2nd arg `predicate' is
2361         given.
2362
2363 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2364
2365         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2366
2367 2009-11-29  Juri Linkov  <juri@jurta.org>
2368
2369         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2370         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2371         on `gnus-recenter'. (Bug#4698, Bug#4981)
2372
2373 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2374
2375         * sha1.el (sha1-string-external): default-directory "/" in case
2376         otherwise non-existent.  process-connection-type pipe for touch of
2377         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2378
2379 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2380
2381         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2382         it's comms related and sgml-mode.el has "comm" on that basis too.
2383
2384 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2385
2386         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2387         containing tspecial characters if they have been already quoted.
2388
2389 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2390
2391         * dns-mode.el (auto-mode-alist): Purecopy string.
2392
2393 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2394
2395         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2396
2397 2009-10-24  Glenn Morris  <rgm@gnu.org>
2398
2399         * gnus-art.el (help-xref-stack-item): Define for compiler.
2400
2401 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2402
2403         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2404
2405 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2406
2407         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2408
2409 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2410
2411         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2412         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2413
2414 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2417         (gnus-overlays-in): New alias to overlays-in.
2418
2419         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2420         gnus-overlay-get, and gnus-delete-overlay.
2421         (gnus-summary-show-thread): Make it work as well for systems in which
2422         next-single-char-property-change is not available.
2423         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2424
2425         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2426         (gnus-overlay-get): New alias to extent-property.
2427         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2428
2429         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2430         SXEmacs.
2431
2432         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2433         SXEmacs.
2434
2435 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2436
2437         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2438
2439 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2440
2441         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2442         and XEmacs that don't have `remove-overlays'.
2443
2444 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2445
2446         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2447         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2448         selective display.  Use overlays instead.
2449
2450 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2451
2452         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2453
2454 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2455
2456         * spam-stat.el (spam-stat-load): Fix typo in message.
2457
2458 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2459
2460         * dig.el (dig-invoke): Fix typo in docstring.
2461         (query-dig): Reflow docstring.
2462
2463 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2464
2465         * gnus-art.el (gnus-article-encrypt-body):
2466         * message.el (message-check-recipients):
2467         * mm-util.el (mm-codepage-setup):
2468         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2469         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2470
2471 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2472
2473         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2474         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2475         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2476         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2477         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2478
2479 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2480
2481         * dig.el: Add "Keywords: comm", as per net-utils.el.
2482
2483 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2484
2485         * dig.el (dig-mode): Use define-derived-mode.
2486
2487 2009-09-19  Glenn Morris  <rgm@gnu.org>
2488
2489         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2490
2491 2009-09-18  Glenn Morris  <rgm@gnu.org>
2492
2493         * gnus-diary.el (gnus-diary-check-message):
2494         * message.el (message-insert-formatted-citation-line):
2495         * nnbabyl.el (top-level):
2496         * nndiary.el (nndiary-schedule):
2497         Fix typos in condition-case handlers.
2498
2499 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2500
2501         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2502         configuration that provides the sole article window in a frame;
2503         position point correctly after deleting a part.
2504
2505 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2506
2507         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2508         (spam-resolve-registrations-routine): Use it to unregister articles
2509         that change status.
2510
2511 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2512
2513         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2514         with XEmacs.
2515         (parse-time-string-chars): Use it.
2516
2517 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2518
2519         * imap.el (imap-interactive-login): Better messages.
2520         (imap-open): Fix bug with renamed buffer on reconnect.
2521         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2522         for easier debugging and cleaner code.  On successful (guessed based on
2523         server capabilities) secondary authentication, set imap-state
2524         correctly.
2525         (imap-last-authenticator): Define imap-last-authenticator as a variable
2526         to avoid warnings.
2527
2528 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2529
2530         * nnrss.el (nnrss-request-article): Remove binding of
2531         default-enable-multibyte-characters that has gotten needless by
2532         the 2007-07-13 change in rfc2047-encode-message-header.
2533
2534         * mml.el (mml-insert-multipart): Error on the message header.
2535         (mml-insert-part): Error on the message header; position point at
2536         the end of a MIME tag.
2537
2538 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2539
2540         * time-date.el (autoload): Expand define-obsolete-function-alias into
2541         defalias and make-obsolete for old Emacsen that Gnus supports.
2542         (with-no-warnings): Define it for old Emacsen.
2543         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2544         is available.
2545         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2546         float-time is available; suppress compile warning for time-to-seconds.
2547
2548         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2549         (gnus-float-time): Alias to float-time if it exists.
2550
2551         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2552         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2553         float-time is available; suppress compile warning for time-to-seconds.
2554
2555         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2556         XEmacs.
2557
2558 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2559
2560         * imap.el (imap-message-map): Docstring fix.
2561
2562 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2563
2564         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2565         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2566         Add the optional argument `encoding' that overrides the default.
2567
2568         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2569         mm-encode-buffer.
2570
2571 2009-09-04  Glenn Morris  <rgm@gnu.org>
2572
2573         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2574         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2575         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2576         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2577         * mm-util.el (mm-with-unibyte-current-buffer)
2578         (mm-find-buffer-file-coding-system):
2579         * yenc.el (yenc-decode-region): Use default-value rather than
2580         default-enable-multibyte-characters.
2581
2582 2009-09-03  Glenn Morris  <rgm@gnu.org>
2583
2584         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2585         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2586         than default-enable-multibyte-characters.
2587
2588 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2589
2590         * gnus-art.el (gnus-article-read-summary-keys):
2591         Fix gnus-buffer-configuration's value temporarily used.
2592
2593 2009-09-02  Glenn Morris  <rgm@gnu.org>
2594
2595         * gnus-util.el (gnus-float-time): New function.
2596         * gnus-delay.el (gnus-delay-article):
2597         * gnus-sum.el (gnus-thread-latest-date):
2598         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2599         * nnspool.el (nnspool-request-newgroups):
2600         Use gnus-float-time rather than time-to-seconds.
2601         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2602
2603         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2604         (gnus-header-subject-face, gnus-header-newsgroups-face)
2605         (gnus-header-name-face, gnus-header-content-face):
2606         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2607         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2608         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2609         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2610         (gnus-cite-face-11):
2611         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2612         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2613         (gnus-server-closed-face, gnus-server-denied-face)
2614         (gnus-server-offline-face):
2615         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2616         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2617         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2618         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2619         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2620         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2621         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2622         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2623         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2624         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2625         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2626         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2627         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2628         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2629         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2630         (gnus-summary-high-undownloaded-face)
2631         (gnus-summary-low-undownloaded-face)
2632         (gnus-summary-normal-undownloaded-face)
2633         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2634         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2635         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2636         (gnus-splash-face):
2637         * message.el (message-header-to-face, message-header-cc-face)
2638         (message-header-subject-face, message-header-newsgroups-face)
2639         (message-header-other-face, message-header-name-face)
2640         (message-header-xheader-face, message-separator-face)
2641         (message-cited-text-face, message-mml-face):
2642         * sieve-mode.el (sieve-control-commands-face)
2643         (sieve-action-commands-face, sieve-test-commands-face)
2644         (sieve-tagged-arguments-face):
2645         * spam.el (spam-face):
2646         Mark face aliases with "-face" in the name as obsolete.
2647
2648 2009-09-01  Glenn Morris  <rgm@gnu.org>
2649
2650         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2651         than goto-line.
2652
2653 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2654
2655         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2656         Don't move point if the command is invoked inside the message header.
2657
2658 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2659
2660         * imap.el (imap-send-command): Simplify.
2661         (imap-wait-for-tag): point-max -> buffer-size.
2662
2663 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2664
2665         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2666         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2667         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2668         * nnir.el (nnir-swish-e-index-file):
2669         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2670         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2671         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2672         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2673         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2674         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2675
2676 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2677
2678         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2679         Don't save excursion.
2680
2681 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2682
2683         * nnheader.el (nnheader-find-file-noselect):
2684         * mm-util.el (mm-insert-file-contents):
2685         Use (default-value 'major-mode) instead of default-major-mode.
2686
2687 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2688
2689         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2690
2691 2009-08-26  Glenn Morris  <rgm@gnu.org>
2692
2693         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2694         than placing in files.el.
2695
2696 2009-08-25  Glenn Morris  <rgm@gnu.org>
2697
2698         * nnir.el (top-level): Don't require cl at run-time.
2699         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2700         Replace cl-function substitute with gnus-replace-in-string.
2701         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2702         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2703         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2704         simplified expansions.
2705
2706 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2707
2708         * dig.el (dig): Add autoload cookie.
2709
2710 2009-08-22  Glenn Morris  <rgm@gnu.org>
2711
2712         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2713         goto-line.
2714
2715 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2716
2717         * parse-time.el (parse-time-string-chars): Save match data.
2718
2719 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2720
2721         * parse-time.el (parse-time-string-chars): Compute using character
2722         classes, to handle non-ascii characters (Bug#3190).
2723
2724 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2725
2726         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2727
2728         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2729         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2730         (gnus-mm-display-part, gnus-mime-display-single)
2731         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2732         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2733
2734         * gnus-sum.el
2735         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2736         (gnus-summary-move-article): Add expirable mark to articles copied or
2737         moved to group that has auto-expire turned on if the option is non-nil.
2738
2739 2009-07-24  Glenn Morris  <rgm@gnu.org>
2740
2741         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2742         Fix typo.  (Bug#3903)
2743
2744 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2745
2746         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2747         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2748         that should not be used for draft articles.
2749         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2750         that has no concern in minor mode keys.
2751         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2752         Abolish.
2753
2754 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2755
2756         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2757         article without making inquiry to a user for unknown encoding.
2758
2759         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2760         (nnmaildir--scan): Assume i-node and device number that file-attributes
2761         returns might be cons-cell.
2762
2763         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2764
2765         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2766
2767 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2768
2769         * auth-source.el: Remove docs now in auth.texi.  Don't use
2770         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2771         `auth-source-hide-passwords' and use them.
2772
2773 2009-07-15  Glenn Morris  <rgm@gnu.org>
2774
2775         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2776
2777 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2778
2779         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2780         excessive whitespace from the default values of title and description.
2781
2782 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2783
2784         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2785         mail-fetch-field to fetch Content-Description header in order to
2786         exclude newlines.
2787
2788 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2789
2790         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2791         format used by GnuPG 2.0.11.
2792
2793 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2794
2795         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2796         to deleted part.
2797
2798 2009-05-30  David Engster  <dengste@eml.cc>
2799
2800         * nnmairix.el: Remove old documentation in the commentary block.
2801         (nnmairix-request-group): Do not update active file for nnml back ends.
2802         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2803         end so that overview files are ignored.
2804         (nnmairix-update-groups): Make updating the groups more robust by using
2805         marks.
2806         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2807         with dollar characters in message-id.
2808
2809 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2810
2811         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2812         2008-12-25 in dns.el.
2813
2814 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2815
2816         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2817         could happen if the text is only composed of spaces and/or tabs.
2818
2819 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2820
2821         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2822         when sending a queued message to avoid extra mml tags.
2823
2824 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2825
2826         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2827
2828 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2829
2830         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2831         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2832         rmail-toggle-header for XEmacs;
2833         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2834
2835 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2836
2837         * gnus-dired.el: Remove autoload for gnus-setup-message.
2838         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2839         displaying Gnus logo; always use compose-mail.
2840
2841 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2842
2843         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2844
2845 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2846
2847         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2848         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2849         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2850         available.
2851         (gnus-nocem-epg-verify): New function.
2852
2853 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2854
2855         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2856
2857 2009-02-15  Glenn Morris  <rgm@gnu.org>
2858
2859         * gnus-util.el (rmail-insert-rmail-file-header)
2860         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2861         autoloads.
2862         (rmail-default-rmail-file): Remove unnecessary declaration.
2863         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2864
2865 2009-02-14  Glenn Morris  <rgm@gnu.org>
2866
2867         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2868         variable (only used in gnus-util, which declares it anyway).
2869         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2870         which was only needed by gnus-art (changed to not use it any more).
2871         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2872         only used in gnus-util, which autoloads it itself.
2873         (rmail-update-summary): Fix autoload.
2874
2875         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2876         rather than rmail-output-to-rmail-file.
2877
2878 2009-02-07  Glenn Morris  <rgm@gnu.org>
2879
2880         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2881         autoload of function that no longer exists.
2882         (rmail-toggle-header): Declare.
2883         (message-forward-rmail-make-body): Handle mbox Rmail.
2884
2885 2009-01-31  Glenn Morris  <rgm@gnu.org>
2886
2887         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2888         2009-01-09 change.
2889
2890 2009-01-31  Dave Love  <fx@gnu.org>
2891
2892         * imap.el (imap-fetch-safe): Bind debug-on-error.
2893         (imap-debug): Add imap-fetch-safe.
2894
2895 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2896
2897         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2898         (auth-source-forget-all-cached): New convenience function.
2899         (auth-source-user-or-password): Accept list of modes or a single mode.
2900
2901         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2902         auth-source modes.
2903
2904         * netrc.el (netrc-machine-user-or-password): Use list of
2905         auth-source modes.
2906
2907         * nnimap.el (nnimap-open-connection): Use list of
2908         auth-source modes.
2909
2910         * nntp.el (nntp-send-authinfo): Use list of
2911         auth-source modes.
2912
2913 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2914
2915         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2916         now.
2917
2918 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2919
2920         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2921         coding system in XEmacs; add a workaround for XEmacs.
2922
2923         * lpath.el: Fbind coding-system-aliasee.
2924
2925 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2926
2927         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2928         of current-language-environment.
2929
2930 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2931
2932         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2933         available at runtime.
2934
2935 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2936
2937         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2938
2939 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2940
2941         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2942         the greatest positive fixnum value doesn't work under an XEmacs with
2943         bignum support; use the most-positive-fixnum constant instead,
2944         available since Emacs 21.1 with cl and XEmacs 21.1.
2945
2946 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2947
2948         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2949         XEmacs gets not to work.
2950
2951 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2952
2953         * mm-util.el (mm-coding-system-priorities): Allow the value like
2954         "Japanese (UTF-8)" of current-language-environment.
2955
2956 2009-01-09  Glenn Morris  <rgm@gnu.org>
2957
2958         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2959         with last-command-event.
2960
2961 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2962
2963         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2964         in the doc string.
2965
2966         * message.el (message-fix-before-sending): Amend comment.
2967
2968 2009-01-08  Dave Love  <fx@gnu.org>
2969
2970         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2971
2972 2009-01-07  David Engster  <dengste@eml.cc>
2973
2974         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2975         simplified server definitions by converting it via
2976         gnus-server-to-method.
2977
2978 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2979
2980         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2981         parameter's operands.
2982
2983 2009-01-06  David Engster  <dengste@eml.cc>
2984
2985         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2986         primary select method (for gnus-group-mark-article-as-read).
2987
2988 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2989
2990         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2991         `(gnus)Face', not `(gnus)X-Face'.
2992
2993 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2994
2995         * mm-util.el (mm-ucs-to-char): New function.
2996
2997         * mm-url.el (mm-url-decode-entities): Use it.
2998
2999         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3000         unicode-to-char.
3001
3002 2009-01-05  Dave Love  <fx@gnu.org>
3003
3004         * time-date.el: Require cl for `declare'.
3005
3006 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3007
3008         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3009         Dave Love.
3010
3011 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3012
3013         * message.el (message-fix-before-sending): Add `eight-bit' to
3014         illegible-text check.
3015
3016 2009-01-03  Michael Olson  <mwolson@gnu.org>
3017
3018         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3019         `headers' is nil.  This can occur if the IMAP server does not have
3020         permissions to read messages from a folder, but can write new messages
3021         to the folder.
3022         (nnimap-request-article-part): Do not insert `data' if it is nil.
3023
3024         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3025         characters which will confuse `read', so skip past them.
3026
3027 2009-01-01  Dave Love  <fx@gnu.org>
3028
3029         * imap.el (imap-string-to-integer): Fix typo.
3030         (imap-fetch-safe): New function.
3031         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3032
3033         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3034
3035         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3036         (imap-parse-greeting): Fix doc strings.
3037         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3038         (imap-parse-flag-list): Make messages unique.
3039         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3040
3041         * nnimap.el: Fix author email.
3042         (nnimap-split-rule): Add FIXME comment.
3043         (nnimap-debug): Fix doc string.
3044
3045 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3046
3047         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3048
3049 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3050
3051         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3052         nslookup if resolv.conf isn't available.
3053         (dns-query): Rename from query-dns.
3054         (dns-query-cached): Rename from query-dns-cached.
3055
3056 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3057
3058         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3059         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3060         to check if those variables exist (first appeared in Emacs 18.50).
3061
3062 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3063
3064         * mm-util.el (mm-line-number-at-pos): New function.
3065
3066         * spam-report.el (spam-report-process-queue): Use it.
3067
3068 2008-12-24  David Engster  <dengste@eml.cc>
3069
3070         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3071         parameters that haven't existed as variables as buffer-local variables.
3072
3073 2008-12-23  Dave Love  <fx@gnu.org>
3074
3075         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3076         cadar.
3077
3078         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3079         imap-starttls-p.
3080         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3081
3082 2008-12-22  Dave Love  <fx@gnu.org>
3083
3084         * imap.el: Fix author email.  Doc fixes.
3085         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3086         reply.
3087
3088 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3089
3090         * spam-report.el (spam-report-gmane-max-requests): New constant.
3091         (spam-report-gmane-wait): New variable.
3092         (spam-report-gmane-ham, spam-report-gmane-spam)
3093         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3094         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3095         the server.
3096
3097         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3098         Add explanations.
3099
3100         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3101         nnheader-accept-process-output and nnheader-read-timeout if available.
3102         (pop3-movemail): Use it.
3103
3104         * message.el (message-check-news-body-syntax): Fix signature check if
3105         there's an attachment.
3106
3107 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3108
3109         * mm-util.el: Add comments to the mm- emulating functions.
3110
3111 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3112
3113         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3114         by Stephen Berman <stephen.berman@gmx.net>.
3115
3116 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3117
3118         * mm-util.el (mm-substring-no-properties): New function.
3119         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3120         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3121         (mm-string-to-multibyte): Doc fix.
3122
3123         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3124
3125 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3126
3127         * mml.el (mml-attach-file): Strip text properties from file name.
3128         (Bug#1574)
3129
3130 2008-12-16  Glenn Morris  <rgm@gnu.org>
3131
3132         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3133
3134 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3135
3136         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3137         knows since the charset specified might be a bogus alias that
3138         mm-charset-synonym-alist provides.
3139
3140 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3141
3142         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3143         "ISO_8859-1".
3144
3145         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3146
3147 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3148
3149         * mm-util.el (mm-charset-eval-alist):
3150         Define it before mm-charset-to-coding-system.
3151         (mm-charset-to-coding-system): Add optional argument `silent';
3152         define it before mm-charset-override-alist.
3153         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3154         default value if it can be used in Emacs currently running;
3155         silence mm-charset-to-coding-system.
3156
3157 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3158
3159         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3160         `allow-override' which says whether to use `mm-charset-override-alist'.
3161         (rfc2047-decode-encoded-words): Use it.
3162
3163         * mm-util.el (mm-charset-override-alist): Fix custom type;
3164         add `(gb2312 . gbk)' to choices.
3165
3166 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3167
3168         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3169         fast.
3170
3171         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3172
3173         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3174
3175 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3176
3177         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3178         on links.
3179
3180         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3181
3182 2008-12-03  Lute Kamstra  <lute@gnu.org>
3183
3184         * sha1.el: Remove leading * from docstrings of defcustoms,
3185         deffaces, defconsts and defuns.
3186
3187 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3188
3189         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3190         users' addresses that don't have domain parts.
3191         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3192         rather than message-narrow-to-head since there will be the message
3193         header separator.
3194
3195 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3196
3197         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3198         since the result is inserted in a unibyte buffer anyway.
3199         (nnimap-demule-use-string-to-multibyte): Remove.
3200         (nnimap-demule): Alias it to mm-string-to-multibyte.
3201
3202 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3203
3204         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3205         variable for debugging bug#464 and bug#1174.
3206         (nnimap-demule): Use it.
3207
3208 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3209
3210         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3211         score calculation correctly.
3212
3213 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3214
3215         * message.el (message-send-mail): Just set the buffer to unibyte
3216         rather than use mm-with-unibyte-current-buffer which does a lot more.
3217         (message-send-mail-partially): Don't bother with
3218         mm-with-unibyte-current-buffer since it's already been made unibyte by
3219         message-send-mail.
3220
3221 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3222
3223         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3224
3225 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3226
3227         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3228
3229 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3230
3231         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3232         require itself and to remove `with-no-warnings'.
3233
3234 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3235
3236         * starttls.el (starttls-any-program-available): Get the name of the
3237         available TLS layer program.
3238         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3239         well as the host name in the "opening" message.
3240
3241         * auth-source.el (auth-source-cache, auth-source-do-cache)
3242         (auth-source-user-or-password): Cache passwords and logins by default,
3243         allow override with `auth-source-do-cache'.
3244         (auth-source-forget-user-or-password): Allow users to remove cache
3245         entries if needed.
3246
3247 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3248
3249         * md4.el (md4-buffer): Fix typo in docstring.
3250         (md4, md4-64): Doc fixes.
3251         (md4-pack-int32): Reflow docstring.
3252
3253 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3254
3255         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3256         condition-case to only the forward-sexp call.
3257
3258 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3259
3260         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3261         quotes contained.  Make it more robust regardless by an extra
3262         condition-case wrapper.
3263
3264 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3265
3266         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3267
3268 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3269
3270         * nnml.el (nnml-request-expire-articles): Check if the function set to
3271         `nnmail-expiry-target' returns the symbol `delete'.
3272
3273         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3274
3275         * nnmail.el (nnmail-expiry-target): Fix custom type.
3276
3277 2008-10-02  Glenn Morris  <rgm@gnu.org>
3278
3279         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3280         Silence compiler warning.
3281
3282 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3283
3284         * tls.el (open-tls-stream): Show the actual command being
3285         executed, instead of the format string.
3286
3287 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3288
3289         * lpath.el: Fbind codepage-setup for Emacs 23.
3290
3291 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3292
3293         * mml.el (mml-menu): Don't assume mml2015 is bound.
3294
3295 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3296
3297         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3298         exists.
3299
3300 2008-09-27  Glenn Morris  <rgm@gnu.org>
3301
3302         * gnus-util.el (mail-header-remove-comments): Autoload it.
3303
3304 2008-09-27  Andreas Schwab  <schwab@suse.de>
3305
3306         * gnus-util.el (gnus-split-references): Strip comments.
3307         (gnus-parent-id): Likewise.
3308
3309 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3310
3311         * message.el (message-confirm-send): Fix version.
3312
3313 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3314
3315         * message.el (message-idna-to-ascii-rhs-1): Use
3316         mail-extract-address-components rather than mail-header-parse-addresses
3317         that is an alias by default to ietf-drums-parse-addresses that does not
3318         support non-ASCII names in headers' contents.
3319
3320 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3321
3322         * message.el (message-confirm-send): Fixed variable documentation to
3323         avoid the "y/n" wording.
3324
3325 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3326
3327         * message.el (message-set-auto-save-file-name): Save to a different
3328         filename so multiple messages (especially drafts) can be recovered.
3329
3330 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3331
3332         * message.el (message-confirm-send): Add appropriate version.
3333
3334 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3335
3336         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3337         defvar.
3338
3339 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3340
3341         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3342         (mm-pkcs7-enveloped-magic): Ditto.
3343
3344 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3345
3346         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3347         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3348
3349 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3350
3351         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3352         default, it's better.
3353
3354 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3355
3356         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3357         summary line gnus-number property and ignore them (with a warning
3358         message).
3359
3360 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3361
3362         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3363         macro caddr in the interactive form since it won't be expanded.
3364
3365 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3366
3367         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3368         `charset'; fix name of function called recursively.
3369         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3370
3371 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3372
3373         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3374         (gnus-mime-set-charset-parameters): New function.
3375         (gnus-mime-view-part-as-charset): Use it to correctly display part
3376         specifying wrong charset.
3377
3378 2008-09-08  David Engster  <dengste@eml.cc>
3379
3380         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3381         in completing-read for back end server.
3382
3383 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3384
3385         * message.el (message-confirm-send): New variable to confirm sending a
3386         message.
3387         (message-send): Use it.
3388
3389 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3390
3391         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3392
3393 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3394
3395         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3396
3397 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3398
3399         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3400         prevent tracking too many groups.
3401         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3402         Use it.
3403
3404 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3405
3406         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3407         moving point to the bottom of the window in order to avoid recentering.
3408
3409 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3410
3411         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3412
3413         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3414         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3415         (gnus-article-beginning-of-window): Fix calculation.
3416
3417 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3418
3419         * gnus-msg.el (gnus-summary-supersede-article)
3420         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3421         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3422         message header.
3423
3424 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3425
3426         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3427         pending output coming after the status change.
3428
3429 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3430
3431         * message.el:
3432         * gnus-start.el:
3433         * gnus-registry.el: Remove VMS support.
3434
3435 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3436
3437         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3438         macro.
3439         (rfc2104-hash): Use it.
3440
3441 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3442
3443         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3444         (gnus-summary-sort-by-most-recent-date): New commands.
3445         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3446         and menu entries.
3447
3448 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3449
3450         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3451         don't redisplay article for raw contents; remove plural articles stuff.
3452
3453         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3454         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3455         on gnus-summary-save-article; display results properly.
3456
3457 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3458
3459         * lpath.el: No need to fbind ns-focus-frame.
3460
3461 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3462
3463         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3464
3465 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3466
3467         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3468         gnus-save-all-headers.
3469
3470 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3471
3472         * gnus-util.el (ns-focus-frame): Remove declaration.
3473         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3474         like x.
3475
3476 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3477
3478         * rfc2104.el (rfc2104-zero): Delete defconst.
3479         (rfc2104-hex-alist): Likewise.
3480         (rfc2104-hex-to-int): Delete func.
3481         (rfc2104-hexstring-to-bitstring): Likewise.
3482         (rfc2104-nybbles): New defconst.
3483         (rfc2104-hash): Rewrite for speed.
3484
3485 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3486
3487         * tls.el (open-tls-stream): Make it work with the 2nd argument
3488         BUFFER that is a string but does not exist as a buffer object, as
3489         mentioned in the doc-string.
3490
3491 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3492
3493         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3494         SXEmacs.
3495
3496 2008-07-16  Glenn Morris  <rgm@gnu.org>
3497
3498         * gnus-util.el (ns-focus-frame): Declare for compiler.
3499
3500 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3501
3502         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3503         set as a group parameter.
3504         (gnus-summary-save-in-pipe): Work when it is called independently.
3505         (gnus-summary-pipe-to-muttprint): Don't modify
3506         gnus-summary-pipe-output-default-command.
3507
3508 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3509
3510         * message.el (message-send-mail-with-sendmail):
3511         Display the error message.
3512
3513 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3514
3515         * gnus-art.el (gnus-default-article-saver):
3516         Add gnus-summary-save-in-pipe to choices.
3517         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3518         gnus-summary-pipe-output-default-command as the default command.
3519         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3520         instead of gnus-last-shell-command.
3521
3522         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3523         New user option.
3524         (gnus-summary-muttprint-program): Mention the value will be changed.
3525         (gnus-summary-save-article): Force showing of all headers.
3526         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3527
3528 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3529
3530         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3531
3532 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3533
3534         * nnimap.el (nnimap-id):
3535         * sieve-manage.el (sieve-manage-open): Doc fixes.
3536
3537 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3538
3539         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3540         if available.
3541
3542 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3543
3544         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3545
3546         * nnkiboze.el (nnkiboze-generate-group):
3547         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3548
3549         * nnmairix.el: Require CL.
3550
3551 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3552
3553         * dgnushack.el: Autoload get-display-table and put-display-table for
3554         XEmacs 21.5.
3555
3556         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3557         21.4 and SXEmacs.
3558
3559 2008-06-15  David Engster  <dengste@eml.cc>
3560
3561         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3562
3563 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3564
3565         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3566         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3567         runtime choice under XEmacs.
3568
3569         * gnus-sum.el (gnus-summary-set-display-table):
3570         Use `gnus-put-display-table', `gnus-get-display-table',
3571         `gnus-set-display-table' for the display table, instead of `aset'.
3572
3573         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3574         Use `gnus-put-display-table', `gnus-get-display-table',
3575         `gnus-set-display-table' for the display table.
3576
3577 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3578
3579         * nnmairix.el: Add autoloads.
3580
3581 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3582
3583         * nnmairix.el (nnmairix-delete-recreate-group)
3584         (nnmairix-update-and-clear-marks): Fix error messages.
3585
3586 2008-06-14  David Engster  <dengste@eml.cc>
3587
3588         * nnmairix.el: Upgrade to version 0.6.
3589         (nnmairix-group-toggle-propmarks-this-group)
3590         (nnmairix-group-toggle-readmarks-this-group)
3591         (nnmairix-group-delete-recreate-this-group)
3592         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3593         (nnmairix-remove-tick-mark-original-article): New commands.
3594         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3595         (nnmairix-propagate-marks-to-nnmairix-groups)
3596         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3597         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3598         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3599         functions needed for marks propagation and manipulation of read marks.
3600         (nnmairix-update-groups): New function.
3601         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3602         (nnmairix-determine-original-group-from-registry)
3603         (nnmairix-determine-original-group-from-path)
3604         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3605         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3606         New helper functions.
3607         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3608         keystrokes for new commands.
3609         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3610         (nnmairix-request-group): Check allow-fast group parameter.
3611         (nnmairix-request-create-group): Set allow-fast group parameter if
3612         nnmairix-allowfast-default is set.
3613         (nnmairix-close-group): Propagate marks upon closing if needed.
3614         (nnmairix-group-toggle-threads-this-group): Use new.
3615         nnmairix-group-toggle-parameter helper function.
3616         (nnmairix-search): Better check for empty search result.
3617         (nnmairix-goto-original-article): Use new helper functions for
3618         determining original article.
3619         (nnmairix-show-original-article): Make sure message-id is in brackets.
3620         (nnmairix-call-mairix-binary): Change variable name.
3621         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3622         helper function.
3623         (nnmairix-widget-toggle-activate): Fix doc string.
3624
3625 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3626
3627         * nnir.el: Require edmacro when compiling with XEmacs.
3628         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3629         available in Emacs 21.
3630
3631 2008-06-11  Glenn Morris  <rgm@gnu.org>
3632
3633         * gnus-util.el (x-focus-frame):
3634         * gnus.el (image-size):
3635         * mm-decode.el (image-size): Declare.
3636
3637         * gnus-picon.el (declare-function): Add compat definition.
3638         (image-size): Declare.
3639
3640         * gnus-group.el (tool-bar-map):
3641         * gnus-sum.el (tool-bar-map): Define for compiler.
3642
3643         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3644
3645         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3646
3647         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3648         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3649         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3650         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3651         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3652         * sieve-manage.el, spam-report.el, spam.el:
3653         Remove unnecessary eval-and-compile of autoloads.
3654
3655 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3656
3657         * auth-source.el: Precise Tramp doc.
3658
3659 2008-06-07  Glenn Morris  <rgm@gnu.org>
3660
3661         * nnmairix.el: Remove unnecessary eval-when-compile.
3662
3663 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3664
3665         * lpath.el: Fbind propertize for XEmacs 21.4.
3666
3667 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3668
3669         * nnir.el: Move here from ../contrib.
3670
3671 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3672
3673         * gnus-util.el (gnus-read-shell-command): New function.
3674         * mm-decode.el (mm-pipe-part):
3675         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3676
3677 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3678
3679         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3680
3681 2008-06-03  Glenn Morris  <rgm@gnu.org>
3682
3683         * pop3.el (nnheader-accept-process-output): Autoload it.
3684
3685 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3686
3687         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3688         are not 2-digit hexadecimal characters that follow `%'s.
3689
3690 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3691
3692         * message.el (message-bogus-recipient-p): Fix type in doc string.
3693         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3694         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3695         Improve custom options.
3696         (message-bogus-recipient-p): Adjust accordingly.
3697
3698 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3699
3700         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3701         long-form month and day names.
3702
3703 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3704
3705         * dgnushack.el: Autoload debug, eudc-expand-inline and
3706         pgg-snarf-keys-region for XEmacs.
3707
3708         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3709
3710         * nnmairix.el: Require edmacro when compiling with XEmacs.
3711
3712 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3713
3714         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3715         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3716
3717 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3718
3719         * auth-source.el: Add more docs.
3720
3721         * netrc.el (netrc-machine): Always match if the port is not given.
3722
3723 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3724
3725         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3726         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3727         retrieval faster in some cases, but might make CPU usage larger.  If
3728         this has any bad side effects, we might revert this change.
3729
3730         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3731         seems to make mail retrieval much, much faster.
3732         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3733         unconditionally.
3734
3735         * gnus-draft.el (gnus-group-send-queue): Bind
3736         message-send-mail-partially-limit to nil to avoid being prompted.
3737
3738 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3739
3740         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3741
3742         * message.el (message-bogus-address-regexp): Fix and improve custom
3743         type.
3744         (message-setup-hook): Add message-check-recipients as custom option.
3745
3746 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3747
3748         * message.el (message-cite-function): Remove bogus autoload which crept
3749         in during merge from v5-10.
3750
3751 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3752
3753         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3754
3755         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3756
3757         * auth-source.el: Preliminary Tramp docs.
3758         (auth-sources): Change the default auth-sources to use
3759         EPA .gpg files.
3760
3761 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3762
3763         * nntp.el: Autoload `auth-source-user-or-password'.
3764         (nntp-send-authinfo): Use it.
3765
3766         * nnimap.el: Autoload `auth-source-user-or-password'.
3767         (nnimap-open-connection): Use it.
3768
3769         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3770         for the gnus-message function.
3771         (auth-source-user-or-password): Use it.
3772
3773 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3774
3775         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3776         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3777         (rfc2104-hash): Use it.
3778
3779 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3780
3781         * gnus-art.el (gnus-article-toggle-truncate-lines):
3782         Don't use `iff' in docstring.
3783
3784 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3785
3786         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3787
3788         * gnus-util.el (gnus-extract-address-component-name)
3789         (gnus-extract-address-component-email): Convenience functions around
3790         `gnus-extract-address-components'.
3791
3792         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3793         Use `gnus-extract-address-component-email' to fix bug of comparing full
3794         sender name to `user-mail-address'.
3795
3796 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3797
3798         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3799         catch/throw to optimize.
3800         (gnus-registry-find-keywords): Just use member to find a keyword.
3801
3802 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3803
3804         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3805         is current before calling gnus-server-prepare.
3806         (gnus-server-setup-buffer, gnus-server-update-server)
3807         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3808
3809 2008-05-04  Juri Linkov  <juri@jurta.org>
3810
3811         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3812         (mailcap-file-default-commands): Use mailcap-replace-in-string
3813         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3814         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3815
3816 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3817
3818         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3819
3820 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3821
3822         * gnus.el: Bump version to 0.11.
3823
3824 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3825
3826         * gnus.el: No Gnus v0.10 is released.
3827
3828 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3829
3830         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3831         hooks.
3832         (gnus-update-read-articles): Speed up non-marks-using users.
3833         (gnus-use-marks): Define gnus-use-marks.
3834         (gnus-propagate-marks): Rename variable to something more sensible.
3835
3836 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3837
3838         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3839         (gmm-image-load-path-for-library): Fix typos in docstrings.
3840         (gmm-message): Reflow docstring.
3841
3842 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3843
3844         * mail-source.el (mail-source-set-1, mail-source-bind):
3845         Move auth-source code out of the macro to clean it up and fix bugs.
3846
3847 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3848
3849         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3850         by sender if it's equal to user-mail-address, it's likely to be
3851         useless.
3852
3853         * mail-source.el (mail-source-bind): Don't use user or password if they
3854         are not bound.  Unintern them if they are nil.  Don't use server unless
3855         it's bound, and default it to empty string otherwise.
3856
3857 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3858
3859         * mail-source.el: Load auth-source.el.
3860         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3861         get user name or password, if auth-sources is set up.
3862
3863         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3864         strategy of splitting with parent.
3865         (gnus-registry-split-fancy-with-parent)
3866         (gnus-registry-post-process-groups): Use it and fix prior
3867         bug (returning a list as the split result).
3868
3869         * auth-source.el (auth-sources): Remove server parameter.
3870         (auth-source-pick, auth-source-user-or-password)
3871         (auth-source-user-or-password-imap)
3872         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3873         (auth-source-user-or-password-sftp)
3874         (auth-source-user-or-password-smtp): Remove server parameter.
3875
3876 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3877
3878         * smime.el (smime-sign-region, smime-encrypt-region)
3879         (smime-decrypt-region):
3880         Remove redundant calls to `generate-new-buffer-name'.
3881
3882 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3883
3884         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3885         Don't use QP for message/rfc822.
3886         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3887
3888 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3889
3890         * sieve-manage.el (sieve-string-bytes): Remove.
3891         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3892         correct byte-length only if the process's coding-system is the same as
3893         the one used internally by Emacs to represent strings.
3894
3895 2008-04-22  Juri Linkov  <juri@jurta.org>
3896
3897         * mailcap.el (mailcap-file-default-commands): New function.
3898
3899 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3900
3901         * message.el (message-signature-separator, message-cite-function):
3902         Change custom version.
3903
3904 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3905
3906         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3907         commands.
3908         (tls-checktrust): Ditto.
3909
3910 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3911
3912         * mm-decode.el (mm-display-external): Make temp file read-only.
3913
3914 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3915
3916         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3917         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3918         `C-c C-f d'.
3919
3920 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3921
3922         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3923
3924 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3925
3926         * gnus.el: Bump version to 0.9.
3927
3928 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3929
3930         * gnus.el: No Gnus v0.8 is released.
3931
3932 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3933
3934         * mail-source.el (mail-source-value):
3935         Prefer fboundp to functionp so it works with macros as well.
3936
3937 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3938
3939         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3940         Fix last change in case the element is not even a symbol.
3941
3942 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3943
3944         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3945         Prefer fboundp to functionp so it works with macros as well.
3946
3947 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3948
3949         * auth-source.el: Added docs.
3950         (auth-sources): Modify format to support server.
3951         (auth-source-pick, auth-source-user-or-password)
3952         (auth-source-user-or-password-imap)
3953         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3954         (auth-source-user-or-password-sftp)
3955         (auth-source-user-or-password-smtp): Add server parameter.
3956
3957 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3958
3959         * gnus-registry.el: Initialize the registry when gnus-registry-install
3960         is t.
3961
3962 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3963
3964         * compface.el (uncompface): Make buffer unibyte.
3965
3966 2008-04-05  Glenn Morris  <rgm@gnu.org>
3967
3968         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3969
3970 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3971
3972         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3973         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3974
3975         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3976         multibyteness after rather than before erasing it.
3977
3978         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3979         mm-with-multibyte.
3980         (gnus-request-article-this-buffer): Make sure the proper decoding is
3981         used if gnus-original-article-buffer happens to be unibyte.
3982
3983         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3984         default-enable-multibyte-characters.
3985
3986         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3987         default-enable-multibyte-characters.
3988
3989         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3990
3991         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3992
3993 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3994
3995         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3996         (imap-message-copyuid-1): Use it.
3997         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3998         J. Williams in
3999         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4000
4001         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4002         imap-enable-exchange-bug-workaround.
4003         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4004
4005 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4006
4007         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4008         a 100 byte status-checks into a 2-3MB transfer for each group.
4009         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4010         to enable bug workaround or not.
4011         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4012
4013 2008-03-31  Glenn Morris  <rgm@gnu.org>
4014
4015         * message.el (mml2015-use): Declare for compiler.
4016         (message-info): Require mml2015 when appropriate.
4017
4018 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4019
4020         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4021         whitespace.
4022
4023 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4024
4025         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4026         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4027         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4028         (nntp-service-to-port): New function.
4029         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4030         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4031         (nntp-open-netcat-stream): New function.
4032         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4033
4034 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4035
4036         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4037
4038 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4039
4040         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4041
4042 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4043
4044         * dns.el (dns-write): Use set-buffer-multibyte.
4045
4046 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4047
4048         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4049
4050 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4051
4052         * message.el (message-signature-separator): Change default.
4053         Improve custom type.
4054         (message-cite-function): Change default to
4055         message-cite-original-without-signature.
4056
4057         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4058         toggle.
4059
4060         * message.el (message-check-news-body-syntax): Fix signature check.
4061         (message-setup-1): Mark buffer as unmodified _after_ running
4062         message-setup-hook and handling message-alternative-emails.
4063         (message-shorten-references): Be more strict when building list of
4064         valid references to comply with GNKSA.
4065
4066         * gnus-group.el (gnus-read-ephemeral-bug-group)
4067         (gnus-read-ephemeral-debian-bug-group)
4068         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4069
4070         * message.el (message-info): Don't use booleanp which isn't supported
4071         in Emacs 21 and XEmacs.
4072
4073 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4074
4075         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4076         gnus-group-gmane-group-download-format.
4077         (gnus-group-read-ephemeral-gmane-group): Rename from
4078         gnus-group-read-ephemeral-gmane-group.
4079         (gnus-read-ephemeral-gmane-group-url): Rename from
4080         gnus-group-read-ephemeral-gmane-group-url.
4081         (gnus-bug-group-download-format-alist): New variable.
4082         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4083         (gnus-read-ephemeral-emacs-bug-group): New commands.
4084
4085 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4086
4087         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4088         (gnus-visible-headers): Improve custom type.
4089
4090 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4091
4092         * mml.el (mml-menu): Add workarounds for XEmacs.
4093
4094         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4095         X-Boundary header.
4096
4097         * message.el (message-simplify-recipients): Fix previous commit.
4098
4099 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4100
4101         * mm-util.el (mm-set-buffer-multibyte): New function.
4102         * mm-decode.el (mm-copy-to-buffer): Use it.
4103
4104 2008-03-19  Glenn Morris  <rgm@gnu.org>
4105
4106         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4107         Accidentally removed in the sync process with Emacs.
4108
4109 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4110
4111         * message.el (message-alter-recipients-discard-bogus-full-name):
4112         New function.
4113         (message-alter-recipients-function): New variable.
4114         (message-get-reply-headers): Use it.
4115         (message-replace-header): New helper function.
4116         (message-recipients-without-full-name): New variable.
4117         (message-simplify-recipients): New command.
4118
4119         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4120
4121         * message.el (message-info): Handle EasyPG manual.
4122
4123         * mml.el (mml-menu): Add entry for EasyPG.
4124
4125 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4126
4127         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4128         parameter.
4129
4130         * message.el (message-disassociate-draft): Specify drafts group name
4131         fully.
4132
4133 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4134
4135         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4136         unnecessary duplicates from the match list.
4137
4138 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4139
4140         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4141
4142         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4143
4144         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4145         args of `how-many' of which the XEmacs version doesn't take; declare
4146         Info-index-next as function.
4147
4148 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4149
4150         * gnus-score.el (gnus-score-headers): Fix handling of
4151         gnus-inhibit-slow-scoring.
4152
4153         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4154         string.
4155         (gnus-button-url-regexp): Improve handling of parenthesis.
4156         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4157         (gnus-button-handle-info-keystrokes): Handle index entries.
4158
4159 2008-03-15  Glenn Morris  <rgm@gnu.org>
4160
4161         * parse-time.el (parse-time-string): Simplify.
4162
4163 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4164
4165         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4166         Incoming* files.
4167
4168 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4169
4170         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4171         (auth-source-pick): Use it.
4172
4173 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4174
4175         * binhex.el (binhex-decode-region-internal):
4176         * uudecode.el (uudecode-decode-region-internal):
4177         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4178         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4179         setting default-enable-multibyte-characters.
4180
4181 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4182
4183         * auth-source.el (auth-source-protocols)
4184         (auth-source-protocols-customize, auth-source-choices): Added and
4185         modified variable customizations and defaults.
4186         (auth-source-pick, auth-source-user-or-password)
4187         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4188         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4189         (auth-source-user-or-password-sftp)
4190         (auth-source-user-or-password-smtp): Use new variables and provide an
4191         interface to netrc.el.
4192
4193 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4194
4195         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4196         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4197         Make sure the nntp port to specify is a string.
4198
4199 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4200
4201         * nntp.el: Use with-current-buffer.
4202         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4203         dubious mm-with-unibyte-current-buffer.
4204         (nntp-with-open-group-function): New function extracted from
4205         nntp-with-open-group macro.
4206         (nntp-with-open-group): Use the function, so it's easier to debug.
4207         Add indentation and debugging info.
4208         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4209         the use of the netcat alternatives.
4210
4211         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4212         Avoid mm-string-as-multibyte as well.
4213
4214         * nnweb.el (nnweb-insert-html):
4215         Remove use of nnheader-string-as-multibyte.
4216
4217         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4218         (nnheader-string-as-multibyte): Remove.
4219
4220         * mm-view.el: Use inhibit-read-only.
4221         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4222         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4223         or unibyte-string.
4224
4225         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4226         (mm-uu-yenc-extract): Use with-current-buffer.
4227
4228         * gnus-soup.el (gnus-soup-send-packet): Don't use
4229         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4230
4231         * nnmh.el: Use with-current-buffer.
4232         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4233         mm-string-as-multibyte on the output of mm-encode-coding-string.
4234
4235         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4236         (nnimap-request-move-article): Use with-current-buffer.
4237
4238         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4239         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4240         conversion uses string-make-unibyte rather than string-as-unibyte.
4241
4242         * gnus-msg.el: Use with-current-buffer.
4243
4244         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4245
4246 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4247
4248         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4249         string for caching if it is 'PIN.
4250
4251 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4252
4253         * lpath.el: Consider the case without Emacs/W3.
4254
4255 2008-03-08  Glenn Morris  <rgm@gnu.org>
4256
4257         * time-date.el (date-to-time, time-subtract, time-add)
4258         (safe-date-to-time): Doc fixes.
4259
4260 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4261
4262         * mail-source.el (mail-source-delete-old-incoming-confirm):
4263         Change default to nil.
4264         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4265
4266 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4267
4268         * lpath.el: Rearrange.
4269
4270         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4271         (gnus-article-goto-prev-page): Work for articles having ^L's.
4272
4273         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4274
4275         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4276
4277 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4278
4279         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4280         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4281         (gnus-bookmark-jump): Adjust some variable names.
4282
4283 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4284
4285         * auth-source.el: New package.
4286         (auth-source-choices): Add customization entry point variable.
4287
4288         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4289         bug.
4290
4291 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4292
4293         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4294         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4295         (gnus-registry-install-shortcuts): Rename from
4296         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4297         the `gnus-registry-mark-map' keymap dynamically from
4298         `gnus-registry-marks'.  The generated functions update the summary line
4299         when a registry mark is added or deleted, and will call
4300         `gnus-registry-install-p' (see the comments in the code).
4301         (gnus-registry-user-format-function-M): Use concat intelligently.
4302
4303         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4304         the registry mark functions.
4305
4306 2008-03-05  Glenn Morris  <rgm@gnu.org>
4307
4308         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4309         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4310         gnus-art.
4311         (top-level): No need to load own source when compiling.
4312
4313 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4314
4315         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4316         Suggested by <chris.anderton@zetnet.co.uk>.
4317
4318 2008-03-04  Glenn Morris  <rgm@gnu.org>
4319
4320         * gnus-sum.el (top-level): No need to require gnus when compiling,
4321         since unconditionally required near start of file.
4322         (gnus-summary-display-while-building): Move definition before use.
4323
4324 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4325
4326         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4327         formatting function.
4328
4329 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4330
4331         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4332         with plists.
4333         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4334         Use new format.
4335
4336 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4337
4338         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4339         `where-is-internal' that returns a range of key sequences.
4340
4341 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4342
4343         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4344
4345         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4346         (gnus-summary-jump-to-group): Consider windows on other displayed
4347         frames as well.  Similar changes might be needed elsewhere, but that's
4348         the one I've bumped into during my use.
4349
4350         * nndoc.el (nndoc-oe-dbx-type-p):
4351         * gnus-msg.el (gnus-debug):
4352         * gnus-group.el (gnus-update-group-mark-positions):
4353         Use mm-string-to-multibyte.
4354
4355 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4356
4357         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4358         doesn't handle NotDashEscaped.
4359
4360         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4361         (mml-dnd-attach-options): Fix typo in custom choice.
4362
4363         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4364         nndoc-article-type to mbox.
4365         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4366
4367         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4368         to nil, instead of html2text.
4369
4370         * imap.el (imap-debug): Add `imap-ping-server'.
4371
4372         * gnus-bookmark.el: Add FIXMEs.
4373
4374         * message.el (message-form-letter-separator)
4375         (message-send-form-letter-delay): New variables.
4376         (message-send-form-letter): Use them.  New command to send form
4377         letters.  Requested by Uwe Siart.
4378         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4379
4380 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4381
4382         * Update copyright years.
4383
4384 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4385
4386         Sync from EMACS_22_BASE.
4387
4388         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4389
4390 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4391
4392         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4393         empty author.
4394
4395 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4396
4397         * gnus-registry.el (gnus-registry-marks): Add variable for
4398         customization of marks and their appearance.
4399         (gnus-registry-read-mark): Use it.
4400         (gnus-registry-do-marks): Add utility function to loop through
4401         `gnus-registry-marks'.
4402         (gnus-registry-install-shortcuts-and-menus): Add function to install
4403         shortcuts and menus.
4404         (gnus-registry-initialize): Use it.
4405         (gnus-registry-default-mark): Clarify documentation.
4406
4407 2008-02-29  Glenn Morris  <rgm@gnu.org>
4408
4409         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4410         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4411         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4412         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4413         Change defcustom :version from 23.0 to 23.1.
4414
4415 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4416
4417         * gnus-registry.el (gnus-registry-follow-group-p)
4418         (gnus-registry-post-process-groups): Add functions to aid registry
4419         splitting and improve logging.  Clarify behavior in function
4420         documentation.
4421         (gnus-registry-split-fancy-with-parent): Use them.
4422
4423 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4424
4425         * gnus-art.el: Use with-current-buffer.
4426
4427 2008-02-27  David Engster  <dengste@eml.cc>
4428
4429         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4430         Express real group name in the response.
4431
4432 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4433
4434         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4435         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4436         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4437         autoload gnus-registry-fetch-group when compiling.
4438         (nnmairix-request-group-with-article-number-correction): Remove
4439         unreferenced argument passed to nnmairix-call-backend.
4440
4441 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4442
4443         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4444         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4445         Wilde.
4446
4447 2008-02-27  Glenn Morris  <rgm@gnu.org>
4448
4449         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4450         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4451         variables to defconsts.  Convert comments to doc-strings.
4452         (nnmairix-last-server, nnmairix-current-server): Convert from free
4453         variables to defvars.  Convert comments to doc-strings.
4454         (gnus-registry-fetch-group): Autoload.
4455         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4456         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4457         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4458         caddr.
4459         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4460         nnmairix-request-group-with-article-number-correction call.
4461         (nnmairix-fast, nnmairix-group): New, less general names, for free
4462         variables passed from nnmairix-request-group to
4463         nnmairix-request-group-with-article-number-correction.  Declare.
4464         (nnmairix-request-group-with-article-number-correction):
4465         Use nnmairix-fast, nnmairix-group rather than fast, group.
4466
4467 2008-02-26  David Engster  <dengste@eml.cc>
4468
4469         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4470         version 0.5.
4471
4472 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4473
4474         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4475         instead of making an extra function call.  Don't add the current group
4476         to articles only when they have the group.  Use
4477         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4478         Reported by David <de_bb@arcor.de>.
4479
4480 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4481
4482         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4483         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4484
4485 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4486
4487         * mail-source.el (mail-source-delete-incoming): Change default.
4488         Supplement doc string.
4489
4490         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4491
4492 2008-02-14  Glenn Morris  <rgm@gnu.org>
4493
4494         * time-date.el (format-seconds): New function.
4495
4496 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4497
4498         * nnmail.el (nnmail-message-id-cache-file): Derive from
4499         `gnus-home-directory'.
4500
4501 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4502
4503         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4504         Document negative prefix.
4505
4506         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4507
4508 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4509
4510         * message.el (message-unsent-separator): Add the Exim bounce
4511         separator.
4512
4513 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4514
4515         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4516         list.
4517         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4518         recipient/signer list.
4519
4520 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4521
4522         * Makefile.in (datarootdir): Define.
4523         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4524         name that might contain whitespace.
4525
4526 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4527
4528         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4529         fbound (Emacs 23 unicode), signal an error.
4530
4531 2008-02-08  Glenn Morris  <rgm@gnu.org>
4532
4533         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4534
4535 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4536
4537         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4538         ports to the calls to `netrc-machine-user-or-password' in addition to
4539         "imap" and "imaps".
4540
4541 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4542
4543         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4544
4545         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4546
4547 2008-02-01  Kenichi Handa  <handa@m17n.org>
4548
4549         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4550         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4551         (rfc2104-hash): Convert the result of concat to unibyte string.
4552
4553 2008-02-01  Dave Love  <fx@gnu.org>
4554
4555         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4556         coding-system-for-read.
4557         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4558
4559 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4560
4561         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4562         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4563         <hanche@math.ntnu.no>.
4564
4565 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4566
4567         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4568
4569         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4570
4571 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4572
4573         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4574         * message.el (message-beginning-of-line): Use featurep instead of bound
4575         tests in order to resolve conditionals at compile time.
4576
4577 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4578
4579         * mail-source.el (mail-sources): Add `group' choice.
4580
4581         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4582         parameter `in-group' to control into which group the articles go.
4583         Add treatment of `group' mail-source.
4584
4585 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4586
4587         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4588
4589         * mm-decode.el (mm-dissect-buffer): Decode description.
4590
4591         * mml.el (mml-to-mime): Encode message header first.
4592
4593 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4594
4595         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4596         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4597
4598         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4599         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4600
4601 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4602
4603         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4604
4605 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4606
4607         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4608         prefix keys.
4609         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4610         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4611         gnus-xmas.el.
4612
4613         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4614         (gnus-xmas-article-describe-bindings): New function.
4615         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4616         gnus-xmas-article-describe-bindings.
4617
4618         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4619
4620 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4621
4622         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4623         Add new variables for article mark management.
4624         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4625         list of extra data entries which, when present, will indicate that the
4626         article ID should not be trimmed from the registry.
4627         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4628         functions.
4629         (gnus-registry-read-mark): New function to read a mark name from the
4630         user.
4631         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4632         (gnus-registry-set-article-mark-internal): New functions to add and
4633         remove marks.
4634         (gnus-registry-get-article-marks): New function to show the marks for
4635         an article, or retrieve them for further use.
4636
4637 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4638
4639         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4640         keys when no argument is given.
4641
4642 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4643
4644         * imap.el (imap-ping-server): New variable.
4645         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4646         (imap-ping-server): Minor doc string fixes.
4647
4648 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4649
4650         * imap.el (imap-ping-server): New function.
4651         (imap-opened): Call imap-ping-server.
4652
4653 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4654
4655         * gnus-sum.el (gnus-article-sort-by-random)
4656         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4657         jidanni@jidanni.org.
4658
4659 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4660
4661         * gnus-art.el (gnus-article-describe-bindings): New function.
4662         (gnus-article-read-summary-keys): Use it.
4663         (gnus-article-mode-map): Bind `C-h b' to it.
4664
4665 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4666
4667         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4668         XEmacs.
4669         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4670         against non-character events.
4671
4672         * lpath.el: Fbind map-keymap for Emacs 21.
4673
4674 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4675
4676         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4677         command.
4678         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4679         instead of END.  Change name of the temp file.
4680         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4681         customizable.
4682
4683 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4684
4685         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4686         bind `S W' to gnus-article-wide-reply-with-original; set default
4687         binding to gnus-article-read-summary-send-keys.
4688         (gnus-article-read-summary-keys): Fix the order of keys; display
4689         continuation keys correctly in the echo area; describe bindings
4690         correctly when keys end with `C-h'.
4691         (gnus-article-read-summary-send-keys): New function.
4692         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4693         for gnus-article-read-summary-send-keys; display continuation keys
4694         correctly in the echo area.
4695         (gnus-article-reply-with-original): Ignore prefix argument.
4696         (gnus-article-wide-reply-with-original): New function.
4697
4698         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4699         Emacs 21.
4700
4701 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4702
4703         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4704         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4705
4706 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4707
4708         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4709         (gnus-group-read-ephemeral-gmane-group): New command.
4710
4711 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4712
4713         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4714
4715 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4716
4717         * message.el (message-send-mail-function): Increase custom version.
4718
4719         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4720         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4721
4722 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4723
4724         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4725         for the cases where imap-authenticate is called with a nil buffer
4726         parameter.
4727
4728 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4729
4730         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4731         html parts correctly; support forwarded messages.
4732         (gnus-article-browse-html-article): Remove work buffers.
4733
4734         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4735         compiling.
4736         (netrc-bound-and-true-p): New macro.
4737         (netrc-parse): Use it instead of bound-and-true-p that is not available
4738         in XEmacs 21.4.
4739
4740 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4741
4742         * gnus-registry.el (gnus-registry-mark-article)
4743         (gnus-registry-article-marks): Add functionality to mark articles
4744         through the Gnus registry.
4745
4746         * encrypt.el: Clarify documentation for the new pgg method.
4747         (encrypt-file-alist): Add PGG option.
4748         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4749         functionality.  Abstract password key and messaging to external
4750         functions.
4751         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4752         (encrypt-message-method-and-cipher): Add new convenience external
4753         functions.
4754         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4755         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4756
4757         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4758         (netrc-parse): Use encrypt-file-alist to determine if
4759         encrypt-find-model or encrypt-insert-file-contents should be used.
4760
4761         * encrypt.el: Clarify documentation.  Load password-cache or
4762         password, whichever one is found first, instead of autoloading.
4763
4764 2007-12-19  Glenn Morris  <rgm@gnu.org>
4765
4766         * mml.el (message-options-set, message-narrow-to-head)
4767         (message-in-body-p, message-mail-p, message-encode-message-body):
4768         Autoload.
4769         (message-remove-header, message-narrow-to-headers-or-head)
4770         (message-subscribed-p, message-make-mail-followup-to)
4771         (message-position-on-field, message-news-p)
4772         (message-options-set-recipient, message-generate-headers)
4773         (message-sort-headers): Declare as functions.
4774
4775 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4776
4777         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4778         convention in doc string.
4779
4780 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4781
4782         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4783         title to html parts.
4784         (gnus-article-browse-html-article): Pass message header to it.
4785
4786         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4787
4788 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4789
4790         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4791         or password compatible with XEmacs.
4792
4793 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4794
4795         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4796         format document.
4797         (gnus-mime-delete-part): Don't write description line if empty.
4798         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4799
4800 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4801
4802         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4803         (gnus-summary-mark-read-and-unread-as-read)
4804         (gnus-summary-mark-current-read-and-unread-as-read)
4805         (gnus-summary-mark-unread-as-ticked): Doc fix.
4806         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4807
4808 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4809
4810         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4811         Christoph Conrad <christoph.conrad@gmx.de>.
4812
4813 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4814
4815         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4816         yes-or-no-p.
4817
4818 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4819
4820         * mm-decode.el (mm-add-meta-html-tag): New function.
4821         (mm-save-part-to-file, mm-pipe-part): Use it.
4822
4823         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4824         gnus-y-or-n-p instead of y-or-n-p.
4825         (gnus-article-browse-html-parts): Work with message/external-body; use
4826         mm-add-meta-html-tag.
4827
4828 2007-12-11  Glenn Morris  <rgm@gnu.org>
4829
4830         * gnus-cache.el: Require gnus-sum not just when compiling.
4831
4832         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4833
4834         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4835         definitions before use.
4836
4837         * mm-decode.el: Require gnus-util.
4838         (mm-remove-part): Only call delete-annotation on XEmacs.
4839
4840         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4841
4842         * nnmail.el: Require gnus-int.
4843
4844         * spam.el: Move `require's before `eval-when-compile's.
4845
4846         * gnus-ems.el (gnus-alive-p):
4847         * gnus-fun.el (message-goto-eoh):
4848         * gnus-util.el (gnus-group-name-decode):
4849         * mail-source.el (gnus-compress-sequence):
4850         * message.el (Info-goto-node, format-spec):
4851         * mm-bodies.el (message-options-get):
4852         * mm-decode.el (mm-view-pkcs7):
4853         * mm-util.el (gmm-write-region):
4854         * mml-smime.el (mml-compute-boundary)
4855         (gnus-completing-read-with-default):
4856         * mml.el (widget-button-press, gnus-make-hashtable):
4857         * mml1991.el (mm-decode-content-transfer-encoding)
4858         (mm-encode-content-transfer-encoding)
4859         (message-options-get, message-options-set):
4860         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4861         * nnfolder.el (gnus-request-group):
4862         * nnheader.el (ietf-drums-unfold-fws):
4863         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4864         * smime.el (gnus-run-mode-hooks):
4865         * spam-stat.el (gnus-message): Autoload.
4866
4867         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4868         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4869         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4870         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4871         Add declare-function compatibility definition.
4872
4873         * gnus-cache.el (nnvirtual-find-group-art):
4874         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4875         (gnus-add-image, gnus-add-wash-type):
4876         * gnus-group.el (nnkiboze-score-file):
4877         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4878         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4879         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4880         (message-tokenize-header, gnus-get-buffer-create)
4881         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4882         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4883         * gnus.el (gnus-group-decoded-name):
4884         * mail-source.el (imap-capability):
4885         * mm-bodies.el (message-options-set):
4886         * mm-decode.el (gnus-configure-windows):
4887         * mm-extern.el (message-goto-body):
4888         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4889         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4890         (epg-sub-key-validity, message-options-set):
4891         * mml.el (widget-event-point, gnus-configure-windows):
4892         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4893         * mml2015.el (epg-check-configuration, epg-configuration)
4894         (message-options-set):
4895         * nndb.el (nndb-request-article):
4896         * nnfolder.el (gnus-request-create-group):
4897         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4898         * nnmaildir.el (gnus-group-mark-article-read):
4899         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4900         * rfc1843.el (message-fetch-field):
4901         * spam.el (gnus-extract-address-components):
4902         Declare as functions.
4903
4904 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4905
4906         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4907
4908         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4909
4910         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4911         bind show-trailing-whitespace for XEmacs.
4912
4913 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4914
4915         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4916         new no-op macro for backward compatibility.
4917
4918         * imap.el (imap-string-to-integer): New function.
4919
4920 2007-12-09  Glenn Morris  <rgm@gnu.org>
4921
4922         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4923
4924         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4925         * message.el, mm-view.el, sieve-manage.el, smime.el:
4926         Add declare-function compatibility definition.
4927
4928         * gnus-art.el (w3-region, w3m-region, Info-menu):
4929         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4930         * gnus-sum.el (gnus-get-predicate):
4931         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4932         * message.el (mail-abbrev-in-expansion-header-p):
4933         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4934         (w3m-detect-meta-charset, w3m-region):
4935         * sieve-manage.el (password-read, password-cache-add)
4936         (password-cache-remove):
4937         * smime.el (password-read-and-add): Declare as functions.
4938
4939 2007-12-08  David Kastrup  <dak@gnu.org>
4940
4941         * gnus-sum.el (gnus-summary-simplify-subject-query):
4942         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4943         `message'.
4944
4945 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4946
4947         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4948         it to bind idna-program, installation-directory, defined-colors, and
4949         face-attribute for XEmacs of the version that compiles defcustom forms.
4950
4951 2007-12-07  Glenn Morris  <rgm@gnu.org>
4952
4953         * gnus-art.el (article-make-date-line): Revert previous change.
4954
4955 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4956
4957         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4958
4959 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4960
4961         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4962         Call gnus-add-to-range ranges only once with a prepared article-list.
4963
4964 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4965
4966         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4967         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4968         group names with backslashes.  Reported by Tassilo Horn
4969         <tassilo@member.fsf.org>.
4970
4971 2007-12-06  Deepak Goel  <deego3@gmail.com>
4972
4973         * gnus-art.el (article-make-date-line):
4974         * gnus-start.el (gnus-load):
4975         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4976
4977 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4978
4979         * gnus-art.el (gnus-use-idna)
4980         * gnus-start.el (gnus-site-init-file)
4981         * message.el (message-use-idna)
4982         * mm-uu.el (mm-uu-hide-markers)
4983         * smiley.el (smiley-style): Revert changes that suppress warnings.
4984
4985 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4988         specify charset to html source.  Reported by Christoph Conrad
4989         <christoph.conrad@gmx.de>.
4990
4991 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4992
4993         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4994         idna-program in order to suppress byte compile warning issued by XEmacs
4995         that came to byte compile the default value section of defcustom forms
4996         recently.
4997
4998         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4999         value of installation-directory.
5000
5001         * message.el (message-use-idna): Don't directly refer to the value of
5002         idna-program.
5003
5004         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5005
5006         * smiley.el (smiley-style): Don't directly call face-attribute.
5007
5008 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5009
5010         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5011
5012         * gnus-dired.el: Reduce Gnus dependencies.
5013         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5014         require.  Use autoloads instead.
5015         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5016         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5017         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5018         (gnus-dired-mode): Adjust doc string.
5019         (gnus-dired-mail-mode): New variable.
5020         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5021         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5022         (gnus-dired-mail-buffers): New function.  Return mail or message
5023         composition buffers.
5024         (gnus-dired-attach): Use it.
5025         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5026         NO-DECODE.
5027         (gnus-dired-print): Use `gnus-print-buffer' depending on
5028         `gnus-dired-mail-mode'.
5029
5030 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5031
5032         * rfc2047.el (rfc2047-encoded-word-regexp)
5033         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5034         explaining what regexp patterns are for.
5035
5036 2007-12-04  Glenn Morris  <rgm@gnu.org>
5037
5038         * password.el: Move to password-cache.el.
5039
5040         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5041         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5042         * mml-smime.el (password-read, password-cache-add)
5043         (password-cache-remove):
5044         No need to autoload, since mml-sec requires password.
5045
5046         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5047         * message.el (gnus-extract-address-components):
5048         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5049
5050         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5051         password.
5052
5053 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5054
5055         * mailcap.el: Reduce dependencies.
5056         (mail-header-parse-content-type): Autoload.
5057         (mailcap-delete-duplicates): New alias.
5058         (mailcap-mime-info): Add optional argument NO-DECODE.
5059         (mailcap-mime-types): Use mailcap-delete-duplicates.
5060
5061         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5062
5063 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5064
5065         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5066         (imap-parse-status): Upcase status-att for servers that sends them
5067         lower-case (e.g., MS Exchange 2007).
5068
5069 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5070
5071         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5072         function.
5073
5074         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5075         (gnus-uu-yenc-article): New function.
5076
5077         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5078
5079         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5080         buffer.
5081
5082 2007-12-02  Glenn Morris  <rgm@gnu.org>
5083
5084         * binhex.el (binhex): New custom group.
5085         (binhex-decoder-program, binhex-decoder-switches)
5086         (binhex-use-external): Move to the binhex custom group.
5087
5088         * uudecode.el (uudecode): New custom group.
5089         (uudecode-decoder-program, uudecode-decoder-switches)
5090         (uudecode-use-external): Move to the uudecode custom group.
5091
5092         * netrc.el (top-level): Don't load `encrypt' features.
5093         (netrc-parse): Don't use encrypt.
5094         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5095
5096         * encrypt.el: Remove file.
5097
5098 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5099
5100         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5101         matches on patches.
5102
5103         * gnus-art.el (gnus-article-browse-html-article): Mention
5104         `mm-text-html-renderer' in the doc string.
5105
5106         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5107         string.  Add comments.
5108
5109         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5110         if rhs is ASCII.
5111
5112 2007-12-01  Glenn Morris  <rgm@gnu.org>
5113
5114         * mail-source.el (top-level): Require format-spec before
5115         eval-when-compile.
5116
5117 2007-11-30  Glenn Morris  <rgm@gnu.org>
5118
5119         * encrypt.el: Require password, rather than autoloading password-read.
5120
5121 2007-11-29  Glenn Morris  <rgm@gnu.org>
5122
5123         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5124         (sasl-make-client, sasl-next-step, sasl-step-data)
5125         (sasl-step-set-data): Declare as functions.
5126
5127 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5128
5129         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5130
5131 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5132
5133         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5134         certs should be verified and what is to be done in the event of a
5135         verification failure.
5136
5137         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5138         caller can indicate whether the cache should be disregarded for this
5139         call.  This way the result of the call is reproducible at all times and
5140         can be considered a canonical server name for the supplied method.
5141         (gnus-agent-method-p): Canonicalize server names by pushing their
5142         method through `gnus-method-to-server' using the no-cache argument.
5143
5144         * gnus-srvr.el (gnus-server-insert-server-line): Call
5145         `gnus-method-to-server' with `no-cache' argument.
5146
5147         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5148         gnus-agent-possibly-synchronize-flags as this should be called when the
5149         server is actually being opened.
5150         (gnus-agent-possibly-synchronize-flags)
5151         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5152         flags file of an agentized server to the latter function.
5153
5154         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5155         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5156         after a connection has been established successfully.
5157
5158 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5159
5160         * gnus-art.el (article-display-face): Force to display face if called
5161         interactively; check if gnus-article-x-face-too-ugly matches author.
5162         (article-display-x-face): Display face even if From header is missing
5163         as article-display-face does.
5164
5165 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5166
5167         * hashcash.el (message-narrow-to-headers-or-head)
5168         (message-fetch-field, message-goto-eoh)
5169         (message-narrow-to-headers): Declare as functions.
5170
5171 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5172
5173         * mail-source.el (mail-sources): Default to fetch from file for
5174         compatibility with default of nnmail-spool-file.
5175
5176 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5177
5178         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5179         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5180         to look for encoded word that should be encoded again.
5181         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5182         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5183         encoding pattern.
5184         (rfc2047-decode-region): Switch strict regexp and loose one according
5185         to rfc2047-allow-irregular-q-encoded-words.
5186
5187 2007-11-25  Romain Francoise  <romain@orebokech.com>
5188
5189         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5190
5191 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5192
5193         * tls.el (tls-program): Provide more custom choices from
5194         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5195         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5196
5197 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5198
5199         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5200         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5201
5202         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5203         `nnmail-spool-file'.
5204
5205         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5206         `nnmail-spool-file'.
5207
5208         * gnus-move.el (gnus-change-server): Ditto.
5209
5210         * gnus-kill.el (gnus-batch-score): Ditto.
5211
5212         * gnus-cache.el (gnus-jog-cache): Ditto.
5213
5214         * gnus-msg.el (gnus-summary-reply):
5215         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5216
5217 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5218
5219         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5220         version.  Minor improvement to doc strings.
5221         (tls-program): Add comment.
5222
5223 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5224
5225         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5226         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5227         mismatch between the hostname provided in the certificate and the name
5228         of the host connnecting to.
5229         (open-tls-stream): Use them.  Check certificates against trusted root
5230         certificates.
5231
5232 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5233
5234         * gnus-cache.el (gnus-cache-generate-nov-databases):
5235         Use nnml-generate-nov-databases-directory instead of
5236         nnml-generate-nov-databases-1.
5237
5238 2007-11-24  Glenn Morris  <rgm@gnu.org>
5239
5240         * message.el (message-tool-bar-retro): Update for rename
5241         mail_send.xpm->mail-send.xpm.
5242
5243 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5244
5245         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5246         `smime-ldap-search' for Emacs 22 and up.
5247
5248 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5249
5250         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5251
5252         * message.el (message-send-mail-function): Fix error convention.
5253         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5254         (message-widen-reply, message-send-mail, message-talkative-question)
5255         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5256         (message-clone-locals, message-send-news): Use with-current-buffer.
5257         (message-insert-or-toggle-importance): Remove unused var `valid'.
5258         (message-make-references): Remove unused var `new-references'.
5259         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5260
5261 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5262
5263         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5264         (spam-split-symbolic-return-positive): Reflow docstring.
5265         (spam-backends, spam-summary-exit-behavior)
5266         (spam-mark-ham-unread-before-move-from-spam-group)
5267         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5268         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5269         (spam-clear-cache, spam-backend-check, spam-install-backend)
5270         (spam-install-statistical-backend, spam-list-of-processors)
5271         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5272         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5273         (spam-check-crm114, spam-initialize, spam-unload-hook):
5274         Fix typos in docstrings.
5275
5276 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5277
5278         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5279         been checked if they have never been read and those group levels are
5280         higher than the one that a user specified.
5281
5282 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5283
5284         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5285         foreign groups unless a group level is specified by a user.
5286         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5287
5288 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5289
5290         * message.el (message-send-mail-function): Require sendmail.
5291
5292 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5293
5294         * message.el (message-send-mail-function): Check for smtpmail too.
5295
5296         * utf7.el (utf7-encode, utf7-decode): Use coding system
5297         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5298
5299         * message.el (message-send-mail-function): New function.
5300         (message-send-mail-function): Set default using
5301         message-send-mail-function.  Adjust doc string.
5302         (message-send-mail-with-mailclient): New function.
5303
5304 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5305
5306         * smime.el (from):
5307         * rfc2047.el (message-posting-charset):
5308         * qp.el (mm-use-ultra-safe-encoding):
5309         * pop3.el (parse-time-months):
5310         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5311         * nnml.el (files):
5312         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5313         (jka-compr-compression-info-list, ange-ftp-path-format)
5314         (efs-path-regexp):
5315         * nndiary.el (files):
5316         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5317         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5318         (epg-digest-algorithm-alist, inhibit-redisplay)
5319         (password-cache-expiry):
5320         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5321         (pgg-output-buffer, password-cache-expiry):
5322         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5323         (efs-path-regexp):
5324         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5325         (inhibit-redisplay):
5326         * mm-uu.el (file-name, start-point, end-point, entry)
5327         (gnus-newsgroup-name, gnus-newsgroup-charset):
5328         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5329         (latin-unity-ucs-list):
5330         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5331         (mm-uu-binhex-decode-function):
5332         * message.el (gnus-message-group-art, gnus-list-identifiers)
5333         (rmail-enable-mime-composing, gnus-local-organization)
5334         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5335         (gnus-read-active-file, facemenu-add-face-function)
5336         (facemenu-remove-face-function, gnus-article-decoded-p)
5337         (tool-bar-mode):
5338         * mail-source.el (display-time-mail-function):
5339         * gnus-util.el (nnmail-pathname-coding-system)
5340         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5341         (gnus-original-article-buffer, gnus-user-agent)
5342         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5343         (xemacs-codename, sxemacs-codename, emacs-program-version):
5344         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5345         * gnus-start.el (gnus-agent-covered-methods)
5346         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5347         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5348         (gnus-newsgroup-headers, gnus-group-list-mode)
5349         (gnus-group-mark-positions, gnus-newsgroup-data)
5350         (gnus-newsgroup-unreads, nnoo-state-alist)
5351         (gnus-current-select-method, mail-sources)
5352         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5353         (nnmail-spool-file, gnus-cache-active-hashtb):
5354         * gnus-mh.el (mh-lib-progs):
5355         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5356         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5357         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5358         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5359         (gnus-group-buffer):
5360         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5361         (font-lock-set-defaults):
5362         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5363         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5364         (gnus-summary-post-menu, total-parts, type, condition, length):
5365         * gnus-agent.el (gnus-agent-read-agentview):
5366         * flow-fill.el (show-trailing-whitespace):
5367         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5368         eval-and-compile wrappers for byte compiler pacifiers.
5369
5370         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5371         (mm-display-inline-fontify): Check for featurep 'xemacs not
5372         extent-list.
5373
5374         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5375         itimer-list.
5376         (mm-create-image-xemacs): Only do something for XEmacs.
5377         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5378
5379         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5380
5381         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5382         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5383
5384 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5385
5386         * nnimap.el (nnimap-split-download-body):
5387         * gnus-demon.el (gnus-demon):
5388         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5389
5390 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5391
5392         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5393         macros.
5394         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5395         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5396         copy data from unibyte buffer to multibyte current buffer.
5397         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5398         to copy data from unibyte current buffer to multibyte buffer.
5399         (nntp-make-process-buffer): Make process buffer unibyte.
5400
5401         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5402
5403 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5404
5405         * pop3.el (pop3-open-server): Accept and process data more robustly at
5406         connexion start to avoid spurious "POP SSL connexion failed" errors.
5407
5408 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5409
5410         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5411         read group names.
5412
5413 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5414
5415         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5416
5417 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5418
5419         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5420         (nnmail-save-active): Use a unibyte buffer when saving active file,
5421         which may contain non-ASCII group names.
5422
5423         * nnml.el (nnml-request-group): Decode group names in messages.
5424
5425 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5426
5427         * message.el (message-citation-line-function)
5428         (message-insert-formatted-citation-line): Fix spelling of
5429         `message-insert-formated-citation-line'.
5430
5431 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5432
5433         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5434
5435 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5438         nnmail-pathname-coding-system.
5439
5440         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5441         that a user enters; decode group names in messages.
5442
5443         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5444
5445 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5446
5447         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5448
5449         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5450
5451         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5452         risky local variable.
5453
5454         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5455
5456 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5457
5458         * encrypt.el: Improve documentation to fix function name typo.
5459         Reported by Daiki Ueno <ueno@unixuser.org>.
5460
5461 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5462
5463         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5464         even if the point is not in the last page of an article.
5465         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5466         back to the previous page.
5467
5468 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5469
5470         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5471
5472 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5473
5474         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5475
5476 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5477
5478         * message.el (message-check-news-body-syntax): Avoid
5479         mm-string-as-multibyte.
5480         (message-hide-headers): Don't assume (point-min)==1.
5481
5482 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5483
5484         * message.el (message-remove-blank-cited-lines): Fix if remove is
5485         given.
5486         (message-bogus-address-regexp): New variable.
5487         (message-bogus-recipient-p): New function.
5488         (message-check-recipients): New command.
5489         (message-syntax-checks): Add `bogus-recipient'.
5490         (message-fix-before-sending): Add `bogus-recipient'.
5491
5492         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5493         (gnus-treat-body-boundary): Don't test window-system.
5494
5495 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5496
5497         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5498
5499 2007-10-28  Miles Bader  <miles@gnu.org>
5500
5501         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5502         at compile-time too.
5503
5504 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5505
5506         * gnus-msg.el (gnus-message-setup-hook): Add
5507         `message-remove-blank-cited-lines' to options.
5508
5509 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5510
5511         * message.el (message-remove-blank-cited-lines): New function.
5512         Suggested by Karl Plästerer.
5513
5514 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5515
5516         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5517         mapc.
5518
5519         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5520         (top-level): Use mapc to set functions to be traced for debugging.
5521
5522         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5523         called for effect with while loop.
5524
5525         * message.el (message-talkative-question): Replace mapcar called for
5526         effect with mapc.
5527
5528         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5529         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5530         called for effect with dolist.
5531
5532         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5533
5534         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5535         gnus-extra-headers and nnmail-extra-headers.
5536
5537         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5538         called for effect with dolist.
5539         (top-level): Use mapc to set functions to be traced for debugging.
5540
5541         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5542         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5543         dolist.
5544
5545         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5546         Replace mapcar called for effect with mapc.
5547         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5548         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5549         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5550         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5551
5552         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5553         remove-if that's a cl function.
5554
5555         * webmail.el (webmail-debug): Replace mapcar called for effect with
5556         dolist.
5557
5558         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5559         with mapc.
5560
5561 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5562
5563         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5564         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5565         with while loop.
5566
5567         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5568         functions from article-* functions.
5569         (gnus-multi-decode-header): Replace mapcar called for effect with
5570         dolist.
5571
5572         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5573         (gnus-bookmark-show-details): Replace mapcar called for effect with
5574         while loop.
5575
5576         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5577         called for effect with while loop.
5578
5579         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5580         with dolist.
5581
5582         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5583         mapcar called for effect with dolist.
5584
5585         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5586
5587         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5588         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5589         Replace mapcar called for effect with dolist.
5590         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5591         mapc.
5592
5593         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5594         Replace mapcar called for effect with dolist.
5595         (gnus-topic-list): Replace mapcar called for effect with mapc.
5596
5597         * gnus.el: Use mapc instead of mapcar to add autoloads.
5598
5599 2007-10-23  Richard Stallman  <rms@gnu.org>
5600
5601         * gnus-group.el (gnus-group-highlight): Mark as risky.
5602
5603 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5604
5605         * gnus.el (gnus-server-to-method): Return method found first in
5606         gnus-newsrc-alist.
5607
5608         * gnus-art.el (gnus-article-highlight-signature)
5609         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5610         button overlay without the front stickiness.
5611
5612 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5613
5614         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5615         overview buffer needed a catch to receive its throw.
5616         (gnus-agent-flush-cache): Declared as interactive to make this function
5617         easier to use.
5618
5619 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5620
5621         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5622         `next-line'.
5623
5624 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5625
5626         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5627         exclude address matching message-dont-reply-to-names.
5628
5629 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5630
5631         * gnus-util.el (gnus-string<): New function.
5632
5633         * gnus-sum.el (gnus-article-sort-by-author)
5634         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5635
5636 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5637
5638         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5639         the frame-focus tag is set in gnus-buffer-configuration.
5640
5641 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5642
5643         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5644         the front stickiness.
5645
5646 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5647
5648         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5649         url pattern; remove duplicate one.
5650         (gnus-article-extend-url-button): New function.
5651         (gnus-article-add-buttons): Use it.
5652         (gnus-button-push): Use concatenated url that it makes.
5653
5654 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5655
5656         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5657
5658 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5659
5660         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5661         Don't hardcode point-min==1.
5662
5663 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5664
5665         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5666         Fix comment about "iso8859-1".
5667
5668 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5669
5670         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5671         ones returned from the verify-function.
5672
5673         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5674         mml2015-extract-cleartext-signature if extraction failed.
5675
5676 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5677
5678         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5679         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5680         failed.
5681
5682 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5683
5684         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5685
5686 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5687
5688         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5689         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5690         recommends to use EasyPG instead of PGG.
5691
5692         * pgg.el: Revert to revision 6.23.2.16.
5693
5694         * pgg-def.el: Revert to revision 6.6.2.14.
5695
5696         * pgg-gpg.el: Revert to revision 6.23.2.34.
5697
5698 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5699
5700         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5701         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5702         thread for both the null and zero (kill/expire thread) universal prefix
5703         cases.
5704         (gnus-summary-expire-thread): Add new function to expire a thread,
5705         using gnus-summary-kill-thread.
5706         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5707         shortcuts for gnus-summary-expire-thread.
5708         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5709         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5710
5711 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5712
5713         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5714         extras value, so an extras entry can be deleted.
5715         (gnus-registry-delete-extra-entry): Use it.
5716         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5717         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5718         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5719         storage through the gnus-registry, and provide an appropriate API for
5720         it.
5721
5722 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5723
5724         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5725         Suggested by Leo <sdl.web@gmail.com>.
5726
5727         * gnus.el: Do.
5728
5729 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5730
5731         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5732         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5733
5734         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5735
5736         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5737         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5738
5739 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5740
5741         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5742         newline.
5743         (nnmbox-request-accept-article): Don't change article in source buffer;
5744         narrow to header to use message-fetch-field rather than
5745         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5746         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5747         as delimiters; make sure article ends with newline.
5748         (nnmbox-delete-mail): Correct last position of article to be deleted;
5749         ignore X-Gnus-Newsgroup header in article body.
5750         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5751         positions; make sure article ends with newline.
5752
5753         * message.el (message-display-abbrev): Don't infloop when a user
5754         inserts SPC in the beginning of header.
5755
5756         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5757         coding-system-for-read and coding-system-for-write for XEmacs having no
5758         file-coding feature.
5759
5760         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5761
5762 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5763
5764         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5765         list of groups not followed by default.  Fix type to be regexp.
5766         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5767
5768 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5769
5770         * hmac-def.el (define-hmac-function): Switch from old-style to
5771         new-style backquotes.
5772
5773         * md4.el (md4-make-step): Likewise.
5774
5775 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5776
5777         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5778         raw-text coding system when saving .newsrc file, which may contain
5779         non-ASCII group names.
5780
5781 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5782
5783         * gnus-cus.el (gnus-score-extra): New widget.
5784         (gnus-score-extra-convert): New function.
5785         (gnus-score-customize): Use it for Extra.
5786
5787 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5788
5789         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5790         (mml2015-mailcrypt-clear-verify): Use it.
5791         (mml2015-gpg-clear-verify): Use it.
5792         (mml2015-pgg-clear-verify): Use it.
5793         (mml2015-epg-clear-verify): Replace the current part with the output
5794         from GnuPG; don't extract the plaintext by itself.
5795
5796         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5797         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5798         mml2015-clear-verify-function; don't touch the armor headers or
5799         dash-escaped text here.
5800
5801 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5802
5803         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5804         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5805         parts, or application/octet-stream as a last resort.
5806         (gnus-mime-view-part-as-type): Don't toggle display.
5807         (gnus-mime-view-part-as-charset): Don't turn off display before
5808         querying charset.
5809
5810         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5811         stuff to undisplayer function in Emacs.
5812         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5813
5814         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5815         text/calendar parts.
5816
5817 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5818
5819         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5820         decoding text/calendar parts.
5821
5822         * message.el (message-forward-make-body-mime): Always mark body as
5823         having no illegible text; remove signed-or-encrypted argument.
5824         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5825
5826         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5827         (mml-generate-mime-1): Don't encode body if it is specified to be in
5828         raw form; don't make buffer be unibyte when inserting multibyte string.
5829
5830 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5831
5832         * sha1.el: Fix up comment style.
5833         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5834         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5835
5836         * hex-util.el: Fix up comment style.
5837         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5838
5839         * gnus-salt.el: Use with-current-buffer.
5840         (gnus-pick-setup-message): Fix long-standing typo.
5841
5842 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5843
5844         * imap.el (imap-logout-timeout): New variable.
5845         (imap-logout, imap-logout-wait): New functions.
5846         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5847
5848         * nnimap.el (nnimap-logout-timeout): New server variable.
5849         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5850         nnimap-logout-timeout.
5851
5852         * gnus-art.el (gnus-article-summary-command-nosave)
5853         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5854
5855 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5856
5857         * gnus.el (gnus-maximum-newsgroup): New variable.
5858
5859         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5860         according to gnus-maximum-newsgroup.
5861
5862         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5863         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5864         Limit the range of articles according to gnus-maximum-newsgroup.
5865
5866 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5867
5868         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5869         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5870         Don't perform gnus-configure-windows here; reuse existing sticky
5871         article buffer.
5872
5873         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5874         it doesn't exist in gnus-article-mode.
5875
5876 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5877
5878         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5879         (gnus-agent-decoded-group-name): New function.
5880         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5881         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5882
5883 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5884
5885         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5886         Add binding for gnus-sticky-article.
5887         (gnus-summary-exit): Don't kill sticky article buffers.
5888
5889         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5890         article buffer.
5891         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5892         (gnus-kill-sticky-article-buffers): New commands.
5893
5894 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5895
5896         * nntp.el (nntp-xref-number-is-evil): New server variable.
5897         (nntp-find-group-and-number): If it is non-nil, don't trust article
5898         numbers in the Xref header.
5899
5900 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5901
5902         * gnus-agent.el (gnus-agent-read-group): New function.
5903         (gnus-agent-flush-group, gnus-agent-expire-group)
5904         (gnus-agent-regenerate-group): Use it.
5905         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5906         nnmail-pathname-coding-system.
5907
5908 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5909
5910         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5911
5912         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5913         that are unread as unread, and also as selected so that information of
5914         marks having been changed by a user may be updated when exiting group.
5915
5916 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5917
5918         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5919         calculated ignoring signature parts to gnus-treat-article.
5920
5921 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5922
5923         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5924         a point here in order to keep the window start.
5925         (gnus-insert-mime-security-button): Make a button overlay without the
5926         front stickiness.
5927         (gnus-mime-display-security): Goto the end of a button.
5928
5929         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5930
5931 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5932
5933         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5934         group-name-at-point.
5935         (gnus-group-completing-read): New function that offers decoded
5936         non-ASCII group names for completion.
5937         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5938         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5939         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5940         (gnus-group-fetch-control): Use it.
5941         (gnus-fetch-group): Use group-name-at-point for the initial value
5942         rather than the default value; use gnus-alive-p.
5943
5944         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5945         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5946         (gnus-summary-post-news): Use gnus-group-completing-read.
5947
5948         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5949         (gnus-read-move-group-name): Decode group name for completion.
5950
5951 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5952
5953         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5954         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5955         Yamaoka slightly modified the code).
5956
5957 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5958
5959         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5960         (nnmail-split-incoming): Bind it.
5961
5962         * nnml.el (nnml-group-name-charset): New function.
5963         (nnml-decoded-group-name): Use it; don't decode group name if
5964         nnmail-group-names-not-encoded-p is non-nil.
5965         (nnml-encoded-group-name): New function.
5966         (nnml-group-pathname): Inline nnml-decoded-group-name.
5967         (nnml-request-expire-articles): Decode group name in message.
5968         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5969         nnmail-pathname-coding-system.
5970         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5971         not decoded ones according to nnmail-group-names-not-encoded-p.
5972         (nnml-generate-active-info): Use nnml-encoded-group-name.
5973
5974 2007-08-08  Glenn Morris  <rgm@gnu.org>
5975
5976         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5977         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5978         doc-strings and comments.
5979
5980 2007-07-25  Glenn Morris  <rgm@gnu.org>
5981
5982         * Relicense all FSF files to GPLv3 or later.
5983
5984 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5985
5986         * gnus-sum.el (gnus-summary-move-article): Make
5987         gnus-summary-respool-article work.
5988
5989 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5990
5991         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5992         string.
5993
5994 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5995
5996         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5997         that should be ignored when comparing distant RSS articles with local
5998         ones.
5999         (nnrss-make-hash-index): New function.  Create a hash index according
6000         to the ignored fields.
6001         (nnrss-check-group): Use it.
6002
6003 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6004
6005         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6006
6007         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6008
6009         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6010         the new optional argument ENCODED is non-nil.
6011         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6012         coding system for encoding group name.
6013         (gnus-group-make-rss-group): Pass un-encoded group name to
6014         gnus-group-make-group.
6015         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6016         encoded.
6017
6018         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6019         Encode group name to which articles are moved or copied.
6020         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6021         coding system for encoding Newsgroup, Followup-To and Xref headers.
6022
6023         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6024         marks; use nnheader-file-coding-system to write a file.
6025         (nnagent-retrieve-headers): Bind file-name-coding-system to
6026         nnmail-pathname-coding-system.
6027
6028         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6029
6030         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6031         (nnml-request-article, nnml-request-create-group)
6032         (nnml-request-rename-group, nnml-find-id)
6033         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6034         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6035         (nnml-save-marks): Use nnml-group-pathname instead of
6036         nnmail-group-pathname.
6037
6038         (nnml-request-create-group, nnml-request-expire-articles)
6039         (nnml-request-move-article, nnml-request-delete-group)
6040         (nnml-deletable-article-p, nnml-possibly-create-directory)
6041         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6042         (nnml-open-marks): Bind file-name-coding-system to
6043         nnmail-pathname-coding-system.
6044
6045         (nnml-request-article): Pass server argument to nnml-find-group-number.
6046         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6047         server argument to nnml-possibly-create-directory.
6048         (nnml-request-accept-article): Pass server argument to
6049         nnml-active-number and nnml-save-mail.
6050         (nnml-find-group-number): Pass server argument to nnml-find-id.
6051         (nnml-request-update-info): Pass server argument to
6052         nnml-marks-changed-p.
6053
6054         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6055         (nnml-save-mail, nnml-active-number): Add server argument.
6056
6057         (nnml-request-delete-group): Warn if group is missing.
6058         (nnml-get-nov-buffer): Decode group name.
6059         (nnml-generate-active-info): Encode group name.
6060         (nnml-open-marks): Decode group name in messages.
6061
6062 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6063
6064         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6065         if it is not specified.
6066         (gnus-article-pipe-part, gnus-article-save-part)
6067         (gnus-article-interactively-view-part, gnus-article-copy-part)
6068         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6069         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6070         (gnus-article-replace-part, gnus-article-delete-part)
6071         (gnus-article-view-part-as-type): Pass raw prefix argument to
6072         gnus-article-part-wrapper.
6073
6074 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6075
6076         * gnus-agent.el (gnus-agent-save-active): Bind
6077         nnheader-file-coding-system to gnus-agent-file-coding-system.
6078
6079         * gnus-cache.el (gnus-cache-save-buffers)
6080         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6081         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6082         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6083         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6084         (gnus-cache-generate-active, gnus-cache-rename-group)
6085         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6086         (gnus-cache-update-overview-total-fetched-for): Bind
6087         file-name-coding-system to nnmail-pathname-coding-system.
6088         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6089         variables.
6090         (gnus-cache-decoded-group-name): New function.
6091         (gnus-cache-file-name): Use it.
6092         (gnus-cache-generate-active): Use non-decoded group name for active.
6093
6094         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6095         right place.
6096         (gnus-write-active-file): Don't break non-ASCII group names.
6097
6098         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6099         nnmail-pathname-coding-system.
6100
6101         * lpath.el: Bind default-file-name-coding-system,
6102         file-name-coding-system and language-info-alist for XEmacs.
6103
6104         * gnus-uu.el (gnus-uu-decode-save): Typo.
6105
6106 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6107
6108         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6109
6110 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6111
6112         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6113         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6114         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6115         (gnus-agent-flush-group, gnus-agent-flush-cache)
6116         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6117         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6118         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6119         (gnus-agent-regenerate-group)
6120         (gnus-agent-update-files-total-fetched-for)
6121         (gnus-agent-update-view-total-fetched-for): Bind
6122         file-name-coding-system to nnmail-pathname-coding-system.
6123         (gnus-agent-group-pathname): Don't encode file names by
6124         nnmail-pathname-coding-system.
6125         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6126         coding-system-for-write instead of buffer-file-coding-system to
6127         gnus-agent-file-coding-system.
6128
6129         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6130         Decode group name.
6131
6132         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6133
6134         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6135         (gnus-read-newsrc-el-file): Make group names unibyte.
6136
6137         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6138         nnmail-pathname-coding-system.
6139
6140         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6141         (nnrss-request-delete-group): Bind file-name-coding-system to
6142         nnmail-pathname-coding-system.
6143         (nnrss-read-server-data, nnrss-read-group-data): Bind
6144         file-name-coding-system correctly.
6145         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6146
6147         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6148         (nntp-server-to-method-cache): New variable.
6149         (nntp-group-pathname): New function that decodes non-ASCII group names.
6150         (nntp-possibly-create-directory, nntp-marks-changed-p)
6151         (nntp-save-marks, nntp-open-marks): Use it.
6152         (nntp-possibly-create-directory, nntp-open-marks):
6153         Bind file-name-coding-system to nnmail-pathname-coding-system.
6154         (nntp-open-marks): Decode group names when bootstrapping marks.
6155
6156         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6157         Newsgroups and Folowup-To headers.
6158
6159 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6160
6161         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6162         (gnus-server-closed-face, gnus-server-denied-face)
6163         (gnus-server-offline-face): Remove variable.
6164         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6165
6166         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6167         of modifying message-stack directly for XEmacs.
6168
6169         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6170         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6171         if the coding-system argument is nil for XEmacs.
6172
6173         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6174         mm-charset-override-alist.
6175
6176         * rfc2047.el: Don't require base64; require rfc2045 for the function
6177         rfc2045-encode-string.
6178         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6179         to quote the parameter value.
6180
6181 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6182
6183         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6184         form in gnus-group-name-charset-method-alist.
6185
6186         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6187         overrides the default layout edit-form.
6188
6189         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6190
6191         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6192
6193 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6194
6195         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6196         as unfetched articles.
6197
6198 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6199
6200         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6201
6202 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6203
6204         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6205         original back end that keeps marks in the local system.
6206
6207 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6208
6209         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6210         arg of pop-to-buffer for XEmacs.
6211         (gnus-article-read-summary-keys): Ditto; don't restore window
6212         configuration if summary command ends up with neither article buffer
6213         nor summary buffer; describe bindings if summary keys end with C-h.
6214
6215 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6216
6217         * message.el (message-fix-before-sending): Skip raw message part to be
6218         forwarded while checking illegible text.
6219         (message-forward-make-body-mime, message-forward-make-body): Mark
6220         signed or encrypted raw message as having no illegible text.
6221
6222 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6225         (gnus-message-with-timestamp-1): New macro.
6226         (gnus-message-with-timestamp): New function.
6227         (gnus-message): Use them.
6228
6229         * nnheader.el (nnheader-message): Use them.
6230
6231 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6232
6233         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6234         .newsrc.eld file.
6235
6236 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6237
6238         * gnus-agent.el (gnus-agent-fetch-headers)
6239         (gnus-agent-retrieve-headers): Bind
6240         gnus-decode-encoded-address-function to identity.
6241
6242         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6243         available also when the server returns simply a dot.
6244
6245         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6246
6247 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6248
6249         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6250
6251 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6252
6253         * gnus-ems.el (gnus-x-splash): Make it work.
6254
6255         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6256         from being used.
6257
6258         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6259
6260 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6261
6262         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6263         4th and the 5th arguments.
6264
6265         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6266         the front stickiness.
6267         (gnus-article-summary-command-nosave): Correct the order of the
6268         arguments passed to pop-to-buffer.
6269         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6270         summary command ends up with the article buffer.
6271
6272         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6273         the same faces.
6274
6275 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6276
6277         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6278
6279 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6280
6281         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6282         * gnus-sum.el (gnus-summary-highlight):
6283         * pgg.el (pgg-sign-region, pgg-sign):
6284         * mail-source.el (mail-source-delete-old-incoming-confirm):
6285         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6286
6287 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6288
6289         * gnus-art.el (gnus-mime-view-part-externally)
6290         (gnus-mime-view-part-internally): Fix predicate function passed to
6291         completing-read.
6292
6293         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6294
6295         * gnus.el (gnus-update-message-archive-method): Add :version.
6296
6297 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6298
6299         * gnus.el (gnus-update-message-archive-method): New variable.
6300
6301         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6302         according to gnus-message-archive-method if
6303         gnus-update-message-archive-method is non-nil.
6304
6305 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6306
6307         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6308         by Loic Dachary <loic@dachary.org>.
6309         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6310
6311 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6312
6313         * message.el (message-pop-to-buffer): Add switch-function argument.
6314         (message-mail): Pass switch-function argument to it.
6315
6316 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6317
6318         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6319         Improve doc string.
6320
6321 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6322
6323         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6324         (gnus-header-content)
6325         * gnus-cite.el (gnus-cite-10)
6326         * gnus-srvr.el (gnus-server-closed)
6327         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6328         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6329         (gnus-group-mail-3-empty, gnus-group-mail-low)
6330         (gnus-group-mail-low-empty, gnus-splash)
6331         * message.el (message-header-to, message-header-cc)
6332         (message-header-subject, message-header-other, message-header-name)
6333         (message-header-xheader, message-separator, message-cited-text)
6334         (message-mml): Lighten colors of faces used for dark background.
6335
6336 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6337
6338         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6339         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6340
6341 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * message.el (message-narrow-to-headers-or-head):
6344         Ignore mail-header-separator in the body.
6345
6346 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6347
6348         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6349         same as window size.
6350
6351 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6352
6353         * message.el (message-font-lock-keywords): Use message-header-xheader
6354         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6355         ahead of the anything pattern, to get it recognised.
6356
6357 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6360         spam.el loads uses it in the compiled defadvice form.
6361
6362 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6363
6364         * gnus-sum.el (gnus-articles-to-read)
6365         (gnus-summary-insert-old-articles): Don't truncate group name for
6366         `read-string'.
6367
6368         * gnus-util.el (gnus-limit-string): Delete this function.
6369
6370         * gnus-sum.el (gnus-simplify-subject-fully): Use
6371         `truncate-string-to-width' instead.
6372
6373 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6374
6375         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6376         if, on summary exit, the next group has to be selected.
6377         (gnus-summary-exit): Use it.
6378
6379 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6380
6381         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6382         non-break space.
6383
6384 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6385
6386         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6387         Check if group is not a directory.
6388         (nnfolder-request-expire-articles): Don't delete articles if the target
6389         group is not available.
6390
6391         * nnml.el (nnml-request-create-group): Properly check if group is not a
6392         file.
6393         (nnml-request-expire-articles): Don't delete articles if the target
6394         group is not available.
6395
6396         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6397         Don't quote characters that are within parentheses.
6398
6399 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6400
6401         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6402         (gnus-handle-ephemeral-exit): Select article according to it.
6403
6404 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6405
6406         * message.el (message-insert-formated-citation-line): Remove newline.
6407         (message-citation-line-format): Add final \n here so that the user can
6408         avoid a blank line.
6409
6410 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6411
6412         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6413         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6414         Update lanl/arXiv support.
6415
6416 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6417
6418         * gnus.el: Bump version number.
6419
6420 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6421
6422         * gnus.el (gnus-version-number): Bump version.
6423
6424 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6425
6426         * gnus.el: No Gnus v0.6 is released.
6427
6428 2007-04-27  Didier Verna  <didier@xemacs.org>
6429
6430         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6431         * gmm-utils.el (gmm-regexp-concat): here.
6432         * message.el: Don't require 'gnus-util.
6433         (message-dont-reply-to-names): Handle name change above.
6434         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6435
6436 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6437
6438         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6439         since the initial value varies according to the system.
6440
6441 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6442
6443         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6444
6445 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6446
6447         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6448
6449 2007-04-24  Didier Verna  <didier@xemacs.org>
6450
6451         Improve the type of gnus-ignored-from-addresses.
6452         * gnus-util.el (gnus-orify-regexp): New function.
6453         * message.el (gnus-util): Require it.
6454         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6455         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6456         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6457
6458 2007-04-24  Didier Verna  <didier@xemacs.org>
6459
6460         * gnus-sum.el:
6461         * gnus-utils.el: Fix some trailing whitespaces.
6462
6463 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6464
6465         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6466         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6467         article's Message-ID; refer parent article in summary buffer.
6468
6469         * message.el (message-bounce): Call mime-to-mml.
6470
6471         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6472         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6473         optimize and/or forms properly.
6474
6475 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6476
6477         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6478         URL.
6479
6480 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6481
6482         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6483
6484 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6485
6486         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6487         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6488         displayed of multipart/alternative part if it is invoked from summary
6489         buffer.
6490
6491         * mm-view.el (mm-inline-text-html-render-with-w3m)
6492         (mm-inline-text-html-render-with-w3m-standalone)
6493         (mm-inline-render-with-function): Use mail-parse-charset by default.
6494
6495 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6496
6497         * parse-time.el (parse-time-string-chars): Check if CHAR
6498         is less than the length of parse-time-syntax.
6499
6500 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6501
6502         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6503         from gnus-newsgroup-processable.
6504
6505 2007-04-16  Didier Verna  <didier@xemacs.org>
6506
6507         * gnus-msg.el (gnus-configure-posting-styles): Handle
6508         message-signature-directory properly with :file syntax.  Reported by
6509         "Leo".
6510
6511 2007-04-11  Didier Verna  <didier@xemacs.org>
6512
6513         New user option: message-signature-directory.
6514         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6515         * message.el (message-insert-signature): Ditto.
6516         * message.el (message-signature-file): Doc update.
6517         * message.el (message-signature-directory): New.
6518
6519 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * gnus-msg.el (gnus-inews-yank-articles): Use
6522         message-exchange-point-and-mark instead of exchange-point-and-mark.
6523
6524 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6525
6526         * message.el (message-yank-original): Make sure cited text ends with
6527         newline; don't exchange point and mark.
6528
6529 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6530
6531         * tls.el (open-tls-stream): Properly handle case where there
6532         is no associated buffer.
6533
6534 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6535
6536         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6537         message-yank-original, make sure (< mark TEXT point).
6538
6539 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6540
6541         * message.el (message-fill-column): New variable.
6542         (message-mode): Use it.  Add comment on a possible new hook.
6543
6544         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6545         (nnmail-get-new-mail): Reformat.
6546
6547         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6548
6549         * gmm-utils.el: Fix Commentary.
6550         (gmm-tool-bar-from-list): Fix typo in doc string.
6551
6552 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6553
6554         * message.el (message-yank-original): Don't switch point and mark
6555         unnecessarily to put point and mark as documented.
6556
6557 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6558
6559         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6560         from the message heads.
6561
6562 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6563
6564         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6565         article buffer does not have a window.  This may not be the best
6566         solution but is certainly better than setting the start of the null,
6567         that is the current, window.
6568
6569 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6570
6571         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6572         (gnus-draft-setup): Run it.
6573
6574         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6575         gnus-score-fast-scoring.  Allow regexp.
6576         (gnus-score-headers): Use it.
6577
6578         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6579         XEmacs.
6580
6581         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6582         string.
6583         (gnus-button-alist): Also catch `<f1> k ...'.
6584         (gnus-treat-display-x-face): Fix doc string.
6585
6586 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6587
6588         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6589         evaluation of gnus-extended-version to ensure correct generation of the
6590         User-Agent header when message-generate-headers-first is used.
6591
6592 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6593
6594         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6595         hashcash-path is nil.  Don't call callback with incorrect number of
6596         parameters if val is 0.
6597
6598 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6599
6600         * message.el (message-required-news-headers):
6601         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6602
6603 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6604
6605         * tls.el (open-tls-stream): In handshake-waiting loop,
6606         don't wait more if there is output available to process.
6607
6608 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6609
6610         * tls.el (tls-program): Doc fix.
6611
6612 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6613
6614         * message.el (message-generate-new-buffers): Change the meaning of the
6615         nil value; add `standard' to the choices; treat t as `unique'; improve
6616         doc string.
6617         (gnus-select-frame-set-input-focus): Autoload.
6618         (message-buffer-name): Search for the existing message buffer if
6619         message-generate-new-buffers is nil or `standard'; treat the value t of
6620         message-generate-new-buffers as `unique'.
6621         (message-pop-to-buffer): Raise the frame already displaying the message
6622         buffer; clear the echo area after querying.
6623         (message-setup): Pass the `continue' argument to compose-mail.
6624         (message-mail): Prefer `switch-function' if it is given; search for the
6625         existing message buffer if the `continue' argument is non-nil; pass
6626         continue and switch-function arguments to compose-mail by way of
6627         message-setup.
6628         (message-mail-other-window): Adjust argument of message-setup.
6629         (message-mail-other-frame): Ditto.
6630
6631 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6632
6633         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6634         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6635         to turn font-lock on when turning gnus-message-citation-mode on.
6636
6637 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6638
6639         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6640         (mml-smime-function-alist): New variable; add epg as the backend.
6641         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6642         mml-smime- functions instead.
6643         * mm-view.el: Require smime.
6644
6645 2007-03-05  Didier Verna  <didier@xemacs.org>
6646
6647         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6648         instead of just inheritance for posting styles.
6649         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6650
6651 2007-02-24  Chris Moore  <dooglus@gmail.com>
6652
6653         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6654         * pgg-pgp.el (pgg-pgp-encrypt-region):
6655         * pgg-gpg.el (pgg-gpg-encrypt-region):
6656         Check pgg-encrypt-for-me if no other recipients.
6657
6658 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6659
6660         * tls.el (tls-certtool-program): Fix custom type.
6661
6662 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6663
6664         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6665         and point-at-eol instead of line-(beginning|end)-position.
6666
6667         * assistant.el (assistant-parse-buffer): Ditto.
6668
6669         * netrc.el (netrc-parse-services): Ditto.
6670
6671 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6672
6673         * mml2015.el (mml2015-epg-find-usable-key): New function.
6674         (mml2015-epg-sign): Use it.
6675         (mml2015-epg-encrypt): Use it.
6676
6677 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6678
6679         * message.el (message-make-in-reply-to): Quote name containing
6680         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6681         if there are special characters.  Reported by NAKAJI Hiroyuki
6682         <nakaji@jp.freebsd.org>.
6683
6684 2007-02-27  Didier Verna  <didier@xemacs.org>
6685
6686         Include the group parameters as well as the topic ones in the
6687         inheritance filter process.
6688         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6689         argument GROUP-PARAMS-LIST.
6690         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6691
6692 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6693
6694         * nntp.el (nntp-never-echoes-commands)
6695         (nntp-open-connection-functions-never-echo-commands): New variables.
6696         (nntp-send-command): Use them.
6697
6698 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6699
6700         * mml2015.el (mml2015-epg-verify): Simplified.
6701
6702 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6703
6704         * mml.el (mml-content-disposition-alist): New user option.
6705         (mml-content-disposition): New function.
6706         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6707         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6708
6709 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6710
6711         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6712         verification.
6713
6714 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6715
6716         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6717         articles posted in the last 24 hours.
6718
6719 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6720
6721         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6722
6723 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6724
6725         * nntp.el (nntp-send-command): Don't wait for echoes when
6726         nntp-open-ssl-stream is used.
6727
6728 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6729
6730         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6731         (gnus-message-add-citation-keywords)
6732         (gnus-message-remove-citation-keywords): Remove.
6733         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6734         directly, make the variables in font-lock-defaults buffer-local, add
6735         gnus-message-citation-keywords to them and then update the value of
6736         font-lock-keywords.
6737
6738 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6739
6740         * message.el (message-cite-original-1): Don't call
6741         gnus-article-highlight-citation.
6742
6743         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6744         citations; fix line count.
6745
6746 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6747
6748         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6749         (gnus-message-add-citation-keywords)
6750         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6751         versions of font-lock-add-keywords and font-lock-remove-keywords to
6752         work with XEmacs correctly.
6753
6754 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6755
6756         * gnus-cite.el (gnus-cite-face-list): Set the values of
6757         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6758         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6759         (gnus-message-cite-prefix-regexp): New variable.
6760         (gnus-message-search-citation-line): Use it; protect against long
6761         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6762         the 0th match data for Emacs.
6763         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6764         (gnus-message-add-citation-keywords): Append keywords rather than
6765         prepending; emulate font-lock-add-keywords if it is not available.
6766         (gnus-message-remove-citation-keywords): Emulate
6767         font-lock-remove-keywords if it is not available.
6768
6769         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6770
6771         * message.el (message-cite-prefix-regexp): Set the value of
6772         gnus-message-cite-prefix-regexp.
6773
6774 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6775
6776         * nnweb.el (nnweb-google-parse-1): Update parser.
6777
6778 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6779
6780         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6781
6782 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6783
6784         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6785         regexp.
6786
6787 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6788
6789         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6790         string-to-multibyte.
6791         (uudecode-decode-region-internal): Use it.
6792
6793         * lpath.el: Fbind string-as-multibyte for XEmacs.
6794
6795 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6796
6797         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6798         custom choice.
6799
6800         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6801
6802 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6803
6804         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6805
6806         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6807         `write-region' to respect `mm-inhibit-file-name-handlers'.
6808
6809 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6810
6811         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6812         Use gnus-home-directory instead of "~/" or "$HOME".
6813
6814 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6815
6816         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6817         to mention filename.
6818         Add comments at beginning regarding usage.
6819         (encrypt-write-file-contents): Change interactive so a string is
6820         acceptable.  If the file has no associated model, show an error instead
6821         of a nonsense prompt.
6822
6823 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6824
6825         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6826         Thanks to Yoshihiko Yamada for kind notification of this typo.
6827
6828 2007-01-12  Kenichi Handa  <handa@m17n.org>
6829
6830         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6831         multibyte buffer.
6832
6833 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6834
6835         * gnus-score.el (gnus-score-fast-scoring): New variable.
6836         (gnus-score-headers): Use it.
6837
6838         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6839
6840         * message.el (message-cite-original-1): Call
6841         gnus-article-highlight-citation if requested.
6842         (message-make-from): Allow name and address as optional arguments.
6843
6844         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6845
6846         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6847         bugs to doc string.
6848         (gnus-button-alist): Add mid\\|message-id.
6849         (gnus-button-fetch-group): Extend for use in
6850         `browse-url-browser-function'.
6851         (gnus-button-url-regexp): Try to catch paired parentheses like in
6852         Wikipedia URLs.
6853
6854         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6855         Suggested by Simon Krahnke <overlord@gmx.li>.
6856
6857 2007-01-13  Romain Francoise  <romain@orebokech.com>
6858
6859         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6860         Update copyright.
6861
6862 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6863
6864         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6865
6866 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6867
6868         * gnus-registry.el (gnus-registry-unfollowed-groups)
6869         (gnus-registry-split-fancy-with-parent): Fix documentation.
6870
6871 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6872
6873         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6874         from nnweb groups.
6875
6876 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6877
6878         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6879         Xref urls.  Erase buffer before requesting head.
6880
6881 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6882
6883         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6884         customizable.
6885
6886 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6887
6888         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6889         no signing key is found.
6890         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6891         no encrypting and/or signing key is found.
6892
6893 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6894
6895         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6896
6897 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6898
6899         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6900         headers read from disk with the ones newly found in the current search.
6901         This should no longer cause problems, because the article numbers in
6902         Gmane's `nov.php' output are ignored since the previous change.
6903
6904 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6905
6906         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6907
6908 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6909
6910         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6911         replace-regexp-in-string; bind url-version; fbind display-images-p and
6912         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6913         find-face and set-itimer-function for Emacs; bind itimer-list for
6914         Emacs.
6915
6916         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6917
6918 2007-01-01  Romain Francoise  <romain@orebokech.com>
6919
6920         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6921
6922 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6923
6924         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6925         `define-minor-mode' macro definition expanded properly.
6926         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6927         exclude it there.
6928
6929         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6930         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6931         `fboundp' test.
6932         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6933         This is OK to autoload in (S)XEmacs now.
6934
6935 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6936
6937         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6938         keystroke.
6939         (gnus-summary-limit-to-singletons): Fix typo.
6940
6941         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6942         else fails.
6943
6944 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6945
6946         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6947         docstring.
6948
6949         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6950         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6951         (gnus-summary-insert-dormant-articles): Fix typo in message.
6952
6953 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6954
6955         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6956         nil for XEmacs.
6957         (gnus-message-citation-mode): Don't autoload in XEmacs.
6958
6959         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6960
6961 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6962
6963         * nnimap.el (nnimap-expunge-search-string): Mention
6964         nnimap-search-uids-not-since-is-evil in docstring.
6965
6966 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6967
6968         * spam.el: Revert to make-obsolete-variable because
6969         define-obsolete-variable-alias is not supported in Emacs 21.
6970
6971         * spam.el (spam-ifile-path, spam-ifile-database-path)
6972         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6973         make-obsolete-variable.
6974         (spam-bsfilter-path, spam-bsfilter-program)
6975         (spam-spamassassin-path, spam-spamassassin-program)
6976         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6977         use "path" inappropriately.
6978         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6979         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6980         variable names.
6981
6982 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6983
6984         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6985         summary buffer.
6986
6987         * password.el (password-cache-remove): Use clear-string to burn
6988         password, if available.
6989
6990 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6991
6992         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6993
6994         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6995
6996         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6997         (gnus-message-highlight-citation): Move defcustom here from
6998         gnus-cite.el.
6999         (gnus-message-citation-mode): Autoload.
7000
7001         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7002         checks to make it compile with XEmacs.
7003         (gnus-message-citation-mode): New minor mode.
7004         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7005         (gnus-message-highlight-citation): New variables.
7006         (gnus-message-search-citation-line)
7007         (gnus-message-add-citation-keywords)
7008         (gnus-message-remove-citation-keywords)
7009         (turn-on-gnus-message-citation-mode)
7010         (turn-off-gnus-message-citation-mode): New functions.
7011
7012 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7013
7014         * gnus-cite.el: Enable highlighting of different citation levels in
7015         message-mode.
7016
7017 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7018
7019         * message.el (message-make-fqdn): Fix comment.
7020         (message-bogus-system-names): Add ".local".
7021
7022         * spam.el (spam-ifile-path, spam-ifile-program)
7023         (spam-ifile-database-path, spam-ifile-database)
7024         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7025         Don't use "path" inappropriately.
7026         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7027         strings.
7028         (spam-check-ifile, spam-ifile-register-with-ifile)
7029         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7030         new variable names.
7031
7032         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7033         (gnus-treat-display-smileys): Simplify using
7034         gnus-image-type-available-p.
7035
7036         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7037         available.
7038
7039         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7040         `display-images-p' if available.
7041
7042 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7043
7044         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7045         one after turning on the buffer's multibyteness instead of decoding
7046         them directly in the unibyte buffer that causes unexpected conversion
7047         in Emacs 23 (unicode).
7048
7049 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7050
7051         * message.el (message-generate-hashcash): Fix custom type.
7052
7053 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7054
7055         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7056
7057 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7058
7059         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7060         disconnect icons.  Add help text.
7061
7062 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7063
7064         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7065         negated to be consistent with the others we handle.
7066
7067 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7068
7069         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7070         version of gnus-summary-buffer to something, so that we can use two
7071         article buffers at the same time.
7072
7073 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7074
7075         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7076         trigger all the extra headers.
7077         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7078         sorting.
7079
7080 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7081
7082         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7083         solid groups.
7084
7085 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7086
7087         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7088
7089 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7090
7091         * legacy-gnus-agent.el: Add Copyright notice.
7092
7093 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7094
7095         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7096
7097 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7098
7099         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7100
7101         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7102         to make it work reliably in CVS Emacs.
7103         (gnus-summary-limit-strange-charsets-predicate)
7104         (gnus-summary-limit-to-predicate): New functions.
7105
7106 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7107
7108         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7109         specifying array size.
7110         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7111         array if it is too small.
7112         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7113         (gnus-sort-threads-loop): New function.
7114
7115 2006-12-06  Chris Moore  <dooglus@gmail.com>
7116
7117         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7118         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7119
7120 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7121
7122         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7123         options.
7124
7125 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7126
7127         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7128         DOS-ing the recipient.
7129
7130         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7131         the headers when creating the mapping to avoid mismappings.
7132         (nnweb-gmane-create-mapping): Always nix out old mapping.
7133
7134 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7135
7136         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7137         and mm-verify-option to never.
7138
7139 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7140
7141         * message.el (message-signed-or-encrypted-p): New function.
7142         (message-forward-make-body): Use it.
7143
7144         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7145         Replace encode-coding-string with mm-encode-coding-string.
7146
7147 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7148
7149         * nneething.el (nneething-decode-file-name): Replace
7150         decode-coding-string with mm-decode-coding-string.
7151
7152         * gnus-int.el (gnus-open-server): Say failed server's name.
7153
7154 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7155
7156         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7157         strings to a single string.  Quote `errors-file-name'.
7158         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7159         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7160         Adjust calls.  Use `shell-quote-argument'.
7161
7162 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7163
7164         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7165         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7166
7167         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7168         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7169         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7170         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7171         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7172         (gnus-subscribe-newsgroup, gnus-1):
7173         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7174         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7175         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7176         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7177
7178 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7179
7180         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7181         keystroke.
7182         (gnus-summary-limit-to-bodies): Implement headersp.
7183
7184 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7185
7186         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7187
7188 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7189
7190         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7191
7192 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7193
7194         * message.el (message-generate-hashcash): Expand range of values to
7195         include `opportunistic'.
7196         (message-send-mail): Use it.
7197
7198 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7199
7200         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7201         and comment it.
7202
7203         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7204
7205 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7206
7207         * gnus-util.el (gnus-extract-address-components): Improve comment.
7208
7209 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7210
7211         * gnus-util.el (gnus-extract-address-components): Work with address in
7212         which the name portion contains @.
7213
7214         * lpath.el: Fbind custom-autoload.
7215
7216 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7217
7218         * gnus.el (gnus-start): Move custom group up.
7219         (gnus-select-method): Don't autoload, but make it available for
7220         `customize-variable'.
7221         (gnus-getenv-nntpserver): Don't autoload.
7222
7223 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7224
7225         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7226
7227 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7228
7229         * message.el (message-sendmail-extra-arguments): New variable.
7230         (message-send-mail-with-sendmail): Use it.
7231
7232 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7233
7234         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7235         mm-with-unibyte-current-buffer to make string unibyte.
7236
7237         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7238         mm-string-as-multibyte.
7239
7240 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7241
7242         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7243         Reported by Werner Koch <wk@gnupg.org>.
7244
7245 2006-11-14  Daiki Ueno  <ueno@p360>
7246
7247         * mml2015.el: Autoload epa-select-keys when compiling.
7248
7249 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7250
7251         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7252         message-options.
7253         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7254
7255 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7256
7257         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7258         EasyPG (< 0.0.6).
7259         (mml2015-always-trust): New user option.
7260         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7261         prompt.
7262
7263 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7264
7265         * nntp.el (nntp-authinfo-force): New variable.
7266         (nntp-send-authinfo): Use it.
7267
7268 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7269
7270         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7271         decode encoded words.  Improve prompt.  Add comment about forwarding.
7272         (message-replacement-char): Move up.
7273
7274 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7275
7276         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7277         instead of gnus-intersection because arguments of gnus-sorted-nunion
7278         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7279
7280 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7281
7282         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7283         (message-simplify-subject-functions): Enable
7284         message-strip-subject-encoded-words by default.
7285
7286 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7287
7288         * message.el (message-strip-subject-encoded-words): New function.
7289         (message-simplify-subject-functions): New variable.
7290         (message-simplify-subject): Use it.  Fix typo in doc string.
7291         Support message-strip-subject-encoded-words.
7292
7293 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7294
7295         * gnus-diary.el (gnus-diary-delay-format-function):
7296         * nndiary.el (nndiary-reminders):
7297         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7298
7299 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7300
7301         * gnus-art.el (article-hide-boring-headers): Fetch date from
7302         gnus-original-article-buffer to avoid problems with localized date
7303         strings.
7304
7305 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7306
7307         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7308
7309 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7310
7311         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7312         New variables.
7313         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7314         (mm-charset-synonym-alist): Move some entries to
7315         mm-codepage-iso-8859-list.
7316         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7317         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7318
7319 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7320
7321         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7322
7323 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7324
7325         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7326         with Emacs 21 and XEmacs.
7327
7328 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7329
7330         * spam.el (spam-parse-address): New function for better parsing,
7331         catching errors, etc.
7332         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7333
7334 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7335
7336         * mm-view.el: Add interactive arg to html2text autoload.
7337
7338 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7339
7340         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7341
7342 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7343
7344         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7345         variables.
7346         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7347         (mm-charset-synonym-alist): Move some entries to
7348         mm-codepage-iso-8859-list.
7349
7350         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7351
7352 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7353
7354         * message.el (message-citation-line-format)
7355         (message-insert-formated-citation-line): Fix implementation of %E, %N
7356         and %n according to the doc string.
7357
7358 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7359
7360         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7361         car-safe to avoid bad parses.
7362
7363 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7364
7365         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7366         names.
7367
7368         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7369
7370 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7371
7372         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7373         header.
7374
7375         * message.el (message-draft-headers): Add Date.
7376         (message-headers-to-generate): Fix typo in docstring.
7377
7378         * nndraft.el (nndraft-required-headers): New variable.
7379         (nndraft-generate-headers): Use it.
7380
7381         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7382
7383 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7384
7385         * gnus-registry.el (gnus-registry-wash-for-keywords)
7386         (gnus-registry-find-keywords): New functions to allow easy searching of
7387         articles that are in the registry.
7388
7389 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7390
7391         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7392         ietf-drums-parse-address instead of gnus-extract-address-components.
7393         Reported by Damien Elmes <damien@repose.cx>.
7394
7395 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7396
7397         * gnus.el (gnus-mime): Remove unused custom group.
7398
7399 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7400
7401         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7402         "blank line" when searching for end of armor headers.
7403
7404 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7405
7406         * gmm-utils.el (gmm-write-region): Fix variable name.
7407
7408 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7409
7410         * gmm-utils.el (gmm-write-region): New function based on compatibility
7411         code from `mm-make-temp-file'.
7412
7413         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7414
7415         * nnmaildir.el (nnmaildir--update-nov)
7416         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7417         Use `gmm-write-region'.
7418
7419 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7420
7421         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7422         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7423
7424         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7425
7426         * message.el (message-replacement-char): New variable.
7427         (message-fix-before-sending): Use it.
7428         (message-simplify-subject): New function to remove duplicate code.
7429         (message-reply, message-followup): Use it.
7430
7431         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7432         gnus-summary-limit-to-articles.
7433
7434 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7435
7436         * gnus-util.el (gnus-with-local-quit): New macro.
7437
7438         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7439
7440 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7441
7442         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7443         ignore non-string data.
7444
7445 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7446
7447         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7448         non-string data (needs to be done in the registry too).
7449
7450 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7451
7452         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7453         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7454         (gnus-registry-split-fancy-with-parent)
7455         (gnus-registry-fetch-simplified-message-subject-fast)
7456         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7457         Remove text properties on ingress into the registry and when it's saved.
7458         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7459         registry from entries with no groups.
7460
7461 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7462
7463         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7464         function to remove string properties.
7465
7466 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7467
7468         * gmm-utils.el (gmm): Adjust custom version.
7469
7470         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7471         custom version.
7472
7473         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7474
7475 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7476
7477         * gnus-art.el (gnus-insert-prev-page-button)
7478         (gnus-insert-next-page-button): Simplify.  Reformat.
7479
7480 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7481
7482         * gnus-art.el (gnus-insert-prev-page-button)
7483         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7484
7485 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7486
7487         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7488
7489 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7490
7491         * gnus-art.el (gnus-insert-mime-button)
7492         (gnus-insert-mime-security-button):
7493         Apply gnus-article-button-face to MIME and security buttons.
7494
7495 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7496
7497         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7498         readable.
7499
7500 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7501
7502         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7503
7504 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7505
7506         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7507         `browse-url-of-file' instead of `browse-url'.
7508
7509 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7510
7511         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7512         regexp.  Articles containing quotation were cut prematurely.
7513
7514 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7515
7516         * message.el (message-cite-original-1): Use nobody by default for the
7517         value of From header.
7518         (message-reply): Ditto.
7519
7520 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7521
7522         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7523         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7524         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7525
7526 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7527
7528         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7529         mails in the doc string.  Add some URLs in comment.
7530         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7531
7532 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7533
7534         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7535         backslashes handling and the way to find boundaries of quoted strings.
7536
7537 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7538
7539         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7540         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7541         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7542         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7543
7544 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7545
7546         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7547         doc string.
7548         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7549
7550 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7551
7552         * lpath.el: Fbind epg-check-configuration.
7553
7554 2006-09-06  Simon Josefsson  <jas@extundo.com>
7555
7556         * mml2015.el (mml2015-use): Doc fix, mention epg.
7557
7558 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7559
7560         * mml2015.el (mml2015-use): Default to epg, if available.
7561
7562 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7563
7564         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7565         message-sender.
7566         (mml1991-epg-encrypt): Ditto.
7567         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7568         message-sender.
7569         (mml2015-epg-encrypt): Ditto.
7570
7571 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7572
7573         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7574         several common directories.
7575
7576 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7577
7578         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7579         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7580
7581 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7582
7583         * gnus-art.el (article-decode-encoded-words): Make it fast.
7584
7585 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7586
7587         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7588
7589         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7590         in quoted string into `\'.
7591
7592 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7593
7594         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7595         Use standard-syntax-table.
7596
7597 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7598
7599         * gnus-art.el (gnus-decode-address-function): New variable.
7600         (article-decode-encoded-words): Use it to decode headers which are
7601         assumed to contain addresses.
7602         (gnus-mime-delete-part): Remove useless `or'.
7603
7604         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7605         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7606         (gnus-nov-parse-line): Use it to decode From header.
7607         (gnus-get-newsgroup-headers): Ditto.
7608         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7609
7610         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7611         (mail-decode-encoded-address-string): New alias.
7612
7613         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7614         New function.
7615         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7616         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7617         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7618         (rfc2047-decode-string): Ditto.
7619         (rfc2047-decode-address-region): New function.
7620         (rfc2047-decode-address-string): New function.
7621
7622 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7623
7624         * message.el (message-caesar-buffer-body): Allow rotating headers.
7625
7626         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7627
7628         * message.el (message-insert-formated-citation-line): Fix %f.
7629         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7630
7631 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7632
7633         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7634         (gnus-bookmark-mouse-available-p): New macro.
7635         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7636         (gnus-bookmark-bmenu-show-infos): Use it.
7637         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7638         (gnus-bookmark-bmenu-hide-infos): Ditto.
7639         (gnus-bookmark-remove-properties): New function.
7640         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7641         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7642         (gnus-bookmark-write-file): Bind coding-system-for-write.
7643         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7644         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7645         group before selecting it.
7646         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7647         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7648         quit-window if it is not available; use gnus-mouse-2 and bind it to
7649         gnus-bookmark-bmenu-select-by-mouse.
7650         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7651         (gnus-bookmark-bmenu-select-by-mouse): New function.
7652
7653 2006-08-13  Romain Francoise  <romain@orebokech.com>
7654
7655         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7656         space.
7657
7658 2006-08-10  Romain Francoise  <romain@orebokech.com>
7659
7660         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7661         (dns-mode-soa-auto-increment-serial): New user option.
7662         (dns-mode-soa-maybe-increment-serial): New function.
7663         (dns-mode): Add the latter to `write-contents-functions'.
7664
7665 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7666
7667         * compface.el (uncompface): Use binary rather than raw-text-unix.
7668
7669 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7670
7671         * compface.el (uncompface): Make sure the eol conversion doesn't take
7672         place when communicating with the external programs.  Reported by
7673         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7674
7675 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7676
7677         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7678
7679 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7680
7681         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7682         Make it more robust by parsing author and date independently.
7683
7684 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7685
7686         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7687
7688 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7689
7690         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7691         first matching secret key.
7692         (mml2015-epg-encrypt): Ditto.
7693
7694         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7695         first matching secret key.
7696         (mml1991-epg-encrypt): Ditto.
7697
7698         * mml2015.el (mml2015-encrypt-to-self): New user option.
7699         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7700         mml2015-epg-encrypt-to-self is set.
7701
7702         * mml1991.el (mml1991-encrypt-to-self): New variable.
7703         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7704         mml1991-epg-encrypt-to-self is set.
7705
7706         * mml2015.el (mml2015-signers): New user option.
7707         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7708         (mml2015-epg-encrypt): Allow to select signing keys.
7709
7710         * mml1991.el (mml1991-signers): New variable.
7711         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7712         (mml1991-epg-encrypt): Allow to select signing keys.
7713
7714 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * nnheader.el (nnheader-insert-head): Make it work even if the file
7717         uses CRLF for the line-break code.
7718
7719 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7720
7721         * mml2015.el: Require mml-sec instead of password.
7722         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7723         (mml2015-cache-passphrase): Inherit the default value from
7724         mml-secure-cache-passphrase.
7725         (mml2015-passphrase-cache-expiry): Inherit the default value from
7726         mml-secure-passphrase-cache-expiry.
7727
7728         * mml1991.el: Require mml-sec instead of password.
7729         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7730         (mml1991-cache-passphrase): Inherit the default value from
7731         mml-secure-cache-passphrase.
7732         (mml1991-passphrase-cache-expiry): Inherit the default value from
7733         mml-secure-passphrase-cache-expiry.
7734
7735         * mml-sec.el: Require password.
7736         (mml-secure-verbose): New user option.
7737         (mml-secure-cache-passphrase): New user option.
7738         (mml-secure-passphrase-cache-expiry): New user option.
7739
7740 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7741
7742         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7743         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7744         andreas@altroot.de (Andreas Vögele).
7745
7746         FIXME: Use `tiny change'?
7747
7748 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7749
7750         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7751         workaround for the url package included with Emacs.
7752
7753         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7754
7755 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7756
7757         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7758         correctly.  This fixes a bug caused by the 2006-05-12 change.
7759
7760 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7761
7762         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7763         some information about the error when saying that the `bogus' mail
7764         group will be used.
7765
7766 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7767
7768         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7769         string.
7770
7771 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7772
7773         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7774
7775 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7776
7777         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7778
7779 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7780
7781         * mml1991.el (mml1991-function-alist): Add epg.
7782         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7783         (mml1991-epg-encrypt): New functions.
7784
7785 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7786
7787         * mml2015.el (mml2015-verbose): New variable.
7788         (mml2015-cache-passphrase): Ditto.
7789         (mml2015-passphrase-cache-expiry): Ditto.
7790         (mml2015-function-alist): Add epg.
7791         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7792         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7793         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7794         functions.
7795
7796 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7797
7798         * message.el (message-cite-original-1): Preserve region when removing
7799         quoted text due to X-No-Archive in order to avoid bogus attribution
7800         when citing multiple messages.
7801
7802 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7803
7804         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7805         Kenneth Jacker <khj@be.cs.appstate.edu>.
7806
7807 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7808
7809         * gnus-diary.el (gnus-user-format-function-d)
7810         (gnus-user-format-function-D): Autoload.
7811
7812         * imap.el (Commentary): Fix typo.
7813
7814         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7815         2006-04-22 contribution.
7816
7817 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7818
7819         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7820         It didn't really fix the bogosity I'm seeing with solid web groups.
7821
7822 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7823
7824         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7825         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7826         created using server names.  If we use the feature without declaring
7827         it, Gnus does not properly manage server and group state.
7828
7829         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7830         bound.
7831
7832 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7833
7834         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7835         looking up the method using GROUP's prefix before inventing a new one.
7836         It is used on killed/unknown groups in various places where returning
7837         an all-new method isn't expected by the caller.
7838
7839         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7840         and match semantics of gnus-group-real-prefix.
7841
7842 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7843
7844         * nnmail.el (nnmail-broken-references-mailers): New variable.
7845         (nnmail-ignore-broken-references): New function generalizing
7846         nnmail-fix-eudora-headers.
7847         (nnmail-fix-eudora-headers): Now obsolete.
7848
7849         * gnus-art.el (gnus-button-handle-custom): Support
7850         `customize-apropos*'.
7851
7852 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7853
7854         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7855
7856         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7857         articles.
7858
7859 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7860
7861         * message.el (message-cite-reply-above): New variable.
7862         (message-yank-original): Use it.
7863
7864 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7865
7866         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7867
7868 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7869
7870         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7871         as read.
7872
7873         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7874
7875 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7876
7877         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7878         (gnus-bookmark-default-file): Use gnus-directory.
7879         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7880         Remove "*" in doc string.
7881         (gnus-bookmark-write-file): Simplify.
7882         (gnus-bookmark-maybe-sort-alist): Use `when'.
7883         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7884         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7885         FIXME about Emacs 21 and XEmacs compatibility.
7886         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7887         compatibility.
7888         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7889         compatibility.
7890         (gnus-bookmark-menu-heading): Fix version.
7891
7892 2006-06-19  Bastien Guerry  <bzg@altern.org>
7893
7894         * gnus-bookmark.el: New file.
7895
7896 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7897
7898         * message.el (message-syntax-checks): Doc fix.
7899
7900 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7901
7902         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7903         unsubscribed groups as if they were killed ones.  It causes duplicate
7904         entries in gnus-newsrc-alist.
7905
7906 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * message.el (message-syntax-checks): Doc fix.
7909         (message-send-mail): Add check for continuation headers.
7910         (message-check-news-header-syntax): Fix regexp used to check for
7911         continuation headers.
7912
7913 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7914
7915         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7916
7917 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7918
7919         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7920
7921 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7922
7923         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7924         default-truncate-lines.
7925
7926 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7927
7928         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7929         to fill the utf-8 entry.
7930
7931         * lpath.el: Fbind unicode-precedence-list.
7932
7933 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7934
7935         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7936
7937 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7938
7939         * gnus-agent.el (directory-files-and-attributes): Move all the way
7940         forward (the third and final move).
7941         (gnus-agent-read-agentview): Trap reconstruction errors due to
7942         nonexistant directory.  Handle by returning nil.
7943
7944 2006-05-30  Didier Verna  <didier@xemacs.org>
7945
7946         * message.el (message-dont-reply-to-names): Update the custom type.
7947         * message.el (message-dont-reply-to-names): New defsubst: potentially
7948         convert a list of regexps into a single one.
7949         * message.el (message-get-reply-headers): Use it.
7950         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7951
7952 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7953
7954         * gnus-agent.el (directory-files-and-attributes): Move forward.
7955
7956 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7957
7958         * gnus-ml.el (gnus-mailing-list-subscribe)
7959         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7960         (gnus-mailing-list-message): Fix doc strings.
7961
7962 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7963
7964         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7965         of doing it manually.
7966
7967 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7968
7969         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7970         comment.
7971
7972 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7973
7974         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7975         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7976         (gnus-agent-read-local): All symbols allocated in my-obarray.
7977         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7978         (gnus-agent-regenerate-group): Check numeric names to see if they are
7979         messages or groups.
7980         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7981         better way of do this...)
7982
7983         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7984         'dummy.group' (there should be a better way of do this...)
7985
7986 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7987
7988         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7989         (gnus-saved-headers): Ditto.
7990         (gnus-default-article-saver): Mention functions may have properties.
7991         (gnus-article-save): Override gnus-save-all-headers and
7992         gnus-saved-headers by :headers property which saver function may have.
7993         (gnus-summary-save-in-file): Add :headers property.
7994         (gnus-summary-write-to-file): Ditto.
7995
7996         * gnus-sum.el (gnus-summary-save-article): Bind
7997         gnus-prompt-before-saving to t when saving many articles in a file;
7998         always show all headers.
7999
8000         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8001
8002 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8003
8004         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8005         marks.
8006
8007         * message.el (message-indent-citation): Add optional arguments to allow
8008         using it outside of message buffers.
8009
8010         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8011         (gnus-article-treat-unfold-headers): Use it.
8012         (gnus-article-truncate-lines): New variable.
8013         (gnus-article-mode): Use it.
8014         (gnus-article-toggle-truncate-lines): New function.
8015
8016         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8017         gnus-article-toggle-truncate-lines.
8018
8019         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8020         coding system in XEmacs, use binary.
8021
8022 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8025         after-load-alist.
8026
8027         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8028         this function should save decoded articles.
8029         (gnus-summary-write-to-file): Use property to specify this function
8030         should save decoded articles and specify gnus-summary-save-in-file
8031         should be used to save articles other than the first one when saving
8032         many articles.
8033         (gnus-summary-save-body-in-file): Use property to specify this
8034         function should save decoded articles.
8035         (gnus-summary-write-body-to-file): Use property to specify this
8036         function should save decoded articles and specify
8037         gnus-summary-save-body-in-file should be used to save articles other
8038         than the first one when saving many articles.
8039
8040         * gnus-sum.el (gnus-summary-save-article): Simplify.
8041
8042 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8043
8044         * gnus-art.el (gnus-default-article-saver): Add
8045         gnus-summary-write-body-to-file.
8046         (gnus-article-save-coding-system): Don't use coding system object
8047         in XEmacs.
8048         (gnus-read-save-file-name): Add optional `dir-var' argument which
8049         specifies directory in which files are saved; work even if optional
8050         `variable' argument is not specified.
8051         (gnus-summary-write-to-file): Read file name.
8052         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8053         (gnus-summary-write-body-to-file): New function.
8054
8055         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8056         (gnus-summary-local-variables): Add it.
8057         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8058         (gnus-summary-save-article): Remove optional `decode' argument;
8059         determine whether to decode articles by the value of
8060         gnus-default-article-saver; when saving many files using
8061         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8062         it first and use gnus-summary-save-in-file or
8063         gnus-summary-save-body-in-file thereafter unless
8064         gnus-prompt-before-saving is always; move point to article which
8065         will be saved.
8066         (gnus-summary-save-article-file): Revert.
8067         (gnus-summary-write-article-file): Revert.
8068         (gnus-summary-save-article-body-file): Revert.
8069         (gnus-summary-write-article-body-file): New function.
8070
8071 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8072
8073         * gnus-art.el (gnus-default-article-saver): Doc fix.
8074         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8075         from gnus-summary-save-article-coding-system, and default to a
8076         certain coding system.
8077         (gnus-output-to-file): Add coding cookie and encode text according
8078         to gnus-article-save-coding-system; don't use mm-append-to-file.
8079
8080         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8081         gnus-art.el and rename to gnus-article-save-coding-system.
8082         (gnus-summary-save-article): Require gnus-art; don't show all
8083         headers if it decodes articles; don't add coding cookie here;
8084         don't bind mm-text-coding-system-for-write.
8085         (gnus-summary-save-article-file): Save decoded articles.
8086         (gnus-summary-write-article-file): When saving many files, use
8087         gnus-summary-write-to-file first and gnus-summary-save-in-file
8088         thereafter unless gnus-prompt-before-saving is always.
8089         (gnus-summary-save-article-body-file): Save decoded articles.
8090
8091         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8092
8093 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8094
8095         * nnrss.el (nnrss-check-group): Bind hash-index.
8096
8097 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8098
8099         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8100         its hash index.  Store this hash in `nnrss-group-data'.
8101         (nnrss-read-group-data): Update accordingly.
8102
8103 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8104
8105         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8106         entry.
8107
8108         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8109         gnus-article-browse-html-article.
8110
8111 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8112
8113         * gnus-sum.el (gnus-summary-mime-map): Add
8114         gnus-article-browse-html-article.
8115
8116         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8117
8118 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8119
8120         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8121         suitable coding systems in customize.
8122
8123 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8124
8125         * mail-source.el (mail-sources): Fix custom type.
8126
8127 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8128
8129         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8130         (gnus-summary-expire-articles-now): Shorten prompt.
8131
8132         * gmm-utils.el (wid-edit): Require.
8133         (defun-gmm): Renamed from `gmm-defun-compat'.
8134         (gmm-image-search-load-path): Use it.
8135         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8136
8137 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8138
8139         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8140         variable.
8141         (gnus-summary-save-article): Add optional `decode' argument.  If
8142         it is set and gnus-summary-save-article-coding-system is non-nil,
8143         save decoded article.
8144         (gnus-summary-write-article-file): Save decoded article if
8145         gnus-summary-save-article-coding-system is non-nil.
8146
8147         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8148         type.
8149
8150 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8151
8152         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8153
8154 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8155
8156         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8157         first to test gnus-single-article-buffer which may be buffer-local.
8158
8159         * gnus-sum.el (gnus-summary-setup-buffer): Make
8160         gnus-single-article-buffer buffer-local and nil in ephemeral
8161         group; make gnus-article-buffer, gnus-article-current, and
8162         gnus-original-article-buffer always buffer-local.
8163         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8164         group.
8165         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8166
8167 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8168
8169         * nnml.el (nnml-request-compact-group): Compressed files might not
8170         have .gz extension.
8171
8172 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8173
8174         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8175         (mm-copy-to-buffer): Use with-current-buffer.
8176         (mm-display-part): Simplify.
8177         (mm-inlinable-p): Add optional arg `type'.
8178
8179 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8180
8181         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8182         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8183         Try harder to show the attachment internally or externally using
8184         gnus-mime-view-part-as-type.
8185
8186 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8187
8188         * message.el (message-from-style, message-signature-separator)
8189         (message-user-organization-file, message-send-mail-function)
8190         (message-citation-line-function, message-yank-prefix)
8191         (message-indent-citation-function, message-signature)
8192         (message-signature-file, message-signature-insert-empty-line):
8193         Remove autoloads.
8194
8195         * gnus-art.el (gnus-buttonized-mime-types): Remove
8196         "multipart/signed".  Revert 2006-04-26 change.
8197
8198 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8199
8200         * gnus.el (gnus-version-number): Bump version.
8201
8202 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8203
8204         * gnus.el: No Gnus v0.5 is released.
8205
8206 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8207
8208         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8209         fetching articles by message-id.
8210
8211 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8212
8213         * message.el (hashcash): Require hashcash as normal.
8214
8215         * ecomplete.el (ecomplete-highlight-match-line): Use
8216         point-at-eol.
8217         (ecomplete-highlight-match-line): Use `highlight', because that
8218         face exists in both Emacs and XEmacs.
8219
8220         * message.el (message-display-abbrev): Use point-at-bol.
8221
8222         * mail-source.el: Don't require timer/timer-funcs.
8223
8224         * gnus-async.el: Ditto.
8225
8226         * password.el: Ditto.
8227
8228         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8229
8230         * mm-url.el: Ditto.
8231
8232         * gnus-xmas.el: Don't require timer-funcs.
8233
8234         * mm-util.el: Require timer/timer-funcs.
8235
8236 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8237
8238         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8239         Close.
8240
8241 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8242
8243         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8244         unibyte after clear-decrypt function runs.
8245
8246         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8247         returns as a unibyte string.
8248
8249 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8250
8251         * lpath.el: Revert.
8252
8253         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8254         (pgg-gpg-process-sentinel): Revert.
8255
8256         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8257         (pgg-pgp-lookup-key): Revert.
8258
8259         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8260         (pgg-pgp5-lookup-key): Revert.
8261
8262         * pgg.el (pgg-fetch-key): Revert.
8263
8264 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8265
8266         * lpath.el: Fbind string-as-multibyte for XEmacs.
8267
8268         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8269         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8270         (mml1991-pgg-encrypt): Ditto.
8271
8272         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8273         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8274         a multibyte buffer.
8275
8276         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8277         (pgg-pgp-lookup-key): Ditto.
8278
8279         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8280         (pgg-pgp5-lookup-key): Ditto.
8281
8282         * pgg.el (pgg-fetch-key): Ditto.
8283
8284 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8285
8286         * message.el (message-user-organization-file): Check several
8287         locations of the organization file.
8288
8289         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8290         Add gnus-article-view-part-as-type.
8291
8292         * gnus-art.el (gnus-article-view-part-as-type): New function.
8293
8294         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8295         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8296
8297         * mml.el: Simplify autoload.
8298         (mml-mode): defvar dnd-protocol-alist instead of using
8299         symbol-value.
8300         (mml-default-directory): New variable.
8301         (mml-minibuffer-read-file): Use it.
8302         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8303
8304         * message.el (message-citation-line-format): New variable.
8305         (message-insert-formated-citation-line): New function.
8306         (message-citation-line-function): Add
8307         `message-insert-formated-citation-line' to custom type.
8308
8309         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8310         to doc string.
8311
8312         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8313         depending on mm-verify-option.
8314
8315 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8316
8317         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8318         binding pgg-* variables; reimplement the section which prevents
8319         MIME header from being signed.
8320         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8321         pgg-text-mode; remove a blank line at the top of body.
8322
8323         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8324         lines at the top of body; use gnus-newsgroup-charset if there's no
8325         Charset header.
8326
8327 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8328
8329         * message.el (message-self-insert-commands): Doc fix.
8330
8331         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8332         (mm-uu-pgp-encrypted-test): Ditto.
8333         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8334         between header and body; return application/pgp-encrypted handle
8335         if decryption failed; decode decrypted body by charset.
8336
8337         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8338         element match to application/pgp-*.
8339
8340 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8341
8342         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8343         HTML.
8344
8345 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8346
8347         * mail-source.el (mail-source-call-script): Message the error
8348         string.
8349
8350 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8351
8352         * gnus-util.el (gnus-byte-compile): Use it.
8353
8354 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8355
8356         * gnus-util.el (kill-empty-logs): New function.
8357
8358 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8359
8360         * message.el (message-mail-alias-type): Doc fix.
8361         (message-mail-alias-type-p): New function.
8362         (message-send): Use it.
8363         (message-mode): Ditto.
8364         (message-strip-forbidden-properties): Ditto.
8365
8366         * ecomplete.el (ecomplete-database-file-coding-system): New
8367         variable.
8368         (ecomplete-save): Use it.
8369         (ecomplete-setup): Use it.
8370
8371 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8372
8373         * message.el (message-self-insert-commands): New variable.
8374         (message-strip-forbidden-properties): Use it.
8375
8376 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8377
8378         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8379         that doesn't make XEmacs choke.
8380
8381 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8382
8383         * gnus-util.el (gnus-replace-in-string):
8384         Prefer replace-regexp-in-string over of replace-in-string.
8385
8386 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8387
8388         * gnus-util.el (gnus-select-frame-set-input-focus):
8389         Use select-frame-set-input-focus if it is available in XEmacs; use
8390         definition defined in Emacs 22 for old Emacsen.
8391
8392         * dgnushack.el: Autoload unmorse-region for XEmacs.
8393
8394         * lpath.el: Bind cursor-in-non-selected-windows and
8395         select-frame-set-input-focus for XEmacs.
8396
8397 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8398
8399         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8400
8401 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8402
8403         * gnus-registry.el (gnus-registry-cache-save): Remove text
8404         properties when saving via the temp buffer.
8405
8406 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8407
8408         * message.el (message-generate-hashcash): Honor custom type.
8409
8410 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8411
8412         * message.el (message-generate-hashcash): Default to non-nil when
8413         hashcash is found.
8414
8415         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8416         (gnus-refer-thread-limit): Increase default to 500.
8417
8418         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8419
8420         * flow-fill.el (fill-flowed): Allow delete-space.
8421
8422 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8423
8424         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8425         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8426         Remove autoloads.
8427
8428 2006-04-18  Simon Josefsson  <jas@extundo.com>
8429
8430         * message.el (message-generate-hashcash): Default to.
8431
8432 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8433
8434         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8435         concatenating segments rather than before concatenating them.
8436
8437 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8438
8439         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8440
8441 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8442
8443         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8444
8445         * message.el (message-forward-make-body-plain): Allow
8446         message-forward-ignored-headers to be a list.
8447         (message-remove-ignored-headers): Factor out into function.
8448         (message-forward-make-body-mml): Use it.
8449
8450         * imap.el (imap-quote-specials): New function.
8451         (imap-login-auth): Quote specials.
8452
8453         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8454         (rfc2231-parse-string): Allow concatanation of parameters that
8455         aren't contiguous.  The test case is
8456           (mail-header-parse-content-type "message/external-body;
8457             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8458             access-type=LOCAL-FILE;
8459             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8460
8461 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8462
8463         * nntp.el (nntp-accept-process-output): Return the value of
8464         `nnheader-accept-process-output'.
8465
8466 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8467
8468         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8469         (gnus-button-alist): Recognize more diff formats.
8470         (gnus-button-patch): Strip directory.
8471
8472 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8473
8474         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8475         Emacs 22 when setting focus.
8476
8477 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8478
8479         * gnus-art.el (gnus-article-treat-types): Do treatment of
8480         text/x-verbatim parts.
8481         (gnus-button-patch): New command.
8482
8483         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8484         addresses that contain invalid characters.
8485
8486 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8487
8488         * message.el (message-put-addresses-in-ecomplete): Use
8489         gnus-replace-in-string.
8490         (message-is-yours-p): Use the more correct
8491         mail-header-parse-address instead of
8492         mail-extract-address-components.
8493         (message-put-addresses-in-ecomplete): Fix typo.
8494
8495         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8496         keystroke.
8497
8498         * gnus-art.el (gnus-treatment-function-alist): Change order of
8499         newsgroups/generic header folding to avoid double-folding.
8500
8501         * message.el (message-hidden-headers): Add X-Draft-From.
8502
8503         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8504         command.
8505         (gnus-summary-repeat-search-article-backward): New command.
8506
8507         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8508         groups in the parent topic.
8509
8510 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8511
8512         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8513         (spam-extra-header-to-number): Return the CRM114 number as a
8514         number instead of a string.
8515
8516 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8517
8518         * gnus-art.el (gnus-face-properties-alist): Moved here from
8519         gnus-fun.
8520
8521         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8522
8523 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8524
8525         * message.el (message-strip-forbidden-properties): Only display on
8526         self-insert-command.
8527
8528         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8529         reindent.
8530         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8531
8532 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8533
8534         * smiley.el (smiley-style): Fix typo.
8535
8536 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8537
8538         * hashcash.el (hashcash-insert-payment-async-2): Use
8539         message-goto-eoh instead of doing it manually.
8540         (mail-add-payment): Use message-narrow-to-header instead of trying
8541         to do the same itself.
8542
8543         * message.el (message-hidden-headers): Add Face.
8544
8545         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8546         reparenting code.
8547         (gnus-summary-reparent-children): Refactored out code.
8548         (gnus-summary-thread-map): New keystroke.
8549         (gnus-summary-reparent-children): Make into command.
8550
8551         * smiley.el (smiley-style): Default to `medium' if using a large
8552         font.
8553
8554         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8555         does it itself.
8556
8557         * message.el (message-point-in-header-p): Simplify definition.
8558
8559 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8560
8561         * nnagent.el (nnagent-request-set-mark): Silence log file
8562         writing.
8563         (nnagent-request-set-mark): Use write-region instead of
8564         append-to-file.
8565
8566         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8567         strange select method.
8568
8569         * ecomplete.el (ecomplete-display-matches): Get highlightling
8570         right.
8571         (ecomplete-display-matches): Use literals.
8572         (ecomplete-display-matches): Disable message logging.
8573
8574         * message.el (message-display-abbrev): Small optimization.
8575
8576         * ecomplete.el (ecomplete-display-matches): Allow automatic
8577         display.
8578
8579         * message.el (message-strip-forbidden-properties): Display
8580         abbrevs.
8581         (message-display-abbrev): Get automatic display right.
8582
8583         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8584         keystrokes.
8585
8586 2006-04-13  Romain Francoise  <romain@orebokech.com>
8587
8588         TODO: Backport to v5-10!
8589
8590         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8591         Moved here (and renamed) from gnus-registry.el.
8592
8593         * gnus-registry.el: Require gnus-util.
8594         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8595
8596 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8597
8598         * gnus-group.el (gnus-group-catchup-current): Change
8599         if-then-else-if-then-else into cond.
8600         (gnus-group-catchup): Indent.
8601         (group-name-at-point): New function.
8602         (gnus-fetch-group): Provide default from thing at point.
8603
8604 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8605
8606         * message.el (message-display-abbrev): Fix regexp.
8607
8608         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8609         choosing.
8610         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8611         dead variables.
8612
8613         * message.el (message-newline-and-indent): Remove debugging.
8614         (message-display-abbrev): Use new implementation.
8615
8616 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8617
8618         * gnus-art.el (gnus-article-mode): Set
8619         cursor-in-non-selected-windows to nil.
8620
8621         * smiley.el: Revert previous change.
8622         (smiley-data-directory): defvar it before using it in the
8623         defcustom of `smiley-style'.
8624
8625 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8626
8627         * message.el (message-newline-and-indent): New function.
8628
8629         * ecomplete.el: Implement more bits.
8630
8631         * message.el (message-put-addresses-in-ecomplete): Clean up the
8632         string.
8633
8634         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8635
8636         * gnus-sum.el (gnus-summary-save-parts): Bind
8637         gnus-summary-save-parts-counter and use it to make unique file
8638         names.
8639
8640         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8641
8642         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8643         parameter to say whether to actually parse the individual
8644         addresses.
8645
8646         * message.el (message-put-addresses-in-ecomplete): New function.
8647         (ecomplete): Require.
8648         (message-mail-alias-type): Add ecomplete as an option.
8649
8650 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8651
8652         * flow-fill.el (fill-flowed): Remove trailing space from blank
8653         quoted lines.
8654
8655 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8656
8657         * smiley.el (smiley-style): Move definition later to avoid a
8658         compilation warning.
8659
8660 2006-04-12  Kenichi Handa  <handa@m17n.org>
8661
8662         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8663         buffer and then decode the buffer text if necessary.
8664         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8665         first, and after mm-encode-body, change the buffer to unibyte.
8666         Use mm-disable-multibyte instead of set-buffer-multibyte.
8667
8668 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8669
8670         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8671         Content-Type header instead of Content-Disposition header.
8672         (gnus-mime-inline-part): Ditto.
8673         (gnus-mime-view-part-as-charset): Ignore charset that the part
8674         specifies.
8675
8676         * mm-decode.el (mm-display-part): Work with external parts and
8677         usual parts similarly.
8678
8679         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8680         instead of gnus-display-mime.
8681
8682         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8683         instead of with-temp-buffer.
8684
8685         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8686         tag to summarized topics part in order to encode non-ASCII text.
8687
8688 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8689
8690         * smiley.el (smiley-style): New variable.
8691         (smiley-directory): New function.
8692         (smiley-data-directory): Derive from `smiley-style' using
8693         `smiley-directory'.
8694         (smiley-regexp-alist): Add new entries.
8695
8696         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8697         (gnus-article-browse-delete-temp): Add :version.
8698
8699 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8700
8701         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8702         the sieve region.
8703
8704 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8705
8706         * gnus.el (gnus-version-number): Bump version.
8707
8708 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8709
8710         * gnus.el: No Gnus v0.4 is released.
8711
8712 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8713
8714         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8715         layout.
8716
8717         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8718         unknown charset.
8719
8720         * message.el (message-header-synonyms): Add Original-To to the
8721         default.
8722
8723         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8724         optional parameter.
8725
8726 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8727
8728         * gnus-fun.el (gnus): Require it for gnus-directory.
8729
8730 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8731
8732         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8733
8734 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8735
8736         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8737
8738 2006-04-05  Simon Josefsson  <jas@extundo.com>
8739
8740         * password.el (password-reset): New function.
8741
8742 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8743
8744         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8745         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8746
8747 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8748
8749         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8750         Some whitespace was matched into the url, which broke browsing hits
8751         > 100 when mm-url-use-external was nil.
8752
8753 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8754
8755         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8756         gnus-extra-headers for 'Newsgroups.
8757
8758         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8759         bound.
8760
8761 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8762
8763         * pgg-gpg.el: Clean up process buffers every time gpg processes
8764         complete.
8765
8766 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8767
8768         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8769         doc string.
8770
8771 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8772
8773         * pgg-gpg.el (pgg-gpg-process-filter)
8774         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8775
8776         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8777         lines, temporary fix.
8778
8779 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8780
8781         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8782
8783 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8784
8785         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8786         default-enable-multibyte-characters.  This reverts the change from
8787         revision 6.17 which is no longer necessary because the passphrase
8788         is sent separately now.  GnuPG messages are unreadable under
8789         multibyte locales with default-enable-multibyte-characters set to
8790         nil.
8791
8792 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8793
8794         * message.el (message-tool-bar-gnome): Move "spell".
8795
8796 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8797
8798         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8799         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8800         instead.
8801
8802 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8803
8804         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8805         newsgroups handling for NNTP overviews which don't include
8806         Newsgroups.
8807
8808 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8809
8810         * message.el (message-resend): Bind message-generate-hashcash to nil.
8811
8812 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8813
8814         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8815         when searching for already-paid recipients.
8816
8817 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8818
8819         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8820         passphrases when it is not needed.
8821         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8822         passphrase stuff from gpg, should only be necessary when you use
8823         gpg with a smartcard.
8824
8825 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8826
8827         * mml.el (mml-insert-mime): Ignore cached contents of
8828         message/external-body part.
8829
8830         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8831         (mm-insert-part): Ditto.
8832
8833 2006-03-23  Simon Josefsson  <jas@extundo.com>
8834
8835         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8836         Reiner.
8837         (pgg-gpg-use-agent-p): Use it again.
8838
8839 2006-03-23  Simon Josefsson  <jas@extundo.com>
8840
8841         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8842         older emacsen.
8843         (pgg-gpg-use-agent-p): Don't use it.
8844
8845 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8846
8847         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8848         if we can.
8849
8850 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8851
8852         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8853         (pgg-gpg-update-agent): New function.
8854         (pgg-gpg-use-agent-p): New function.
8855         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8856         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8857         (pgg-gpg-sign-region): Use it.
8858
8859 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8860
8861         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8862         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8863
8864 2006-03-21  Simon Josefsson  <jas@extundo.com>
8865
8866         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8867         <wilde@sha-bang.de>.
8868         (pgg-gpg-use-agent): New variable.
8869         (pgg-gpg-process-region): Use it.
8870         (pgg-gpg-encrypt-region): Likewise.
8871         (pgg-gpg-encrypt-symmetric-region): Likewise.
8872         (pgg-gpg-decrypt-region): Likewise.
8873         (pgg-gpg-sign-region): Likewise.
8874         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8875
8876 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8877
8878         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8879
8880         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8881         Add comment on version.
8882
8883 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8884
8885         * smiley.el: Add missing test smiley.
8886
8887 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8888
8889         * mm-decode.el (mm-with-part): New macro.
8890         (mm-get-part): Use it; work with message/external-body as well.
8891         (mm-save-part): Treat name and filename equally.
8892
8893         * mm-extern.el (mm-extern-cache-contents): New function.
8894         (mm-inline-external-body): Use it; force the part to be displayed;
8895         move undisplayer added to the cached handle to the parent.
8896
8897         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8898         (gnus-mime-view-part-as-type): Work with message/external-body.
8899
8900         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8901
8902 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8903
8904         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8905         images in image-load-path.  [Sync with image.el, revision 1.60, in
8906         Emacs.]
8907
8908 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8909
8910         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8911         path rather than symbol.  Always return list of directories.
8912         Guarantee that image directory comes first.  [Sync with image.el,
8913         revision 1.59, in Emacs.]
8914
8915         * message.el (message-make-tool-bar): Adjust to new API of
8916         `gmm-image-load-path-for-library'.
8917
8918         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8919
8920         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8921
8922 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8923
8924         * gnus-art.el (gnus-article-only-boring-p):
8925         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8926         intangible text.
8927         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8928
8929 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8930
8931         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8932         `defun' instead of `gmm-defun-compat'.
8933
8934 2006-03-14  Simon Josefsson  <jas@extundo.com>
8935
8936         * message.el (message-unique-id): Don't use message-number-base36
8937         if (user-uid) is a float.
8938         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8939
8940 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8941
8942         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8943
8944         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8945         empty line between a part and a message part.
8946
8947 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8948
8949         * smiley.el: Add more test smileys.
8950         (smiley-data-directory, smiley-regexp-alist)
8951         (gnus-smiley-file-types): Fix doc strings.
8952         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8953         adding new elements.
8954         (smiley-mouse-map): Unused code.  Make it a comment.
8955
8956 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8957
8958         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8959         scan latest NoCeM messages instead of old ones.
8960         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8961         delimiters that are recently used.
8962         (gnus-nocem-load-cache): Add autoload cookie.
8963
8964         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8965
8966         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8967         level which is larger than gnus-use-nocem is specified.
8968
8969         * gnus-group.el (gnus-group-get-new-news): Ditto.
8970
8971 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8972
8973         * gnus-util.el (gnus-tool-bar-update): New function.
8974
8975         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8976         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8977
8978         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8979
8980         * gnus-group.el (gnus-group-redraw-when-idle)
8981         (gnus-group-redraw-check): Remove.
8982         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8983
8984 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8985
8986         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8987         if optional last element is specified in splits (FIELD VALUE...).
8988
8989 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8990
8991         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8992         to gmm-image-load-path-for-library.  Call with no-error argument.
8993         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8994
8995         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8996
8997         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8998
8999         * gmm-utils.el (gmm-image-load-path): Remove alias.
9000
9001 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9002
9003         * gmm-utils.el (gmm-image-load-path): Add alias.
9004
9005         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9006         nnml-generate-nov-databases-1.
9007         (nnml-generate-nov-databases): Use it.
9008         (nnml-generate-nov-databases-directory): Document no-active
9009         argument.
9010
9011         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9012         directory if path is t.  Add no-error.
9013
9014         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9015         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9016
9017         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9018         resetting gnus-article-browse-html-temp-list.
9019
9020         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9021         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9022         Add example to docstring.  Rename local variables.  Move error
9023         checks to default case in cond and simplify.
9024
9025 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9026
9027         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9028         handle is multipart when calling it recursively.
9029         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9030
9031 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9032
9033         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9034         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9035
9036 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9037
9038         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9039         is loaded.
9040
9041         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9042         loaded.
9043
9044 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9045
9046         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9047         to "Emacs 23 (unicode)" in doc string.
9048
9049         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9050         "Emacs 23 (unicode)" in comment.
9051
9052 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9053
9054         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9055
9056         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9057         characters 160 through 255 in Emacs 23.
9058
9059 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9060
9061         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9062         gnus-article-browse-html-temp.
9063         (gnus-article-browse-delete-temp): Make it customizable.  Add
9064         `file'.  Adjust doc string.
9065         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9066         query for each file.  Adjust doc string.
9067         (gnus-article-browse-html-parts): Add
9068         `gnus-article-browse-delete-temp-files' to
9069         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9070
9071 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9072
9073         * gnus-art.el (gnus-article-browse-html-temp)
9074         (gnus-article-browse-delete-temp): New variables.
9075         (gnus-article-browse-delete-temp-files): New function.
9076         (gnus-article-browse-html-parts): Use it.
9077
9078 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9079
9080         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9081
9082         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9083         string.
9084
9085         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9086         gnus-summary-insert-new-articles when unplugged.  Remove
9087         gnus-summary-search-article-forward.
9088
9089         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9090         display-visual-class instead of display-color-cells.
9091
9092 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9093
9094         * dgnushack.el: Autoload customize-group for XEmacs.
9095
9096         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9097         message/* containing non-ASCII text properly.
9098
9099 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9100
9101         * message.el: Require gmm-utils, remove autoloads.
9102         (message-tool-bar): Set default based on
9103         gmm-tool-bar-style.
9104         (message-tool-bar-gnome): Add gmm-customize-mode.
9105
9106         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9107         gmm-tool-bar-style.
9108         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9109
9110         * gnus-group.el (gnus-group-tool-bar): Set default based on
9111         gmm-tool-bar-style.
9112         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9113
9114         * gmm-utils.el (gmm-image-directory): Rename variable from
9115         gmm-image-load-path.
9116         (gmm-image-load-path): Use gmm-image-directory.
9117         (gmm-customize-mode): New function.
9118         (gmm-tool-bar-style): New variable.
9119
9120         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9121         gnus-group-redraw-line-number.
9122         (gnus-group-redraw-check): Simplify.
9123         (gnus-group-tool-bar-update): Remove redraw check.
9124         (gnus-group-make-tool-bar): Add redraw check.
9125
9126 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9127
9128         * gnus-art.el (gnus-button): Add missing parentheses.
9129
9130 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9131
9132         * lpath.el: Fbind line-number-at-pos.
9133
9134 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9135
9136         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9137
9138 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9139
9140         * gnus-art.el (gnus-button): New face.
9141         (gnus-article-button-face): Use it.
9142
9143         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9144         gnus-summary-next-page.  Re-order.
9145
9146         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9147         next-node are now included.
9148         (gnus-group-redraw-line-number): New internal variable.
9149         (gnus-group-redraw-check): Helper function for updating the tool
9150         bar.
9151         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9152
9153         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9154
9155         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9156         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9157         Use it to match format of Spamassassin 3.0 and later.  Reported by
9158         IRIE Tetsuya <irie@t.email.ne.jp>.
9159         (spam-check-bogofilter)
9160         (spam-bogofilter-register-with-bogofilter): Fix args of
9161         `gnus-error' calls.
9162
9163 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9164
9165         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9166         unnecessary interaction when sending queued mails.  Reported by
9167         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9168
9169 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9170
9171         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9172         first or last are nil.
9173
9174 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9175
9176         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9177
9178 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9179
9180         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9181
9182 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9183
9184         * dns.el (query-dns): Protect more against buggy tcp output.
9185
9186 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9187
9188         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9189         nov.php.
9190
9191 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9192
9193         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9194         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9195         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9196         output on the server side.
9197         (nnweb-google-create-mapping): Update regexps and add some
9198         progress indication.
9199
9200 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9201
9202         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9203         gnus-agent-toggle-plugged.  Re-order icons.
9204         (gnus-group-tool-bar-gnome): Add
9205         gnus-group-{prev,next}-unread-group.
9206         (gnus-group-tool-bar-gnome): Re-order icons.
9207
9208         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9209         gnus-summary-insert-new-articles.
9210
9211         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9212         comments.
9213
9214         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9215         also available in Emacs 21.3.
9216
9217         * message.el (message-fix-before-sending): Change "Emacs 22" to
9218         "Emacs 23 (unicode)" in comment.
9219
9220         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9221         "Emacs 23 (unicode)" in comment.
9222
9223         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9224         comment.
9225         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9226
9227         * mm-view.el (mm-fill-flowed): Add :version.
9228
9229 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9230
9231         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9232         and load-path.
9233
9234 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9235
9236         * message.el: Autoload gmm-image-load-path.
9237         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9238         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9239         consitency.
9240
9241         * gmm-utils.el (gmm-image-load-path): Also search in
9242         "../etc/images".  Don't set gmm-image-load-path if we don't find
9243         the image.
9244
9245 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9246
9247         * gmm-utils.el (gmm-image-load-path): Don't make
9248         `gmm-image-load-path' include subdirectories which the second arg
9249         `image' might specify.
9250
9251         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9252         subdirectory to icon file names.
9253
9254         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9255
9256 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9257
9258         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9259         gmm-image-load-path calls.
9260
9261         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9262
9263         * message.el (message-make-tool-bar): Ditto.
9264
9265         * mml.el (mml-preview): Added comment concerning tool bar icons.
9266
9267         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9268         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9269
9270         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9271         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9272
9273         * message.el (message-tool-bar-gnome): Use new icon names.
9274         (message-make-tool-bar): Use `gmm-image-load-path'.
9275
9276         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9277         functions from MH-E.
9278         (gmm-image-load-path): New variable from MH-E.
9279         (gmm-image-load-path): New function from MH-E.  Added arguments
9280         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9281         *-image-load-path-called-flag.
9282
9283 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9284
9285         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9286
9287 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9288
9289         * nnimap.el (nnimap-request-move-article): Change folder back to
9290         source group before deleting.
9291
9292 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9293
9294         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9295
9296         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9297         mm-url.
9298
9299         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9300
9301 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9302
9303         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9304         coding system which mm-charset-to-coding-system returns for a
9305         given charset is valid.
9306
9307 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9308
9309         * html2text.el (html2text-remove-tag-list):
9310         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9311
9312 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9313
9314         * gnus-cus.el: Revert 2005-10-17 change.
9315
9316 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9317
9318         * gnus-art.el (article-strip-banner): Call
9319         article-really-strip-banner only when the regexp match is made.
9320
9321 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9322
9323         * gnus-art.el (article-strip-banner): Use
9324         gnus-extract-address-components instead of
9325         mail-header-parse-addresses to make it work with non-ASCII text;
9326         remove mail-encode-encoded-word-string.
9327
9328         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9329         values which are surrounded with \"...\"; make it never cause a
9330         Lisp error; give up parsing of parameters if it failed in
9331         extracting type.
9332
9333 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9334
9335         * smime.el (smime-cert-by-ldap-1): Fix bug where
9336         `smime-ldap-search' returns results without userCertificates.
9337
9338 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9339
9340         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9341
9342 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9343
9344         * spam.el (spam-check-spamassassin-headers): Adapt format for
9345         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9346         <ari@mbf.ocn.ne.jp>.
9347         (spam-list-of-processors): Add spam-use-gmane.
9348
9349 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9350
9351         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9352         make-temp-file; make it work with XEmacs as well.
9353
9354         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9355         mm-make-temp-file.
9356
9357         * mm-decode.el (mm-display-external): Use the 3rd arg of
9358         mm-make-temp-file.
9359         (mm-create-image-xemacs): Ditto.
9360
9361 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9362
9363         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9364         with message-narrow-to-headers.
9365         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9366         (gnus-draft-check-draft-articles): New function.
9367         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9368
9369 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9370
9371         * gnus-art.el (gnus-article-browse-html-parts):
9372         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9373         Don't use suffix argument for mm-make-temp-file for Emacs 21
9374         compatibility.  Remove useless `format'.
9375
9376 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9377
9378         * nnweb.el (nnweb-google-wash-article): Update regexps.
9379         (nnweb-group-alist): Use defvoo instead of defvar.
9380
9381 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9382
9383         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9384         re-loading nn* modules.
9385
9386 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9387
9388         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9389         for `tool-bar-mode' and don't check it's default-value.
9390
9391         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9392
9393         * message.el (message-make-tool-bar): Ditto.
9394
9395         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9396         `substring'.  Shorten tmp-file name.
9397
9398         * gnus.el: Remove bogus comment.
9399
9400 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9401
9402         * gnus-art.el (gnus-article-browse-html-parts): New function.
9403         (gnus-article-browse-html-article): New function for viewing html
9404         articles with a browser.
9405
9406 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9407
9408         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9409         in elisp.
9410         (pgg-gpg-encrypt-symmetric-region): Ditto.
9411         (pgg-gpg-sign-region): Ditto.
9412
9413         * pgg-def.el (pgg-text-mode): New variable.
9414
9415         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9416         (mml2015-pgg-encrypt): Ditto.
9417
9418         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9419         (mml1991-pgg-encrypt): Ditto.
9420
9421 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9422
9423         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9424         message-make-date instead of current-time-string.
9425
9426         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9427         to gnus-decoded which mm-uu might set.
9428
9429 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9430
9431         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9432         don't decode quoted parameters; remove misimported Emacs code.
9433         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9434         (rfc2231-decode-encoded-string): Don't use split-string which
9435         behaves differently according to Emacs version; use
9436         mm-decode-coding-region to convert charset to coding-system.
9437         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9438         (rfc2231-encode-string): Remove misimported Emacs code.
9439
9440 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9441
9442         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9443         when calling mail-header-parse-content-type.
9444         (article-de-quoted-unreadable): Ditto.
9445         (article-de-base64-unreadable): Ditto.
9446         (article-wash-html): Ditto.
9447
9448         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9449         calling mail-header-parse-content-type and
9450         mail-header-parse-content-disposition.
9451         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9452         mail-header-parse-content-type.
9453
9454         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9455         insert charset and format parameters; encode description after
9456         inserting it to buffer.
9457         (mml-insert-parameter): Fold lines properly even if a parameter is
9458         segmented into two or more lines; change the max column to 76.
9459
9460         * rfc1843.el (rfc1843-decode-article-body): Don't use
9461         ignore-errors when calling mail-header-parse-content-type.
9462
9463         * rfc2231.el (rfc2231-parse-string): Return at least type if
9464         possible; don't cause an error even if it fails in parsing of
9465         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9466         (rfc2231-encode-string): Don't break lines at the beginning, leave
9467         it to mml-insert-parameter.
9468
9469         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9470         calling mail-header-parse-content-type.
9471
9472 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9473
9474         * spam-report.el (spam-report-gmane-use-article-number):
9475         Improve doc string.
9476         (spam-report-gmane-internal): Check if a suitable header was found
9477         in the article.
9478
9479 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9480
9481         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9482         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9483
9484 2006-02-05  Romain Francoise  <romain@orebokech.com>
9485
9486         Update copyright notices of all files in the gnus directory.
9487
9488 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9489
9490         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9491
9492 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9493
9494         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9495         segmented lines of parameter value to cope with Thunderbird 1.5
9496         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9497         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9498         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9499
9500 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9501
9502         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9503         parts.
9504
9505 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9506
9507         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9508         there's only one active file for all servers.
9509         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9510         solid groups.  Gnus might have used a FAST request to select the group.
9511         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9512         and nnweb-search redundantly in the active file.
9513         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9514         (nnweb-request-create-group): Don't use ARGS.
9515         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9516         initialisations.  Let nnoo do the work.
9517
9518 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9519
9520         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9521         Say the part has been decoded.
9522
9523         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9524
9525 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9526
9527         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9528         mailcap-viewer-test-cache when there's no 'test clause, since that
9529         will invert the meaning of a "nil" test previously determined by
9530         mailcap-mailcap-entry-passes-test.
9531
9532 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9533
9534         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9535         compiling.
9536
9537         * gnus-sum.el: Ditto.
9538
9539         * message.el: Don't bind tool-bar-map when compiling.
9540
9541 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9542
9543         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9544
9545 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9546
9547         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9548         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9549         current Google Groups.
9550
9551 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9552
9553         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9554         and tool-bar-mode.
9555
9556         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9557         and tool-bar-mode.
9558
9559         * message.el (message-tool-bar-update): Simplify.
9560         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9561
9562         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9563         gnus-summary-buffer.
9564         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9565         gnus-summary-reply.
9566
9567         * gmm-utils.el (gmm): Add :version.
9568
9569 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9570
9571         * Makefile.in (clean): New rule.
9572         (distclean): Use it.
9573
9574 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9575
9576         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9577         autoload.
9578
9579 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9580
9581         * gmm-utils.el (gmm-verbose): Add :group.
9582
9583 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9584
9585         * message.el: Change some comments WRT tool-bars.
9586
9587         * gnus-sum.el (gnus-summary-tool-bar)
9588         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9589         (gnus-summary-tool-bar-zap-list): New variables.
9590         (gnus-summary-make-tool-bar): Complete rewrite using
9591         `gmm-tool-bar-from-list'.
9592
9593         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9594         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9595         variables.
9596         (gnus-group-make-tool-bar): Complete rewrite using
9597         `gmm-tool-bar-from-list'.
9598         (gnus-group-tool-bar-update): New function.
9599
9600         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9601
9602 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9605         is dissected into a single part of which the type is the same as
9606         the given one; decode charset.
9607
9608 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9609
9610         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9611         into alists as symbol not string, since that's what
9612         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9613         look for.
9614
9615 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9616
9617         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9618         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9619
9620         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9621
9622 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9623
9624         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9625         (gnus-xmas-mime-security-button-menu): New function.
9626
9627         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9628         (gnus-mime-security-button-menu): New definition.
9629         (gnus-mime-security-button-map): Use them.
9630         (gnus-mime-security-button-menu): New function.
9631         (gnus-insert-mime-security-button): Addition to help echo.
9632         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9633         (gnus-mime-security-pipe-part): New functions.
9634
9635         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9636         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9637
9638         * mm-decode.el (mm-handle-set-disposition): Remove.
9639         (mm-handle-set-description): Remove.
9640
9641 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9642
9643         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9644         (mm-w3m-standalone-supports-m17n-p): New function.
9645         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9646         w3m usage.
9647
9648         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9649         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9650
9651 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9652
9653         * message.el (message-tool-bar-zap-list): Use
9654         gmm-tool-bar-zap-list as custom type.
9655         (message-tool-bar-update): New function.
9656         (message-tool-bar, message-tool-bar-gnome)
9657         (message-tool-bar-retro): Add message-tool-bar-update.
9658         (message-tool-bar-gnome): Add flyspell-buffer.
9659
9660         * gnus-util.el (gnus-error): Describe `args'.
9661
9662         * gmm-utils.el (gmm-error): Describe `args'.
9663         (gmm-tool-bar-zap-list): New widget.
9664         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9665
9666 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9667
9668         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9669         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9670         the number of recursive calls.
9671
9672         * mm-decode.el (mm-handle-set-disposition): New macro.
9673         (mm-handle-set-description): New macro.
9674
9675 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9676
9677         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9678         encoding.
9679
9680 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9681
9682         * message.el (message-tool-bar-zap-list, message-tool-bar)
9683         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9684         (message-tool-bar-local-item-from-menu): Remove.
9685         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9686         (message-make-tool-bar): New function.
9687         (message-mode): Use `message-make-tool-bar'.
9688
9689         * gmm-utils.el: New file.
9690         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9691         (gmm-lazy): New widget copied from `nnmail.el'.
9692         (gmm-tool-bar-from-list): New function for creating customizable
9693         tool bars.
9694         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9695         output.
9696         (gmm): Add :prefix to defgroup.
9697
9698 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9699
9700         * gmm-utils.el (gmm-widget-p): New function.
9701
9702 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9703
9704         * mml.el (mml-attach-file): Describe `description' in doc string.
9705         (mml-menu): Add Emacs MIME manual and PGG manual.
9706
9707 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9708
9709         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9710
9711 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9712
9713         * nntp.el (nntp-end-of-line): Doc fix.
9714
9715 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9716
9717         * imap.el (imap-open): Handle case where buffer is a buffer
9718         object.
9719
9720 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9721
9722         * gnus-delay.el (gnus-delay): Don't autoload.
9723         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9724         to be re-loaded when customizing the `gnus-delay' group.
9725
9726 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9727
9728         * message.el (message-insert-citation-line): Use newlines.
9729
9730 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9731
9732         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9733         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9734         these routines, so the passphrase can be managed externally and
9735         passed in to the system.
9736         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9737         pgg-add-passphrase-to-cache function.
9738
9739         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9740         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9741         these routines, so the passphrase can be managed externally and
9742         passed in to the system.
9743         (pgg-pgp5-sign-region): Use new name of
9744         pgg-add-passphrase-to-cache function.
9745
9746 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9747
9748         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9749         part of the decoded armor to find the key-identifier.
9750         (pgg-gpg-lookup-key-owner): New function to return the
9751         human-readable identifier of a key owner.
9752         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9753         itself.
9754         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9755         the key value) if we have a key and can match it against a secret
9756         key.  Also, added a note pointing out fact that the prompt only
9757         indicates the first matching key.
9758
9759         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9760         pgg-decrypt-region.
9761         (pgg-add-passphrase-to-cache): Rename from
9762         `pgg-add-passphrase-cache' to reduce confusion (all callers
9763         changed).
9764         (pgg-remove-passphrase-from-cache): Rename from
9765         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9766         changed).
9767         (pgg-read-passphrase, pgg-add-passphrase-cache)
9768         (pgg-remove-passphrase-cache): Add informative docstrings.
9769         (pgg-decrypt): Convey provided passphrase in subordinate call to
9770         pgg-decrypt-region.
9771
9772 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9773
9774         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9775         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9776         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9777         'passphrase' argument, so the passphrase can be managed externally
9778         and then passed in to the system.
9779
9780         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9781         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9782         so the passphrase cache can be used reliably with identifiers
9783         besides a pgp packet's key id.
9784
9785         * pgg-gpg.el (pgg-gpg-encrypt-region)
9786         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9787         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9788         these routines, so the passphrase can be managed externally and
9789         passed in to the system.
9790
9791         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9792         'notruncate' argument, so the passphrase cache can be used
9793         reliably with identifiers besides a pgp packet's key id.
9794
9795 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9796
9797         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9798         symmetric encryption.
9799         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9800         encrypted session key.
9801         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9802         message ask for the passphrase in a proper way.
9803
9804         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9805         New user commands for symmetric encryption.
9806
9807 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9808
9809         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9810
9811         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9812
9813 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9814
9815         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9816
9817 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9818
9819         * mm-decode.el (mm-inlined-types): Add application/pgp.
9820         (mm-automatic-display): Ditto.
9821
9822         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9823         part as text.
9824
9825 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9826
9827         * nnrss.el: Update copyright.
9828         (nnrss-opml-import): Query whether to subscribe to each entry.
9829
9830         * gnus-art.el:
9831         * gnus-sum.el:
9832         * gnus-xmas.el:
9833         * messagexmas.el:
9834         * mm-uu.el:
9835         * mm-view.el: Update copyright.
9836
9837 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9838
9839         * message.el (message-info): New function.
9840         (message-mode-menu): Add it.
9841         Update copyright.
9842
9843         * ChangeLog: Fix and update copyright.
9844
9845 2006-01-13  Romain Francoise  <romain@orebokech.com>
9846
9847         * message.el (message-forward-subject-name-subject): Prefer the
9848         address to 'nowhere' if the sender has no name.
9849         Fix typo.  Update copyright year.
9850
9851 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9852
9853         * gnus-art.el (article-wash-html): Use
9854         gnus-summary-show-article-charset-alist if a numeric arg is given.
9855         (gnus-article-wash-html-with-w3m-standalone): New function.
9856
9857         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9858         mm-inline-text-html-render-with-w3m-standalone.
9859         (mm-text-html-washer-alist): Map w3m-standalone to
9860         gnus-article-wash-html-with-w3m-standalone.
9861         (mm-inline-text-html-render-with-w3m-standalone): New function.
9862
9863 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9864
9865         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9866         Improve LaTeX.
9867
9868 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9869
9870         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9871         (nnrss-request-article): Render text/plain parts as HTML.
9872
9873         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9874         the buffer.
9875
9876 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9877
9878         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9879         custom definition of `gnus-posting-styles'.
9880
9881         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9882         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9883
9884 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9885
9886         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9887         Use nntp for bug archive.
9888
9889 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9890
9891         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9892         parts.
9893         (nnrss-normalize-date): New function converts ISO 8601 date into
9894         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9895         (nnrss-check-group): Use it.
9896
9897 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9898
9899         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9900
9901         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9902         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9903         (nnrss-insert-w3): Ditto.
9904
9905 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9906
9907         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9908         the articles to be forwarded including the case where neither a
9909         number of articles nor a region is specified.
9910
9911 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9912
9913         * nnrss.el (nnrss-request-article): Fix last change; fill
9914         text/plain parts.
9915
9916 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9917
9918         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9919         in text/plain part.
9920         (nnrss-check-group): Don't add excessive newline to dc:subject.
9921
9922 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9923
9924         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9925         article.
9926
9927 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9928
9929         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9930         (nnml-use-compressed-files, nnml-save-mail): Support other
9931         comression programs such as bzip2.
9932
9933 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9934
9935         * dns.el (query-dns): Make sure we check the buffer size before
9936         removing tcp headers.
9937
9938 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9939
9940         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9941         remove MIME buttons associated with multipart/alternative parts.
9942         (gnus-mime-display-alternative): Tag buttons using `article-type'
9943         text property.
9944
9945         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9946         associated with multipart/alternative parts.
9947
9948         * gnus-art.el (gnus-signature-separator): Fix custom type.
9949
9950         * mm-decode.el (mm-inlined-types): Fix custom type.
9951         (mm-keep-viewer-alive-types): Ditto.
9952         (mm-automatic-display): Ditto.
9953         (mm-attachment-override-types): Ditto.
9954         (mm-inline-override-types): Ditto.
9955         (mm-automatic-external-display): Ditto.
9956
9957 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9958
9959         * spam-report.el (spam-report-user-mail-address)
9960         (spam-report-user-agent): New variables.
9961         (spam-report-url-ping-plain): Use spam-report-user-agent.
9962
9963 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9964
9965         * gnus-art.el (gnus-button-handle-custom): Do not just use
9966         `customize-apropos' for any "M-x customize-*" button but the
9967         function called for.  Accept both the function name and its
9968         argument in order to achieve this.
9969         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9970         function name to `gnus-button-handle-custom' in case of "M-x
9971         customize-*" buttons.
9972
9973 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9974
9975         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9976         multipart/alternative and add xref to mm-discouraged-alternatives
9977         in doc string.
9978
9979         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9980         gnus-buttonized-mime-types in doc string.
9981
9982 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9983
9984         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9985         Suggest image/.* in the doc string.
9986
9987 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9988
9989         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9990         message-marks (Debian bug #342521).
9991
9992 2005-12-12  Simon Josefsson  <jas@extundo.com>
9993
9994         * password.el (password-read-from-cache): Add.
9995         (password-read): Use it.
9996
9997 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9998
9999         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10000         us-ascii as a MIME charset.
10001
10002         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10003         against the case where the 2nd arg TYPE is nil.
10004
10005 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10006
10007         * pop3.el (pop3-stream-type): Fix custom version.
10008
10009         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10010
10011 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10012
10013         * mm-decode.el (mm-display-external): Add missing cdr.
10014
10015 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10018         RFC1524) if it is in mailcap or add a suffix according to
10019         mailcap-mime-extensions when generating a temp filename; postpone
10020         deleting a temp file for 2 seconds for some wrappers, shell
10021         scripts, and so on, which might exit right after having started a
10022         viewer command as a background job.
10023
10024 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10025
10026         * nntp.el (nntp-marks-directory): Fix custom group.
10027
10028         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10029         steps when < 10.
10030
10031         * gnus-start.el (gnus-no-server-1): Mention
10032         `gnus-level-default-subscribed' in doc string.
10033
10034 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10035
10036         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10037         parens.
10038
10039 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10040
10041         * gnus-xmas.el (gnus-use-toolbar): Revert.
10042         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10043         gnus-use-toolbar is default.
10044
10045         * messagexmas.el (message-use-toolbar): Revert.
10046         (message-setup-toolbar): Use global default-toolbar if
10047         message-use-toolbar is default.
10048
10049 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10050
10051         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10052         according to default-toolbar-visible-p.
10053
10054         * messagexmas.el (message-use-toolbar): Ditto.
10055
10056 2005-11-26  Dave Love  <fx@gnu.org>
10057
10058         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10059         (tls-program, tls-success): Provide openssl alternative.
10060
10061         * starttls.el: Doc fixes.
10062         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10063         SERVICE to PORT.
10064
10065         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10066         port null or service name.
10067         (starttls-negotiate): Autoload.
10068
10069 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10070
10071         * message.el (message-kill-to-signature): Fix interactive spec.
10072
10073 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10074
10075         * pop3.el (pop3-open-server): Recognize a string as a service name.
10076
10077 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10078
10079         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10080
10081 2005-11-23  Dave Love  <fx@gnu.org>
10082
10083         Add pop3s, pop3/starttls.
10084
10085         * pop3.el (pop3-authentication-scheme): Clarify doc.
10086         (open-tls-stream, starttls-open-stream): Autoload.
10087         (pop3-stream-type): New.
10088         (pop3-open-server): Use it.
10089
10090         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10091         for POP.
10092         (mail-source-keyword-map): Add :stream for POP.
10093         (mail-source-fetch-pop): Use pop3-stream-type.
10094
10095 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10098         of current-time-string.
10099
10100 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10101
10102         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10103         date header.
10104
10105 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10106
10107         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10108         it can seriously impact performance as it bypasses the agent's
10109         local caches.
10110
10111 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10112
10113         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10114         must be explicitly online rather than "not explicitly offline" for
10115         its flags to be synchronized.
10116
10117         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10118         that gnus-uu-unmark-thread will function correctly.
10119
10120         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10121         1024K is instead displayed as 1M.
10122
10123 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10124
10125         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10126
10127 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10128
10129         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10130
10131 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10132
10133         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10134         error message to display actual error condition.
10135         (gnus-agent-save-local): Avoid saving symbols that are bound to
10136         nil as they simply result in a warning message in
10137         gnus-agent-read-local.
10138
10139 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10140
10141         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10142         rather than make-variable-buffer-local for file-precious-flag.
10143
10144 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10145
10146         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10147         for duplicates which are removed.  The invalid sort check then
10148         triggers a rescan after the sort as sorting may have moved
10149         duplicate entries such that they can be cheaply detected.
10150
10151 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10152
10153         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10154
10155 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10156
10157         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10158         internal variable to a custom variable.  Changed default value
10159         from compressed(2) to uncompressed(1).
10160         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10161         support for uncompressed agentview files.  Taken together, reading
10162         the agentview file should now be 6-7 times faster.
10163
10164 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10165
10166         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10167         as a buffer-local variable.  This avoids creating truncated
10168         dribble files as a result of a hang up, eg.
10169
10170 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10171
10172         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10173         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10174         XEmacs.
10175
10176 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10177
10178         * gnus-start.el (gnus-start-draft-setup): Enforce
10179         `gnus-draft-mode' for nndraft:drafts at startup.
10180
10181         * gnus.el (gnus-splash): Change custom group.
10182         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10183         allow-list argument.
10184
10185         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10186         string.
10187
10188 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10189
10190         * gnus-art.el (gnus-default-article-saver): Add user-defined
10191         `function' to custom type.
10192
10193 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10194
10195         * imap.el (imap-open): Handle case where buffer is a buffer
10196         object.
10197
10198 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10199
10200         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10201         long lines.
10202         (gnus-cache-delete-group): Wrap doc strings.
10203
10204         * gnus-agent.el (gnus-agent-rename-group)
10205         (gnus-agent-delete-group): Wrap doc strings.
10206
10207 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10208
10209         * messagexmas.el (message-use-toolbar): Change the valid values
10210         into default, top, bottom, left, and right.
10211         (message-toolbar-thickness): New variable.
10212         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10213         well.
10214         (message-setup-toolbar): Make it work.
10215
10216         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10217         (gnus-use-toolbar): Change the valid values into default, top,
10218         bottom, left, and right.
10219         (gnus-toolbar-thickness): New variable.
10220         (gnus-xmas-setup-toolbar): New function.
10221         (gnus-xmas-setup-group-toolbar): Use it.
10222         (gnus-xmas-setup-summary-toolbar): Use it.
10223
10224 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10225
10226         * gnus-start.el (gnus-1): Add "native" to
10227         gnus-predefined-server-alist.
10228
10229         * gnus.el (gnus-method-to-server): Don't add "native" to the
10230         lists here, because that leads to problems when
10231         gnus-select-method is bound.
10232
10233 2005-11-09  Simon Josefsson  <jas@extundo.com>
10234
10235         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10236         use (not sort-by-date) instead.
10237
10238 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10239
10240         * gnus-delay.el (gnus-delay-group): Don't autoload.
10241         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10242         to be re-loaded when customizing the `gnus-delay' group.
10243
10244 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10245
10246         * message.el: Revert last changes.
10247         (message-insert-citation-line): Use newlines.
10248
10249 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10250
10251         * message.el (message-courtesy-message)
10252         (message-mark-insert-begin, message-mark-insert-end)
10253         (message-elide-ellipsis, message-cancel-message)
10254         (message-add-header, message-change-subject)
10255         (message-cross-post-followup-to-header)
10256         (message-cross-post-insert-note, message-reduce-to-to-cc)
10257         (message-widen-reply, message-delete-not-region)
10258         (message-kill-to-signature, message-insert-signature)
10259         (message-insert-importance-high, message-insert-importance-low)
10260         (message-insert-or-toggle-importance)
10261         (message-insert-disposition-notification-to)
10262         (message-indent-citation, message-yank-original)
10263         (message-cite-original-without-signature, message-cite-original)
10264         (message-insert-citation-line, message-position-on-field)
10265         (message-fix-before-sending, message-send-mail-partially)
10266         (message-send-mail, message-send-mail-with-sendmail)
10267         (message-send-mail-with-qmail, message-send-news)
10268         (message-check-news-header-syntax, message-generate-headers)
10269         (message-insert-courtesy-copy, message-fill-address)
10270         (message-fill-header, message-shorten-references)
10271         (message-setup-1, message-cancel-news)
10272         (message-forward-make-body-plain, message-forward-make-body-mime)
10273         (message-forward-make-body-mml, message-encode-message-body)
10274         (message-forward-make-body-digest-plain)
10275         (message-forward-make-body-digest-mime)
10276         (message-use-alternative-email-as-from): Insert `hard-newline'
10277         instead of ordinary newlines.
10278
10279 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10280
10281         * message.el (message-generate-headers): Downcase the argument
10282         given to message-check-element.
10283
10284 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10285
10286         * nntp.el (nntp-authinfo-rejected): New error condition.
10287         (nntp-wait-for): Use new error condition to signal authentication
10288         error.
10289         (nntp-retrieve-data): Rethrow new error condition to break out of
10290         recursive call to nntp-send-authinfo.
10291
10292 2005-11-08  Romain Francoise  <romain@orebokech.com>
10293
10294         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10295         (gnus-summary-exit-map): Bind to `Z p'.
10296         (gnus-summary-make-menu-bar): Add menu item.
10297
10298 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10299
10300         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10301         (gnus-treat-*): Add `first' in all doc strings.
10302
10303         * gnus-group.el (gnus-group-compact-group): Fix typo.
10304
10305 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10306
10307         * gnus.el (gnus-parameters-case-fold-search): New variable.
10308         (gnus-parameters-get-parameter): Use it.
10309
10310         * gnus-score.el (gnus-home-score-file): Doc fix.
10311
10312 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10313
10314         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10315
10316 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10317
10318         * mm-util.el (mm-special-display-p): New function.
10319
10320         * mml.el (mml-preview): Use it; doc fix.
10321
10322 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10323
10324         * imap.el (imap-open): Handle case where buffer is a buffer object.
10325
10326 2005-10-29  Romain Francoise  <romain@orebokech.com>
10327
10328         * message.el (message-fix-before-sending): Fix comment.
10329
10330 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10331
10332         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10333
10334 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10335
10336         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10337         Used in gnus-score.el.
10338
10339 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10340
10341         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10342
10343 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10344
10345         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10346         whitespace removed in revision 7.8.  Use concatenated string to
10347         protect trailing whitespace.
10348
10349 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10350
10351         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10352         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10353         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10354         Courier IMAP ("some version from 2004").  Mostly based on similar
10355         code in the same function.
10356
10357 2005-10-26  Didier Verna  <didier@xemacs.org>
10358
10359         * gnus-group.el (gnus-group-compact-group): Invalidate original
10360         article buffer.
10361         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10362         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10363         NOV database and in article itself.
10364         Invalidate article backlog.
10365
10366 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10367
10368         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10369
10370 2005-10-26  Simon Josefsson  <jas@extundo.com>
10371
10372         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10373         part of 2004-07-25 change.
10374
10375 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10376
10377         * message.el (message-display-completion-list): New function.
10378         (message-expand-group): Use it; make sure the Completions buffer
10379         is modifiable.
10380 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10381
10382         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10383         user-mail-name is an empty string.
10384
10385 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10386
10387         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10388         depending on gnus-score-decay-constant.
10389
10390         * encrypt.el (encrypt-insert-file-contents)
10391         (encrypt-write-file-contents): Don't use `gnus-message'.
10392
10393         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10394         arguments.
10395         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10396         arguments to mm-uu-verbatim-marks-extract.
10397         (mm-uu-hide-markers): New variable.
10398         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10399
10400         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10401         (gnus-convert-image-to-face-command): Use "convert" by default to
10402         allow other input image formats.
10403         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10404         accordingly.
10405
10406 2005-10-23  Simon Josefsson  <jas@extundo.com>
10407
10408         * imap.el (imap-gssapi-program): Align command line parameters
10409         with latest GNU SASL.
10410         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10411
10412 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10413
10414         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10415         HTML.
10416         (nnslashdot-request-article): Ditto.
10417
10418         * lpath.el (featurep): Add nobreak-char-display.
10419
10420 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10421
10422         * mail-source.el (mail-source-fetch-pop): Require pop3.
10423         (mail-source-check-pop): Ditto.
10424
10425 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10426
10427         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10428         errors.
10429
10430 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10431
10432         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10433         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10434
10435         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10436
10437         * mm-bodies.el (mm-decode-string): Call
10438         `mm-charset-to-coding-system' with allow-override argument.
10439
10440 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10441
10442         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10443         (rfc2047-charset-to-coding-system): New function.
10444         (rfc2047-decode-encoded-words): New function.
10445         (rfc2047-decode-region): Use them.
10446         (rfc2047-decode-cte): Remove.
10447         (rfc2047-parse-and-decode): Remove.
10448         (rfc2047-decode): Remove.
10449
10450 2005-10-15  Kenichi Handa  <handa@m17n.org>
10451
10452         * rfc2047.el (rfc2047-decode-cte): New function.
10453         (rfc2047-decode-region): Change the way to decode successive
10454         encoded-words: decode B- or Q-encoding in each encoded-word,
10455         concatenate them, and decode it as charset.
10456
10457 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10458
10459         * lpath.el: Fbind codepage-setup for XEmacs.
10460
10461 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10462
10463         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10464         widget-move-and-invoke.
10465         (gnus-custom-mode): Use gnus-custom-map.
10466
10467 2005-10-15  Bill Wohler  <wohler@newt.com>
10468
10469         * message.el (message-tool-bar-map): Renamed image file from
10470         mail_send to mail/send.
10471
10472 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10473
10474         * message.el (message-expand-group): Pass the common
10475         prefix substring of completion to `display-completion-list'.
10476
10477 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10478
10479         * mml-sec.el (mml-secure-method): New internal variable.
10480         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10481         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10482         functions using mml-secure-method.
10483
10484         * mml.el (mml-mode-map): Add key bindings for those functions.
10485         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10486         Harder <harder@myrealbox.com>.
10487         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10488         end of message if point is the headers of the message.
10489
10490         * message.el (message-in-body-p): New function.
10491
10492         * assistant.el: Autoload gnus-util and netrc.
10493
10494         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10495         Use `mm-charset-override-alist' only when decoding.
10496
10497         * mm-bodies.el (mm-decode-body): Call
10498         `mm-charset-to-coding-system' with allow-override argument.
10499
10500         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10501         `filename' from Content-Disposition if Content-Type doesn't
10502         provide `name'.
10503         (gnus-mime-view-part-as-type): Set default instead of
10504         initial-input.
10505
10506 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10507
10508         * format-spec.el (format-spec): Propagate text properties of % spec.
10509
10510 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10511
10512         * gnus-art.el (gnus-treat-predicate): Add `first'.
10513
10514 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10515
10516         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10517         (mm-charset-override-alist): New variable.
10518         (mm-charset-to-coding-system): Use it.
10519         (mm-codepage-setup): New helper function.
10520         (mm-charset-eval-alist): New variable.
10521         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10522         about unknown charsets.
10523
10524         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10525
10526 2005-10-04  David Hansen  <david.hansen@gmx.net>
10527
10528         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10529         (nnrss-check-group): Ditto.
10530
10531 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10532
10533         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10534         Rename x-gnus-verbatim to x-verbatim.
10535         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10536
10537         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10538         x-verbatim.
10539
10540         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10541
10542         * gnus-util.el (gnus-remove-duplicates): Remove.
10543
10544         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10545         instead of gnus-remove-duplicates.
10546
10547         * message.el (message-remove-duplicates): Remove.
10548         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10549         message-remove-duplicates.
10550
10551         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10552         available, else use implementation from `delete-dups'.
10553
10554         * message.el (message-insert-expires): New function.
10555         (message-mode-map): Add key binding.
10556         (message-mode-field-menu): Add menu entry.
10557         (message-mode): Document it.
10558         (message-make-expires-date): Use `message-make-date'.
10559
10560 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10561
10562         * message.el (message-make-expires-date): New function.
10563
10564 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10565
10566         * Makefile.in (list-installed-shadows): New entry.
10567         (install): Use it.
10568         (remove-installed-shadows): New entry.
10569
10570         * dgnushack.el (dgnushack-default-load-path): New variable.
10571         (dgnushack-find-lisp-shadows): New function.
10572         (dgnushack-remove-lisp-shadows): New function.
10573
10574 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10575
10576         * Makefile.in (install-el-elc): New entry.
10577         (install): Use it so that .el files are necessarily installed.
10578
10579 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10580
10581         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10582
10583 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10584
10585         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10586         function rather than the diff-mode.el package.
10587         (mm-display-external): Use with-current-buffer.
10588         (mm-viewer-completion-map, mm-viewer-completion-map):
10589         Move initialization inside declaration.
10590
10591 2005-09-29  Simon Josefsson  <jas@extundo.com>
10592
10593         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10594         autoload mail-check-payment.
10595         (spam-check-hashcash): Define unconditionally, since hashcash.el
10596         is part of Gnus now.  Ignore errors from payment checking.
10597
10598 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10599
10600         * message.el (message-bold-region, message-unbold-region): Rename
10601         from `bold-region' and `unbold-region'.
10602
10603         * message.el: Remove useless autoloads.
10604
10605 2005-09-28  Simon Josefsson  <jas@extundo.com>
10606
10607         * message.el (message-use-idna): Default to t.
10608         (message-use-idna): Test whether encoding works too.  Doc fix.
10609
10610 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10611
10612         * nntp.el (nntp-warn-about-losing-connection): Remove.
10613
10614 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10615
10616         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10617         customizable.  Change default value.
10618         (mm-uu-diff-groups-regexp): Change default value.
10619         (mm-uu-type-alist): Add doc string.
10620         (mm-uu-configure): Add doc string.  Make it interactive.
10621         (mm-uu-tex-groups-regexp): New variable.
10622         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10623         (mm-uu-type-alist): Add LaTeX documents.
10624         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10625         of "text/verbatim".
10626         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10627
10628         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10629         instead of "text/verbatim".
10630
10631         * message.el (message-mark-inserted-region)
10632         (message-mark-insert-file): Use slrn style marks when called with
10633         prefix argument.
10634
10635 2005-09-27  Simon Josefsson  <jas@extundo.com>
10636
10637         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10638
10639 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10640
10641         * message.el (message-remove-duplicates): New function.
10642         Implementation borrowed from `gnus-remove-duplicates'.
10643         (message-idna-to-ascii-rhs): Also encode idna addresses in
10644         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10645         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10646         only ask about the same idna domain once per header and also tell
10647         in what header to replace the idna domain.
10648
10649         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10650         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10651         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10652         a header is decoded and not just the last one.
10653
10654 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10655
10656         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10657         has been decoded.
10658
10659         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10660         (mm-insert-part): Don't modify text if it has been decoded.
10661
10662         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10663         decoded.
10664
10665         * mm-view.el (mm-inline-text): Don't strip text props unless
10666         decoding enriched or richtext parts.
10667
10668 2005-09-25  Romain Francoise  <romain@orebokech.com>
10669
10670         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10671         * gnus-start.el (gnus-subscribe-interactively):
10672         * gnus-uu.el (gnus-uu-grab-articles):
10673         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10674         space.
10675
10676 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10677
10678         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10679         * mm-view.el (mm-view-pkcs7-decrypt):
10680         * gnus-sum.el (gnus-summary-limit-to-extra)
10681         (gnus-summary-respool-article, gnus-read-move-group-name):
10682         * gnus-score.el (gnus-summary-increase-score):
10683         * gnus-util.el (gnus-completing-read-with-default):
10684         * gnus-art.el (gnus-read-save-file-name)
10685         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10686         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10687         * message.el (message-check-news-header-syntax):
10688         Follow convention for reading with the minibuffer.
10689
10690 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10691
10692         * spam-report.el (spam-report-url-ping-plain):
10693         Use gnus-extended-version as User-Agent.
10694
10695         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10696         default value is nil.
10697
10698         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10699         (mm-uu-verbatim-marks-extract): New function.
10700         (mm-uu-extract): New face.
10701         (mm-uu-copy-to-buffer): Use it.
10702
10703         * spam-report.el (spam-report-gmane-ham): Renamed from
10704         `spam-report-gmane-unspam'.
10705         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10706         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10707
10708         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10709         Autoload.
10710         (spam-report-gmane-unregister-routine): Renamed
10711         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10712
10713 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10714
10715         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10716         (spam-report-gmane-unregister-routine): Add support for gmane
10717         unregistration.
10718
10719         * spam-report.el (spam-report-gmane-unspam)
10720         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10721         (spam-report-gmane): Change to take a single article and do unspam
10722         registration.
10723
10724 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10725
10726         * mm-url.el (mm-url-decode-entities): Fix regexp.
10727
10728 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10729
10730         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10731         default to nil, to be able to use Gnus at all.  If the default
10732         switches to something else, then the function should be fixed not
10733         be exceedingly slow.
10734
10735 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10736
10737         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10738         fail hard.
10739
10740         * spam-report.el: Add better Keywords line.
10741
10742         * spam.el: Add Maintainer and better Keywords line.
10743
10744 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10745
10746         * gnus-art.el (gnus-article-replace-part)
10747         (gnus-mime-replace-part): New functions.
10748         (gnus-mime-action-alist, gnus-mime-button-commands)
10749         (gnus-mime-save-part-and-strip): Added file argument.
10750         (gnus-article-part-wrapper): Added interactive argument.
10751
10752         * gnus-sum.el (gnus-summary-mime-map): Add
10753         `gnus-article-replace-part'.
10754
10755 2005-09-19  Didier Verna  <didier@xemacs.org>
10756
10757         The nnml compaction feature:
10758         * nnml.el (nnml-request-compact-group): New function.
10759         * nnml.el (nnml-request-compact): New function.
10760         * gnus-int.el (gnus-request-compact-group): New function.
10761         * gnus-int.el (gnus-request-compact): New function.
10762         * gnus-group.el (gnus-group-compact-group): New function.
10763         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10764         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10765         * gnus-srvr.el (gnus-server-compact-server): New function.
10766         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10767         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10768
10769 2005-09-18  Deepak Goel  <deego@gnufans.org>
10770
10771         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10772         format spec.
10773
10774 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10777
10778 2005-09-15  Romain Francoise  <romain@orebokech.com>
10779
10780         * message.el (message-fill-paragraph): Clarify docstring.
10781
10782 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10783
10784         * gnus-art.el (gnus-mime-display-part): Protect against broken
10785         MIME messages.
10786
10787 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10788
10789         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10790         before parsing header.
10791
10792 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10793
10794         * html2text.el (html2text-replace-list): Add new entities.
10795
10796 2005-09-11  Romain Francoise  <romain@orebokech.com>
10797
10798         * message.el (message-alternative-emails): Improve docstring.
10799         (message-setup-1): Call `message-use-alternative-email-as-from'
10800         after `message-setup-hook' to give it precedence over posting
10801         styles, etc.
10802         (message-use-alternative-email-as-from): Add docstring.  Remove
10803         the original From header if present.
10804
10805         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10806         (nnml-save-mail): Use it.
10807
10808         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10809         articles.  Add new argument `silent'.
10810         (gnus-uu-mark-all): Report the total number of marked articles.
10811
10812 2005-09-10  Romain Francoise  <romain@orebokech.com>
10813
10814         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10815         (gnus-uu-mark-series): Likewise.
10816
10817 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10818
10819         * spam-report.el (spam-report-gmane): Fix generation of spam
10820         report URL.
10821
10822 2005-09-10  Simon Josefsson  <jas@extundo.com>
10823
10824         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10825         t, based on discussion on the ding list with Robert Epprecht
10826         <epprecht@solnet.ch>.
10827
10828 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10829
10830         * spam-report.el (spam-report-gmane): Make it work without
10831         X-Report-Spam header.  Gmane now only provides Archived-At.
10832         This is only used if `spam-report-gmane-use-article-number' is nil.
10833         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10834
10835         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10836         make `gnus-summary-sort-by-recipient' work with threading.
10837
10838         * nnweb.el (nnweb-google-wash-article): Print a message if article
10839         is not available.
10840
10841 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10842
10843         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10844         change.  Decode text/* parts content before displaying.
10845
10846 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10847
10848         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10849
10850 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10851
10852         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10853
10854         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10855         url-package-name, url-package-version,
10856         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10857         w3m-display-inline-images, and w3m-minor-mode-map.
10858
10859 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10860
10861         * message.el (message-tab-body-function): Fix mismatched custom type.
10862
10863         * gnus.el (gnus-group-change-level-function): Ditto.
10864
10865         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10866
10867         * gnus-art.el (gnus-signature-limit)
10868         (gnus-article-mime-part-function): Ditto.
10869
10870 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10871
10872         * mml.el (mml-mode): Silence the byte compiler.
10873
10874         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10875         using `(sit-for 0)' before moving the point to the specified part;
10876         skip unbuttonized parts.
10877         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10878         return to the summary window if gnus-auto-select-part is non-nil.
10879
10880 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10881
10882         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10883         variables.
10884         (mml-dnd-attach-file, mml-mode): Use them.
10885
10886         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10887         Make fetching article by MID work again for Google Groups.  Added
10888         FIXME concerning gnus-group-make-web-group.
10889
10890         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10891         Don't depend on Gnus by using mail-extract-address-components if
10892         gnus-extract-address-components is not bound.
10893
10894 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10895
10896         * gnus-art.el (gnus-mime-display-security): Don't display the
10897         signature, but only the signed part.
10898
10899 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10900
10901         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10902
10903         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10904         list, not listp.
10905
10906 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10907
10908         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10909         when encoding.
10910
10911         * mm-bodies.el (mm-decode-content-transfer-encoding):
10912         De-canonicalize CRLF for all text content types, not just
10913         text/plain.
10914
10915 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10916
10917         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10918         valid article; point arrow and cursor at the MIME button.
10919
10920 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10921
10922         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10923         Suggested by Dan Christensen <jdc@uwo.ca>.
10924
10925         * mm-decode.el (mm-save-part): Enable change of prompt.
10926
10927 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10928
10929         * gnus-msg.el (gnus-inews-add-send-actions): Made
10930         `message-post-method' lambda parameter ARG `&optional'.
10931
10932 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10933
10934         * gnus-sum.el (gnus-summary-mime-map): Added
10935         gnus-article-save-part-and-strip, gnus-article-delete-part and
10936         gnus-article-jump-to-part.
10937
10938         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10939         (gnus-article-edit-part): Use it.
10940         (gnus-article-part-wrapper): Added no-handle argument.
10941         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10942         functions.
10943
10944 2005-08-29  Romain Francoise  <romain@orebokech.com>
10945
10946         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10947         docstring.
10948         (gnus-face-from-file): Likewise.
10949
10950 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10951
10952         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10953         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10954         non-nil.
10955         (gnus-auto-select-part): New variable.
10956         (gnus-article-jump-to-part): New function.
10957         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10958         (gnus-mime-delete-part): Allow selecting specified part after
10959         deleting or stripping parts.
10960         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10961         part if argument is bogus.
10962
10963 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10964
10965         * gnus-art.el (w3m-minor-mode-map):
10966         * gnus-spec.el (gnus-newsrc-file-version):
10967         * gnus-util.el (nnmail-active-file-coding-system)
10968         (gnus-original-article-buffer, gnus-user-agent):
10969         * gnus.el (gnus-ham-process-destinations)
10970         (gnus-parameter-ham-marks-alist)
10971         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10972         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10973         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10974         * mm-decode.el (gnus-current-window-configuration):
10975         * mm-extern.el (gnus-article-mime-handles):
10976         * mm-url.el (url-current-object, url-package-name)
10977         (url-package-version):
10978         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10979         (smime-keys, w3m-cid-retrieve-function-alist)
10980         (w3m-current-buffer, w3m-display-inline-images)
10981         (w3m-minor-mode-map):
10982         * mml-smime.el (gnus-extract-address-components):
10983         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10984         (gnus-newsrc-hashtb, message-default-charset)
10985         (message-deletable-headers, message-options)
10986         (message-posting-charset, message-required-mail-headers)
10987         (message-required-news-headers):
10988         * mml1991.el (mc-pgp-always-sign):
10989         * mml2015.el (mc-pgp-always-sign):
10990         * nnheader.el (nnmail-extra-headers):
10991         * rfc1843.el (gnus-decode-encoded-word-function)
10992         (gnus-decode-header-function, gnus-newsgroup-name):
10993         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10994
10995 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10996
10997         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10998         the end of the date treatments.
10999
11000 2005-08-15  Simon Josefsson  <jas@extundo.com>
11001
11002         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11003         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11004         Capello and Romain Francoise.
11005         (pgg-fetch-key-function): Removed, not used?
11006         (pgg-insert-url-with-w3): Require url, to get
11007         url-insert-file-contents regardless of where it is defined.
11008
11009 2005-08-13  Romain Francoise  <romain@orebokech.com>
11010
11011         * message.el (message-cite-original-1): New function.
11012         (message-cite-original): Use it.
11013         (message-cite-original-without-signature): Ditto.
11014
11015 2005-08-08  Romain Francoise  <romain@orebokech.com>
11016
11017         * message.el (message-yank-empty-prefix): New variable.
11018         (message-indent-citation): Use it.
11019         (message-cite-original-without-signature): Respect X-No-Archive.
11020
11021 2005-08-08  Simon Josefsson  <jas@extundo.com>
11022
11023         * pgg.el: Autoload url-insert-file-contents instead of loading
11024         w3/url.
11025         (pgg-insert-url-with-w3): Don't load url here.
11026
11027 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11028
11029         * message.el (message-kill-to-signature): Don't insert newline at
11030         bol.
11031         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11032
11033 2005-08-06  Romain Francoise  <romain@orebokech.com>
11034
11035         * message.el (message-user-fqdn): Fix typo in docstring.
11036
11037 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11038
11039         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11040
11041         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11042
11043 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11044
11045         * mm-bodies.el (mm-encode-body): Use coding system rather than
11046         charset to encode text.
11047
11048         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11049         number of charsets if utf-8 is available (XEmacs).
11050
11051 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11052
11053         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11054         taken from `gnus-button-mid-or-mail-regexp'.
11055         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11056         (gnus-button-alist): Improve regexp for domain part of the MIDs
11057         for news:localpart@domain buttons.
11058         (gnus-button-ctan-directory-regexp): Update.
11059
11060 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11061
11062         * sieve-manage.el (sieve-manage-interactive-login): Use
11063         make-local-variable rather than make-variable-buffer-local.
11064         (sieve-manage-open): Ditto.
11065         (sieve-manage-authenticate): Ditto.
11066
11067         * mml.el (mml-generate-mime-1): Make the content type default to
11068         text/plain if the filename is not specified.
11069
11070 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11071
11072         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11073         instead of insert-buffer.
11074
11075         * message.el (message-yank-original): Ditto; set the mark at the
11076         end of the yanked message.
11077
11078 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11079
11080         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11081         lines to scroll rather than to stop it.
11082
11083         * mml.el (mml-generate-default-type): Add doc string.
11084         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11085         default to application/octet-stream when determining the content
11086         type if it is not specified for the part or the mml contents; add
11087         a comment about mml-generate-default-type.
11088
11089 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11090
11091         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11092         make it default to application/octet-stream when determining the
11093         content type if it is not specified for the external contents.
11094
11095 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11096
11097         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11098         segmented parameter but also other parameters might be there.
11099
11100 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11101
11102         * mm-decode.el (mm-display-external): Delete temp file, directory
11103         and buffer immediately if the external process is exited.
11104
11105 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11106
11107         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11108         fewer lines than that of scroll-margin.
11109         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11110
11111 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11112
11113         * gnus-art.el (gnus-article-next-page): Revert.
11114         (gnus-article-beginning-of-window): New macro.
11115         (gnus-article-next-page-1): Use it.
11116         (gnus-article-prev-page): Ditto.
11117         (gnus-article-edit-part): Use insert-buffer-substring instead of
11118         insert-buffer.
11119         (gnus-article-edit-exit): Ditto.
11120
11121         * gnus-util.el (gnus-beginning-of-window): Remove.
11122         (gnus-end-of-window): Remove.
11123
11124         * lpath.el: Don't bind header-line-format and scroll-margin.
11125
11126 2005-07-25  Simon Josefsson  <jas@extundo.com>
11127
11128         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11129         to have the url package without w3.  Reported by Daiki Ueno
11130         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11131
11132 2005-07-20  Didier Verna  <didier@xemacs.org>
11133
11134         * gnus-diary.el: Remove the description comment (nndiary is now
11135         properly documented in the Gnus manual).
11136         Fix the spelling of "Back End".
11137         * nndiary.el: Ditto.
11138         Fix the copyright notice.
11139
11140 2005-07-18  Romain Francoise  <romain@orebokech.com>
11141
11142         * gnus-sum.el (gnus-summary-to-prefix)
11143         (gnus-summary-newsgroup-prefix): New variables.
11144         (gnus-summary-from-or-to-or-newsgroups): Use them.
11145
11146 2005-07-17  Romain Francoise  <romain@orebokech.com>
11147
11148         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11149         space as it's generally not especially interesting to the user.
11150
11151 2005-07-16  Romain Francoise  <romain@orebokech.com>
11152
11153         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11154         nil to avoid prompting and file modification if one of the
11155         messages at the top of the nnfolder file contains a copyright
11156         notice.
11157         Update copyright notice.
11158
11159         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11160         instead of `current-time-string' as the latter creates a time
11161         string that is not RFC 2822 compliant (it lacks the zone).
11162         Update copyright notice.
11163
11164 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11165
11166         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11167         for text/rtf.  Display default in prompt.  Pass default for M-n.
11168
11169         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11170
11171 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11172
11173         * gnus-msg.el (gnus-button-mailto): Remove
11174         save-selected-window-window hackery because it relies on
11175         save-selected-window internals.
11176
11177 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11178
11179         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11180         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11181         (gnus-article-prev-page): Ditto.
11182
11183         * gnus-util.el (gnus-beginning-of-window): New function.
11184         (gnus-end-of-window): New function.
11185
11186         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11187
11188 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11189
11190         * gnus-score.el (gnus-score-edit-all-score): Set
11191         gnus-score-edit-exit-function to gnus-score-edit-done and call
11192         gnus-message.
11193
11194 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11195
11196         * gnus-msg.el (gnus-button-mailto): Remove
11197         save-selected-window-window hackery because it relies on
11198         save-selected-window internals.
11199
11200 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11201
11202         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11203         add-minor-mode.
11204         (gnus-binary-mode): Ditto.
11205
11206         * gnus-topic.el (gnus-topic-mode): Ditto.
11207
11208 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11209
11210         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11211         (gnus-article-prev-page): Take scroll-margin into consideration.
11212
11213 2005-07-04  Lute Kamstra  <lute@gnu.org>
11214
11215         Update FSF's address in GPL notices.
11216
11217 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11218
11219         * gnus.el (gnus-exit):
11220         * gnus-group.el (gnus-group-icons):
11221         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11222
11223         * gnus-nocem.el (gnus-nocem):
11224         * message.el (message-various, message-buffers, message-sending)
11225         (message-interface, message-forwarding, message-insertion)
11226         (message-headers, message-news, message-mail):
11227         * pgg-gpg.el (pgg-gpg):
11228         * pgg-parse.el (pgg-parse):
11229         * pgg-pgp.el (pgg-pgp):
11230         * pgg-pgp5.el (pgg-pgp5):
11231         * pop3.el (pop3): Finish `defgroup' description with period.
11232
11233 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11234
11235         * gnus-art.el (article-display-face): Improve the efficiency.
11236         (article-display-x-face): Ditto; remove grey x-face stuff.
11237
11238 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11239
11240         * gnus-art.el (article-display-face): Correct the position in
11241         which Faces are inserted.
11242
11243 2005-06-29  Didier Verna  <didier@xemacs.org>
11244
11245         * gnus-art.el (article-display-face): Display faces in correct
11246         order.
11247
11248 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11249
11250         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11251         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11252         (gnus-nocem-check-article): Fetch the Type header.
11253         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11254         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11255         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11256         make sure gnus-nocem-hashtb is initialized.
11257         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11258         (gnus-nocem-unwanted-article-p): Ditto.
11259
11260         * pgg.el (pgg-verify): Return the verification result.
11261
11262 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11263
11264         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11265         is ascii.
11266
11267 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11268
11269         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11270         `show-nonbreak-escape'.
11271
11272 2005-06-23  Lute Kamstra  <lute@gnu.org>
11273
11274         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11275
11276         * dig.el (dig-mode):
11277         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11278
11279 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11280
11281         * nnimap.el (nnimap-split-download-body): Fix spellings.
11282
11283 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11284
11285         * gnus-art.el (gnus-article-encrypt-body):
11286         * gnus-cus.el (gnus-score-customize):
11287         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11288         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11289
11290 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11291
11292         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11293         header by looking for magic "MII" at the beginnig.
11294
11295 2005-06-16  Miles Bader  <miles@gnu.org>
11296
11297         * gnus-xmas.el (gnus-xmas-group-startup-message):
11298         Use renamed gnus-splash face.
11299
11300         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11301         (assistant-field-face): New backward-compatibility alias for renamed
11302         face.
11303         (assistant-render-text): Use renamed assistant-field face.
11304
11305         * spam.el (spam): Remove "-face" suffix from face name.
11306         (spam-face): New backward-compatibility alias for renamed face.
11307         (spam-face, spam-initialize): Use renamed spam face.
11308
11309         * message.el (message-header-to, message-header-cc)
11310         (message-header-subject, message-header-newsgroups)
11311         (message-header-other, message-header-name)
11312         (message-header-xheader, message-separator, message-cited-text)
11313         (message-mml): Remove "-face" suffix from face names.
11314         (message-header-to-face, message-header-cc-face)
11315         (message-header-subject-face, message-header-newsgroups-face)
11316         (message-header-other-face, message-header-name-face)
11317         (message-header-xheader-face, message-separator-face)
11318         (message-cited-text-face, message-mml-face):
11319         New backward-compatibility aliases for renamed faces.
11320         (message-font-lock-keywords): Use renamed message faces.
11321
11322         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11323         (sieve-test-commands, sieve-tagged-arguments):
11324         Remove "-face" suffix from face names.
11325         (sieve-control-commands-face, sieve-action-commands-face)
11326         (sieve-test-commands-face, sieve-tagged-arguments-face):
11327         New backward-compatibility aliases for renamed faces.
11328         (sieve-control-commands-face, sieve-action-commands-face)
11329         (sieve-test-commands-face, sieve-tagged-arguments-face):
11330         Use renamed sieve faces.
11331
11332         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11333         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11334         (gnus-group-news-3-empty, gnus-group-news-4)
11335         (gnus-group-news-4-empty, gnus-group-news-5)
11336         (gnus-group-news-5-empty, gnus-group-news-6)
11337         (gnus-group-news-6-empty, gnus-group-news-low)
11338         (gnus-group-news-low-empty, gnus-group-mail-1)
11339         (gnus-group-mail-1-empty, gnus-group-mail-2)
11340         (gnus-group-mail-2-empty, gnus-group-mail-3)
11341         (gnus-group-mail-3-empty, gnus-group-mail-low)
11342         (gnus-group-mail-low-empty, gnus-summary-selected)
11343         (gnus-summary-cancelled, gnus-summary-high-ticked)
11344         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11345         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11346         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11347         (gnus-summary-low-undownloaded)
11348         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11349         (gnus-summary-low-unread, gnus-summary-normal-unread)
11350         (gnus-summary-high-read, gnus-summary-low-read)
11351         (gnus-summary-normal-read, gnus-splash):
11352         Remove "-face" suffix from face names.
11353         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11354         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11355         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11356         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11357         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11358         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11359         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11360         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11361         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11362         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11363         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11364         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11365         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11366         (gnus-summary-normal-ticked-face)
11367         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11368         (gnus-summary-normal-ancient-face)
11369         (gnus-summary-high-undownloaded-face)
11370         (gnus-summary-low-undownloaded-face)
11371         (gnus-summary-normal-undownloaded-face)
11372         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11373         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11374         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11375         (gnus-splash-face):
11376         New backward-compatibility aliases for renamed faces.
11377         (gnus-group-startup-message): Use renamed gnus faces.
11378
11379         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11380         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11381         (gnus-server-agent): Remove "-face" suffix from face names.
11382         (gnus-server-agent-face, gnus-server-opened-face)
11383         (gnus-server-closed-face, gnus-server-denied-face)
11384         (gnus-server-offline-face):
11385         New backward-compatibility aliases for renamed faces.
11386         (gnus-server-agent-face, gnus-server-opened-face)
11387         (gnus-server-closed-face, gnus-server-denied-face)
11388         (gnus-server-offline-face): Use renamed gnus faces.
11389
11390         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11391         Remove "-face" suffix from face names.
11392         (gnus-picon-xbm-face, gnus-picon-face):
11393         New backward-compatibility aliases for renamed faces.
11394
11395         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11396         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11397         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11398         (gnus-cite-11): Remove "-face" suffix from face names.
11399         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11400         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11401         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11402         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11403         New backward-compatibility aliases for renamed faces.
11404         (gnus-cite-attribution-face, gnus-cite-face-list)
11405         (gnus-article-boring-faces): Use renamed gnus faces.
11406
11407         * gnus-art.el (gnus-signature, gnus-header-from)
11408         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11409         (gnus-header-content): Remove "-face" suffix from face names.
11410         (gnus-signature-face, gnus-header-from-face)
11411         (gnus-header-subject-face, gnus-header-newsgroups-face)
11412         (gnus-header-name-face, gnus-header-content-face):
11413         New backward-compatibility aliases for renamed faces.
11414         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11415
11416         * gnus-sum.el (gnus-summary-selected-face)
11417         (gnus-summary-highlight): Use renamed gnus faces.
11418         * gnus-group.el (gnus-group-highlight): Likewise.
11419
11420 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11421
11422         * gnus-sieve.el (gnus-sieve-article-add-rule):
11423         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11424         * spam-stat.el (spam-stat-buffer-change-to-spam)
11425         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11426
11427         * message.el (message-is-yours-p):
11428         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11429
11430 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11431
11432         * mm-view.el (mm-inline-text): Withdraw the last change.
11433
11434 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11435
11436         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11437         executing enriched-decode.
11438
11439 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11440
11441         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11442         charset of tar files.
11443
11444 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11445
11446         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11447
11448 2005-06-04  Lute Kamstra  <lute@gnu.org>
11449
11450         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11451         information is never recorded.
11452
11453 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11454
11455         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11456
11457 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11458
11459         * pop3.el (pop3-apop): Run md5 in the binary mode.
11460
11461         * starttls.el (starttls-set-process-query-on-exit-flag):
11462         Use eval-and-compile.
11463
11464 2005-05-31  Simon Josefsson  <jas@extundo.com>
11465
11466         * smime.el (smime-replace-in-string): Define.
11467         (smime-cert-by-ldap-1): Use it.
11468
11469 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11470
11471         * gnus-art.el (article-display-x-face): Replace
11472         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11473
11474         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11475         set-process-query-on-exit-flag or process-kill-without-query.
11476
11477         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11478         loop instead of replace-regexp.
11479
11480         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11481         instead of process-kill-without-query if it is available.
11482
11483         * lpath.el: Fbind ldap-search-entries.
11484
11485         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11486         instead of find-file-hooks if it is available.
11487
11488         * mml1991.el: Bind pgg-default-user-id when compiling.
11489
11490         * mml2015.el: Bind pgg-default-user-id when compiling.
11491
11492         * nndraft.el (nndraft-request-associate-buffer):
11493         Use write-contents-functions instead of write-contents-hooks if it is
11494         available.
11495
11496         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11497         instead of find-file-hooks if it is available.
11498
11499         * nntp.el (nntp-open-connection): Replace
11500         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11501         (nntp-open-ssl-stream): Ditto.
11502         (nntp-open-tls-stream): Ditto.
11503
11504         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11505         set-process-query-on-exit-flag or process-kill-without-query.
11506         (starttls-open-stream-gnutls): Use it instead of
11507         process-kill-without-query.
11508         (starttls-open-stream): Ditto.
11509
11510 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11511
11512         * smime.el (smime-cert-by-ldap-1): Don't use
11513         replace-regexp-in-string.
11514
11515 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11516
11517         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11518
11519         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11520         in PEM format.  Adjust to the XEmacs compability.
11521
11522 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11523
11524         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11525         by `string-to-number'.
11526         * gnus-agent.el (gnus-agent-regenerate-group)
11527         (gnus-agent-fetch-articles): Ditto.
11528         * gnus-art.el (gnus-button-fetch-group): Ditto.
11529         * gnus-cache.el (gnus-cache-generate-active)
11530         (gnus-cache-articles-in-group): Ditto.
11531         * gnus-group.el (gnus-group-set-current-level)
11532         (gnus-group-insert-group-line): Ditto.
11533         * gnus-score.el (gnus-score-set-expunge-below)
11534         (gnus-score-set-mark-below, gnus-summary-score-effect)
11535         (gnus-summary-score-entry): Ditto.
11536         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11537         (gnus-soup-pack): Ditto.
11538         * gnus-spec.el (gnus-xmas-format): Ditto.
11539         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11540         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11541         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11542         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11543         * nndb.el (nndb-get-remote-expire-response): Ditto.
11544         * nndiary.el (nndiary-parse-schedule-value)
11545         (nndiary-string-to-number, nndiary-request-replace-article)
11546         (nndiary-request-article): Ditto.
11547         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11548         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11549         * nneething.el (nneething-make-head): Ditto.
11550         * nnfolder.el (nnfolder-request-article)
11551         (nnfolder-retrieve-headers): Ditto.
11552         * nnheader.el (nnheader-file-to-number): Ditto.
11553         * nnkiboze.el (nnkiboze-request-article): Ditto.
11554         * nnmail.el (nnmail-process-unix-mail-format)
11555         (nnmail-process-babyl-mail-format): Ditto.
11556         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11557         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11558         (nnmh-request-create-group, nnmh-request-list-1)
11559         (nnmh-request-group, nnmh-request-article): Ditto.
11560         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11561         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11562         * nnsoup.el (nnsoup-make-active): Ditto.
11563         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11564         * nntp.el (nntp-find-group-and-number)
11565         (nntp-retrieve-headers-with-xover): Ditto.
11566         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11567         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11568         (pgg-format-key-identifier): Ditto.
11569         * pop3.el (pop3-last, pop3-stat): Ditto.
11570         * qp.el (quoted-printable-decode-region): Ditto.
11571
11572         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11573         of concat.
11574
11575 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11576
11577         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11578
11579         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11580
11581         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11582
11583         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11584
11585         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11586
11587         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11588
11589         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11590         (gnus-carpal-mode): Ditto.
11591
11592         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11593         (gnus-browse-mode): Ditto.
11594
11595         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11596
11597         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11598
11599 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11600
11601         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11602
11603 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11604
11605         * gnus-util.el (gnus-run-mode-hooks): New function.
11606
11607         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11608
11609         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11610         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11611
11612 2005-05-27  Lute Kamstra  <lute@gnu.org>
11613
11614         * dns-mode.el (dns-mode): Specify customization group.
11615
11616 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11617
11618         * gnus-agent.el (gnus-agent-make-mode-line-string):
11619         Use mode-line-highlight as mouse-face.
11620
11621 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11622
11623         * canlock.el (canlock): Change the parent group to news.
11624
11625         * deuglify.el (gnus-outlook-deuglify): Add :group.
11626
11627         * dig.el (dig): Add :group.
11628
11629         * dns-mode.el (dns-mode): Add :group.
11630
11631         * encrypt.el (encrypt): Add :group.
11632
11633         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11634         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11635         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11636         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11637         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11638
11639         * gnus-diary.el (gnus-diary): Add :group.
11640
11641         * gnus.el (gnus-group-news-1-face): Add :group.
11642         (gnus-group-news-1-empty-face): Ditto.
11643         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11644         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11645         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11646         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11647         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11648         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11649         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11650         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11651         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11652         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11653         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11654         (gnus-summary-high-ticked-face): Ditto.
11655         (gnus-summary-low-ticked-face): Ditto.
11656         (gnus-summary-normal-ticked-face): Ditto.
11657         (gnus-summary-high-ancient-face): Ditto.
11658         (gnus-summary-low-ancient-face): Ditto.
11659         (gnus-summary-normal-ancient-face): Ditto.
11660         (gnus-summary-high-undownloaded-face): Ditto.
11661         (gnus-summary-low-undownloaded-face): Ditto.
11662         (gnus-summary-normal-undownloaded-face): Ditto.
11663         (gnus-summary-high-unread-face): Ditto.
11664         (gnus-summary-low-unread-face): Ditto.
11665         (gnus-summary-normal-unread-face): Ditto.
11666         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11667         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11668
11669         * hashcash.el (hashcash): New custom group.
11670         (hashcash-default-payment): Add :group.
11671         (hashcash-payment-alist): Ditto.
11672         (hashcash-default-accept-payment): Ditto.
11673         (hashcash-accept-resources): Ditto.
11674         (hashcash-path): Ditto.
11675         (hashcash-extra-generate-parameters): Ditto.
11676         (hashcash-double-spend-database): Ditto.
11677         (hashcash-in-news): Ditto.
11678
11679         * message.el (message-minibuffer-local-map): Add :group.
11680
11681         * netrc.el (netrc): Add :group.
11682
11683         * sieve-manage.el (sieve-manage-log): Add :group.
11684         (sieve-manage-default-user): Diito.
11685         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11686         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11687         (sieve-manage-authenticators): Ditto.
11688         (sieve-manage-authenticator-alist): Ditto.
11689         (sieve-manage-default-port): Ditto.
11690
11691         * sieve-mode.el (sieve-control-commands-face): Add :group.
11692         (sieve-action-commands-face): Ditto.
11693         (sieve-test-commands-face): Ditto.
11694         (sieve-tagged-arguments-face): Ditto.
11695
11696         * smime.el (smime): Add :group.
11697
11698         * spam-report.el (spam-report): Add :group.
11699
11700         * spam.el (spam, spam-face): Add :group.
11701
11702 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11703
11704         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11705         return \n.\n.\n at the end of articles.  Protect against that.
11706         (nntp-with-open-group): Allow debugging.
11707
11708         * nnheader.el (mail-header-set-extra): Make into a function
11709         because I just could't understand how to quote the list properly.
11710
11711         * dns.el (query-dns-cached): New function.
11712
11713 2005-05-26  Lute Kamstra  <lute@gnu.org>
11714
11715         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11716
11717 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11718
11719         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11720
11721         * gnus-art.el: Don't autoload mail-extract-address-components.
11722
11723         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11724         eval-and-compile to evaluate it.
11725
11726         * hashcash.el: Don't autoload executable-find.
11727
11728         * nndb.el: Don't declare the nndb back end two or more times; don't
11729         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11730
11731         * nntp.el: Autoload format-spec instead of format; use
11732         eval-and-compile to evaluate autoload forms.
11733
11734 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11735
11736         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11737
11738 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11739
11740         * gnus.el (gnus-version-number): Bump version.
11741
11742 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11743
11744         * gnus.el: No Gnus v0.3 is released.
11745
11746 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11747
11748         * lpath.el (featurep): Bind show-nonbreak-escape.
11749
11750 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11751
11752         * gnus-art.el (gnus-article-edit-part): Disable undo.
11753
11754 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11755
11756         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11757         gnus-article-date-lapsed-new-header is t if date timer is active;
11758         skip headers in which the original date value is empty.
11759         (gnus-article-save-original-date): Redefine it as a macro.
11760         (gnus-display-mime): Use it.
11761
11762 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11763
11764         * gnus-art.el (article-date-ut): Support converting date in
11765         forwarded parts as well.
11766         (gnus-article-save-original-date): New function.
11767         (gnus-display-mime): Use it.
11768
11769 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11770
11771         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11772         enclosure element of <item>.
11773
11774 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11775
11776         * message.el (message-kill-buffer-query): Renamed from
11777         `message-kill-buffer-query-if-modified'.  Added :version.
11778
11779 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11780
11781         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11782         window layout.
11783
11784 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11785
11786         * mml.el: Autoload dnd when compiling.
11787
11788 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11789
11790         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11791         x-dnd-*.
11792
11793 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11794
11795         * qp.el (quoted-printable-encode-region): Save excursion.
11796
11797 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11798
11799         * message.el (message-kill-buffer-query-if-modified): Add new variable
11800         so the user can kill a modified message buffer quickly.
11801         (message-kill-buffer): Use it.
11802
11803 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11804
11805         * lpath.el: Fbind display-time-event-handler; don't fbind
11806         string-to-multibyte.
11807
11808         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11809
11810 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11811
11812         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11813         contained in text because xml.el decodes entities) with LFs.
11814
11815 2005-04-11  Lute Kamstra  <lute@gnu.org>
11816
11817         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11818         differently.
11819
11820 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11821
11822         * mm-util.el (mm-detect-coding-region): Typo.
11823
11824 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11825
11826         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11827
11828 2005-04-06  Deepak Goel  <deego@gnufans.org>
11829
11830         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11831         user-function allow user modifications of the scores.
11832         (spam-stat-score-buffer-user): New function, to allow
11833         user-computed modifications to the score.
11834         (spam-stat-score-buffer-user-functions): List of additional
11835         scoring functions.
11836         (spam-stat-error-holder): Global temporary error holder.
11837         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11838         variable.
11839
11840 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11841
11842         * gnus-registry.el (gnus-registry-clean-empty-function)
11843         (gnus-registry-trim, gnus-registry-fetch-groups)
11844         (gnus-registry-delete-group): Groups that match
11845         `gnus-registry-ignored-groups' are removed from the registry
11846         entries, not just ignored for splitting.  This helps clean up the
11847         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11848         to get all the groups a message ID is in.
11849
11850         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11851         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11852         (spam-stat-score-buffer-user-functions): Add :number custom type.
11853
11854 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11855
11856         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11857         argument in XEmacs.
11858
11859         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11860         (nnrss-request-group): Decode group name first.
11861         (nnrss-request-article): Make a text/plain article if mml-to-mime
11862         failed.
11863         (nnrss-get-encoding): Return a compatible encoding according to
11864         nnrss-compatible-encoding-alist.
11865         (nnrss-find-el): Use consp instead of listp.
11866         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11867
11868 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11869
11870         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11871         which Emacs 20 doesn't support.
11872         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11873
11874 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11875
11876         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11877         silence the byte compiler inside the defun.
11878
11879         * gnus-demon.el (parse-time-string): Add autoload.
11880
11881         * gnus-delay.el (parse-time-string): Add autoload.
11882
11883         * gnus-art.el (parse-time-string): Add autoload.
11884
11885         * nnultimate.el (parse-time): Require for `parse-time-string'.
11886
11887 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11888
11889         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11890
11891         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11892
11893         * smime.el (smime-ldap-host-list): Add :version.
11894
11895 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11896
11897         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11898         pass it to `gnus-browse-read-group'.
11899         (gnus-browse-read-group): Add NUMBER argument and pass it to
11900         `gnus-group-read-ephemeral-group'.
11901
11902         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11903         argument and pass it to `gnus-group-read-group'.
11904
11905 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11906
11907         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11908         mm-xemacs-find-mime-charset-1 if we have the mule feature
11909         available at runtime.
11910
11911 2005-03-25  Werner Lemberg  <wl@gnu.org>
11912
11913         * nnmaildir.el: Replace `illegal' with `invalid'.
11914
11915 2005-03-23  Lute Kamstra  <lute@gnu.org>
11916
11917         * time-date.el: Add comment on time value formats.
11918         Don't require parse-time.
11919         (with-decoded-time-value): New macro.
11920         (encode-time-value): New function.
11921         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11922         (days-to-time): Return a valid time value when arg is huge.
11923         (time-since): Use time-subtract.
11924         (time-to-number-of-days): Use time-to-seconds.
11925
11926 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11927
11928         * gnus-start.el (gnus-display-time-event-handler):
11929         Check display-time-timer at runtime rather than only at load time
11930         in case display-time-mode is turned off in the mean time.
11931
11932 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11933
11934         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11935         used.
11936
11937         * nneething.el (nneething-map-file-directory): Derive from
11938         `gnus-directory'.
11939
11940         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11941         the To/Cc button.
11942
11943 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11944
11945         * nnmaildir.el (nnmaildir-request-accept-article):
11946         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11947
11948 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11949
11950         * gnus-async.el: Require timer-funcs at compile time when in
11951         XEmacs for `run-with-idle-timer'.
11952
11953 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11954
11955         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11956         autoloaded function.
11957
11958 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11959
11960         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11961
11962 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11963
11964         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11965
11966 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11967
11968         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11969         gnus-expert-user to default.
11970
11971 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11972
11973         * nnimap.el (nnimap-open-server): Ditto.
11974
11975         * imap.el (imap-authenticate): Fix typo.
11976
11977 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11978
11979         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11980         buffer (since IMAP server might return FETCH response out of
11981         order, and the nntp buffer must be sorted).
11982
11983 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11984
11985         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11986         comparison on string.
11987
11988         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11989         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11990         (gnus-agent-summary-fetch-series): Modified to protect against
11991         gnus-agent-summary-fetch-group clearing processable flags.
11992         (gnus-agent-synchronize-group-flags): Update live group buffer as
11993         synchronization may occur due to the user toggle the plugged
11994         status.
11995         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11996         successfully downloaded.
11997         (gnus-agent-expire-group-1): Avoid using markers when the overview
11998         is in ascending order; greatly improves performance.
11999         (gnus-agent-regenerate-group): Use
12000         gnus-agent-synchronize-group-flags to reset read status in both
12001         gnus and server.
12002         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12003
12004 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12005
12006         * message.el: Don't autoload former message-utils variables.
12007         (message-strip-subject-trailing-was): Change doc string.
12008
12009         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12010         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12011         (nnweb-google-search): Add "hl=en" here.
12012         (nnweb-google-parse-1, nnweb-google-create-mapping):
12013         Don't hardcode URL.
12014
12015 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12016
12017         * message.el (message-get-reply-headers, message-followup):
12018         Mention related variables `message-use-followup-to' and
12019         `message-use-mail-followup-to', in the information buffer.
12020
12021         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12022         of broken groups(-beta).google.com.
12023
12024 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12025
12026         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12027         parameter to invoked gnus-request-move-article; remove the
12028         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12029         all at once instead of once per article.
12030         (gnus-summary-remove-process-mark): Accept a list of articles as
12031         well as a single article for processing.
12032
12033         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12034         parameter.
12035
12036         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12037
12038         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12039
12040         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12041         parameter.
12042
12043         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12044         parameter.
12045
12046         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12047         parameter and remove the gnus-sum-hint-move-is-internal variable.
12048
12049         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12050         parameter.
12051
12052         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12053         parameter.
12054
12055         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12056         parameter.
12057
12058         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12059
12060         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12061         parameter.
12062
12063         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12064         parameter.
12065
12066 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12067
12068         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12069         a more conservative way.
12070
12071 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12072
12073         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12074         buffer, so it moves the window's cursor.
12075
12076 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12077
12078         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12079         `mm-dissect-multipart' and receive the from field as an (optional)
12080         argument from `mm-dissect-multipart'.
12081         (mm-dissect-multipart): Receive the from field as an argument and
12082         pass it on when we call `mm-dissect-buffer' on MIME parts.
12083         Fixes verification/decryption of signed/encrypted MIME parts.
12084
12085 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12086
12087         * gnus-sum.el (gnus-summary-move-article): Set
12088         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12089         whatever it calls (right now, only nnimap-request-move article
12090         respects it).
12091
12092         * nnimap.el (nnimap-request-move-article): When
12093         gnus-sum-hint-move-is-internal is set, don't do the extra
12094         nnimap-request-article.
12095
12096 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12097
12098         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12099
12100         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12101         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12102
12103         * gnus-sum.el (gnus-summary-caesar-message):
12104         Apply `gnus-treat-article' after rotation.
12105
12106         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12107         doc string.
12108
12109 2005-02-22  Simon Josefsson  <jas@extundo.com>
12110
12111         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12112         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12113         <arne@arnested.dk>.
12114         (encrypt): Add password-cache and password-cache-expiry as group
12115         members.
12116
12117 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12118
12119         * smime.el (smime-ldap-host-list): Doc fix.
12120         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12121         cache) password.
12122         (smime-sign-region): Use it.
12123         (smime-decrypt-region): Use it.
12124         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12125         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12126         fails.
12127         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12128         certificate from DER to PEM format rather than calling openssl.
12129
12130         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12131
12132         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12133         for signing/encryption.
12134
12135         * mml.el (mml-parse-1): Use them.
12136
12137 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12138
12139         * nnrss.el (nnrss-verbose): Removed.
12140         (nnrss-request-group): Use `nnheader-message' instead.
12141
12142 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12143
12144         * nnrss.el (nnrss-verbose): New variable.
12145         (nnrss-request-group): Make it say nnrss is requesting a group.
12146
12147 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12148
12149         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12150         Handle news URL with given port correctly.
12151
12152 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12153
12154         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12155         containing special characters.
12156
12157         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12158
12159         * mml.el (mime-to-mml): Ditto.
12160
12161         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12162         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12163         (rfc2047-decode-region): Quote decoded words containing special
12164         characters when rfc2047-quote-decoded-words-containing-tspecials
12165         is non-nil.
12166
12167 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12168
12169         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12170
12171         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12172
12173 2005-02-15  Simon Josefsson  <jas@extundo.com>
12174
12175         * nnimap.el (nnimap-debug): Doc fix.
12176
12177         * imap.el (imap-debug): Doc fix.
12178
12179 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12180
12181         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12182
12183 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12184
12185         * gnus.el (spam-contents): Improve docs for spam-contents
12186         parameter in its variable incarnation.
12187
12188 2005-02-14  Simon Josefsson  <jas@extundo.com>
12189
12190         * smime-ldap.el: Use require instead of load-library for ldap.
12191         (smime-ldap-search): Indent.
12192         (smime-ldap-search-internal): Shorten line.
12193
12194         * smime.el (smime-cert-by-dns): Add doc-string.
12195         (smime-cert-by-ldap-1): Indent.
12196
12197         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12198         mml-smime-get-dns-ldap.
12199         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12200
12201 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12202
12203         * smime.el: Require smime-ldap.
12204         (smime-ldap-host-list): New variable.
12205         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12206
12207         * mml-smime.el (mml-smime-encrypt-query): New function.
12208         (mml-smime-encrypt-query): Use it.
12209
12210         * smime-ldap.el: New file.
12211
12212 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12213
12214         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12215
12216 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12217
12218         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12219         argument in doc string.  Make query for type more clear.
12220
12221 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12222
12223         * gnus.el (gnus-group-startup-message): Search for gnus images in
12224         etc/images/gnus.
12225         * mm-util.el (mm-image-load-path): Likewise.
12226         * smiley.el (smiley-data-directory): Search for smilies in
12227         etc/images/smilies.
12228
12229 2005-02-09  Kim F. Storm  <storm@cua.dk>
12230
12231         Change Emacs release version from 21.4 to 22.1 throughout.
12232         Change Emacs development version from 21.3.50 to 22.0.50.
12233
12234 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12235
12236         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12237
12238         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12239         non-Mule XEmacs as well.
12240         (mm-decompress-buffer): Signal an error intentionally if it does
12241         not decompress compressed data because auto-compression-mode is
12242         disabled.
12243
12244 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12245
12246         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12247         an ID in the registry even if it has no groups.
12248
12249 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12250
12251         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12252         merge it into mm-decompress-buffer.
12253         (gnus-mime-copy-part): Use the MIME part charset, the value which
12254         a user specified or gnus-newsgroup-charset for decoding, like
12255         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12256         save-buffer what was used.  Suggested by Kevin Ryde
12257         <user42@zip.com.au>.
12258         (gnus-mime-inline-part): Allow the name parameter as well as the
12259         filename parameter; force decompressing of compressed data; always
12260         display contents being not decoded as unibyte.
12261
12262         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12263         as well as the filename parameter.
12264
12265         * mm-util.el (mm-decompress-buffer): Merge
12266         gnus-mime-jka-compr-maybe-uncompress.
12267         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12268         of compressed data.
12269
12270 2005-02-08  Simon Josefsson  <jas@extundo.com>
12271
12272         * imap.el (imap-log): Doc fix.
12273
12274 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12275
12276         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12277         the coding cookies; decompress compressed parts.
12278
12279         * mml.el (mml-generate-mime-1): Add the charset parameter according
12280         to the value which a user specified manually or the coding cookie.
12281
12282         * mm-util.el (mm-string-to-multibyte): New function.
12283         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12284         (mm-coding-system-to-mime-charset): New function.
12285         (mm-decompress-buffer): New function.
12286         (mm-find-buffer-file-coding-system): New function.
12287
12288         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12289         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12290         parts.
12291
12292 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12293
12294         * mm-view.el (mm-display-inline-fontify): Decode a part according
12295         to the charset parameter.
12296
12297 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12298
12299         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12300         prefix arg is neither nil nor a number, as info specifies.
12301
12302 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12303
12304         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12305         timestamps.
12306
12307 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12308
12309         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12310         groups error checking and notify user.
12311
12312 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12313
12314         * message.el (message-send-mail-function): Check existence of
12315         sendmail-program first before using default value
12316         `message-send-mail-with-sendmail'.  Otherwise use more generic
12317         `smtpmail-send-it'.
12318
12319 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12320
12321         * nntp.el (nntp-request-update-info): Always return nil.
12322
12323 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12324
12325         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12326
12327 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12328
12329         * message.el (message-beginning-of-line): Change the behavior when
12330         invoked between BOL and : so that it first moves backward.
12331
12332 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12333
12334         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12335         article buffer when editing of the article is discarded.
12336         (gnus-article-prepare): Revert.
12337
12338 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12339
12340         * gnus-art.el (gnus-article-prepare):
12341         Remove message-strip-forbidden-properties from the local hook.
12342
12343 2005-01-27  Simon Josefsson  <jas@extundo.com>
12344
12345         * password.el (password-cache-add): Only start one timer per key.
12346         Reported by Derek Atkins <warlord@MIT.EDU>.
12347
12348 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12349
12350         * run-at-time.el: Removed.  It is no longer needed as
12351         timer-funcs.el in the xemacs-base package has a working version of
12352         `run-at-time'.
12353
12354         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12355
12356         * password.el: Require timer-funcs instead of run-at-time in
12357         XEmacs.
12358         Remove `password-run-at-time' macro.
12359         (password-cache-add): Use `run-at-time' instead of
12360         `password-run-at-time'.
12361
12362         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12363         Remove `nnheader-cancel-function-timers' alias,
12364         `cancel-function-timers' exists in XEmacs in timer-funcs.
12365
12366         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12367         for `run-with-idle-timer'.
12368
12369         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12370         for `run-at-time'.
12371
12372         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12373         for `with-timeout'.
12374
12375         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12376         the same as for XEmacs 21.4.
12377         No need to ignore `run-with-idle-timer', this function exists in
12378         XEmacs now in timer-funcs.el in the xemacs-base package.
12379         (dgnushack-compile): No need to delete
12380         run-at-time.el from the list of files to compile because it
12381         doesn't exist anymore.
12382
12383 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12384
12385         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12386         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12387
12388 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12389
12390         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12391         sensitively.
12392
12393 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12394
12395         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12396
12397 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12398
12399         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12400         which will be inserted according to the multibyteness of a buffer
12401         rather than the type of contents.  Suggested by ARISAWA Akihiro
12402         <ari@mbf.ocn.ne.jp>.
12403
12404         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12405         of string which old xml.el may return rather than a string.
12406
12407 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12408
12409         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12410
12411 2005-01-16  Simon Josefsson  <jas@extundo.com>
12412
12413         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12414         idn/idna.el isn't available.
12415         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12416         <michael@waxrat.com>.
12417
12418         * hashcash.el: Remove non-FSF copyright header.
12419
12420         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12421         (hashcash-generate-payment): Use it.
12422         (hashcash-generate-payment-async): Use it.
12423
12424 2005-01-15  Simon Josefsson  <jas@extundo.com>
12425
12426         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12427         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12428
12429         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12430         gnus-summary-idna-message.
12431         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12432         (gnus-summary-idna-message): New function.
12433
12434 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12435
12436         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12437         gnus-novice-user.
12438
12439 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * nnrss.el (nnrss-request-delete-group): Delete entries in
12442         nnrss-group-alist as well.
12443         (nnrss-save-server-data): Insert newline.
12444
12445 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12446
12447         * gnus.el (gnus-user-agent): Use list of symbols instead of
12448         symbols.  Display full version number for (S)XEmacs.  Optionally
12449         display (S)XEmacs codename.
12450
12451         * gnus-util.el (gnus-emacs-version): Update for new
12452         `gnus-user-agent'.
12453
12454         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12455         Gnus version.
12456
12457 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12458
12459         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12460         which is unreadable in some setups.
12461
12462 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12463
12464         * gnus-spec.el (gnus-update-format-specifications): Flush the
12465         group format spec cache if it doesn't support decoded group names.
12466
12467 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12468
12469         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12470         Allow to apply decay on score files matching a regexp.
12471
12472 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12473
12474         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12475         compatibility in %g and %c.
12476
12477 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12478
12479         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12480         name for only %g and %c.
12481         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12482         of gnus-tmp-group to decoded group name.
12483         (gnus-group-make-rss-group): Exclude `/'s from group names.
12484
12485 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12486
12487         * nnrss.el (nnrss-get-encoding): Fix regexp.
12488
12489 2004-12-27  Simon Josefsson  <jas@extundo.com>
12490
12491         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12492         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12493         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12494
12495 2004-12-17  Kim F. Storm  <storm@cua.dk>
12496
12497         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12498
12499         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12500
12501 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12502
12503         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12504
12505 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12506
12507         * nnrss.el: Require rfc2047 and mml.
12508         (nnrss-file-coding-system): New variable.
12509         (nnrss-format-string): Redefine it as an inline function.
12510         (nnrss-decode-group-name): New function.
12511         (nnrss-string-as-multibyte): Remove.
12512         (nnrss-retrieve-headers): Decode group name; don't use
12513         nnrss-format-string.
12514         (nnrss-request-group): Decode group name.
12515         (nnrss-request-article): Decode group name; allow a Message-ID as
12516         well as an article number; don't use nnrss-format-string; encode a
12517         Message-ID string which may contain non-ASCII characters; use
12518         mml-to-mime to compose a MIME article.
12519         (nnrss-request-expire-articles): Decode group name.
12520         (nnrss-request-delete-group): Decode group name.
12521         (nnrss-fetch): Clarify error message.
12522         (nnrss-read-server-data): Use insert-file-contents instead of load;
12523         bind file-name-coding-system; use multibyte buffer.
12524         (nnrss-save-server-data): Bind coding-system-for-write to the
12525         value of nnrss-file-coding-system; bind file-name-coding-system;
12526         add coding cookie.
12527         (nnrss-read-group-data): Use insert-file-contents instead of load;
12528         bind file-name-coding-system; use multibyte buffer.
12529         (nnrss-save-group-data): Bind coding-system-for-write to the
12530         value of nnrss-file-coding-system; bind file-name-coding-system.
12531         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12532         make it work with non-ASCII text.
12533         (nnrss-find-el): Make it work with old xml.el as well.
12534
12535 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12536
12537         * nnrss.el (nnrss-get-encoding): New function.
12538         (nnrss-fetch): Use unibyte buffer initially; bind
12539         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12540         decode contents according to the encoding attribute.
12541         (nnrss-save-group-data): Add coding cookie.
12542         (nnrss-mime-encode-string): New function.
12543         (nnrss-check-group): Use it to encode subject and author.
12544
12545 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12546
12547         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12548         imaginary variable.
12549
12550 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12551
12552         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12553         correctly even if there are wide characters.
12554
12555 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12556
12557         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12558         downcased symbol names; make a new cache instead of reusing
12559         bbdb-hashtable.
12560
12561 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12562
12563         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12564         concatenating segments rather than before concatenating them.
12565         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12566
12567         * message.el (message-get-reply-headers): Bind `extra'.
12568
12569 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12570
12571         * message.el (message-extra-wide-headers): New variable.
12572         (message-get-reply-headers): Use it.
12573
12574 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12575
12576         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12577         (gnus-agent-group-pathname): Ditto.
12578
12579         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12580
12581         * gnus-group.el (gnus-group-make-group): Decode group name.
12582         (gnus-group-make-rss-group): Register the group data after opening
12583         the nnrss group.
12584
12585 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12586
12587         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12588         by expiry now get marked as read.
12589
12590 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12591
12592         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12593
12594 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12595
12596         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12597         unify Latin characters in XEmacs.
12598         (mm-find-mime-charset-region): Use it.
12599
12600 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12601
12602         * gnus-util.el (gnus-delete-directory): New function.
12603
12604         * gnus-agent.el (gnus-agent-delete-group): Use it.
12605
12606         * gnus-cache.el (gnus-cache-delete-group): Use it.
12607
12608 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12609
12610         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12611         names.
12612
12613 2004-12-16  Simon Josefsson  <jas@extundo.com>
12614
12615         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12616
12617 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12618
12619         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12620
12621         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12622         (gnus-group-set-current-level): Decode group name.
12623
12624 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12625
12626         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12627         failed.
12628
12629 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12630
12631         * gnus-group.el (gnus-group-delete-group): Decode group name.
12632         (gnus-group-make-rss-group): Encode group name.
12633         (gnus-group-catchup-current): Decode group name.
12634         (gnus-group-kill-group): Decode group name.
12635
12636 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12637
12638         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12639
12640 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12641
12642         * gnus-group.el (gnus-group-make-rss-group):
12643         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12644
12645         * gnus-start.el (gnus-setup-news): Honor user's setting to
12646         gnus-message-archive-method.  Suggested by Lute Kamstra
12647         <lute@gnu.org>.
12648
12649 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12650
12651         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12652         global counterparts of the buffer-local variables.
12653
12654 2004-11-16  Romain Francoise  <romain@orebokech.com>
12655
12656         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12657         counterparts of the buffer-local variables.
12658
12659 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12660
12661         * message.el (message-forbidden-properties): Fixed typo in doc
12662         string.
12663
12664 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12665
12666         * gnus-util.el (gnus-replace-in-string): Added doc string.
12667
12668         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12669         to avoid problems when splitting mails with many recipients.
12670
12671 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12672
12673         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12674         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12675
12676 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12677
12678         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12679         if there is no hashtable in memory or file modification time is
12680         newer than cached timestamp.
12681
12682 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12683
12684         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12685         not-matching option.
12686
12687 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12688
12689         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12690         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12691         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12692         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12693         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12694         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12695
12696 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12697
12698         * message.el (message-forward-make-body-mml): Remove headers
12699         according to message-forward-ignored-headers if a message is decoded.
12700
12701 2004-12-02  Romain Francoise  <romain@orebokech.com>
12702
12703         * message.el (message-forward-make-body-plain): Always remove
12704         headers according to message-forward-ignored-headers.
12705
12706 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12707
12708         * spam.el (spam-summary-prepare-exit): Remove the
12709         gnus-summary-limit pop for now, it has problems with ham marks for
12710         me.
12711
12712 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12713
12714         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12715         correctly.
12716
12717 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12718
12719         * format-spec.el (format-spec): Message the char.
12720
12721 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12722
12723         * gnus-art.el (gnus-split-methods): Reformat comments.
12724
12725         * spam.el (spam-summary-prepare-exit): Remove article limits
12726         before exiting the summary buffer.
12727
12728 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12729
12730         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12731         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12732
12733         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12734         order to silence the byte compiler.
12735
12736         * spam.el: Fix the way to silence the byte compiler, which
12737         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12738         bbdb-search-simple, spam-BBDB-register-routine,
12739         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12740         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12741         spam-stat-buffer-is-spam, spam-stat-load,
12742         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12743         spam-stat-save and spam-stat-split-fancy.
12744
12745 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12746
12747         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12748         which may confuse users.
12749         (canlock-password-for-verify): Ditto.
12750
12751         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12752
12753         * gnus-art.el (gnus-emphasis-alist): Ditto.
12754
12755         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12756
12757         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12758
12759         * gnus-start.el (gnus-save-killed-list): Ditto.
12760
12761         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12762         (gnus-sum-thread-tree-root): Ditto.
12763         (gnus-sum-thread-tree-false-root): Ditto.
12764         (gnus-sum-thread-tree-single-indent): Ditto.
12765
12766         * message.el (message-courtesy-message): Ditto.
12767         (message-archive-note): Ditto.
12768         (message-subscribed-address-file): Ditto.
12769         (message-user-fqdn): Ditto.
12770
12771         * spam-report.el (spam-report-gmane-regex): Ditto.
12772
12773         * spam.el (spam-blackhole-good-server-regex): Ditto.
12774
12775 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12776
12777         * mml.el (mml-preview): Widen the message buffer before copying
12778         the contents to the preview buffer; sort headers before previewing.
12779
12780         * message.el (message-hidden-headers): Fix the way to avoid a bug
12781         in the `repeat' widget in Emacs 21.3 or earlier.
12782
12783 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12784
12785         * message.el (message-hidden-headers): Default to "^References:".
12786         Improve customization type.  Suggested by Reiner Steib
12787         <Reiner.Steib@gmx.de>.
12788
12789 2004-11-25  Romain Francoise  <romain@orebokech.com>
12790
12791         * message.el (message-strip-forbidden-properties): Remove check for
12792         obsolete `message-hidden' text property, hidden headers are not
12793         accessible in the buffer anymore.
12794
12795 2004-11-22  Romain Francoise  <romain@orebokech.com>
12796
12797         * message.el (message-header-format-alist): Add `From' in list
12798         so that it can be sorted.
12799         (message-fix-before-sending): Widen and sort headers before
12800         sending.
12801         (message-hide-headers): Use narrowing to hide headers by moving
12802         them to the top of the buffer and narrowing to the region
12803         underneath.
12804
12805 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12806
12807         * message.el (message-strip-forbidden-properties): Bind
12808         buffer-read-only (etc) to nil.
12809
12810 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12811
12812         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12813         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12814
12815 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12816
12817         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12818
12819 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12820
12821         * dns.el (query-dns): Use sit-for to time instead of
12822         accept-process-output, since that doesn't seem to work on udp
12823         sockets.
12824
12825 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12826
12827         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12828
12829 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12830
12831         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12832         doc string.  Improve doc string.
12833
12834 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12835
12836         * nntp.el (nntp-request-update-info): Return nil if
12837         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12838         may not call gnus-activate-group which uselessly issues the GROUP
12839         commands for all nntp groups and wastes time.  Reported by Romain
12840         Francoise <romain@orebokech.com>.
12841
12842         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12843
12844 2004-11-15  Simon Josefsson  <jas@extundo.com>
12845
12846         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12847         headers separately.
12848         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12849         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12850
12851 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12852
12853         * gnus-start.el (gnus-convert-old-newsrc):
12854         Assign legacy-gnus-agent to 5.10.7.
12855
12856 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12857
12858         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12859         start of the lines.
12860
12861 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12862
12863         * hashcash.el (hashcash-default-payment): Change default to 20.
12864         (hashcash-default-accept-payment): Change default to 20.
12865         (hashcash-process-alist): New variable.
12866         (hashcash-generate-payment-async): Add.
12867         (hashcash-already-paid-p): Add.
12868         (hashcash-insert-payment): Don't generate payments twice.
12869         (hashcash-insert-payment-async): Add.
12870         (hashcash-insert-payment-async-2): Add.
12871         (hashcash-cancel-async): Add.
12872         (hashcash-wait-async): Add.
12873         (hashcash-processes-running-p): Add.
12874         (hashcash-wait-or-cancel): Add.
12875         (mail-add-payment): New optional argument.  Conditionally start
12876         asynchronous calculation.
12877         (mail-add-payment-async): Add.
12878
12879         * message.el (message-send-mail): Wait for asynchronous hashcash
12880         results.  Don't clobber existing X-Hashcash headers.
12881         (message-setup-1): Call mail-add-payment-async when
12882         message-generate-hashcash is non-nil.
12883
12884 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12885
12886         * message.el (message-use-alternative-email-as-from): Examine the
12887         From header as well; use message-make-from in order to include a
12888         user's full name.
12889
12890 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12891
12892         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12893         default; improve customization type.
12894         (gnus-emphasis-custom-with-format): New macro.
12895         (gnus-emphasis-custom-value-to-external): New function.
12896         (gnus-emphasis-custom-value-to-internal): New function.
12897
12898 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12899
12900         * dns.el (query-dns): Resolve reverse addresses.
12901
12902 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12903
12904         * gnus-group.el (gnus-group-get-new-news): Use it.
12905
12906         * gnus-start.el (gnus-check-reasonable-setup): New function.
12907
12908 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12909
12910         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12911         "Args out of range" error.  Reported by Arnaud Giersch
12912         <arnaud.giersch@free.fr>.
12913
12914 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12915
12916         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12917
12918 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12919
12920         * spam.el (spam group): Add :version.
12921
12922         * pgg-def.el (pgg group): Add :version.
12923
12924 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12925
12926         * gnus-art.el (gnus-article-edit-article): Don't associate the
12927         article buffer with a draft file.  This is a temporary measure
12928         against the 2004-08-22 change to gnus-article-edit-mode.
12929
12930 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12931
12932         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12933         (html2text-format-tags): Remove unused variable `attr'.
12934
12935 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12936
12937         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12938
12939         * tls.el (tls-process-connection-type, tls-success)
12940         (tls-certtool-program): Add :version.
12941
12942         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12943         (starttls-extra-arguments, starttls-process-connection-type)
12944         (starttls-connect, starttls-failure, starttls-success): Add :version.
12945
12946         * spam-stat.el (spam-stat): Add :version.
12947
12948         * sieve.el (sieve): Add :version.
12949
12950         * sha1.el (sha1): Add :version.
12951         (sha1-use-external): Remove redundant version.
12952
12953         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12954         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12955         (nnmail-split-fancy-match-partial-words)
12956         (nnmail-split-lowercase-expanded): Add :version.
12957
12958         * nndiary.el (nndiary): Add :version.
12959
12960         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12961
12962         * mml-sec.el (mml-default-sign-method)
12963         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12964         Add :version.
12965
12966         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12967
12968         * mm-url.el (mm-url-use-external, mm-url-program)
12969         (mm-url-arguments): Add :version.
12970
12971         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12972         (mm-attachment-file-modes, mm-decrypt-option)
12973         (mm-w3m-safe-url-regexp): Add :version.
12974
12975         * message.el (message-cite-prefix-regexp)
12976         (message-sendmail-envelope-from, message-minibuffer-local-map)
12977         (message-user-fqdn, message-completion-alist): Add :version.
12978
12979         * gnus-win.el (gnus-configure-windows-hook)
12980         (gnus-use-frames-on-any-display): Add :version.
12981
12982         * gnus-art.el (gnus-article-address-banner-alist)
12983         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12984         (gnus-treat-from-picon, gnus-treat-mail-picon)
12985         (gnus-treat-x-pgp-sig): Add :version.
12986
12987         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12988         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12989         (gnus-summary-article-delete-hook)
12990         (gnus-summary-display-while-building): Add :version.
12991
12992         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12993         (gnus-get-top-new-news-hook): Add :version.
12994
12995         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12996         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12997
12998         * gnus-registry.el (gnus-registry): Add :version.
12999
13000         * gnus-spec.el (gnus-use-correct-string-widths)
13001         (gnus-make-format-preserve-properties): Add :version.
13002
13003         * gnus.el (gnus-group-charter-alist)
13004         (gnus-group-fetch-control-use-browse-url)
13005         (gnus-install-group-spam-parameters): Add :version.
13006
13007         * gnus-diary.el (gnus-diary): Add :version.
13008
13009         * gnus-delay.el (gnus-delay): Add :version.
13010
13011         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13012         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13013         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13014         Add :version.
13015
13016         * gnus-agent.el (gnus-agent-max-fetch-size)
13017         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13018         (gnus-agent-prompt-send-queue): Add :version.
13019
13020         * deuglify.el (gnus-outlook-deuglify): Add :version.
13021
13022         * html2text.el: Beautify code.  Improve doc strings.  Some
13023         checkdoc cleanup.
13024         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13025
13026 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13027
13028         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13029
13030 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13031
13032         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13033         when package is loaded.
13034
13035         * spam.el (spam-summary-score-preferred-header): Add global preference
13036         for people who want to override the default SpamAssassin over
13037         Bogofilter preference (when both are set).
13038         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13039         (spam-user-format-function-S): Check
13040         spam-summary-score-preferred-header.
13041         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13042         (spam-user-format-function-S): Format the score correctly.
13043
13044 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13045
13046         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13047         signature file.  Suggested by Manoj Srivastava
13048         <srivasta@golden-gryphon.com>.
13049
13050         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13051         iso-2022-jp even in the Japanese language environment.
13052         Suggested by Jason Rumney <jasonr@gnu.org>.
13053
13054 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13055
13056         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13057         use the same characters as the dummy marks; make it free from
13058         getting affected by the language environment.
13059         (gnus-summary-read-group-1): Update mark positions only when the
13060         format spec is updated.
13061
13062         * gnus-spec.el (gnus-update-format-specifications): Return a list
13063         of updated types.
13064
13065 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13066
13067         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13068         of boundp to check if display-warning is available.
13069
13070 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13071
13072         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13073
13074 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13075
13076         * nnspool.el (nnspool-spool-directory): Use news-path if the
13077         news-directory variable is not bound.
13078
13079         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13080         function instead of display-warning if it is not available.
13081
13082 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13083
13084         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13085         v5-10: Use `point-at-bol'.
13086
13087 2004-10-26  Simon Josefsson  <jas@extundo.com>
13088
13089         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13090         <chenggao@gmail.com>.
13091
13092 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13093
13094         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13095         instead.
13096
13097 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13098
13099         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13100         to remove a server from the nnimap-server-buffer-alist.
13101         (nnimap-open-connection, nnimap-close-server): Use it.
13102
13103         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13104
13105 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13106
13107         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13108         running the major-mode function.
13109
13110 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13111
13112         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13113         dummy marks in the right way.
13114
13115 2004-10-18  David Edmondson  <dme@dme.org>
13116
13117         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13118         excessively.
13119
13120 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13121
13122         * gnus-util.el (gnus-split-references): Accept a nil references
13123         string and go on blissfully.
13124
13125         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13126         cases where the references string is non-nil but has no references.
13127
13128         * encrypt.el: Add autoload tags.
13129
13130         * spam.el (spam-resolve-registrations-routine): Remove article
13131         from unregistration list too.  Reported by David Hanak
13132         <dhanak@isis.vanderbilt.edu>
13133
13134 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13135
13136         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13137         nil.  Changed custom type.
13138
13139 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13140
13141         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13142
13143         * gnus-sum.el (gnus-summary-move-article): Use it.
13144
13145 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13146
13147         * encrypt.el: Add autoload cookies.
13148
13149         * spam.el (spam-backend-article-list-property)
13150         (spam-backend-get-article-todo-list)
13151         (spam-backend-put-article-todo-list)
13152         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13153         Resolve registrations separately.
13154         (spam-register-routine): Format comments.
13155         (spam-unregister-routine, spam-register-routine): Always call with
13156         specific-articles, no default list.
13157         (spam-summary-prepare-exit): Use the spam-classifications function.
13158
13159         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13160         gnus-encrypt.el.
13161
13162         * encrypt.el: Copied from gnus-encrypt.el.
13163
13164         * gnus-encrypt.el: Commented that it's obsolete.
13165
13166 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13167
13168         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13169         (gnus-score-save): Use it.
13170
13171         * message.el (message-bury): Use `window-dedicated-p'.
13172
13173 2004-10-15  Simon Josefsson  <jas@extundo.com>
13174
13175         * pop3.el (top-level): Don't require nnheader.
13176         (pop3-read-timeout): Add.
13177         (pop3-accept-process-output): Add.
13178         (pop3-read-response, pop3-retr): Use it.
13179
13180 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13181
13182         * spam.el (spam-register-routine): Move comment.
13183         (spam-verify-bogofilter): Use 'unknown for the initial
13184         spam-bogofilter-valid state, not 'never.
13185
13186         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13187         for netrc-machine.
13188
13189         * nnimap.el (nnimap-open-connection): Use
13190         netrc-machine-user-or-password.
13191
13192 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13193
13194         * gnus-registry.el (gnus-registry-unload-hook):
13195         Set as a variable with add-hook.
13196
13197         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13198         of news-path.
13199
13200         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13201
13202         * spam.el: Delete duplicate `provide'.
13203         (spam-unload-hook): Set as a variable with add-hook.
13204
13205 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13206
13207         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13208         in the doc string.
13209
13210         * message.el (message-ignored-news-headers)
13211         (message-ignored-supersedes-headers)
13212         (message-ignored-resent-headers)
13213         (message-forward-ignored-headers): Improve custom type.
13214
13215 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13216
13217         * message.el (message-tokenize-header): Fix 2004-09-06 change
13218         which used point-min in the wrong place.
13219
13220 2004-10-12  Simon Josefsson  <jas@extundo.com>
13221
13222         * tls.el (tls-certtool-program): New variable.
13223         (tls-certificate-information): New function, based on
13224         ssl-certificate-information.
13225
13226 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13227
13228         * compface.el: Move the version of ELisp-based uncompface program
13229         to the contrib directory because of the copyright problem.
13230
13231 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13232
13233         * message.el (message-kill-buffer): Raise the current frame.
13234
13235 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13236
13237         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13238
13239         * gnus.el (message-y-or-n-p): Autoload.
13240
13241         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13242         (pop3-password-required, pop3-authentication-scheme)
13243         (pop3-leave-mail-on-server): Made customizable.
13244         (pop3): New custom group.
13245         (pop3-retr): Remove `sleep-for' statements.
13246         Suggested by Dave Love <fx@gnu.org>.
13247
13248         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13249         Windows/DOS.
13250
13251         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13252         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13253         Dave Love <fx@gnu.org>.
13254
13255         * mml.el (mml-minibuffer-read-disposition): Require match.
13256         Suggested by Dave Love <fx@gnu.org>.
13257
13258 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13259
13260         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13261         doc string.
13262
13263 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13264
13265         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13266
13267 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13268
13269         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13270         instead of calling `mm-insert-inline', to decode text/* parts
13271         before displaying them.
13272
13273 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13274
13275         * mm-uu.el (mm-uu-text-plain-type): New variable.
13276         (mm-uu-pgp-signed-extract-1): Use it.
13277         (mm-uu-pgp-encrypted-extract-1): Use it.
13278         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13279         bind mm-uu-text-plain-type with that value.
13280         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13281         mm-uu-dissect.
13282
13283 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13284
13285         * gnus-group.el (gnus-update-group-mark-positions):
13286         * gnus-sum.el (gnus-update-summary-mark-positions):
13287         * message.el (message-check-news-body-syntax):
13288         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13289         of string-as-multibyte.
13290
13291 2004-10-05  Juri Linkov  <juri@jurta.org>
13292
13293         * gnus-group.el (gnus-update-group-mark-positions):
13294         * gnus-sum.el (gnus-update-summary-mark-positions):
13295         * message.el (message-check-news-body-syntax):
13296         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13297         8-bit unibyte values to a multibyte string for search functions.
13298
13299 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13300
13301         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13302         (mm-uu-dissect-text-parts): New function.
13303
13304         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13305         dissect text parts.
13306
13307         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13308         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13309
13310         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13311
13312         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13313         gnus-current-topics instead of gnus-current-topic.
13314
13315 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13316
13317         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13318
13319 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13320
13321         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13322         where approriate.
13323
13324         * nnml.el (nnml-generate-active-info): do.
13325
13326         * nndiary.el (nndiary-generate-active-info): do.
13327
13328         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13329         (gnus-topic-move): do.
13330
13331         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13332         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13333
13334         * gnus-srvr.el (gnus-server-prepare)
13335         (gnus-server-open-all-servers): do.
13336
13337         * gnus-msg.el (gnus-summary-cancel-article)
13338         (gnus-summary-resend-message)
13339         (gnus-summary-mail-crosspost-complaint): do.
13340
13341         * gnus-move.el (gnus-change-server): do.
13342
13343         * gnus-group.el (gnus-group-unmark-all-groups)
13344         (gnus-group-set-current-level): do.
13345
13346 2004-10-04  Simon Josefsson  <jas@extundo.com>
13347
13348         * message.el (message-generate-hashcash): Doc fix.
13349
13350 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13351
13352         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13353         avoid infinite recursion via gnus-get-function.
13354
13355 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13356
13357         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13358
13359         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13360
13361         * nnmail.el (nnmail-split-history): do.
13362
13363         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13364         (nnml-request-delete-group): do.
13365
13366         * nnslashdot.el (nnslashdot-read-groups): do.
13367
13368         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13369         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13370
13371         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13372         (nnspool-sift-nov-with-sed): Use last.
13373         (nnspool-retrieve-headers-with-nov): Use mapc.
13374         (nnspool-request-newgroups): Use dolist.
13375         (nnspool-request-group): Use last.
13376
13377         * nntp.el (nntp-read-server-type): Use dolist.
13378
13379         * nnvirtual.el (nnvirtual-create-mapping)
13380         (nnvirtual-update-read-and-marked): Use dolist.
13381         (nnvirtual-convert-headers): Simplify.
13382
13383 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13384
13385         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13386         support for sync'ing tick marks.
13387
13388 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13389
13390         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13391         there's no visible header.
13392
13393 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13394
13395         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13396         necessary, pass full group name to gnus-request-set-marks.
13397
13398 2004-10-01  Simon Josefsson  <jas@extundo.com>
13399
13400         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13401         acroread.
13402
13403 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13404
13405         * spam-report.el (spam-report-gmane): Fix interactive.
13406
13407         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13408
13409         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13410         when writing file.
13411         (gnus-agent-synchronize-flags): Don't default to being
13412         interactive.
13413
13414 2004-09-30  Simon Josefsson  <jas@extundo.com>
13415
13416         * message.el (message-generate-hashcash): Add.
13417         (message-send-mail): Use it, call mail-add-payment.
13418
13419 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13420
13421         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13422
13423 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13424
13425         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13426         gnus-requst-update-info with explicit code to sync the in-memory
13427         info read flags with the marks being sync'd to the backend.
13428
13429         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13430
13431 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13432
13433         * spam.el (spam-verify-bogofilter): Add new function.
13434         (spam-check-bogofilter)
13435         (spam-bogofilter-register-with-bogofilter): Use it.
13436         (spam-verify-bogofilter): Add small fixes.
13437
13438 2004-09-28  Simon Josefsson  <jas@extundo.com>
13439
13440         * hashcash.el (hashcash-generate-payment): Revert.
13441
13442 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13443
13444         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13445         gnus-extract-references instead of gnus-split-references.
13446
13447         * gnus-util.el (gnus-extract-references): Add new function, analogous
13448         to gnus-split-references but extracts only the message-ID without
13449         anything extra.
13450
13451         * hashcash.el (hashcash-generate-payment)
13452         (hashcash-check-payment): Do the right thing if hashcash-path is
13453         nil (because the hashcash program could not be found).
13454
13455         * spam.el (spam-use-hashcash): Remove comment.
13456
13457 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13458
13459         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13460         (gnus-cache-enter-article, gnus-cache-remove-article)
13461         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13462
13463         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13464
13465         * gnus-art.el (article-hide-boring-headers)
13466         (article-translate-strings, article-display-face)
13467         (gnus-article-mime-match-handle-first)
13468         (gnus-article-highlight-headers)
13469         (gnus-article-add-buttons-to-head): do.
13470
13471 2004-09-27  Simon Josefsson  <jas@extundo.com>
13472
13473         * hashcash.el: New version, from
13474         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13475         ../contrib/.
13476
13477 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13478
13479         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13480
13481 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13482
13483         * gnus-dup.el (gnus-dup-open): Use mapc.
13484         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13485
13486         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13487         Reported by Stefan Wiens <s.wi@gmx.net>.
13488
13489         * gnus.el (gnus-shutdown): Use dolist.
13490
13491         * gnus-undo.el (gnus-undo): Use mapc.
13492
13493         * nnrss.el (nnrss-generate-active): do.
13494
13495         * message.el (message-cite-original-without-signature)
13496         (message-cite-original): Use mapc.
13497         (message-do-actions, message-make-forward-subject): Use dolist.
13498
13499 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13500
13501         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13502         deletion to remove entire duplicate line.  Fixes merged article
13503         number bug.
13504
13505 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13506
13507         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13508         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13509         first ask if you want to open a server and then, even when you
13510         responded with no, asking if you want to synchronize the server's
13511         flags.
13512         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13513         multi-line expressions.
13514         (gnus-agent-synchronize-group-flags): New internal function.
13515         Updates marks in memory (in the info structure) AND in the
13516         backend.
13517
13518         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13519
13520         * nnagent.el (nnagent-request-set-mark): Use
13521         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13522         method, to ensure that synchronization updates marks in the
13523         backend and in the info (in memory) structure.
13524
13525 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13526
13527         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13528         convention fully; don't miss the root article of a thread; make
13529         the X-Draft-From header with correct article numbers.
13530
13531 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13532
13533         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13534         unless plugged.  Disable the agent so that an open failure causes
13535         an error.
13536
13537         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13538         Reverted 2004-09-21 change.  The backend must be opened while
13539         synchronizing flags even when the backend stores the flags
13540         locally.
13541
13542 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13543
13544         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13545         in `header' match.  Reported by Svend Tollak Munkejord.
13546
13547         * message.el (message-cite-original): Fix use of
13548         `message-cite-articles-with-x-no-archive'.
13549
13550 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13551
13552         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13553         (gnus-window-to-buffer): Ditto.
13554
13555         * mml.el (mml-preview-buffer): New variable.
13556         (mml-preview): Manage window layout with gnus-buffer-configuration.
13557
13558         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13559         X-Draft-From header even if those articles aren't quoted.
13560
13561 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13562
13563         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13564         (gnus-request-set-mark, gnus-request-update-mark): Use new
13565         g-s-t-u-l-m to decide to use backend even when unplugged.
13566
13567 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13568
13569         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13570         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13571
13572 2004-09-20  Simon Josefsson  <jas@extundo.com>
13573
13574         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13575         "utf-16-le".
13576
13577 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13578
13579         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13580
13581 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13582
13583         * uudecode.el (uudecode-use-external): Add :version.
13584
13585         * smime.el (smime-CA-file, smime-encrypt-cipher)
13586         (smime-dns-server): Add :version.
13587
13588         * smiley.el (gnus-smiley-file-types): Add :version.
13589
13590         * sha1.el (sha1-use-external): Add :version.
13591
13592         * pgg-def.el (pgg-query-keyserver): Add :version.
13593
13594         * nnmail.el (nnmail-fancy-expiry-targets)
13595         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13596         Add :version.
13597
13598         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13599         (nnimap-retrieve-groups-asynchronous): Add :version.
13600         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13601
13602         * mml.el (mml-content-disposition-parameters)
13603         (mml-insert-mime-headers-always): Add :version.
13604
13605         * mm-util.el (mm-coding-system-priorities): Add :version.
13606
13607         * mm-decode.el (mm-inline-text-html-with-images)
13608         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13609         (mm-verify-option): Add :version.
13610         (mm-text-html-renderer): Change :version.
13611
13612         * message.el (message-fcc-externalize-attachments)
13613         (message-required-headers, message-draft-headers)
13614         (message-subject-trailing-was-query)
13615         (message-subject-trailing-was-ask-regexp)
13616         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13617         (message-mark-insert-end, message-archive-header)
13618         (message-archive-note, message-cross-post-default)
13619         (message-cross-post-note, message-followup-to-note)
13620         (message-cross-post-note-function, message-use-mail-followup-to)
13621         (message-subscribed-address-functions)
13622         (message-subscribed-address-file, message-subscribed-addresses)
13623         (message-subscribed-regexps, message-allow-no-recipients)
13624         (message-yank-cited-prefix, message-signature-insert-empty-line)
13625         (message-hidden-headers, message-hierarchical-addresses)
13626         (message-mail-user-agent, message-use-idna)
13627         (message-valid-fqdn-regexp)
13628         (message-strip-special-text-properties, message-header-synonyms)
13629         (message-beginning-of-line, message-tab-body-function): Add :version.
13630         (message-insert-canlock, message-wide-reply-confirm-recipients):
13631         Change :version.
13632
13633         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13634         and :version.
13635         (mail-source-delete-old-incoming-confirm)
13636         (mail-source-movemail-program): Add :version.
13637
13638         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13639         (gnus-agent-cache, gnus-agent): Change :version.
13640
13641         * gnus-util.el (gnus-use-byte-compile): Change :version.
13642
13643         * gnus-sum.el (gnus-summary-make-false-root-always)
13644         (gnus-summary-default-high-score)
13645         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13646         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13647         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13648         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13649         (gnus-sum-thread-tree-single-indent)
13650         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13651         (gnus-sum-thread-tree-leaf-with-other)
13652         (gnus-sum-thread-tree-single-leaf): Add :version.
13653         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13654         (gnus-article-loose-mime): Change :version.
13655
13656         * gnus-start.el (gnus-backup-startup-file)
13657         (gnus-save-startup-file-via-temp-buffer): Add :version.
13658
13659         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13660         (gnus-server-offline-face): Add :version.
13661
13662         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13663
13664         * gnus-msg.el (gnus-gcc-externalize-attachments)
13665         (gnus-debug-files, gnus-debug-exclude-variables)
13666         (gnus-discouraged-post-methods): Change :version.
13667         (gnus-confirm-mail-reply-to-news)
13668         (gnus-confirm-treat-mail-like-news): Add :version.
13669
13670         * gnus-int.el (gnus-server-unopen-status): Add :version.
13671
13672         * gnus-group.el (gnus-group-jump-to-group-prompt)
13673         (gnus-large-ephemeral-newsgroup)
13674         (gnus-fetch-old-ephemeral-headers): Add :version.
13675
13676         * gnus-fun.el (gnus-x-face-directory)
13677         (gnus-convert-pbm-to-x-face-command)
13678         (gnus-convert-image-to-x-face-command)
13679         (gnus-convert-image-to-face-command): Add :version.
13680
13681         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13682
13683         * gnus-cite.el (gnus-cite-blank-line-after-header)
13684         (gnus-article-boring-faces): Add :version.
13685
13686         * gnus-art.el (gnus-buttonized-mime-types)
13687         (gnus-inhibit-mime-unbuttonizing)
13688         (gnus-treat-display-face)
13689         (gnus-treat-body-boundary): Change :version.
13690         (gnus-body-boundary-delimiter, gnus-picon-databases)
13691         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13692         (gnus-treat-date-english, gnus-treat-fold-headers)
13693         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13694         (gnus-treat-mail-picon, gnus-treat-wash-html)
13695         (gnus-article-encrypt-protocol)
13696         (gnus-use-idna, gnus-article-over-scroll)
13697         (gnus-mime-display-multipart-alternative-as-mixed)
13698         (gnus-mime-display-multipart-related-as-mixed)
13699         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13700         (gnus-ctan-url, gnus-button-ctan-handler)
13701         (gnus-button-handle-ctan-bogus-regexp)
13702         (gnus-button-ctan-directory-regexp)
13703         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13704         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13705         (gnus-button-man-level, gnus-button-emacs-level)
13706         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13707
13708         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13709         (gnus-agent-go-online): Change :version.
13710         (gnus-agent-expire-unagentized-dirs)
13711         (gnus-agent-auto-agentize-methods): Add :version.
13712
13713         * flow-fill.el (fill-flowed-display-column)
13714         (fill-flowed-encode-column): Add :version.
13715
13716         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13717         (gnus-outlook-deuglify-unwrap-max)
13718         (gnus-outlook-deuglify-cite-marks)
13719         (gnus-outlook-deuglify-unwrap-stop-chars)
13720         (gnus-outlook-deuglify-no-wrap-chars)
13721         (gnus-outlook-deuglify-attrib-cut-regexp)
13722         (gnus-outlook-deuglify-attrib-verb-regexp)
13723         (gnus-outlook-deuglify-attrib-end-regexp)
13724         (gnus-outlook-display-hook): Add :version.
13725
13726         * binhex.el (binhex-use-external): Add :version.
13727
13728 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13729
13730         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13731         and `invisible'.
13732
13733 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13734
13735         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13736         in gnus-registry-trim.
13737
13738 2004-09-13  Simon Josefsson  <jas@extundo.com>
13739
13740         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13741
13742         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13743
13744         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13745         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13746         <yamaoka@jpl.org>.
13747         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13748         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13749         <yamaoka@jpl.org>.
13750
13751         * sieve.el (sieve-manage-mode): Ditto.
13752
13753 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13754
13755         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13756
13757 2004-09-11  Simon Josefsson  <jas@extundo.com>
13758
13759         * dns-mode.el: Add.
13760
13761         * mm-view.el (mm-display-dns-inline): Add.
13762
13763         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13764         (mm-automatic-display): Ditto.
13765
13766         * mailcap.el (mailcap-mime-data): Add text/dns.
13767         (mailcap-mime-extensions): Map .soa to text/dns.
13768
13769 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13770
13771         * gnus-art.el (article-decode-mime-words, article-babel)
13772         (gnus-article-highlight-signature, gnus-article-add-buttons)
13773         (gnus-signature-toggle): Remove unnecessary bindings of
13774         `inhibit-read-only' inherited from v5.10 merge.
13775
13776 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13777
13778         * nntp.el (nntp): New customization group.
13779         (nntp-authinfo-file): Add customization group.
13780
13781         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13782
13783         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13784
13785         * gnus.el (to-address, to-list, subscribed)
13786         (large-newsgroup-initial): Ditto.
13787
13788         * flow-fill.el (fill-flowed-display-column)
13789         (fill-flowed-encode-column): Ditto.
13790
13791 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13792
13793         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13794         Use point-min rather than 1.
13795         (message-send-mail): Use buffer-size rather than point-max.
13796
13797         * gnus-sum.el (gnus-summary-search-article-forward):
13798         Signal a specific `search-failed' rather than a generic `error'.
13799
13800         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13801         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13802         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13803
13804 2004-09-10  Simon Josefsson  <jas@extundo.com>
13805
13806         * nndb.el (require): Remove tcp and duplicate cl.
13807
13808 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13809
13810         * gnus-agent.el (directory-files-and-attributes): Move forward.
13811
13812 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13813
13814         * gnus-agent.el (directory-files-and-attributes): Optionally
13815         defined to support XEmacs.
13816
13817 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13818
13819         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13820         to avoid run-time CL dependencies.
13821         (gnus-agent-unfetch-articles): New function.
13822         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13823         article numbers even when local .overview file is missing.
13824         (gnus-agent-read-article-number): New function.  Only accepts
13825         27-bit article numbers.
13826         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13827         gnus-agent-read-article-number.
13828         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13829         from backend while recognizing that article numbers in .overview
13830         must be valid.
13831         (gnus-agent-update-files-total-fetched-for): Use
13832         directory-files-and-attributes to improve performance.
13833         * gnus-int.el (gnus-request-move-article): Use
13834         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13835         improve performance.
13836
13837         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13838         some users confused by references to .newsrc when they only have a
13839         .newsrc.eld file.
13840         (gnus-convert-mark-converter-prompt)
13841         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13842         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13843         New function.  Used internally to only display 'gnus converting
13844         files' message when actually necessary.
13845
13846         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13847         methods now autoloaded.
13848
13849 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13850
13851         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13852         identifiers.
13853
13854 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13855
13856         * gnus-picon.el: Fix indentation and closing parenthesis.
13857
13858 2004-09-01  Simon Josefsson  <jas@extundo.com>
13859
13860         * message.el (message-canlock-generate): Require sha1, not
13861         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13862         to require within a function.  Sadly, if sha1.el isn't loaded, the
13863         let binding in m-c-g will hide the defcustom definition, which is
13864         bad.)
13865
13866         * canlock.el: Require sha1, not sha1-el.
13867
13868         * message.el: Don't autoload sha1 (there is a autoload cookie in
13869         sha1.el).
13870
13871         * sha1-el.el: Renamed to sha1.el.
13872
13873 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13874
13875         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13876
13877 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13878
13879         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13880
13881 2004-08-30  Kim F. Storm  <storm@cua.dk>
13882
13883         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13884
13885         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13886         Add :group 'nnimap.
13887
13888 2004-08-30  Andreas Schwab  <schwab@suse.de>
13889
13890         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13891         ?* and ?\;.
13892
13893         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13894         and ?\' to symbol instead of whitespace.
13895
13896 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13897
13898         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13899
13900         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13901         instead of re-search-forward.
13902
13903         * gnus-uu.el (gnus-uu-save-article): Ditto.
13904         (gnus-uu-post-encode-uuencode): Ditto.
13905
13906         * html2text.el (html2text-clean-list-items): Ditto.
13907         (html2text-clean-dtdd): Ditto.
13908         (html2text-format-tags): Ditto.
13909
13910         * message.el (message-send-mail-with-sendmail): Fix regexp.
13911         (message-fill-field-general): Use search-forward instead of
13912         re-search-forward.
13913         (unbold-region): Ditto.
13914
13915         * nnrss.el (nnrss-request-article): Ditto.
13916
13917         * nnslashdot.el (nnslashdot-request-article): Ditto.
13918
13919         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13920
13921         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13922         "Unrecognized menu descriptor" error in XEmacs.
13923
13924 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13925
13926         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13927         parent article of a sparse article in the thread hashtb.
13928
13929 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13930
13931         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13932         (nnmail-expand-newtext): Lowercase expanded entries if
13933         nnmail-split-lowercase-expanded is non-nil.
13934
13935 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13936
13937         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13938
13939         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13940         of gnus-tmp-news-method into string under XEmacs.  It will be
13941         passed to gnus-correct-length which takes only a string argument.
13942
13943 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13944
13945         * gnus-util.el (gnus-bind-print-variables): New macro.
13946         (gnus-prin1): Use it.
13947         (gnus-prin1-to-string): Use it.
13948         (gnus-pp): New function.
13949         (gnus-pp-to-string): New function.
13950
13951         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13952         Replace pp-to-string with gnus-pp-to-string.
13953         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13954         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13955         * gnus-msg.el (gnus-debug): Ditto.
13956         * gnus-score.el (gnus-score-save): Ditto.
13957         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13958         gnus-pp-to-string.
13959         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13960         with gnus-pp.
13961         * score-mode.el (gnus-score-pretty-print): Ditto.
13962         * webmail.el (webmail-debug): Ditto.
13963
13964 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13965
13966         * gnus-art.el (article-display-face, article-display-x-face):
13967         Use buffer-read-only.
13968
13969 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13970
13971         * gnus-art.el (article-hide-list-identifiers):
13972         Bind inhibit-read-only as t.
13973
13974 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13975
13976         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13977
13978 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13979
13980         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13981         (gnus-narrow-to-page): Don't assume point-min == 1.
13982         (gnus-article-edit-mode): Derive from message-mode.
13983
13984         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13985         point-min == 1.
13986
13987         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13988         Disable incorrect use of `assert'.
13989
13990         * message.el (message-mode): Set comment-start-skip.
13991
13992
13993 2004-08-22  Sam Steingold  <sds@gnu.org>
13994
13995         * pop3.el (pop3-leave-mail-on-server): New user variable.
13996         (pop3-movemail): Delete mail only when it is nil.
13997
13998 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13999
14000         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14001
14002         * mml.el (mml-preview): Use `pop-to-buffer'.
14003
14004         * message.el (message-goto-mail-followup-to): Insert after "To".
14005         (message-carefully-insert-headers): Add comment.
14006
14007         * gnus.el: Remove unused variable `gnus-article-check-size'.
14008
14009         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14010
14011         * gnus-art.el (gnus-button-alist): Improve
14012         `gnus-button-handle-library' entry.
14013
14014 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14015
14016         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14017         downcase, since XEmacs capitalizes error messages differently.
14018
14019 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14020
14021         * nntp.el: Add (require 'gnus) due to reference to
14022         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14023
14024 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14025
14026         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14027         `mm-fill-flowed'.
14028
14029         * mm-decode.el (mm-dissect-singlepart): Check it.
14030
14031 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14032
14033         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14034         'imap' for netrc parsing.
14035
14036 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14037
14038         * mailcap.el (mailcap-mime-data): Mark as risky.
14039
14040 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14041
14042         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14043         may be included in the encoded word.
14044         (rfc2047-encode): Don't append a space if the encoded word
14045         includes close parenthesis.
14046
14047 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14048
14049         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14050         of text within parentheses.
14051
14052 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14053
14054         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14055         (gnus-encrypt-write-file-contents): Make the password key the file
14056         name PLUS the cipher, not just the cipher.  Also remove failed
14057         passwords from the cache.
14058
14059 2004-08-06  Simon Josefsson  <jas@extundo.com>
14060
14061         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14062         fix.
14063
14064 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14065
14066         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14067         LWSP.
14068
14069 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14070
14071         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14072         to append in-reply-to: data to the references: header.
14073
14074         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14075         (netrc-parse): Use gnus-encrypt.el functions.
14076
14077         * gnus-encrypt.el: Add new file for encryption support; currently
14078         does only a few GPG ciphers and an internal XOR cipher.
14079
14080         * password.el: Add comments on using password-read-and-add.
14081         (password-read-and-add): Add function to read and add the
14082         password to the cache at once.
14083
14084 2004-07-28  Simon Josefsson  <jas@extundo.com>
14085
14086         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14087         parameter (but don't use it, for now).
14088
14089         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14090         instead of hard coding to nil.
14091
14092 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14093
14094         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14095         as mm-inline-image-xemacs does.
14096
14097 2004-07-26  Simon Josefsson  <jas@extundo.com>
14098
14099         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14100         Revert part of 2004-07-17 change below.
14101
14102 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14103
14104         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14105         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14106
14107 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14108
14109         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14110         quotes that actually start with ">" at the beginning of the
14111         lines.
14112
14113 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14114
14115         * rfc2047.el (rfc2047-encode-region): Fix last change.
14116         (rfc2047-encode-parameter): Remove useless concat.
14117
14118 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14119
14120         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14121         encode special characters; fix some kind of misconfigured headers;
14122         signal a real error if debug-on-quit or debug-on-error is non-nil.
14123         (rfc2047-encode-max-chars): New variable.
14124         (rfc2047-encode-1): Use it.
14125         (rfc2047-encode-parameter): New function.
14126
14127         * mml.el (mml-insert-parameter): Remove an excessive space.
14128
14129 2004-07-17  Simon Josefsson  <jas@extundo.com>
14130
14131         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14132         Kai Grossjohann <kai@emptydomain.de>.
14133         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14134         (gnus-group-make-menu-bar): Ditto.
14135
14136         * gnus-util.el (gnus-group-server): Add.
14137
14138 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14139
14140         * message.el (message-clone-locals): Clone sendmail and smtp
14141         variables.
14142
14143 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14144
14145         * rfc2047.el (rfc2047-encode-region): Fix last change.
14146
14147 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14148
14149         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14150         characters as non-special.
14151
14152 2004-07-09  Simon Josefsson  <jas@extundo.com>
14153
14154         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14155         Users will lose all flag changes made while unplugged with
14156         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14157         good default.  See numerous reports on ding mailing list.
14158
14159 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14160
14161         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14162         add generate-head-function and generate-article-function to the
14163         rfc822-forward entry.
14164         (nndoc-rfc822-forward-generate-article): New function.
14165         (nndoc-rfc822-forward-generate-head): New function.
14166
14167         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14168
14169 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14170
14171         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14172         respect display group parameter and gnus-summary-expunge-below.
14173         (gnus-articles-to-read): Remove unused reference to display group
14174         parameter.
14175
14176 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14177
14178         * nnheader.el (nnheader-uniquify-message-id): New experimental
14179         variable.
14180         (nnheader-nov-read-message-id): Use it.
14181
14182         * spam-report.el (spam-report-gmane): Add interactive.
14183
14184 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14185
14186         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14187         qp-or-base64 for the application/* types.
14188
14189 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14190
14191         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14192
14193 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14194
14195         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14196         trim value.
14197
14198 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14199
14200         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14201         New macro and function.
14202         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14203
14204 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14205
14206         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14207         after-load-alist.
14208
14209 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14210
14211         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14212         update info that isn't there.
14213
14214 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14215
14216         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14217         entry.
14218
14219 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14220
14221         * mm-view.el (mm-inline-render-with-function): Use multibyte
14222         buffer; decode html source by charset.
14223
14224         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14225
14226         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14227         Mule-UCS is loaded under XEmacs.
14228         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14229
14230 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14231
14232         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14233
14234 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14235
14236         * mm-util.el (mm-coding-system-p): Return a coding-system.
14237         (mm-mime-mule-charset-alist): Use shift_jis instead of
14238         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14239         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14240         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14241         instead of japanese-shift-jis and iso-latin-1 respectively in
14242         order to share the default value with both Emacs and XEmacs-mule.
14243         (mm-mule-charset-to-mime-charset): Make
14244         mm-coding-system-priorities effective.
14245         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14246         while predicating of candidates upon the priorities.
14247
14248 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14249
14250         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14251         gnus-uu-invert-processable.
14252
14253         * gnus.el: Autoload gnus-uu-invert-processable.
14254
14255 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14256
14257         * mm-util.el (mm-with-multibyte-buffer): New macro.
14258
14259         * rfc2047.el (rfc2047-encode-string): Use it.
14260         (rfc2047-encode-region): Move point to the end of the region after
14261         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14262
14263 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14264
14265         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14266         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14267
14268 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14269
14270         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14271         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14272         Karl Chen <quarl@nospam.quarl.org>.
14273
14274 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14275
14276         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14277         invalid addresses.
14278
14279 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14280
14281         * spam.el: Change section markers, revise TODO list.
14282         (spam-backends): Make new master list of all installed backends.
14283         (spam-summary-exit-behavior): Add new variable to determine how
14284         messages moves are done at summary exit.
14285         (spam-move-spam-nonspam-groups-only)
14286         (spam-process-ham-in-nonham-groups)
14287         (spam-process-ham-in-spam-groups): Remove variables, the
14288         spam-summary-exit-behavior variable should be used to manage this
14289         behavior.
14290         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14291         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14292         and spam-old-spam-articles.
14293         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14294         Add empty variables, placeholders for the backends they represent.
14295         (spam-set-difference): Move, unchanged.
14296         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14297         unless the user has a processor variable.
14298         (spam-classifications, spam-classification-valid-p)
14299         (spam-backend-properties, spam-backend-property-valid-p)
14300         (spam-backend-function-type-valid-p)
14301         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14302         (spam-report-articles-gmane, spam-report-articles-resend):
14303         Remove functions, they are not needed.
14304         (spam-install-backend-super, spam-backend-list)
14305         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14306         (spam-backend-function, spam-backend-ham-registration-function)
14307         (spam-backend-spam-registration-function)
14308         (spam-backend-ham-unregistration-function)
14309         (spam-backend-spam-unregistration-function)
14310         (spam-backend-statistical-p, spam-backend-mover-p)
14311         (spam-install-backend-alias, spam-install-checkonly-backend)
14312         (spam-install-mover-backend, spam-install-nocheck-backend)
14313         (spam-install-backend, spam-install-statistical-backend)
14314         (spam-install-statistical-checkonly-backend): Add backend installation
14315         support.
14316         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14317         (spam-group-processor-p): Use the new backend code and respect the
14318         summary exit behavior.
14319         (spam-mark-spam-as-expired-and-move-routine): Remove.
14320         (spam-summary-prepare): Change to use the new spam-old-articles
14321         variable.
14322         (spam-copy-or-move-routine, spam-copy-spam-routine)
14323         (spam-move-spam-routine, spam-copy-ham-routine)
14324         (spam-move-ham-routine): Add code to copy/move ham or spam.
14325         (spam-fetch-field-fast): Improve doc and code, plus allow the
14326         'number request.
14327         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14328         variables.
14329         (spam-split, spam-find-spam): Use the new backend code.
14330         (spam-registration-functions): Remove variable.
14331         (spam-unregister-routine): Add convenience wrapper.
14332         (spam-log-undo-registration, spam-register-routine)
14333         (spam-log-processing-to-registry)
14334         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14335         where possible.
14336         (spam-check-gmane-xref, spam-check-regex-headers)
14337         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14338         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14339         (spam-check-bogofilter-headers, spam-check-spamoracle)
14340         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14341         (spam-check-crm114-headers): Use the spam-split-group that
14342         spam-split prepares, no need to determine it every time.
14343
14344         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14345         to the nnheader-parse-naked-head call.
14346
14347         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14348
14349         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14350         the nnheader-nov-read-message-id call.
14351
14352 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14353
14354         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14355         gnus-activate-group twice.  Suggested by Markus Peter
14356         <warp@spin.de>.
14357
14358 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14359
14360         * gnus-art.el (gnus-article-time-format): Exchange the order of
14361         day and month in the default value; fix customization type.
14362         (article-date-ut): Use add-text-properties.
14363         (article-make-date-line): Use message-make-date instead of
14364         current-time-string.
14365
14366         * message.el (message-fetch-field): Don't use set-text-properties.
14367         (message-make-date): Simplify.
14368
14369         * messagexmas.el (message-xmas-make-date): New function.
14370         (message-xmas-redefine): Defalias message-make-date to it.
14371
14372 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14373
14374         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14375         (rfc2047-encode-region): Treat text within parentheses as special;
14376         show the original text when error has occurred.
14377
14378         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14379         already-computed method to gnus-activate-group.
14380
14381         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14382         same select-methods identical Lisp objects.
14383
14384         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14385         object when modifying the info.
14386
14387 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14388
14389         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14390         gnus-opened-servers since it has never been opened with the new
14391         configuration yet.
14392
14393 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14394
14395         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14396         arg to nnheader-generate-fake-message-id.
14397
14398 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14399
14400         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14401         number and build a fake message ID localized to a group and
14402         article number (so it's repeatable from that point on).
14403         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14404         ID format.
14405
14406         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14407         nnheader-generate-fake-message-id with the article number.
14408
14409 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14410
14411         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14412         end-of-buffer.
14413
14414 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14415
14416         * message.el (message-ignored-supersedes-headers): Add Approved.
14417
14418 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14419
14420         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14421         goto-char.
14422         (rfc2047-encode): Fold the line before encoding.
14423
14424 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14425
14426         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14427         folding -- not all headers can be folded, and this should be done
14428         by the message composition mode.  Probably.  I think.
14429
14430 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14431
14432         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14433         fast.
14434
14435         * gnus-ems.el (gnus-remove-image): Don't use
14436         message-text-with-property; remove only the image found first.
14437
14438         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14439         found first.
14440
14441 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14442
14443         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14444
14445 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14446
14447         * message.el (message-text-with-property): Make it fast and accept
14448         optional arguments.
14449         (message-strip-forbidden-properties): Use it.
14450         (message-fix-before-sending): Follow the m-t-w-p change.
14451
14452         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14453
14454 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14455
14456         * gnus-art.el (article-hide-headers): Don't change the buffer
14457         mistakenly when performing mml-preview even if
14458         gnus-single-article-buffer is nil.
14459
14460 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14461
14462         * message.el (message-expand-name-databases): New user option.
14463         (message-expand-name): Use it.
14464
14465 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14466
14467         * spam.el (spam-report-articles-resend)
14468         (spam-report-resend-register-routine): Allow ham reporting.
14469         (spam-report-resend-register-ham-routine): Add wrapper.
14470         (spam-registration-functions): Add ham resending functions.
14471         (spam-list-of-processors): Add ham resend processor.
14472
14473         * gnus.el (ham-resend-to): Add new group parameter.
14474         (spam-process): Add ham resend option.
14475
14476         * spam-report.el (spam-report-resend): Allow reporting ham.
14477         (spam-report-resend-ham): Add wrapper.
14478
14479 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14480
14481         * message.el (message-cite-articles-with-x-no-archive): New
14482         variable.
14483         (message-cite-original): Use it.
14484
14485 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14486
14487         * message.el (message-cite-original): Respect X-No-Archive.
14488
14489 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14490
14491         * gnus-art.el (article-hide-headers): Refer to the values for
14492         gnus-ignored-headers and gnus-visible-headers in the summary
14493         buffer since a user may have set them as group parameters.
14494
14495 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14496
14497         * assistant.el (assistant-node-name): Add convenience function.
14498         (assistant-render-text, assistant-render-node): Add error handling,
14499         plus handle multiple next nodes.
14500         (assistant-find-next-node): Comment out for now.
14501         (assistant-find-next-nodes): Add function, returns list of next
14502         nodes.
14503
14504 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14505
14506         * mail-source.el (mail-source-directory): Fix doc-string.
14507
14508 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14509
14510         * assistant.el (assistant-render-text, assistant-eval): Add :set
14511         widget type, which is different because it takes and returns a
14512         list.  Much hilarity ensues.
14513
14514 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14515
14516         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14517
14518         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14519         doc-string.
14520
14521         * gnus-start.el (gnus-activate-group): Added doc-string.
14522
14523 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14524
14525         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14526
14527 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14528
14529         * assistant.el (assistant-render-text): Try to add a :set
14530         widget, more to come.
14531
14532         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14533         strings.
14534         (spam-report-articles-resend)
14535         (spam-register-routine): Do registration iff any articles warrant
14536         it.
14537         (spam-summary-prepare-exit): Change log message for nil group
14538         destinations.
14539
14540 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14541
14542         * spam.el (spam-report-resend-register-routine): Allow
14543         spam-report-resend-to to be a group parameter or a global value.
14544
14545 2004-05-26  Simon Josefsson  <jas@extundo.com>
14546
14547         * starttls.el: Merge with my GNUTLS based starttls.el.
14548         (starttls-gnutls-program, starttls-use-gnutls)
14549         (starttls-extra-arguments, starttls-process-connection-type)
14550         (starttls-connect, starttls-failure, starttls-success): New
14551         variables.
14552         (starttls-program, starttls-extra-args): Doc fix.
14553         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14554         functions.
14555         (starttls-negotiate, starttls-open-stream): Check
14556         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14557         function if it is set.
14558
14559 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14560
14561         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14562         structured fields.
14563
14564 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14565
14566         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14567
14568 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14569
14570         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14571         variable.
14572         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14573         assigning the spam-mark to new messages.
14574
14575 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14576
14577         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14578
14579 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14580
14581         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14582
14583         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14584         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14585         default.
14586
14587 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14588
14589         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14590         correct data.
14591
14592 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14593
14594         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14595         (spam-group-processor-p): Fix function.
14596         (spam-group-processor-multiple-p)
14597         (spam-group-spam-processor-report-gmane-p)
14598         (spam-group-spam-processor-report-resend-p)
14599         (spam-group-spam-processor-bogofilter-p)
14600         (spam-group-spam-processor-blacklist-p)
14601         (spam-group-spam-processor-ifile-p)
14602         (spam-group-ham-processor-ifile-p)
14603         (spam-group-spam-processor-spamoracle-p)
14604         (spam-group-spam-processor-crm114-p)
14605         (spam-group-ham-processor-bogofilter-p)
14606         (spam-group-spam-processor-stat-p)
14607         (spam-group-ham-processor-stat-p)
14608         (spam-group-ham-processor-whitelist-p)
14609         (spam-group-ham-processor-BBDB-p)
14610         (spam-group-ham-processor-spamoracle-p)
14611         (spam-group-ham-processor-copy-p): Remove functions with some
14612         prejudice against unneeded code.
14613         (spam-report-articles-resend)
14614         (spam-report-resend-register-routine): Allow the group/topic
14615         spam-resend-to value to override spam-report-resend-to.
14616         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14617         properly now.
14618
14619         * gnus.el (spam-resend-to): Add group/topic parameter.
14620         (spam-process): Move the OBSOLETE processors to the end of the
14621         choices.
14622
14623 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14624
14625         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14626         with resend-to set to nil, and then ask the user if necessary.
14627         (spam-report-resend): spam-report-resend takes a list of articles, not
14628         separate article numbers.
14629
14630 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14631
14632         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14633         addition to emacs-w3m.
14634
14635 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14636
14637         * assistant.el (assistant-authinfo-data): New function.
14638         (assistant-eval): Eval for entire assistant.
14639
14640         * netrc.el (netrc-services-file): New variable.
14641         (netrc-parse-services): New function.
14642         (netrc-find-service-name): New function.
14643         (netrc-find-service-number): New function.
14644         (netrc-port-equal): New function.
14645         (netrc-machine): Use it.
14646
14647         * nnimap.el (nnimap-open-connection): Use netrc.
14648
14649         * gnus-util.el (gnus-netrc-get): Remove aliases.
14650
14651         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14652
14653         * assistant.el (wid-edit): Fix compilation.
14654
14655         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14656
14657 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14658
14659         * gnus-util.el (gnus-set-file-modes): New function.  (small
14660         patch).
14661
14662 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14663
14664         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14665
14666         * assistant.el (assistant-render-node): Fix up rendering and
14667         read-only text.
14668         (assistant-render-node): Reset.
14669         (assistant-make-read-only): Not sticky.
14670
14671 2004-05-20  Danny Siu  <dsiu@adobe.com>
14672
14673         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14674         centered even when gnus-auto-center-summary is t.
14675
14676 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14677
14678         * dns.el (dns-get-txt-answer): New function.
14679         (dns-read-txt): Ditto.
14680         (query-dns): Use it.
14681
14682 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14683
14684         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14685         active for foreign groups even if the group level is higher than
14686         the specified value.
14687
14688 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14689
14690         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14691         non-active groups.
14692
14693         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14694
14695 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14696
14697         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14698
14699 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14700
14701         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14702         (spam-crm114-header, spam-crm114-spam-switch)
14703         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14704         (spam-crm114-positive-spam-header)
14705         (spam-crm114-database-directory, spam-list-of-processors)
14706         (spam-group-spam-processor-crm114-p)
14707         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14708         (spam-generic-score, spam-list-of-checks)
14709         (spam-list-of-statistical-checks, spam-registration-functions)
14710         (spam-check-crm114-headers, spam-crm114-score)
14711         (spam-check-crm114, spam-crm114-register-with-crm114)
14712         (spam-crm114-register-spam-routine)
14713         (spam-crm114-unregister-spam-routine)
14714         (spam-crm114-register-ham-routine)
14715         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14716         asjo@koldfront.dk (Adam Sjøgren).
14717
14718         * gnus.el: Add spam-use-crm114.
14719
14720         * spam.el (spam-list-of-processors, spam-registration-functions):
14721         Add spam-use-resend.
14722         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14723         (spam-report-articles-gmane): Add doc fix.
14724         (spam-report-articles-resend, spam-report-resend-register-routine):
14725         Add wrappers around spam-report-resend-to.
14726
14727         * spam-report.el (spam-report-resend-to, spam-report-resend):
14728         Add support for resending spam.
14729         (spam-report-gmane): Fix line length >80.
14730
14731         * gnus.el (spam-process): Add spam-use-resend.
14732
14733 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14734
14735         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14736         number of processed spam messages.
14737         (spam-ham-copy-or-move-routine): Return the number of processed
14738         ham messages.
14739         (spam-summary-prepare-exit): Use the above values to decide
14740         whether status messages shouled be displayed.
14741
14742 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14743
14744         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14745         `rfc2047-encoding-function-alist' in order to avoid conflicting
14746         with the old version.
14747         (rfc2047-encode-region): Concatenate words containing non-ASCII
14748         characters in structured fields; don't encode space-delimited
14749         ASCII words even in unstructured fields; don't break words at
14750         char-category boundaries.
14751         (rfc2047-encode-1): New function.
14752         (rfc2047-encode): Use it; encode text so that it occupies the
14753         maximum width within 76-column; work correctly on Q encoding for
14754         iso-2022-* charsets.
14755         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14756         sure not to break a line just after the header name.
14757         (rfc2047-b-encode-region): Removed.
14758         (rfc2047-b-encode-string): New function.
14759         (rfc2047-q-encode-region): Removed.
14760         (rfc2047-q-encode-string): New function.
14761
14762         * mm-util.el (mm-replace-in-string): New function.
14763
14764 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14765
14766         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14767         get it right.
14768         (gnus-inews-make-draft): Really.
14769
14770 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14771
14772         * nnmh.el (nnmh-request-list-1): Don't check the link count
14773         before descending.  (small patch)
14774
14775 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14776
14777         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14778         stuff.
14779
14780         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14781         on real group name.
14782
14783         * gnus-art.el (gnus-signature-limit): Doc fix.
14784
14785         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14786
14787         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14788
14789 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14790
14791         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14792         isn't a string.
14793
14794 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14795
14796         * gnus-draft.el (gnus-draft-send): Bind
14797         rfc2047-encode-encoded-words.
14798
14799         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14800         (rfc2047-encodable-p): Say that =? needs encoding.
14801         (rfc2047-encode-encoded-words): New variable.
14802
14803         * gnus-group.el (gnus-group-select-group): Doc fix.
14804
14805         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14806
14807         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14808         to nil.
14809
14810         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14811
14812         * nnheader.el (nnheader-get-lines-and-char): New function.
14813
14814 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14815
14816         * gnus-msg.el (gnus-summary-followup-with-original): Document
14817         yanking of region when active.
14818
14819 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14820
14821         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14822         groups if the group level is higher than the specified value.
14823
14824 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14825
14826         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14827         (gnus-group-jump-to-group): Added prefix argument using
14828         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14829         non-active group.
14830
14831         * compface.el (uncompface): Be verbose when changing
14832         `uncompface-use-external'.
14833
14834         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14835         handle manual section.
14836
14837 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14838
14839         * gnus-art.el (gnus-button-alist): Revert previous change.
14840
14841 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14842
14843         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14844
14845 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14846
14847         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14848         whether backend can accept message.
14849
14850         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14851
14852 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14853
14854         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14855         Avoid creating directory when nntp-marks-is-evil is true.
14856         Reported by Reiner Steib.
14857
14858 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14859
14860         * gnus-picon.el (gnus-picon-style): New variable.
14861         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14862         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14863         Jesper Harder <harder@ifa.au.dk>.
14864
14865 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14866
14867         * message.el (message-fill-field): Return point.
14868         (message-generate-headers): Go to end of field.
14869
14870         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14871         stuff for non-living groups.
14872
14873 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14874
14875         * gnus-art.el (gnus-article-followup-with-original)
14876         (gnus-article-reply-with-original): gnus-mark-active-p ->
14877         gnus-region-active-p.
14878
14879 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14880
14881         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14882         only when there is spam or ham to be processed.
14883
14884 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14885
14886         * mail-source.el (mail-source-delete-crash-box): Refactor.
14887         (mail-source-fetch): Use it.
14888         (mail-source-fetch-file): Ditto.
14889         (mail-source-fetch-directory): Run postscript in loop.
14890         (mail-source-fetch-pop): Delete.
14891         (mail-source-fetch-maildir): Ditto.
14892         (mail-source-fetch-imap): Ditto.
14893
14894         * imap.el (imap-authenticators): Comment out sasl.
14895
14896         * message.el (message-skip-to-next-address): New function.
14897         (message-fill-header-address): Refactor.
14898         (message-fill-address): Use it.
14899         (message-delete-address): Use it.
14900         (message-fill-header-general): Refactor.
14901         (message-fill-field-address): Rename.
14902         (message-narrow-to-field): Find the start of the header.
14903         (message-header-format-alist): Don't pre-fill.
14904         (message-fill-header): Removed.
14905         (message-insert-header): New function.
14906         (message-shorten-references): Use it.
14907
14908         * rfc2047.el (rfc2047-field-value): Strip props.
14909
14910         * mail-parse.el (mail-header-make-address): New alias.
14911
14912         * ietf-drums.el (ietf-drums-make-address): New function.
14913
14914         * imap.el: Add compiler directives.
14915
14916         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14917
14918         * gnus-art.el (article-decode-idna-rhs): Don't use
14919         message-idna-inside-rhs-p.
14920
14921 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14922
14923         * message.el (message-idna-inside-rhs-p): Removed.
14924         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14925
14926         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14927         false positives.
14928
14929 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14930
14931         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14932
14933 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14934
14935         * nneething.el (nneething-file-name): Don't create spurious
14936         files.
14937
14938         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14939         (gnus-inews-do-gcc): Remove sleep.
14940
14941         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14942         part under point.
14943
14944         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14945         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14946
14947 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14948
14949         * spam.el (spam-summary-prepare-exit): Fixed (length).
14950
14951 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14952
14953         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14954         as expired without moving it" message when there are spam
14955         messages left.
14956
14957 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14958
14959         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14960         header is not nil.
14961
14962 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14963
14964         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14965         nntp-possibly-create-directory, not nntp-possibly-change-group.
14966         (nntp-marks-changed-p): New arg SERVER.
14967         (nntp-request-update-info): Adjust caller.
14968
14969 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14970
14971         * nntp.el (nntp-save-marks): Pass missing arg.
14972
14973 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14974
14975         * nntp.el: Support marks.
14976         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14977         (nntp-marks-modtime, nntp-marks-directory): New variables.
14978         (nntp-request-set-mark, nntp-request-update-info)
14979         (nntp-possibly-create-directory, nntp-marks-changed-p)
14980         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14981         functions.
14982
14983 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14984
14985         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14986         (gnus-xmas-redefine): Rename.
14987
14988         * gnus-score.el (gnus-score-insert-help): Use
14989         gnus-select-lowest-window.
14990
14991         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14992         appt-select-lowest-window and rename to gnus-select-lowest-window.
14993
14994         * gnus.el: do.
14995
14996 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14997
14998         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14999         encodings of MIME-encoded words, in order to improve
15000         interoperability with several broken MUAs.
15001
15002 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15003
15004         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15005         tags, only when charsets are not specified in headers.
15006         (mm-inline-text-html-render-with-w3m): Ditto.
15007
15008         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15009         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15010
15011 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15012
15013         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15014         instead of MIME-decoded from fields when checking
15015         `gnus-article-address-banner-alist'.
15016
15017 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15018
15019         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15020         description rather than subject.
15021
15022 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15023
15024         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15025
15026 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15027
15028         * gnus.el (gnus-version-number): Bump.
15029
15030 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15031
15032         * gnus.el: No Gnus v0.2 is released.
15033
15034 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15035
15036         * gnus-agent.el (gnus-agent-read-agentview): Inline
15037         gnus-uncompress-range.
15038
15039 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15040
15041         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15042         `exec-installed-p'.
15043
15044 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15045
15046         * gnus.el (spam-process, spam-autodetect-methods): Add
15047         bsfilter and bsfilter-headers.
15048
15049         * spam.el (spam-bsfilter): New customize group.
15050         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15051         (spam-bsfilter-header, spam-bsfilter-probability-header)
15052         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15053         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15054         (spam-bsfilter-database-directory): New options.
15055         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15056         (spam-list-of-statistical-checks, spam-registration-functions):
15057         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15058         (spam-bsfilter-score): New command.
15059         (spam-check-bsfilter-headers, spam-check-bsfilter)
15060         (spam-bsfilter-register-with-bsfilter)
15061         (spam-bsfilter-register-spam-routine)
15062         (spam-bsfilter-unregister-spam-routine)
15063         (spam-bsfilter-register-ham-routine)
15064         (spam-bsfilter-unregister-ham-routine): New functions.
15065         (spam-generic-score): Support bsfilter; Accept an optional argument
15066         to recalcurate spam score even if scoring header has already been
15067         added.
15068         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15069         optional argument to recalcurate spam score even if scoring header
15070         has already been added.
15071
15072 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15073
15074         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15075         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15076         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15077         link is missing.
15078
15079 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15080
15081         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15082         (html2text-get-attr): Rewrite.
15083
15084         * message.el (message-setup-1): Remove redundant put-text-property
15085         on mail-header-separator.
15086
15087 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15088
15089         * gnus-registry.el (gnus-registry-cache-whitespace)
15090         (gnus-registry-action, gnus-registry-spool-action)
15091         (gnus-registry-split-fancy-with-parent): Change message levels
15092         from 5 to 3 or 7, as needed.
15093
15094         * spam.el (spam-summary-prepare-exit)
15095         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15096         (spam-split, spam-find-spam, spam-log-undo-registration)
15097         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15098         level from 5 to 6.
15099
15100 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15101
15102         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15103         2004-03-04 change).
15104
15105 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15106
15107         * sieve-manage.el (sieve-manage-open):
15108         * nnweb.el (nnweb-insert-html):
15109         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15110         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15111         * nnspool.el (nnspool-request-group):
15112         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15113         * nnml.el (nnml-request-update-info):
15114         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15115         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15116         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15117         (nnimap-request-set-mark):
15118         * nnfolder.el (nnfolder-request-update-info):
15119         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15120         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15121         * gnus-uu.el (gnus-uu-find-articles-matching):
15122         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15123         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15124         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15125         * gnus-nocem.el (gnus-nocem-scan-groups):
15126         * gnus-int.el (gnus-start-news-server):
15127         * gnus-group.el (gnus-group-make-kiboze-group)
15128         (gnus-group-browse-foreign-server):
15129         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15130         Use mapc when appropriate.
15131
15132 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15133
15134         FIXME: Make separate entries for each person.
15135
15136         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15137         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15138         <shields@msrl.com>:
15139
15140         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15141         may need for spam sorting and scoring.
15142         (spam-user-format-function-S): Add user format function suitable for
15143         general use.
15144         (spam-article-sort-by-spam-status): Add sorting function for summary
15145         sorting.
15146         (spam-extra-header-to-number): Add function to get a score from a
15147         header.
15148         (spam-summary-score): Add function to get a numeric score from the
15149         headers.
15150         (spam-generic-score): Fix function doc, was in wrong place.
15151         (spam-initialize): Take symbols when it's run, and install the
15152         extra headers that spam-necessary-extra-headers thinks we need.
15153
15154 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15155
15156         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15157         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15158
15159 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15160
15161         * gnus-sum.el (gnus-set-global-variables)
15162         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15163         (gnus-article-get-xrefs, gnus-summary-best-group)
15164         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15165         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15166         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15167         Use with-current-buffer.
15168
15169 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15170
15171         * spam.el (spam-summary-prepare-exit): Simplify logic.
15172         (spam-fetch-article-header): Read the article header if it's not
15173         available.
15174         (spam-list-articles): Simplify logic.
15175         (spam-filelist-register-routine): Fix bug with unregister-list.
15176
15177         * gnus-registry.el: Fix comments at beginning.
15178
15179 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15180
15181         * message.el (message-cater-to-broken-inn): Remove.
15182         (message-shorten-references): Make sure the total folded length of
15183         References is shorter than 998 characters to cater to a bug in INN
15184         2.3.  Also, don't pretend that references aren't folded -- this
15185         hasn't worked for a while.
15186
15187 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15188
15189         * gnus-agent.el (gnus-agentize):
15190         gnus-agent-send-mail-real-function no longer set to current value
15191         of message-send-mail-function but rather a lambda that calls
15192         message-send-mail-function.  The change makes the agent real-time
15193         responsive to user changes to message-send-mail-function.
15194
15195 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15196
15197         * legacy-gnus-agent.el
15198         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15199         help from Florian Weimer <fw@deneb.enyo.de>
15200
15201 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15202
15203         * nnmail.el (nnmail-cache-insert): Revert last change.
15204
15205 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15206
15207         * nnmail.el (nnmail-cache-insert): Always check whether
15208         nnmail-cache-ignore-groups matches a group name.
15209
15210 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15211
15212         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15213         (spam-find-spam, spam-log-processing-to-registry)
15214         (spam-log-registered-p, spam-log-unregistration-needed-p)
15215         (spam-log-undo-registration): Use gnus-message instead of
15216         gnus-error, none of these errors are fatal.
15217
15218         * gnus-registry.el (gnus-registry-clean-empty-function)
15219         (gnus-registry-clean-empty): Remove only empty entries without
15220         extra data.
15221
15222 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15223
15224         * spam-stat.el (spam-stat-buffer-change-to-spam)
15225         (spam-stat-buffer-change-to-non-spam): Change (error) to
15226         (gnus-message 8) invocation.
15227
15228 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15229
15230         * nntp.el (nntp-via-netcat-command): New variable.
15231         (nntp-via-netcat-switches): New variable.
15232         (nntp-open-via-rlogin-and-netcat): New function.
15233         (nntp-open-connection-function): Doc fix.
15234         (nntp-telnet-command): Doc fix.
15235         (nntp-end-of-line): Doc fix.
15236         (nntp-via-rlogin-command): Doc fix.
15237         (nntp-via-user-name): Doc fix.
15238         (nntp-via-address): Doc fix.
15239
15240 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15241
15242         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15243         error in Emacs 21.1.
15244
15245 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15246
15247         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15248
15249 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15250
15251         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15252         (gnus-agent-with-refreshed-group): New macro.
15253         (gnus-agent-rename-group): New function.
15254         (gnus-agent-delete-group): New function.
15255         (gnus-agent-save-group-info): Use gnus-command-method when
15256         `method' parameter is nil.  Don't write nil entries into the
15257         active file.
15258         (gnus-agent-get-group-info): New function.
15259         (gnus-agent-fetch-articles): Use
15260         gnus-agent-update-files-total-fetched-for to increment disk space
15261         used.
15262         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15263         gnus-agent-update-view-total-fetched-for to increment disk space
15264         used.
15265         (gnus-agent-get-local): Added optional parameters to avoid calling
15266         gnus-group-real-name and gnus-find-method-for-group.
15267         (gnus-agent-set-local): Delete stored entry if either min, or max,
15268         are nil.
15269         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15270         quit, use gnus-agent-regenerate-group to record existance of any
15271         articles fetched to disk before the quit occurred.
15272         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15273         gnus-agent-update-view-total-fetched-for, and
15274         gnus-agent-update-files-total-fetched-for to decrement disk space
15275         used.
15276         (gnus-agent-retrieve-headers): Use
15277         gnus-agent-update-view-total-fetched-for to increment disk space
15278         used.
15279         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15280         with gnus-agent-update-files-total-fetched-for to decrement disk
15281         space and fresh group buffer.
15282         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15283         (gnus-agent-need-update-total-fetched-for): New variable.
15284         (gnus-agent-update-files-total-fetched-for): New function.
15285         (gnus-agent-update-view-total-fetched-for): New function.
15286         (gnus-agent-total-fetched-for): New function.
15287
15288         * gnus-cache.el (gnus-cache-save-buffers): Use
15289         gnus-cache-update-overview-total-fetched-for to change disk space
15290         used by this group.
15291         (gnus-cache-possibly-enter-article): Use
15292         gnus-cache-update-file-total-fetched-for to increment disk space
15293         used by this group.
15294         (gnus-cache-possibly-remove-article): Use
15295         gnus-cache-update-file-total-fetched-for to decrement disk space
15296         used by this group.
15297         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15298         (gnus-cache-rename-group): New function.
15299         (gnus-cache-delete-group): New function.
15300         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15301         (gnus-cache-need-update-total-fetched-for): New variable.
15302         (gnus-cache-with-refreshed-group): New macro.
15303         (gnus-cache-update-file-total-fetched-for): New function.
15304         (gnus-cache-update-overview-total-fetched-for): New function.
15305         (gnus-cache-rename-group-total-fetched-for): New function.
15306         (gnus-cache-delete-group-total-fetched-for): New function.
15307         (gnus-cache-total-fetched-for): New function.
15308
15309         * gnus-group.el: Require gnus-sum and autoload functions to
15310         resolve warnings when gnus-group.el compiled alone.
15311         (gnus-group-line-format): Documented new %F.
15312         (size of Fetched data) group line format; identifies disk space
15313         used by agent and cache.
15314         (gnus-group-line-format-alist): Defined new F format.
15315         (gnus-total-fetched-for): New function.
15316         (gnus-group-delete-group): No longer update
15317         gnus-cache-active-altered as gnus-request-delete-group now keeps
15318         the cache in sync.
15319         (gnus-group-list-active): Let the agent store a server's active
15320         list if currently plugged.
15321
15322         * gnus-int.el (gnus-request-delete-group):
15323         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15324         local disk in sync with the server.
15325         (gnus-request-rename-group):
15326         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15327         local disk in sync with the server.
15328
15329         * gnus-start.el (gnus-get-unread-articles):
15330         Cosmetic simplification to logic.
15331
15332         * gnus-util.el (gnus-rename-file): New function.
15333
15334 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15335
15336         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15337
15338 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15339
15340         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15341         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15342
15343 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15344
15345         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15346         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15347
15348 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15349
15350         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15351
15352 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15353
15354         * spam.el (spam-set-difference): Add function to replace
15355         gnus-set-difference in spam.el.
15356         (spam-summary-prepare-exit): Use spam-set-difference.
15357
15358 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15359
15360         * gnus-registry.el (gnus-registry-cache-file): Update to use
15361         gnus-dribble-directory OR gnus-home-directory OR ~.
15362         (gnus-registry-split-fancy-with-parent): Fix doc.
15363
15364 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15365
15366         * message.el (message-exchange-point-and-mark): Use
15367         message-mark-active-p.  Suggested by Jesper Harder
15368         <harder@ifa.au.dk>.
15369
15370 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15371
15372         * message.el (message-exchange-point-and-mark): Don't activate
15373         region if it was inactive.  Suggested by Hiroshi Fujishima
15374         <pooh@nature.tsukuba.ac.jp>.
15375
15376 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15377
15378         * gnus-art.el (article-display-face): Display Faces in the same
15379         order as X-Faces.
15380
15381 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15382
15383         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15384
15385 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15386
15387         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15388         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15389         (gnus-article-mime-hierarchy): Remove.
15390         (gnus-article-mime-hierarchy-next): Remove.
15391         (gnus-article-mode): Revert 2004-03-19 change.
15392         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15393         (gnus-insert-mime-button): Revert 2004-03-19 change.
15394         (gnus-mime-accumulate-hierarchy): Remove.
15395         (gnus-mime-enter-multipart): Remove.
15396         (gnus-mime-leave-multipart): Remove.
15397         (gnus-mime-display-part): Revert 2004-03-19 change.
15398         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15399
15400         * mml.el (mml-preview): Revert 2004-03-19 change.
15401
15402 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15403
15404         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15405
15406 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15407
15408         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15409         t while entering a file name using the mm-with-multibyte macro.
15410         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15411
15412         * mm-util.el (mm-with-multibyte): New macro.
15413
15414 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15415
15416         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15417         user option.
15418         (gnus-mime-multipart-functions): Doc and customization fix.
15419         (gnus-article-mime-hierarchy): New variable.
15420         (gnus-article-mime-hierarchy-next): New variable.
15421         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15422         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15423         gnus-article-mime-hierarchy-next to nil.
15424         (gnus-insert-mime-button): Show hierarchy numbers.
15425         (gnus-mime-accumulate-hierarchy): New function.
15426         (gnus-mime-enter-multipart): New function.
15427         (gnus-mime-leave-multipart): New function.
15428         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15429         (gnus-mime-display-alternative): Show hierarchy numbers.
15430
15431         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15432         gnus-article-mime-hierarchy-next to nil.
15433
15434 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15435
15436         * dns.el: Don't require gnus-xmas.
15437
15438 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15439
15440         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15441         inline PGP.
15442         (mml-menu): Disable mml-quote-region if mark is inactive.
15443
15444 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15445
15446         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15447         when the group's active is not available.
15448
15449 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15450
15451         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15452         error.
15453
15454 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15455
15456         * imap.el (imap-store-password): New variable.
15457         (imap-interactive-login): Use it.
15458         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15459
15460 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15461
15462         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15463         window-start and hscroll to summary window.
15464
15465 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15466
15467         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15468         conversion message to newsrc-dribble when an actual conversion is
15469         performed.
15470
15471 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15472
15473         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15474
15475 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15476
15477         * mm-decode.el (mm-complicated-handles): New function reviving
15478         former definition of mm-multiple-handles.
15479
15480         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15481         (gnus-mime-delete-part): Use it.
15482
15483 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15484
15485         * gnus-agent.el (gnus-agent-read-local): Bind
15486         nnheader-file-coding-system to gnus-agent-file-coding-system to
15487         avoid the implicit assumption that they will always be equal.
15488         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15489         coding-system-for-write, as the with-temp-file macro first prints
15490         to a buffer then saves the buffer.
15491
15492 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15493
15494         * gnus-art.el (gnus-article-edit-part): New function.
15495         (gnus-mime-save-part-and-strip): Use it; do query instead of
15496         signaling an error; don't use mm-multiple-handles.
15497         (gnus-mime-delete-part): Ditto.
15498
15499 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15500
15501         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15502         old file versions.
15503         (gnus-group-prepare-hook): Removed function that converted list
15504         form of gnus-agent-expire-days to group properties.
15505
15506         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15507         (gnus-request-accept-article): Re-indented.
15508
15509         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15510         converters to handle old agent file formats.  Added logic for a
15511         "backup before upgrading warning".
15512         (gnus-convert-mark-converter-prompt): Developers can mark
15513         functions as needing (default), or not needing,
15514         gnus-convert-old-newsrc's "backup before upgrading warning".
15515         (gnus-convert-converter-needs-prompt): Tests whether the user
15516         should be protected from potentially irreversable changes by the
15517         function.
15518
15519         * legacy-gnus-agent.el: New.  Provides converters that are only
15520         loaded when gnus-convert-old-newsrc needs to call them.
15521
15522 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15523
15524         * mail-source.el (mail-source-touch-pop): Doc fix.
15525
15526         * message.el (message-smtpmail-send-it): Doc fix.
15527
15528 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15529
15530         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15531
15532         * nnmail.el (nnmail-split-fancy): do.
15533
15534         * gnus-kill.el (gnus-kill, gnus-execute): do.
15535
15536 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15537
15538         * gnus-sum.el (gnus-widget-reversible-match)
15539         (gnus-widget-reversible-to-internal)
15540         (gnus-widget-reversible-to-external): New functions.
15541         (gnus-widget-reversible): New widget.
15542         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15543
15544 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15545
15546         * gnus-sum.el (gnus-thread-sort-functions)
15547         (gnus-article-sort-functions): Document `(not F)' items.
15548
15549 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15550
15551         * spam.el (spam-use-gmane-xref): Add new backend.
15552         (spam-gmane-xref-spam-group): Add variable to control the name of the
15553         Gmane spam group.
15554         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15555         (spam-regex-headers-spam, spam-regex-headers-ham)
15556         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15557         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15558         backends and checks.
15559         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15560
15561         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15562         an autodetect method.
15563
15564 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15565
15566         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15567         articles are being added to a group.
15568         (gnus-request-replace-article): Inform the agent that articles
15569         need to be uncached as the cached contents are no longer valid.
15570
15571 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15572
15573         * binhex.el: Don't autoload executable-find.
15574
15575         * canlock.el: Don't autoload mail-fetch-field.
15576
15577         * dgnushack.el: Autoload c-mode for XEmacs.
15578
15579         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15580
15581         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15582         rmail-dont-reply-to and rmail-output.
15583
15584         * gnus-score.el: Don't autoload ffap-string-at-point.
15585
15586         * gnus-setup.el: Don't autoload sc-cite-original.
15587
15588         * imap.el: Don't autoload base64-decode-string,
15589         base64-encode-string and md5.
15590
15591         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15592         and rmail-msg-restore-non-pruned-header.
15593
15594         * mm-decode.el: Don't autoload executable-find.
15595
15596         * mm-url.el: Don't autoload executable-find.
15597
15598         * mm-view.el: Don't autoload diff-mode.
15599
15600         * nndb.el: Don't autoload news-reply-mode, news-setup,
15601         cancel-timer and telnet.
15602
15603         * password.el: Don't autoload run-at-time for Emacs.
15604
15605         * sha1-el.el: Don't autoload executable-find.
15606
15607         * sieve-mode.el: Don't autoload c-mode.
15608
15609         * uudecode.el: Don't autoload executable-find.
15610
15611 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15612
15613         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15614         (gnus-agent-possibly-alter-active): Avoid null in numeric
15615         comparison.
15616         (gnus-agent-set-local): Refuse to save null in local object table.
15617         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15618         list of articles that will be marked as unread.
15619
15620 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15621
15622         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15623
15624 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15625
15626         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15627         language tags.
15628
15629 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15630
15631         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15632         Don't bind "obarray".
15633
15634         * gnus-sum.el (gnus-thread-sort-functions): Added
15635         `gnus-thread-sort-by-most-recent-number' and
15636         `gnus-thread-sort-by-most-recent-date'.
15637         Reported by Kai Grossjohann <kai@emptydomain.de>.
15638
15639 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15640
15641         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15642
15643 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15644
15645         * gnus-cus.el (gnus-agent-customize-category): Removed
15646         ignore-errors macro reference that required cl to be loaded at
15647         run-time.
15648
15649         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15650         single-interval range of the form (min . max).  Previously the
15651         range had to look like ((min . max)).  Likewise, return
15652         (min . max) rather than ((min . max)).
15653         (gnus-range-map): Use gnus-range-normalize to accept
15654         single-interval range.
15655
15656         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15657         the cache, but not the agent, now appear with their usual face.
15658
15659         * dgnushack.el (loaddir): New variable that is bound to the
15660         directory containing the dgnushack.el file. Use loaddir, rather
15661         than srcdir, to update load-path. Change lets dgnushack compile
15662         code in directories other than GNUS/lisp.
15663
15664 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15665
15666         * lpath.el: Don't bind w3m-safe-url-regexp.
15667
15668         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15669         w3m-safe-url-regexp variable buffer-local.
15670
15671         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15672
15673 2004-02-27  Simon Josefsson  <jas@extundo.com>
15674
15675         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15676         gnus-group-real-prefix.
15677         (gnus-summary-move-article): Use it, instead of
15678         gnus-group-real-prefix.
15679
15680 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15681
15682         * lpath.el: Bind w3m-safe-url-regexp.
15683
15684         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15685         w3m-safe-url-regexp variable buffer-local and set it as the value
15686         of mm-w3m-safe-url-regexp.
15687
15688         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15689
15690         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15691         parsing gnus-posting-styles when the message is not for replying.
15692
15693         * dgnushack.el: Autoload sgml-mode for XEmacs.
15694
15695         * nnrss.el (nnrss-opml-export): Use
15696         mm-set-buffer-file-coding-system instead of
15697         set-buffer-file-coding-system.
15698
15699 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15700
15701         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15702         of checkdoc.el).
15703         * nnrss.el: do.
15704         * gnus-mlspl.el: do.
15705         * gnus-ml.el: do.
15706         * gnus-srvr.el: do.
15707
15708         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15709
15710 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15711
15712         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15713         Corrections to custom-manual links.
15714
15715         * gnus-art.el (gnus-article): Ditto.
15716
15717         * mm-decode.el (mime-display, mime-security): Ditto.
15718
15719 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15720
15721         * flow-fill.el: Typo.
15722
15723 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15724
15725         * spam-wash.el: New file.
15726
15727 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15728
15729         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15730
15731 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15732
15733         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15734         to be run with new-articles as LIST1, not LIST2.
15735         (spam-registration-functions): Add spam-use-ham-copy as a nil
15736         registration backend.
15737
15738 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15739
15740         * spam-stat.el (spam-stat-washing-hook): New option.
15741         (spam-stat-buffer-words): Use it.
15742         (spam-stat-process-directory, spam-stat-test-directory): Use
15743         insert-file-contents-literally.
15744         (spam-stat-coding-system): New variable.
15745         (spam-stat-load, spam-stat-save): Use it.
15746
15747 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15748
15749         * spam-report.el (spam-report-plug-agent): Quote
15750         spam-report-url-to-file and spam-report-url-ping-plain.
15751
15752 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15753
15754         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15755         / in mailto URLs.
15756
15757 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15758
15759         * spam-report.el (spam-report-process-queue): Fix interactive use.
15760         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15761         (spam-report-unplug-agent): Doc fixes.
15762         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15763         (spam-report-agentize, spam-report-deagentize): Autoload.
15764
15765 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15766
15767         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15768
15769         * message.el (message-setup-fill-variables): Add mml tags to
15770         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15771         <ajk@iu.edu>.
15772         (message-mode): Don't modify paragraph-separate there.
15773
15774 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15775
15776         * compface.el (uncompface-use-external): Default to undecided.
15777         (uncompface-use-external-threshold): New variable.
15778         (uncompface-float-time): New macro.
15779         (uncompface): Determine whether to use the external decoder if
15780         uncompface-use-external is undecided.
15781
15782 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15783
15784         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15785         after images.
15786
15787         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15788
15789 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15790
15791         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15792
15793         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15794
15795         * gnus-sum.el (gnus-summary-limit-to-age)
15796         (gnus-summary-limit-children): do.
15797
15798         * gnus-int.el (gnus-request-scan): do.
15799
15800         * gnus-group.el (gnus-group-suspend): do.
15801
15802         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15803
15804         * gnus-cite.el (gnus-cite-parse-attributions): do.
15805
15806         * gnus-agent.el (gnus-summary-set-agent-mark)
15807         (gnus-agent-regenerate-group): do.
15808
15809         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15810
15811         * binhex.el (binhex-decode-region-internal): do.
15812
15813 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15814
15815         * gnus-fun.el (gnus-face-properties-alist): New user option.
15816         (gnus-display-x-face-in-from): Use it.
15817
15818         * gnus-art.el (article-display-face): Ditto.
15819
15820         * compface.el (uncompface-use-external): Default to nil.
15821
15822 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15823
15824         * nntp.el (nntp-erase-buffer): New function.
15825         (nntp-retrieve-data, nntp-send-command)
15826         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15827         (nntp-possibly-change-group): Use it.
15828
15829         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15830         with-current-buffer.
15831
15832 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15833
15834         * compface.el: Merge the ELisp-based uncompface program.
15835         (compface): New customization group.
15836         (uncompface-use-external): New user option.
15837         (uncompface): Call uncompface-internal if uncompface-use-external
15838         is nil.
15839         (uncompface-internal): New function.  Note that there are also
15840         some other functions and variables added for this function.
15841
15842 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15843
15844         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15845         if necessary.
15846
15847 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15848
15849         * spam-report.el (spam-report-unplug-agent)
15850         (spam-report-plug-agent, spam-report-deagentize)
15851         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15852         Add support for the Agent in spam-report: when unplugged, report to a
15853         file; when plugged, submit all the requests.
15854
15855         * spam.el (spam-register-routine): Fix message about
15856         registration.
15857
15858 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15859
15860         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15861         dependencies.
15862         (rfc2047-encode): Use it.
15863
15864         * gnus-art.el (gnus-button-marker-list): Move before first
15865         reference.
15866
15867         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15868         (imap-parse-body): Fix format string mismatch.
15869
15870         * gnus-score.el (gnus-summary-increase-score): do.
15871
15872         * nnrss.el (nnrss-close): New function.
15873
15874 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15875
15876         * nnrss.el (nnrss-make-filename): New function.
15877         (nnrss-request-delete-group, nnrss-read-server-data)
15878         (nnrss-save-server-data, nnrss-read-group-data)
15879         (nnrss-save-group-data): Use it.
15880         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15881         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15882         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15883
15884 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15885
15886         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15887
15888 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15889
15890         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15891         files.
15892
15893         * message.el (message-generate-headers-first): Don't quote nil
15894         and t in docstrings.
15895
15896         * imap.el (imap-id): do.
15897
15898         * gnus-agent.el (gnus-agent-consider-all-articles)
15899         (gnus-agent-queue-mail): do.
15900
15901 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15902
15903         * spam-report.el (spam-report-process-queue): New function.
15904         Process requests from `spam-report-requests-file'.
15905         (spam-report-process-queue): Doc fix.
15906
15907 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15908
15909         * spam.el (spam-register-routine)
15910         (spam-log-processing-to-registry, spam-log-registered-p)
15911         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15912         Change "check" to "spam-check" for semi-clarity.
15913
15914 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15915
15916         * pop3.el: Require nnheader.
15917
15918         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15919
15920         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15921
15922         * gnus-picon.el: Require cl.
15923
15924         * gnus-fun.el: Require gnus-ems and gnus-util.
15925
15926         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15927
15928         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15929
15930         * gnus-art.el (gnus-article-edit-mode): Define before first
15931         reference.
15932
15933 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15934
15935         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15936         (gnus-uu-post-encoded): Use point-at-bol.
15937
15938         * gnus-topic.el (gnus-group-active-topic-p): do.
15939
15940         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15941
15942         * gnus-group.el (gnus-group-kill-region): do.
15943
15944         * gnus-art.el (article-date-ut): do.
15945
15946         * message.el (message-fetch-field): Remove redundant
15947         case-fold-search binding.
15948         (message-narrow-to-field): Simplify.
15949
15950 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15951
15952         * spam.el (spam-directory): Derive from `gnus-directory'.
15953
15954         * spam-report.el (spam-report-url-to-file)
15955         (spam-report-requests-file): New function and variable for offline
15956         reporting.
15957         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15958         and user defined function.
15959         (spam-report-url-ping-mm-url): Remove doubled slash.
15960
15961 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15962
15963         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15964
15965 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15966
15967         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15968         format string mismatch.
15969
15970         * sieve.el (sieve-deactivate-all): do.
15971
15972         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15973
15974         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15975
15976         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15977
15978         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15979
15980 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15981
15982         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15983         the list of checks.
15984
15985 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15986
15987         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15988         padding.
15989
15990 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15991
15992         * mm-view.el (mm-fill-flowed): New variable.
15993         (mm-inline-text): Use it.
15994
15995 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15996
15997         * spam.el (spam-spamassassin-register-ham-routine)
15998         (spam-spamassassin-register-spam-routine): Fix function names.
15999
16000 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16001
16002         * gnus.el (gnus-tmp-grouplens): Remove.
16003         (gnus-summary-line-format): Remove grouplens.
16004
16005         * gnus-group.el (gnus-group-line-format): Ditto.
16006
16007         * gnus-spec.el (gnus-format-specs): Ditto.
16008         (gnus-update-format-specifications): Flush the group format spec
16009         cache if there's the grouplens stuff.
16010         (gnus-parse-simple-format): Replace %l with the empty string.
16011
16012 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16013
16014         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16015         omission.
16016
16017 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16018
16019         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16020         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16021
16022 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16023
16024         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16025         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16026         New macros and functions.
16027         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16028         Handle > NLINK_MAX messages.
16029         * nnmaildir.el (nnmaildir-request-set-mark): Use
16030         nnmaildir--emlink-p and nnmaildir--eexist-p.
16031
16032 2004-01-25  Alex Schroeder  <alex@gnu.org>
16033
16034         * spam-stat.el (spam-stat-process-directory-age): New option.
16035         (spam-stat-process-directory): Use it.
16036
16037 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16038
16039         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16040         (spam-stat-save): Accept prefix argument.
16041
16042 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16043
16044         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16045         links" error.
16046
16047 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16048
16049         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16050         the rest of the and/or forms.
16051
16052 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16053
16054         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16055         compatibility with old .newsrc.eld files.
16056
16057         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16058
16059         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16060
16061         * gnus-start.el (gnus-1): do.
16062
16063         * gnus-group.el (gnus-group-line-format-alist): do.
16064
16065         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16066
16067         * gnus-gl.el: Remove.
16068
16069 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16070
16071         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16072         marks consisting of a single range {for example, (3 . 5)} rather
16073         than a list of a single range { ((3 . 5)) }.
16074
16075 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16076
16077         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16078         with-current-buffer.
16079         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16080         avoid consing a string.
16081
16082         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16083         Remove obsolete entries for big5 and gb2312.
16084
16085 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16086
16087         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16088         uncompressed list.
16089
16090 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16091
16092         * spam-stat.el (spam-stat-strip-xref): New function.
16093         (spam-stat-process-directory): Use it.
16094
16095         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16096         here -- it's done in message-fetch-field.
16097
16098 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16099
16100         * gnus-agent.el (gnus-agent-queue-mail)
16101         (gnus-agent-prompt-send-queue): New variables.
16102         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16103         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16104         "nndraft:queue" along to gnus-draft-send.  Use
16105         gnus-agent-prompt-send-queue.
16106         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16107         is "nndraft:queue".  Suggested by Gaute Strokkenes
16108         <gs234@srcf.ucam.org>
16109
16110         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16111         (agent-enable-undownloaded-faces): Added.
16112         (gnus-agent-cat-groups): Use eval-and-compile, not
16113         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16114         method of gnus-agent-cat-groups even when the buffer has been
16115         evaled.
16116         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16117         delete gnus-agent-save-active-1.
16118         (gnus-agent-save-groups): Deleted.  Identical to
16119         gnus-agent-save-active.
16120         (gnus-agent-write-active): No longer adjust agent's copy of active
16121         file as agent's adjustments are now stored in their own
16122         file.  Removed optional parameter.
16123         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16124         servers.  Add use of min/max range limits from server's local
16125         file.
16126         (gnus-agent-save-alist): Removed unused optional argument.
16127         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16128         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16129         (gnus-agent-set-local): A per-server file that keeps min/max range
16130         limits for articles known to the agent.  Provides a fast mechanism
16131         for altering many active ranges.
16132         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16133         active file (local makes it unnecessary).
16134         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16135
16136         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16137         (agent-enable-undownloaded-faces): Added.
16138
16139         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16140         disable it when sending to "nndraft:queue".
16141         (gnus-group-send-queue): Add safety check to avoid sending queue
16142         when unplugged.
16143
16144         * gnus-group.el (gnus-group-catchup): Use new
16145         gnus-sequence-of-unread-articles, not
16146         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16147         numbers of articles.  Use gnus-range-map to avoid having to
16148         uncompress the unread list.
16149         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16150         Fixed invalid ange-ftp reference.
16151
16152         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16153         (gnus-sorted-range-intersection): Intersection of two ranges
16154         without requiring that they first be uncompressed.
16155
16156         * gnus-start.el (gnus-activate-group): Unless blocked by the
16157         caller, possibly expand the active range to include both cached
16158         and agentized articles.
16159         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16160         multiple version-dependent converters.
16161         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16162         gnus-agent-save-active.
16163         (gnus-save-newsrc-file): Save dirty agent range limits.
16164
16165         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16166         gnus-agent-possibly-alter-active.
16167         (gnus-adjust-marked-articles): Faster handling of simple lists.
16168
16169 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16170
16171         * spam-stat.el (spam-stat-test-directory): New optional argument
16172         displays a list of files detected.  Suggested by Andrew Cohen
16173         <cohen@andy.bu.edu>.
16174         (spam-stat-buffer-words-with-scores): Don't narrow and change
16175         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16176
16177 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16178
16179         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16180         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16181         (spam-spamassassin-arguments)
16182         (spam-spamassassin-spam-flag-header)
16183         (spam-spamassassin-positive-spam-flag-header)
16184         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16185         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16186         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16187         (spam-list-of-processors, spam-list-of-checks)
16188         (spam-list-of-statistical-checks, spam-registration-functions)
16189         (spam-check-spamassassin-headers, spam-check-spamassassin)
16190         (spam-spamassassin-score)
16191         (spam-spamassassin-register-with-sa-learn)
16192         (spam-spamassassin-register-spam-routine)
16193         (spam-spamassassin-register-ham-routine)
16194         (spam-assassin-register-spam-routine)
16195         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16196         (spam-bogofilter-score): Fix to show article before scoring.
16197
16198 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16199
16200         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16201         default scoring function.
16202         (spam-generic-score): Call spam-spamassassin-score if
16203         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16204         spam-bogofilter-score otherwise.
16205
16206         * gnus.el (spam-process, spam-autodetect-methods): Add
16207         spamassassin and spamassassin-headers.
16208
16209 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16210
16211         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16212         Suppress unnecessary messages.
16213
16214 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16215
16216         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16217         make-hash-table.
16218
16219 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16220
16221         * canlock.el (base64-encode-string): Don't autoload it.
16222
16223 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16224
16225         * run-at-time.el: Remove useless (require 'itimer),
16226         eval-and-compile and (featurep 'xemacs).
16227
16228 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16229
16230         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16231         GROUP is a virtual group.
16232
16233 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16234
16235         * gnus.el: Autoload `message-y-or-n-p'.
16236
16237 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16238
16239         * pgg-parse.el: Remove unnecessary (require 'custom).
16240
16241         * pgg-def.el: do.
16242
16243         * nnmail.el: do.
16244
16245         * gnus-undo.el: do.
16246
16247         * gnus-picon.el: do.
16248
16249         * gnus-util.el: do.
16250
16251 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16252
16253         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16254
16255 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16256
16257         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16258         handle, as well as a list.
16259
16260         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16261         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16262         (mm-w3m-cid-retrieve): Simplify.
16263
16264 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16265
16266         * message.el (message-kill-to-signature): Allow prefix arg to
16267         specify number of lines to keep before signature.
16268
16269 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16270
16271         * message.el (message-kill-to-signature): Change docstring.
16272
16273 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16274
16275         * canlock.el: Always require sha1-el.
16276         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16277
16278         * message.el: Autoload sha1 only when compiling.
16279
16280         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16281         eudc-expand-inline for XEmacs.
16282
16283 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16284
16285         * message.el (message-canlock-generate): Require sha1-el.
16286
16287 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16288
16289         * message.el (message-expand-name): Silence the byte compiler.
16290
16291         * lpath.el: Add detect-coding-system.
16292
16293         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16294         cus-edit.
16295
16296 2004-01-13  Simon Josefsson  <jas@extundo.com>
16297
16298         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16299         Invoke gnus-score-mode.  Reported by
16300         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16301
16302         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16303         Jim Blandy <jimb@redhat.com> (tiny change).
16304
16305 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16306
16307         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16308
16309 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16310
16311         * spam.el (spam-get-article-as-string): Update to use
16312         gnus-request-article-this-buffer, much simpler.
16313         (spam-get-article-as-buffer): Remove.
16314
16315 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16316
16317         * message.el (message-expand-name): Use EUDC if the user uses that.
16318
16319 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16320
16321         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16322         character for the encoding to avoid consing a string.
16323
16324         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16325         unnecessarily.
16326
16327         * mm-util.el (mm-replace-chars-in-string): Remove.
16328
16329         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16330         of mm-replace-chars-in-string.
16331
16332 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16333
16334         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16335
16336         * mm-util.el (mm-subst-char-in-string): Support inplace.
16337
16338         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16339         a new string in every iteration.  Use shy groups.
16340
16341 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16342
16343         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16344         * gnus-soup.el (gnus-soup-group-brew):
16345         * gnus-msg.el (gnus-put-message):
16346         * gnus-move.el (gnus-group-move-group-to-server):
16347         * gnus-kill.el (gnus-batch-score):
16348         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16349         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16350         (gnus-group-update-group, gnus-group-read-group)
16351         (gnus-group-make-group, gnus-group-make-help-group)
16352         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16353         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16354         (gnus-group-sort-by-unread, gnus-group-catchup)
16355         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16356         (gnus-group-yank-group, gnus-group-set-info)
16357         (gnus-group-list-groups):
16358         * gnus.el (gnus-generate-new-group-name):
16359         * gnus-delay.el (gnus-delay-send-queue):
16360         * nnvirtual.el (nnvirtual-catchup-group):
16361         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16362         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16363         (gnus-group-prepare-topics, gnus-topic-check-topology):
16364         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16365         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16366         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16367         (gnus-group-make-articles-read):
16368         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16369         (gnus-group-change-level, gnus-kill-newsgroup)
16370         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16371         (gnus-get-unread-articles, gnus-make-articles-unread)
16372         (gnus-make-ascending-articles-unread): Use accessor
16373         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16374         to get group information for improved readability.
16375
16376
16377 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16378
16379         * gnus-art.el (article-decode-mime-words, article-babel)
16380         (gnus-article-highlight-signature, gnus-article-add-buttons)
16381         (gnus-signature-toggle): Use gnus-with-article-buffer.
16382
16383         * gnus-art.el (gnus-article-highlight-headers)
16384         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16385
16386         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16387         (gnus-article-set-globals, gnus-request-article-this-buffer)
16388         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16389         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16390         (gnus-mime-display-alternative): Use with-current-buffer.
16391
16392 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16393
16394         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16395         also under 80 char limit, and call gnus-error if needed.
16396         (spam-fetch-article-header): Fix - it was a
16397         buffer-local variable (gnus-newsgroup-data).
16398         (spam-find-spam): Use spam-generate-fake-headers, forget about
16399         spam-insert-fake-headers.
16400         (spam-insert-fake-headers): Remove.
16401
16402 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16403
16404         * deuglify.el (gnus-article-outlook-unwrap-lines)
16405         (gnus-outlook-rearrange-article)
16406         (gnus-outlook-repair-attribution-outlook)
16407         (gnus-outlook-repair-attribution-block)
16408         (gnus-outlook-repair-attribution-other): Remove redundant
16409         save-excursion.
16410
16411 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16412
16413         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16414         (spam-fetch-field-subject-fast)
16415         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16416         (spam-fetch-article-header): Add functions to deal with Gnus
16417         internals for fast retrieval of article header data.
16418         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16419
16420 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16421
16422         * pop3.el (pop3-md5): Remove.
16423         (pop3-apop): Replace pop3-md5 with md5.
16424
16425         * mm-bodies.el: base64 is always built-in.
16426
16427         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16428         with-current-buffer.
16429
16430 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16431
16432         * canlock.el (canlock-insert-header): Remove excessive grouping in
16433         regexp.
16434
16435         * gnus-sum.el (gnus-summary-read-document): Ditto.
16436
16437         * gnus-uu.el (gnus-uu-part-number): Ditto.
16438
16439         * html2text.el (html2text-remove-tags): Ditto.
16440         (html2text-format-tags): Ditto.
16441         (html2text-format-single-elements): Ditto.
16442
16443         * mml.el (mml-parse-1): Ditto.
16444
16445 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16446
16447         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16448
16449         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16450
16451         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16452
16453         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16454
16455 2003-11-15  Simon Josefsson  <jas@extundo.com>
16456
16457         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16458         (pgg-gpg-lookup-key): Use regexp match instead of
16459         split-string (split-string is different between emacs 21.2 and
16460         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16461
16462 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16463
16464         * gnus-art.el (gnus-mime-view-all-parts)
16465         (gnus-article-part-wrapper, gnus-article-view-part): Use
16466         with-current-buffer.
16467
16468 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16469
16470         * spam.el (spam-disable-spam-split-during-ham-respool)
16471         (spam-spamoracle-database, spam-cache-lookups)
16472         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16473         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16474         (spam-group-ham-marks, spam-group-spam-marks)
16475         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16476         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16477         also add spam-use-blackholes to the statistical checks.
16478         (spam-fetch-field-fast): Add interface to fetching fields, may
16479         become a macro.
16480         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16481         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16482         (spam-insert-fake-headers): Fake an article when needed.
16483         (spam-find-spam): Fake article when possible.
16484         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16485         (spam-check-bogofilter-headers): Use message-fetch-field instead
16486         of nnmail-fetch-field.
16487
16488 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16489
16490         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16491
16492 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16493
16494         * spam.el (spam-split): Do not require spam-use-CHECK to be
16495         enabled if that check is passed to spam-split explicitly; also
16496         fix so 'spam doesn't get converted to spam-split-group when
16497         spam-split-symbolic-return is t.
16498         (spam-find-spam): Find registrations of the article and use those
16499         instead of re-running spam-split to find the spam/ham
16500         classification of the article.
16501         (spam-log-processing-to-registry, spam-log-registered-p)
16502         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16503         Use gnus-error instead of gnus-message.
16504         (spam-log-registration-type): Add function to determine the
16505         classification of a message based on registry entries; will
16506         return nil if both 'spam and 'ham are found.
16507         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16508         a reasonably fast local cache without the loading errors.
16509         (spam-cache-lookups): Set to t by default.
16510         (spam-find-spam): Don't try to guess spam-cache-lookups.
16511         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16512         spam-caches entry.
16513         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16514         caching of whitelist/blacklist entries.
16515         (spam-check-whitelist, spam-check-blacklist): Invoke
16516         spam-from-listed-p with a type, not a cache variable.
16517         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16518
16519 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16520
16521         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16522
16523         * nnmail.el (nnmail-split-fancy): do.
16524
16525         * mml.el (mml-parse): do.
16526
16527         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16528         (gnus-score-adaptive): do.
16529
16530 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16531
16532         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16533         (gnus-mime-button-map): Don't set keymap parent.
16534         (gnus-button-ctan-directory-regexp): Use shy grouping.
16535         (gnus-prev-page-map): Don't set keymap parent.
16536         (gnus-prev-page-map): Remove duplicated one.
16537         (gnus-next-page-map): Don't set keymap parent.
16538         (gnus-mime-security-button-map): Ditto.
16539
16540         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16541         version number.
16542
16543         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16544
16545 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16546
16547         * canlock.el (canlock-sha1-function): Remove.
16548         (canlock-sha1-function-for-verify): Remove.
16549         (canlock-openssl-program): Remove.
16550         (canlock-openssl-args): Remove.
16551         (canlock-ignore-errors): Remove.
16552         (canlock-sha1-with-openssl): Remove.
16553         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16554         (canlock-verify): Don't use canlock-ignore-errors.
16555
16556         * sha1-el.el (sha1-string-external): Make it can return a string
16557         in binary form.
16558         (sha1-region-external): Ditto.
16559         (sha1-string-internal): Ditto.
16560         (sha1-region-internal): Ditto.
16561         (sha1-region): Ditto.
16562         (sha1-string): Ditto.
16563         (sha1): Ditto.
16564
16565 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16566
16567         * spam.el (spam-report-articles-gmane): New command.
16568
16569 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16570
16571         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16572
16573         * run-at-time.el (run-at-time-saved): Remove.
16574         (run-at-time): Doc fix.
16575
16576 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16577
16578         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16579         (gnus-summary-limit-map): Add it.
16580         (gnus-summary-make-menu-bar): do.
16581
16582 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16583
16584         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16585         Make attempt at some caching support (done for BBDB only now).
16586         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16587         addresses to be checked.
16588         (spam-clear-cache-BBDB): Add function, to be invoked by
16589         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16590         (spam-check-BBDB): Check and use the caches, if
16591         spam-cache-lookups is on, remove superfluous (provide).
16592
16593 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16594
16595         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16596
16597 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16598
16599         * run-at-time.el (run-at-time-saved): Move to after the definition
16600         of `run-at-time'.
16601
16602         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16603
16604 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16605
16606         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16607         mm-w3m-local-map-property.
16608
16609         * mm-view.el (mm-w3m-mode-map): Remove.
16610         (mm-w3m-local-map-property): Remove.
16611         (mm-inline-text-html-render-with-w3m): Don't use
16612         mm-w3m-local-map-property.
16613
16614 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16615
16616         * run-at-time.el: New file.
16617
16618         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16619         under Emacs.
16620
16621         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16622         of gnus-set-text-properties.
16623
16624         * gnus-uu.el (gnus-uu-save-article): Ditto.
16625
16626         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16627
16628         * gnus-cite.el (gnus-cite-parse): Ditto.
16629
16630         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16631         of gnus-.
16632
16633         * gnus-xmas.el (run-at-time): Require run-at-time.
16634
16635         * gnus.el: Changed calls to nnheader-run-at-time and
16636         password-run-at-time throughout to use run-at-time directly.
16637
16638         * password.el: Removed definition of run-at-time.
16639
16640         * nnheaderxm.el: Remove definition of run-at-time.
16641
16642 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16643
16644         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16645         in prompt.
16646
16647 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16648
16649         * messagexmas.el (message-xmas-redefine): Alias
16650         `message-make-caesar-translation-table' to
16651         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16652         version.
16653
16654         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16655         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16656         `gnus-xmas-set-text-properties'.
16657         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16658         `gnus-xmas-completing-read'.
16659         (gnus-xmas-completing-read): Removed.
16660         (gnus-xmas-open-network-stream): Removed.
16661
16662         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16663         XEmacs version.
16664
16665         * dns.el (dns-make-network-process): Use `open-network-stream'
16666         instead of `gnus-xmas-open-network-stream'.
16667
16668         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16669
16670         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16671
16672 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16673
16674         * gnus-art.el (gnus-mime-display-alternative)
16675         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16676         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16677         Don't use gnus-local-map-property.
16678
16679         * gnus-util.el (gnus-local-map-property): Remove.
16680
16681         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16682         gnus-completing-read-maybe-default with completing-read.
16683
16684         * gnus-util.el (gnus-completing-read): do.
16685         (gnus-completing-read-maybe-default): Remove.
16686
16687 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16688
16689         * password.el: Only autoload `run-at-time' if not XEmacs.
16690         Only autoload the itimer functions if XEmacs.
16691
16692 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16693
16694         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16695         XEmacsen.
16696
16697         * dgnushack.el: Autoload executable-find for XEmacs.
16698
16699 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16700
16701         * gnus-art.el (gnus-read-string): Remove.
16702         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16703         read-string.
16704
16705 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16706
16707         * netrc.el: Autoload password-read.
16708         (netrc): Add configuration group.
16709         (netrc-encoding-method, netrc-openssl-path): Add
16710         variables for encoding and decoding of files with symmetric
16711         ciphers.
16712         (netrc-encode): Add assistant function to encode a file with
16713         netrc-encoding-method.
16714         (netrc-parse): Add interactive parameter, added optional
16715         decoding if netrc-encoding-method is non-nil but otherwise
16716         behavior is standard.
16717         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16718         Do s/encode/encrypt/ everywhere.
16719
16720         * spam.el: Remove executable-find autoload.
16721
16722 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16723
16724         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16725
16726         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16727
16728 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16729
16730         * gnus-art.el (gnus-treat-ansi-sequences)
16731         (article-treat-ansi-sequences): New variable and function.
16732         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16733
16734         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16735         Use it.
16736
16737 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16738
16739         * mm-util.el (mm-quote-arg): Remove.
16740
16741         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16742         shell-quote-argument.
16743
16744         * gnus-uu.el (gnus-uu-command): do.
16745
16746         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16747
16748         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16749         with make-char.
16750
16751         * mm-util.el (mm-make-char): Remove.
16752
16753         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16754         add-minor-mode.
16755
16756         * gnus-undo.el (gnus-undo-mode): do.
16757
16758         * gnus-topic.el (gnus-topic-mode): do.
16759
16760         * gnus-sum.el (gnus-dead-summary-mode): do.
16761
16762         * gnus-start.el (gnus-slave-mode): do.
16763
16764         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16765
16766         * gnus-ml.el (gnus-mailing-list-mode): do.
16767
16768         * gnus-gl.el (gnus-grouplens-mode): do.
16769
16770         * gnus-draft.el (gnus-draft-mode): do.
16771
16772         * gnus-dired.el (gnus-dired-mode): do.
16773
16774         * gnus-ems.el (gnus-add-minor-mode): Remove.
16775
16776         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16777         Replace gnus-char-width with char-width.
16778
16779         * gnus-ems.el (gnus-char-width): Remove.
16780
16781         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16782         Replace gnus-char-width with char-width.
16783
16784         * gnus-ems.el (gnus-char-width): Remove.
16785
16786         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16787         definition.
16788         Remove Emacs 20 hash table compatibility code.
16789
16790         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16791         20 compatibility code.
16792
16793         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16794
16795         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16796
16797         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16798         with point-at-{eol,bol}.
16799
16800         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16801
16802         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16803
16804         * flow-fill.el (fill-flowed-point-at-bol)
16805         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16806
16807         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16808         Replace with point-at-{eol,bol} throughout all files.
16809
16810 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16811
16812         * ntlm.el (ntlm-string-as-unibyte): New macro.
16813         (ntlm-build-auth-response): Use it.
16814
16815         Remove Emacs 20 stuff:
16816         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16817         (butlast, mapc, remove): Remove the compiler macros.
16818         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16819         of delq and copy-sequence.
16820         * gnus-art.el (popup-menu): Remove the compiler macro.
16821         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16822         Emacs 20.
16823
16824 2004-01-05  Simon Josefsson  <jas@extundo.com>
16825
16826         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16827         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16828         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16829         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16830         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16831         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16832         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16833         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16834         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16835         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16836         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16837         string-xor into ntlm-string-xor.  Suggested by
16838         Jesper Harder <harder@myrealbox.com>.
16839
16840         * ntlm.el: Don't include poem.
16841
16842         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16843         Jesper Harder <harder@myrealbox.com>.
16844
16845         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16846
16847         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16848         probably breaks emacs with DL patch, but do we care? Is anyone
16849         still using the DL stuff?)
16850
16851         * sieve-manage.el: Use the password package.
16852         (sieve-manage-read-passwd): Remove.
16853         (sieve-manage-interactive-login): Use password.  Re-add
16854         condition-case around loop.
16855
16856         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16857         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16858         the password package.
16859
16860 2003-02-19  Simon Josefsson  <jas@extundo.com>
16861
16862         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16863         token.
16864
16865 2002-08-07  Simon Josefsson  <jas@extundo.com>
16866
16867         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16868         (sieve-manage-authenticators):
16869         (sieve-manage-authenticator-alist): Add some SASL mechs.
16870         (sieve-sasl-auth): New function.
16871         (sieve-manage-cram-md5-auth):
16872         (sieve-manage-plain-auth): Rewrite using SASL library.
16873         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16874         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16875         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16876         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16877
16878 2004-01-05  Simon Josefsson  <jas@extundo.com>
16879
16880         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16881         New files.
16882
16883 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16884
16885         * gnus-group.el (gnus-no-groups-message): Update.
16886
16887         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16888
16889 2003-11-09  Simon Josefsson  <jas@extundo.com>
16890
16891         * imap.el: Support for ID IMAP extension (RFC 2971).
16892         (imap-local-variables): Add imap-id.
16893         (imap-id): New variable.
16894         (imap-id): New function.
16895         (imap-parse-response): Parse untagged ID response.
16896         * nnimap.el (nnimap-id): New variable.
16897         (nnimap-open-connection): Use it.
16898
16899 2003-12-28  Simon Josefsson  <jas@extundo.com>
16900
16901         * gnus-score.el (gnus-score-edit-all-score): New.
16902         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16903
16904 2004-01-04  Simon Josefsson  <jas@extundo.com>
16905
16906         * password.el: Add.
16907
16908 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16909
16910         * dns.el (dns-query-types): Fix typo.
16911         (dns-query-types): New function.
16912         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16913         PTR and SOA replies, see RFC 1035.
16914
16915 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16916
16917         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16918
16919         * Moved to Changelog.2.
16920
16921 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16922
16923         * gnus.el (gnus-version-number): Bump version.
16924
16925 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16926
16927         * gnus.el: No Gnus v0.1 is released.
16928
16929 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16930
16931         * gnus.el: No Gnus v0.0 is released.
16932
16933 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16934
16935         * gnus.el (gnus-version-number): Bump.
16936         (gnus-version): No.
16937
16938 See ChangeLog.2 for earlier changes.
16939
16940     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16941       Free Software Foundation, Inc.
16942
16943   This file is part of GNU Emacs.
16944
16945   GNU Emacs is free software: you can redistribute it and/or modify
16946   it under the terms of the GNU General Public License as published by
16947   the Free Software Foundation, either version 3 of the License, or
16948   (at your option) any later version.
16949
16950   GNU Emacs is distributed in the hope that it will be useful,
16951   but WITHOUT ANY WARRANTY; without even the implied warranty of
16952   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16953   GNU General Public License for more details.
16954
16955   You should have received a copy of the GNU General Public License
16956   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16957
16958 ;; Local Variables:
16959 ;; coding: utf-8
16960 ;; fill-column: 79
16961 ;; add-log-time-zone-rule: t
16962 ;; End: