Remove useless gnus-local-domain
[gnus] / lisp / ChangeLog
1 2010-09-25  Julien Danjou  <julien@danjou.info>
2
3         * gnus.el: Remove useless gnus-local-domain.
4
5         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
6         gnus-gravatar-size.
7
8         * gnus-art.el: Remove useless gnus-treat-translate.
9
10 2010-09-24  Julien Danjou  <julien@danjou.info>
11
12         * gnus-sum.el: Add support for Gravatars.
13
14         * gnus-art.el: Add support for Gravatars.
15
16         * gnus-gravatar.el: Add this file.
17
18         * gravatar.el: Add this file.
19
20 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21
22         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
23
24         * gnus-group.el (gnus-group-fetch-faq): Removed.
25
26         * gnus.el (gnus-group-faq-directory): Removed.
27
28         * gnus-group.el (gnus-group-fetch-charter): Removed.
29
30         * gnus.el (gnus-group-charter-alist): Removed.
31
32         * gnus-group.el (gnus-group-archive-directory): Removed.
33         (gnus-group-recent-archive-directory): Ditto.
34         (gnus-group-make-archive-group): Removed.
35
36         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
37
38         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
39         use the same article number for all the cached articles.
40
41         * nnimap.el (nnimap-command): Register the last command time so
42         that we can use it for idling NOOPs.
43         (nnimap-open-connection): Start the keeplive timer.
44         (nnimap-make-process-buffer): Store all the process buffers.
45         (nnimap-keepalive): New function.
46
47         * starttls.el: (starttls-open-stream): Add autoload cookie.
48
49 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
50
51         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
52         handling.
53
54 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
55
56         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
57         its data structures.
58
59         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
60         instead of the cl.el copy-list.
61         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
62         equalp.
63
64 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
65
66         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
67         and tool-bar-local-item-from-menu.
68
69         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
70         mode-line-highlight face for Emacs.
71
72         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
73         loading gnus-sum.elc; fix comment for canlock-verify.
74         (gnus-article-jump-to-part): Use read-number.
75         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
76         Emacs pre-21 compatible code for help-echo.
77         (gnus-article-next-page-1): No need to adjust the number of lines.
78         (gnus-article-describe-bindings): Always use help-buffer.
79
80         * gnus-audio.el (gnus-audio-inline-sound)
81         * gnus-cus.el (gnus-custom-mode)
82         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
83
84         * gnus-sum.el (gnus-remove-overlays): Doc fix.
85
86         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
87         compatible code.
88
89 2010-09-24  Glenn Morris  <rgm@gnu.org>
90
91         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
92         visiting the fcc file in rmail-mode.
93
94         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
95
96 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
97
98         * nnir.el: Silence the byte compiler.
99
100         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
101         alias to browse-url-url-encode-chars if any.
102         (gnus-html-encode-url): Use it.
103
104 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
105
106         * gnus-start.el (gnus-use-backend-marks): New variable.
107         (gnus-get-unread-articles-in-group): Use it.
108
109         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
110         makeover.
111
112 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
113
114         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
115
116 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
117
118         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
119         Removed.
120         (gnus-setup-news-hook): Removed
121         gnus-fixup-nnimap-unread-after-getting-new-news.
122
123         * gnus-int.el (gnus-request-update-info): Protect against backends not
124         having the function.
125
126         * nnimap.el (nnimap-stream): Mention starttls.
127         (nnimap-open-connection): Add starttls support.
128
129 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
130
131         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
132
133 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
134
135         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
136         BODYSTRUCTUREs.
137         (nnimap-transform-headers): Unfold quoted {42} headers.
138
139         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
140         the info.
141         (gnus-get-unread-articles): Only call updatep on backends that support
142         it.
143
144         * nnweb.el (nnweb-request-update-info): NOOP.
145
146         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
147
148         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
149         since it only deals with marks.
150
151         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
152         gnus-request-marks, and make a new gnus-request-update-info.
153
154         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
155         the active instead of the high number, which is usually too low.
156
157 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
158
159         * netrc.el (netrc-parse): Remove encrypt.el mentions.
160         * encrypt.el: Removed.
161
162 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
163
164         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
165         server in symbolic form.
166
167         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
168         0.9.
169
170 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
171
172         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
173         (nnimap-update-info): Fix up code slightly.
174
175         * gnus-int.el (gnus-open-server): Add tracing for performance
176         debugging.
177
178         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
179         (gnus-group-insert-group-line): Pass the real group name so that it
180         gets the right data.
181
182         * gnus-start.el (gnus-get-unread-articles): Don't have
183         `gnus-get-unread-articles-in-group' update info, since that can be
184         really slow and doesn't seem to be needed?
185
186 2010-09-22  Dan Christensen  <jdc@uwo.ca>
187
188         * time-date.el (date-to-time): Try using parse-time-string first before
189         using the slower timezone-make-date-arpa-standard.
190
191 2010-09-22  Julien Danjou  <julien@danjou.info>
192
193         * gnus-group.el (gnus-group-insert-group-line): Call
194         gnus-group-highlight-line.
195         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
196         default hook list.
197         (gnus-group-update-eval-form): Add new function.
198         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
199         (gnus-group-get-icon): Use gnus-group-update-eval-form.
200
201 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
202
203         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
204         immediate, then expire all articles.
205         (nnimap-update-info): Fix off-by-one errors.
206         (nnimap-flags-to-marks): Would return no marks lists for group with no
207         flags.  Instead return the other data.
208
209 2010-09-22  Julien Danjou  <julien@danjou.info>
210
211         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
212         Only return an icon.
213         (gnus-group-insert-group-line): Compute icon to return.
214
215         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
216         variable.
217         (gnus-html-image-fetched): Only cache if
218         gnus-html-image-automatic-caching is set.
219         (gnus-html-image-fetched): Check for errors.
220
221 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
222
223         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
224         once per method on `g'.  This ensures that backends like nnfolder don't
225         open all their folders.
226
227         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
228         (nnimap-request-list): Nix out group in the correct buffer.
229         (nnimap-parse-flags): Implement by using `read' instead of
230         hand-parsing.
231         (nnimap-flags-to-marks): Pass on permanent-flags.
232         (nnimap-make-process-buffer): Record the server name.
233         (nnimap-parse-flags): Fix typo.
234         (nnimap-request-scan): Run split on the server in general, not just a
235         single group.
236
237         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
238         parameter, and propagate this downwards.
239
240         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
241         since EXAMINE changes it on the server.
242
243         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
244         this command might take a while.
245
246 2010-09-22  Julien Danjou  <julien@danjou.info>
247
248         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
249         harmful if you have 2 images side-by-side, they can't be properly
250         update on text deletion.  Using text-property is safer here.
251         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
252         data.
253
254 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
255
256         * nnimap.el (nnimap-expunge-inbox): Removed.
257         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
258         (nnimap-expunge): Flip default to t.
259
260         * gnus.el (gnus-method-to-server): Don't push things to the cache
261         unless it's unique.
262         (gnus-server-to-method): Ditto.
263
264 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
265
266         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
267
268 2010-09-22  Julien Danjou  <julien@danjou.info>
269
270         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
271         get the start of data.
272         (gnus-html-encode-url): Add this function to encode special chars in
273         URL.
274         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
275         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
276
277         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
278         default.
279         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
280
281         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
282         images alt-text.
283         (gnus-html-put-image): Put alt-text as help-echo.
284
285 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
286
287         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
288         * mm-util.el (mm-decompress-buffer)
289         * nnir.el (nnir-run-find-grep)
290         * pop3.el (pop3-list): Use 3rd arg of split-string.
291
292         * time-date.el (format-seconds): Comment fix.
293
294         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
295         and byte-optimize-form-code-walker.
296         (dgnushack-make-auto-load): Don't advise make-autoload.
297
298         * lpath.el: Remove Emacs 21 stuff.
299
300 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
301
302         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
303         outside the active range.  Suggested by Dan Christensen.
304
305         * gnus-start.el (gnus-get-unread-articles): Get the extended method
306         slightly later to avoid double-getting it.
307
308         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
309         previous patch.
310
311         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
312
313 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
314
315         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
316
317 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
318
319         * gnus-int.el (gnus-open-server): Give a better error message in the
320         "go offline" case.
321
322         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
323         marks for nnimap, which is seldom the right thing to do.
324
325         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
326         (gnus-same-method-different-name): New function.
327
328         * nnimap.el (parse-time): Require.
329
330         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
331         method in the presence of many similar methods.
332
333         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
334
335         * nnimap.el (nnimap-find-expired-articles): Don't refer to
336         nnml-inhibit-expiry.
337
338         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
339         find out whether methods are equal.
340
341         * nnimap.el (nnimap-find-expired-articles): New function.
342         (nnimap-process-expiry-targets): New function.
343         (nnimap-request-move-article): Request the article before looking at
344         what the Message-ID is.  Fix found by Andrew Cohen.
345         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
346
347         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
348         for oldness in addition to being a predicate.
349
350         * nnimap.el (nnimap-request-group): When we have zero articles, return
351         the right data to Gnus.
352         (nnimap-request-expire-articles): Only delete articles immediately if
353         the target is 'delete.
354
355         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
356         method, this would bug out.
357
358         * gnus-group.el (gnus-group-expunge-group): Renamed from
359         gnus-group-nnimap-expunge, and implemented as a normal interface
360         function.
361
362         * gnus-int.el (gnus-request-expunge-group): New function.
363
364         * nnimap.el (nnimap-request-create-group): Implement.
365         (nnimap-request-expunge-group): New function.
366
367 2010-09-21  Julien Danjou  <julien@danjou.info>
368
369         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
370         (gnus-html-cache-expired): Add new function.
371         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
372         wethever we should display image for fetch it.
373         Compute alt-text earlier to pass it to the fetching function too.
374         (gnus-html-schedule-image-fetching): Change function argument to only
375         get one image at a time, not a list.
376         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
377         cache.
378         (gnus-html-get-image-data): New function to retrieve image data from
379         cache.
380         (gnus-html-put-image): Change buffer argument to use image data rather
381         than file, and place image above region rather than inserting a new
382         one. Do not take alt-text as argument, since it's useless now: we place
383         the image above alt-text.
384         (gnus-html-prune-cache): Remove.
385         (gnus-html-show-images): Start to fetch image when we find one, do not
386         push into a temporary list.
387         (gnus-html-prefetch-images): Only fetch image if they have expired.
388         (gnus-html-browse-image): Fix, use 'gnus-image-url.
389         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
390
391 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
392
393         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
394
395 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
396
397         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
398         spec inser "*" if the group isn't active instead of 0.
399
400         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
401         opening the server.
402         (nnimap-request-delete-group): Implement group deletion.
403         (nnimap-transform-headers): Return the size of the entire message in
404         the Bytes header, not just the size of the first part.
405         (nnimap-request-move-article): When moving an article from nnimap,
406         request the article first so the accepting form has an article to
407         accept.  Reported by Dan Christensen.
408         (nnimap-command): Make sure that the error message doesn't error out.
409
410 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
411
412         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
413         we haven't requested anything.
414
415 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
416
417         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
418         "".  Fix found by Andrew Cohen.
419
420         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
421         instead of -encode-string.
422
423 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
424
425         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
426
427         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
428         by mm-subst-char-in-string.
429
430 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
431
432         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
433         waiting for the connection string.
434
435         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
436         arriving.
437
438         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
439         bogus characters.  This allows selecting certain Gmail groups.
440
441         * nnimap.el (nnimap-find-wanted-parts-1): New function.
442         (nnimap-fetch-partial-articles): New variable.
443         (nnimap-open-connection): When looking for credentials, also use the
444         nnimap-server-port.
445         (nnimap-request-article): Return the group/article number, so that Gnus
446         `^' works as expected.
447         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
448         them.
449
450         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
451         comments.
452         (gnus-methods-sloppily-equal): New function.
453         (gnus): When using the development version of Gnus, load the gnus-load
454         file.
455
456         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
457         `gnus-open-server' on each method before trying to scan them etc.  This
458         ensures that all the backend parameters are set correctly.
459
460         * nnimap.el (nnimap-authenticator): New variable.
461         (nnimap-open-connection): Allow anonymous login.
462         (nnimap-transform-headers): The chars header is called Chars not
463         Bytes.
464         (nnimap-wait-for-response): Don't infloop if the IMAP connection
465         drops.
466
467         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
468         patch, found by Knut Anders Hatlen.
469
470 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
471
472         * gnus-agent.el (gnus-agent-batch-confirmation)
473         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
474         to gnus-message.
475         * gnus-art.el (gnus-article-describe-briefly): Likewise.
476         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
477         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
478         * gnus-int.el (gnus-open-server): Likewise.
479         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
480         (gnus-score-check-syntax): Likewise.
481         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
482         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
483         Likewise.
484         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
485
486 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
487
488         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
489         calling conventions so that prefetch doesn't bug out.
490
491 2010-09-19  Julien Danjou  <julien@danjou.info>
492
493         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
494         rather than `subst-char-in-region' in order to be able to replace ASCII
495         char by UTF-8 ones.
496
497         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
498         than curl.
499         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
500         the right URL and ALT text on images.
501         (gnus-html-wash-tags): Fix tag case.
502         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
503         (gnus-article-html): Add -o display_ins_del=2 option.
504         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
505
506 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
507
508         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
509         the extra mail headers, which sometimes seem to happen for unknown
510         reasons.
511
512         * mail-parse.el (mail-header-encode-parameter): Define as
513         rfc2045-encode-string instead of as rfc2231-encode-string, since some
514         (or most, perhaps?) mail readers don't understand the latter, but do
515         understand the former.
516
517         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
518         to nil, so that no methods are automatically agentized.  I think this
519         is probably what most users want.
520
521         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
522         from url-retrieve, for instance about invalid URLs.
523
524         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
525         groups that have no articles.
526         (nnimap-request-article): Check that we really got an article when we
527         requested one.
528
529         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
530         doesn't exist.
531
532         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
533         nntp buffer so the agent can save it.
534         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
535         that CRLF doesn't get translated to \n.
536         (nnimap-open-connection): Don't make 'shell commands only send \n.
537
538 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
539
540         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
541         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
542         Update var name.
543         (nnml-generate-nov-file): Use dolist.
544         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
545         Use with-current-buffer.
546
547 2010-09-18  Julien Danjou  <julien@danjou.info>
548
549         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
550         parallel.
551
552 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
553
554         * nnimap.el (nnimap-update-info): When doing partial marks update, get
555         the range update right.
556         (nnimap-request-group): Don't make `M-g' bug out on group with no
557         marks.
558         (nnoo): Required, so that other packages can require nnimap.
559         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
560         command we're looking for.  This helps when the server sends more
561         responses after we've gotten everything we expected.
562         (nnimap): Add a `newlinep' field to keep track of end-of-line
563         conventions.
564         Don't send CRLF to things that don't want it.
565         (nnimap-request-accept-article): Ditto.
566
567 2010-09-18  Julien Danjou  <julien@danjou.info>
568
569         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
570         than curl to retrieve images.
571
572 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
573
574         * nnimap.el (nnimap-update-info): Extend the info so that we can set
575         the marks.
576         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
577         (nnimap-wait-for-connection): New function.
578         (nnimap-open-connection): If we have PREAUTH, don't query for login
579         credentials.
580         (nnimap-update-info): Fix off-by-one error when concatenating ranges
581         when doing a partial update.
582
583 2010-09-18  Julien Danjou  <julien@danjou.info>
584
585         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
586         tags.
587
588 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
589
590         * nnimap.el (nnimap-credentials): New function.
591         (nnimap-open-connection): Use the new function to look for credentials
592         also on the numeric equivalents of "imap" and "imaps".
593
594         * gnus-start.el (gnus-activate-group): Send the info to
595         gnus-request-group.
596
597         * nnimap.el (nnimap-request-group): Have the "check" version of the
598         function parse flags and update the info, so that a `M-g' get a total
599         resync of all flags from the group.
600
601         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
602         to allow backends to alter the info on group selection.  Also alter all
603         the backend -request-group functions to take the parameter.
604
605         * nnimap.el (nnimap-store-info): New function.
606         (nnimap-update-info): Store the info for later usage.
607         (nnimap-request-group): Use the stored info for the dont-check case, so
608         that we don't retrieve all marks when we enter a group.
609
610         * nnimap.el: Use deffoo instead of defun for interface functions.
611
612         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
613         update the group info.  This makes the nndraft groups, for instance, go
614         back to their old behaviour.
615
616         * gnus-sum.el (gnus-select-newsgroup): Indent.
617
618         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
619         in.
620         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
621         nothing.
622
623         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
624         from methods that are denied.
625
626         * gnus-int.el (gnus-method-denied-p): New function.
627
628         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
629         store the password instead of netrc.
630         (nnimap-open-connection): Don't error out when we can't make a
631         connections.
632
633         * auth-source.el (auth-source-create): In the password prompt, say what
634         we're querying for.  Also prompt for user name if that hasn't been
635         given.
636
637         * nnimap.el (nnimap-with-process-buffer): Removed.
638
639 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
640
641         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
642         method when we're reading from the agent.
643
644         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
645
646         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
647         that's probably most useful for users.
648
649         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
650         "failed" all the time.
651
652         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
653         ...)) with (with-current-buffer ... ).
654
655         * nntp.el (nntp-open-server): Return whether the open was successful or
656         not.
657
658         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
659         select an unread unseen article first.
660
661         * nnimap.el (nnimap-open-connection): If the user doesn't have a
662         /etc/services, supply some sensible port defaults.
663
664         * dgnushack.el: Define netrc-credentials.
665
666 2010-09-17  Julien Danjou  <julien@danjou.info>
667
668         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
669
670 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
671
672         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
673         doesn't have any parameters.
674
675 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
676
677         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
678         only upcased checks.
679
680         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
681
682         * nnimap.el (nnimap-open-shell-stream): New function.
683         (nnimap-open-connection): Use it.
684         (nnimap-transform-headers): Get the number of lines in each message.
685         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
686         number of lines.
687         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
688         problem.
689
690         * utf7.el (utf7-encode): Autoload.
691
692         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
693         to allow the mail splitting to not return a default group.  This is
694         useful for nnimap, which will leave unmatched mail in the inbox.
695
696         * nnimap.el: Rewritten.
697
698         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
699         nnimap usage.
700
701         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
702         if the move is internal, so that nnimap can do fast internal moves.
703
704         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
705         data.
706         (gnus-read-active-for-groups): Support finishing the early retrieval of
707         data.
708
709         * gnus-range.el (gnus-range-nconcat): New function.
710
711         * gnus-int.el (gnus-finish-retrieve-group-infos)
712         (gnus-retrieve-group-data-early): New functions.
713
714 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
715
716         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
717         (nnrss-retrieve-groups):
718         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
719         (pop3-quit): Use with-current-buffer.
720
721 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
722
723         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
724         instead of nnheader-accept-process-output.
725
726         * dgnushack.el (dgnushack-compile): Add comment.
727
728         * lpath.el: No need to fbind propertize for XEmacs 21.4.
729
730         * gnus-html.el (gnus-html-schedule-image-fetching)
731         (gnus-html-prefetch-images): Replace process-kill-without-query by
732         gnus-set-process-query-on-exit-flag.
733
734 2010-09-16  Romain Francoise  <romain@orebokech.com>
735
736         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
737
738 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
739
740         * gnus-registry.el (gnus-registry-install-shortcuts): The second
741         parameter to unintern is mandatory-ish in Emacs 24.
742
743         * gnus-html.el (gnus-html-schedule-image-fetching)
744         (gnus-html-prefetch-images): Check for curl before using it.
745
746         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
747         depend on curl, which isn't essential.
748
749         * imap.el: Revert back to version
750         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
751         seem problematic.
752
753 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
754
755         * gnus-registry.el (gnus-registry-install-shortcuts):
756         Explicitly pass `obarray' to `unintern' to avoid a warning.
757
758 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
759
760         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
761         change.
762
763         * nnrss.el (nnrss-request-list): Removed this function and related
764         functions, including the moreover stuff.
765
766 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
767
768         * nnrss.el (nnrss-retrieve-groups): New function.
769
770 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
771
772         * .dir-locals.el: Add no-byte-compile cookie.
773
774 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
775
776         * time-date.el (format-seconds): Comment fix.
777
778         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
779         for back end that doesn't support request-scan.
780
781 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
782
783         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
784         then do request scans from the backends.
785
786         * netrc.el (netrc-credentials): New conveniency function.
787
788         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
789         avoid running a hook per line, since this takes a lot of time,
790         profiling shows.
791         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
792         directly if gnus-visual-p is true.
793
794 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
795
796         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
797         groups; replace mapcar with dolist which is a bit faster; pass groups
798         info to gnus-read-active-file-1.
799         (gnus-read-active-file-1): Scan only specified groups if the new
800         optional arg `infos' is given.
801
802 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
803
804         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
805
806         * pop3.el (pop3-movemail): Removed.
807         (pop3-streaming-movemail): Renamed to pop3-movemail.
808
809         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
810         don't restrict end-tag searches to the end of the line.
811
812 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
813
814         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
815         articles of every unchecked group to t, which means unknown since the
816         server has never been opened.
817
818 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
819
820         * gnus-html.el (gnus-html-show-alt-text): New command.
821         (gnus-html-browse-image): Ditto.
822         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
823         to browse the image directly.
824         (gnus-html-wash-tags): Search for images first, so that <a><img> works
825         better.
826
827         * gnus-async.el (gnus-async-article-callback): Call
828         `gnus-html-prefetch-images' unconditionally.
829
830         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
831         before feeding URLs to curl.
832
833 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
834
835         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
836         internal images as deletable by `W D D'.
837
838         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
839         (gnus-async-article-callback): Fix typo.
840
841 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
842
843         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
844         current line to work around bugs in the output from w3m.
845
846         * gnus-async.el (gnus-async-article-callback): Always prefetch images
847         for groups that want that.
848
849         * nntp.el (nntp-wait-for-string): Supply a timeout for
850         accept-process-output to ensure progress.
851
852         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
853         level to get unread articles from, then use that for foreign groups,
854         too.
855
856         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
857         confuses the rest of the function.
858
859         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
860         for the methods that support -retrieve-groups, too.
861
862         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
863
864 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
865
866         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
867         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
868
869         * pop3.el: Require cl when compiling.
870         (pop3-number-of-responses): Search for "+OK", not "+OK ".
871
872 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
873
874         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
875         that aren't going to be activated.
876         (gnus-get-unread-articles): Fix up the last commit.
877
878         * gnus-html.el (gnus-article-html): Allow calling without specifying
879         the handle.  In that case, dissect the buffer first.
880
881         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
882
883         * nnimap.el (nnimap-open-connection): Revert the change that would look
884         into authinfo for imaps instead of imap.
885
886         * gnus-start.el (gnus-activate-group): Take an optional parameter to
887         say that you don't want to call gnus-request-group with don-check, but
888         do check the reponse.  This is for virtual groups only.
889         (gnus-get-unread-articles): Count the archive groups as secondary, so
890         that they're activated the same way as before.
891
892         * imap.el (imap-message-map): Removed optional buffer parameter, since
893         no callers use it.
894         (imap-message-get): Ditto.
895         (imap-message-put): Ditto.
896         (imap-mailbox-map): Ditto.
897         (imap-mailbox-put): Ditto.
898         (imap-mailbox-get): Ditto.
899         (imap-mailbox-get): Revert last change for this function.
900
901         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
902         case-insensitively.
903         (nnimap-debug): Removed.
904
905         * imap.el (imap-fetch-safe): Removed function, and altered all callers
906         to use `imap-fetch' instead.  According to the comments, this should be
907         safe, since all other IMAP clients use the 1:* syntax.
908         (imap-enable-exchange-bug-workaround): Removed.
909         (imap-debug): Removed -- doesn't seem very useful.
910
911         * mail-source.el (mail-source-fetch): Don't message if we're fetching
912         mail from a file, and the file doesn't exist.
913
914         * imap.el (imap-log): New convenience function used throughout instead
915         of repeating the same code all over the place.
916
917         * pop3.el (pop3-streaming-movemail): Return t for success.
918
919         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
920         .authinfo if we're using ssl connection.
921
922         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
923         already have if we're in a main Gnus `g' run.
924
925         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
926
927 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
928
929         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
930
931         * nnmh.el (nnmh-request-list-1): Bind `file'.
932
933         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
934         alias to set-process-query-on-exit-flag or process-kill-without-query.
935         (pop3-open-server): Use it.
936
937 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
938
939         * mail-source.el (mail-source-delete-crash-box): Always move the crash
940         box to the Incoming file.  Fixes mistake in previous checkin.
941
942         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
943         request loop (for debugging purposes) removed.
944
945         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
946         culprit is more visible.
947         (nnml-save-incremental-nov, nnml-open-incremental-nov)
948         (nnml-add-incremental-nov): New functions to do "incremental" nov
949         updates, where we just append to the end of the existing nov files
950         without reading/writing them in full.
951
952         * mail-source.el (mail-source-delete-crash-box): Really only check the
953         incoming files once in a while.
954
955         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
956
957         * mail-source.el (mail-source-delete-crash-box): Only check the
958         incoming files for deletion once per day to save a lot of file
959         accesses.
960
961         * pop3.el (pop3-logon): Fix up unbound variable typo.
962
963         * mail-source.el (pop3-streaming-movemail): Autoload.
964
965         * pop3.el (pop3-streaming-movemail): Respect
966         pop3-leave-mail-on-server.
967
968         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
969         retrieval.
970
971         * pop3.el (pop3-process-filter): Removed unused function.
972         (pop3-streaming-movemail, pop3-send-streaming-command)
973         (pop3-wait-for-messages, pop3-write-to-file)
974         (pop3-number-of-responses): New functions for streaming pop3
975         retrieval.
976
977         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
978         come from no known methods.
979         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
980         list.
981
982         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
983         message sizes.
984         (pop3-movemail): Use erase-buffer instead of looping and deleting
985         regions, which seems rather odd.
986
987         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
988         file once per `g' run.
989
990         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
991         directories.  This makes the draft queue directory work.
992
993         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
994         data from the backends, so that we only request the list of groups from
995         each method once.  This should speed things up considerably.
996
997         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
998         detect that it's not implemented.
999
1000         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1001         we actually do recurse down into the tree, but don't stat all leaf
1002         nodes.
1003
1004         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1005         then say so instead of bugging out.
1006
1007         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1008         files exist before trying to read them.
1009
1010         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1011         around <pre_int>.
1012
1013         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1014
1015         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1016
1017 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1018
1019         * mm-util.el (mm-image-load-path): Just return the image directories,
1020         not all directories in the path in addition to the image directories.
1021         (mm-image-load-path): Maintain a cache of the image directories so that
1022         the `g' command in Gnus doesn't have to stat dozens of directories each
1023         time.
1024
1025         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1026         (gnus-html-wash-tags): Add a new `i' command to insert images.
1027         (gnus-html-insert-image): New command and keystroke.
1028         (gnus-html-redisplay-with-images): New command and keystroke.
1029         (gnus-html-show-images): Renamed command.
1030         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1031         spacers.
1032         (gnus-html-wash-tags): Decode entities at the end, so that entities
1033         inside the tags don't mess up the rest of the "parsing".
1034
1035         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1036         so that nnimap methods aren't agentized by default.  There's apparently
1037         many problems related to agent/imap behaviour.
1038
1039         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1040
1041         * gnus-html.el: Doc fix.
1042
1043 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1044
1045         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1046         specifier-spec-list for Emacs 21.
1047
1048         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1049         glyph-width and glyph-height instead of display-graphic-p and
1050         image-size; make avoidance of displaying small images work for XEmacs.
1051
1052         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1053         for XEmacs.
1054
1055         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1056         of symbol that holds plist data.
1057         (gnus-process-plist): Remove plist of process after getting it.
1058
1059 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1060
1061         * message.el (message-generate-hashcash): Change default to
1062         'opportunistic if hashcash is installed.
1063
1064         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1065         (gnus-html-put-image): Only call image-size once, since it's somewhat
1066         time-consuming on remote X servers.
1067
1068 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1069
1070         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1071         type on data, not a file name.
1072
1073         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1074         window-pixel-edges for Emacs 21.
1075
1076         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1077         decoded contents.
1078         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1079
1080 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1081
1082         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1083         group line format, since it isn't very interesting.
1084
1085         * gnus-agent.el (gnus-agent-short-article),
1086         (gnus-agent-long-article): Increase values for these two variables,
1087         since most people are likely to have more network connection and
1088         storage than before.
1089
1090         * gnus.el (gnus-refer-article-method): Change default to 'current.
1091         When referring an article, the common behaviour is to refer it from the
1092         current select method, not the native select method.  The chances of
1093         the native select method having the message in question is rather slim
1094         these days.
1095
1096         * gnus-sum.el (gnus-auto-select-subject): Change default to
1097         `unseen-or-unread'.  I think it's likely that most people want to
1098         select an unseen article over a previously seen, but unread one.
1099
1100         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1101         means that in the article buffer none of the minor mode elements will
1102         be shown, usually, and this is not desirable in most cases.
1103
1104         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1105         that commands like `d' (and the like) go to the next line in the
1106         buffer, instead of the next unread article.  I think this is the
1107         behaviour that is most natural for most users.
1108         (gnus-single-article-buffer): Change default to nil, so that people can
1109         have as many article buffers open as they have summary buffer.  I think
1110         this is the most natural way for the groups to behave.
1111
1112         * message.el (message-generate-new-buffers): Change default to
1113         `unsent', so that all new message buffers start their names with the
1114         string "*unsent", and it's easier to find the buffers if you move from
1115         them.
1116
1117 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1118
1119         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1120         small.  They're probably tracking images.
1121         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1122         (gnus-html-rescale-image): Yet another try at getting the image sizing
1123         right.
1124
1125         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1126         nntp-marks-file-name is nil.
1127
1128 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1129
1130         * gnus-html.el (gnus-html-wash-tags)
1131         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1132         Better logging.
1133
1134 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1135
1136         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1137
1138         * gnus-html.el (gnus-html-wash-tags): Check the value of
1139         gnus-blocked-images in the summary buffer.
1140
1141 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1142
1143         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1144
1145 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1146
1147         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1148         like "a", it seems like.
1149         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1150         since it needs to be picked from the correct buffer.
1151
1152         * nnwfm.el: Removed.
1153
1154         * nnlistserv.el: Removed.
1155
1156 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1157
1158         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1159         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1160
1161 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1162
1163         * nnkiboze.el: Removed.
1164
1165         * nndb.el: Removed.
1166
1167         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1168         alt text.
1169         (gnus-html-rescale-image): Try to get the rescaling logic right for
1170         images that are just wide and not tall.
1171
1172         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1173         overshadow variable bindings.
1174
1175 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1176
1177         * gnus-html.el (gnus-html-wash-tags)
1178         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1179         extra logging.
1180
1181 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1182
1183         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1184         (gnus-max-image-proportion): New variable.
1185         (gnus-html-rescale-image): New function.
1186         (gnus-html-put-image): Rescale images.
1187
1188 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1189
1190         Fix up some byte-compiler warnings.
1191         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1192         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1193         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1194         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1195         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1196         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1197         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1198
1199 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1200
1201         * gnus-html.el (gnus-article-html): Decode contents by charset.
1202
1203 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1204
1205         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1206         (gnus-html-frame-width, gnus-blocked-images)
1207         * message.el (message-prune-recipient-rules): Add custom version.
1208         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1209
1210         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1211         functions.
1212
1213         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1214         gnus-process-get.
1215
1216 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1217
1218         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1219         instead of lsub directly.
1220
1221 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1222
1223         * nnwarchive.el: Removed.
1224
1225         * gnus-soup.el: Removed.
1226
1227         * nnsoup.el: Removed.
1228
1229         * nnultimate.el: Removed.
1230
1231         * gnus-html.el (gnus-blocked-images): New variable.
1232
1233         * message.el (message-prune-recipients): New function.
1234         (message-prune-recipient-rules): New variable.
1235
1236         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1237         guess whether a long line is natural text or not.
1238
1239         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1240         gnus-process-plist and friends for compatibility.
1241
1242 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1243
1244         * gnus-html.el: Require packages that define macros used in this file.
1245         (gnus-article-mouse-face): Declare to silence byte-compiler.
1246         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1247         process-get.
1248         (gnus-html-put-image): Use plist-get to avoid getf.
1249         (gnus-html-prefetch-images): Use with-current-buffer.
1250
1251 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1252
1253         * gnus-ems.el: Provide compatibility functions for
1254         gnus-set-process-plist.
1255
1256         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1257         header-line-format for XEmacs 21.4.
1258
1259         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1260         * gnus.el (gnus-valid-select-methods)
1261         * message.el (message-send-mail-partially-limit)
1262         * mm-decode.el (mm-text-html-renderer)
1263         * mml.el (mml-insert-mime-headers-always)
1264         * smiley.el (smiley-regexp-alist): Bump custom version.
1265
1266 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1267
1268         * gnus-html.el: require mm-url.
1269         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1270         with the url to `url'.
1271         (gnus-html-wash-tags): Support cid: URLs/images.
1272
1273 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1274
1275         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1276         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1277         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1278
1279         * gnus-move.el: Removed file, since it doesn't really work.
1280
1281         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1282         UTF-8.  This seems to fix problems with some German web feeds.
1283
1284         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1285         at the top so that the proper colours are applied.
1286
1287         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1288         don't have dots in their names.
1289
1290         * gnus-art.el (gnus-article-view-part): Doc fix.
1291
1292         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1293         XEmacs-compatible.
1294         (gnus-html-put-image): Don't do images on non-graphic displays.
1295
1296         * nnslashdot.el: Removed this unused backend.
1297
1298         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1299         actions.
1300         (gnus-undo-register-1): Revert last change.
1301
1302         * gnus-group.el (gnus-group-completing-read): Protect against not
1303         having completion-styles bound.
1304
1305         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1306         make broken recipients happier.
1307
1308         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1309
1310         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1311         point parameter.
1312
1313         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1314
1315         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1316         completion-styles for group selection.
1317
1318 2009-02-04  Andreas Schwab  <schwab@suse.de>
1319
1320         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1321         headers and regexp-quote the match if necessary.
1322
1323 2009-03-24  Miles Bader  <miles@gnu.org>
1324
1325         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1326         the blinking smiley.
1327
1328 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1329
1330         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1331         blink smiley.
1332
1333 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1334
1335         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1336         where the dribbel file lives exists.
1337
1338         * message.el (message-send-mail-partially-limit): Change the default to
1339         nil, since most people don't want this.
1340
1341         * mm-url.el (mm-url-decode-entities): Also decode entities like
1342         &#x3212.
1343
1344 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1345
1346         * gnus-sum.el (gnus-summary-idna-message):
1347         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1348         Hyperlink urls in docstrings with URL `...'.
1349
1350 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1351
1352         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1353         functions.
1354
1355 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1356
1357         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1358         say what the mouseover text should be.
1359
1360         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1361         version of the mm-w3m-safe-url-regexp variable to only download images
1362         in the groups where we want that to happen.
1363
1364         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1365
1366         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1367         easier debugging.
1368         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1369         big pictures in the article buffer.
1370
1371         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1372         gnus-article-html.
1373         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1374         w3m.
1375
1376         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1377
1378 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1379
1380         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1381         which doesn't exist.
1382
1383         * message.el (message-inhibit-ecomplete): New variable to allow some
1384         function to inhibit ecomplete address storage.
1385         (message-resend): Disable ecomplete message storage when resending
1386         messages.
1387
1388         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1389
1390 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1391
1392         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1393         Save excursion while copying, moving, and deleting articles in order to
1394         prevent the cursor from jumping to unforeseen place.
1395
1396 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1397
1398         * lpath.el: No need to bind bookmark-current-buffer,
1399         bookmark-yank-point and bookmark-make-record-function.
1400
1401 2010-08-17  Glenn Morris  <rgm@gnu.org>
1402
1403         * gnus-sync.el: Require gnus components whose functions are used.
1404
1405         * gnus-art.el (bookmark-make-record-function):
1406         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1407         Declare for compiler.
1408
1409         * mm-url.el (mml-compute-boundary): Autoload.
1410
1411 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1412
1413         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1414
1415 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1416
1417         Typo fix "hoo4a" -> "hook".
1418
1419         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1420
1421 2010-08-14  Glenn Morris  <rgm@gnu.org>
1422
1423         * gnus-sync.el (gnus-sync): Fix defgroup version.
1424
1425 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1426
1427         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1428
1429         * gnus-sync.el: Fix docs.
1430         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1431         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1432
1433 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1434
1435         Optimizations for gnus-sync.el.
1436
1437         * gnus-sync.el: Add docs about gnus-sync-backend
1438         possibilities.
1439         (gnus-sync-save): Remove unnecessary message.
1440         (gnus-sync-read): Optimize and show what groups were skipped.
1441
1442 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1443
1444         Minor bug fixes for gnus-sync.el.
1445
1446         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1447         read the sync on get-new-news.
1448
1449         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1450         quiet.
1451
1452         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1453
1454 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1455
1456         Make saving and restoring of hidden threads work with overlays.
1457         Patch applied by Ted Zlatanov.
1458
1459         * gnus-sum.el (gnus-hidden-threads-configuration)
1460         (gnus-restore-hidden-threads-configuration): Update to deal with text
1461         properties, rather than searching for a magic character.
1462
1463 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1464
1465         New gnus-sync.el library for synchronization of marks.
1466
1467         * gnus-sync.el: New library for synchronization of marks.
1468
1469         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1470         renamed from `gnus-registry-grep-in-list'.
1471
1472         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1473
1474         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1475
1476 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1477
1478         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1479         determining charset of text fails.
1480
1481 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1482
1483         * nnmail.el (nnmail-get-new-mail-1): Revert.
1484
1485         * nnml.el (nnml-active-number): Make sure names of newly created groups
1486         in nnml-group-alist are encoded.
1487
1488 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1489
1490         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1491         containing non-ASCII characters in active file for nnml back end.
1492
1493 2010-07-24  David Engster  <dengste@eml.cc>
1494
1495         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1496         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1497
1498 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1499
1500         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1501         tag (Bug#6654).
1502
1503 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1504
1505         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1506         the article buffer, not the summary buffer.
1507
1508 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1509
1510         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1511         Emacs 23 as well.
1512
1513 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1514
1515         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1516         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1517
1518 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1519
1520         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1521         Patch applied by Karl Fogel.
1522
1523         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1524         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1525
1526 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1527
1528         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1529         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1530         C-w still not working correctly from Article buffers; Thierry's
1531         patch to fix that will be applied after this.
1532
1533         * gnus-art.el (bookmark-make-record-function): New local variable.
1534
1535         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1536         article buffer.
1537         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1538
1539 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1540
1541         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1542         on changes in bookmark.el.
1543
1544 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1545
1546         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1547         `no-log' instead of message not to log prompt string.
1548
1549 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1550
1551         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1552         the *other* type of HTML form submission.
1553
1554 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1555
1556         * auth-source.el (auth-source-pick): If choice does not contain a
1557         questioned keyword, set the check to t.
1558
1559 2010-06-12  Romain Francoise  <romain@orebokech.com>
1560
1561         * gnus-util.el (gnus-date-get-time): Move up before first use.
1562
1563 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1564
1565         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1566         (gnus-article-edit-part): Bind it to make last part that is substituted
1567         or deleted visible.
1568         (gnus-mime-display-single): Buttonize part of which id equals to
1569         gnus-mime-buttonized-part-id.
1570
1571 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1572
1573         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1574         (gnus-dd-mmm): Use gnus-date-get-time.
1575         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1576         simplify logic.
1577         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1578         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1579
1580 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1581
1582         * auth-source.el (top): Autoload `secrets-list-collections',
1583         `secrets-create-item', `secrets-delete-item'.
1584         (auth-sources): Fix tag string.
1585         (auth-get-source, auth-source-retrieve, auth-source-create)
1586         (auth-source-delete): New defuns.
1587         (auth-source-pick): Rewrite in order to avoid 2 passes.
1588         (auth-source-forget-user-or-password): New parameter USERNAME.
1589         (auth-source-user-or-password): New parameters CREATE-MISSING and
1590         DELETE-EXISTING.  Retrieve password interactively, if needed.
1591
1592 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1593
1594         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1595         deleting unused directories when gnus-expert-user is t.
1596
1597 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1598
1599         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1600         for each temp file when gnus-article-browse-delete-temp is ask.
1601
1602 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1603
1604         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1605         Lisp calls to delete-backward-char by calls to delete-char.
1606
1607 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1608
1609         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1610
1611 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1612
1613         * password-cache.el (password-cache-remove): Fix docstring.
1614
1615 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1616
1617         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1618         article unless decoding article to be saved.
1619
1620 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1621
1622         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1623         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1624         generated within the mm-with-unibyte-current-buffer macro.
1625
1626 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1627
1628         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1629         to nil when we're in a mml-preview buffer and no group is selected.
1630
1631 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1632
1633         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1634         when catching the `C-g'.  Reported by "Leo".
1635
1636 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1637
1638         * message.el (message-forward-make-body-plain)
1639         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1640         multibyte-string-p.
1641
1642         * lpath.el: Revert.
1643
1644 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1645
1646         * message.el (message-forward-make-body-mml): Assume original message
1647         is multibyte string; error on unibyte.
1648         (message-forward-make-body-plain): Ditto; don't add excessive newline
1649         in body end.
1650
1651         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1652
1653 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1654
1655         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1656         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1657
1658 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1659
1660         * mm-extern.el (mm-extern-url): Don't use
1661         mm-with-unibyte-current-buffer.
1662         (mm-extern-cache-contents): Use with-current-buffer instead of
1663         save-excursion + set-buffer.
1664
1665 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1666
1667         * mm-util.el (mm-emacs-mule): Remove.
1668
1669 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1670
1671         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1672         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1673         change.
1674
1675 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1676
1677         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1678         bind the default value of enable-multibyte-characters to nil.
1679
1680 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1681
1682         * message.el (message-forward-make-body-plain)
1683         (message-forward-make-body-mml):
1684         Don't use mm-with-unibyte-current-buffer.
1685
1686 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1687
1688         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1689
1690 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1691
1692         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1693         (Bug#5592).
1694
1695 2010-05-07  Julien Danjou  <julien@danjou.info>
1696
1697         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1698         it to mm-pipe-part.
1699
1700         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1701         it is given.
1702
1703 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1704
1705         * binhex.el (binhex-decode-region-internal)
1706         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1707         (dns-query)
1708         * nnweb.el (nnweb-gmane-search)
1709         * pgg-parse.el (pgg-parse-armor)
1710         * pgg.el (pgg-verify-region)
1711         * sha1.el (sha1-string-external)
1712         * uudecode.el (uudecode-decode-region-internal)
1713         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1714         XEmacs.
1715
1716         * gnus-art.el (gnus-article-browse-html-parts)
1717         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1718         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1719         make-temp-file.
1720
1721         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1722         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1723         compiling.
1724
1725         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1726         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1727         XEmacs when compiling.
1728
1729         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1730         gnus-pick-mode-off-hook for XEmacs when compiling.
1731         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1732         gnus-binary-mode-off-hook for XEmacs when compiling.
1733
1734         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1735         nil if char-charset is not available.
1736
1737         * imap.el (imap-disable-multibyte)
1738         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1739         macros.
1740
1741         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1742         instead of encode-coding-string.
1743
1744         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1745         'xemacs) instead of mm-emacs-mule to switch function definitions.
1746         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1747
1748         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1749         bind temporary-file-directory for XEmacs;
1750         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1751         timer-set-function for XEmacs 21.4 and SXEmacs;
1752         bind timer-list for XEmacs 21.4 and SXEmacs;
1753         fbind char-charset and find-charset-region for non-Mule XEmacs;
1754         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1755         encode-coding-region and encode-coding-string for XEmacs having no
1756         file-coding feature.
1757
1758 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1759
1760         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1761
1762 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1763
1764         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1765         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1766
1767 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1768
1769         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1770         alias `jka-compr-delete-temp-file' no longer exists.
1771
1772 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1773
1774         Use define-minor-mode in Gnus where applicable.
1775         * mml.el (mml-mode): Use define-minor-mode.
1776         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1777         (gnus-undo-mode): Use define-minor-mode.
1778         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1779         (gnus-dead-summary-mode): Use define-minor-mode.
1780         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1781         Initialize in declaration.
1782         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1783         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1784         (gnus-mailing-list-mode): Use define-minor-mode.
1785         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1786         (gnus-draft-mode): Use define-minor-mode.
1787         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1788         (gnus-dired-mode): Use define-minor-mode.
1789
1790 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1791
1792         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1793         handles on recursive mml-to-mime translation and check them for
1794         boundary delimiter collisions.  Reported by Greg Troxel.
1795
1796 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1797
1798         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1799
1800 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1801
1802         * mm-util.el (mm-find-buffer-file-coding-system):
1803         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1804
1805 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1806
1807         * message.el (message-generate-headers): Record insertion of optional
1808         headers as well.  Otherwise the check to prevent repeated insertion of
1809         optional headers is a no-op.
1810
1811 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1812
1813         * smime.el: Don't mention CVS.
1814
1815         * nnrss.el (nnrss-fetch): Don't mention CVS.
1816
1817         * nnir.el: Don't mention CVS.
1818
1819 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1820
1821         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1822
1823 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1824
1825         * lpath.el: Fbind bookmark-default-handler,
1826         bookmark-get-bookmark-record, bookmark-make-record-default,
1827         bookmark-prop-get for Emacs <23 and XEmacs.
1828
1829 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1830
1831         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1832         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1833         Use with-current-buffer to silence the byte-compiler.
1834         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1835         bother to require `gnus'.
1836         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1837
1838 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1839
1840         * gnus-sum.el (gnus-summary-bookmark-make-record)
1841         (gnus-summary-bookmark-jump): New functions.
1842         (gnus-summary-mode): Setup bookmark support.
1843
1844 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1845
1846         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1847         if set.
1848
1849 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1850
1851         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1852         gnus-article-browse-html-save-cid-image; make it work recursively for
1853         forwarded messages as well.
1854         (gnus-article-browse-html-parts): Work when prefix arg is given.
1855         (gnus-article-browse-html-article): Doc fix.
1856
1857 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1858
1859         * message.el (message-default-mail-headers):
1860         (message-default-headers): Carry the value mail-default-headers over
1861         into message-default-mail-headers, rather than message-default-headers.
1862
1863 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1864
1865         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1866         charset.
1867
1868         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1869         charset into the <meta> tag when the article is encoded to utf-8.
1870
1871 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1872
1873         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1874         directories as well.
1875         (gnus-article-browse-html-parts): Work for images that do not specify
1876         file names; delete temp directory when quitting; insert header at the
1877         right place; use file: scheme for image files.
1878
1879 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1880
1881         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1882         (gnus-article-browse-html-parts): Use it to make temporary cid image
1883         files in addition to html file so that browser may display them.
1884
1885 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1886
1887         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1888
1889 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1890
1891         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1892
1893 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1894
1895         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1896         about Secret Service API sources.  Improve Customize options.
1897         (auth-source-pick): Change to accept any number of search parameters.
1898         Implement fallbacks iteratively, not recursively.  Add scoring on the
1899         second pass and sort by score.  Call Secret Service API when needed.
1900         (auth-source-user-or-password): Use it.  Call Secret Service API
1901         directly when needed to get the user name and the password.
1902
1903 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1904
1905         * message.el (message-interactive): Doc fix.
1906         (message-qmail-inject-args): Reflow.
1907         (message-kill-to-signature): Fix typo in docstring.
1908
1909         * smiley.el (smiley-buffer): Fix typo in docstring.
1910
1911 2010-03-24  Glenn Morris  <rgm@gnu.org>
1912
1913         * mail-source.el (gnus-message): Declare.
1914         (mail-source-delete-old-incoming): Require gnus-util.
1915
1916 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1917
1918         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1919
1920         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1921
1922         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1923         password-cache's default if it is not bound.
1924         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1925         password-cache-expiry's default if it is not bound.
1926
1927         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1928         available in Emacs 21.
1929
1930         * lpath.el: Suppress compiler warnings for:
1931         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1932         XEmacs;
1933         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1934         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1935         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1936
1937 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1938
1939         * auth-source.el (auth-sources): Fix up definition so extra parameters
1940         are always inline.
1941
1942 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1943
1944         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1945         wasn't updated after mismatch.  Clear cached mailbox info correctly
1946         when uidvalidity changes.
1947         (nnimap-group-prefixed-name): New function to avoid some code
1948         duplication.
1949         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1950         (nnimap-request-group): Use it.
1951         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1952         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1953         with many imap folders.  This is done by caching the group status from
1954         the imap server persistently in a group parameter `imap-status'.  (This
1955         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1956         but not persistently, so every Gnus startup was still very slow.)
1957
1958 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1959
1960         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1961         delete the extra newline.  Otherwise editing of :string and :number
1962         types don't work.
1963
1964 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1965
1966         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1967         secrets.el dependency.
1968         (auth-sources): Add optional user name.  Add secrets.el configuration
1969         choice (unused right now).
1970
1971 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1972
1973         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1974         `gnus-registry-install-shortcuts' fill in the functions.
1975
1976         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1977         warnings.
1978         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1979         (gnus-registry-install-shortcuts): Populate and use it in a
1980         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1981
1982 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1983
1984         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1985         In-place substitutions for the group name encoding/decoding.
1986         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1987         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1988         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1989         (nnimap-update-unseen, nnimap-request-list)
1990         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1991         (nnimap-request-set-mark, nnimap-split-to-groups)
1992         (nnimap-split-articles, nnimap-request-newgroups)
1993         (nnimap-request-create-group, nnimap-request-accept-article)
1994         (nnimap-request-delete-group, nnimap-request-rename-group)
1995         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1996         `encoded-mbx' for consistency.
1997         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1998         variable `imap-current-mailbox'.
1999
2000         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2001         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2002
2003 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2004
2005         * pop3.el (pop3-display-message-size-flag): Display message size byte
2006         counts during POP3 download.
2007         (pop3-movemail): Use it.
2008         (pop3-list): Implement listing of available messages.
2009
2010 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2011
2012         * nnir.el (nnir-get-article-nov-override-function): New function to
2013         override the normal NOV retrieval.
2014         (nnir-retrieve-headers): Use it.
2015
2016 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2017
2018         * auth-source.el (netrc-machine-user-or-password): Autoload.
2019
2020 2010-03-19  Glenn Morris  <rgm@gnu.org>
2021
2022         Stop message.el from loading about 40 libraries it doesn't always need.
2023         The general approach is to autoload rather than require, and to
2024         require in the specific functions rather than the file.  (Bug#5642)
2025
2026         * gmm-utils.el: Don't require wid-edit.
2027         (widget-create-child-value, widget-convert, widget-default-get):
2028         Autoload.
2029
2030         * gnus-util.el: Don't require time-date, netrc.
2031         (message-fetch-field, gnus-group-name-decode): Declare rather than
2032         autoloading.
2033         (gnus-fetch-field): Require message.
2034         (gnus-decode-newsgroups): Require gnus-group.
2035
2036         * ietf-drums.el: Don't require time-date.
2037
2038         * message.el: Don't require hashcash, canlock, ecomplete.
2039         Do require mail-utils.  Require nnheader only when compiling.
2040         (smtpmail-default-smtp-server): Remove declaration.
2041         (message-send-mail-function): Check smtpmail-default-smtp-server
2042         is bound rather than requiring smtpmail.
2043         (message-auto-save-directory, message-insert-signature): Use
2044         expand-file-name rather than nnheader-concat.
2045         (nnheader-insert-file-contents): Autoload.
2046         (hashcash-wait-async): Declare.
2047         (message-send-mail): Only call gnus-setup-posting-charset if
2048         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2049         (message-send-mail-with-sendmail): Require sendmail.
2050         (canlock-password, canlock-password-for-verify): Declare.
2051         (message-canlock-password): Require canlock.
2052         (nnheader-get-report): Autoload.
2053         (gnus-setup-posting-charset): Declare.
2054         (message-send-news): Require gnus-msg.
2055         (message-make-references, message-make-in-reply-to): Use mail-header-id
2056         rather than the alias mail-header-message-id.
2057         (ecomplete-add-item, ecomplete-save): Declare.
2058         (message-put-addresses-in-ecomplete): Require ecomplete.
2059         (ecomplete-display-matches): Autoload.
2060
2061         * mm-decode.el: Don't require mailcap, gnus-util.
2062         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2063         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2064         Autoload.
2065         (mailcap-mime-extensions): Declare.
2066
2067         * mm-encode.el: Don't require mailcap.
2068         (mailcap-extension-to-mime): Autoload.
2069
2070         * mml-sec.el: Don't require password-cache.
2071
2072         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2073         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2074         (mml-minibuffer-read-type): Require mailcap.
2075         (mml-preview): Require gnus-msg.
2076
2077         * mml1991.el: Require password-cache.
2078         (password-cache-expiry): Remove declaration.
2079
2080         * mml2015.el: Require password-cache.
2081         (password-cache-expiry): Remove declaration.
2082
2083         * nneething.el (mailcap): Require mailcap.
2084
2085         * nnheader.el (declare-function): Add compatibility stub.
2086         (message-remove-header): Declare rather than autoload.
2087         (nnheader-replace-header): Require message.
2088
2089         * nnimap.el (declare-function): Add compatibility stub.
2090         (netrc-parse, netrc-machine-user-or-password): Declare.
2091         (nnimap-open-connection): Require netrc.
2092
2093         * nntp.el (declare-function): Add compatibility stub.
2094         (netrc-parse, netrc-machine, netrc-get): Declare.
2095         (nntp-send-authinfo): Require netrc.
2096
2097         * rfc2047.el: Don't require qp.
2098         (quoted-printable-encode-region, quoted-printable-decode-string):
2099         Autoload.
2100
2101         * sieve-mode.el: Don't require easymenu.
2102         (easy-menu-add-item): Autoload it.
2103
2104         * spam-stat.el (time-to-number-of-days): Autoload it.
2105
2106 2010-03-19  Glenn Morris  <rgm@gnu.org>
2107
2108         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2109
2110 2010-03-18  Glenn Morris  <rgm@gnu.org>
2111
2112         * hashcash.el (declare-function): Remove duplicate definition.
2113
2114 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2115
2116         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2117         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2118         value if any backslash escapes).
2119
2120 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2121
2122         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2123         if it is available.  (bug#5647)
2124
2125         * lpath.el: Suppress compiler warning for coding-system-from-name for
2126         Emacs 21 and XEmacs.
2127
2128 2010-03-14  Juri Linkov  <juri@jurta.org>
2129
2130         * hmac-def.el:
2131         * hmac-md5.el:
2132         * netrc.el: Fix keywords.
2133
2134 2010-02-26  Glenn Morris  <rgm@gnu.org>
2135
2136         * message.el (message-send-mail-function): Change the default, so that
2137         it inherits from a customized send-mail-function.  (Bug#5643)
2138
2139 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2140
2141         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2142         shell-command-to-string signals an error (bug#5299).
2143
2144 2010-02-24  Glenn Morris  <rgm@gnu.org>
2145
2146         * message.el (message-smtpmail-send-it)
2147         (message-send-mail-with-mailclient): Doc fixes.
2148
2149 2010-02-16  Glenn Morris  <rgm@gnu.org>
2150
2151         * message.el (message-default-mail-headers): Change the default value
2152         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2153
2154 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2155
2156         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2157         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2158
2159 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2160
2161         * time-date.el (date-to-time): Doc fix (Bug#5408).
2162
2163 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2164
2165         * message.el (message-mail): Just pass yank-action on to message-setup.
2166         (message-setup): Handle (FUN . ARGS) form of yank-action.
2167         (message-with-reply-buffer, message-widen-reply)
2168         (message-yank-original): Handle non-buffer values of
2169         message-reply-buffer (Bug#4080).
2170         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2171
2172 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2173
2174         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2175         Fix typo in docstring.
2176
2177 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2178
2179         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2180         response.
2181
2182 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2183
2184         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2185
2186         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2187
2188         * message.el (message-check-news-header-syntax): Protect against a
2189         string that `rfc822-addresses' returns when parsing fails.
2190
2191 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2192
2193         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2194         (gnus-previous-char-property-change): New functions.
2195
2196         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2197
2198 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2199
2200         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2201         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2202
2203 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2204
2205         * message.el (message-exchange-point-and-mark): Rework last change to
2206         avoid using optional arg of exchange-point-and-mark, for backward
2207         compatibility.
2208
2209 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2210
2211         * message.el (message-exchange-point-and-mark): Call
2212         exchange-point-and-mark with an argument rather than setting
2213         mark-active by hand (Bug#5175).
2214
2215 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2216
2217         * nntp.el (nntp-service-to-port): Work for service expressed with
2218         numeric string; replace [:digit:] with [0-9] for XEmacs.
2219
2220 2009-12-17  Glenn Morris  <rgm@gnu.org>
2221
2222         * gnus-group.el (gnus-bug-group-download-format-alist):
2223         Change emacs entry to debbugs.gnu.org.  Bump :version.
2224
2225 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2226
2227         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2228
2229 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2230
2231         * message.el (message-info): Explain why we use `Info-goto-node'.
2232
2233 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2234
2235         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2236
2237 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2238
2239         * message.el (message-completion-in-region): New compatibility function.
2240         (message-expand-group): Use it.
2241
2242 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2243
2244         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2245         with no unread article should be listed if the 2nd arg `predicate' is
2246         given.
2247
2248 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2249
2250         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2251
2252 2009-11-29  Juri Linkov  <juri@jurta.org>
2253
2254         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2255         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2256         on `gnus-recenter'. (Bug#4698, Bug#4981)
2257
2258 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2259
2260         * sha1.el (sha1-string-external): default-directory "/" in case
2261         otherwise non-existent.  process-connection-type pipe for touch of
2262         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2263
2264 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2265
2266         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2267         it's comms related and sgml-mode.el has "comm" on that basis too.
2268
2269 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2270
2271         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2272         containing tspecial characters if they have been already quoted.
2273
2274 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2275
2276         * dns-mode.el (auto-mode-alist): Purecopy string.
2277
2278 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2279
2280         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2281
2282 2009-10-24  Glenn Morris  <rgm@gnu.org>
2283
2284         * gnus-art.el (help-xref-stack-item): Define for compiler.
2285
2286 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2287
2288         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2289
2290 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2291
2292         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2293
2294 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2295
2296         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2297         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2298
2299 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2300
2301         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2302         (gnus-overlays-in): New alias to overlays-in.
2303
2304         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2305         gnus-overlay-get, and gnus-delete-overlay.
2306         (gnus-summary-show-thread): Make it work as well for systems in which
2307         next-single-char-property-change is not available.
2308         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2309
2310         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2311         (gnus-overlay-get): New alias to extent-property.
2312         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2313
2314         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2315         SXEmacs.
2316
2317         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2318         SXEmacs.
2319
2320 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2321
2322         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2323
2324 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2325
2326         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2327         and XEmacs that don't have `remove-overlays'.
2328
2329 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2330
2331         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2332         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2333         selective display.  Use overlays instead.
2334
2335 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2336
2337         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2338
2339 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2340
2341         * spam-stat.el (spam-stat-load): Fix typo in message.
2342
2343 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2344
2345         * dig.el (dig-invoke): Fix typo in docstring.
2346         (query-dig): Reflow docstring.
2347
2348 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2349
2350         * gnus-art.el (gnus-article-encrypt-body):
2351         * message.el (message-check-recipients):
2352         * mm-util.el (mm-codepage-setup):
2353         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2354         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2355
2356 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2357
2358         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2359         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2360         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2361         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2362         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2363
2364 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2365
2366         * dig.el: Add "Keywords: comm", as per net-utils.el.
2367
2368 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2369
2370         * dig.el (dig-mode): Use define-derived-mode.
2371
2372 2009-09-19  Glenn Morris  <rgm@gnu.org>
2373
2374         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2375
2376 2009-09-18  Glenn Morris  <rgm@gnu.org>
2377
2378         * gnus-diary.el (gnus-diary-check-message):
2379         * message.el (message-insert-formatted-citation-line):
2380         * nnbabyl.el (top-level):
2381         * nndiary.el (nndiary-schedule):
2382         Fix typos in condition-case handlers.
2383
2384 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2385
2386         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2387         configuration that provides the sole article window in a frame;
2388         position point correctly after deleting a part.
2389
2390 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2391
2392         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2393         (spam-resolve-registrations-routine): Use it to unregister articles
2394         that change status.
2395
2396 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2397
2398         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2399         with XEmacs.
2400         (parse-time-string-chars): Use it.
2401
2402 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2403
2404         * imap.el (imap-interactive-login): Better messages.
2405         (imap-open): Fix bug with renamed buffer on reconnect.
2406         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2407         for easier debugging and cleaner code.  On successful (guessed based on
2408         server capabilities) secondary authentication, set imap-state
2409         correctly.
2410         (imap-last-authenticator): Define imap-last-authenticator as a variable
2411         to avoid warnings.
2412
2413 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2414
2415         * nnrss.el (nnrss-request-article): Remove binding of
2416         default-enable-multibyte-characters that has gotten needless by
2417         the 2007-07-13 change in rfc2047-encode-message-header.
2418
2419         * mml.el (mml-insert-multipart): Error on the message header.
2420         (mml-insert-part): Error on the message header; position point at
2421         the end of a MIME tag.
2422
2423 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2424
2425         * time-date.el (autoload): Expand define-obsolete-function-alias into
2426         defalias and make-obsolete for old Emacsen that Gnus supports.
2427         (with-no-warnings): Define it for old Emacsen.
2428         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2429         is available.
2430         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2431         float-time is available; suppress compile warning for time-to-seconds.
2432
2433         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2434         (gnus-float-time): Alias to float-time if it exists.
2435
2436         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2437         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2438         float-time is available; suppress compile warning for time-to-seconds.
2439
2440         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2441         XEmacs.
2442
2443 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2444
2445         * imap.el (imap-message-map): Docstring fix.
2446
2447 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2448
2449         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2450         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2451         Add the optional argument `encoding' that overrides the default.
2452
2453         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2454         mm-encode-buffer.
2455
2456 2009-09-04  Glenn Morris  <rgm@gnu.org>
2457
2458         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2459         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2460         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2461         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2462         * mm-util.el (mm-with-unibyte-current-buffer)
2463         (mm-find-buffer-file-coding-system):
2464         * yenc.el (yenc-decode-region): Use default-value rather than
2465         default-enable-multibyte-characters.
2466
2467 2009-09-03  Glenn Morris  <rgm@gnu.org>
2468
2469         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2470         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2471         than default-enable-multibyte-characters.
2472
2473 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2474
2475         * gnus-art.el (gnus-article-read-summary-keys):
2476         Fix gnus-buffer-configuration's value temporarily used.
2477
2478 2009-09-02  Glenn Morris  <rgm@gnu.org>
2479
2480         * gnus-util.el (gnus-float-time): New function.
2481         * gnus-delay.el (gnus-delay-article):
2482         * gnus-sum.el (gnus-thread-latest-date):
2483         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2484         * nnspool.el (nnspool-request-newgroups):
2485         Use gnus-float-time rather than time-to-seconds.
2486         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2487
2488         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2489         (gnus-header-subject-face, gnus-header-newsgroups-face)
2490         (gnus-header-name-face, gnus-header-content-face):
2491         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2492         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2493         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2494         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2495         (gnus-cite-face-11):
2496         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2497         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2498         (gnus-server-closed-face, gnus-server-denied-face)
2499         (gnus-server-offline-face):
2500         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2501         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2502         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2503         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2504         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2505         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2506         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2507         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2508         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2509         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2510         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2511         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2512         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2513         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2514         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2515         (gnus-summary-high-undownloaded-face)
2516         (gnus-summary-low-undownloaded-face)
2517         (gnus-summary-normal-undownloaded-face)
2518         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2519         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2520         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2521         (gnus-splash-face):
2522         * message.el (message-header-to-face, message-header-cc-face)
2523         (message-header-subject-face, message-header-newsgroups-face)
2524         (message-header-other-face, message-header-name-face)
2525         (message-header-xheader-face, message-separator-face)
2526         (message-cited-text-face, message-mml-face):
2527         * sieve-mode.el (sieve-control-commands-face)
2528         (sieve-action-commands-face, sieve-test-commands-face)
2529         (sieve-tagged-arguments-face):
2530         * spam.el (spam-face):
2531         Mark face aliases with "-face" in the name as obsolete.
2532
2533 2009-09-01  Glenn Morris  <rgm@gnu.org>
2534
2535         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2536         than goto-line.
2537
2538 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2539
2540         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2541         Don't move point if the command is invoked inside the message header.
2542
2543 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2544
2545         * imap.el (imap-send-command): Simplify.
2546         (imap-wait-for-tag): point-max -> buffer-size.
2547
2548 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2549
2550         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2551         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2552         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2553         * nnir.el (nnir-swish-e-index-file):
2554         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2555         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2556         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2557         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2558         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2559         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2560
2561 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2562
2563         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2564         Don't save excursion.
2565
2566 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2567
2568         * nnheader.el (nnheader-find-file-noselect):
2569         * mm-util.el (mm-insert-file-contents):
2570         Use (default-value 'major-mode) instead of default-major-mode.
2571
2572 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2573
2574         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2575
2576 2009-08-26  Glenn Morris  <rgm@gnu.org>
2577
2578         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2579         than placing in files.el.
2580
2581 2009-08-25  Glenn Morris  <rgm@gnu.org>
2582
2583         * nnir.el (top-level): Don't require cl at run-time.
2584         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2585         Replace cl-function substitute with gnus-replace-in-string.
2586         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2587         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2588         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2589         simplified expansions.
2590
2591 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2592
2593         * dig.el (dig): Add autoload cookie.
2594
2595 2009-08-22  Glenn Morris  <rgm@gnu.org>
2596
2597         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2598         goto-line.
2599
2600 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2601
2602         * parse-time.el (parse-time-string-chars): Save match data.
2603
2604 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2605
2606         * parse-time.el (parse-time-string-chars): Compute using character
2607         classes, to handle non-ascii characters (Bug#3190).
2608
2609 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2610
2611         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2612
2613         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2614         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2615         (gnus-mm-display-part, gnus-mime-display-single)
2616         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2617         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2618
2619         * gnus-sum.el
2620         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2621         (gnus-summary-move-article): Add expirable mark to articles copied or
2622         moved to group that has auto-expire turned on if the option is non-nil.
2623
2624 2009-07-24  Glenn Morris  <rgm@gnu.org>
2625
2626         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2627         Fix typo.  (Bug#3903)
2628
2629 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2630
2631         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2632         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2633         that should not be used for draft articles.
2634         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2635         that has no concern in minor mode keys.
2636         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2637         Abolish.
2638
2639 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2640
2641         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2642         article without making inquiry to a user for unknown encoding.
2643
2644         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2645         (nnmaildir--scan): Assume i-node and device number that file-attributes
2646         returns might be cons-cell.
2647
2648         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2649
2650         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2651
2652 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2653
2654         * auth-source.el: Remove docs now in auth.texi.  Don't use
2655         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2656         `auth-source-hide-passwords' and use them.
2657
2658 2009-07-15  Glenn Morris  <rgm@gnu.org>
2659
2660         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2661
2662 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2663
2664         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2665         excessive whitespace from the default values of title and description.
2666
2667 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2668
2669         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2670         mail-fetch-field to fetch Content-Description header in order to
2671         exclude newlines.
2672
2673 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2674
2675         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2676         format used by GnuPG 2.0.11.
2677
2678 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2679
2680         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2681         to deleted part.
2682
2683 2009-05-30  David Engster  <dengste@eml.cc>
2684
2685         * nnmairix.el: Remove old documentation in the commentary block.
2686         (nnmairix-request-group): Do not update active file for nnml back ends.
2687         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2688         end so that overview files are ignored.
2689         (nnmairix-update-groups): Make updating the groups more robust by using
2690         marks.
2691         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2692         with dollar characters in message-id.
2693
2694 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2695
2696         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2697         2008-12-25 in dns.el.
2698
2699 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2700
2701         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2702         could happen if the text is only composed of spaces and/or tabs.
2703
2704 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2705
2706         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2707         when sending a queued message to avoid extra mml tags.
2708
2709 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2710
2711         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2712
2713 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2714
2715         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2716         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2717         rmail-toggle-header for XEmacs;
2718         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2719
2720 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2721
2722         * gnus-dired.el: Remove autoload for gnus-setup-message.
2723         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2724         displaying Gnus logo; always use compose-mail.
2725
2726 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2727
2728         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2729
2730 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2731
2732         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2733         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2734         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2735         available.
2736         (gnus-nocem-epg-verify): New function.
2737
2738 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2739
2740         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2741
2742 2009-02-15  Glenn Morris  <rgm@gnu.org>
2743
2744         * gnus-util.el (rmail-insert-rmail-file-header)
2745         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2746         autoloads.
2747         (rmail-default-rmail-file): Remove unnecessary declaration.
2748         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2749
2750 2009-02-14  Glenn Morris  <rgm@gnu.org>
2751
2752         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2753         variable (only used in gnus-util, which declares it anyway).
2754         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2755         which was only needed by gnus-art (changed to not use it any more).
2756         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2757         only used in gnus-util, which autoloads it itself.
2758         (rmail-update-summary): Fix autoload.
2759
2760         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2761         rather than rmail-output-to-rmail-file.
2762
2763 2009-02-07  Glenn Morris  <rgm@gnu.org>
2764
2765         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2766         autoload of function that no longer exists.
2767         (rmail-toggle-header): Declare.
2768         (message-forward-rmail-make-body): Handle mbox Rmail.
2769
2770 2009-01-31  Glenn Morris  <rgm@gnu.org>
2771
2772         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2773         2009-01-09 change.
2774
2775 2009-01-31  Dave Love  <fx@gnu.org>
2776
2777         * imap.el (imap-fetch-safe): Bind debug-on-error.
2778         (imap-debug): Add imap-fetch-safe.
2779
2780 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2781
2782         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2783         (auth-source-forget-all-cached): New convenience function.
2784         (auth-source-user-or-password): Accept list of modes or a single mode.
2785
2786         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2787         auth-source modes.
2788
2789         * netrc.el (netrc-machine-user-or-password): Use list of
2790         auth-source modes.
2791
2792         * nnimap.el (nnimap-open-connection): Use list of
2793         auth-source modes.
2794
2795         * nntp.el (nntp-send-authinfo): Use list of
2796         auth-source modes.
2797
2798 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2799
2800         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2801         now.
2802
2803 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2804
2805         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2806         coding system in XEmacs; add a workaround for XEmacs.
2807
2808         * lpath.el: Fbind coding-system-aliasee.
2809
2810 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2811
2812         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2813         of current-language-environment.
2814
2815 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2816
2817         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2818         available at runtime.
2819
2820 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2821
2822         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2823
2824 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2825
2826         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2827         the greatest positive fixnum value doesn't work under an XEmacs with
2828         bignum support; use the most-positive-fixnum constant instead,
2829         available since Emacs 21.1 with cl and XEmacs 21.1.
2830
2831 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2832
2833         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2834         XEmacs gets not to work.
2835
2836 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2837
2838         * mm-util.el (mm-coding-system-priorities): Allow the value like
2839         "Japanese (UTF-8)" of current-language-environment.
2840
2841 2009-01-09  Glenn Morris  <rgm@gnu.org>
2842
2843         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2844         with last-command-event.
2845
2846 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2847
2848         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2849         in the doc string.
2850
2851         * message.el (message-fix-before-sending): Amend comment.
2852
2853 2009-01-08  Dave Love  <fx@gnu.org>
2854
2855         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2856
2857 2009-01-07  David Engster  <dengste@eml.cc>
2858
2859         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2860         simplified server definitions by converting it via
2861         gnus-server-to-method.
2862
2863 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2864
2865         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2866         parameter's operands.
2867
2868 2009-01-06  David Engster  <dengste@eml.cc>
2869
2870         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2871         primary select method (for gnus-group-mark-article-as-read).
2872
2873 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2874
2875         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2876         `(gnus)Face', not `(gnus)X-Face'.
2877
2878 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2879
2880         * mm-util.el (mm-ucs-to-char): New function.
2881
2882         * mm-url.el (mm-url-decode-entities): Use it.
2883
2884         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2885         unicode-to-char.
2886
2887 2009-01-05  Dave Love  <fx@gnu.org>
2888
2889         * time-date.el: Require cl for `declare'.
2890
2891 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2892
2893         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2894         Dave Love.
2895
2896 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2897
2898         * message.el (message-fix-before-sending): Add `eight-bit' to
2899         illegible-text check.
2900
2901 2009-01-03  Michael Olson  <mwolson@gnu.org>
2902
2903         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2904         `headers' is nil.  This can occur if the IMAP server does not have
2905         permissions to read messages from a folder, but can write new messages
2906         to the folder.
2907         (nnimap-request-article-part): Do not insert `data' if it is nil.
2908
2909         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2910         characters which will confuse `read', so skip past them.
2911
2912 2009-01-01  Dave Love  <fx@gnu.org>
2913
2914         * imap.el (imap-string-to-integer): Fix typo.
2915         (imap-fetch-safe): New function.
2916         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2917
2918         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2919
2920         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2921         (imap-parse-greeting): Fix doc strings.
2922         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2923         (imap-parse-flag-list): Make messages unique.
2924         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2925
2926         * nnimap.el: Fix author email.
2927         (nnimap-split-rule): Add FIXME comment.
2928         (nnimap-debug): Fix doc string.
2929
2930 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2931
2932         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2933
2934 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2935
2936         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2937         nslookup if resolv.conf isn't available.
2938         (dns-query): Rename from query-dns.
2939         (dns-query-cached): Rename from query-dns-cached.
2940
2941 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2942
2943         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2944         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2945         to check if those variables exist (first appeared in Emacs 18.50).
2946
2947 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2948
2949         * mm-util.el (mm-line-number-at-pos): New function.
2950
2951         * spam-report.el (spam-report-process-queue): Use it.
2952
2953 2008-12-24  David Engster  <dengste@eml.cc>
2954
2955         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2956         parameters that haven't existed as variables as buffer-local variables.
2957
2958 2008-12-23  Dave Love  <fx@gnu.org>
2959
2960         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2961         cadar.
2962
2963         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2964         imap-starttls-p.
2965         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2966
2967 2008-12-22  Dave Love  <fx@gnu.org>
2968
2969         * imap.el: Fix author email.  Doc fixes.
2970         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2971         reply.
2972
2973 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2974
2975         * spam-report.el (spam-report-gmane-max-requests): New constant.
2976         (spam-report-gmane-wait): New variable.
2977         (spam-report-gmane-ham, spam-report-gmane-spam)
2978         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2979         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2980         the server.
2981
2982         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2983         Add explanations.
2984
2985         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2986         nnheader-accept-process-output and nnheader-read-timeout if available.
2987         (pop3-movemail): Use it.
2988
2989         * message.el (message-check-news-body-syntax): Fix signature check if
2990         there's an attachment.
2991
2992 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2993
2994         * mm-util.el: Add comments to the mm- emulating functions.
2995
2996 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2997
2998         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2999         by Stephen Berman <stephen.berman@gmx.net>.
3000
3001 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3002
3003         * mm-util.el (mm-substring-no-properties): New function.
3004         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3005         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3006         (mm-string-to-multibyte): Doc fix.
3007
3008         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3009
3010 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3011
3012         * mml.el (mml-attach-file): Strip text properties from file name.
3013         (Bug#1574)
3014
3015 2008-12-16  Glenn Morris  <rgm@gnu.org>
3016
3017         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3018
3019 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3020
3021         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3022         knows since the charset specified might be a bogus alias that
3023         mm-charset-synonym-alist provides.
3024
3025 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3026
3027         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3028         "ISO_8859-1".
3029
3030         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3031
3032 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3033
3034         * mm-util.el (mm-charset-eval-alist):
3035         Define it before mm-charset-to-coding-system.
3036         (mm-charset-to-coding-system): Add optional argument `silent';
3037         define it before mm-charset-override-alist.
3038         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3039         default value if it can be used in Emacs currently running;
3040         silence mm-charset-to-coding-system.
3041
3042 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3043
3044         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3045         `allow-override' which says whether to use `mm-charset-override-alist'.
3046         (rfc2047-decode-encoded-words): Use it.
3047
3048         * mm-util.el (mm-charset-override-alist): Fix custom type;
3049         add `(gb2312 . gbk)' to choices.
3050
3051 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3052
3053         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3054         fast.
3055
3056         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3057
3058         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3059
3060 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3061
3062         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3063         on links.
3064
3065         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3066
3067 2008-12-03  Lute Kamstra  <lute@gnu.org>
3068
3069         * sha1.el: Remove leading * from docstrings of defcustoms,
3070         deffaces, defconsts and defuns.
3071
3072 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3073
3074         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3075         users' addresses that don't have domain parts.
3076         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3077         rather than message-narrow-to-head since there will be the message
3078         header separator.
3079
3080 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3081
3082         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3083         since the result is inserted in a unibyte buffer anyway.
3084         (nnimap-demule-use-string-to-multibyte): Remove.
3085         (nnimap-demule): Alias it to mm-string-to-multibyte.
3086
3087 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3088
3089         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3090         variable for debugging bug#464 and bug#1174.
3091         (nnimap-demule): Use it.
3092
3093 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3094
3095         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3096         score calculation correctly.
3097
3098 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3099
3100         * message.el (message-send-mail): Just set the buffer to unibyte
3101         rather than use mm-with-unibyte-current-buffer which does a lot more.
3102         (message-send-mail-partially): Don't bother with
3103         mm-with-unibyte-current-buffer since it's already been made unibyte by
3104         message-send-mail.
3105
3106 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3107
3108         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3109
3110 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3111
3112         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3113
3114 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3115
3116         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3117         require itself and to remove `with-no-warnings'.
3118
3119 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3120
3121         * starttls.el (starttls-any-program-available): Get the name of the
3122         available TLS layer program.
3123         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3124         well as the host name in the "opening" message.
3125
3126         * auth-source.el (auth-source-cache, auth-source-do-cache)
3127         (auth-source-user-or-password): Cache passwords and logins by default,
3128         allow override with `auth-source-do-cache'.
3129         (auth-source-forget-user-or-password): Allow users to remove cache
3130         entries if needed.
3131
3132 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3133
3134         * md4.el (md4-buffer): Fix typo in docstring.
3135         (md4, md4-64): Doc fixes.
3136         (md4-pack-int32): Reflow docstring.
3137
3138 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3139
3140         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3141         condition-case to only the forward-sexp call.
3142
3143 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3144
3145         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3146         quotes contained.  Make it more robust regardless by an extra
3147         condition-case wrapper.
3148
3149 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3150
3151         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3152
3153 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3154
3155         * nnml.el (nnml-request-expire-articles): Check if the function set to
3156         `nnmail-expiry-target' returns the symbol `delete'.
3157
3158         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3159
3160         * nnmail.el (nnmail-expiry-target): Fix custom type.
3161
3162 2008-10-02  Glenn Morris  <rgm@gnu.org>
3163
3164         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3165         Silence compiler warning.
3166
3167 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3168
3169         * tls.el (open-tls-stream): Show the actual command being
3170         executed, instead of the format string.
3171
3172 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3173
3174         * lpath.el: Fbind codepage-setup for Emacs 23.
3175
3176 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3177
3178         * mml.el (mml-menu): Don't assume mml2015 is bound.
3179
3180 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3181
3182         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3183         exists.
3184
3185 2008-09-27  Glenn Morris  <rgm@gnu.org>
3186
3187         * gnus-util.el (mail-header-remove-comments): Autoload it.
3188
3189 2008-09-27  Andreas Schwab  <schwab@suse.de>
3190
3191         * gnus-util.el (gnus-split-references): Strip comments.
3192         (gnus-parent-id): Likewise.
3193
3194 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3195
3196         * message.el (message-confirm-send): Fix version.
3197
3198 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3199
3200         * message.el (message-idna-to-ascii-rhs-1): Use
3201         mail-extract-address-components rather than mail-header-parse-addresses
3202         that is an alias by default to ietf-drums-parse-addresses that does not
3203         support non-ASCII names in headers' contents.
3204
3205 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3206
3207         * message.el (message-confirm-send): Fixed variable documentation to
3208         avoid the "y/n" wording.
3209
3210 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3211
3212         * message.el (message-set-auto-save-file-name): Save to a different
3213         filename so multiple messages (especially drafts) can be recovered.
3214
3215 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3216
3217         * message.el (message-confirm-send): Add appropriate version.
3218
3219 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3220
3221         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3222         defvar.
3223
3224 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3225
3226         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3227         (mm-pkcs7-enveloped-magic): Ditto.
3228
3229 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3230
3231         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3232         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3233
3234 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3235
3236         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3237         default, it's better.
3238
3239 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3240
3241         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3242         summary line gnus-number property and ignore them (with a warning
3243         message).
3244
3245 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3246
3247         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3248         macro caddr in the interactive form since it won't be expanded.
3249
3250 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3251
3252         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3253         `charset'; fix name of function called recursively.
3254         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3255
3256 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3257
3258         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3259         (gnus-mime-set-charset-parameters): New function.
3260         (gnus-mime-view-part-as-charset): Use it to correctly display part
3261         specifying wrong charset.
3262
3263 2008-09-08  David Engster  <dengste@eml.cc>
3264
3265         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3266         in completing-read for back end server.
3267
3268 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3269
3270         * message.el (message-confirm-send): New variable to confirm sending a
3271         message.
3272         (message-send): Use it.
3273
3274 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3275
3276         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3277
3278 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3279
3280         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3281
3282 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3283
3284         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3285         prevent tracking too many groups.
3286         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3287         Use it.
3288
3289 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3290
3291         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3292         moving point to the bottom of the window in order to avoid recentering.
3293
3294 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3295
3296         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3297
3298         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3299         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3300         (gnus-article-beginning-of-window): Fix calculation.
3301
3302 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3303
3304         * gnus-msg.el (gnus-summary-supersede-article)
3305         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3306         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3307         message header.
3308
3309 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3310
3311         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3312         pending output coming after the status change.
3313
3314 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3315
3316         * message.el:
3317         * gnus-start.el:
3318         * gnus-registry.el: Remove VMS support.
3319
3320 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3321
3322         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3323         macro.
3324         (rfc2104-hash): Use it.
3325
3326 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3327
3328         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3329         (gnus-summary-sort-by-most-recent-date): New commands.
3330         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3331         and menu entries.
3332
3333 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3334
3335         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3336         don't redisplay article for raw contents; remove plural articles stuff.
3337
3338         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3339         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3340         on gnus-summary-save-article; display results properly.
3341
3342 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3343
3344         * lpath.el: No need to fbind ns-focus-frame.
3345
3346 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3347
3348         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3349
3350 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3351
3352         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3353         gnus-save-all-headers.
3354
3355 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3356
3357         * gnus-util.el (ns-focus-frame): Remove declaration.
3358         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3359         like x.
3360
3361 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3362
3363         * rfc2104.el (rfc2104-zero): Delete defconst.
3364         (rfc2104-hex-alist): Likewise.
3365         (rfc2104-hex-to-int): Delete func.
3366         (rfc2104-hexstring-to-bitstring): Likewise.
3367         (rfc2104-nybbles): New defconst.
3368         (rfc2104-hash): Rewrite for speed.
3369
3370 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3371
3372         * tls.el (open-tls-stream): Make it work with the 2nd argument
3373         BUFFER that is a string but does not exist as a buffer object, as
3374         mentioned in the doc-string.
3375
3376 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3377
3378         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3379         SXEmacs.
3380
3381 2008-07-16  Glenn Morris  <rgm@gnu.org>
3382
3383         * gnus-util.el (ns-focus-frame): Declare for compiler.
3384
3385 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3386
3387         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3388         set as a group parameter.
3389         (gnus-summary-save-in-pipe): Work when it is called independently.
3390         (gnus-summary-pipe-to-muttprint): Don't modify
3391         gnus-summary-pipe-output-default-command.
3392
3393 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3394
3395         * message.el (message-send-mail-with-sendmail):
3396         Display the error message.
3397
3398 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3399
3400         * gnus-art.el (gnus-default-article-saver):
3401         Add gnus-summary-save-in-pipe to choices.
3402         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3403         gnus-summary-pipe-output-default-command as the default command.
3404         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3405         instead of gnus-last-shell-command.
3406
3407         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3408         New user option.
3409         (gnus-summary-muttprint-program): Mention the value will be changed.
3410         (gnus-summary-save-article): Force showing of all headers.
3411         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3412
3413 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3414
3415         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3416
3417 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3418
3419         * nnimap.el (nnimap-id):
3420         * sieve-manage.el (sieve-manage-open): Doc fixes.
3421
3422 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3423
3424         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3425         if available.
3426
3427 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3428
3429         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3430
3431         * nnkiboze.el (nnkiboze-generate-group):
3432         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3433
3434         * nnmairix.el: Require CL.
3435
3436 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3437
3438         * dgnushack.el: Autoload get-display-table and put-display-table for
3439         XEmacs 21.5.
3440
3441         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3442         21.4 and SXEmacs.
3443
3444 2008-06-15  David Engster  <dengste@eml.cc>
3445
3446         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3447
3448 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3449
3450         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3451         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3452         runtime choice under XEmacs.
3453
3454         * gnus-sum.el (gnus-summary-set-display-table):
3455         Use `gnus-put-display-table', `gnus-get-display-table',
3456         `gnus-set-display-table' for the display table, instead of `aset'.
3457
3458         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3459         Use `gnus-put-display-table', `gnus-get-display-table',
3460         `gnus-set-display-table' for the display table.
3461
3462 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3463
3464         * nnmairix.el: Add autoloads.
3465
3466 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3467
3468         * nnmairix.el (nnmairix-delete-recreate-group)
3469         (nnmairix-update-and-clear-marks): Fix error messages.
3470
3471 2008-06-14  David Engster  <dengste@eml.cc>
3472
3473         * nnmairix.el: Upgrade to version 0.6.
3474         (nnmairix-group-toggle-propmarks-this-group)
3475         (nnmairix-group-toggle-readmarks-this-group)
3476         (nnmairix-group-delete-recreate-this-group)
3477         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3478         (nnmairix-remove-tick-mark-original-article): New commands.
3479         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3480         (nnmairix-propagate-marks-to-nnmairix-groups)
3481         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3482         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3483         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3484         functions needed for marks propagation and manipulation of read marks.
3485         (nnmairix-update-groups): New function.
3486         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3487         (nnmairix-determine-original-group-from-registry)
3488         (nnmairix-determine-original-group-from-path)
3489         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3490         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3491         New helper functions.
3492         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3493         keystrokes for new commands.
3494         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3495         (nnmairix-request-group): Check allow-fast group parameter.
3496         (nnmairix-request-create-group): Set allow-fast group parameter if
3497         nnmairix-allowfast-default is set.
3498         (nnmairix-close-group): Propagate marks upon closing if needed.
3499         (nnmairix-group-toggle-threads-this-group): Use new.
3500         nnmairix-group-toggle-parameter helper function.
3501         (nnmairix-search): Better check for empty search result.
3502         (nnmairix-goto-original-article): Use new helper functions for
3503         determining original article.
3504         (nnmairix-show-original-article): Make sure message-id is in brackets.
3505         (nnmairix-call-mairix-binary): Change variable name.
3506         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3507         helper function.
3508         (nnmairix-widget-toggle-activate): Fix doc string.
3509
3510 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3511
3512         * nnir.el: Require edmacro when compiling with XEmacs.
3513         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3514         available in Emacs 21.
3515
3516 2008-06-11  Glenn Morris  <rgm@gnu.org>
3517
3518         * gnus-util.el (x-focus-frame):
3519         * gnus.el (image-size):
3520         * mm-decode.el (image-size): Declare.
3521
3522         * gnus-picon.el (declare-function): Add compat definition.
3523         (image-size): Declare.
3524
3525         * gnus-group.el (tool-bar-map):
3526         * gnus-sum.el (tool-bar-map): Define for compiler.
3527
3528         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3529
3530         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3531
3532         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3533         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3534         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3535         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3536         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3537         * sieve-manage.el, spam-report.el, spam.el:
3538         Remove unnecessary eval-and-compile of autoloads.
3539
3540 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3541
3542         * auth-source.el: Precise Tramp doc.
3543
3544 2008-06-07  Glenn Morris  <rgm@gnu.org>
3545
3546         * nnmairix.el: Remove unnecessary eval-when-compile.
3547
3548 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3549
3550         * lpath.el: Fbind propertize for XEmacs 21.4.
3551
3552 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3553
3554         * nnir.el: Move here from ../contrib.
3555
3556 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3557
3558         * gnus-util.el (gnus-read-shell-command): New function.
3559         * mm-decode.el (mm-pipe-part):
3560         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3561
3562 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3563
3564         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3565
3566 2008-06-03  Glenn Morris  <rgm@gnu.org>
3567
3568         * pop3.el (nnheader-accept-process-output): Autoload it.
3569
3570 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3571
3572         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3573         are not 2-digit hexadecimal characters that follow `%'s.
3574
3575 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3576
3577         * message.el (message-bogus-recipient-p): Fix type in doc string.
3578         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3579         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3580         Improve custom options.
3581         (message-bogus-recipient-p): Adjust accordingly.
3582
3583 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3584
3585         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3586         long-form month and day names.
3587
3588 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3589
3590         * dgnushack.el: Autoload debug, eudc-expand-inline and
3591         pgg-snarf-keys-region for XEmacs.
3592
3593         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3594
3595         * nnmairix.el: Require edmacro when compiling with XEmacs.
3596
3597 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3598
3599         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3600         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3601
3602 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3603
3604         * auth-source.el: Add more docs.
3605
3606         * netrc.el (netrc-machine): Always match if the port is not given.
3607
3608 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3609
3610         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3611         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3612         retrieval faster in some cases, but might make CPU usage larger.  If
3613         this has any bad side effects, we might revert this change.
3614
3615         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3616         seems to make mail retrieval much, much faster.
3617         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3618         unconditionally.
3619
3620         * gnus-draft.el (gnus-group-send-queue): Bind
3621         message-send-mail-partially-limit to nil to avoid being prompted.
3622
3623 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3624
3625         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3626
3627         * message.el (message-bogus-address-regexp): Fix and improve custom
3628         type.
3629         (message-setup-hook): Add message-check-recipients as custom option.
3630
3631 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3632
3633         * message.el (message-cite-function): Remove bogus autoload which crept
3634         in during merge from v5-10.
3635
3636 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3637
3638         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3639
3640         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3641
3642         * auth-source.el: Preliminary Tramp docs.
3643         (auth-sources): Change the default auth-sources to use
3644         EPA .gpg files.
3645
3646 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3647
3648         * nntp.el: Autoload `auth-source-user-or-password'.
3649         (nntp-send-authinfo): Use it.
3650
3651         * nnimap.el: Autoload `auth-source-user-or-password'.
3652         (nnimap-open-connection): Use it.
3653
3654         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3655         for the gnus-message function.
3656         (auth-source-user-or-password): Use it.
3657
3658 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3659
3660         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3661         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3662         (rfc2104-hash): Use it.
3663
3664 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3665
3666         * gnus-art.el (gnus-article-toggle-truncate-lines):
3667         Don't use `iff' in docstring.
3668
3669 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3670
3671         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3672
3673         * gnus-util.el (gnus-extract-address-component-name)
3674         (gnus-extract-address-component-email): Convenience functions around
3675         `gnus-extract-address-components'.
3676
3677         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3678         Use `gnus-extract-address-component-email' to fix bug of comparing full
3679         sender name to `user-mail-address'.
3680
3681 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3682
3683         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3684         catch/throw to optimize.
3685         (gnus-registry-find-keywords): Just use member to find a keyword.
3686
3687 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3688
3689         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3690         is current before calling gnus-server-prepare.
3691         (gnus-server-setup-buffer, gnus-server-update-server)
3692         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3693
3694 2008-05-04  Juri Linkov  <juri@jurta.org>
3695
3696         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3697         (mailcap-file-default-commands): Use mailcap-replace-in-string
3698         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3699         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3700
3701 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3702
3703         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3704
3705 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3706
3707         * gnus.el: Bump version to 0.11.
3708
3709 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3710
3711         * gnus.el: No Gnus v0.10 is released.
3712
3713 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3714
3715         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3716         hooks.
3717         (gnus-update-read-articles): Speed up non-marks-using users.
3718         (gnus-use-marks): Define gnus-use-marks.
3719         (gnus-propagate-marks): Rename variable to something more sensible.
3720
3721 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3722
3723         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3724         (gmm-image-load-path-for-library): Fix typos in docstrings.
3725         (gmm-message): Reflow docstring.
3726
3727 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3728
3729         * mail-source.el (mail-source-set-1, mail-source-bind):
3730         Move auth-source code out of the macro to clean it up and fix bugs.
3731
3732 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3733
3734         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3735         by sender if it's equal to user-mail-address, it's likely to be
3736         useless.
3737
3738         * mail-source.el (mail-source-bind): Don't use user or password if they
3739         are not bound.  Unintern them if they are nil.  Don't use server unless
3740         it's bound, and default it to empty string otherwise.
3741
3742 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3743
3744         * mail-source.el: Load auth-source.el.
3745         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3746         get user name or password, if auth-sources is set up.
3747
3748         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3749         strategy of splitting with parent.
3750         (gnus-registry-split-fancy-with-parent)
3751         (gnus-registry-post-process-groups): Use it and fix prior
3752         bug (returning a list as the split result).
3753
3754         * auth-source.el (auth-sources): Remove server parameter.
3755         (auth-source-pick, auth-source-user-or-password)
3756         (auth-source-user-or-password-imap)
3757         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3758         (auth-source-user-or-password-sftp)
3759         (auth-source-user-or-password-smtp): Remove server parameter.
3760
3761 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3762
3763         * smime.el (smime-sign-region, smime-encrypt-region)
3764         (smime-decrypt-region):
3765         Remove redundant calls to `generate-new-buffer-name'.
3766
3767 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3768
3769         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3770         Don't use QP for message/rfc822.
3771         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3772
3773 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3774
3775         * sieve-manage.el (sieve-string-bytes): Remove.
3776         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3777         correct byte-length only if the process's coding-system is the same as
3778         the one used internally by Emacs to represent strings.
3779
3780 2008-04-22  Juri Linkov  <juri@jurta.org>
3781
3782         * mailcap.el (mailcap-file-default-commands): New function.
3783
3784 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3785
3786         * message.el (message-signature-separator, message-cite-function):
3787         Change custom version.
3788
3789 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3790
3791         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3792         commands.
3793         (tls-checktrust): Ditto.
3794
3795 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3796
3797         * mm-decode.el (mm-display-external): Make temp file read-only.
3798
3799 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3800
3801         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3802         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3803         `C-c C-f d'.
3804
3805 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3806
3807         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3808
3809 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3810
3811         * gnus.el: Bump version to 0.9.
3812
3813 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3814
3815         * gnus.el: No Gnus v0.8 is released.
3816
3817 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3818
3819         * mail-source.el (mail-source-value):
3820         Prefer fboundp to functionp so it works with macros as well.
3821
3822 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3823
3824         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3825         Fix last change in case the element is not even a symbol.
3826
3827 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3828
3829         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3830         Prefer fboundp to functionp so it works with macros as well.
3831
3832 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3833
3834         * auth-source.el: Added docs.
3835         (auth-sources): Modify format to support server.
3836         (auth-source-pick, auth-source-user-or-password)
3837         (auth-source-user-or-password-imap)
3838         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3839         (auth-source-user-or-password-sftp)
3840         (auth-source-user-or-password-smtp): Add server parameter.
3841
3842 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3843
3844         * gnus-registry.el: Initialize the registry when gnus-registry-install
3845         is t.
3846
3847 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3848
3849         * compface.el (uncompface): Make buffer unibyte.
3850
3851 2008-04-05  Glenn Morris  <rgm@gnu.org>
3852
3853         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3854
3855 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3856
3857         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3858         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3859
3860         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3861         multibyteness after rather than before erasing it.
3862
3863         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3864         mm-with-multibyte.
3865         (gnus-request-article-this-buffer): Make sure the proper decoding is
3866         used if gnus-original-article-buffer happens to be unibyte.
3867
3868         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3869         default-enable-multibyte-characters.
3870
3871         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3872         default-enable-multibyte-characters.
3873
3874         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3875
3876         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3877
3878 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3879
3880         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3881         (imap-message-copyuid-1): Use it.
3882         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3883         J. Williams in
3884         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3885
3886         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3887         imap-enable-exchange-bug-workaround.
3888         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3889
3890 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3891
3892         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3893         a 100 byte status-checks into a 2-3MB transfer for each group.
3894         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3895         to enable bug workaround or not.
3896         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3897
3898 2008-03-31  Glenn Morris  <rgm@gnu.org>
3899
3900         * message.el (mml2015-use): Declare for compiler.
3901         (message-info): Require mml2015 when appropriate.
3902
3903 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3904
3905         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3906         whitespace.
3907
3908 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3909
3910         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3911         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3912         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3913         (nntp-service-to-port): New function.
3914         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3915         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3916         (nntp-open-netcat-stream): New function.
3917         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3918
3919 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3920
3921         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3922
3923 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3924
3925         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3926
3927 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3928
3929         * dns.el (dns-write): Use set-buffer-multibyte.
3930
3931 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3932
3933         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3934
3935 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3936
3937         * message.el (message-signature-separator): Change default.
3938         Improve custom type.
3939         (message-cite-function): Change default to
3940         message-cite-original-without-signature.
3941
3942         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3943         toggle.
3944
3945         * message.el (message-check-news-body-syntax): Fix signature check.
3946         (message-setup-1): Mark buffer as unmodified _after_ running
3947         message-setup-hook and handling message-alternative-emails.
3948         (message-shorten-references): Be more strict when building list of
3949         valid references to comply with GNKSA.
3950
3951         * gnus-group.el (gnus-read-ephemeral-bug-group)
3952         (gnus-read-ephemeral-debian-bug-group)
3953         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3954
3955         * message.el (message-info): Don't use booleanp which isn't supported
3956         in Emacs 21 and XEmacs.
3957
3958 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3959
3960         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3961         gnus-group-gmane-group-download-format.
3962         (gnus-group-read-ephemeral-gmane-group): Rename from
3963         gnus-group-read-ephemeral-gmane-group.
3964         (gnus-read-ephemeral-gmane-group-url): Rename from
3965         gnus-group-read-ephemeral-gmane-group-url.
3966         (gnus-bug-group-download-format-alist): New variable.
3967         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3968         (gnus-read-ephemeral-emacs-bug-group): New commands.
3969
3970 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3971
3972         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3973         (gnus-visible-headers): Improve custom type.
3974
3975 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3976
3977         * mml.el (mml-menu): Add workarounds for XEmacs.
3978
3979         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3980         X-Boundary header.
3981
3982         * message.el (message-simplify-recipients): Fix previous commit.
3983
3984 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3985
3986         * mm-util.el (mm-set-buffer-multibyte): New function.
3987         * mm-decode.el (mm-copy-to-buffer): Use it.
3988
3989 2008-03-19  Glenn Morris  <rgm@gnu.org>
3990
3991         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3992         Accidentally removed in the sync process with Emacs.
3993
3994 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3995
3996         * message.el (message-alter-recipients-discard-bogus-full-name):
3997         New function.
3998         (message-alter-recipients-function): New variable.
3999         (message-get-reply-headers): Use it.
4000         (message-replace-header): New helper function.
4001         (message-recipients-without-full-name): New variable.
4002         (message-simplify-recipients): New command.
4003
4004         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4005
4006         * message.el (message-info): Handle EasyPG manual.
4007
4008         * mml.el (mml-menu): Add entry for EasyPG.
4009
4010 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4011
4012         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4013         parameter.
4014
4015         * message.el (message-disassociate-draft): Specify drafts group name
4016         fully.
4017
4018 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4019
4020         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4021         unnecessary duplicates from the match list.
4022
4023 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4024
4025         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4026
4027         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4028
4029         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4030         args of `how-many' of which the XEmacs version doesn't take; declare
4031         Info-index-next as function.
4032
4033 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4034
4035         * gnus-score.el (gnus-score-headers): Fix handling of
4036         gnus-inhibit-slow-scoring.
4037
4038         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4039         string.
4040         (gnus-button-url-regexp): Improve handling of parenthesis.
4041         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4042         (gnus-button-handle-info-keystrokes): Handle index entries.
4043
4044 2008-03-15  Glenn Morris  <rgm@gnu.org>
4045
4046         * parse-time.el (parse-time-string): Simplify.
4047
4048 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4049
4050         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4051         Incoming* files.
4052
4053 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4054
4055         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4056         (auth-source-pick): Use it.
4057
4058 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4059
4060         * binhex.el (binhex-decode-region-internal):
4061         * uudecode.el (uudecode-decode-region-internal):
4062         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4063         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4064         setting default-enable-multibyte-characters.
4065
4066 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4067
4068         * auth-source.el (auth-source-protocols)
4069         (auth-source-protocols-customize, auth-source-choices): Added and
4070         modified variable customizations and defaults.
4071         (auth-source-pick, auth-source-user-or-password)
4072         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4073         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4074         (auth-source-user-or-password-sftp)
4075         (auth-source-user-or-password-smtp): Use new variables and provide an
4076         interface to netrc.el.
4077
4078 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4079
4080         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4081         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4082         Make sure the nntp port to specify is a string.
4083
4084 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4085
4086         * nntp.el: Use with-current-buffer.
4087         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4088         dubious mm-with-unibyte-current-buffer.
4089         (nntp-with-open-group-function): New function extracted from
4090         nntp-with-open-group macro.
4091         (nntp-with-open-group): Use the function, so it's easier to debug.
4092         Add indentation and debugging info.
4093         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4094         the use of the netcat alternatives.
4095
4096         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4097         Avoid mm-string-as-multibyte as well.
4098
4099         * nnweb.el (nnweb-insert-html):
4100         Remove use of nnheader-string-as-multibyte.
4101
4102         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4103         (nnheader-string-as-multibyte): Remove.
4104
4105         * mm-view.el: Use inhibit-read-only.
4106         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4107         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4108         or unibyte-string.
4109
4110         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4111         (mm-uu-yenc-extract): Use with-current-buffer.
4112
4113         * gnus-soup.el (gnus-soup-send-packet): Don't use
4114         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4115
4116         * nnmh.el: Use with-current-buffer.
4117         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4118         mm-string-as-multibyte on the output of mm-encode-coding-string.
4119
4120         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4121         (nnimap-request-move-article): Use with-current-buffer.
4122
4123         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4124         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4125         conversion uses string-make-unibyte rather than string-as-unibyte.
4126
4127         * gnus-msg.el: Use with-current-buffer.
4128
4129         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4130
4131 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4132
4133         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4134         string for caching if it is 'PIN.
4135
4136 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * lpath.el: Consider the case without Emacs/W3.
4139
4140 2008-03-08  Glenn Morris  <rgm@gnu.org>
4141
4142         * time-date.el (date-to-time, time-subtract, time-add)
4143         (safe-date-to-time): Doc fixes.
4144
4145 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4146
4147         * mail-source.el (mail-source-delete-old-incoming-confirm):
4148         Change default to nil.
4149         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4150
4151 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4152
4153         * lpath.el: Rearrange.
4154
4155         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4156         (gnus-article-goto-prev-page): Work for articles having ^L's.
4157
4158         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4159
4160         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4161
4162 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4163
4164         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4165         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4166         (gnus-bookmark-jump): Adjust some variable names.
4167
4168 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4169
4170         * auth-source.el: New package.
4171         (auth-source-choices): Add customization entry point variable.
4172
4173         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4174         bug.
4175
4176 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4177
4178         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4179         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4180         (gnus-registry-install-shortcuts): Rename from
4181         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4182         the `gnus-registry-mark-map' keymap dynamically from
4183         `gnus-registry-marks'.  The generated functions update the summary line
4184         when a registry mark is added or deleted, and will call
4185         `gnus-registry-install-p' (see the comments in the code).
4186         (gnus-registry-user-format-function-M): Use concat intelligently.
4187
4188         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4189         the registry mark functions.
4190
4191 2008-03-05  Glenn Morris  <rgm@gnu.org>
4192
4193         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4194         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4195         gnus-art.
4196         (top-level): No need to load own source when compiling.
4197
4198 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4199
4200         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4201         Suggested by <chris.anderton@zetnet.co.uk>.
4202
4203 2008-03-04  Glenn Morris  <rgm@gnu.org>
4204
4205         * gnus-sum.el (top-level): No need to require gnus when compiling,
4206         since unconditionally required near start of file.
4207         (gnus-summary-display-while-building): Move definition before use.
4208
4209 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4210
4211         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4212         formatting function.
4213
4214 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4215
4216         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4217         with plists.
4218         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4219         Use new format.
4220
4221 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4222
4223         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4224         `where-is-internal' that returns a range of key sequences.
4225
4226 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4227
4228         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4229
4230         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4231         (gnus-summary-jump-to-group): Consider windows on other displayed
4232         frames as well.  Similar changes might be needed elsewhere, but that's
4233         the one I've bumped into during my use.
4234
4235         * nndoc.el (nndoc-oe-dbx-type-p):
4236         * gnus-msg.el (gnus-debug):
4237         * gnus-group.el (gnus-update-group-mark-positions):
4238         Use mm-string-to-multibyte.
4239
4240 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4241
4242         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4243         doesn't handle NotDashEscaped.
4244
4245         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4246         (mml-dnd-attach-options): Fix typo in custom choice.
4247
4248         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4249         nndoc-article-type to mbox.
4250         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4251
4252         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4253         to nil, instead of html2text.
4254
4255         * imap.el (imap-debug): Add `imap-ping-server'.
4256
4257         * gnus-bookmark.el: Add FIXMEs.
4258
4259         * message.el (message-form-letter-separator)
4260         (message-send-form-letter-delay): New variables.
4261         (message-send-form-letter): Use them.  New command to send form
4262         letters.  Requested by Uwe Siart.
4263         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4264
4265 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4266
4267         * Update copyright years.
4268
4269 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4270
4271         Sync from EMACS_22_BASE.
4272
4273         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4274
4275 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4276
4277         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4278         empty author.
4279
4280 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4281
4282         * gnus-registry.el (gnus-registry-marks): Add variable for
4283         customization of marks and their appearance.
4284         (gnus-registry-read-mark): Use it.
4285         (gnus-registry-do-marks): Add utility function to loop through
4286         `gnus-registry-marks'.
4287         (gnus-registry-install-shortcuts-and-menus): Add function to install
4288         shortcuts and menus.
4289         (gnus-registry-initialize): Use it.
4290         (gnus-registry-default-mark): Clarify documentation.
4291
4292 2008-02-29  Glenn Morris  <rgm@gnu.org>
4293
4294         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4295         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4296         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4297         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4298         Change defcustom :version from 23.0 to 23.1.
4299
4300 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4301
4302         * gnus-registry.el (gnus-registry-follow-group-p)
4303         (gnus-registry-post-process-groups): Add functions to aid registry
4304         splitting and improve logging.  Clarify behavior in function
4305         documentation.
4306         (gnus-registry-split-fancy-with-parent): Use them.
4307
4308 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4309
4310         * gnus-art.el: Use with-current-buffer.
4311
4312 2008-02-27  David Engster  <dengste@eml.cc>
4313
4314         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4315         Express real group name in the response.
4316
4317 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4318
4319         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4320         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4321         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4322         autoload gnus-registry-fetch-group when compiling.
4323         (nnmairix-request-group-with-article-number-correction): Remove
4324         unreferenced argument passed to nnmairix-call-backend.
4325
4326 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4327
4328         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4329         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4330         Wilde.
4331
4332 2008-02-27  Glenn Morris  <rgm@gnu.org>
4333
4334         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4335         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4336         variables to defconsts.  Convert comments to doc-strings.
4337         (nnmairix-last-server, nnmairix-current-server): Convert from free
4338         variables to defvars.  Convert comments to doc-strings.
4339         (gnus-registry-fetch-group): Autoload.
4340         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4341         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4342         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4343         caddr.
4344         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4345         nnmairix-request-group-with-article-number-correction call.
4346         (nnmairix-fast, nnmairix-group): New, less general names, for free
4347         variables passed from nnmairix-request-group to
4348         nnmairix-request-group-with-article-number-correction.  Declare.
4349         (nnmairix-request-group-with-article-number-correction):
4350         Use nnmairix-fast, nnmairix-group rather than fast, group.
4351
4352 2008-02-26  David Engster  <dengste@eml.cc>
4353
4354         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4355         version 0.5.
4356
4357 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4358
4359         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4360         instead of making an extra function call.  Don't add the current group
4361         to articles only when they have the group.  Use
4362         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4363         Reported by David <de_bb@arcor.de>.
4364
4365 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4366
4367         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4368         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4369
4370 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4371
4372         * mail-source.el (mail-source-delete-incoming): Change default.
4373         Supplement doc string.
4374
4375         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4376
4377 2008-02-14  Glenn Morris  <rgm@gnu.org>
4378
4379         * time-date.el (format-seconds): New function.
4380
4381 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4382
4383         * nnmail.el (nnmail-message-id-cache-file): Derive from
4384         `gnus-home-directory'.
4385
4386 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4387
4388         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4389         Document negative prefix.
4390
4391         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4392
4393 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4394
4395         * message.el (message-unsent-separator): Add the Exim bounce
4396         separator.
4397
4398 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4399
4400         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4401         list.
4402         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4403         recipient/signer list.
4404
4405 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4406
4407         * Makefile.in (datarootdir): Define.
4408         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4409         name that might contain whitespace.
4410
4411 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4412
4413         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4414         fbound (Emacs 23 unicode), signal an error.
4415
4416 2008-02-08  Glenn Morris  <rgm@gnu.org>
4417
4418         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4419
4420 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4421
4422         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4423         ports to the calls to `netrc-machine-user-or-password' in addition to
4424         "imap" and "imaps".
4425
4426 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4427
4428         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4429
4430         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4431
4432 2008-02-01  Kenichi Handa  <handa@m17n.org>
4433
4434         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4435         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4436         (rfc2104-hash): Convert the result of concat to unibyte string.
4437
4438 2008-02-01  Dave Love  <fx@gnu.org>
4439
4440         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4441         coding-system-for-read.
4442         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4443
4444 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4445
4446         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4447         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4448         <hanche@math.ntnu.no>.
4449
4450 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4451
4452         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4453
4454         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4455
4456 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4457
4458         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4459         * message.el (message-beginning-of-line): Use featurep instead of bound
4460         tests in order to resolve conditionals at compile time.
4461
4462 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4463
4464         * mail-source.el (mail-sources): Add `group' choice.
4465
4466         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4467         parameter `in-group' to control into which group the articles go.
4468         Add treatment of `group' mail-source.
4469
4470 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4471
4472         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4473
4474         * mm-decode.el (mm-dissect-buffer): Decode description.
4475
4476         * mml.el (mml-to-mime): Encode message header first.
4477
4478 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4479
4480         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4481         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4482
4483         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4484         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4485
4486 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4487
4488         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4489
4490 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4491
4492         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4493         prefix keys.
4494         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4495         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4496         gnus-xmas.el.
4497
4498         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4499         (gnus-xmas-article-describe-bindings): New function.
4500         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4501         gnus-xmas-article-describe-bindings.
4502
4503         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4504
4505 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4506
4507         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4508         Add new variables for article mark management.
4509         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4510         list of extra data entries which, when present, will indicate that the
4511         article ID should not be trimmed from the registry.
4512         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4513         functions.
4514         (gnus-registry-read-mark): New function to read a mark name from the
4515         user.
4516         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4517         (gnus-registry-set-article-mark-internal): New functions to add and
4518         remove marks.
4519         (gnus-registry-get-article-marks): New function to show the marks for
4520         an article, or retrieve them for further use.
4521
4522 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4523
4524         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4525         keys when no argument is given.
4526
4527 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4528
4529         * imap.el (imap-ping-server): New variable.
4530         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4531         (imap-ping-server): Minor doc string fixes.
4532
4533 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4534
4535         * imap.el (imap-ping-server): New function.
4536         (imap-opened): Call imap-ping-server.
4537
4538 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4539
4540         * gnus-sum.el (gnus-article-sort-by-random)
4541         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4542         jidanni@jidanni.org.
4543
4544 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4545
4546         * gnus-art.el (gnus-article-describe-bindings): New function.
4547         (gnus-article-read-summary-keys): Use it.
4548         (gnus-article-mode-map): Bind `C-h b' to it.
4549
4550 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4551
4552         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4553         XEmacs.
4554         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4555         against non-character events.
4556
4557         * lpath.el: Fbind map-keymap for Emacs 21.
4558
4559 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4560
4561         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4562         command.
4563         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4564         instead of END.  Change name of the temp file.
4565         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4566         customizable.
4567
4568 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4569
4570         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4571         bind `S W' to gnus-article-wide-reply-with-original; set default
4572         binding to gnus-article-read-summary-send-keys.
4573         (gnus-article-read-summary-keys): Fix the order of keys; display
4574         continuation keys correctly in the echo area; describe bindings
4575         correctly when keys end with `C-h'.
4576         (gnus-article-read-summary-send-keys): New function.
4577         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4578         for gnus-article-read-summary-send-keys; display continuation keys
4579         correctly in the echo area.
4580         (gnus-article-reply-with-original): Ignore prefix argument.
4581         (gnus-article-wide-reply-with-original): New function.
4582
4583         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4584         Emacs 21.
4585
4586 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4587
4588         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4589         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4590
4591 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4592
4593         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4594         (gnus-group-read-ephemeral-gmane-group): New command.
4595
4596 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4597
4598         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4599
4600 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4601
4602         * message.el (message-send-mail-function): Increase custom version.
4603
4604         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4605         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4606
4607 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4608
4609         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4610         for the cases where imap-authenticate is called with a nil buffer
4611         parameter.
4612
4613 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4614
4615         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4616         html parts correctly; support forwarded messages.
4617         (gnus-article-browse-html-article): Remove work buffers.
4618
4619         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4620         compiling.
4621         (netrc-bound-and-true-p): New macro.
4622         (netrc-parse): Use it instead of bound-and-true-p that is not available
4623         in XEmacs 21.4.
4624
4625 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4626
4627         * gnus-registry.el (gnus-registry-mark-article)
4628         (gnus-registry-article-marks): Add functionality to mark articles
4629         through the Gnus registry.
4630
4631         * encrypt.el: Clarify documentation for the new pgg method.
4632         (encrypt-file-alist): Add PGG option.
4633         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4634         functionality.  Abstract password key and messaging to external
4635         functions.
4636         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4637         (encrypt-message-method-and-cipher): Add new convenience external
4638         functions.
4639         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4640         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4641
4642         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4643         (netrc-parse): Use encrypt-file-alist to determine if
4644         encrypt-find-model or encrypt-insert-file-contents should be used.
4645
4646         * encrypt.el: Clarify documentation.  Load password-cache or
4647         password, whichever one is found first, instead of autoloading.
4648
4649 2007-12-19  Glenn Morris  <rgm@gnu.org>
4650
4651         * mml.el (message-options-set, message-narrow-to-head)
4652         (message-in-body-p, message-mail-p, message-encode-message-body):
4653         Autoload.
4654         (message-remove-header, message-narrow-to-headers-or-head)
4655         (message-subscribed-p, message-make-mail-followup-to)
4656         (message-position-on-field, message-news-p)
4657         (message-options-set-recipient, message-generate-headers)
4658         (message-sort-headers): Declare as functions.
4659
4660 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4661
4662         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4663         convention in doc string.
4664
4665 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4666
4667         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4668         title to html parts.
4669         (gnus-article-browse-html-article): Pass message header to it.
4670
4671         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4672
4673 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4674
4675         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4676         or password compatible with XEmacs.
4677
4678 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4679
4680         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4681         format document.
4682         (gnus-mime-delete-part): Don't write description line if empty.
4683         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4684
4685 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4686
4687         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4688         (gnus-summary-mark-read-and-unread-as-read)
4689         (gnus-summary-mark-current-read-and-unread-as-read)
4690         (gnus-summary-mark-unread-as-ticked): Doc fix.
4691         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4692
4693 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4694
4695         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4696         Christoph Conrad <christoph.conrad@gmx.de>.
4697
4698 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4699
4700         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4701         yes-or-no-p.
4702
4703 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4704
4705         * mm-decode.el (mm-add-meta-html-tag): New function.
4706         (mm-save-part-to-file, mm-pipe-part): Use it.
4707
4708         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4709         gnus-y-or-n-p instead of y-or-n-p.
4710         (gnus-article-browse-html-parts): Work with message/external-body; use
4711         mm-add-meta-html-tag.
4712
4713 2007-12-11  Glenn Morris  <rgm@gnu.org>
4714
4715         * gnus-cache.el: Require gnus-sum not just when compiling.
4716
4717         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4718
4719         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4720         definitions before use.
4721
4722         * mm-decode.el: Require gnus-util.
4723         (mm-remove-part): Only call delete-annotation on XEmacs.
4724
4725         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4726
4727         * nnmail.el: Require gnus-int.
4728
4729         * spam.el: Move `require's before `eval-when-compile's.
4730
4731         * gnus-ems.el (gnus-alive-p):
4732         * gnus-fun.el (message-goto-eoh):
4733         * gnus-util.el (gnus-group-name-decode):
4734         * mail-source.el (gnus-compress-sequence):
4735         * message.el (Info-goto-node, format-spec):
4736         * mm-bodies.el (message-options-get):
4737         * mm-decode.el (mm-view-pkcs7):
4738         * mm-util.el (gmm-write-region):
4739         * mml-smime.el (mml-compute-boundary)
4740         (gnus-completing-read-with-default):
4741         * mml.el (widget-button-press, gnus-make-hashtable):
4742         * mml1991.el (mm-decode-content-transfer-encoding)
4743         (mm-encode-content-transfer-encoding)
4744         (message-options-get, message-options-set):
4745         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4746         * nnfolder.el (gnus-request-group):
4747         * nnheader.el (ietf-drums-unfold-fws):
4748         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4749         * smime.el (gnus-run-mode-hooks):
4750         * spam-stat.el (gnus-message): Autoload.
4751
4752         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4753         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4754         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4755         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4756         Add declare-function compatibility definition.
4757
4758         * gnus-cache.el (nnvirtual-find-group-art):
4759         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4760         (gnus-add-image, gnus-add-wash-type):
4761         * gnus-group.el (nnkiboze-score-file):
4762         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4763         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4764         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4765         (message-tokenize-header, gnus-get-buffer-create)
4766         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4767         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4768         * gnus.el (gnus-group-decoded-name):
4769         * mail-source.el (imap-capability):
4770         * mm-bodies.el (message-options-set):
4771         * mm-decode.el (gnus-configure-windows):
4772         * mm-extern.el (message-goto-body):
4773         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4774         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4775         (epg-sub-key-validity, message-options-set):
4776         * mml.el (widget-event-point, gnus-configure-windows):
4777         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4778         * mml2015.el (epg-check-configuration, epg-configuration)
4779         (message-options-set):
4780         * nndb.el (nndb-request-article):
4781         * nnfolder.el (gnus-request-create-group):
4782         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4783         * nnmaildir.el (gnus-group-mark-article-read):
4784         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4785         * rfc1843.el (message-fetch-field):
4786         * spam.el (gnus-extract-address-components):
4787         Declare as functions.
4788
4789 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4790
4791         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4792
4793         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4794
4795         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4796         bind show-trailing-whitespace for XEmacs.
4797
4798 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4799
4800         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4801         new no-op macro for backward compatibility.
4802
4803         * imap.el (imap-string-to-integer): New function.
4804
4805 2007-12-09  Glenn Morris  <rgm@gnu.org>
4806
4807         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4808
4809         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4810         * message.el, mm-view.el, sieve-manage.el, smime.el:
4811         Add declare-function compatibility definition.
4812
4813         * gnus-art.el (w3-region, w3m-region, Info-menu):
4814         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4815         * gnus-sum.el (gnus-get-predicate):
4816         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4817         * message.el (mail-abbrev-in-expansion-header-p):
4818         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4819         (w3m-detect-meta-charset, w3m-region):
4820         * sieve-manage.el (password-read, password-cache-add)
4821         (password-cache-remove):
4822         * smime.el (password-read-and-add): Declare as functions.
4823
4824 2007-12-08  David Kastrup  <dak@gnu.org>
4825
4826         * gnus-sum.el (gnus-summary-simplify-subject-query):
4827         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4828         `message'.
4829
4830 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4831
4832         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4833         it to bind idna-program, installation-directory, defined-colors, and
4834         face-attribute for XEmacs of the version that compiles defcustom forms.
4835
4836 2007-12-07  Glenn Morris  <rgm@gnu.org>
4837
4838         * gnus-art.el (article-make-date-line): Revert previous change.
4839
4840 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4841
4842         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4843
4844 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4845
4846         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4847         Call gnus-add-to-range ranges only once with a prepared article-list.
4848
4849 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4850
4851         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4852         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4853         group names with backslashes.  Reported by Tassilo Horn
4854         <tassilo@member.fsf.org>.
4855
4856 2007-12-06  Deepak Goel  <deego3@gmail.com>
4857
4858         * gnus-art.el (article-make-date-line):
4859         * gnus-start.el (gnus-load):
4860         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4861
4862 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4863
4864         * gnus-art.el (gnus-use-idna)
4865         * gnus-start.el (gnus-site-init-file)
4866         * message.el (message-use-idna)
4867         * mm-uu.el (mm-uu-hide-markers)
4868         * smiley.el (smiley-style): Revert changes that suppress warnings.
4869
4870 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4871
4872         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4873         specify charset to html source.  Reported by Christoph Conrad
4874         <christoph.conrad@gmx.de>.
4875
4876 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4877
4878         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4879         idna-program in order to suppress byte compile warning issued by XEmacs
4880         that came to byte compile the default value section of defcustom forms
4881         recently.
4882
4883         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4884         value of installation-directory.
4885
4886         * message.el (message-use-idna): Don't directly refer to the value of
4887         idna-program.
4888
4889         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4890
4891         * smiley.el (smiley-style): Don't directly call face-attribute.
4892
4893 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4894
4895         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4896
4897         * gnus-dired.el: Reduce Gnus dependencies.
4898         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4899         require.  Use autoloads instead.
4900         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4901         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4902         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4903         (gnus-dired-mode): Adjust doc string.
4904         (gnus-dired-mail-mode): New variable.
4905         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4906         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4907         (gnus-dired-mail-buffers): New function.  Return mail or message
4908         composition buffers.
4909         (gnus-dired-attach): Use it.
4910         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4911         NO-DECODE.
4912         (gnus-dired-print): Use `gnus-print-buffer' depending on
4913         `gnus-dired-mail-mode'.
4914
4915 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4916
4917         * rfc2047.el (rfc2047-encoded-word-regexp)
4918         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4919         explaining what regexp patterns are for.
4920
4921 2007-12-04  Glenn Morris  <rgm@gnu.org>
4922
4923         * password.el: Move to password-cache.el.
4924
4925         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4926         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4927         * mml-smime.el (password-read, password-cache-add)
4928         (password-cache-remove):
4929         No need to autoload, since mml-sec requires password.
4930
4931         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4932         * message.el (gnus-extract-address-components):
4933         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4934
4935         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4936         password.
4937
4938 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4939
4940         * mailcap.el: Reduce dependencies.
4941         (mail-header-parse-content-type): Autoload.
4942         (mailcap-delete-duplicates): New alias.
4943         (mailcap-mime-info): Add optional argument NO-DECODE.
4944         (mailcap-mime-types): Use mailcap-delete-duplicates.
4945
4946         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4947
4948 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4949
4950         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4951         (imap-parse-status): Upcase status-att for servers that sends them
4952         lower-case (e.g., MS Exchange 2007).
4953
4954 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4955
4956         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4957         function.
4958
4959         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4960         (gnus-uu-yenc-article): New function.
4961
4962         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4963
4964         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4965         buffer.
4966
4967 2007-12-02  Glenn Morris  <rgm@gnu.org>
4968
4969         * binhex.el (binhex): New custom group.
4970         (binhex-decoder-program, binhex-decoder-switches)
4971         (binhex-use-external): Move to the binhex custom group.
4972
4973         * uudecode.el (uudecode): New custom group.
4974         (uudecode-decoder-program, uudecode-decoder-switches)
4975         (uudecode-use-external): Move to the uudecode custom group.
4976
4977         * netrc.el (top-level): Don't load `encrypt' features.
4978         (netrc-parse): Don't use encrypt.
4979         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4980
4981         * encrypt.el: Remove file.
4982
4983 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4984
4985         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4986         matches on patches.
4987
4988         * gnus-art.el (gnus-article-browse-html-article): Mention
4989         `mm-text-html-renderer' in the doc string.
4990
4991         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4992         string.  Add comments.
4993
4994         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4995         if rhs is ASCII.
4996
4997 2007-12-01  Glenn Morris  <rgm@gnu.org>
4998
4999         * mail-source.el (top-level): Require format-spec before
5000         eval-when-compile.
5001
5002 2007-11-30  Glenn Morris  <rgm@gnu.org>
5003
5004         * encrypt.el: Require password, rather than autoloading password-read.
5005
5006 2007-11-29  Glenn Morris  <rgm@gnu.org>
5007
5008         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5009         (sasl-make-client, sasl-next-step, sasl-step-data)
5010         (sasl-step-set-data): Declare as functions.
5011
5012 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5013
5014         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5015
5016 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5017
5018         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5019         certs should be verified and what is to be done in the event of a
5020         verification failure.
5021
5022         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5023         caller can indicate whether the cache should be disregarded for this
5024         call.  This way the result of the call is reproducible at all times and
5025         can be considered a canonical server name for the supplied method.
5026         (gnus-agent-method-p): Canonicalize server names by pushing their
5027         method through `gnus-method-to-server' using the no-cache argument.
5028
5029         * gnus-srvr.el (gnus-server-insert-server-line): Call
5030         `gnus-method-to-server' with `no-cache' argument.
5031
5032         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5033         gnus-agent-possibly-synchronize-flags as this should be called when the
5034         server is actually being opened.
5035         (gnus-agent-possibly-synchronize-flags)
5036         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5037         flags file of an agentized server to the latter function.
5038
5039         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5040         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5041         after a connection has been established successfully.
5042
5043 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5044
5045         * gnus-art.el (article-display-face): Force to display face if called
5046         interactively; check if gnus-article-x-face-too-ugly matches author.
5047         (article-display-x-face): Display face even if From header is missing
5048         as article-display-face does.
5049
5050 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5051
5052         * hashcash.el (message-narrow-to-headers-or-head)
5053         (message-fetch-field, message-goto-eoh)
5054         (message-narrow-to-headers): Declare as functions.
5055
5056 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5057
5058         * mail-source.el (mail-sources): Default to fetch from file for
5059         compatibility with default of nnmail-spool-file.
5060
5061 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5062
5063         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5064         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5065         to look for encoded word that should be encoded again.
5066         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5067         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5068         encoding pattern.
5069         (rfc2047-decode-region): Switch strict regexp and loose one according
5070         to rfc2047-allow-irregular-q-encoded-words.
5071
5072 2007-11-25  Romain Francoise  <romain@orebokech.com>
5073
5074         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5075
5076 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5077
5078         * tls.el (tls-program): Provide more custom choices from
5079         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5080         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5081
5082 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5083
5084         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5085         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5086
5087         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5088         `nnmail-spool-file'.
5089
5090         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5091         `nnmail-spool-file'.
5092
5093         * gnus-move.el (gnus-change-server): Ditto.
5094
5095         * gnus-kill.el (gnus-batch-score): Ditto.
5096
5097         * gnus-cache.el (gnus-jog-cache): Ditto.
5098
5099         * gnus-msg.el (gnus-summary-reply):
5100         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5101
5102 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5103
5104         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5105         version.  Minor improvement to doc strings.
5106         (tls-program): Add comment.
5107
5108 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5109
5110         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5111         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5112         mismatch between the hostname provided in the certificate and the name
5113         of the host connnecting to.
5114         (open-tls-stream): Use them.  Check certificates against trusted root
5115         certificates.
5116
5117 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5118
5119         * gnus-cache.el (gnus-cache-generate-nov-databases):
5120         Use nnml-generate-nov-databases-directory instead of
5121         nnml-generate-nov-databases-1.
5122
5123 2007-11-24  Glenn Morris  <rgm@gnu.org>
5124
5125         * message.el (message-tool-bar-retro): Update for rename
5126         mail_send.xpm->mail-send.xpm.
5127
5128 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5129
5130         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5131         `smime-ldap-search' for Emacs 22 and up.
5132
5133 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5134
5135         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5136
5137         * message.el (message-send-mail-function): Fix error convention.
5138         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5139         (message-widen-reply, message-send-mail, message-talkative-question)
5140         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5141         (message-clone-locals, message-send-news): Use with-current-buffer.
5142         (message-insert-or-toggle-importance): Remove unused var `valid'.
5143         (message-make-references): Remove unused var `new-references'.
5144         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5145
5146 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5147
5148         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5149         (spam-split-symbolic-return-positive): Reflow docstring.
5150         (spam-backends, spam-summary-exit-behavior)
5151         (spam-mark-ham-unread-before-move-from-spam-group)
5152         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5153         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5154         (spam-clear-cache, spam-backend-check, spam-install-backend)
5155         (spam-install-statistical-backend, spam-list-of-processors)
5156         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5157         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5158         (spam-check-crm114, spam-initialize, spam-unload-hook):
5159         Fix typos in docstrings.
5160
5161 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5162
5163         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5164         been checked if they have never been read and those group levels are
5165         higher than the one that a user specified.
5166
5167 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5168
5169         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5170         foreign groups unless a group level is specified by a user.
5171         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5172
5173 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5174
5175         * message.el (message-send-mail-function): Require sendmail.
5176
5177 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5178
5179         * message.el (message-send-mail-function): Check for smtpmail too.
5180
5181         * utf7.el (utf7-encode, utf7-decode): Use coding system
5182         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5183
5184         * message.el (message-send-mail-function): New function.
5185         (message-send-mail-function): Set default using
5186         message-send-mail-function.  Adjust doc string.
5187         (message-send-mail-with-mailclient): New function.
5188
5189 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5190
5191         * smime.el (from):
5192         * rfc2047.el (message-posting-charset):
5193         * qp.el (mm-use-ultra-safe-encoding):
5194         * pop3.el (parse-time-months):
5195         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5196         * nnml.el (files):
5197         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5198         (jka-compr-compression-info-list, ange-ftp-path-format)
5199         (efs-path-regexp):
5200         * nndiary.el (files):
5201         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5202         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5203         (epg-digest-algorithm-alist, inhibit-redisplay)
5204         (password-cache-expiry):
5205         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5206         (pgg-output-buffer, password-cache-expiry):
5207         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5208         (efs-path-regexp):
5209         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5210         (inhibit-redisplay):
5211         * mm-uu.el (file-name, start-point, end-point, entry)
5212         (gnus-newsgroup-name, gnus-newsgroup-charset):
5213         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5214         (latin-unity-ucs-list):
5215         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5216         (mm-uu-binhex-decode-function):
5217         * message.el (gnus-message-group-art, gnus-list-identifiers)
5218         (rmail-enable-mime-composing, gnus-local-organization)
5219         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5220         (gnus-read-active-file, facemenu-add-face-function)
5221         (facemenu-remove-face-function, gnus-article-decoded-p)
5222         (tool-bar-mode):
5223         * mail-source.el (display-time-mail-function):
5224         * gnus-util.el (nnmail-pathname-coding-system)
5225         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5226         (gnus-original-article-buffer, gnus-user-agent)
5227         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5228         (xemacs-codename, sxemacs-codename, emacs-program-version):
5229         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5230         * gnus-start.el (gnus-agent-covered-methods)
5231         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5232         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5233         (gnus-newsgroup-headers, gnus-group-list-mode)
5234         (gnus-group-mark-positions, gnus-newsgroup-data)
5235         (gnus-newsgroup-unreads, nnoo-state-alist)
5236         (gnus-current-select-method, mail-sources)
5237         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5238         (nnmail-spool-file, gnus-cache-active-hashtb):
5239         * gnus-mh.el (mh-lib-progs):
5240         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5241         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5242         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5243         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5244         (gnus-group-buffer):
5245         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5246         (font-lock-set-defaults):
5247         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5248         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5249         (gnus-summary-post-menu, total-parts, type, condition, length):
5250         * gnus-agent.el (gnus-agent-read-agentview):
5251         * flow-fill.el (show-trailing-whitespace):
5252         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5253         eval-and-compile wrappers for byte compiler pacifiers.
5254
5255         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5256         (mm-display-inline-fontify): Check for featurep 'xemacs not
5257         extent-list.
5258
5259         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5260         itimer-list.
5261         (mm-create-image-xemacs): Only do something for XEmacs.
5262         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5263
5264         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5265
5266         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5267         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5268
5269 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5270
5271         * nnimap.el (nnimap-split-download-body):
5272         * gnus-demon.el (gnus-demon):
5273         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5274
5275 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5276
5277         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5278         macros.
5279         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5280         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5281         copy data from unibyte buffer to multibyte current buffer.
5282         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5283         to copy data from unibyte current buffer to multibyte buffer.
5284         (nntp-make-process-buffer): Make process buffer unibyte.
5285
5286         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5287
5288 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5289
5290         * pop3.el (pop3-open-server): Accept and process data more robustly at
5291         connexion start to avoid spurious "POP SSL connexion failed" errors.
5292
5293 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5294
5295         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5296         read group names.
5297
5298 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5299
5300         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5301
5302 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5305         (nnmail-save-active): Use a unibyte buffer when saving active file,
5306         which may contain non-ASCII group names.
5307
5308         * nnml.el (nnml-request-group): Decode group names in messages.
5309
5310 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5311
5312         * message.el (message-citation-line-function)
5313         (message-insert-formatted-citation-line): Fix spelling of
5314         `message-insert-formated-citation-line'.
5315
5316 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5317
5318         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5319
5320 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5321
5322         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5323         nnmail-pathname-coding-system.
5324
5325         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5326         that a user enters; decode group names in messages.
5327
5328         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5329
5330 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5331
5332         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5333
5334         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5335
5336         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5337         risky local variable.
5338
5339         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5340
5341 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5342
5343         * encrypt.el: Improve documentation to fix function name typo.
5344         Reported by Daiki Ueno <ueno@unixuser.org>.
5345
5346 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5347
5348         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5349         even if the point is not in the last page of an article.
5350         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5351         back to the previous page.
5352
5353 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5354
5355         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5356
5357 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5358
5359         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5360
5361 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5362
5363         * message.el (message-check-news-body-syntax): Avoid
5364         mm-string-as-multibyte.
5365         (message-hide-headers): Don't assume (point-min)==1.
5366
5367 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5368
5369         * message.el (message-remove-blank-cited-lines): Fix if remove is
5370         given.
5371         (message-bogus-address-regexp): New variable.
5372         (message-bogus-recipient-p): New function.
5373         (message-check-recipients): New command.
5374         (message-syntax-checks): Add `bogus-recipient'.
5375         (message-fix-before-sending): Add `bogus-recipient'.
5376
5377         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5378         (gnus-treat-body-boundary): Don't test window-system.
5379
5380 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5381
5382         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5383
5384 2007-10-28  Miles Bader  <miles@gnu.org>
5385
5386         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5387         at compile-time too.
5388
5389 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5390
5391         * gnus-msg.el (gnus-message-setup-hook): Add
5392         `message-remove-blank-cited-lines' to options.
5393
5394 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5395
5396         * message.el (message-remove-blank-cited-lines): New function.
5397         Suggested by Karl Plästerer.
5398
5399 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5402         mapc.
5403
5404         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5405         (top-level): Use mapc to set functions to be traced for debugging.
5406
5407         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5408         called for effect with while loop.
5409
5410         * message.el (message-talkative-question): Replace mapcar called for
5411         effect with mapc.
5412
5413         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5414         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5415         called for effect with dolist.
5416
5417         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5418
5419         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5420         gnus-extra-headers and nnmail-extra-headers.
5421
5422         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5423         called for effect with dolist.
5424         (top-level): Use mapc to set functions to be traced for debugging.
5425
5426         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5427         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5428         dolist.
5429
5430         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5431         Replace mapcar called for effect with mapc.
5432         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5433         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5434         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5435         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5436
5437         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5438         remove-if that's a cl function.
5439
5440         * webmail.el (webmail-debug): Replace mapcar called for effect with
5441         dolist.
5442
5443         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5444         with mapc.
5445
5446 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5447
5448         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5449         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5450         with while loop.
5451
5452         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5453         functions from article-* functions.
5454         (gnus-multi-decode-header): Replace mapcar called for effect with
5455         dolist.
5456
5457         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5458         (gnus-bookmark-show-details): Replace mapcar called for effect with
5459         while loop.
5460
5461         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5462         called for effect with while loop.
5463
5464         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5465         with dolist.
5466
5467         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5468         mapcar called for effect with dolist.
5469
5470         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5471
5472         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5473         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5474         Replace mapcar called for effect with dolist.
5475         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5476         mapc.
5477
5478         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5479         Replace mapcar called for effect with dolist.
5480         (gnus-topic-list): Replace mapcar called for effect with mapc.
5481
5482         * gnus.el: Use mapc instead of mapcar to add autoloads.
5483
5484 2007-10-23  Richard Stallman  <rms@gnu.org>
5485
5486         * gnus-group.el (gnus-group-highlight): Mark as risky.
5487
5488 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5489
5490         * gnus.el (gnus-server-to-method): Return method found first in
5491         gnus-newsrc-alist.
5492
5493         * gnus-art.el (gnus-article-highlight-signature)
5494         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5495         button overlay without the front stickiness.
5496
5497 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5498
5499         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5500         overview buffer needed a catch to receive its throw.
5501         (gnus-agent-flush-cache): Declared as interactive to make this function
5502         easier to use.
5503
5504 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5505
5506         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5507         `next-line'.
5508
5509 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5510
5511         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5512         exclude address matching message-dont-reply-to-names.
5513
5514 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5515
5516         * gnus-util.el (gnus-string<): New function.
5517
5518         * gnus-sum.el (gnus-article-sort-by-author)
5519         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5520
5521 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5522
5523         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5524         the frame-focus tag is set in gnus-buffer-configuration.
5525
5526 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5527
5528         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5529         the front stickiness.
5530
5531 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5532
5533         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5534         url pattern; remove duplicate one.
5535         (gnus-article-extend-url-button): New function.
5536         (gnus-article-add-buttons): Use it.
5537         (gnus-button-push): Use concatenated url that it makes.
5538
5539 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5540
5541         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5542
5543 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5544
5545         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5546         Don't hardcode point-min==1.
5547
5548 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5549
5550         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5551         Fix comment about "iso8859-1".
5552
5553 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5554
5555         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5556         ones returned from the verify-function.
5557
5558         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5559         mml2015-extract-cleartext-signature if extraction failed.
5560
5561 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5562
5563         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5564         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5565         failed.
5566
5567 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5568
5569         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5570
5571 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5572
5573         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5574         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5575         recommends to use EasyPG instead of PGG.
5576
5577         * pgg.el: Revert to revision 6.23.2.16.
5578
5579         * pgg-def.el: Revert to revision 6.6.2.14.
5580
5581         * pgg-gpg.el: Revert to revision 6.23.2.34.
5582
5583 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5584
5585         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5586         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5587         thread for both the null and zero (kill/expire thread) universal prefix
5588         cases.
5589         (gnus-summary-expire-thread): Add new function to expire a thread,
5590         using gnus-summary-kill-thread.
5591         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5592         shortcuts for gnus-summary-expire-thread.
5593         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5594         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5595
5596 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5597
5598         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5599         extras value, so an extras entry can be deleted.
5600         (gnus-registry-delete-extra-entry): Use it.
5601         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5602         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5603         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5604         storage through the gnus-registry, and provide an appropriate API for
5605         it.
5606
5607 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5608
5609         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5610         Suggested by Leo <sdl.web@gmail.com>.
5611
5612         * gnus.el: Do.
5613
5614 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5615
5616         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5617         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5618
5619         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5620
5621         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5622         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5623
5624 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5625
5626         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5627         newline.
5628         (nnmbox-request-accept-article): Don't change article in source buffer;
5629         narrow to header to use message-fetch-field rather than
5630         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5631         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5632         as delimiters; make sure article ends with newline.
5633         (nnmbox-delete-mail): Correct last position of article to be deleted;
5634         ignore X-Gnus-Newsgroup header in article body.
5635         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5636         positions; make sure article ends with newline.
5637
5638         * message.el (message-display-abbrev): Don't infloop when a user
5639         inserts SPC in the beginning of header.
5640
5641         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5642         coding-system-for-read and coding-system-for-write for XEmacs having no
5643         file-coding feature.
5644
5645         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5646
5647 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5648
5649         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5650         list of groups not followed by default.  Fix type to be regexp.
5651         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5652
5653 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5654
5655         * hmac-def.el (define-hmac-function): Switch from old-style to
5656         new-style backquotes.
5657
5658         * md4.el (md4-make-step): Likewise.
5659
5660 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5661
5662         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5663         raw-text coding system when saving .newsrc file, which may contain
5664         non-ASCII group names.
5665
5666 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5667
5668         * gnus-cus.el (gnus-score-extra): New widget.
5669         (gnus-score-extra-convert): New function.
5670         (gnus-score-customize): Use it for Extra.
5671
5672 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5673
5674         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5675         (mml2015-mailcrypt-clear-verify): Use it.
5676         (mml2015-gpg-clear-verify): Use it.
5677         (mml2015-pgg-clear-verify): Use it.
5678         (mml2015-epg-clear-verify): Replace the current part with the output
5679         from GnuPG; don't extract the plaintext by itself.
5680
5681         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5682         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5683         mml2015-clear-verify-function; don't touch the armor headers or
5684         dash-escaped text here.
5685
5686 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5689         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5690         parts, or application/octet-stream as a last resort.
5691         (gnus-mime-view-part-as-type): Don't toggle display.
5692         (gnus-mime-view-part-as-charset): Don't turn off display before
5693         querying charset.
5694
5695         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5696         stuff to undisplayer function in Emacs.
5697         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5698
5699         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5700         text/calendar parts.
5701
5702 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5703
5704         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5705         decoding text/calendar parts.
5706
5707         * message.el (message-forward-make-body-mime): Always mark body as
5708         having no illegible text; remove signed-or-encrypted argument.
5709         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5710
5711         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5712         (mml-generate-mime-1): Don't encode body if it is specified to be in
5713         raw form; don't make buffer be unibyte when inserting multibyte string.
5714
5715 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5716
5717         * sha1.el: Fix up comment style.
5718         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5719         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5720
5721         * hex-util.el: Fix up comment style.
5722         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5723
5724         * gnus-salt.el: Use with-current-buffer.
5725         (gnus-pick-setup-message): Fix long-standing typo.
5726
5727 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5728
5729         * imap.el (imap-logout-timeout): New variable.
5730         (imap-logout, imap-logout-wait): New functions.
5731         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5732
5733         * nnimap.el (nnimap-logout-timeout): New server variable.
5734         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5735         nnimap-logout-timeout.
5736
5737         * gnus-art.el (gnus-article-summary-command-nosave)
5738         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5739
5740 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5741
5742         * gnus.el (gnus-maximum-newsgroup): New variable.
5743
5744         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5745         according to gnus-maximum-newsgroup.
5746
5747         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5748         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5749         Limit the range of articles according to gnus-maximum-newsgroup.
5750
5751 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5752
5753         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5754         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5755         Don't perform gnus-configure-windows here; reuse existing sticky
5756         article buffer.
5757
5758         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5759         it doesn't exist in gnus-article-mode.
5760
5761 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5762
5763         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5764         (gnus-agent-decoded-group-name): New function.
5765         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5766         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5767
5768 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5769
5770         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5771         Add binding for gnus-sticky-article.
5772         (gnus-summary-exit): Don't kill sticky article buffers.
5773
5774         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5775         article buffer.
5776         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5777         (gnus-kill-sticky-article-buffers): New commands.
5778
5779 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5780
5781         * nntp.el (nntp-xref-number-is-evil): New server variable.
5782         (nntp-find-group-and-number): If it is non-nil, don't trust article
5783         numbers in the Xref header.
5784
5785 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5786
5787         * gnus-agent.el (gnus-agent-read-group): New function.
5788         (gnus-agent-flush-group, gnus-agent-expire-group)
5789         (gnus-agent-regenerate-group): Use it.
5790         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5791         nnmail-pathname-coding-system.
5792
5793 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5794
5795         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5796
5797         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5798         that are unread as unread, and also as selected so that information of
5799         marks having been changed by a user may be updated when exiting group.
5800
5801 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5802
5803         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5804         calculated ignoring signature parts to gnus-treat-article.
5805
5806 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5807
5808         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5809         a point here in order to keep the window start.
5810         (gnus-insert-mime-security-button): Make a button overlay without the
5811         front stickiness.
5812         (gnus-mime-display-security): Goto the end of a button.
5813
5814         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5815
5816 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5817
5818         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5819         group-name-at-point.
5820         (gnus-group-completing-read): New function that offers decoded
5821         non-ASCII group names for completion.
5822         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5823         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5824         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5825         (gnus-group-fetch-control): Use it.
5826         (gnus-fetch-group): Use group-name-at-point for the initial value
5827         rather than the default value; use gnus-alive-p.
5828
5829         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5830         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5831         (gnus-summary-post-news): Use gnus-group-completing-read.
5832
5833         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5834         (gnus-read-move-group-name): Decode group name for completion.
5835
5836 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5837
5838         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5839         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5840         Yamaoka slightly modified the code).
5841
5842 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5843
5844         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5845         (nnmail-split-incoming): Bind it.
5846
5847         * nnml.el (nnml-group-name-charset): New function.
5848         (nnml-decoded-group-name): Use it; don't decode group name if
5849         nnmail-group-names-not-encoded-p is non-nil.
5850         (nnml-encoded-group-name): New function.
5851         (nnml-group-pathname): Inline nnml-decoded-group-name.
5852         (nnml-request-expire-articles): Decode group name in message.
5853         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5854         nnmail-pathname-coding-system.
5855         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5856         not decoded ones according to nnmail-group-names-not-encoded-p.
5857         (nnml-generate-active-info): Use nnml-encoded-group-name.
5858
5859 2007-08-08  Glenn Morris  <rgm@gnu.org>
5860
5861         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5862         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5863         doc-strings and comments.
5864
5865 2007-07-25  Glenn Morris  <rgm@gnu.org>
5866
5867         * Relicense all FSF files to GPLv3 or later.
5868
5869 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5870
5871         * gnus-sum.el (gnus-summary-move-article): Make
5872         gnus-summary-respool-article work.
5873
5874 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5875
5876         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5877         string.
5878
5879 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5880
5881         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5882         that should be ignored when comparing distant RSS articles with local
5883         ones.
5884         (nnrss-make-hash-index): New function.  Create a hash index according
5885         to the ignored fields.
5886         (nnrss-check-group): Use it.
5887
5888 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5889
5890         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5891
5892         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5893
5894         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5895         the new optional argument ENCODED is non-nil.
5896         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5897         coding system for encoding group name.
5898         (gnus-group-make-rss-group): Pass un-encoded group name to
5899         gnus-group-make-group.
5900         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5901         encoded.
5902
5903         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5904         Encode group name to which articles are moved or copied.
5905         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5906         coding system for encoding Newsgroup, Followup-To and Xref headers.
5907
5908         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5909         marks; use nnheader-file-coding-system to write a file.
5910         (nnagent-retrieve-headers): Bind file-name-coding-system to
5911         nnmail-pathname-coding-system.
5912
5913         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5914
5915         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5916         (nnml-request-article, nnml-request-create-group)
5917         (nnml-request-rename-group, nnml-find-id)
5918         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5919         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5920         (nnml-save-marks): Use nnml-group-pathname instead of
5921         nnmail-group-pathname.
5922
5923         (nnml-request-create-group, nnml-request-expire-articles)
5924         (nnml-request-move-article, nnml-request-delete-group)
5925         (nnml-deletable-article-p, nnml-possibly-create-directory)
5926         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5927         (nnml-open-marks): Bind file-name-coding-system to
5928         nnmail-pathname-coding-system.
5929
5930         (nnml-request-article): Pass server argument to nnml-find-group-number.
5931         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5932         server argument to nnml-possibly-create-directory.
5933         (nnml-request-accept-article): Pass server argument to
5934         nnml-active-number and nnml-save-mail.
5935         (nnml-find-group-number): Pass server argument to nnml-find-id.
5936         (nnml-request-update-info): Pass server argument to
5937         nnml-marks-changed-p.
5938
5939         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5940         (nnml-save-mail, nnml-active-number): Add server argument.
5941
5942         (nnml-request-delete-group): Warn if group is missing.
5943         (nnml-get-nov-buffer): Decode group name.
5944         (nnml-generate-active-info): Encode group name.
5945         (nnml-open-marks): Decode group name in messages.
5946
5947 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5948
5949         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5950         if it is not specified.
5951         (gnus-article-pipe-part, gnus-article-save-part)
5952         (gnus-article-interactively-view-part, gnus-article-copy-part)
5953         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5954         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5955         (gnus-article-replace-part, gnus-article-delete-part)
5956         (gnus-article-view-part-as-type): Pass raw prefix argument to
5957         gnus-article-part-wrapper.
5958
5959 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5960
5961         * gnus-agent.el (gnus-agent-save-active): Bind
5962         nnheader-file-coding-system to gnus-agent-file-coding-system.
5963
5964         * gnus-cache.el (gnus-cache-save-buffers)
5965         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5966         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5967         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5968         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5969         (gnus-cache-generate-active, gnus-cache-rename-group)
5970         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5971         (gnus-cache-update-overview-total-fetched-for): Bind
5972         file-name-coding-system to nnmail-pathname-coding-system.
5973         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5974         variables.
5975         (gnus-cache-decoded-group-name): New function.
5976         (gnus-cache-file-name): Use it.
5977         (gnus-cache-generate-active): Use non-decoded group name for active.
5978
5979         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5980         right place.
5981         (gnus-write-active-file): Don't break non-ASCII group names.
5982
5983         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5984         nnmail-pathname-coding-system.
5985
5986         * lpath.el: Bind default-file-name-coding-system,
5987         file-name-coding-system and language-info-alist for XEmacs.
5988
5989         * gnus-uu.el (gnus-uu-decode-save): Typo.
5990
5991 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5992
5993         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5994
5995 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5996
5997         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5998         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5999         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6000         (gnus-agent-flush-group, gnus-agent-flush-cache)
6001         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6002         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6003         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6004         (gnus-agent-regenerate-group)
6005         (gnus-agent-update-files-total-fetched-for)
6006         (gnus-agent-update-view-total-fetched-for): Bind
6007         file-name-coding-system to nnmail-pathname-coding-system.
6008         (gnus-agent-group-pathname): Don't encode file names by
6009         nnmail-pathname-coding-system.
6010         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6011         coding-system-for-write instead of buffer-file-coding-system to
6012         gnus-agent-file-coding-system.
6013
6014         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6015         Decode group name.
6016
6017         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6018
6019         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6020         (gnus-read-newsrc-el-file): Make group names unibyte.
6021
6022         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6023         nnmail-pathname-coding-system.
6024
6025         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6026         (nnrss-request-delete-group): Bind file-name-coding-system to
6027         nnmail-pathname-coding-system.
6028         (nnrss-read-server-data, nnrss-read-group-data): Bind
6029         file-name-coding-system correctly.
6030         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6031
6032         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6033         (nntp-server-to-method-cache): New variable.
6034         (nntp-group-pathname): New function that decodes non-ASCII group names.
6035         (nntp-possibly-create-directory, nntp-marks-changed-p)
6036         (nntp-save-marks, nntp-open-marks): Use it.
6037         (nntp-possibly-create-directory, nntp-open-marks):
6038         Bind file-name-coding-system to nnmail-pathname-coding-system.
6039         (nntp-open-marks): Decode group names when bootstrapping marks.
6040
6041         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6042         Newsgroups and Folowup-To headers.
6043
6044 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6045
6046         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6047         (gnus-server-closed-face, gnus-server-denied-face)
6048         (gnus-server-offline-face): Remove variable.
6049         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6050
6051         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6052         of modifying message-stack directly for XEmacs.
6053
6054         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6055         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6056         if the coding-system argument is nil for XEmacs.
6057
6058         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6059         mm-charset-override-alist.
6060
6061         * rfc2047.el: Don't require base64; require rfc2045 for the function
6062         rfc2045-encode-string.
6063         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6064         to quote the parameter value.
6065
6066 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6067
6068         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6069         form in gnus-group-name-charset-method-alist.
6070
6071         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6072         overrides the default layout edit-form.
6073
6074         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6075
6076         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6077
6078 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6081         as unfetched articles.
6082
6083 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6084
6085         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6086
6087 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6088
6089         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6090         original back end that keeps marks in the local system.
6091
6092 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6093
6094         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6095         arg of pop-to-buffer for XEmacs.
6096         (gnus-article-read-summary-keys): Ditto; don't restore window
6097         configuration if summary command ends up with neither article buffer
6098         nor summary buffer; describe bindings if summary keys end with C-h.
6099
6100 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6101
6102         * message.el (message-fix-before-sending): Skip raw message part to be
6103         forwarded while checking illegible text.
6104         (message-forward-make-body-mime, message-forward-make-body): Mark
6105         signed or encrypted raw message as having no illegible text.
6106
6107 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6108
6109         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6110         (gnus-message-with-timestamp-1): New macro.
6111         (gnus-message-with-timestamp): New function.
6112         (gnus-message): Use them.
6113
6114         * nnheader.el (nnheader-message): Use them.
6115
6116 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6117
6118         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6119         .newsrc.eld file.
6120
6121 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6122
6123         * gnus-agent.el (gnus-agent-fetch-headers)
6124         (gnus-agent-retrieve-headers): Bind
6125         gnus-decode-encoded-address-function to identity.
6126
6127         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6128         available also when the server returns simply a dot.
6129
6130         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6131
6132 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6133
6134         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6135
6136 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6137
6138         * gnus-ems.el (gnus-x-splash): Make it work.
6139
6140         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6141         from being used.
6142
6143         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6144
6145 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6146
6147         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6148         4th and the 5th arguments.
6149
6150         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6151         the front stickiness.
6152         (gnus-article-summary-command-nosave): Correct the order of the
6153         arguments passed to pop-to-buffer.
6154         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6155         summary command ends up with the article buffer.
6156
6157         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6158         the same faces.
6159
6160 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6161
6162         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6163
6164 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6165
6166         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6167         * gnus-sum.el (gnus-summary-highlight):
6168         * pgg.el (pgg-sign-region, pgg-sign):
6169         * mail-source.el (mail-source-delete-old-incoming-confirm):
6170         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6171
6172 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6173
6174         * gnus-art.el (gnus-mime-view-part-externally)
6175         (gnus-mime-view-part-internally): Fix predicate function passed to
6176         completing-read.
6177
6178         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6179
6180         * gnus.el (gnus-update-message-archive-method): Add :version.
6181
6182 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6183
6184         * gnus.el (gnus-update-message-archive-method): New variable.
6185
6186         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6187         according to gnus-message-archive-method if
6188         gnus-update-message-archive-method is non-nil.
6189
6190 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6191
6192         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6193         by Loic Dachary <loic@dachary.org>.
6194         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6195
6196 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6197
6198         * message.el (message-pop-to-buffer): Add switch-function argument.
6199         (message-mail): Pass switch-function argument to it.
6200
6201 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6202
6203         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6204         Improve doc string.
6205
6206 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6207
6208         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6209         (gnus-header-content)
6210         * gnus-cite.el (gnus-cite-10)
6211         * gnus-srvr.el (gnus-server-closed)
6212         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6213         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6214         (gnus-group-mail-3-empty, gnus-group-mail-low)
6215         (gnus-group-mail-low-empty, gnus-splash)
6216         * message.el (message-header-to, message-header-cc)
6217         (message-header-subject, message-header-other, message-header-name)
6218         (message-header-xheader, message-separator, message-cited-text)
6219         (message-mml): Lighten colors of faces used for dark background.
6220
6221 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6222
6223         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6224         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6225
6226 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6227
6228         * message.el (message-narrow-to-headers-or-head):
6229         Ignore mail-header-separator in the body.
6230
6231 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6232
6233         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6234         same as window size.
6235
6236 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6237
6238         * message.el (message-font-lock-keywords): Use message-header-xheader
6239         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6240         ahead of the anything pattern, to get it recognised.
6241
6242 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6243
6244         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6245         spam.el loads uses it in the compiled defadvice form.
6246
6247 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6248
6249         * gnus-sum.el (gnus-articles-to-read)
6250         (gnus-summary-insert-old-articles): Don't truncate group name for
6251         `read-string'.
6252
6253         * gnus-util.el (gnus-limit-string): Delete this function.
6254
6255         * gnus-sum.el (gnus-simplify-subject-fully): Use
6256         `truncate-string-to-width' instead.
6257
6258 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6259
6260         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6261         if, on summary exit, the next group has to be selected.
6262         (gnus-summary-exit): Use it.
6263
6264 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6265
6266         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6267         non-break space.
6268
6269 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6270
6271         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6272         Check if group is not a directory.
6273         (nnfolder-request-expire-articles): Don't delete articles if the target
6274         group is not available.
6275
6276         * nnml.el (nnml-request-create-group): Properly check if group is not a
6277         file.
6278         (nnml-request-expire-articles): Don't delete articles if the target
6279         group is not available.
6280
6281         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6282         Don't quote characters that are within parentheses.
6283
6284 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6285
6286         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6287         (gnus-handle-ephemeral-exit): Select article according to it.
6288
6289 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6290
6291         * message.el (message-insert-formated-citation-line): Remove newline.
6292         (message-citation-line-format): Add final \n here so that the user can
6293         avoid a blank line.
6294
6295 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6296
6297         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6298         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6299         Update lanl/arXiv support.
6300
6301 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6302
6303         * gnus.el: Bump version number.
6304
6305 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6306
6307         * gnus.el (gnus-version-number): Bump version.
6308
6309 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6310
6311         * gnus.el: No Gnus v0.6 is released.
6312
6313 2007-04-27  Didier Verna  <didier@xemacs.org>
6314
6315         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6316         * gmm-utils.el (gmm-regexp-concat): here.
6317         * message.el: Don't require 'gnus-util.
6318         (message-dont-reply-to-names): Handle name change above.
6319         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6320
6321 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6322
6323         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6324         since the initial value varies according to the system.
6325
6326 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6327
6328         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6329
6330 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6331
6332         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6333
6334 2007-04-24  Didier Verna  <didier@xemacs.org>
6335
6336         Improve the type of gnus-ignored-from-addresses.
6337         * gnus-util.el (gnus-orify-regexp): New function.
6338         * message.el (gnus-util): Require it.
6339         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6340         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6341         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6342
6343 2007-04-24  Didier Verna  <didier@xemacs.org>
6344
6345         * gnus-sum.el:
6346         * gnus-utils.el: Fix some trailing whitespaces.
6347
6348 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6349
6350         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6351         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6352         article's Message-ID; refer parent article in summary buffer.
6353
6354         * message.el (message-bounce): Call mime-to-mml.
6355
6356         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6357         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6358         optimize and/or forms properly.
6359
6360 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6361
6362         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6363         URL.
6364
6365 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6368
6369 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6370
6371         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6372         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6373         displayed of multipart/alternative part if it is invoked from summary
6374         buffer.
6375
6376         * mm-view.el (mm-inline-text-html-render-with-w3m)
6377         (mm-inline-text-html-render-with-w3m-standalone)
6378         (mm-inline-render-with-function): Use mail-parse-charset by default.
6379
6380 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6381
6382         * parse-time.el (parse-time-string-chars): Check if CHAR
6383         is less than the length of parse-time-syntax.
6384
6385 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6388         from gnus-newsgroup-processable.
6389
6390 2007-04-16  Didier Verna  <didier@xemacs.org>
6391
6392         * gnus-msg.el (gnus-configure-posting-styles): Handle
6393         message-signature-directory properly with :file syntax.  Reported by
6394         "Leo".
6395
6396 2007-04-11  Didier Verna  <didier@xemacs.org>
6397
6398         New user option: message-signature-directory.
6399         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6400         * message.el (message-insert-signature): Ditto.
6401         * message.el (message-signature-file): Doc update.
6402         * message.el (message-signature-directory): New.
6403
6404 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6405
6406         * gnus-msg.el (gnus-inews-yank-articles): Use
6407         message-exchange-point-and-mark instead of exchange-point-and-mark.
6408
6409 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6410
6411         * message.el (message-yank-original): Make sure cited text ends with
6412         newline; don't exchange point and mark.
6413
6414 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6415
6416         * tls.el (open-tls-stream): Properly handle case where there
6417         is no associated buffer.
6418
6419 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6420
6421         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6422         message-yank-original, make sure (< mark TEXT point).
6423
6424 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6425
6426         * message.el (message-fill-column): New variable.
6427         (message-mode): Use it.  Add comment on a possible new hook.
6428
6429         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6430         (nnmail-get-new-mail): Reformat.
6431
6432         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6433
6434         * gmm-utils.el: Fix Commentary.
6435         (gmm-tool-bar-from-list): Fix typo in doc string.
6436
6437 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6438
6439         * message.el (message-yank-original): Don't switch point and mark
6440         unnecessarily to put point and mark as documented.
6441
6442 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6443
6444         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6445         from the message heads.
6446
6447 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6448
6449         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6450         article buffer does not have a window.  This may not be the best
6451         solution but is certainly better than setting the start of the null,
6452         that is the current, window.
6453
6454 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6455
6456         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6457         (gnus-draft-setup): Run it.
6458
6459         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6460         gnus-score-fast-scoring.  Allow regexp.
6461         (gnus-score-headers): Use it.
6462
6463         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6464         XEmacs.
6465
6466         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6467         string.
6468         (gnus-button-alist): Also catch `<f1> k ...'.
6469         (gnus-treat-display-x-face): Fix doc string.
6470
6471 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6472
6473         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6474         evaluation of gnus-extended-version to ensure correct generation of the
6475         User-Agent header when message-generate-headers-first is used.
6476
6477 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6478
6479         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6480         hashcash-path is nil.  Don't call callback with incorrect number of
6481         parameters if val is 0.
6482
6483 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6484
6485         * message.el (message-required-news-headers):
6486         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6487
6488 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6489
6490         * tls.el (open-tls-stream): In handshake-waiting loop,
6491         don't wait more if there is output available to process.
6492
6493 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6494
6495         * tls.el (tls-program): Doc fix.
6496
6497 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6498
6499         * message.el (message-generate-new-buffers): Change the meaning of the
6500         nil value; add `standard' to the choices; treat t as `unique'; improve
6501         doc string.
6502         (gnus-select-frame-set-input-focus): Autoload.
6503         (message-buffer-name): Search for the existing message buffer if
6504         message-generate-new-buffers is nil or `standard'; treat the value t of
6505         message-generate-new-buffers as `unique'.
6506         (message-pop-to-buffer): Raise the frame already displaying the message
6507         buffer; clear the echo area after querying.
6508         (message-setup): Pass the `continue' argument to compose-mail.
6509         (message-mail): Prefer `switch-function' if it is given; search for the
6510         existing message buffer if the `continue' argument is non-nil; pass
6511         continue and switch-function arguments to compose-mail by way of
6512         message-setup.
6513         (message-mail-other-window): Adjust argument of message-setup.
6514         (message-mail-other-frame): Ditto.
6515
6516 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6517
6518         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6519         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6520         to turn font-lock on when turning gnus-message-citation-mode on.
6521
6522 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6523
6524         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6525         (mml-smime-function-alist): New variable; add epg as the backend.
6526         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6527         mml-smime- functions instead.
6528         * mm-view.el: Require smime.
6529
6530 2007-03-05  Didier Verna  <didier@xemacs.org>
6531
6532         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6533         instead of just inheritance for posting styles.
6534         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6535
6536 2007-02-24  Chris Moore  <dooglus@gmail.com>
6537
6538         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6539         * pgg-pgp.el (pgg-pgp-encrypt-region):
6540         * pgg-gpg.el (pgg-gpg-encrypt-region):
6541         Check pgg-encrypt-for-me if no other recipients.
6542
6543 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6544
6545         * tls.el (tls-certtool-program): Fix custom type.
6546
6547 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6548
6549         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6550         and point-at-eol instead of line-(beginning|end)-position.
6551
6552         * assistant.el (assistant-parse-buffer): Ditto.
6553
6554         * netrc.el (netrc-parse-services): Ditto.
6555
6556 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6557
6558         * mml2015.el (mml2015-epg-find-usable-key): New function.
6559         (mml2015-epg-sign): Use it.
6560         (mml2015-epg-encrypt): Use it.
6561
6562 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6563
6564         * message.el (message-make-in-reply-to): Quote name containing
6565         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6566         if there are special characters.  Reported by NAKAJI Hiroyuki
6567         <nakaji@jp.freebsd.org>.
6568
6569 2007-02-27  Didier Verna  <didier@xemacs.org>
6570
6571         Include the group parameters as well as the topic ones in the
6572         inheritance filter process.
6573         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6574         argument GROUP-PARAMS-LIST.
6575         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6576
6577 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6578
6579         * nntp.el (nntp-never-echoes-commands)
6580         (nntp-open-connection-functions-never-echo-commands): New variables.
6581         (nntp-send-command): Use them.
6582
6583 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6584
6585         * mml2015.el (mml2015-epg-verify): Simplified.
6586
6587 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6588
6589         * mml.el (mml-content-disposition-alist): New user option.
6590         (mml-content-disposition): New function.
6591         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6592         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6593
6594 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6595
6596         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6597         verification.
6598
6599 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6600
6601         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6602         articles posted in the last 24 hours.
6603
6604 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6605
6606         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6607
6608 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6609
6610         * nntp.el (nntp-send-command): Don't wait for echoes when
6611         nntp-open-ssl-stream is used.
6612
6613 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6614
6615         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6616         (gnus-message-add-citation-keywords)
6617         (gnus-message-remove-citation-keywords): Remove.
6618         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6619         directly, make the variables in font-lock-defaults buffer-local, add
6620         gnus-message-citation-keywords to them and then update the value of
6621         font-lock-keywords.
6622
6623 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6624
6625         * message.el (message-cite-original-1): Don't call
6626         gnus-article-highlight-citation.
6627
6628         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6629         citations; fix line count.
6630
6631 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6632
6633         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6634         (gnus-message-add-citation-keywords)
6635         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6636         versions of font-lock-add-keywords and font-lock-remove-keywords to
6637         work with XEmacs correctly.
6638
6639 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6640
6641         * gnus-cite.el (gnus-cite-face-list): Set the values of
6642         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6643         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6644         (gnus-message-cite-prefix-regexp): New variable.
6645         (gnus-message-search-citation-line): Use it; protect against long
6646         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6647         the 0th match data for Emacs.
6648         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6649         (gnus-message-add-citation-keywords): Append keywords rather than
6650         prepending; emulate font-lock-add-keywords if it is not available.
6651         (gnus-message-remove-citation-keywords): Emulate
6652         font-lock-remove-keywords if it is not available.
6653
6654         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6655
6656         * message.el (message-cite-prefix-regexp): Set the value of
6657         gnus-message-cite-prefix-regexp.
6658
6659 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6660
6661         * nnweb.el (nnweb-google-parse-1): Update parser.
6662
6663 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6664
6665         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6666
6667 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6668
6669         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6670         regexp.
6671
6672 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6673
6674         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6675         string-to-multibyte.
6676         (uudecode-decode-region-internal): Use it.
6677
6678         * lpath.el: Fbind string-as-multibyte for XEmacs.
6679
6680 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6681
6682         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6683         custom choice.
6684
6685         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6686
6687 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6688
6689         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6690
6691         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6692         `write-region' to respect `mm-inhibit-file-name-handlers'.
6693
6694 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6695
6696         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6697         Use gnus-home-directory instead of "~/" or "$HOME".
6698
6699 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6700
6701         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6702         to mention filename.
6703         Add comments at beginning regarding usage.
6704         (encrypt-write-file-contents): Change interactive so a string is
6705         acceptable.  If the file has no associated model, show an error instead
6706         of a nonsense prompt.
6707
6708 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6709
6710         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6711         Thanks to Yoshihiko Yamada for kind notification of this typo.
6712
6713 2007-01-12  Kenichi Handa  <handa@m17n.org>
6714
6715         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6716         multibyte buffer.
6717
6718 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6719
6720         * gnus-score.el (gnus-score-fast-scoring): New variable.
6721         (gnus-score-headers): Use it.
6722
6723         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6724
6725         * message.el (message-cite-original-1): Call
6726         gnus-article-highlight-citation if requested.
6727         (message-make-from): Allow name and address as optional arguments.
6728
6729         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6730
6731         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6732         bugs to doc string.
6733         (gnus-button-alist): Add mid\\|message-id.
6734         (gnus-button-fetch-group): Extend for use in
6735         `browse-url-browser-function'.
6736         (gnus-button-url-regexp): Try to catch paired parentheses like in
6737         Wikipedia URLs.
6738
6739         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6740         Suggested by Simon Krahnke <overlord@gmx.li>.
6741
6742 2007-01-13  Romain Francoise  <romain@orebokech.com>
6743
6744         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6745         Update copyright.
6746
6747 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6748
6749         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6750
6751 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6752
6753         * gnus-registry.el (gnus-registry-unfollowed-groups)
6754         (gnus-registry-split-fancy-with-parent): Fix documentation.
6755
6756 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6757
6758         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6759         from nnweb groups.
6760
6761 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6762
6763         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6764         Xref urls.  Erase buffer before requesting head.
6765
6766 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6767
6768         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6769         customizable.
6770
6771 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6772
6773         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6774         no signing key is found.
6775         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6776         no encrypting and/or signing key is found.
6777
6778 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6779
6780         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6781
6782 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6783
6784         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6785         headers read from disk with the ones newly found in the current search.
6786         This should no longer cause problems, because the article numbers in
6787         Gmane's `nov.php' output are ignored since the previous change.
6788
6789 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6790
6791         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6792
6793 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6794
6795         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6796         replace-regexp-in-string; bind url-version; fbind display-images-p and
6797         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6798         find-face and set-itimer-function for Emacs; bind itimer-list for
6799         Emacs.
6800
6801         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6802
6803 2007-01-01  Romain Francoise  <romain@orebokech.com>
6804
6805         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6806
6807 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6808
6809         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6810         `define-minor-mode' macro definition expanded properly.
6811         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6812         exclude it there.
6813
6814         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6815         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6816         `fboundp' test.
6817         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6818         This is OK to autoload in (S)XEmacs now.
6819
6820 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6821
6822         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6823         keystroke.
6824         (gnus-summary-limit-to-singletons): Fix typo.
6825
6826         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6827         else fails.
6828
6829 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6830
6831         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6832         docstring.
6833
6834         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6835         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6836         (gnus-summary-insert-dormant-articles): Fix typo in message.
6837
6838 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6839
6840         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6841         nil for XEmacs.
6842         (gnus-message-citation-mode): Don't autoload in XEmacs.
6843
6844         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6845
6846 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6847
6848         * nnimap.el (nnimap-expunge-search-string): Mention
6849         nnimap-search-uids-not-since-is-evil in docstring.
6850
6851 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6852
6853         * spam.el: Revert to make-obsolete-variable because
6854         define-obsolete-variable-alias is not supported in Emacs 21.
6855
6856         * spam.el (spam-ifile-path, spam-ifile-database-path)
6857         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6858         make-obsolete-variable.
6859         (spam-bsfilter-path, spam-bsfilter-program)
6860         (spam-spamassassin-path, spam-spamassassin-program)
6861         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6862         use "path" inappropriately.
6863         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6864         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6865         variable names.
6866
6867 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6868
6869         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6870         summary buffer.
6871
6872         * password.el (password-cache-remove): Use clear-string to burn
6873         password, if available.
6874
6875 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6876
6877         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6878
6879         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6880
6881         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6882         (gnus-message-highlight-citation): Move defcustom here from
6883         gnus-cite.el.
6884         (gnus-message-citation-mode): Autoload.
6885
6886         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6887         checks to make it compile with XEmacs.
6888         (gnus-message-citation-mode): New minor mode.
6889         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6890         (gnus-message-highlight-citation): New variables.
6891         (gnus-message-search-citation-line)
6892         (gnus-message-add-citation-keywords)
6893         (gnus-message-remove-citation-keywords)
6894         (turn-on-gnus-message-citation-mode)
6895         (turn-off-gnus-message-citation-mode): New functions.
6896
6897 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6898
6899         * gnus-cite.el: Enable highlighting of different citation levels in
6900         message-mode.
6901
6902 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6903
6904         * message.el (message-make-fqdn): Fix comment.
6905         (message-bogus-system-names): Add ".local".
6906
6907         * spam.el (spam-ifile-path, spam-ifile-program)
6908         (spam-ifile-database-path, spam-ifile-database)
6909         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6910         Don't use "path" inappropriately.
6911         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6912         strings.
6913         (spam-check-ifile, spam-ifile-register-with-ifile)
6914         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6915         new variable names.
6916
6917         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6918         (gnus-treat-display-smileys): Simplify using
6919         gnus-image-type-available-p.
6920
6921         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6922         available.
6923
6924         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6925         `display-images-p' if available.
6926
6927 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6928
6929         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6930         one after turning on the buffer's multibyteness instead of decoding
6931         them directly in the unibyte buffer that causes unexpected conversion
6932         in Emacs 23 (unicode).
6933
6934 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6935
6936         * message.el (message-generate-hashcash): Fix custom type.
6937
6938 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6939
6940         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6941
6942 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6943
6944         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6945         disconnect icons.  Add help text.
6946
6947 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6948
6949         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6950         negated to be consistent with the others we handle.
6951
6952 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6953
6954         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6955         version of gnus-summary-buffer to something, so that we can use two
6956         article buffers at the same time.
6957
6958 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6959
6960         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6961         trigger all the extra headers.
6962         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6963         sorting.
6964
6965 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6966
6967         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6968         solid groups.
6969
6970 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6971
6972         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6973
6974 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6975
6976         * legacy-gnus-agent.el: Add Copyright notice.
6977
6978 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6979
6980         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6981
6982 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6983
6984         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6985
6986         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6987         to make it work reliably in CVS Emacs.
6988         (gnus-summary-limit-strange-charsets-predicate)
6989         (gnus-summary-limit-to-predicate): New functions.
6990
6991 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6992
6993         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6994         specifying array size.
6995         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6996         array if it is too small.
6997         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6998         (gnus-sort-threads-loop): New function.
6999
7000 2006-12-06  Chris Moore  <dooglus@gmail.com>
7001
7002         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7003         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7004
7005 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7006
7007         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7008         options.
7009
7010 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7011
7012         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7013         DOS-ing the recipient.
7014
7015         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7016         the headers when creating the mapping to avoid mismappings.
7017         (nnweb-gmane-create-mapping): Always nix out old mapping.
7018
7019 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7020
7021         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7022         and mm-verify-option to never.
7023
7024 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7025
7026         * message.el (message-signed-or-encrypted-p): New function.
7027         (message-forward-make-body): Use it.
7028
7029         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7030         Replace encode-coding-string with mm-encode-coding-string.
7031
7032 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7033
7034         * nneething.el (nneething-decode-file-name): Replace
7035         decode-coding-string with mm-decode-coding-string.
7036
7037         * gnus-int.el (gnus-open-server): Say failed server's name.
7038
7039 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7040
7041         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7042         strings to a single string.  Quote `errors-file-name'.
7043         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7044         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7045         Adjust calls.  Use `shell-quote-argument'.
7046
7047 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7048
7049         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7050         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7051
7052         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7053         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7054         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7055         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7056         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7057         (gnus-subscribe-newsgroup, gnus-1):
7058         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7059         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7060         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7061         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7062
7063 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7064
7065         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7066         keystroke.
7067         (gnus-summary-limit-to-bodies): Implement headersp.
7068
7069 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7070
7071         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7072
7073 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7074
7075         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7076
7077 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7078
7079         * message.el (message-generate-hashcash): Expand range of values to
7080         include `opportunistic'.
7081         (message-send-mail): Use it.
7082
7083 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7084
7085         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7086         and comment it.
7087
7088         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7089
7090 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7091
7092         * gnus-util.el (gnus-extract-address-components): Improve comment.
7093
7094 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7095
7096         * gnus-util.el (gnus-extract-address-components): Work with address in
7097         which the name portion contains @.
7098
7099         * lpath.el: Fbind custom-autoload.
7100
7101 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7102
7103         * gnus.el (gnus-start): Move custom group up.
7104         (gnus-select-method): Don't autoload, but make it available for
7105         `customize-variable'.
7106         (gnus-getenv-nntpserver): Don't autoload.
7107
7108 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7109
7110         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7111
7112 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7113
7114         * message.el (message-sendmail-extra-arguments): New variable.
7115         (message-send-mail-with-sendmail): Use it.
7116
7117 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7118
7119         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7120         mm-with-unibyte-current-buffer to make string unibyte.
7121
7122         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7123         mm-string-as-multibyte.
7124
7125 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7126
7127         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7128         Reported by Werner Koch <wk@gnupg.org>.
7129
7130 2006-11-14  Daiki Ueno  <ueno@p360>
7131
7132         * mml2015.el: Autoload epa-select-keys when compiling.
7133
7134 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7135
7136         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7137         message-options.
7138         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7139
7140 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7141
7142         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7143         EasyPG (< 0.0.6).
7144         (mml2015-always-trust): New user option.
7145         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7146         prompt.
7147
7148 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7149
7150         * nntp.el (nntp-authinfo-force): New variable.
7151         (nntp-send-authinfo): Use it.
7152
7153 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7154
7155         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7156         decode encoded words.  Improve prompt.  Add comment about forwarding.
7157         (message-replacement-char): Move up.
7158
7159 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7160
7161         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7162         instead of gnus-intersection because arguments of gnus-sorted-nunion
7163         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7164
7165 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7166
7167         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7168         (message-simplify-subject-functions): Enable
7169         message-strip-subject-encoded-words by default.
7170
7171 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7172
7173         * message.el (message-strip-subject-encoded-words): New function.
7174         (message-simplify-subject-functions): New variable.
7175         (message-simplify-subject): Use it.  Fix typo in doc string.
7176         Support message-strip-subject-encoded-words.
7177
7178 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7179
7180         * gnus-diary.el (gnus-diary-delay-format-function):
7181         * nndiary.el (nndiary-reminders):
7182         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7183
7184 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7185
7186         * gnus-art.el (article-hide-boring-headers): Fetch date from
7187         gnus-original-article-buffer to avoid problems with localized date
7188         strings.
7189
7190 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7193
7194 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7195
7196         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7197         New variables.
7198         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7199         (mm-charset-synonym-alist): Move some entries to
7200         mm-codepage-iso-8859-list.
7201         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7202         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7203
7204 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7205
7206         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7207
7208 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7209
7210         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7211         with Emacs 21 and XEmacs.
7212
7213 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7214
7215         * spam.el (spam-parse-address): New function for better parsing,
7216         catching errors, etc.
7217         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7218
7219 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7220
7221         * mm-view.el: Add interactive arg to html2text autoload.
7222
7223 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7224
7225         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7226
7227 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7228
7229         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7230         variables.
7231         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7232         (mm-charset-synonym-alist): Move some entries to
7233         mm-codepage-iso-8859-list.
7234
7235         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7236
7237 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7238
7239         * message.el (message-citation-line-format)
7240         (message-insert-formated-citation-line): Fix implementation of %E, %N
7241         and %n according to the doc string.
7242
7243 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7244
7245         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7246         car-safe to avoid bad parses.
7247
7248 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7249
7250         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7251         names.
7252
7253         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7254
7255 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7256
7257         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7258         header.
7259
7260         * message.el (message-draft-headers): Add Date.
7261         (message-headers-to-generate): Fix typo in docstring.
7262
7263         * nndraft.el (nndraft-required-headers): New variable.
7264         (nndraft-generate-headers): Use it.
7265
7266         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7267
7268 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7269
7270         * gnus-registry.el (gnus-registry-wash-for-keywords)
7271         (gnus-registry-find-keywords): New functions to allow easy searching of
7272         articles that are in the registry.
7273
7274 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7275
7276         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7277         ietf-drums-parse-address instead of gnus-extract-address-components.
7278         Reported by Damien Elmes <damien@repose.cx>.
7279
7280 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7281
7282         * gnus.el (gnus-mime): Remove unused custom group.
7283
7284 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7285
7286         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7287         "blank line" when searching for end of armor headers.
7288
7289 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7290
7291         * gmm-utils.el (gmm-write-region): Fix variable name.
7292
7293 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7294
7295         * gmm-utils.el (gmm-write-region): New function based on compatibility
7296         code from `mm-make-temp-file'.
7297
7298         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7299
7300         * nnmaildir.el (nnmaildir--update-nov)
7301         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7302         Use `gmm-write-region'.
7303
7304 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7305
7306         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7307         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7308
7309         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7310
7311         * message.el (message-replacement-char): New variable.
7312         (message-fix-before-sending): Use it.
7313         (message-simplify-subject): New function to remove duplicate code.
7314         (message-reply, message-followup): Use it.
7315
7316         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7317         gnus-summary-limit-to-articles.
7318
7319 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7320
7321         * gnus-util.el (gnus-with-local-quit): New macro.
7322
7323         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7324
7325 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7326
7327         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7328         ignore non-string data.
7329
7330 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7331
7332         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7333         non-string data (needs to be done in the registry too).
7334
7335 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7336
7337         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7338         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7339         (gnus-registry-split-fancy-with-parent)
7340         (gnus-registry-fetch-simplified-message-subject-fast)
7341         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7342         Remove text properties on ingress into the registry and when it's saved.
7343         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7344         registry from entries with no groups.
7345
7346 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7347
7348         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7349         function to remove string properties.
7350
7351 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7352
7353         * gmm-utils.el (gmm): Adjust custom version.
7354
7355         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7356         custom version.
7357
7358         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7359
7360 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7361
7362         * gnus-art.el (gnus-insert-prev-page-button)
7363         (gnus-insert-next-page-button): Simplify.  Reformat.
7364
7365 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7366
7367         * gnus-art.el (gnus-insert-prev-page-button)
7368         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7369
7370 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7371
7372         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7373
7374 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7375
7376         * gnus-art.el (gnus-insert-mime-button)
7377         (gnus-insert-mime-security-button):
7378         Apply gnus-article-button-face to MIME and security buttons.
7379
7380 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7381
7382         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7383         readable.
7384
7385 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7386
7387         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7388
7389 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7390
7391         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7392         `browse-url-of-file' instead of `browse-url'.
7393
7394 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7395
7396         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7397         regexp.  Articles containing quotation were cut prematurely.
7398
7399 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7400
7401         * message.el (message-cite-original-1): Use nobody by default for the
7402         value of From header.
7403         (message-reply): Ditto.
7404
7405 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7406
7407         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7408         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7409         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7410
7411 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7412
7413         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7414         mails in the doc string.  Add some URLs in comment.
7415         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7416
7417 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7418
7419         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7420         backslashes handling and the way to find boundaries of quoted strings.
7421
7422 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7423
7424         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7425         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7426         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7427         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7428
7429 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7430
7431         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7432         doc string.
7433         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7434
7435 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7436
7437         * lpath.el: Fbind epg-check-configuration.
7438
7439 2006-09-06  Simon Josefsson  <jas@extundo.com>
7440
7441         * mml2015.el (mml2015-use): Doc fix, mention epg.
7442
7443 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7444
7445         * mml2015.el (mml2015-use): Default to epg, if available.
7446
7447 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7448
7449         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7450         message-sender.
7451         (mml1991-epg-encrypt): Ditto.
7452         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7453         message-sender.
7454         (mml2015-epg-encrypt): Ditto.
7455
7456 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7457
7458         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7459         several common directories.
7460
7461 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7462
7463         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7464         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7465
7466 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7467
7468         * gnus-art.el (article-decode-encoded-words): Make it fast.
7469
7470 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7471
7472         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7473
7474         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7475         in quoted string into `\'.
7476
7477 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7478
7479         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7480         Use standard-syntax-table.
7481
7482 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7483
7484         * gnus-art.el (gnus-decode-address-function): New variable.
7485         (article-decode-encoded-words): Use it to decode headers which are
7486         assumed to contain addresses.
7487         (gnus-mime-delete-part): Remove useless `or'.
7488
7489         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7490         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7491         (gnus-nov-parse-line): Use it to decode From header.
7492         (gnus-get-newsgroup-headers): Ditto.
7493         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7494
7495         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7496         (mail-decode-encoded-address-string): New alias.
7497
7498         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7499         New function.
7500         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7501         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7502         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7503         (rfc2047-decode-string): Ditto.
7504         (rfc2047-decode-address-region): New function.
7505         (rfc2047-decode-address-string): New function.
7506
7507 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7508
7509         * message.el (message-caesar-buffer-body): Allow rotating headers.
7510
7511         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7512
7513         * message.el (message-insert-formated-citation-line): Fix %f.
7514         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7515
7516 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7517
7518         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7519         (gnus-bookmark-mouse-available-p): New macro.
7520         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7521         (gnus-bookmark-bmenu-show-infos): Use it.
7522         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7523         (gnus-bookmark-bmenu-hide-infos): Ditto.
7524         (gnus-bookmark-remove-properties): New function.
7525         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7526         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7527         (gnus-bookmark-write-file): Bind coding-system-for-write.
7528         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7529         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7530         group before selecting it.
7531         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7532         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7533         quit-window if it is not available; use gnus-mouse-2 and bind it to
7534         gnus-bookmark-bmenu-select-by-mouse.
7535         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7536         (gnus-bookmark-bmenu-select-by-mouse): New function.
7537
7538 2006-08-13  Romain Francoise  <romain@orebokech.com>
7539
7540         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7541         space.
7542
7543 2006-08-10  Romain Francoise  <romain@orebokech.com>
7544
7545         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7546         (dns-mode-soa-auto-increment-serial): New user option.
7547         (dns-mode-soa-maybe-increment-serial): New function.
7548         (dns-mode): Add the latter to `write-contents-functions'.
7549
7550 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7551
7552         * compface.el (uncompface): Use binary rather than raw-text-unix.
7553
7554 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7555
7556         * compface.el (uncompface): Make sure the eol conversion doesn't take
7557         place when communicating with the external programs.  Reported by
7558         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7559
7560 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7561
7562         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7563
7564 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7565
7566         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7567         Make it more robust by parsing author and date independently.
7568
7569 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7570
7571         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7572
7573 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7574
7575         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7576         first matching secret key.
7577         (mml2015-epg-encrypt): Ditto.
7578
7579         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7580         first matching secret key.
7581         (mml1991-epg-encrypt): Ditto.
7582
7583         * mml2015.el (mml2015-encrypt-to-self): New user option.
7584         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7585         mml2015-epg-encrypt-to-self is set.
7586
7587         * mml1991.el (mml1991-encrypt-to-self): New variable.
7588         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7589         mml1991-epg-encrypt-to-self is set.
7590
7591         * mml2015.el (mml2015-signers): New user option.
7592         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7593         (mml2015-epg-encrypt): Allow to select signing keys.
7594
7595         * mml1991.el (mml1991-signers): New variable.
7596         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7597         (mml1991-epg-encrypt): Allow to select signing keys.
7598
7599 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7600
7601         * nnheader.el (nnheader-insert-head): Make it work even if the file
7602         uses CRLF for the line-break code.
7603
7604 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7605
7606         * mml2015.el: Require mml-sec instead of password.
7607         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7608         (mml2015-cache-passphrase): Inherit the default value from
7609         mml-secure-cache-passphrase.
7610         (mml2015-passphrase-cache-expiry): Inherit the default value from
7611         mml-secure-passphrase-cache-expiry.
7612
7613         * mml1991.el: Require mml-sec instead of password.
7614         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7615         (mml1991-cache-passphrase): Inherit the default value from
7616         mml-secure-cache-passphrase.
7617         (mml1991-passphrase-cache-expiry): Inherit the default value from
7618         mml-secure-passphrase-cache-expiry.
7619
7620         * mml-sec.el: Require password.
7621         (mml-secure-verbose): New user option.
7622         (mml-secure-cache-passphrase): New user option.
7623         (mml-secure-passphrase-cache-expiry): New user option.
7624
7625 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7626
7627         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7628         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7629         andreas@altroot.de (Andreas Vögele).
7630
7631         FIXME: Use `tiny change'?
7632
7633 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7634
7635         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7636         workaround for the url package included with Emacs.
7637
7638         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7639
7640 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7641
7642         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7643         correctly.  This fixes a bug caused by the 2006-05-12 change.
7644
7645 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7646
7647         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7648         some information about the error when saying that the `bogus' mail
7649         group will be used.
7650
7651 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7652
7653         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7654         string.
7655
7656 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7657
7658         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7659
7660 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7661
7662         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7663
7664 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7665
7666         * mml1991.el (mml1991-function-alist): Add epg.
7667         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7668         (mml1991-epg-encrypt): New functions.
7669
7670 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7671
7672         * mml2015.el (mml2015-verbose): New variable.
7673         (mml2015-cache-passphrase): Ditto.
7674         (mml2015-passphrase-cache-expiry): Ditto.
7675         (mml2015-function-alist): Add epg.
7676         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7677         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7678         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7679         functions.
7680
7681 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7682
7683         * message.el (message-cite-original-1): Preserve region when removing
7684         quoted text due to X-No-Archive in order to avoid bogus attribution
7685         when citing multiple messages.
7686
7687 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7688
7689         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7690         Kenneth Jacker <khj@be.cs.appstate.edu>.
7691
7692 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7693
7694         * gnus-diary.el (gnus-user-format-function-d)
7695         (gnus-user-format-function-D): Autoload.
7696
7697         * imap.el (Commentary): Fix typo.
7698
7699         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7700         2006-04-22 contribution.
7701
7702 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7703
7704         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7705         It didn't really fix the bogosity I'm seeing with solid web groups.
7706
7707 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7708
7709         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7710         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7711         created using server names.  If we use the feature without declaring
7712         it, Gnus does not properly manage server and group state.
7713
7714         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7715         bound.
7716
7717 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7718
7719         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7720         looking up the method using GROUP's prefix before inventing a new one.
7721         It is used on killed/unknown groups in various places where returning
7722         an all-new method isn't expected by the caller.
7723
7724         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7725         and match semantics of gnus-group-real-prefix.
7726
7727 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7728
7729         * nnmail.el (nnmail-broken-references-mailers): New variable.
7730         (nnmail-ignore-broken-references): New function generalizing
7731         nnmail-fix-eudora-headers.
7732         (nnmail-fix-eudora-headers): Now obsolete.
7733
7734         * gnus-art.el (gnus-button-handle-custom): Support
7735         `customize-apropos*'.
7736
7737 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7738
7739         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7740
7741         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7742         articles.
7743
7744 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7745
7746         * message.el (message-cite-reply-above): New variable.
7747         (message-yank-original): Use it.
7748
7749 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7750
7751         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7752
7753 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7754
7755         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7756         as read.
7757
7758         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7759
7760 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7761
7762         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7763         (gnus-bookmark-default-file): Use gnus-directory.
7764         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7765         Remove "*" in doc string.
7766         (gnus-bookmark-write-file): Simplify.
7767         (gnus-bookmark-maybe-sort-alist): Use `when'.
7768         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7769         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7770         FIXME about Emacs 21 and XEmacs compatibility.
7771         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7772         compatibility.
7773         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7774         compatibility.
7775         (gnus-bookmark-menu-heading): Fix version.
7776
7777 2006-06-19  Bastien Guerry  <bzg@altern.org>
7778
7779         * gnus-bookmark.el: New file.
7780
7781 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7782
7783         * message.el (message-syntax-checks): Doc fix.
7784
7785 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7786
7787         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7788         unsubscribed groups as if they were killed ones.  It causes duplicate
7789         entries in gnus-newsrc-alist.
7790
7791 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7792
7793         * message.el (message-syntax-checks): Doc fix.
7794         (message-send-mail): Add check for continuation headers.
7795         (message-check-news-header-syntax): Fix regexp used to check for
7796         continuation headers.
7797
7798 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7799
7800         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7801
7802 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7803
7804         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7805
7806 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7807
7808         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7809         default-truncate-lines.
7810
7811 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7812
7813         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7814         to fill the utf-8 entry.
7815
7816         * lpath.el: Fbind unicode-precedence-list.
7817
7818 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7819
7820         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7821
7822 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7823
7824         * gnus-agent.el (directory-files-and-attributes): Move all the way
7825         forward (the third and final move).
7826         (gnus-agent-read-agentview): Trap reconstruction errors due to
7827         nonexistant directory.  Handle by returning nil.
7828
7829 2006-05-30  Didier Verna  <didier@xemacs.org>
7830
7831         * message.el (message-dont-reply-to-names): Update the custom type.
7832         * message.el (message-dont-reply-to-names): New defsubst: potentially
7833         convert a list of regexps into a single one.
7834         * message.el (message-get-reply-headers): Use it.
7835         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7836
7837 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7838
7839         * gnus-agent.el (directory-files-and-attributes): Move forward.
7840
7841 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7842
7843         * gnus-ml.el (gnus-mailing-list-subscribe)
7844         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7845         (gnus-mailing-list-message): Fix doc strings.
7846
7847 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7848
7849         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7850         of doing it manually.
7851
7852 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7853
7854         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7855         comment.
7856
7857 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7858
7859         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7860         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7861         (gnus-agent-read-local): All symbols allocated in my-obarray.
7862         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7863         (gnus-agent-regenerate-group): Check numeric names to see if they are
7864         messages or groups.
7865         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7866         better way of do this...)
7867
7868         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7869         'dummy.group' (there should be a better way of do this...)
7870
7871 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7872
7873         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7874         (gnus-saved-headers): Ditto.
7875         (gnus-default-article-saver): Mention functions may have properties.
7876         (gnus-article-save): Override gnus-save-all-headers and
7877         gnus-saved-headers by :headers property which saver function may have.
7878         (gnus-summary-save-in-file): Add :headers property.
7879         (gnus-summary-write-to-file): Ditto.
7880
7881         * gnus-sum.el (gnus-summary-save-article): Bind
7882         gnus-prompt-before-saving to t when saving many articles in a file;
7883         always show all headers.
7884
7885         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7886
7887 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7888
7889         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7890         marks.
7891
7892         * message.el (message-indent-citation): Add optional arguments to allow
7893         using it outside of message buffers.
7894
7895         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7896         (gnus-article-treat-unfold-headers): Use it.
7897         (gnus-article-truncate-lines): New variable.
7898         (gnus-article-mode): Use it.
7899         (gnus-article-toggle-truncate-lines): New function.
7900
7901         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7902         gnus-article-toggle-truncate-lines.
7903
7904         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7905         coding system in XEmacs, use binary.
7906
7907 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7908
7909         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7910         after-load-alist.
7911
7912         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7913         this function should save decoded articles.
7914         (gnus-summary-write-to-file): Use property to specify this function
7915         should save decoded articles and specify gnus-summary-save-in-file
7916         should be used to save articles other than the first one when saving
7917         many articles.
7918         (gnus-summary-save-body-in-file): Use property to specify this
7919         function should save decoded articles.
7920         (gnus-summary-write-body-to-file): Use property to specify this
7921         function should save decoded articles and specify
7922         gnus-summary-save-body-in-file should be used to save articles other
7923         than the first one when saving many articles.
7924
7925         * gnus-sum.el (gnus-summary-save-article): Simplify.
7926
7927 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7928
7929         * gnus-art.el (gnus-default-article-saver): Add
7930         gnus-summary-write-body-to-file.
7931         (gnus-article-save-coding-system): Don't use coding system object
7932         in XEmacs.
7933         (gnus-read-save-file-name): Add optional `dir-var' argument which
7934         specifies directory in which files are saved; work even if optional
7935         `variable' argument is not specified.
7936         (gnus-summary-write-to-file): Read file name.
7937         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7938         (gnus-summary-write-body-to-file): New function.
7939
7940         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7941         (gnus-summary-local-variables): Add it.
7942         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7943         (gnus-summary-save-article): Remove optional `decode' argument;
7944         determine whether to decode articles by the value of
7945         gnus-default-article-saver; when saving many files using
7946         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7947         it first and use gnus-summary-save-in-file or
7948         gnus-summary-save-body-in-file thereafter unless
7949         gnus-prompt-before-saving is always; move point to article which
7950         will be saved.
7951         (gnus-summary-save-article-file): Revert.
7952         (gnus-summary-write-article-file): Revert.
7953         (gnus-summary-save-article-body-file): Revert.
7954         (gnus-summary-write-article-body-file): New function.
7955
7956 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7957
7958         * gnus-art.el (gnus-default-article-saver): Doc fix.
7959         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7960         from gnus-summary-save-article-coding-system, and default to a
7961         certain coding system.
7962         (gnus-output-to-file): Add coding cookie and encode text according
7963         to gnus-article-save-coding-system; don't use mm-append-to-file.
7964
7965         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7966         gnus-art.el and rename to gnus-article-save-coding-system.
7967         (gnus-summary-save-article): Require gnus-art; don't show all
7968         headers if it decodes articles; don't add coding cookie here;
7969         don't bind mm-text-coding-system-for-write.
7970         (gnus-summary-save-article-file): Save decoded articles.
7971         (gnus-summary-write-article-file): When saving many files, use
7972         gnus-summary-write-to-file first and gnus-summary-save-in-file
7973         thereafter unless gnus-prompt-before-saving is always.
7974         (gnus-summary-save-article-body-file): Save decoded articles.
7975
7976         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7977
7978 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7979
7980         * nnrss.el (nnrss-check-group): Bind hash-index.
7981
7982 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7983
7984         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7985         its hash index.  Store this hash in `nnrss-group-data'.
7986         (nnrss-read-group-data): Update accordingly.
7987
7988 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7989
7990         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7991         entry.
7992
7993         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7994         gnus-article-browse-html-article.
7995
7996 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7997
7998         * gnus-sum.el (gnus-summary-mime-map): Add
7999         gnus-article-browse-html-article.
8000
8001         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8002
8003 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8004
8005         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8006         suitable coding systems in customize.
8007
8008 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8009
8010         * mail-source.el (mail-sources): Fix custom type.
8011
8012 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8013
8014         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8015         (gnus-summary-expire-articles-now): Shorten prompt.
8016
8017         * gmm-utils.el (wid-edit): Require.
8018         (defun-gmm): Renamed from `gmm-defun-compat'.
8019         (gmm-image-search-load-path): Use it.
8020         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8021
8022 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8025         variable.
8026         (gnus-summary-save-article): Add optional `decode' argument.  If
8027         it is set and gnus-summary-save-article-coding-system is non-nil,
8028         save decoded article.
8029         (gnus-summary-write-article-file): Save decoded article if
8030         gnus-summary-save-article-coding-system is non-nil.
8031
8032         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8033         type.
8034
8035 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8036
8037         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8038
8039 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8040
8041         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8042         first to test gnus-single-article-buffer which may be buffer-local.
8043
8044         * gnus-sum.el (gnus-summary-setup-buffer): Make
8045         gnus-single-article-buffer buffer-local and nil in ephemeral
8046         group; make gnus-article-buffer, gnus-article-current, and
8047         gnus-original-article-buffer always buffer-local.
8048         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8049         group.
8050         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8051
8052 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8053
8054         * nnml.el (nnml-request-compact-group): Compressed files might not
8055         have .gz extension.
8056
8057 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8058
8059         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8060         (mm-copy-to-buffer): Use with-current-buffer.
8061         (mm-display-part): Simplify.
8062         (mm-inlinable-p): Add optional arg `type'.
8063
8064 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8065
8066         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8067         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8068         Try harder to show the attachment internally or externally using
8069         gnus-mime-view-part-as-type.
8070
8071 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8072
8073         * message.el (message-from-style, message-signature-separator)
8074         (message-user-organization-file, message-send-mail-function)
8075         (message-citation-line-function, message-yank-prefix)
8076         (message-indent-citation-function, message-signature)
8077         (message-signature-file, message-signature-insert-empty-line):
8078         Remove autoloads.
8079
8080         * gnus-art.el (gnus-buttonized-mime-types): Remove
8081         "multipart/signed".  Revert 2006-04-26 change.
8082
8083 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8084
8085         * gnus.el (gnus-version-number): Bump version.
8086
8087 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8088
8089         * gnus.el: No Gnus v0.5 is released.
8090
8091 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8092
8093         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8094         fetching articles by message-id.
8095
8096 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8097
8098         * message.el (hashcash): Require hashcash as normal.
8099
8100         * ecomplete.el (ecomplete-highlight-match-line): Use
8101         point-at-eol.
8102         (ecomplete-highlight-match-line): Use `highlight', because that
8103         face exists in both Emacs and XEmacs.
8104
8105         * message.el (message-display-abbrev): Use point-at-bol.
8106
8107         * mail-source.el: Don't require timer/timer-funcs.
8108
8109         * gnus-async.el: Ditto.
8110
8111         * password.el: Ditto.
8112
8113         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8114
8115         * mm-url.el: Ditto.
8116
8117         * gnus-xmas.el: Don't require timer-funcs.
8118
8119         * mm-util.el: Require timer/timer-funcs.
8120
8121 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8122
8123         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8124         Close.
8125
8126 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8127
8128         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8129         unibyte after clear-decrypt function runs.
8130
8131         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8132         returns as a unibyte string.
8133
8134 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8135
8136         * lpath.el: Revert.
8137
8138         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8139         (pgg-gpg-process-sentinel): Revert.
8140
8141         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8142         (pgg-pgp-lookup-key): Revert.
8143
8144         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8145         (pgg-pgp5-lookup-key): Revert.
8146
8147         * pgg.el (pgg-fetch-key): Revert.
8148
8149 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8150
8151         * lpath.el: Fbind string-as-multibyte for XEmacs.
8152
8153         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8154         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8155         (mml1991-pgg-encrypt): Ditto.
8156
8157         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8158         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8159         a multibyte buffer.
8160
8161         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8162         (pgg-pgp-lookup-key): Ditto.
8163
8164         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8165         (pgg-pgp5-lookup-key): Ditto.
8166
8167         * pgg.el (pgg-fetch-key): Ditto.
8168
8169 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8170
8171         * message.el (message-user-organization-file): Check several
8172         locations of the organization file.
8173
8174         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8175         Add gnus-article-view-part-as-type.
8176
8177         * gnus-art.el (gnus-article-view-part-as-type): New function.
8178
8179         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8180         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8181
8182         * mml.el: Simplify autoload.
8183         (mml-mode): defvar dnd-protocol-alist instead of using
8184         symbol-value.
8185         (mml-default-directory): New variable.
8186         (mml-minibuffer-read-file): Use it.
8187         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8188
8189         * message.el (message-citation-line-format): New variable.
8190         (message-insert-formated-citation-line): New function.
8191         (message-citation-line-function): Add
8192         `message-insert-formated-citation-line' to custom type.
8193
8194         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8195         to doc string.
8196
8197         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8198         depending on mm-verify-option.
8199
8200 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8201
8202         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8203         binding pgg-* variables; reimplement the section which prevents
8204         MIME header from being signed.
8205         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8206         pgg-text-mode; remove a blank line at the top of body.
8207
8208         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8209         lines at the top of body; use gnus-newsgroup-charset if there's no
8210         Charset header.
8211
8212 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8213
8214         * message.el (message-self-insert-commands): Doc fix.
8215
8216         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8217         (mm-uu-pgp-encrypted-test): Ditto.
8218         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8219         between header and body; return application/pgp-encrypted handle
8220         if decryption failed; decode decrypted body by charset.
8221
8222         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8223         element match to application/pgp-*.
8224
8225 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8226
8227         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8228         HTML.
8229
8230 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8231
8232         * mail-source.el (mail-source-call-script): Message the error
8233         string.
8234
8235 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8236
8237         * gnus-util.el (gnus-byte-compile): Use it.
8238
8239 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8240
8241         * gnus-util.el (kill-empty-logs): New function.
8242
8243 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8244
8245         * message.el (message-mail-alias-type): Doc fix.
8246         (message-mail-alias-type-p): New function.
8247         (message-send): Use it.
8248         (message-mode): Ditto.
8249         (message-strip-forbidden-properties): Ditto.
8250
8251         * ecomplete.el (ecomplete-database-file-coding-system): New
8252         variable.
8253         (ecomplete-save): Use it.
8254         (ecomplete-setup): Use it.
8255
8256 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8257
8258         * message.el (message-self-insert-commands): New variable.
8259         (message-strip-forbidden-properties): Use it.
8260
8261 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8262
8263         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8264         that doesn't make XEmacs choke.
8265
8266 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8267
8268         * gnus-util.el (gnus-replace-in-string):
8269         Prefer replace-regexp-in-string over of replace-in-string.
8270
8271 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * gnus-util.el (gnus-select-frame-set-input-focus):
8274         Use select-frame-set-input-focus if it is available in XEmacs; use
8275         definition defined in Emacs 22 for old Emacsen.
8276
8277         * dgnushack.el: Autoload unmorse-region for XEmacs.
8278
8279         * lpath.el: Bind cursor-in-non-selected-windows and
8280         select-frame-set-input-focus for XEmacs.
8281
8282 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8283
8284         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8285
8286 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8287
8288         * gnus-registry.el (gnus-registry-cache-save): Remove text
8289         properties when saving via the temp buffer.
8290
8291 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8292
8293         * message.el (message-generate-hashcash): Honor custom type.
8294
8295 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8296
8297         * message.el (message-generate-hashcash): Default to non-nil when
8298         hashcash is found.
8299
8300         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8301         (gnus-refer-thread-limit): Increase default to 500.
8302
8303         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8304
8305         * flow-fill.el (fill-flowed): Allow delete-space.
8306
8307 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8308
8309         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8310         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8311         Remove autoloads.
8312
8313 2006-04-18  Simon Josefsson  <jas@extundo.com>
8314
8315         * message.el (message-generate-hashcash): Default to.
8316
8317 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8318
8319         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8320         concatenating segments rather than before concatenating them.
8321
8322 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8323
8324         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8325
8326 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8327
8328         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8329
8330         * message.el (message-forward-make-body-plain): Allow
8331         message-forward-ignored-headers to be a list.
8332         (message-remove-ignored-headers): Factor out into function.
8333         (message-forward-make-body-mml): Use it.
8334
8335         * imap.el (imap-quote-specials): New function.
8336         (imap-login-auth): Quote specials.
8337
8338         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8339         (rfc2231-parse-string): Allow concatanation of parameters that
8340         aren't contiguous.  The test case is
8341           (mail-header-parse-content-type "message/external-body;
8342             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8343             access-type=LOCAL-FILE;
8344             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8345
8346 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8347
8348         * nntp.el (nntp-accept-process-output): Return the value of
8349         `nnheader-accept-process-output'.
8350
8351 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8352
8353         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8354         (gnus-button-alist): Recognize more diff formats.
8355         (gnus-button-patch): Strip directory.
8356
8357 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8358
8359         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8360         Emacs 22 when setting focus.
8361
8362 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8363
8364         * gnus-art.el (gnus-article-treat-types): Do treatment of
8365         text/x-verbatim parts.
8366         (gnus-button-patch): New command.
8367
8368         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8369         addresses that contain invalid characters.
8370
8371 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8372
8373         * message.el (message-put-addresses-in-ecomplete): Use
8374         gnus-replace-in-string.
8375         (message-is-yours-p): Use the more correct
8376         mail-header-parse-address instead of
8377         mail-extract-address-components.
8378         (message-put-addresses-in-ecomplete): Fix typo.
8379
8380         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8381         keystroke.
8382
8383         * gnus-art.el (gnus-treatment-function-alist): Change order of
8384         newsgroups/generic header folding to avoid double-folding.
8385
8386         * message.el (message-hidden-headers): Add X-Draft-From.
8387
8388         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8389         command.
8390         (gnus-summary-repeat-search-article-backward): New command.
8391
8392         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8393         groups in the parent topic.
8394
8395 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8396
8397         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8398         (spam-extra-header-to-number): Return the CRM114 number as a
8399         number instead of a string.
8400
8401 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8402
8403         * gnus-art.el (gnus-face-properties-alist): Moved here from
8404         gnus-fun.
8405
8406         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8407
8408 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8409
8410         * message.el (message-strip-forbidden-properties): Only display on
8411         self-insert-command.
8412
8413         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8414         reindent.
8415         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8416
8417 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8418
8419         * smiley.el (smiley-style): Fix typo.
8420
8421 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8422
8423         * hashcash.el (hashcash-insert-payment-async-2): Use
8424         message-goto-eoh instead of doing it manually.
8425         (mail-add-payment): Use message-narrow-to-header instead of trying
8426         to do the same itself.
8427
8428         * message.el (message-hidden-headers): Add Face.
8429
8430         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8431         reparenting code.
8432         (gnus-summary-reparent-children): Refactored out code.
8433         (gnus-summary-thread-map): New keystroke.
8434         (gnus-summary-reparent-children): Make into command.
8435
8436         * smiley.el (smiley-style): Default to `medium' if using a large
8437         font.
8438
8439         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8440         does it itself.
8441
8442         * message.el (message-point-in-header-p): Simplify definition.
8443
8444 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8445
8446         * nnagent.el (nnagent-request-set-mark): Silence log file
8447         writing.
8448         (nnagent-request-set-mark): Use write-region instead of
8449         append-to-file.
8450
8451         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8452         strange select method.
8453
8454         * ecomplete.el (ecomplete-display-matches): Get highlightling
8455         right.
8456         (ecomplete-display-matches): Use literals.
8457         (ecomplete-display-matches): Disable message logging.
8458
8459         * message.el (message-display-abbrev): Small optimization.
8460
8461         * ecomplete.el (ecomplete-display-matches): Allow automatic
8462         display.
8463
8464         * message.el (message-strip-forbidden-properties): Display
8465         abbrevs.
8466         (message-display-abbrev): Get automatic display right.
8467
8468         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8469         keystrokes.
8470
8471 2006-04-13  Romain Francoise  <romain@orebokech.com>
8472
8473         TODO: Backport to v5-10!
8474
8475         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8476         Moved here (and renamed) from gnus-registry.el.
8477
8478         * gnus-registry.el: Require gnus-util.
8479         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8480
8481 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8482
8483         * gnus-group.el (gnus-group-catchup-current): Change
8484         if-then-else-if-then-else into cond.
8485         (gnus-group-catchup): Indent.
8486         (group-name-at-point): New function.
8487         (gnus-fetch-group): Provide default from thing at point.
8488
8489 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8490
8491         * message.el (message-display-abbrev): Fix regexp.
8492
8493         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8494         choosing.
8495         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8496         dead variables.
8497
8498         * message.el (message-newline-and-indent): Remove debugging.
8499         (message-display-abbrev): Use new implementation.
8500
8501 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8502
8503         * gnus-art.el (gnus-article-mode): Set
8504         cursor-in-non-selected-windows to nil.
8505
8506         * smiley.el: Revert previous change.
8507         (smiley-data-directory): defvar it before using it in the
8508         defcustom of `smiley-style'.
8509
8510 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8511
8512         * message.el (message-newline-and-indent): New function.
8513
8514         * ecomplete.el: Implement more bits.
8515
8516         * message.el (message-put-addresses-in-ecomplete): Clean up the
8517         string.
8518
8519         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8520
8521         * gnus-sum.el (gnus-summary-save-parts): Bind
8522         gnus-summary-save-parts-counter and use it to make unique file
8523         names.
8524
8525         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8526
8527         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8528         parameter to say whether to actually parse the individual
8529         addresses.
8530
8531         * message.el (message-put-addresses-in-ecomplete): New function.
8532         (ecomplete): Require.
8533         (message-mail-alias-type): Add ecomplete as an option.
8534
8535 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8536
8537         * flow-fill.el (fill-flowed): Remove trailing space from blank
8538         quoted lines.
8539
8540 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8541
8542         * smiley.el (smiley-style): Move definition later to avoid a
8543         compilation warning.
8544
8545 2006-04-12  Kenichi Handa  <handa@m17n.org>
8546
8547         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8548         buffer and then decode the buffer text if necessary.
8549         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8550         first, and after mm-encode-body, change the buffer to unibyte.
8551         Use mm-disable-multibyte instead of set-buffer-multibyte.
8552
8553 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8554
8555         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8556         Content-Type header instead of Content-Disposition header.
8557         (gnus-mime-inline-part): Ditto.
8558         (gnus-mime-view-part-as-charset): Ignore charset that the part
8559         specifies.
8560
8561         * mm-decode.el (mm-display-part): Work with external parts and
8562         usual parts similarly.
8563
8564         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8565         instead of gnus-display-mime.
8566
8567         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8568         instead of with-temp-buffer.
8569
8570         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8571         tag to summarized topics part in order to encode non-ASCII text.
8572
8573 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8574
8575         * smiley.el (smiley-style): New variable.
8576         (smiley-directory): New function.
8577         (smiley-data-directory): Derive from `smiley-style' using
8578         `smiley-directory'.
8579         (smiley-regexp-alist): Add new entries.
8580
8581         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8582         (gnus-article-browse-delete-temp): Add :version.
8583
8584 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8585
8586         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8587         the sieve region.
8588
8589 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8590
8591         * gnus.el (gnus-version-number): Bump version.
8592
8593 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8594
8595         * gnus.el: No Gnus v0.4 is released.
8596
8597 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8598
8599         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8600         layout.
8601
8602         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8603         unknown charset.
8604
8605         * message.el (message-header-synonyms): Add Original-To to the
8606         default.
8607
8608         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8609         optional parameter.
8610
8611 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8612
8613         * gnus-fun.el (gnus): Require it for gnus-directory.
8614
8615 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8616
8617         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8618
8619 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8620
8621         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8622
8623 2006-04-05  Simon Josefsson  <jas@extundo.com>
8624
8625         * password.el (password-reset): New function.
8626
8627 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8628
8629         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8630         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8631
8632 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8633
8634         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8635         Some whitespace was matched into the url, which broke browsing hits
8636         > 100 when mm-url-use-external was nil.
8637
8638 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8639
8640         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8641         gnus-extra-headers for 'Newsgroups.
8642
8643         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8644         bound.
8645
8646 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8647
8648         * pgg-gpg.el: Clean up process buffers every time gpg processes
8649         complete.
8650
8651 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8652
8653         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8654         doc string.
8655
8656 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8657
8658         * pgg-gpg.el (pgg-gpg-process-filter)
8659         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8660
8661         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8662         lines, temporary fix.
8663
8664 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8665
8666         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8667
8668 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8669
8670         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8671         default-enable-multibyte-characters.  This reverts the change from
8672         revision 6.17 which is no longer necessary because the passphrase
8673         is sent separately now.  GnuPG messages are unreadable under
8674         multibyte locales with default-enable-multibyte-characters set to
8675         nil.
8676
8677 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8678
8679         * message.el (message-tool-bar-gnome): Move "spell".
8680
8681 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8682
8683         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8684         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8685         instead.
8686
8687 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8688
8689         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8690         newsgroups handling for NNTP overviews which don't include
8691         Newsgroups.
8692
8693 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8694
8695         * message.el (message-resend): Bind message-generate-hashcash to nil.
8696
8697 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8698
8699         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8700         when searching for already-paid recipients.
8701
8702 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8703
8704         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8705         passphrases when it is not needed.
8706         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8707         passphrase stuff from gpg, should only be necessary when you use
8708         gpg with a smartcard.
8709
8710 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8711
8712         * mml.el (mml-insert-mime): Ignore cached contents of
8713         message/external-body part.
8714
8715         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8716         (mm-insert-part): Ditto.
8717
8718 2006-03-23  Simon Josefsson  <jas@extundo.com>
8719
8720         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8721         Reiner.
8722         (pgg-gpg-use-agent-p): Use it again.
8723
8724 2006-03-23  Simon Josefsson  <jas@extundo.com>
8725
8726         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8727         older emacsen.
8728         (pgg-gpg-use-agent-p): Don't use it.
8729
8730 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8731
8732         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8733         if we can.
8734
8735 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8736
8737         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8738         (pgg-gpg-update-agent): New function.
8739         (pgg-gpg-use-agent-p): New function.
8740         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8741         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8742         (pgg-gpg-sign-region): Use it.
8743
8744 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8745
8746         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8747         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8748
8749 2006-03-21  Simon Josefsson  <jas@extundo.com>
8750
8751         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8752         <wilde@sha-bang.de>.
8753         (pgg-gpg-use-agent): New variable.
8754         (pgg-gpg-process-region): Use it.
8755         (pgg-gpg-encrypt-region): Likewise.
8756         (pgg-gpg-encrypt-symmetric-region): Likewise.
8757         (pgg-gpg-decrypt-region): Likewise.
8758         (pgg-gpg-sign-region): Likewise.
8759         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8760
8761 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8762
8763         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8764
8765         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8766         Add comment on version.
8767
8768 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8769
8770         * smiley.el: Add missing test smiley.
8771
8772 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8773
8774         * mm-decode.el (mm-with-part): New macro.
8775         (mm-get-part): Use it; work with message/external-body as well.
8776         (mm-save-part): Treat name and filename equally.
8777
8778         * mm-extern.el (mm-extern-cache-contents): New function.
8779         (mm-inline-external-body): Use it; force the part to be displayed;
8780         move undisplayer added to the cached handle to the parent.
8781
8782         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8783         (gnus-mime-view-part-as-type): Work with message/external-body.
8784
8785         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8786
8787 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8788
8789         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8790         images in image-load-path.  [Sync with image.el, revision 1.60, in
8791         Emacs.]
8792
8793 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8794
8795         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8796         path rather than symbol.  Always return list of directories.
8797         Guarantee that image directory comes first.  [Sync with image.el,
8798         revision 1.59, in Emacs.]
8799
8800         * message.el (message-make-tool-bar): Adjust to new API of
8801         `gmm-image-load-path-for-library'.
8802
8803         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8804
8805         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8806
8807 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8808
8809         * gnus-art.el (gnus-article-only-boring-p):
8810         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8811         intangible text.
8812         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8813
8814 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8815
8816         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8817         `defun' instead of `gmm-defun-compat'.
8818
8819 2006-03-14  Simon Josefsson  <jas@extundo.com>
8820
8821         * message.el (message-unique-id): Don't use message-number-base36
8822         if (user-uid) is a float.
8823         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8824
8825 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8826
8827         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8828
8829         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8830         empty line between a part and a message part.
8831
8832 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8833
8834         * smiley.el: Add more test smileys.
8835         (smiley-data-directory, smiley-regexp-alist)
8836         (gnus-smiley-file-types): Fix doc strings.
8837         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8838         adding new elements.
8839         (smiley-mouse-map): Unused code.  Make it a comment.
8840
8841 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8842
8843         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8844         scan latest NoCeM messages instead of old ones.
8845         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8846         delimiters that are recently used.
8847         (gnus-nocem-load-cache): Add autoload cookie.
8848
8849         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8850
8851         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8852         level which is larger than gnus-use-nocem is specified.
8853
8854         * gnus-group.el (gnus-group-get-new-news): Ditto.
8855
8856 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8857
8858         * gnus-util.el (gnus-tool-bar-update): New function.
8859
8860         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8861         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8862
8863         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8864
8865         * gnus-group.el (gnus-group-redraw-when-idle)
8866         (gnus-group-redraw-check): Remove.
8867         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8868
8869 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8870
8871         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8872         if optional last element is specified in splits (FIELD VALUE...).
8873
8874 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8875
8876         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8877         to gmm-image-load-path-for-library.  Call with no-error argument.
8878         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8879
8880         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8881
8882         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8883
8884         * gmm-utils.el (gmm-image-load-path): Remove alias.
8885
8886 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8887
8888         * gmm-utils.el (gmm-image-load-path): Add alias.
8889
8890         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8891         nnml-generate-nov-databases-1.
8892         (nnml-generate-nov-databases): Use it.
8893         (nnml-generate-nov-databases-directory): Document no-active
8894         argument.
8895
8896         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8897         directory if path is t.  Add no-error.
8898
8899         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8900         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8901
8902         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8903         resetting gnus-article-browse-html-temp-list.
8904
8905         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8906         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8907         Add example to docstring.  Rename local variables.  Move error
8908         checks to default case in cond and simplify.
8909
8910 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8911
8912         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8913         handle is multipart when calling it recursively.
8914         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8915
8916 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8917
8918         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8919         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8920
8921 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8922
8923         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8924         is loaded.
8925
8926         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8927         loaded.
8928
8929 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8930
8931         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8932         to "Emacs 23 (unicode)" in doc string.
8933
8934         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8935         "Emacs 23 (unicode)" in comment.
8936
8937 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8938
8939         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8940
8941         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8942         characters 160 through 255 in Emacs 23.
8943
8944 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8945
8946         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8947         gnus-article-browse-html-temp.
8948         (gnus-article-browse-delete-temp): Make it customizable.  Add
8949         `file'.  Adjust doc string.
8950         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8951         query for each file.  Adjust doc string.
8952         (gnus-article-browse-html-parts): Add
8953         `gnus-article-browse-delete-temp-files' to
8954         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8955
8956 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8957
8958         * gnus-art.el (gnus-article-browse-html-temp)
8959         (gnus-article-browse-delete-temp): New variables.
8960         (gnus-article-browse-delete-temp-files): New function.
8961         (gnus-article-browse-html-parts): Use it.
8962
8963 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8964
8965         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8966
8967         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8968         string.
8969
8970         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8971         gnus-summary-insert-new-articles when unplugged.  Remove
8972         gnus-summary-search-article-forward.
8973
8974         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8975         display-visual-class instead of display-color-cells.
8976
8977 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8978
8979         * dgnushack.el: Autoload customize-group for XEmacs.
8980
8981         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8982         message/* containing non-ASCII text properly.
8983
8984 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8985
8986         * message.el: Require gmm-utils, remove autoloads.
8987         (message-tool-bar): Set default based on
8988         gmm-tool-bar-style.
8989         (message-tool-bar-gnome): Add gmm-customize-mode.
8990
8991         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8992         gmm-tool-bar-style.
8993         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8994
8995         * gnus-group.el (gnus-group-tool-bar): Set default based on
8996         gmm-tool-bar-style.
8997         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8998
8999         * gmm-utils.el (gmm-image-directory): Rename variable from
9000         gmm-image-load-path.
9001         (gmm-image-load-path): Use gmm-image-directory.
9002         (gmm-customize-mode): New function.
9003         (gmm-tool-bar-style): New variable.
9004
9005         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9006         gnus-group-redraw-line-number.
9007         (gnus-group-redraw-check): Simplify.
9008         (gnus-group-tool-bar-update): Remove redraw check.
9009         (gnus-group-make-tool-bar): Add redraw check.
9010
9011 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9012
9013         * gnus-art.el (gnus-button): Add missing parentheses.
9014
9015 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9016
9017         * lpath.el: Fbind line-number-at-pos.
9018
9019 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9020
9021         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9022
9023 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9024
9025         * gnus-art.el (gnus-button): New face.
9026         (gnus-article-button-face): Use it.
9027
9028         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9029         gnus-summary-next-page.  Re-order.
9030
9031         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9032         next-node are now included.
9033         (gnus-group-redraw-line-number): New internal variable.
9034         (gnus-group-redraw-check): Helper function for updating the tool
9035         bar.
9036         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9037
9038         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9039
9040         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9041         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9042         Use it to match format of Spamassassin 3.0 and later.  Reported by
9043         IRIE Tetsuya <irie@t.email.ne.jp>.
9044         (spam-check-bogofilter)
9045         (spam-bogofilter-register-with-bogofilter): Fix args of
9046         `gnus-error' calls.
9047
9048 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9049
9050         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9051         unnecessary interaction when sending queued mails.  Reported by
9052         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9053
9054 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9055
9056         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9057         first or last are nil.
9058
9059 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9060
9061         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9062
9063 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9064
9065         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9066
9067 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9068
9069         * dns.el (query-dns): Protect more against buggy tcp output.
9070
9071 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9072
9073         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9074         nov.php.
9075
9076 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9077
9078         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9079         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9080         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9081         output on the server side.
9082         (nnweb-google-create-mapping): Update regexps and add some
9083         progress indication.
9084
9085 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9086
9087         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9088         gnus-agent-toggle-plugged.  Re-order icons.
9089         (gnus-group-tool-bar-gnome): Add
9090         gnus-group-{prev,next}-unread-group.
9091         (gnus-group-tool-bar-gnome): Re-order icons.
9092
9093         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9094         gnus-summary-insert-new-articles.
9095
9096         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9097         comments.
9098
9099         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9100         also available in Emacs 21.3.
9101
9102         * message.el (message-fix-before-sending): Change "Emacs 22" to
9103         "Emacs 23 (unicode)" in comment.
9104
9105         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9106         "Emacs 23 (unicode)" in comment.
9107
9108         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9109         comment.
9110         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9111
9112         * mm-view.el (mm-fill-flowed): Add :version.
9113
9114 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9115
9116         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9117         and load-path.
9118
9119 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9120
9121         * message.el: Autoload gmm-image-load-path.
9122         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9123         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9124         consitency.
9125
9126         * gmm-utils.el (gmm-image-load-path): Also search in
9127         "../etc/images".  Don't set gmm-image-load-path if we don't find
9128         the image.
9129
9130 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9131
9132         * gmm-utils.el (gmm-image-load-path): Don't make
9133         `gmm-image-load-path' include subdirectories which the second arg
9134         `image' might specify.
9135
9136         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9137         subdirectory to icon file names.
9138
9139         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9140
9141 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9142
9143         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9144         gmm-image-load-path calls.
9145
9146         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9147
9148         * message.el (message-make-tool-bar): Ditto.
9149
9150         * mml.el (mml-preview): Added comment concerning tool bar icons.
9151
9152         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9153         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9154
9155         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9156         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9157
9158         * message.el (message-tool-bar-gnome): Use new icon names.
9159         (message-make-tool-bar): Use `gmm-image-load-path'.
9160
9161         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9162         functions from MH-E.
9163         (gmm-image-load-path): New variable from MH-E.
9164         (gmm-image-load-path): New function from MH-E.  Added arguments
9165         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9166         *-image-load-path-called-flag.
9167
9168 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9169
9170         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9171
9172 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9173
9174         * nnimap.el (nnimap-request-move-article): Change folder back to
9175         source group before deleting.
9176
9177 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9178
9179         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9180
9181         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9182         mm-url.
9183
9184         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9185
9186 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9187
9188         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9189         coding system which mm-charset-to-coding-system returns for a
9190         given charset is valid.
9191
9192 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9193
9194         * html2text.el (html2text-remove-tag-list):
9195         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9196
9197 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9198
9199         * gnus-cus.el: Revert 2005-10-17 change.
9200
9201 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9202
9203         * gnus-art.el (article-strip-banner): Call
9204         article-really-strip-banner only when the regexp match is made.
9205
9206 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9207
9208         * gnus-art.el (article-strip-banner): Use
9209         gnus-extract-address-components instead of
9210         mail-header-parse-addresses to make it work with non-ASCII text;
9211         remove mail-encode-encoded-word-string.
9212
9213         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9214         values which are surrounded with \"...\"; make it never cause a
9215         Lisp error; give up parsing of parameters if it failed in
9216         extracting type.
9217
9218 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9219
9220         * smime.el (smime-cert-by-ldap-1): Fix bug where
9221         `smime-ldap-search' returns results without userCertificates.
9222
9223 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9224
9225         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9226
9227 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9228
9229         * spam.el (spam-check-spamassassin-headers): Adapt format for
9230         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9231         <ari@mbf.ocn.ne.jp>.
9232         (spam-list-of-processors): Add spam-use-gmane.
9233
9234 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9237         make-temp-file; make it work with XEmacs as well.
9238
9239         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9240         mm-make-temp-file.
9241
9242         * mm-decode.el (mm-display-external): Use the 3rd arg of
9243         mm-make-temp-file.
9244         (mm-create-image-xemacs): Ditto.
9245
9246 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9247
9248         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9249         with message-narrow-to-headers.
9250         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9251         (gnus-draft-check-draft-articles): New function.
9252         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9253
9254 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9255
9256         * gnus-art.el (gnus-article-browse-html-parts):
9257         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9258         Don't use suffix argument for mm-make-temp-file for Emacs 21
9259         compatibility.  Remove useless `format'.
9260
9261 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9262
9263         * nnweb.el (nnweb-google-wash-article): Update regexps.
9264         (nnweb-group-alist): Use defvoo instead of defvar.
9265
9266 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9267
9268         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9269         re-loading nn* modules.
9270
9271 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9272
9273         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9274         for `tool-bar-mode' and don't check it's default-value.
9275
9276         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9277
9278         * message.el (message-make-tool-bar): Ditto.
9279
9280         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9281         `substring'.  Shorten tmp-file name.
9282
9283         * gnus.el: Remove bogus comment.
9284
9285 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9286
9287         * gnus-art.el (gnus-article-browse-html-parts): New function.
9288         (gnus-article-browse-html-article): New function for viewing html
9289         articles with a browser.
9290
9291 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9292
9293         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9294         in elisp.
9295         (pgg-gpg-encrypt-symmetric-region): Ditto.
9296         (pgg-gpg-sign-region): Ditto.
9297
9298         * pgg-def.el (pgg-text-mode): New variable.
9299
9300         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9301         (mml2015-pgg-encrypt): Ditto.
9302
9303         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9304         (mml1991-pgg-encrypt): Ditto.
9305
9306 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9309         message-make-date instead of current-time-string.
9310
9311         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9312         to gnus-decoded which mm-uu might set.
9313
9314 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9315
9316         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9317         don't decode quoted parameters; remove misimported Emacs code.
9318         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9319         (rfc2231-decode-encoded-string): Don't use split-string which
9320         behaves differently according to Emacs version; use
9321         mm-decode-coding-region to convert charset to coding-system.
9322         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9323         (rfc2231-encode-string): Remove misimported Emacs code.
9324
9325 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9326
9327         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9328         when calling mail-header-parse-content-type.
9329         (article-de-quoted-unreadable): Ditto.
9330         (article-de-base64-unreadable): Ditto.
9331         (article-wash-html): Ditto.
9332
9333         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9334         calling mail-header-parse-content-type and
9335         mail-header-parse-content-disposition.
9336         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9337         mail-header-parse-content-type.
9338
9339         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9340         insert charset and format parameters; encode description after
9341         inserting it to buffer.
9342         (mml-insert-parameter): Fold lines properly even if a parameter is
9343         segmented into two or more lines; change the max column to 76.
9344
9345         * rfc1843.el (rfc1843-decode-article-body): Don't use
9346         ignore-errors when calling mail-header-parse-content-type.
9347
9348         * rfc2231.el (rfc2231-parse-string): Return at least type if
9349         possible; don't cause an error even if it fails in parsing of
9350         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9351         (rfc2231-encode-string): Don't break lines at the beginning, leave
9352         it to mml-insert-parameter.
9353
9354         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9355         calling mail-header-parse-content-type.
9356
9357 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9358
9359         * spam-report.el (spam-report-gmane-use-article-number):
9360         Improve doc string.
9361         (spam-report-gmane-internal): Check if a suitable header was found
9362         in the article.
9363
9364 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9365
9366         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9367         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9368
9369 2006-02-05  Romain Francoise  <romain@orebokech.com>
9370
9371         Update copyright notices of all files in the gnus directory.
9372
9373 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9374
9375         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9376
9377 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9378
9379         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9380         segmented lines of parameter value to cope with Thunderbird 1.5
9381         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9382         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9383         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9384
9385 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9386
9387         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9388         parts.
9389
9390 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9391
9392         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9393         there's only one active file for all servers.
9394         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9395         solid groups.  Gnus might have used a FAST request to select the group.
9396         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9397         and nnweb-search redundantly in the active file.
9398         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9399         (nnweb-request-create-group): Don't use ARGS.
9400         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9401         initialisations.  Let nnoo do the work.
9402
9403 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9404
9405         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9406         Say the part has been decoded.
9407
9408         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9409
9410 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9411
9412         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9413         mailcap-viewer-test-cache when there's no 'test clause, since that
9414         will invert the meaning of a "nil" test previously determined by
9415         mailcap-mailcap-entry-passes-test.
9416
9417 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9418
9419         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9420         compiling.
9421
9422         * gnus-sum.el: Ditto.
9423
9424         * message.el: Don't bind tool-bar-map when compiling.
9425
9426 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9427
9428         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9429
9430 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9431
9432         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9433         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9434         current Google Groups.
9435
9436 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9437
9438         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9439         and tool-bar-mode.
9440
9441         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9442         and tool-bar-mode.
9443
9444         * message.el (message-tool-bar-update): Simplify.
9445         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9446
9447         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9448         gnus-summary-buffer.
9449         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9450         gnus-summary-reply.
9451
9452         * gmm-utils.el (gmm): Add :version.
9453
9454 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9455
9456         * Makefile.in (clean): New rule.
9457         (distclean): Use it.
9458
9459 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9460
9461         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9462         autoload.
9463
9464 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9465
9466         * gmm-utils.el (gmm-verbose): Add :group.
9467
9468 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9469
9470         * message.el: Change some comments WRT tool-bars.
9471
9472         * gnus-sum.el (gnus-summary-tool-bar)
9473         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9474         (gnus-summary-tool-bar-zap-list): New variables.
9475         (gnus-summary-make-tool-bar): Complete rewrite using
9476         `gmm-tool-bar-from-list'.
9477
9478         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9479         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9480         variables.
9481         (gnus-group-make-tool-bar): Complete rewrite using
9482         `gmm-tool-bar-from-list'.
9483         (gnus-group-tool-bar-update): New function.
9484
9485         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9486
9487 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9488
9489         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9490         is dissected into a single part of which the type is the same as
9491         the given one; decode charset.
9492
9493 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9494
9495         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9496         into alists as symbol not string, since that's what
9497         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9498         look for.
9499
9500 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9501
9502         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9503         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9504
9505         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9506
9507 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9508
9509         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9510         (gnus-xmas-mime-security-button-menu): New function.
9511
9512         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9513         (gnus-mime-security-button-menu): New definition.
9514         (gnus-mime-security-button-map): Use them.
9515         (gnus-mime-security-button-menu): New function.
9516         (gnus-insert-mime-security-button): Addition to help echo.
9517         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9518         (gnus-mime-security-pipe-part): New functions.
9519
9520         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9521         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9522
9523         * mm-decode.el (mm-handle-set-disposition): Remove.
9524         (mm-handle-set-description): Remove.
9525
9526 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9527
9528         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9529         (mm-w3m-standalone-supports-m17n-p): New function.
9530         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9531         w3m usage.
9532
9533         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9534         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9535
9536 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9537
9538         * message.el (message-tool-bar-zap-list): Use
9539         gmm-tool-bar-zap-list as custom type.
9540         (message-tool-bar-update): New function.
9541         (message-tool-bar, message-tool-bar-gnome)
9542         (message-tool-bar-retro): Add message-tool-bar-update.
9543         (message-tool-bar-gnome): Add flyspell-buffer.
9544
9545         * gnus-util.el (gnus-error): Describe `args'.
9546
9547         * gmm-utils.el (gmm-error): Describe `args'.
9548         (gmm-tool-bar-zap-list): New widget.
9549         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9550
9551 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9552
9553         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9554         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9555         the number of recursive calls.
9556
9557         * mm-decode.el (mm-handle-set-disposition): New macro.
9558         (mm-handle-set-description): New macro.
9559
9560 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9561
9562         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9563         encoding.
9564
9565 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9566
9567         * message.el (message-tool-bar-zap-list, message-tool-bar)
9568         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9569         (message-tool-bar-local-item-from-menu): Remove.
9570         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9571         (message-make-tool-bar): New function.
9572         (message-mode): Use `message-make-tool-bar'.
9573
9574         * gmm-utils.el: New file.
9575         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9576         (gmm-lazy): New widget copied from `nnmail.el'.
9577         (gmm-tool-bar-from-list): New function for creating customizable
9578         tool bars.
9579         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9580         output.
9581         (gmm): Add :prefix to defgroup.
9582
9583 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9584
9585         * gmm-utils.el (gmm-widget-p): New function.
9586
9587 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9588
9589         * mml.el (mml-attach-file): Describe `description' in doc string.
9590         (mml-menu): Add Emacs MIME manual and PGG manual.
9591
9592 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9593
9594         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9595
9596 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9597
9598         * nntp.el (nntp-end-of-line): Doc fix.
9599
9600 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9601
9602         * imap.el (imap-open): Handle case where buffer is a buffer
9603         object.
9604
9605 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9606
9607         * gnus-delay.el (gnus-delay): Don't autoload.
9608         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9609         to be re-loaded when customizing the `gnus-delay' group.
9610
9611 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9612
9613         * message.el (message-insert-citation-line): Use newlines.
9614
9615 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9616
9617         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9618         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9619         these routines, so the passphrase can be managed externally and
9620         passed in to the system.
9621         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9622         pgg-add-passphrase-to-cache function.
9623
9624         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9625         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9626         these routines, so the passphrase can be managed externally and
9627         passed in to the system.
9628         (pgg-pgp5-sign-region): Use new name of
9629         pgg-add-passphrase-to-cache function.
9630
9631 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9632
9633         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9634         part of the decoded armor to find the key-identifier.
9635         (pgg-gpg-lookup-key-owner): New function to return the
9636         human-readable identifier of a key owner.
9637         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9638         itself.
9639         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9640         the key value) if we have a key and can match it against a secret
9641         key.  Also, added a note pointing out fact that the prompt only
9642         indicates the first matching key.
9643
9644         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9645         pgg-decrypt-region.
9646         (pgg-add-passphrase-to-cache): Rename from
9647         `pgg-add-passphrase-cache' to reduce confusion (all callers
9648         changed).
9649         (pgg-remove-passphrase-from-cache): Rename from
9650         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9651         changed).
9652         (pgg-read-passphrase, pgg-add-passphrase-cache)
9653         (pgg-remove-passphrase-cache): Add informative docstrings.
9654         (pgg-decrypt): Convey provided passphrase in subordinate call to
9655         pgg-decrypt-region.
9656
9657 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9658
9659         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9660         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9661         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9662         'passphrase' argument, so the passphrase can be managed externally
9663         and then passed in to the system.
9664
9665         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9666         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9667         so the passphrase cache can be used reliably with identifiers
9668         besides a pgp packet's key id.
9669
9670         * pgg-gpg.el (pgg-gpg-encrypt-region)
9671         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9672         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9673         these routines, so the passphrase can be managed externally and
9674         passed in to the system.
9675
9676         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9677         'notruncate' argument, so the passphrase cache can be used
9678         reliably with identifiers besides a pgp packet's key id.
9679
9680 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9681
9682         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9683         symmetric encryption.
9684         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9685         encrypted session key.
9686         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9687         message ask for the passphrase in a proper way.
9688
9689         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9690         New user commands for symmetric encryption.
9691
9692 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9693
9694         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9695
9696         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9697
9698 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9699
9700         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9701
9702 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9703
9704         * mm-decode.el (mm-inlined-types): Add application/pgp.
9705         (mm-automatic-display): Ditto.
9706
9707         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9708         part as text.
9709
9710 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9711
9712         * nnrss.el: Update copyright.
9713         (nnrss-opml-import): Query whether to subscribe to each entry.
9714
9715         * gnus-art.el:
9716         * gnus-sum.el:
9717         * gnus-xmas.el:
9718         * messagexmas.el:
9719         * mm-uu.el:
9720         * mm-view.el: Update copyright.
9721
9722 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9723
9724         * message.el (message-info): New function.
9725         (message-mode-menu): Add it.
9726         Update copyright.
9727
9728         * ChangeLog: Fix and update copyright.
9729
9730 2006-01-13  Romain Francoise  <romain@orebokech.com>
9731
9732         * message.el (message-forward-subject-name-subject): Prefer the
9733         address to 'nowhere' if the sender has no name.
9734         Fix typo.  Update copyright year.
9735
9736 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9737
9738         * gnus-art.el (article-wash-html): Use
9739         gnus-summary-show-article-charset-alist if a numeric arg is given.
9740         (gnus-article-wash-html-with-w3m-standalone): New function.
9741
9742         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9743         mm-inline-text-html-render-with-w3m-standalone.
9744         (mm-text-html-washer-alist): Map w3m-standalone to
9745         gnus-article-wash-html-with-w3m-standalone.
9746         (mm-inline-text-html-render-with-w3m-standalone): New function.
9747
9748 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9749
9750         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9751         Improve LaTeX.
9752
9753 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9754
9755         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9756         (nnrss-request-article): Render text/plain parts as HTML.
9757
9758         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9759         the buffer.
9760
9761 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9762
9763         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9764         custom definition of `gnus-posting-styles'.
9765
9766         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9767         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9768
9769 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9770
9771         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9772         Use nntp for bug archive.
9773
9774 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9775
9776         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9777         parts.
9778         (nnrss-normalize-date): New function converts ISO 8601 date into
9779         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9780         (nnrss-check-group): Use it.
9781
9782 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9783
9784         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9785
9786         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9787         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9788         (nnrss-insert-w3): Ditto.
9789
9790 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9791
9792         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9793         the articles to be forwarded including the case where neither a
9794         number of articles nor a region is specified.
9795
9796 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9797
9798         * nnrss.el (nnrss-request-article): Fix last change; fill
9799         text/plain parts.
9800
9801 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9802
9803         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9804         in text/plain part.
9805         (nnrss-check-group): Don't add excessive newline to dc:subject.
9806
9807 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9808
9809         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9810         article.
9811
9812 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9813
9814         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9815         (nnml-use-compressed-files, nnml-save-mail): Support other
9816         comression programs such as bzip2.
9817
9818 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9819
9820         * dns.el (query-dns): Make sure we check the buffer size before
9821         removing tcp headers.
9822
9823 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9824
9825         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9826         remove MIME buttons associated with multipart/alternative parts.
9827         (gnus-mime-display-alternative): Tag buttons using `article-type'
9828         text property.
9829
9830         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9831         associated with multipart/alternative parts.
9832
9833         * gnus-art.el (gnus-signature-separator): Fix custom type.
9834
9835         * mm-decode.el (mm-inlined-types): Fix custom type.
9836         (mm-keep-viewer-alive-types): Ditto.
9837         (mm-automatic-display): Ditto.
9838         (mm-attachment-override-types): Ditto.
9839         (mm-inline-override-types): Ditto.
9840         (mm-automatic-external-display): Ditto.
9841
9842 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9843
9844         * spam-report.el (spam-report-user-mail-address)
9845         (spam-report-user-agent): New variables.
9846         (spam-report-url-ping-plain): Use spam-report-user-agent.
9847
9848 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9849
9850         * gnus-art.el (gnus-button-handle-custom): Do not just use
9851         `customize-apropos' for any "M-x customize-*" button but the
9852         function called for.  Accept both the function name and its
9853         argument in order to achieve this.
9854         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9855         function name to `gnus-button-handle-custom' in case of "M-x
9856         customize-*" buttons.
9857
9858 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9859
9860         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9861         multipart/alternative and add xref to mm-discouraged-alternatives
9862         in doc string.
9863
9864         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9865         gnus-buttonized-mime-types in doc string.
9866
9867 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9868
9869         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9870         Suggest image/.* in the doc string.
9871
9872 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9873
9874         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9875         message-marks (Debian bug #342521).
9876
9877 2005-12-12  Simon Josefsson  <jas@extundo.com>
9878
9879         * password.el (password-read-from-cache): Add.
9880         (password-read): Use it.
9881
9882 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9883
9884         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9885         us-ascii as a MIME charset.
9886
9887         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9888         against the case where the 2nd arg TYPE is nil.
9889
9890 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9891
9892         * pop3.el (pop3-stream-type): Fix custom version.
9893
9894         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9895
9896 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9897
9898         * mm-decode.el (mm-display-external): Add missing cdr.
9899
9900 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9901
9902         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9903         RFC1524) if it is in mailcap or add a suffix according to
9904         mailcap-mime-extensions when generating a temp filename; postpone
9905         deleting a temp file for 2 seconds for some wrappers, shell
9906         scripts, and so on, which might exit right after having started a
9907         viewer command as a background job.
9908
9909 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9910
9911         * nntp.el (nntp-marks-directory): Fix custom group.
9912
9913         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9914         steps when < 10.
9915
9916         * gnus-start.el (gnus-no-server-1): Mention
9917         `gnus-level-default-subscribed' in doc string.
9918
9919 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9920
9921         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9922         parens.
9923
9924 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9925
9926         * gnus-xmas.el (gnus-use-toolbar): Revert.
9927         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9928         gnus-use-toolbar is default.
9929
9930         * messagexmas.el (message-use-toolbar): Revert.
9931         (message-setup-toolbar): Use global default-toolbar if
9932         message-use-toolbar is default.
9933
9934 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9935
9936         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9937         according to default-toolbar-visible-p.
9938
9939         * messagexmas.el (message-use-toolbar): Ditto.
9940
9941 2005-11-26  Dave Love  <fx@gnu.org>
9942
9943         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9944         (tls-program, tls-success): Provide openssl alternative.
9945
9946         * starttls.el: Doc fixes.
9947         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9948         SERVICE to PORT.
9949
9950         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9951         port null or service name.
9952         (starttls-negotiate): Autoload.
9953
9954 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9955
9956         * message.el (message-kill-to-signature): Fix interactive spec.
9957
9958 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9959
9960         * pop3.el (pop3-open-server): Recognize a string as a service name.
9961
9962 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9963
9964         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9965
9966 2005-11-23  Dave Love  <fx@gnu.org>
9967
9968         Add pop3s, pop3/starttls.
9969
9970         * pop3.el (pop3-authentication-scheme): Clarify doc.
9971         (open-tls-stream, starttls-open-stream): Autoload.
9972         (pop3-stream-type): New.
9973         (pop3-open-server): Use it.
9974
9975         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9976         for POP.
9977         (mail-source-keyword-map): Add :stream for POP.
9978         (mail-source-fetch-pop): Use pop3-stream-type.
9979
9980 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9981
9982         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9983         of current-time-string.
9984
9985 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9986
9987         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9988         date header.
9989
9990 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9991
9992         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9993         it can seriously impact performance as it bypasses the agent's
9994         local caches.
9995
9996 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9997
9998         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9999         must be explicitly online rather than "not explicitly offline" for
10000         its flags to be synchronized.
10001
10002         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10003         that gnus-uu-unmark-thread will function correctly.
10004
10005         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10006         1024K is instead displayed as 1M.
10007
10008 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10009
10010         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10011
10012 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10013
10014         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10015
10016 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10017
10018         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10019         error message to display actual error condition.
10020         (gnus-agent-save-local): Avoid saving symbols that are bound to
10021         nil as they simply result in a warning message in
10022         gnus-agent-read-local.
10023
10024 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10025
10026         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10027         rather than make-variable-buffer-local for file-precious-flag.
10028
10029 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10030
10031         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10032         for duplicates which are removed.  The invalid sort check then
10033         triggers a rescan after the sort as sorting may have moved
10034         duplicate entries such that they can be cheaply detected.
10035
10036 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10037
10038         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10039
10040 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10041
10042         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10043         internal variable to a custom variable.  Changed default value
10044         from compressed(2) to uncompressed(1).
10045         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10046         support for uncompressed agentview files.  Taken together, reading
10047         the agentview file should now be 6-7 times faster.
10048
10049 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10050
10051         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10052         as a buffer-local variable.  This avoids creating truncated
10053         dribble files as a result of a hang up, eg.
10054
10055 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10056
10057         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10058         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10059         XEmacs.
10060
10061 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10062
10063         * gnus-start.el (gnus-start-draft-setup): Enforce
10064         `gnus-draft-mode' for nndraft:drafts at startup.
10065
10066         * gnus.el (gnus-splash): Change custom group.
10067         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10068         allow-list argument.
10069
10070         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10071         string.
10072
10073 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10074
10075         * gnus-art.el (gnus-default-article-saver): Add user-defined
10076         `function' to custom type.
10077
10078 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10079
10080         * imap.el (imap-open): Handle case where buffer is a buffer
10081         object.
10082
10083 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10084
10085         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10086         long lines.
10087         (gnus-cache-delete-group): Wrap doc strings.
10088
10089         * gnus-agent.el (gnus-agent-rename-group)
10090         (gnus-agent-delete-group): Wrap doc strings.
10091
10092 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10093
10094         * messagexmas.el (message-use-toolbar): Change the valid values
10095         into default, top, bottom, left, and right.
10096         (message-toolbar-thickness): New variable.
10097         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10098         well.
10099         (message-setup-toolbar): Make it work.
10100
10101         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10102         (gnus-use-toolbar): Change the valid values into default, top,
10103         bottom, left, and right.
10104         (gnus-toolbar-thickness): New variable.
10105         (gnus-xmas-setup-toolbar): New function.
10106         (gnus-xmas-setup-group-toolbar): Use it.
10107         (gnus-xmas-setup-summary-toolbar): Use it.
10108
10109 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10110
10111         * gnus-start.el (gnus-1): Add "native" to
10112         gnus-predefined-server-alist.
10113
10114         * gnus.el (gnus-method-to-server): Don't add "native" to the
10115         lists here, because that leads to problems when
10116         gnus-select-method is bound.
10117
10118 2005-11-09  Simon Josefsson  <jas@extundo.com>
10119
10120         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10121         use (not sort-by-date) instead.
10122
10123 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10124
10125         * gnus-delay.el (gnus-delay-group): Don't autoload.
10126         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10127         to be re-loaded when customizing the `gnus-delay' group.
10128
10129 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10130
10131         * message.el: Revert last changes.
10132         (message-insert-citation-line): Use newlines.
10133
10134 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10135
10136         * message.el (message-courtesy-message)
10137         (message-mark-insert-begin, message-mark-insert-end)
10138         (message-elide-ellipsis, message-cancel-message)
10139         (message-add-header, message-change-subject)
10140         (message-cross-post-followup-to-header)
10141         (message-cross-post-insert-note, message-reduce-to-to-cc)
10142         (message-widen-reply, message-delete-not-region)
10143         (message-kill-to-signature, message-insert-signature)
10144         (message-insert-importance-high, message-insert-importance-low)
10145         (message-insert-or-toggle-importance)
10146         (message-insert-disposition-notification-to)
10147         (message-indent-citation, message-yank-original)
10148         (message-cite-original-without-signature, message-cite-original)
10149         (message-insert-citation-line, message-position-on-field)
10150         (message-fix-before-sending, message-send-mail-partially)
10151         (message-send-mail, message-send-mail-with-sendmail)
10152         (message-send-mail-with-qmail, message-send-news)
10153         (message-check-news-header-syntax, message-generate-headers)
10154         (message-insert-courtesy-copy, message-fill-address)
10155         (message-fill-header, message-shorten-references)
10156         (message-setup-1, message-cancel-news)
10157         (message-forward-make-body-plain, message-forward-make-body-mime)
10158         (message-forward-make-body-mml, message-encode-message-body)
10159         (message-forward-make-body-digest-plain)
10160         (message-forward-make-body-digest-mime)
10161         (message-use-alternative-email-as-from): Insert `hard-newline'
10162         instead of ordinary newlines.
10163
10164 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10165
10166         * message.el (message-generate-headers): Downcase the argument
10167         given to message-check-element.
10168
10169 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10170
10171         * nntp.el (nntp-authinfo-rejected): New error condition.
10172         (nntp-wait-for): Use new error condition to signal authentication
10173         error.
10174         (nntp-retrieve-data): Rethrow new error condition to break out of
10175         recursive call to nntp-send-authinfo.
10176
10177 2005-11-08  Romain Francoise  <romain@orebokech.com>
10178
10179         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10180         (gnus-summary-exit-map): Bind to `Z p'.
10181         (gnus-summary-make-menu-bar): Add menu item.
10182
10183 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10184
10185         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10186         (gnus-treat-*): Add `first' in all doc strings.
10187
10188         * gnus-group.el (gnus-group-compact-group): Fix typo.
10189
10190 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10191
10192         * gnus.el (gnus-parameters-case-fold-search): New variable.
10193         (gnus-parameters-get-parameter): Use it.
10194
10195         * gnus-score.el (gnus-home-score-file): Doc fix.
10196
10197 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10198
10199         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10200
10201 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10202
10203         * mm-util.el (mm-special-display-p): New function.
10204
10205         * mml.el (mml-preview): Use it; doc fix.
10206
10207 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10208
10209         * imap.el (imap-open): Handle case where buffer is a buffer object.
10210
10211 2005-10-29  Romain Francoise  <romain@orebokech.com>
10212
10213         * message.el (message-fix-before-sending): Fix comment.
10214
10215 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10216
10217         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10218
10219 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10220
10221         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10222         Used in gnus-score.el.
10223
10224 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10225
10226         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10227
10228 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10229
10230         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10231         whitespace removed in revision 7.8.  Use concatenated string to
10232         protect trailing whitespace.
10233
10234 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10235
10236         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10237         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10238         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10239         Courier IMAP ("some version from 2004").  Mostly based on similar
10240         code in the same function.
10241
10242 2005-10-26  Didier Verna  <didier@xemacs.org>
10243
10244         * gnus-group.el (gnus-group-compact-group): Invalidate original
10245         article buffer.
10246         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10247         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10248         NOV database and in article itself.
10249         Invalidate article backlog.
10250
10251 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10252
10253         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10254
10255 2005-10-26  Simon Josefsson  <jas@extundo.com>
10256
10257         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10258         part of 2004-07-25 change.
10259
10260 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10261
10262         * message.el (message-display-completion-list): New function.
10263         (message-expand-group): Use it; make sure the Completions buffer
10264         is modifiable.
10265 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10266
10267         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10268         user-mail-name is an empty string.
10269
10270 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10271
10272         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10273         depending on gnus-score-decay-constant.
10274
10275         * encrypt.el (encrypt-insert-file-contents)
10276         (encrypt-write-file-contents): Don't use `gnus-message'.
10277
10278         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10279         arguments.
10280         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10281         arguments to mm-uu-verbatim-marks-extract.
10282         (mm-uu-hide-markers): New variable.
10283         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10284
10285         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10286         (gnus-convert-image-to-face-command): Use "convert" by default to
10287         allow other input image formats.
10288         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10289         accordingly.
10290
10291 2005-10-23  Simon Josefsson  <jas@extundo.com>
10292
10293         * imap.el (imap-gssapi-program): Align command line parameters
10294         with latest GNU SASL.
10295         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10296
10297 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10298
10299         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10300         HTML.
10301         (nnslashdot-request-article): Ditto.
10302
10303         * lpath.el (featurep): Add nobreak-char-display.
10304
10305 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10306
10307         * mail-source.el (mail-source-fetch-pop): Require pop3.
10308         (mail-source-check-pop): Ditto.
10309
10310 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10311
10312         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10313         errors.
10314
10315 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10316
10317         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10318         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10319
10320         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10321
10322         * mm-bodies.el (mm-decode-string): Call
10323         `mm-charset-to-coding-system' with allow-override argument.
10324
10325 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10326
10327         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10328         (rfc2047-charset-to-coding-system): New function.
10329         (rfc2047-decode-encoded-words): New function.
10330         (rfc2047-decode-region): Use them.
10331         (rfc2047-decode-cte): Remove.
10332         (rfc2047-parse-and-decode): Remove.
10333         (rfc2047-decode): Remove.
10334
10335 2005-10-15  Kenichi Handa  <handa@m17n.org>
10336
10337         * rfc2047.el (rfc2047-decode-cte): New function.
10338         (rfc2047-decode-region): Change the way to decode successive
10339         encoded-words: decode B- or Q-encoding in each encoded-word,
10340         concatenate them, and decode it as charset.
10341
10342 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10343
10344         * lpath.el: Fbind codepage-setup for XEmacs.
10345
10346 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10347
10348         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10349         widget-move-and-invoke.
10350         (gnus-custom-mode): Use gnus-custom-map.
10351
10352 2005-10-15  Bill Wohler  <wohler@newt.com>
10353
10354         * message.el (message-tool-bar-map): Renamed image file from
10355         mail_send to mail/send.
10356
10357 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10358
10359         * message.el (message-expand-group): Pass the common
10360         prefix substring of completion to `display-completion-list'.
10361
10362 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10363
10364         * mml-sec.el (mml-secure-method): New internal variable.
10365         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10366         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10367         functions using mml-secure-method.
10368
10369         * mml.el (mml-mode-map): Add key bindings for those functions.
10370         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10371         Harder <harder@myrealbox.com>.
10372         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10373         end of message if point is the headers of the message.
10374
10375         * message.el (message-in-body-p): New function.
10376
10377         * assistant.el: Autoload gnus-util and netrc.
10378
10379         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10380         Use `mm-charset-override-alist' only when decoding.
10381
10382         * mm-bodies.el (mm-decode-body): Call
10383         `mm-charset-to-coding-system' with allow-override argument.
10384
10385         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10386         `filename' from Content-Disposition if Content-Type doesn't
10387         provide `name'.
10388         (gnus-mime-view-part-as-type): Set default instead of
10389         initial-input.
10390
10391 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10392
10393         * format-spec.el (format-spec): Propagate text properties of % spec.
10394
10395 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10396
10397         * gnus-art.el (gnus-treat-predicate): Add `first'.
10398
10399 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10400
10401         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10402         (mm-charset-override-alist): New variable.
10403         (mm-charset-to-coding-system): Use it.
10404         (mm-codepage-setup): New helper function.
10405         (mm-charset-eval-alist): New variable.
10406         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10407         about unknown charsets.
10408
10409         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10410
10411 2005-10-04  David Hansen  <david.hansen@gmx.net>
10412
10413         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10414         (nnrss-check-group): Ditto.
10415
10416 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10417
10418         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10419         Rename x-gnus-verbatim to x-verbatim.
10420         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10421
10422         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10423         x-verbatim.
10424
10425         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10426
10427         * gnus-util.el (gnus-remove-duplicates): Remove.
10428
10429         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10430         instead of gnus-remove-duplicates.
10431
10432         * message.el (message-remove-duplicates): Remove.
10433         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10434         message-remove-duplicates.
10435
10436         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10437         available, else use implementation from `delete-dups'.
10438
10439         * message.el (message-insert-expires): New function.
10440         (message-mode-map): Add key binding.
10441         (message-mode-field-menu): Add menu entry.
10442         (message-mode): Document it.
10443         (message-make-expires-date): Use `message-make-date'.
10444
10445 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10446
10447         * message.el (message-make-expires-date): New function.
10448
10449 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10450
10451         * Makefile.in (list-installed-shadows): New entry.
10452         (install): Use it.
10453         (remove-installed-shadows): New entry.
10454
10455         * dgnushack.el (dgnushack-default-load-path): New variable.
10456         (dgnushack-find-lisp-shadows): New function.
10457         (dgnushack-remove-lisp-shadows): New function.
10458
10459 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10460
10461         * Makefile.in (install-el-elc): New entry.
10462         (install): Use it so that .el files are necessarily installed.
10463
10464 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10465
10466         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10467
10468 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10469
10470         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10471         function rather than the diff-mode.el package.
10472         (mm-display-external): Use with-current-buffer.
10473         (mm-viewer-completion-map, mm-viewer-completion-map):
10474         Move initialization inside declaration.
10475
10476 2005-09-29  Simon Josefsson  <jas@extundo.com>
10477
10478         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10479         autoload mail-check-payment.
10480         (spam-check-hashcash): Define unconditionally, since hashcash.el
10481         is part of Gnus now.  Ignore errors from payment checking.
10482
10483 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10484
10485         * message.el (message-bold-region, message-unbold-region): Rename
10486         from `bold-region' and `unbold-region'.
10487
10488         * message.el: Remove useless autoloads.
10489
10490 2005-09-28  Simon Josefsson  <jas@extundo.com>
10491
10492         * message.el (message-use-idna): Default to t.
10493         (message-use-idna): Test whether encoding works too.  Doc fix.
10494
10495 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10496
10497         * nntp.el (nntp-warn-about-losing-connection): Remove.
10498
10499 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10500
10501         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10502         customizable.  Change default value.
10503         (mm-uu-diff-groups-regexp): Change default value.
10504         (mm-uu-type-alist): Add doc string.
10505         (mm-uu-configure): Add doc string.  Make it interactive.
10506         (mm-uu-tex-groups-regexp): New variable.
10507         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10508         (mm-uu-type-alist): Add LaTeX documents.
10509         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10510         of "text/verbatim".
10511         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10512
10513         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10514         instead of "text/verbatim".
10515
10516         * message.el (message-mark-inserted-region)
10517         (message-mark-insert-file): Use slrn style marks when called with
10518         prefix argument.
10519
10520 2005-09-27  Simon Josefsson  <jas@extundo.com>
10521
10522         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10523
10524 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10525
10526         * message.el (message-remove-duplicates): New function.
10527         Implementation borrowed from `gnus-remove-duplicates'.
10528         (message-idna-to-ascii-rhs): Also encode idna addresses in
10529         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10530         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10531         only ask about the same idna domain once per header and also tell
10532         in what header to replace the idna domain.
10533
10534         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10535         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10536         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10537         a header is decoded and not just the last one.
10538
10539 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10540
10541         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10542         has been decoded.
10543
10544         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10545         (mm-insert-part): Don't modify text if it has been decoded.
10546
10547         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10548         decoded.
10549
10550         * mm-view.el (mm-inline-text): Don't strip text props unless
10551         decoding enriched or richtext parts.
10552
10553 2005-09-25  Romain Francoise  <romain@orebokech.com>
10554
10555         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10556         * gnus-start.el (gnus-subscribe-interactively):
10557         * gnus-uu.el (gnus-uu-grab-articles):
10558         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10559         space.
10560
10561 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10562
10563         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10564         * mm-view.el (mm-view-pkcs7-decrypt):
10565         * gnus-sum.el (gnus-summary-limit-to-extra)
10566         (gnus-summary-respool-article, gnus-read-move-group-name):
10567         * gnus-score.el (gnus-summary-increase-score):
10568         * gnus-util.el (gnus-completing-read-with-default):
10569         * gnus-art.el (gnus-read-save-file-name)
10570         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10571         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10572         * message.el (message-check-news-header-syntax):
10573         Follow convention for reading with the minibuffer.
10574
10575 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10576
10577         * spam-report.el (spam-report-url-ping-plain):
10578         Use gnus-extended-version as User-Agent.
10579
10580         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10581         default value is nil.
10582
10583         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10584         (mm-uu-verbatim-marks-extract): New function.
10585         (mm-uu-extract): New face.
10586         (mm-uu-copy-to-buffer): Use it.
10587
10588         * spam-report.el (spam-report-gmane-ham): Renamed from
10589         `spam-report-gmane-unspam'.
10590         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10591         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10592
10593         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10594         Autoload.
10595         (spam-report-gmane-unregister-routine): Renamed
10596         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10597
10598 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10599
10600         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10601         (spam-report-gmane-unregister-routine): Add support for gmane
10602         unregistration.
10603
10604         * spam-report.el (spam-report-gmane-unspam)
10605         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10606         (spam-report-gmane): Change to take a single article and do unspam
10607         registration.
10608
10609 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10610
10611         * mm-url.el (mm-url-decode-entities): Fix regexp.
10612
10613 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10614
10615         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10616         default to nil, to be able to use Gnus at all.  If the default
10617         switches to something else, then the function should be fixed not
10618         be exceedingly slow.
10619
10620 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10621
10622         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10623         fail hard.
10624
10625         * spam-report.el: Add better Keywords line.
10626
10627         * spam.el: Add Maintainer and better Keywords line.
10628
10629 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10630
10631         * gnus-art.el (gnus-article-replace-part)
10632         (gnus-mime-replace-part): New functions.
10633         (gnus-mime-action-alist, gnus-mime-button-commands)
10634         (gnus-mime-save-part-and-strip): Added file argument.
10635         (gnus-article-part-wrapper): Added interactive argument.
10636
10637         * gnus-sum.el (gnus-summary-mime-map): Add
10638         `gnus-article-replace-part'.
10639
10640 2005-09-19  Didier Verna  <didier@xemacs.org>
10641
10642         The nnml compaction feature:
10643         * nnml.el (nnml-request-compact-group): New function.
10644         * nnml.el (nnml-request-compact): New function.
10645         * gnus-int.el (gnus-request-compact-group): New function.
10646         * gnus-int.el (gnus-request-compact): New function.
10647         * gnus-group.el (gnus-group-compact-group): New function.
10648         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10649         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10650         * gnus-srvr.el (gnus-server-compact-server): New function.
10651         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10652         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10653
10654 2005-09-18  Deepak Goel  <deego@gnufans.org>
10655
10656         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10657         format spec.
10658
10659 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10660
10661         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10662
10663 2005-09-15  Romain Francoise  <romain@orebokech.com>
10664
10665         * message.el (message-fill-paragraph): Clarify docstring.
10666
10667 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10668
10669         * gnus-art.el (gnus-mime-display-part): Protect against broken
10670         MIME messages.
10671
10672 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10673
10674         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10675         before parsing header.
10676
10677 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10678
10679         * html2text.el (html2text-replace-list): Add new entities.
10680
10681 2005-09-11  Romain Francoise  <romain@orebokech.com>
10682
10683         * message.el (message-alternative-emails): Improve docstring.
10684         (message-setup-1): Call `message-use-alternative-email-as-from'
10685         after `message-setup-hook' to give it precedence over posting
10686         styles, etc.
10687         (message-use-alternative-email-as-from): Add docstring.  Remove
10688         the original From header if present.
10689
10690         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10691         (nnml-save-mail): Use it.
10692
10693         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10694         articles.  Add new argument `silent'.
10695         (gnus-uu-mark-all): Report the total number of marked articles.
10696
10697 2005-09-10  Romain Francoise  <romain@orebokech.com>
10698
10699         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10700         (gnus-uu-mark-series): Likewise.
10701
10702 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10703
10704         * spam-report.el (spam-report-gmane): Fix generation of spam
10705         report URL.
10706
10707 2005-09-10  Simon Josefsson  <jas@extundo.com>
10708
10709         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10710         t, based on discussion on the ding list with Robert Epprecht
10711         <epprecht@solnet.ch>.
10712
10713 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10714
10715         * spam-report.el (spam-report-gmane): Make it work without
10716         X-Report-Spam header.  Gmane now only provides Archived-At.
10717         This is only used if `spam-report-gmane-use-article-number' is nil.
10718         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10719
10720         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10721         make `gnus-summary-sort-by-recipient' work with threading.
10722
10723         * nnweb.el (nnweb-google-wash-article): Print a message if article
10724         is not available.
10725
10726 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10727
10728         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10729         change.  Decode text/* parts content before displaying.
10730
10731 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10732
10733         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10734
10735 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10736
10737         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10738
10739         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10740         url-package-name, url-package-version,
10741         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10742         w3m-display-inline-images, and w3m-minor-mode-map.
10743
10744 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10745
10746         * message.el (message-tab-body-function): Fix mismatched custom type.
10747
10748         * gnus.el (gnus-group-change-level-function): Ditto.
10749
10750         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10751
10752         * gnus-art.el (gnus-signature-limit)
10753         (gnus-article-mime-part-function): Ditto.
10754
10755 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10756
10757         * mml.el (mml-mode): Silence the byte compiler.
10758
10759         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10760         using `(sit-for 0)' before moving the point to the specified part;
10761         skip unbuttonized parts.
10762         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10763         return to the summary window if gnus-auto-select-part is non-nil.
10764
10765 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10766
10767         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10768         variables.
10769         (mml-dnd-attach-file, mml-mode): Use them.
10770
10771         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10772         Make fetching article by MID work again for Google Groups.  Added
10773         FIXME concerning gnus-group-make-web-group.
10774
10775         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10776         Don't depend on Gnus by using mail-extract-address-components if
10777         gnus-extract-address-components is not bound.
10778
10779 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10780
10781         * gnus-art.el (gnus-mime-display-security): Don't display the
10782         signature, but only the signed part.
10783
10784 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10785
10786         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10787
10788         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10789         list, not listp.
10790
10791 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10792
10793         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10794         when encoding.
10795
10796         * mm-bodies.el (mm-decode-content-transfer-encoding):
10797         De-canonicalize CRLF for all text content types, not just
10798         text/plain.
10799
10800 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10801
10802         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10803         valid article; point arrow and cursor at the MIME button.
10804
10805 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10806
10807         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10808         Suggested by Dan Christensen <jdc@uwo.ca>.
10809
10810         * mm-decode.el (mm-save-part): Enable change of prompt.
10811
10812 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10813
10814         * gnus-msg.el (gnus-inews-add-send-actions): Made
10815         `message-post-method' lambda parameter ARG `&optional'.
10816
10817 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10818
10819         * gnus-sum.el (gnus-summary-mime-map): Added
10820         gnus-article-save-part-and-strip, gnus-article-delete-part and
10821         gnus-article-jump-to-part.
10822
10823         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10824         (gnus-article-edit-part): Use it.
10825         (gnus-article-part-wrapper): Added no-handle argument.
10826         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10827         functions.
10828
10829 2005-08-29  Romain Francoise  <romain@orebokech.com>
10830
10831         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10832         docstring.
10833         (gnus-face-from-file): Likewise.
10834
10835 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10836
10837         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10838         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10839         non-nil.
10840         (gnus-auto-select-part): New variable.
10841         (gnus-article-jump-to-part): New function.
10842         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10843         (gnus-mime-delete-part): Allow selecting specified part after
10844         deleting or stripping parts.
10845         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10846         part if argument is bogus.
10847
10848 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10849
10850         * gnus-art.el (w3m-minor-mode-map):
10851         * gnus-spec.el (gnus-newsrc-file-version):
10852         * gnus-util.el (nnmail-active-file-coding-system)
10853         (gnus-original-article-buffer, gnus-user-agent):
10854         * gnus.el (gnus-ham-process-destinations)
10855         (gnus-parameter-ham-marks-alist)
10856         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10857         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10858         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10859         * mm-decode.el (gnus-current-window-configuration):
10860         * mm-extern.el (gnus-article-mime-handles):
10861         * mm-url.el (url-current-object, url-package-name)
10862         (url-package-version):
10863         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10864         (smime-keys, w3m-cid-retrieve-function-alist)
10865         (w3m-current-buffer, w3m-display-inline-images)
10866         (w3m-minor-mode-map):
10867         * mml-smime.el (gnus-extract-address-components):
10868         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10869         (gnus-newsrc-hashtb, message-default-charset)
10870         (message-deletable-headers, message-options)
10871         (message-posting-charset, message-required-mail-headers)
10872         (message-required-news-headers):
10873         * mml1991.el (mc-pgp-always-sign):
10874         * mml2015.el (mc-pgp-always-sign):
10875         * nnheader.el (nnmail-extra-headers):
10876         * rfc1843.el (gnus-decode-encoded-word-function)
10877         (gnus-decode-header-function, gnus-newsgroup-name):
10878         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10879
10880 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10881
10882         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10883         the end of the date treatments.
10884
10885 2005-08-15  Simon Josefsson  <jas@extundo.com>
10886
10887         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10888         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10889         Capello and Romain Francoise.
10890         (pgg-fetch-key-function): Removed, not used?
10891         (pgg-insert-url-with-w3): Require url, to get
10892         url-insert-file-contents regardless of where it is defined.
10893
10894 2005-08-13  Romain Francoise  <romain@orebokech.com>
10895
10896         * message.el (message-cite-original-1): New function.
10897         (message-cite-original): Use it.
10898         (message-cite-original-without-signature): Ditto.
10899
10900 2005-08-08  Romain Francoise  <romain@orebokech.com>
10901
10902         * message.el (message-yank-empty-prefix): New variable.
10903         (message-indent-citation): Use it.
10904         (message-cite-original-without-signature): Respect X-No-Archive.
10905
10906 2005-08-08  Simon Josefsson  <jas@extundo.com>
10907
10908         * pgg.el: Autoload url-insert-file-contents instead of loading
10909         w3/url.
10910         (pgg-insert-url-with-w3): Don't load url here.
10911
10912 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10913
10914         * message.el (message-kill-to-signature): Don't insert newline at
10915         bol.
10916         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10917
10918 2005-08-06  Romain Francoise  <romain@orebokech.com>
10919
10920         * message.el (message-user-fqdn): Fix typo in docstring.
10921
10922 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10923
10924         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10925
10926         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10927
10928 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10929
10930         * mm-bodies.el (mm-encode-body): Use coding system rather than
10931         charset to encode text.
10932
10933         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10934         number of charsets if utf-8 is available (XEmacs).
10935
10936 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10937
10938         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10939         taken from `gnus-button-mid-or-mail-regexp'.
10940         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10941         (gnus-button-alist): Improve regexp for domain part of the MIDs
10942         for news:localpart@domain buttons.
10943         (gnus-button-ctan-directory-regexp): Update.
10944
10945 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10946
10947         * sieve-manage.el (sieve-manage-interactive-login): Use
10948         make-local-variable rather than make-variable-buffer-local.
10949         (sieve-manage-open): Ditto.
10950         (sieve-manage-authenticate): Ditto.
10951
10952         * mml.el (mml-generate-mime-1): Make the content type default to
10953         text/plain if the filename is not specified.
10954
10955 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10956
10957         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10958         instead of insert-buffer.
10959
10960         * message.el (message-yank-original): Ditto; set the mark at the
10961         end of the yanked message.
10962
10963 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10964
10965         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10966         lines to scroll rather than to stop it.
10967
10968         * mml.el (mml-generate-default-type): Add doc string.
10969         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10970         default to application/octet-stream when determining the content
10971         type if it is not specified for the part or the mml contents; add
10972         a comment about mml-generate-default-type.
10973
10974 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10975
10976         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10977         make it default to application/octet-stream when determining the
10978         content type if it is not specified for the external contents.
10979
10980 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10981
10982         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10983         segmented parameter but also other parameters might be there.
10984
10985 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10986
10987         * mm-decode.el (mm-display-external): Delete temp file, directory
10988         and buffer immediately if the external process is exited.
10989
10990 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10991
10992         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10993         fewer lines than that of scroll-margin.
10994         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10995
10996 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10997
10998         * gnus-art.el (gnus-article-next-page): Revert.
10999         (gnus-article-beginning-of-window): New macro.
11000         (gnus-article-next-page-1): Use it.
11001         (gnus-article-prev-page): Ditto.
11002         (gnus-article-edit-part): Use insert-buffer-substring instead of
11003         insert-buffer.
11004         (gnus-article-edit-exit): Ditto.
11005
11006         * gnus-util.el (gnus-beginning-of-window): Remove.
11007         (gnus-end-of-window): Remove.
11008
11009         * lpath.el: Don't bind header-line-format and scroll-margin.
11010
11011 2005-07-25  Simon Josefsson  <jas@extundo.com>
11012
11013         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11014         to have the url package without w3.  Reported by Daiki Ueno
11015         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11016
11017 2005-07-20  Didier Verna  <didier@xemacs.org>
11018
11019         * gnus-diary.el: Remove the description comment (nndiary is now
11020         properly documented in the Gnus manual).
11021         Fix the spelling of "Back End".
11022         * nndiary.el: Ditto.
11023         Fix the copyright notice.
11024
11025 2005-07-18  Romain Francoise  <romain@orebokech.com>
11026
11027         * gnus-sum.el (gnus-summary-to-prefix)
11028         (gnus-summary-newsgroup-prefix): New variables.
11029         (gnus-summary-from-or-to-or-newsgroups): Use them.
11030
11031 2005-07-17  Romain Francoise  <romain@orebokech.com>
11032
11033         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11034         space as it's generally not especially interesting to the user.
11035
11036 2005-07-16  Romain Francoise  <romain@orebokech.com>
11037
11038         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11039         nil to avoid prompting and file modification if one of the
11040         messages at the top of the nnfolder file contains a copyright
11041         notice.
11042         Update copyright notice.
11043
11044         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11045         instead of `current-time-string' as the latter creates a time
11046         string that is not RFC 2822 compliant (it lacks the zone).
11047         Update copyright notice.
11048
11049 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11050
11051         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11052         for text/rtf.  Display default in prompt.  Pass default for M-n.
11053
11054         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11055
11056 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11057
11058         * gnus-msg.el (gnus-button-mailto): Remove
11059         save-selected-window-window hackery because it relies on
11060         save-selected-window internals.
11061
11062 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11063
11064         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11065         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11066         (gnus-article-prev-page): Ditto.
11067
11068         * gnus-util.el (gnus-beginning-of-window): New function.
11069         (gnus-end-of-window): New function.
11070
11071         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11072
11073 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11074
11075         * gnus-score.el (gnus-score-edit-all-score): Set
11076         gnus-score-edit-exit-function to gnus-score-edit-done and call
11077         gnus-message.
11078
11079 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11080
11081         * gnus-msg.el (gnus-button-mailto): Remove
11082         save-selected-window-window hackery because it relies on
11083         save-selected-window internals.
11084
11085 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11086
11087         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11088         add-minor-mode.
11089         (gnus-binary-mode): Ditto.
11090
11091         * gnus-topic.el (gnus-topic-mode): Ditto.
11092
11093 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11094
11095         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11096         (gnus-article-prev-page): Take scroll-margin into consideration.
11097
11098 2005-07-04  Lute Kamstra  <lute@gnu.org>
11099
11100         Update FSF's address in GPL notices.
11101
11102 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11103
11104         * gnus.el (gnus-exit):
11105         * gnus-group.el (gnus-group-icons):
11106         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11107
11108         * gnus-nocem.el (gnus-nocem):
11109         * message.el (message-various, message-buffers, message-sending)
11110         (message-interface, message-forwarding, message-insertion)
11111         (message-headers, message-news, message-mail):
11112         * pgg-gpg.el (pgg-gpg):
11113         * pgg-parse.el (pgg-parse):
11114         * pgg-pgp.el (pgg-pgp):
11115         * pgg-pgp5.el (pgg-pgp5):
11116         * pop3.el (pop3): Finish `defgroup' description with period.
11117
11118 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11119
11120         * gnus-art.el (article-display-face): Improve the efficiency.
11121         (article-display-x-face): Ditto; remove grey x-face stuff.
11122
11123 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11124
11125         * gnus-art.el (article-display-face): Correct the position in
11126         which Faces are inserted.
11127
11128 2005-06-29  Didier Verna  <didier@xemacs.org>
11129
11130         * gnus-art.el (article-display-face): Display faces in correct
11131         order.
11132
11133 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11134
11135         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11136         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11137         (gnus-nocem-check-article): Fetch the Type header.
11138         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11139         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11140         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11141         make sure gnus-nocem-hashtb is initialized.
11142         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11143         (gnus-nocem-unwanted-article-p): Ditto.
11144
11145         * pgg.el (pgg-verify): Return the verification result.
11146
11147 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11148
11149         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11150         is ascii.
11151
11152 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11153
11154         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11155         `show-nonbreak-escape'.
11156
11157 2005-06-23  Lute Kamstra  <lute@gnu.org>
11158
11159         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11160
11161         * dig.el (dig-mode):
11162         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11163
11164 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11165
11166         * nnimap.el (nnimap-split-download-body): Fix spellings.
11167
11168 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11169
11170         * gnus-art.el (gnus-article-encrypt-body):
11171         * gnus-cus.el (gnus-score-customize):
11172         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11173         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11174
11175 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11176
11177         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11178         header by looking for magic "MII" at the beginnig.
11179
11180 2005-06-16  Miles Bader  <miles@gnu.org>
11181
11182         * gnus-xmas.el (gnus-xmas-group-startup-message):
11183         Use renamed gnus-splash face.
11184
11185         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11186         (assistant-field-face): New backward-compatibility alias for renamed
11187         face.
11188         (assistant-render-text): Use renamed assistant-field face.
11189
11190         * spam.el (spam): Remove "-face" suffix from face name.
11191         (spam-face): New backward-compatibility alias for renamed face.
11192         (spam-face, spam-initialize): Use renamed spam face.
11193
11194         * message.el (message-header-to, message-header-cc)
11195         (message-header-subject, message-header-newsgroups)
11196         (message-header-other, message-header-name)
11197         (message-header-xheader, message-separator, message-cited-text)
11198         (message-mml): Remove "-face" suffix from face names.
11199         (message-header-to-face, message-header-cc-face)
11200         (message-header-subject-face, message-header-newsgroups-face)
11201         (message-header-other-face, message-header-name-face)
11202         (message-header-xheader-face, message-separator-face)
11203         (message-cited-text-face, message-mml-face):
11204         New backward-compatibility aliases for renamed faces.
11205         (message-font-lock-keywords): Use renamed message faces.
11206
11207         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11208         (sieve-test-commands, sieve-tagged-arguments):
11209         Remove "-face" suffix from face names.
11210         (sieve-control-commands-face, sieve-action-commands-face)
11211         (sieve-test-commands-face, sieve-tagged-arguments-face):
11212         New backward-compatibility aliases for renamed faces.
11213         (sieve-control-commands-face, sieve-action-commands-face)
11214         (sieve-test-commands-face, sieve-tagged-arguments-face):
11215         Use renamed sieve faces.
11216
11217         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11218         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11219         (gnus-group-news-3-empty, gnus-group-news-4)
11220         (gnus-group-news-4-empty, gnus-group-news-5)
11221         (gnus-group-news-5-empty, gnus-group-news-6)
11222         (gnus-group-news-6-empty, gnus-group-news-low)
11223         (gnus-group-news-low-empty, gnus-group-mail-1)
11224         (gnus-group-mail-1-empty, gnus-group-mail-2)
11225         (gnus-group-mail-2-empty, gnus-group-mail-3)
11226         (gnus-group-mail-3-empty, gnus-group-mail-low)
11227         (gnus-group-mail-low-empty, gnus-summary-selected)
11228         (gnus-summary-cancelled, gnus-summary-high-ticked)
11229         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11230         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11231         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11232         (gnus-summary-low-undownloaded)
11233         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11234         (gnus-summary-low-unread, gnus-summary-normal-unread)
11235         (gnus-summary-high-read, gnus-summary-low-read)
11236         (gnus-summary-normal-read, gnus-splash):
11237         Remove "-face" suffix from face names.
11238         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11239         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11240         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11241         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11242         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11243         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11244         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11245         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11246         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11247         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11248         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11249         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11250         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11251         (gnus-summary-normal-ticked-face)
11252         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11253         (gnus-summary-normal-ancient-face)
11254         (gnus-summary-high-undownloaded-face)
11255         (gnus-summary-low-undownloaded-face)
11256         (gnus-summary-normal-undownloaded-face)
11257         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11258         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11259         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11260         (gnus-splash-face):
11261         New backward-compatibility aliases for renamed faces.
11262         (gnus-group-startup-message): Use renamed gnus faces.
11263
11264         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11265         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11266         (gnus-server-agent): Remove "-face" suffix from face names.
11267         (gnus-server-agent-face, gnus-server-opened-face)
11268         (gnus-server-closed-face, gnus-server-denied-face)
11269         (gnus-server-offline-face):
11270         New backward-compatibility aliases for renamed faces.
11271         (gnus-server-agent-face, gnus-server-opened-face)
11272         (gnus-server-closed-face, gnus-server-denied-face)
11273         (gnus-server-offline-face): Use renamed gnus faces.
11274
11275         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11276         Remove "-face" suffix from face names.
11277         (gnus-picon-xbm-face, gnus-picon-face):
11278         New backward-compatibility aliases for renamed faces.
11279
11280         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11281         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11282         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11283         (gnus-cite-11): Remove "-face" suffix from face names.
11284         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11285         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11286         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11287         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11288         New backward-compatibility aliases for renamed faces.
11289         (gnus-cite-attribution-face, gnus-cite-face-list)
11290         (gnus-article-boring-faces): Use renamed gnus faces.
11291
11292         * gnus-art.el (gnus-signature, gnus-header-from)
11293         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11294         (gnus-header-content): Remove "-face" suffix from face names.
11295         (gnus-signature-face, gnus-header-from-face)
11296         (gnus-header-subject-face, gnus-header-newsgroups-face)
11297         (gnus-header-name-face, gnus-header-content-face):
11298         New backward-compatibility aliases for renamed faces.
11299         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11300
11301         * gnus-sum.el (gnus-summary-selected-face)
11302         (gnus-summary-highlight): Use renamed gnus faces.
11303         * gnus-group.el (gnus-group-highlight): Likewise.
11304
11305 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11306
11307         * gnus-sieve.el (gnus-sieve-article-add-rule):
11308         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11309         * spam-stat.el (spam-stat-buffer-change-to-spam)
11310         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11311
11312         * message.el (message-is-yours-p):
11313         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11314
11315 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11316
11317         * mm-view.el (mm-inline-text): Withdraw the last change.
11318
11319 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11320
11321         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11322         executing enriched-decode.
11323
11324 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11325
11326         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11327         charset of tar files.
11328
11329 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11330
11331         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11332
11333 2005-06-04  Lute Kamstra  <lute@gnu.org>
11334
11335         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11336         information is never recorded.
11337
11338 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11339
11340         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11341
11342 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11343
11344         * pop3.el (pop3-apop): Run md5 in the binary mode.
11345
11346         * starttls.el (starttls-set-process-query-on-exit-flag):
11347         Use eval-and-compile.
11348
11349 2005-05-31  Simon Josefsson  <jas@extundo.com>
11350
11351         * smime.el (smime-replace-in-string): Define.
11352         (smime-cert-by-ldap-1): Use it.
11353
11354 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11355
11356         * gnus-art.el (article-display-x-face): Replace
11357         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11358
11359         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11360         set-process-query-on-exit-flag or process-kill-without-query.
11361
11362         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11363         loop instead of replace-regexp.
11364
11365         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11366         instead of process-kill-without-query if it is available.
11367
11368         * lpath.el: Fbind ldap-search-entries.
11369
11370         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11371         instead of find-file-hooks if it is available.
11372
11373         * mml1991.el: Bind pgg-default-user-id when compiling.
11374
11375         * mml2015.el: Bind pgg-default-user-id when compiling.
11376
11377         * nndraft.el (nndraft-request-associate-buffer):
11378         Use write-contents-functions instead of write-contents-hooks if it is
11379         available.
11380
11381         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11382         instead of find-file-hooks if it is available.
11383
11384         * nntp.el (nntp-open-connection): Replace
11385         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11386         (nntp-open-ssl-stream): Ditto.
11387         (nntp-open-tls-stream): Ditto.
11388
11389         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11390         set-process-query-on-exit-flag or process-kill-without-query.
11391         (starttls-open-stream-gnutls): Use it instead of
11392         process-kill-without-query.
11393         (starttls-open-stream): Ditto.
11394
11395 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11396
11397         * smime.el (smime-cert-by-ldap-1): Don't use
11398         replace-regexp-in-string.
11399
11400 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11401
11402         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11403
11404         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11405         in PEM format.  Adjust to the XEmacs compability.
11406
11407 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11408
11409         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11410         by `string-to-number'.
11411         * gnus-agent.el (gnus-agent-regenerate-group)
11412         (gnus-agent-fetch-articles): Ditto.
11413         * gnus-art.el (gnus-button-fetch-group): Ditto.
11414         * gnus-cache.el (gnus-cache-generate-active)
11415         (gnus-cache-articles-in-group): Ditto.
11416         * gnus-group.el (gnus-group-set-current-level)
11417         (gnus-group-insert-group-line): Ditto.
11418         * gnus-score.el (gnus-score-set-expunge-below)
11419         (gnus-score-set-mark-below, gnus-summary-score-effect)
11420         (gnus-summary-score-entry): Ditto.
11421         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11422         (gnus-soup-pack): Ditto.
11423         * gnus-spec.el (gnus-xmas-format): Ditto.
11424         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11425         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11426         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11427         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11428         * nndb.el (nndb-get-remote-expire-response): Ditto.
11429         * nndiary.el (nndiary-parse-schedule-value)
11430         (nndiary-string-to-number, nndiary-request-replace-article)
11431         (nndiary-request-article): Ditto.
11432         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11433         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11434         * nneething.el (nneething-make-head): Ditto.
11435         * nnfolder.el (nnfolder-request-article)
11436         (nnfolder-retrieve-headers): Ditto.
11437         * nnheader.el (nnheader-file-to-number): Ditto.
11438         * nnkiboze.el (nnkiboze-request-article): Ditto.
11439         * nnmail.el (nnmail-process-unix-mail-format)
11440         (nnmail-process-babyl-mail-format): Ditto.
11441         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11442         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11443         (nnmh-request-create-group, nnmh-request-list-1)
11444         (nnmh-request-group, nnmh-request-article): Ditto.
11445         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11446         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11447         * nnsoup.el (nnsoup-make-active): Ditto.
11448         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11449         * nntp.el (nntp-find-group-and-number)
11450         (nntp-retrieve-headers-with-xover): Ditto.
11451         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11452         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11453         (pgg-format-key-identifier): Ditto.
11454         * pop3.el (pop3-last, pop3-stat): Ditto.
11455         * qp.el (quoted-printable-decode-region): Ditto.
11456
11457         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11458         of concat.
11459
11460 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11461
11462         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11463
11464         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11465
11466         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11467
11468         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11469
11470         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11471
11472         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11473
11474         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11475         (gnus-carpal-mode): Ditto.
11476
11477         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11478         (gnus-browse-mode): Ditto.
11479
11480         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11481
11482         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11483
11484 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11485
11486         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11487
11488 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11489
11490         * gnus-util.el (gnus-run-mode-hooks): New function.
11491
11492         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11493
11494         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11495         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11496
11497 2005-05-27  Lute Kamstra  <lute@gnu.org>
11498
11499         * dns-mode.el (dns-mode): Specify customization group.
11500
11501 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11502
11503         * gnus-agent.el (gnus-agent-make-mode-line-string):
11504         Use mode-line-highlight as mouse-face.
11505
11506 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11507
11508         * canlock.el (canlock): Change the parent group to news.
11509
11510         * deuglify.el (gnus-outlook-deuglify): Add :group.
11511
11512         * dig.el (dig): Add :group.
11513
11514         * dns-mode.el (dns-mode): Add :group.
11515
11516         * encrypt.el (encrypt): Add :group.
11517
11518         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11519         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11520         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11521         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11522         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11523
11524         * gnus-diary.el (gnus-diary): Add :group.
11525
11526         * gnus.el (gnus-group-news-1-face): Add :group.
11527         (gnus-group-news-1-empty-face): Ditto.
11528         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11529         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11530         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11531         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11532         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11533         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11534         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11535         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11536         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11537         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11538         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11539         (gnus-summary-high-ticked-face): Ditto.
11540         (gnus-summary-low-ticked-face): Ditto.
11541         (gnus-summary-normal-ticked-face): Ditto.
11542         (gnus-summary-high-ancient-face): Ditto.
11543         (gnus-summary-low-ancient-face): Ditto.
11544         (gnus-summary-normal-ancient-face): Ditto.
11545         (gnus-summary-high-undownloaded-face): Ditto.
11546         (gnus-summary-low-undownloaded-face): Ditto.
11547         (gnus-summary-normal-undownloaded-face): Ditto.
11548         (gnus-summary-high-unread-face): Ditto.
11549         (gnus-summary-low-unread-face): Ditto.
11550         (gnus-summary-normal-unread-face): Ditto.
11551         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11552         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11553
11554         * hashcash.el (hashcash): New custom group.
11555         (hashcash-default-payment): Add :group.
11556         (hashcash-payment-alist): Ditto.
11557         (hashcash-default-accept-payment): Ditto.
11558         (hashcash-accept-resources): Ditto.
11559         (hashcash-path): Ditto.
11560         (hashcash-extra-generate-parameters): Ditto.
11561         (hashcash-double-spend-database): Ditto.
11562         (hashcash-in-news): Ditto.
11563
11564         * message.el (message-minibuffer-local-map): Add :group.
11565
11566         * netrc.el (netrc): Add :group.
11567
11568         * sieve-manage.el (sieve-manage-log): Add :group.
11569         (sieve-manage-default-user): Diito.
11570         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11571         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11572         (sieve-manage-authenticators): Ditto.
11573         (sieve-manage-authenticator-alist): Ditto.
11574         (sieve-manage-default-port): Ditto.
11575
11576         * sieve-mode.el (sieve-control-commands-face): Add :group.
11577         (sieve-action-commands-face): Ditto.
11578         (sieve-test-commands-face): Ditto.
11579         (sieve-tagged-arguments-face): Ditto.
11580
11581         * smime.el (smime): Add :group.
11582
11583         * spam-report.el (spam-report): Add :group.
11584
11585         * spam.el (spam, spam-face): Add :group.
11586
11587 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11588
11589         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11590         return \n.\n.\n at the end of articles.  Protect against that.
11591         (nntp-with-open-group): Allow debugging.
11592
11593         * nnheader.el (mail-header-set-extra): Make into a function
11594         because I just could't understand how to quote the list properly.
11595
11596         * dns.el (query-dns-cached): New function.
11597
11598 2005-05-26  Lute Kamstra  <lute@gnu.org>
11599
11600         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11601
11602 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11603
11604         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11605
11606         * gnus-art.el: Don't autoload mail-extract-address-components.
11607
11608         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11609         eval-and-compile to evaluate it.
11610
11611         * hashcash.el: Don't autoload executable-find.
11612
11613         * nndb.el: Don't declare the nndb back end two or more times; don't
11614         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11615
11616         * nntp.el: Autoload format-spec instead of format; use
11617         eval-and-compile to evaluate autoload forms.
11618
11619 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11620
11621         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11622
11623 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11624
11625         * gnus.el (gnus-version-number): Bump version.
11626
11627 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11628
11629         * gnus.el: No Gnus v0.3 is released.
11630
11631 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11632
11633         * lpath.el (featurep): Bind show-nonbreak-escape.
11634
11635 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11636
11637         * gnus-art.el (gnus-article-edit-part): Disable undo.
11638
11639 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11640
11641         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11642         gnus-article-date-lapsed-new-header is t if date timer is active;
11643         skip headers in which the original date value is empty.
11644         (gnus-article-save-original-date): Redefine it as a macro.
11645         (gnus-display-mime): Use it.
11646
11647 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11648
11649         * gnus-art.el (article-date-ut): Support converting date in
11650         forwarded parts as well.
11651         (gnus-article-save-original-date): New function.
11652         (gnus-display-mime): Use it.
11653
11654 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11655
11656         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11657         enclosure element of <item>.
11658
11659 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11660
11661         * message.el (message-kill-buffer-query): Renamed from
11662         `message-kill-buffer-query-if-modified'.  Added :version.
11663
11664 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11665
11666         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11667         window layout.
11668
11669 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11670
11671         * mml.el: Autoload dnd when compiling.
11672
11673 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11674
11675         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11676         x-dnd-*.
11677
11678 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11679
11680         * qp.el (quoted-printable-encode-region): Save excursion.
11681
11682 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11683
11684         * message.el (message-kill-buffer-query-if-modified): Add new variable
11685         so the user can kill a modified message buffer quickly.
11686         (message-kill-buffer): Use it.
11687
11688 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11689
11690         * lpath.el: Fbind display-time-event-handler; don't fbind
11691         string-to-multibyte.
11692
11693         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11694
11695 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11696
11697         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11698         contained in text because xml.el decodes entities) with LFs.
11699
11700 2005-04-11  Lute Kamstra  <lute@gnu.org>
11701
11702         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11703         differently.
11704
11705 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11706
11707         * mm-util.el (mm-detect-coding-region): Typo.
11708
11709 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11710
11711         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11712
11713 2005-04-06  Deepak Goel  <deego@gnufans.org>
11714
11715         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11716         user-function allow user modifications of the scores.
11717         (spam-stat-score-buffer-user): New function, to allow
11718         user-computed modifications to the score.
11719         (spam-stat-score-buffer-user-functions): List of additional
11720         scoring functions.
11721         (spam-stat-error-holder): Global temporary error holder.
11722         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11723         variable.
11724
11725 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11726
11727         * gnus-registry.el (gnus-registry-clean-empty-function)
11728         (gnus-registry-trim, gnus-registry-fetch-groups)
11729         (gnus-registry-delete-group): Groups that match
11730         `gnus-registry-ignored-groups' are removed from the registry
11731         entries, not just ignored for splitting.  This helps clean up the
11732         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11733         to get all the groups a message ID is in.
11734
11735         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11736         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11737         (spam-stat-score-buffer-user-functions): Add :number custom type.
11738
11739 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11740
11741         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11742         argument in XEmacs.
11743
11744         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11745         (nnrss-request-group): Decode group name first.
11746         (nnrss-request-article): Make a text/plain article if mml-to-mime
11747         failed.
11748         (nnrss-get-encoding): Return a compatible encoding according to
11749         nnrss-compatible-encoding-alist.
11750         (nnrss-find-el): Use consp instead of listp.
11751         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11752
11753 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11754
11755         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11756         which Emacs 20 doesn't support.
11757         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11758
11759 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11760
11761         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11762         silence the byte compiler inside the defun.
11763
11764         * gnus-demon.el (parse-time-string): Add autoload.
11765
11766         * gnus-delay.el (parse-time-string): Add autoload.
11767
11768         * gnus-art.el (parse-time-string): Add autoload.
11769
11770         * nnultimate.el (parse-time): Require for `parse-time-string'.
11771
11772 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11773
11774         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11775
11776         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11777
11778         * smime.el (smime-ldap-host-list): Add :version.
11779
11780 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11781
11782         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11783         pass it to `gnus-browse-read-group'.
11784         (gnus-browse-read-group): Add NUMBER argument and pass it to
11785         `gnus-group-read-ephemeral-group'.
11786
11787         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11788         argument and pass it to `gnus-group-read-group'.
11789
11790 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11791
11792         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11793         mm-xemacs-find-mime-charset-1 if we have the mule feature
11794         available at runtime.
11795
11796 2005-03-25  Werner Lemberg  <wl@gnu.org>
11797
11798         * nnmaildir.el: Replace `illegal' with `invalid'.
11799
11800 2005-03-23  Lute Kamstra  <lute@gnu.org>
11801
11802         * time-date.el: Add comment on time value formats.
11803         Don't require parse-time.
11804         (with-decoded-time-value): New macro.
11805         (encode-time-value): New function.
11806         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11807         (days-to-time): Return a valid time value when arg is huge.
11808         (time-since): Use time-subtract.
11809         (time-to-number-of-days): Use time-to-seconds.
11810
11811 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11812
11813         * gnus-start.el (gnus-display-time-event-handler):
11814         Check display-time-timer at runtime rather than only at load time
11815         in case display-time-mode is turned off in the mean time.
11816
11817 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11818
11819         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11820         used.
11821
11822         * nneething.el (nneething-map-file-directory): Derive from
11823         `gnus-directory'.
11824
11825         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11826         the To/Cc button.
11827
11828 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11829
11830         * nnmaildir.el (nnmaildir-request-accept-article):
11831         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11832
11833 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11834
11835         * gnus-async.el: Require timer-funcs at compile time when in
11836         XEmacs for `run-with-idle-timer'.
11837
11838 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11839
11840         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11841         autoloaded function.
11842
11843 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11844
11845         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11846
11847 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11848
11849         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11850
11851 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11852
11853         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11854         gnus-expert-user to default.
11855
11856 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11857
11858         * nnimap.el (nnimap-open-server): Ditto.
11859
11860         * imap.el (imap-authenticate): Fix typo.
11861
11862 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11863
11864         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11865         buffer (since IMAP server might return FETCH response out of
11866         order, and the nntp buffer must be sorted).
11867
11868 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11869
11870         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11871         comparison on string.
11872
11873         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11874         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11875         (gnus-agent-summary-fetch-series): Modified to protect against
11876         gnus-agent-summary-fetch-group clearing processable flags.
11877         (gnus-agent-synchronize-group-flags): Update live group buffer as
11878         synchronization may occur due to the user toggle the plugged
11879         status.
11880         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11881         successfully downloaded.
11882         (gnus-agent-expire-group-1): Avoid using markers when the overview
11883         is in ascending order; greatly improves performance.
11884         (gnus-agent-regenerate-group): Use
11885         gnus-agent-synchronize-group-flags to reset read status in both
11886         gnus and server.
11887         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11888
11889 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11890
11891         * message.el: Don't autoload former message-utils variables.
11892         (message-strip-subject-trailing-was): Change doc string.
11893
11894         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11895         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11896         (nnweb-google-search): Add "hl=en" here.
11897         (nnweb-google-parse-1, nnweb-google-create-mapping):
11898         Don't hardcode URL.
11899
11900 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11901
11902         * message.el (message-get-reply-headers, message-followup):
11903         Mention related variables `message-use-followup-to' and
11904         `message-use-mail-followup-to', in the information buffer.
11905
11906         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11907         of broken groups(-beta).google.com.
11908
11909 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11910
11911         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11912         parameter to invoked gnus-request-move-article; remove the
11913         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11914         all at once instead of once per article.
11915         (gnus-summary-remove-process-mark): Accept a list of articles as
11916         well as a single article for processing.
11917
11918         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11919         parameter.
11920
11921         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11922
11923         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11924
11925         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11926         parameter.
11927
11928         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11929         parameter.
11930
11931         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11932         parameter and remove the gnus-sum-hint-move-is-internal variable.
11933
11934         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11935         parameter.
11936
11937         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11938         parameter.
11939
11940         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11941         parameter.
11942
11943         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11944
11945         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11946         parameter.
11947
11948         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11949         parameter.
11950
11951 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11952
11953         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11954         a more conservative way.
11955
11956 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11957
11958         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11959         buffer, so it moves the window's cursor.
11960
11961 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11962
11963         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11964         `mm-dissect-multipart' and receive the from field as an (optional)
11965         argument from `mm-dissect-multipart'.
11966         (mm-dissect-multipart): Receive the from field as an argument and
11967         pass it on when we call `mm-dissect-buffer' on MIME parts.
11968         Fixes verification/decryption of signed/encrypted MIME parts.
11969
11970 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11971
11972         * gnus-sum.el (gnus-summary-move-article): Set
11973         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11974         whatever it calls (right now, only nnimap-request-move article
11975         respects it).
11976
11977         * nnimap.el (nnimap-request-move-article): When
11978         gnus-sum-hint-move-is-internal is set, don't do the extra
11979         nnimap-request-article.
11980
11981 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11982
11983         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11984
11985         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11986         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11987
11988         * gnus-sum.el (gnus-summary-caesar-message):
11989         Apply `gnus-treat-article' after rotation.
11990
11991         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11992         doc string.
11993
11994 2005-02-22  Simon Josefsson  <jas@extundo.com>
11995
11996         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11997         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11998         <arne@arnested.dk>.
11999         (encrypt): Add password-cache and password-cache-expiry as group
12000         members.
12001
12002 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12003
12004         * smime.el (smime-ldap-host-list): Doc fix.
12005         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12006         cache) password.
12007         (smime-sign-region): Use it.
12008         (smime-decrypt-region): Use it.
12009         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12010         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12011         fails.
12012         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12013         certificate from DER to PEM format rather than calling openssl.
12014
12015         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12016
12017         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12018         for signing/encryption.
12019
12020         * mml.el (mml-parse-1): Use them.
12021
12022 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12023
12024         * nnrss.el (nnrss-verbose): Removed.
12025         (nnrss-request-group): Use `nnheader-message' instead.
12026
12027 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12028
12029         * nnrss.el (nnrss-verbose): New variable.
12030         (nnrss-request-group): Make it say nnrss is requesting a group.
12031
12032 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12033
12034         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12035         Handle news URL with given port correctly.
12036
12037 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12038
12039         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12040         containing special characters.
12041
12042         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12043
12044         * mml.el (mime-to-mml): Ditto.
12045
12046         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12047         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12048         (rfc2047-decode-region): Quote decoded words containing special
12049         characters when rfc2047-quote-decoded-words-containing-tspecials
12050         is non-nil.
12051
12052 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12053
12054         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12055
12056         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12057
12058 2005-02-15  Simon Josefsson  <jas@extundo.com>
12059
12060         * nnimap.el (nnimap-debug): Doc fix.
12061
12062         * imap.el (imap-debug): Doc fix.
12063
12064 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12065
12066         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12067
12068 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12069
12070         * gnus.el (spam-contents): Improve docs for spam-contents
12071         parameter in its variable incarnation.
12072
12073 2005-02-14  Simon Josefsson  <jas@extundo.com>
12074
12075         * smime-ldap.el: Use require instead of load-library for ldap.
12076         (smime-ldap-search): Indent.
12077         (smime-ldap-search-internal): Shorten line.
12078
12079         * smime.el (smime-cert-by-dns): Add doc-string.
12080         (smime-cert-by-ldap-1): Indent.
12081
12082         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12083         mml-smime-get-dns-ldap.
12084         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12085
12086 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12087
12088         * smime.el: Require smime-ldap.
12089         (smime-ldap-host-list): New variable.
12090         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12091
12092         * mml-smime.el (mml-smime-encrypt-query): New function.
12093         (mml-smime-encrypt-query): Use it.
12094
12095         * smime-ldap.el: New file.
12096
12097 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12098
12099         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12100
12101 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12102
12103         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12104         argument in doc string.  Make query for type more clear.
12105
12106 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12107
12108         * gnus.el (gnus-group-startup-message): Search for gnus images in
12109         etc/images/gnus.
12110         * mm-util.el (mm-image-load-path): Likewise.
12111         * smiley.el (smiley-data-directory): Search for smilies in
12112         etc/images/smilies.
12113
12114 2005-02-09  Kim F. Storm  <storm@cua.dk>
12115
12116         Change Emacs release version from 21.4 to 22.1 throughout.
12117         Change Emacs development version from 21.3.50 to 22.0.50.
12118
12119 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12120
12121         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12122
12123         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12124         non-Mule XEmacs as well.
12125         (mm-decompress-buffer): Signal an error intentionally if it does
12126         not decompress compressed data because auto-compression-mode is
12127         disabled.
12128
12129 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12130
12131         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12132         an ID in the registry even if it has no groups.
12133
12134 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12135
12136         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12137         merge it into mm-decompress-buffer.
12138         (gnus-mime-copy-part): Use the MIME part charset, the value which
12139         a user specified or gnus-newsgroup-charset for decoding, like
12140         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12141         save-buffer what was used.  Suggested by Kevin Ryde
12142         <user42@zip.com.au>.
12143         (gnus-mime-inline-part): Allow the name parameter as well as the
12144         filename parameter; force decompressing of compressed data; always
12145         display contents being not decoded as unibyte.
12146
12147         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12148         as well as the filename parameter.
12149
12150         * mm-util.el (mm-decompress-buffer): Merge
12151         gnus-mime-jka-compr-maybe-uncompress.
12152         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12153         of compressed data.
12154
12155 2005-02-08  Simon Josefsson  <jas@extundo.com>
12156
12157         * imap.el (imap-log): Doc fix.
12158
12159 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12160
12161         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12162         the coding cookies; decompress compressed parts.
12163
12164         * mml.el (mml-generate-mime-1): Add the charset parameter according
12165         to the value which a user specified manually or the coding cookie.
12166
12167         * mm-util.el (mm-string-to-multibyte): New function.
12168         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12169         (mm-coding-system-to-mime-charset): New function.
12170         (mm-decompress-buffer): New function.
12171         (mm-find-buffer-file-coding-system): New function.
12172
12173         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12174         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12175         parts.
12176
12177 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12178
12179         * mm-view.el (mm-display-inline-fontify): Decode a part according
12180         to the charset parameter.
12181
12182 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12183
12184         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12185         prefix arg is neither nil nor a number, as info specifies.
12186
12187 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12188
12189         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12190         timestamps.
12191
12192 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12193
12194         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12195         groups error checking and notify user.
12196
12197 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12198
12199         * message.el (message-send-mail-function): Check existence of
12200         sendmail-program first before using default value
12201         `message-send-mail-with-sendmail'.  Otherwise use more generic
12202         `smtpmail-send-it'.
12203
12204 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12205
12206         * nntp.el (nntp-request-update-info): Always return nil.
12207
12208 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12209
12210         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12211
12212 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12213
12214         * message.el (message-beginning-of-line): Change the behavior when
12215         invoked between BOL and : so that it first moves backward.
12216
12217 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12218
12219         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12220         article buffer when editing of the article is discarded.
12221         (gnus-article-prepare): Revert.
12222
12223 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12224
12225         * gnus-art.el (gnus-article-prepare):
12226         Remove message-strip-forbidden-properties from the local hook.
12227
12228 2005-01-27  Simon Josefsson  <jas@extundo.com>
12229
12230         * password.el (password-cache-add): Only start one timer per key.
12231         Reported by Derek Atkins <warlord@MIT.EDU>.
12232
12233 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12234
12235         * run-at-time.el: Removed.  It is no longer needed as
12236         timer-funcs.el in the xemacs-base package has a working version of
12237         `run-at-time'.
12238
12239         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12240
12241         * password.el: Require timer-funcs instead of run-at-time in
12242         XEmacs.
12243         Remove `password-run-at-time' macro.
12244         (password-cache-add): Use `run-at-time' instead of
12245         `password-run-at-time'.
12246
12247         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12248         Remove `nnheader-cancel-function-timers' alias,
12249         `cancel-function-timers' exists in XEmacs in timer-funcs.
12250
12251         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12252         for `run-with-idle-timer'.
12253
12254         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12255         for `run-at-time'.
12256
12257         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12258         for `with-timeout'.
12259
12260         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12261         the same as for XEmacs 21.4.
12262         No need to ignore `run-with-idle-timer', this function exists in
12263         XEmacs now in timer-funcs.el in the xemacs-base package.
12264         (dgnushack-compile): No need to delete
12265         run-at-time.el from the list of files to compile because it
12266         doesn't exist anymore.
12267
12268 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12269
12270         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12271         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12272
12273 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12274
12275         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12276         sensitively.
12277
12278 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12279
12280         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12281
12282 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12283
12284         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12285         which will be inserted according to the multibyteness of a buffer
12286         rather than the type of contents.  Suggested by ARISAWA Akihiro
12287         <ari@mbf.ocn.ne.jp>.
12288
12289         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12290         of string which old xml.el may return rather than a string.
12291
12292 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12293
12294         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12295
12296 2005-01-16  Simon Josefsson  <jas@extundo.com>
12297
12298         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12299         idn/idna.el isn't available.
12300         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12301         <michael@waxrat.com>.
12302
12303         * hashcash.el: Remove non-FSF copyright header.
12304
12305         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12306         (hashcash-generate-payment): Use it.
12307         (hashcash-generate-payment-async): Use it.
12308
12309 2005-01-15  Simon Josefsson  <jas@extundo.com>
12310
12311         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12312         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12313
12314         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12315         gnus-summary-idna-message.
12316         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12317         (gnus-summary-idna-message): New function.
12318
12319 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12320
12321         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12322         gnus-novice-user.
12323
12324 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12325
12326         * nnrss.el (nnrss-request-delete-group): Delete entries in
12327         nnrss-group-alist as well.
12328         (nnrss-save-server-data): Insert newline.
12329
12330 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12331
12332         * gnus.el (gnus-user-agent): Use list of symbols instead of
12333         symbols.  Display full version number for (S)XEmacs.  Optionally
12334         display (S)XEmacs codename.
12335
12336         * gnus-util.el (gnus-emacs-version): Update for new
12337         `gnus-user-agent'.
12338
12339         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12340         Gnus version.
12341
12342 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12343
12344         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12345         which is unreadable in some setups.
12346
12347 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12348
12349         * gnus-spec.el (gnus-update-format-specifications): Flush the
12350         group format spec cache if it doesn't support decoded group names.
12351
12352 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12353
12354         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12355         Allow to apply decay on score files matching a regexp.
12356
12357 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12358
12359         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12360         compatibility in %g and %c.
12361
12362 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12363
12364         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12365         name for only %g and %c.
12366         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12367         of gnus-tmp-group to decoded group name.
12368         (gnus-group-make-rss-group): Exclude `/'s from group names.
12369
12370 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12371
12372         * nnrss.el (nnrss-get-encoding): Fix regexp.
12373
12374 2004-12-27  Simon Josefsson  <jas@extundo.com>
12375
12376         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12377         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12378         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12379
12380 2004-12-17  Kim F. Storm  <storm@cua.dk>
12381
12382         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12383
12384         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12385
12386 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12387
12388         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12389
12390 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12391
12392         * nnrss.el: Require rfc2047 and mml.
12393         (nnrss-file-coding-system): New variable.
12394         (nnrss-format-string): Redefine it as an inline function.
12395         (nnrss-decode-group-name): New function.
12396         (nnrss-string-as-multibyte): Remove.
12397         (nnrss-retrieve-headers): Decode group name; don't use
12398         nnrss-format-string.
12399         (nnrss-request-group): Decode group name.
12400         (nnrss-request-article): Decode group name; allow a Message-ID as
12401         well as an article number; don't use nnrss-format-string; encode a
12402         Message-ID string which may contain non-ASCII characters; use
12403         mml-to-mime to compose a MIME article.
12404         (nnrss-request-expire-articles): Decode group name.
12405         (nnrss-request-delete-group): Decode group name.
12406         (nnrss-fetch): Clarify error message.
12407         (nnrss-read-server-data): Use insert-file-contents instead of load;
12408         bind file-name-coding-system; use multibyte buffer.
12409         (nnrss-save-server-data): Bind coding-system-for-write to the
12410         value of nnrss-file-coding-system; bind file-name-coding-system;
12411         add coding cookie.
12412         (nnrss-read-group-data): Use insert-file-contents instead of load;
12413         bind file-name-coding-system; use multibyte buffer.
12414         (nnrss-save-group-data): Bind coding-system-for-write to the
12415         value of nnrss-file-coding-system; bind file-name-coding-system.
12416         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12417         make it work with non-ASCII text.
12418         (nnrss-find-el): Make it work with old xml.el as well.
12419
12420 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12421
12422         * nnrss.el (nnrss-get-encoding): New function.
12423         (nnrss-fetch): Use unibyte buffer initially; bind
12424         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12425         decode contents according to the encoding attribute.
12426         (nnrss-save-group-data): Add coding cookie.
12427         (nnrss-mime-encode-string): New function.
12428         (nnrss-check-group): Use it to encode subject and author.
12429
12430 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12431
12432         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12433         imaginary variable.
12434
12435 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12436
12437         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12438         correctly even if there are wide characters.
12439
12440 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12441
12442         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12443         downcased symbol names; make a new cache instead of reusing
12444         bbdb-hashtable.
12445
12446 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12447
12448         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12449         concatenating segments rather than before concatenating them.
12450         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12451
12452         * message.el (message-get-reply-headers): Bind `extra'.
12453
12454 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12455
12456         * message.el (message-extra-wide-headers): New variable.
12457         (message-get-reply-headers): Use it.
12458
12459 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12460
12461         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12462         (gnus-agent-group-pathname): Ditto.
12463
12464         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12465
12466         * gnus-group.el (gnus-group-make-group): Decode group name.
12467         (gnus-group-make-rss-group): Register the group data after opening
12468         the nnrss group.
12469
12470 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12471
12472         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12473         by expiry now get marked as read.
12474
12475 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12476
12477         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12478
12479 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12480
12481         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12482         unify Latin characters in XEmacs.
12483         (mm-find-mime-charset-region): Use it.
12484
12485 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12486
12487         * gnus-util.el (gnus-delete-directory): New function.
12488
12489         * gnus-agent.el (gnus-agent-delete-group): Use it.
12490
12491         * gnus-cache.el (gnus-cache-delete-group): Use it.
12492
12493 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12494
12495         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12496         names.
12497
12498 2004-12-16  Simon Josefsson  <jas@extundo.com>
12499
12500         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12501
12502 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12503
12504         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12505
12506         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12507         (gnus-group-set-current-level): Decode group name.
12508
12509 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12510
12511         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12512         failed.
12513
12514 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12515
12516         * gnus-group.el (gnus-group-delete-group): Decode group name.
12517         (gnus-group-make-rss-group): Encode group name.
12518         (gnus-group-catchup-current): Decode group name.
12519         (gnus-group-kill-group): Decode group name.
12520
12521 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12522
12523         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12524
12525 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12526
12527         * gnus-group.el (gnus-group-make-rss-group):
12528         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12529
12530         * gnus-start.el (gnus-setup-news): Honor user's setting to
12531         gnus-message-archive-method.  Suggested by Lute Kamstra
12532         <lute@gnu.org>.
12533
12534 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12535
12536         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12537         global counterparts of the buffer-local variables.
12538
12539 2004-11-16  Romain Francoise  <romain@orebokech.com>
12540
12541         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12542         counterparts of the buffer-local variables.
12543
12544 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12545
12546         * message.el (message-forbidden-properties): Fixed typo in doc
12547         string.
12548
12549 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12550
12551         * gnus-util.el (gnus-replace-in-string): Added doc string.
12552
12553         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12554         to avoid problems when splitting mails with many recipients.
12555
12556 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12557
12558         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12559         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12560
12561 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12562
12563         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12564         if there is no hashtable in memory or file modification time is
12565         newer than cached timestamp.
12566
12567 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12568
12569         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12570         not-matching option.
12571
12572 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12573
12574         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12575         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12576         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12577         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12578         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12579         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12580
12581 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12582
12583         * message.el (message-forward-make-body-mml): Remove headers
12584         according to message-forward-ignored-headers if a message is decoded.
12585
12586 2004-12-02  Romain Francoise  <romain@orebokech.com>
12587
12588         * message.el (message-forward-make-body-plain): Always remove
12589         headers according to message-forward-ignored-headers.
12590
12591 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12592
12593         * spam.el (spam-summary-prepare-exit): Remove the
12594         gnus-summary-limit pop for now, it has problems with ham marks for
12595         me.
12596
12597 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12598
12599         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12600         correctly.
12601
12602 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12603
12604         * format-spec.el (format-spec): Message the char.
12605
12606 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12607
12608         * gnus-art.el (gnus-split-methods): Reformat comments.
12609
12610         * spam.el (spam-summary-prepare-exit): Remove article limits
12611         before exiting the summary buffer.
12612
12613 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12614
12615         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12616         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12617
12618         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12619         order to silence the byte compiler.
12620
12621         * spam.el: Fix the way to silence the byte compiler, which
12622         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12623         bbdb-search-simple, spam-BBDB-register-routine,
12624         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12625         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12626         spam-stat-buffer-is-spam, spam-stat-load,
12627         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12628         spam-stat-save and spam-stat-split-fancy.
12629
12630 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12631
12632         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12633         which may confuse users.
12634         (canlock-password-for-verify): Ditto.
12635
12636         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12637
12638         * gnus-art.el (gnus-emphasis-alist): Ditto.
12639
12640         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12641
12642         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12643
12644         * gnus-start.el (gnus-save-killed-list): Ditto.
12645
12646         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12647         (gnus-sum-thread-tree-root): Ditto.
12648         (gnus-sum-thread-tree-false-root): Ditto.
12649         (gnus-sum-thread-tree-single-indent): Ditto.
12650
12651         * message.el (message-courtesy-message): Ditto.
12652         (message-archive-note): Ditto.
12653         (message-subscribed-address-file): Ditto.
12654         (message-user-fqdn): Ditto.
12655
12656         * spam-report.el (spam-report-gmane-regex): Ditto.
12657
12658         * spam.el (spam-blackhole-good-server-regex): Ditto.
12659
12660 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12661
12662         * mml.el (mml-preview): Widen the message buffer before copying
12663         the contents to the preview buffer; sort headers before previewing.
12664
12665         * message.el (message-hidden-headers): Fix the way to avoid a bug
12666         in the `repeat' widget in Emacs 21.3 or earlier.
12667
12668 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12669
12670         * message.el (message-hidden-headers): Default to "^References:".
12671         Improve customization type.  Suggested by Reiner Steib
12672         <Reiner.Steib@gmx.de>.
12673
12674 2004-11-25  Romain Francoise  <romain@orebokech.com>
12675
12676         * message.el (message-strip-forbidden-properties): Remove check for
12677         obsolete `message-hidden' text property, hidden headers are not
12678         accessible in the buffer anymore.
12679
12680 2004-11-22  Romain Francoise  <romain@orebokech.com>
12681
12682         * message.el (message-header-format-alist): Add `From' in list
12683         so that it can be sorted.
12684         (message-fix-before-sending): Widen and sort headers before
12685         sending.
12686         (message-hide-headers): Use narrowing to hide headers by moving
12687         them to the top of the buffer and narrowing to the region
12688         underneath.
12689
12690 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12691
12692         * message.el (message-strip-forbidden-properties): Bind
12693         buffer-read-only (etc) to nil.
12694
12695 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12696
12697         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12698         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12699
12700 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12701
12702         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12703
12704 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12705
12706         * dns.el (query-dns): Use sit-for to time instead of
12707         accept-process-output, since that doesn't seem to work on udp
12708         sockets.
12709
12710 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12713
12714 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12715
12716         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12717         doc string.  Improve doc string.
12718
12719 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12720
12721         * nntp.el (nntp-request-update-info): Return nil if
12722         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12723         may not call gnus-activate-group which uselessly issues the GROUP
12724         commands for all nntp groups and wastes time.  Reported by Romain
12725         Francoise <romain@orebokech.com>.
12726
12727         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12728
12729 2004-11-15  Simon Josefsson  <jas@extundo.com>
12730
12731         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12732         headers separately.
12733         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12734         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12735
12736 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12737
12738         * gnus-start.el (gnus-convert-old-newsrc):
12739         Assign legacy-gnus-agent to 5.10.7.
12740
12741 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12742
12743         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12744         start of the lines.
12745
12746 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12747
12748         * hashcash.el (hashcash-default-payment): Change default to 20.
12749         (hashcash-default-accept-payment): Change default to 20.
12750         (hashcash-process-alist): New variable.
12751         (hashcash-generate-payment-async): Add.
12752         (hashcash-already-paid-p): Add.
12753         (hashcash-insert-payment): Don't generate payments twice.
12754         (hashcash-insert-payment-async): Add.
12755         (hashcash-insert-payment-async-2): Add.
12756         (hashcash-cancel-async): Add.
12757         (hashcash-wait-async): Add.
12758         (hashcash-processes-running-p): Add.
12759         (hashcash-wait-or-cancel): Add.
12760         (mail-add-payment): New optional argument.  Conditionally start
12761         asynchronous calculation.
12762         (mail-add-payment-async): Add.
12763
12764         * message.el (message-send-mail): Wait for asynchronous hashcash
12765         results.  Don't clobber existing X-Hashcash headers.
12766         (message-setup-1): Call mail-add-payment-async when
12767         message-generate-hashcash is non-nil.
12768
12769 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12770
12771         * message.el (message-use-alternative-email-as-from): Examine the
12772         From header as well; use message-make-from in order to include a
12773         user's full name.
12774
12775 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12776
12777         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12778         default; improve customization type.
12779         (gnus-emphasis-custom-with-format): New macro.
12780         (gnus-emphasis-custom-value-to-external): New function.
12781         (gnus-emphasis-custom-value-to-internal): New function.
12782
12783 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12784
12785         * dns.el (query-dns): Resolve reverse addresses.
12786
12787 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12788
12789         * gnus-group.el (gnus-group-get-new-news): Use it.
12790
12791         * gnus-start.el (gnus-check-reasonable-setup): New function.
12792
12793 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12794
12795         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12796         "Args out of range" error.  Reported by Arnaud Giersch
12797         <arnaud.giersch@free.fr>.
12798
12799 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12800
12801         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12802
12803 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12804
12805         * spam.el (spam group): Add :version.
12806
12807         * pgg-def.el (pgg group): Add :version.
12808
12809 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12810
12811         * gnus-art.el (gnus-article-edit-article): Don't associate the
12812         article buffer with a draft file.  This is a temporary measure
12813         against the 2004-08-22 change to gnus-article-edit-mode.
12814
12815 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12816
12817         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12818         (html2text-format-tags): Remove unused variable `attr'.
12819
12820 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12821
12822         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12823
12824         * tls.el (tls-process-connection-type, tls-success)
12825         (tls-certtool-program): Add :version.
12826
12827         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12828         (starttls-extra-arguments, starttls-process-connection-type)
12829         (starttls-connect, starttls-failure, starttls-success): Add :version.
12830
12831         * spam-stat.el (spam-stat): Add :version.
12832
12833         * sieve.el (sieve): Add :version.
12834
12835         * sha1.el (sha1): Add :version.
12836         (sha1-use-external): Remove redundant version.
12837
12838         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12839         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12840         (nnmail-split-fancy-match-partial-words)
12841         (nnmail-split-lowercase-expanded): Add :version.
12842
12843         * nndiary.el (nndiary): Add :version.
12844
12845         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12846
12847         * mml-sec.el (mml-default-sign-method)
12848         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12849         Add :version.
12850
12851         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12852
12853         * mm-url.el (mm-url-use-external, mm-url-program)
12854         (mm-url-arguments): Add :version.
12855
12856         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12857         (mm-attachment-file-modes, mm-decrypt-option)
12858         (mm-w3m-safe-url-regexp): Add :version.
12859
12860         * message.el (message-cite-prefix-regexp)
12861         (message-sendmail-envelope-from, message-minibuffer-local-map)
12862         (message-user-fqdn, message-completion-alist): Add :version.
12863
12864         * gnus-win.el (gnus-configure-windows-hook)
12865         (gnus-use-frames-on-any-display): Add :version.
12866
12867         * gnus-art.el (gnus-article-address-banner-alist)
12868         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12869         (gnus-treat-from-picon, gnus-treat-mail-picon)
12870         (gnus-treat-x-pgp-sig): Add :version.
12871
12872         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12873         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12874         (gnus-summary-article-delete-hook)
12875         (gnus-summary-display-while-building): Add :version.
12876
12877         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12878         (gnus-get-top-new-news-hook): Add :version.
12879
12880         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12881         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12882
12883         * gnus-registry.el (gnus-registry): Add :version.
12884
12885         * gnus-spec.el (gnus-use-correct-string-widths)
12886         (gnus-make-format-preserve-properties): Add :version.
12887
12888         * gnus.el (gnus-group-charter-alist)
12889         (gnus-group-fetch-control-use-browse-url)
12890         (gnus-install-group-spam-parameters): Add :version.
12891
12892         * gnus-diary.el (gnus-diary): Add :version.
12893
12894         * gnus-delay.el (gnus-delay): Add :version.
12895
12896         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12897         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12898         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12899         Add :version.
12900
12901         * gnus-agent.el (gnus-agent-max-fetch-size)
12902         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12903         (gnus-agent-prompt-send-queue): Add :version.
12904
12905         * deuglify.el (gnus-outlook-deuglify): Add :version.
12906
12907         * html2text.el: Beautify code.  Improve doc strings.  Some
12908         checkdoc cleanup.
12909         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12910
12911 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12912
12913         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12914
12915 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12916
12917         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12918         when package is loaded.
12919
12920         * spam.el (spam-summary-score-preferred-header): Add global preference
12921         for people who want to override the default SpamAssassin over
12922         Bogofilter preference (when both are set).
12923         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12924         (spam-user-format-function-S): Check
12925         spam-summary-score-preferred-header.
12926         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12927         (spam-user-format-function-S): Format the score correctly.
12928
12929 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12930
12931         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12932         signature file.  Suggested by Manoj Srivastava
12933         <srivasta@golden-gryphon.com>.
12934
12935         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12936         iso-2022-jp even in the Japanese language environment.
12937         Suggested by Jason Rumney <jasonr@gnu.org>.
12938
12939 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12940
12941         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12942         use the same characters as the dummy marks; make it free from
12943         getting affected by the language environment.
12944         (gnus-summary-read-group-1): Update mark positions only when the
12945         format spec is updated.
12946
12947         * gnus-spec.el (gnus-update-format-specifications): Return a list
12948         of updated types.
12949
12950 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12951
12952         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12953         of boundp to check if display-warning is available.
12954
12955 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12956
12957         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12958
12959 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12960
12961         * nnspool.el (nnspool-spool-directory): Use news-path if the
12962         news-directory variable is not bound.
12963
12964         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12965         function instead of display-warning if it is not available.
12966
12967 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12968
12969         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12970         v5-10: Use `point-at-bol'.
12971
12972 2004-10-26  Simon Josefsson  <jas@extundo.com>
12973
12974         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12975         <chenggao@gmail.com>.
12976
12977 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12978
12979         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12980         instead.
12981
12982 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12983
12984         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12985         to remove a server from the nnimap-server-buffer-alist.
12986         (nnimap-open-connection, nnimap-close-server): Use it.
12987
12988         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12989
12990 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12991
12992         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12993         running the major-mode function.
12994
12995 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12996
12997         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12998         dummy marks in the right way.
12999
13000 2004-10-18  David Edmondson  <dme@dme.org>
13001
13002         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13003         excessively.
13004
13005 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13006
13007         * gnus-util.el (gnus-split-references): Accept a nil references
13008         string and go on blissfully.
13009
13010         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13011         cases where the references string is non-nil but has no references.
13012
13013         * encrypt.el: Add autoload tags.
13014
13015         * spam.el (spam-resolve-registrations-routine): Remove article
13016         from unregistration list too.  Reported by David Hanak
13017         <dhanak@isis.vanderbilt.edu>
13018
13019 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13020
13021         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13022         nil.  Changed custom type.
13023
13024 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13025
13026         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13027
13028         * gnus-sum.el (gnus-summary-move-article): Use it.
13029
13030 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13031
13032         * encrypt.el: Add autoload cookies.
13033
13034         * spam.el (spam-backend-article-list-property)
13035         (spam-backend-get-article-todo-list)
13036         (spam-backend-put-article-todo-list)
13037         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13038         Resolve registrations separately.
13039         (spam-register-routine): Format comments.
13040         (spam-unregister-routine, spam-register-routine): Always call with
13041         specific-articles, no default list.
13042         (spam-summary-prepare-exit): Use the spam-classifications function.
13043
13044         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13045         gnus-encrypt.el.
13046
13047         * encrypt.el: Copied from gnus-encrypt.el.
13048
13049         * gnus-encrypt.el: Commented that it's obsolete.
13050
13051 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13052
13053         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13054         (gnus-score-save): Use it.
13055
13056         * message.el (message-bury): Use `window-dedicated-p'.
13057
13058 2004-10-15  Simon Josefsson  <jas@extundo.com>
13059
13060         * pop3.el (top-level): Don't require nnheader.
13061         (pop3-read-timeout): Add.
13062         (pop3-accept-process-output): Add.
13063         (pop3-read-response, pop3-retr): Use it.
13064
13065 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13066
13067         * spam.el (spam-register-routine): Move comment.
13068         (spam-verify-bogofilter): Use 'unknown for the initial
13069         spam-bogofilter-valid state, not 'never.
13070
13071         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13072         for netrc-machine.
13073
13074         * nnimap.el (nnimap-open-connection): Use
13075         netrc-machine-user-or-password.
13076
13077 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13078
13079         * gnus-registry.el (gnus-registry-unload-hook):
13080         Set as a variable with add-hook.
13081
13082         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13083         of news-path.
13084
13085         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13086
13087         * spam.el: Delete duplicate `provide'.
13088         (spam-unload-hook): Set as a variable with add-hook.
13089
13090 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13091
13092         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13093         in the doc string.
13094
13095         * message.el (message-ignored-news-headers)
13096         (message-ignored-supersedes-headers)
13097         (message-ignored-resent-headers)
13098         (message-forward-ignored-headers): Improve custom type.
13099
13100 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13101
13102         * message.el (message-tokenize-header): Fix 2004-09-06 change
13103         which used point-min in the wrong place.
13104
13105 2004-10-12  Simon Josefsson  <jas@extundo.com>
13106
13107         * tls.el (tls-certtool-program): New variable.
13108         (tls-certificate-information): New function, based on
13109         ssl-certificate-information.
13110
13111 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13112
13113         * compface.el: Move the version of ELisp-based uncompface program
13114         to the contrib directory because of the copyright problem.
13115
13116 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13117
13118         * message.el (message-kill-buffer): Raise the current frame.
13119
13120 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13121
13122         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13123
13124         * gnus.el (message-y-or-n-p): Autoload.
13125
13126         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13127         (pop3-password-required, pop3-authentication-scheme)
13128         (pop3-leave-mail-on-server): Made customizable.
13129         (pop3): New custom group.
13130         (pop3-retr): Remove `sleep-for' statements.
13131         Suggested by Dave Love <fx@gnu.org>.
13132
13133         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13134         Windows/DOS.
13135
13136         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13137         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13138         Dave Love <fx@gnu.org>.
13139
13140         * mml.el (mml-minibuffer-read-disposition): Require match.
13141         Suggested by Dave Love <fx@gnu.org>.
13142
13143 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13144
13145         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13146         doc string.
13147
13148 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13149
13150         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13151
13152 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13153
13154         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13155         instead of calling `mm-insert-inline', to decode text/* parts
13156         before displaying them.
13157
13158 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13159
13160         * mm-uu.el (mm-uu-text-plain-type): New variable.
13161         (mm-uu-pgp-signed-extract-1): Use it.
13162         (mm-uu-pgp-encrypted-extract-1): Use it.
13163         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13164         bind mm-uu-text-plain-type with that value.
13165         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13166         mm-uu-dissect.
13167
13168 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13169
13170         * gnus-group.el (gnus-update-group-mark-positions):
13171         * gnus-sum.el (gnus-update-summary-mark-positions):
13172         * message.el (message-check-news-body-syntax):
13173         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13174         of string-as-multibyte.
13175
13176 2004-10-05  Juri Linkov  <juri@jurta.org>
13177
13178         * gnus-group.el (gnus-update-group-mark-positions):
13179         * gnus-sum.el (gnus-update-summary-mark-positions):
13180         * message.el (message-check-news-body-syntax):
13181         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13182         8-bit unibyte values to a multibyte string for search functions.
13183
13184 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13185
13186         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13187         (mm-uu-dissect-text-parts): New function.
13188
13189         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13190         dissect text parts.
13191
13192         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13193         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13194
13195         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13196
13197         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13198         gnus-current-topics instead of gnus-current-topic.
13199
13200 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13201
13202         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13203
13204 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13205
13206         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13207         where approriate.
13208
13209         * nnml.el (nnml-generate-active-info): do.
13210
13211         * nndiary.el (nndiary-generate-active-info): do.
13212
13213         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13214         (gnus-topic-move): do.
13215
13216         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13217         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13218
13219         * gnus-srvr.el (gnus-server-prepare)
13220         (gnus-server-open-all-servers): do.
13221
13222         * gnus-msg.el (gnus-summary-cancel-article)
13223         (gnus-summary-resend-message)
13224         (gnus-summary-mail-crosspost-complaint): do.
13225
13226         * gnus-move.el (gnus-change-server): do.
13227
13228         * gnus-group.el (gnus-group-unmark-all-groups)
13229         (gnus-group-set-current-level): do.
13230
13231 2004-10-04  Simon Josefsson  <jas@extundo.com>
13232
13233         * message.el (message-generate-hashcash): Doc fix.
13234
13235 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13236
13237         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13238         avoid infinite recursion via gnus-get-function.
13239
13240 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13241
13242         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13243
13244         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13245
13246         * nnmail.el (nnmail-split-history): do.
13247
13248         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13249         (nnml-request-delete-group): do.
13250
13251         * nnslashdot.el (nnslashdot-read-groups): do.
13252
13253         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13254         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13255
13256         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13257         (nnspool-sift-nov-with-sed): Use last.
13258         (nnspool-retrieve-headers-with-nov): Use mapc.
13259         (nnspool-request-newgroups): Use dolist.
13260         (nnspool-request-group): Use last.
13261
13262         * nntp.el (nntp-read-server-type): Use dolist.
13263
13264         * nnvirtual.el (nnvirtual-create-mapping)
13265         (nnvirtual-update-read-and-marked): Use dolist.
13266         (nnvirtual-convert-headers): Simplify.
13267
13268 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13269
13270         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13271         support for sync'ing tick marks.
13272
13273 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13274
13275         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13276         there's no visible header.
13277
13278 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13279
13280         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13281         necessary, pass full group name to gnus-request-set-marks.
13282
13283 2004-10-01  Simon Josefsson  <jas@extundo.com>
13284
13285         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13286         acroread.
13287
13288 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13289
13290         * spam-report.el (spam-report-gmane): Fix interactive.
13291
13292         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13293
13294         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13295         when writing file.
13296         (gnus-agent-synchronize-flags): Don't default to being
13297         interactive.
13298
13299 2004-09-30  Simon Josefsson  <jas@extundo.com>
13300
13301         * message.el (message-generate-hashcash): Add.
13302         (message-send-mail): Use it, call mail-add-payment.
13303
13304 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13305
13306         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13307
13308 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13309
13310         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13311         gnus-requst-update-info with explicit code to sync the in-memory
13312         info read flags with the marks being sync'd to the backend.
13313
13314         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13315
13316 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13317
13318         * spam.el (spam-verify-bogofilter): Add new function.
13319         (spam-check-bogofilter)
13320         (spam-bogofilter-register-with-bogofilter): Use it.
13321         (spam-verify-bogofilter): Add small fixes.
13322
13323 2004-09-28  Simon Josefsson  <jas@extundo.com>
13324
13325         * hashcash.el (hashcash-generate-payment): Revert.
13326
13327 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13328
13329         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13330         gnus-extract-references instead of gnus-split-references.
13331
13332         * gnus-util.el (gnus-extract-references): Add new function, analogous
13333         to gnus-split-references but extracts only the message-ID without
13334         anything extra.
13335
13336         * hashcash.el (hashcash-generate-payment)
13337         (hashcash-check-payment): Do the right thing if hashcash-path is
13338         nil (because the hashcash program could not be found).
13339
13340         * spam.el (spam-use-hashcash): Remove comment.
13341
13342 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13343
13344         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13345         (gnus-cache-enter-article, gnus-cache-remove-article)
13346         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13347
13348         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13349
13350         * gnus-art.el (article-hide-boring-headers)
13351         (article-translate-strings, article-display-face)
13352         (gnus-article-mime-match-handle-first)
13353         (gnus-article-highlight-headers)
13354         (gnus-article-add-buttons-to-head): do.
13355
13356 2004-09-27  Simon Josefsson  <jas@extundo.com>
13357
13358         * hashcash.el: New version, from
13359         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13360         ../contrib/.
13361
13362 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13363
13364         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13365
13366 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13367
13368         * gnus-dup.el (gnus-dup-open): Use mapc.
13369         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13370
13371         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13372         Reported by Stefan Wiens <s.wi@gmx.net>.
13373
13374         * gnus.el (gnus-shutdown): Use dolist.
13375
13376         * gnus-undo.el (gnus-undo): Use mapc.
13377
13378         * nnrss.el (nnrss-generate-active): do.
13379
13380         * message.el (message-cite-original-without-signature)
13381         (message-cite-original): Use mapc.
13382         (message-do-actions, message-make-forward-subject): Use dolist.
13383
13384 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13385
13386         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13387         deletion to remove entire duplicate line.  Fixes merged article
13388         number bug.
13389
13390 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13391
13392         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13393         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13394         first ask if you want to open a server and then, even when you
13395         responded with no, asking if you want to synchronize the server's
13396         flags.
13397         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13398         multi-line expressions.
13399         (gnus-agent-synchronize-group-flags): New internal function.
13400         Updates marks in memory (in the info structure) AND in the
13401         backend.
13402
13403         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13404
13405         * nnagent.el (nnagent-request-set-mark): Use
13406         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13407         method, to ensure that synchronization updates marks in the
13408         backend and in the info (in memory) structure.
13409
13410 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13411
13412         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13413         convention fully; don't miss the root article of a thread; make
13414         the X-Draft-From header with correct article numbers.
13415
13416 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13417
13418         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13419         unless plugged.  Disable the agent so that an open failure causes
13420         an error.
13421
13422         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13423         Reverted 2004-09-21 change.  The backend must be opened while
13424         synchronizing flags even when the backend stores the flags
13425         locally.
13426
13427 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13428
13429         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13430         in `header' match.  Reported by Svend Tollak Munkejord.
13431
13432         * message.el (message-cite-original): Fix use of
13433         `message-cite-articles-with-x-no-archive'.
13434
13435 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13436
13437         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13438         (gnus-window-to-buffer): Ditto.
13439
13440         * mml.el (mml-preview-buffer): New variable.
13441         (mml-preview): Manage window layout with gnus-buffer-configuration.
13442
13443         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13444         X-Draft-From header even if those articles aren't quoted.
13445
13446 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13447
13448         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13449         (gnus-request-set-mark, gnus-request-update-mark): Use new
13450         g-s-t-u-l-m to decide to use backend even when unplugged.
13451
13452 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13453
13454         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13455         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13456
13457 2004-09-20  Simon Josefsson  <jas@extundo.com>
13458
13459         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13460         "utf-16-le".
13461
13462 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13463
13464         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13465
13466 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13467
13468         * uudecode.el (uudecode-use-external): Add :version.
13469
13470         * smime.el (smime-CA-file, smime-encrypt-cipher)
13471         (smime-dns-server): Add :version.
13472
13473         * smiley.el (gnus-smiley-file-types): Add :version.
13474
13475         * sha1.el (sha1-use-external): Add :version.
13476
13477         * pgg-def.el (pgg-query-keyserver): Add :version.
13478
13479         * nnmail.el (nnmail-fancy-expiry-targets)
13480         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13481         Add :version.
13482
13483         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13484         (nnimap-retrieve-groups-asynchronous): Add :version.
13485         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13486
13487         * mml.el (mml-content-disposition-parameters)
13488         (mml-insert-mime-headers-always): Add :version.
13489
13490         * mm-util.el (mm-coding-system-priorities): Add :version.
13491
13492         * mm-decode.el (mm-inline-text-html-with-images)
13493         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13494         (mm-verify-option): Add :version.
13495         (mm-text-html-renderer): Change :version.
13496
13497         * message.el (message-fcc-externalize-attachments)
13498         (message-required-headers, message-draft-headers)
13499         (message-subject-trailing-was-query)
13500         (message-subject-trailing-was-ask-regexp)
13501         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13502         (message-mark-insert-end, message-archive-header)
13503         (message-archive-note, message-cross-post-default)
13504         (message-cross-post-note, message-followup-to-note)
13505         (message-cross-post-note-function, message-use-mail-followup-to)
13506         (message-subscribed-address-functions)
13507         (message-subscribed-address-file, message-subscribed-addresses)
13508         (message-subscribed-regexps, message-allow-no-recipients)
13509         (message-yank-cited-prefix, message-signature-insert-empty-line)
13510         (message-hidden-headers, message-hierarchical-addresses)
13511         (message-mail-user-agent, message-use-idna)
13512         (message-valid-fqdn-regexp)
13513         (message-strip-special-text-properties, message-header-synonyms)
13514         (message-beginning-of-line, message-tab-body-function): Add :version.
13515         (message-insert-canlock, message-wide-reply-confirm-recipients):
13516         Change :version.
13517
13518         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13519         and :version.
13520         (mail-source-delete-old-incoming-confirm)
13521         (mail-source-movemail-program): Add :version.
13522
13523         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13524         (gnus-agent-cache, gnus-agent): Change :version.
13525
13526         * gnus-util.el (gnus-use-byte-compile): Change :version.
13527
13528         * gnus-sum.el (gnus-summary-make-false-root-always)
13529         (gnus-summary-default-high-score)
13530         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13531         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13532         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13533         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13534         (gnus-sum-thread-tree-single-indent)
13535         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13536         (gnus-sum-thread-tree-leaf-with-other)
13537         (gnus-sum-thread-tree-single-leaf): Add :version.
13538         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13539         (gnus-article-loose-mime): Change :version.
13540
13541         * gnus-start.el (gnus-backup-startup-file)
13542         (gnus-save-startup-file-via-temp-buffer): Add :version.
13543
13544         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13545         (gnus-server-offline-face): Add :version.
13546
13547         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13548
13549         * gnus-msg.el (gnus-gcc-externalize-attachments)
13550         (gnus-debug-files, gnus-debug-exclude-variables)
13551         (gnus-discouraged-post-methods): Change :version.
13552         (gnus-confirm-mail-reply-to-news)
13553         (gnus-confirm-treat-mail-like-news): Add :version.
13554
13555         * gnus-int.el (gnus-server-unopen-status): Add :version.
13556
13557         * gnus-group.el (gnus-group-jump-to-group-prompt)
13558         (gnus-large-ephemeral-newsgroup)
13559         (gnus-fetch-old-ephemeral-headers): Add :version.
13560
13561         * gnus-fun.el (gnus-x-face-directory)
13562         (gnus-convert-pbm-to-x-face-command)
13563         (gnus-convert-image-to-x-face-command)
13564         (gnus-convert-image-to-face-command): Add :version.
13565
13566         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13567
13568         * gnus-cite.el (gnus-cite-blank-line-after-header)
13569         (gnus-article-boring-faces): Add :version.
13570
13571         * gnus-art.el (gnus-buttonized-mime-types)
13572         (gnus-inhibit-mime-unbuttonizing)
13573         (gnus-treat-display-face)
13574         (gnus-treat-body-boundary): Change :version.
13575         (gnus-body-boundary-delimiter, gnus-picon-databases)
13576         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13577         (gnus-treat-date-english, gnus-treat-fold-headers)
13578         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13579         (gnus-treat-mail-picon, gnus-treat-wash-html)
13580         (gnus-article-encrypt-protocol)
13581         (gnus-use-idna, gnus-article-over-scroll)
13582         (gnus-mime-display-multipart-alternative-as-mixed)
13583         (gnus-mime-display-multipart-related-as-mixed)
13584         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13585         (gnus-ctan-url, gnus-button-ctan-handler)
13586         (gnus-button-handle-ctan-bogus-regexp)
13587         (gnus-button-ctan-directory-regexp)
13588         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13589         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13590         (gnus-button-man-level, gnus-button-emacs-level)
13591         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13592
13593         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13594         (gnus-agent-go-online): Change :version.
13595         (gnus-agent-expire-unagentized-dirs)
13596         (gnus-agent-auto-agentize-methods): Add :version.
13597
13598         * flow-fill.el (fill-flowed-display-column)
13599         (fill-flowed-encode-column): Add :version.
13600
13601         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13602         (gnus-outlook-deuglify-unwrap-max)
13603         (gnus-outlook-deuglify-cite-marks)
13604         (gnus-outlook-deuglify-unwrap-stop-chars)
13605         (gnus-outlook-deuglify-no-wrap-chars)
13606         (gnus-outlook-deuglify-attrib-cut-regexp)
13607         (gnus-outlook-deuglify-attrib-verb-regexp)
13608         (gnus-outlook-deuglify-attrib-end-regexp)
13609         (gnus-outlook-display-hook): Add :version.
13610
13611         * binhex.el (binhex-use-external): Add :version.
13612
13613 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13614
13615         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13616         and `invisible'.
13617
13618 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13619
13620         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13621         in gnus-registry-trim.
13622
13623 2004-09-13  Simon Josefsson  <jas@extundo.com>
13624
13625         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13626
13627         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13628
13629         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13630         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13631         <yamaoka@jpl.org>.
13632         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13633         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13634         <yamaoka@jpl.org>.
13635
13636         * sieve.el (sieve-manage-mode): Ditto.
13637
13638 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13639
13640         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13641
13642 2004-09-11  Simon Josefsson  <jas@extundo.com>
13643
13644         * dns-mode.el: Add.
13645
13646         * mm-view.el (mm-display-dns-inline): Add.
13647
13648         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13649         (mm-automatic-display): Ditto.
13650
13651         * mailcap.el (mailcap-mime-data): Add text/dns.
13652         (mailcap-mime-extensions): Map .soa to text/dns.
13653
13654 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13655
13656         * gnus-art.el (article-decode-mime-words, article-babel)
13657         (gnus-article-highlight-signature, gnus-article-add-buttons)
13658         (gnus-signature-toggle): Remove unnecessary bindings of
13659         `inhibit-read-only' inherited from v5.10 merge.
13660
13661 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13662
13663         * nntp.el (nntp): New customization group.
13664         (nntp-authinfo-file): Add customization group.
13665
13666         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13667
13668         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13669
13670         * gnus.el (to-address, to-list, subscribed)
13671         (large-newsgroup-initial): Ditto.
13672
13673         * flow-fill.el (fill-flowed-display-column)
13674         (fill-flowed-encode-column): Ditto.
13675
13676 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13677
13678         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13679         Use point-min rather than 1.
13680         (message-send-mail): Use buffer-size rather than point-max.
13681
13682         * gnus-sum.el (gnus-summary-search-article-forward):
13683         Signal a specific `search-failed' rather than a generic `error'.
13684
13685         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13686         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13687         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13688
13689 2004-09-10  Simon Josefsson  <jas@extundo.com>
13690
13691         * nndb.el (require): Remove tcp and duplicate cl.
13692
13693 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13694
13695         * gnus-agent.el (directory-files-and-attributes): Move forward.
13696
13697 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13698
13699         * gnus-agent.el (directory-files-and-attributes): Optionally
13700         defined to support XEmacs.
13701
13702 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13703
13704         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13705         to avoid run-time CL dependencies.
13706         (gnus-agent-unfetch-articles): New function.
13707         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13708         article numbers even when local .overview file is missing.
13709         (gnus-agent-read-article-number): New function.  Only accepts
13710         27-bit article numbers.
13711         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13712         gnus-agent-read-article-number.
13713         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13714         from backend while recognizing that article numbers in .overview
13715         must be valid.
13716         (gnus-agent-update-files-total-fetched-for): Use
13717         directory-files-and-attributes to improve performance.
13718         * gnus-int.el (gnus-request-move-article): Use
13719         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13720         improve performance.
13721
13722         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13723         some users confused by references to .newsrc when they only have a
13724         .newsrc.eld file.
13725         (gnus-convert-mark-converter-prompt)
13726         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13727         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13728         New function.  Used internally to only display 'gnus converting
13729         files' message when actually necessary.
13730
13731         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13732         methods now autoloaded.
13733
13734 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13735
13736         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13737         identifiers.
13738
13739 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13740
13741         * gnus-picon.el: Fix indentation and closing parenthesis.
13742
13743 2004-09-01  Simon Josefsson  <jas@extundo.com>
13744
13745         * message.el (message-canlock-generate): Require sha1, not
13746         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13747         to require within a function.  Sadly, if sha1.el isn't loaded, the
13748         let binding in m-c-g will hide the defcustom definition, which is
13749         bad.)
13750
13751         * canlock.el: Require sha1, not sha1-el.
13752
13753         * message.el: Don't autoload sha1 (there is a autoload cookie in
13754         sha1.el).
13755
13756         * sha1-el.el: Renamed to sha1.el.
13757
13758 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13759
13760         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13761
13762 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13763
13764         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13765
13766 2004-08-30  Kim F. Storm  <storm@cua.dk>
13767
13768         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13769
13770         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13771         Add :group 'nnimap.
13772
13773 2004-08-30  Andreas Schwab  <schwab@suse.de>
13774
13775         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13776         ?* and ?\;.
13777
13778         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13779         and ?\' to symbol instead of whitespace.
13780
13781 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13782
13783         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13784
13785         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13786         instead of re-search-forward.
13787
13788         * gnus-uu.el (gnus-uu-save-article): Ditto.
13789         (gnus-uu-post-encode-uuencode): Ditto.
13790
13791         * html2text.el (html2text-clean-list-items): Ditto.
13792         (html2text-clean-dtdd): Ditto.
13793         (html2text-format-tags): Ditto.
13794
13795         * message.el (message-send-mail-with-sendmail): Fix regexp.
13796         (message-fill-field-general): Use search-forward instead of
13797         re-search-forward.
13798         (unbold-region): Ditto.
13799
13800         * nnrss.el (nnrss-request-article): Ditto.
13801
13802         * nnslashdot.el (nnslashdot-request-article): Ditto.
13803
13804         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13805
13806         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13807         "Unrecognized menu descriptor" error in XEmacs.
13808
13809 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13810
13811         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13812         parent article of a sparse article in the thread hashtb.
13813
13814 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13815
13816         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13817         (nnmail-expand-newtext): Lowercase expanded entries if
13818         nnmail-split-lowercase-expanded is non-nil.
13819
13820 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13821
13822         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13823
13824         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13825         of gnus-tmp-news-method into string under XEmacs.  It will be
13826         passed to gnus-correct-length which takes only a string argument.
13827
13828 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13829
13830         * gnus-util.el (gnus-bind-print-variables): New macro.
13831         (gnus-prin1): Use it.
13832         (gnus-prin1-to-string): Use it.
13833         (gnus-pp): New function.
13834         (gnus-pp-to-string): New function.
13835
13836         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13837         Replace pp-to-string with gnus-pp-to-string.
13838         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13839         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13840         * gnus-msg.el (gnus-debug): Ditto.
13841         * gnus-score.el (gnus-score-save): Ditto.
13842         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13843         gnus-pp-to-string.
13844         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13845         with gnus-pp.
13846         * score-mode.el (gnus-score-pretty-print): Ditto.
13847         * webmail.el (webmail-debug): Ditto.
13848
13849 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13850
13851         * gnus-art.el (article-display-face, article-display-x-face):
13852         Use buffer-read-only.
13853
13854 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13855
13856         * gnus-art.el (article-hide-list-identifiers):
13857         Bind inhibit-read-only as t.
13858
13859 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13860
13861         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13862
13863 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13864
13865         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13866         (gnus-narrow-to-page): Don't assume point-min == 1.
13867         (gnus-article-edit-mode): Derive from message-mode.
13868
13869         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13870         point-min == 1.
13871
13872         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13873         Disable incorrect use of `assert'.
13874
13875         * message.el (message-mode): Set comment-start-skip.
13876
13877
13878 2004-08-22  Sam Steingold  <sds@gnu.org>
13879
13880         * pop3.el (pop3-leave-mail-on-server): New user variable.
13881         (pop3-movemail): Delete mail only when it is nil.
13882
13883 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13884
13885         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13886
13887         * mml.el (mml-preview): Use `pop-to-buffer'.
13888
13889         * message.el (message-goto-mail-followup-to): Insert after "To".
13890         (message-carefully-insert-headers): Add comment.
13891
13892         * gnus.el: Remove unused variable `gnus-article-check-size'.
13893
13894         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13895
13896         * gnus-art.el (gnus-button-alist): Improve
13897         `gnus-button-handle-library' entry.
13898
13899 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13900
13901         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13902         downcase, since XEmacs capitalizes error messages differently.
13903
13904 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13905
13906         * nntp.el: Add (require 'gnus) due to reference to
13907         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13908
13909 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13910
13911         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13912         `mm-fill-flowed'.
13913
13914         * mm-decode.el (mm-dissect-singlepart): Check it.
13915
13916 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13917
13918         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13919         'imap' for netrc parsing.
13920
13921 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13922
13923         * mailcap.el (mailcap-mime-data): Mark as risky.
13924
13925 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13926
13927         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13928         may be included in the encoded word.
13929         (rfc2047-encode): Don't append a space if the encoded word
13930         includes close parenthesis.
13931
13932 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13933
13934         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13935         of text within parentheses.
13936
13937 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13938
13939         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13940         (gnus-encrypt-write-file-contents): Make the password key the file
13941         name PLUS the cipher, not just the cipher.  Also remove failed
13942         passwords from the cache.
13943
13944 2004-08-06  Simon Josefsson  <jas@extundo.com>
13945
13946         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13947         fix.
13948
13949 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13950
13951         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13952         LWSP.
13953
13954 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13955
13956         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13957         to append in-reply-to: data to the references: header.
13958
13959         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13960         (netrc-parse): Use gnus-encrypt.el functions.
13961
13962         * gnus-encrypt.el: Add new file for encryption support; currently
13963         does only a few GPG ciphers and an internal XOR cipher.
13964
13965         * password.el: Add comments on using password-read-and-add.
13966         (password-read-and-add): Add function to read and add the
13967         password to the cache at once.
13968
13969 2004-07-28  Simon Josefsson  <jas@extundo.com>
13970
13971         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13972         parameter (but don't use it, for now).
13973
13974         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13975         instead of hard coding to nil.
13976
13977 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13978
13979         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13980         as mm-inline-image-xemacs does.
13981
13982 2004-07-26  Simon Josefsson  <jas@extundo.com>
13983
13984         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13985         Revert part of 2004-07-17 change below.
13986
13987 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13988
13989         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13990         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13991
13992 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13993
13994         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13995         quotes that actually start with ">" at the beginning of the
13996         lines.
13997
13998 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13999
14000         * rfc2047.el (rfc2047-encode-region): Fix last change.
14001         (rfc2047-encode-parameter): Remove useless concat.
14002
14003 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14004
14005         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14006         encode special characters; fix some kind of misconfigured headers;
14007         signal a real error if debug-on-quit or debug-on-error is non-nil.
14008         (rfc2047-encode-max-chars): New variable.
14009         (rfc2047-encode-1): Use it.
14010         (rfc2047-encode-parameter): New function.
14011
14012         * mml.el (mml-insert-parameter): Remove an excessive space.
14013
14014 2004-07-17  Simon Josefsson  <jas@extundo.com>
14015
14016         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14017         Kai Grossjohann <kai@emptydomain.de>.
14018         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14019         (gnus-group-make-menu-bar): Ditto.
14020
14021         * gnus-util.el (gnus-group-server): Add.
14022
14023 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14024
14025         * message.el (message-clone-locals): Clone sendmail and smtp
14026         variables.
14027
14028 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14029
14030         * rfc2047.el (rfc2047-encode-region): Fix last change.
14031
14032 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14033
14034         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14035         characters as non-special.
14036
14037 2004-07-09  Simon Josefsson  <jas@extundo.com>
14038
14039         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14040         Users will lose all flag changes made while unplugged with
14041         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14042         good default.  See numerous reports on ding mailing list.
14043
14044 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14045
14046         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14047         add generate-head-function and generate-article-function to the
14048         rfc822-forward entry.
14049         (nndoc-rfc822-forward-generate-article): New function.
14050         (nndoc-rfc822-forward-generate-head): New function.
14051
14052         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14053
14054 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14055
14056         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14057         respect display group parameter and gnus-summary-expunge-below.
14058         (gnus-articles-to-read): Remove unused reference to display group
14059         parameter.
14060
14061 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14062
14063         * nnheader.el (nnheader-uniquify-message-id): New experimental
14064         variable.
14065         (nnheader-nov-read-message-id): Use it.
14066
14067         * spam-report.el (spam-report-gmane): Add interactive.
14068
14069 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14070
14071         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14072         qp-or-base64 for the application/* types.
14073
14074 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14075
14076         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14077
14078 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14079
14080         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14081         trim value.
14082
14083 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14084
14085         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14086         New macro and function.
14087         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14088
14089 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14090
14091         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14092         after-load-alist.
14093
14094 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14095
14096         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14097         update info that isn't there.
14098
14099 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14100
14101         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14102         entry.
14103
14104 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14105
14106         * mm-view.el (mm-inline-render-with-function): Use multibyte
14107         buffer; decode html source by charset.
14108
14109         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14110
14111         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14112         Mule-UCS is loaded under XEmacs.
14113         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14114
14115 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14116
14117         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14118
14119 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14120
14121         * mm-util.el (mm-coding-system-p): Return a coding-system.
14122         (mm-mime-mule-charset-alist): Use shift_jis instead of
14123         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14124         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14125         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14126         instead of japanese-shift-jis and iso-latin-1 respectively in
14127         order to share the default value with both Emacs and XEmacs-mule.
14128         (mm-mule-charset-to-mime-charset): Make
14129         mm-coding-system-priorities effective.
14130         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14131         while predicating of candidates upon the priorities.
14132
14133 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14134
14135         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14136         gnus-uu-invert-processable.
14137
14138         * gnus.el: Autoload gnus-uu-invert-processable.
14139
14140 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14141
14142         * mm-util.el (mm-with-multibyte-buffer): New macro.
14143
14144         * rfc2047.el (rfc2047-encode-string): Use it.
14145         (rfc2047-encode-region): Move point to the end of the region after
14146         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14147
14148 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14149
14150         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14151         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14152
14153 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14154
14155         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14156         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14157         Karl Chen <quarl@nospam.quarl.org>.
14158
14159 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14160
14161         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14162         invalid addresses.
14163
14164 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14165
14166         * spam.el: Change section markers, revise TODO list.
14167         (spam-backends): Make new master list of all installed backends.
14168         (spam-summary-exit-behavior): Add new variable to determine how
14169         messages moves are done at summary exit.
14170         (spam-move-spam-nonspam-groups-only)
14171         (spam-process-ham-in-nonham-groups)
14172         (spam-process-ham-in-spam-groups): Remove variables, the
14173         spam-summary-exit-behavior variable should be used to manage this
14174         behavior.
14175         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14176         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14177         and spam-old-spam-articles.
14178         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14179         Add empty variables, placeholders for the backends they represent.
14180         (spam-set-difference): Move, unchanged.
14181         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14182         unless the user has a processor variable.
14183         (spam-classifications, spam-classification-valid-p)
14184         (spam-backend-properties, spam-backend-property-valid-p)
14185         (spam-backend-function-type-valid-p)
14186         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14187         (spam-report-articles-gmane, spam-report-articles-resend):
14188         Remove functions, they are not needed.
14189         (spam-install-backend-super, spam-backend-list)
14190         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14191         (spam-backend-function, spam-backend-ham-registration-function)
14192         (spam-backend-spam-registration-function)
14193         (spam-backend-ham-unregistration-function)
14194         (spam-backend-spam-unregistration-function)
14195         (spam-backend-statistical-p, spam-backend-mover-p)
14196         (spam-install-backend-alias, spam-install-checkonly-backend)
14197         (spam-install-mover-backend, spam-install-nocheck-backend)
14198         (spam-install-backend, spam-install-statistical-backend)
14199         (spam-install-statistical-checkonly-backend): Add backend installation
14200         support.
14201         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14202         (spam-group-processor-p): Use the new backend code and respect the
14203         summary exit behavior.
14204         (spam-mark-spam-as-expired-and-move-routine): Remove.
14205         (spam-summary-prepare): Change to use the new spam-old-articles
14206         variable.
14207         (spam-copy-or-move-routine, spam-copy-spam-routine)
14208         (spam-move-spam-routine, spam-copy-ham-routine)
14209         (spam-move-ham-routine): Add code to copy/move ham or spam.
14210         (spam-fetch-field-fast): Improve doc and code, plus allow the
14211         'number request.
14212         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14213         variables.
14214         (spam-split, spam-find-spam): Use the new backend code.
14215         (spam-registration-functions): Remove variable.
14216         (spam-unregister-routine): Add convenience wrapper.
14217         (spam-log-undo-registration, spam-register-routine)
14218         (spam-log-processing-to-registry)
14219         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14220         where possible.
14221         (spam-check-gmane-xref, spam-check-regex-headers)
14222         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14223         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14224         (spam-check-bogofilter-headers, spam-check-spamoracle)
14225         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14226         (spam-check-crm114-headers): Use the spam-split-group that
14227         spam-split prepares, no need to determine it every time.
14228
14229         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14230         to the nnheader-parse-naked-head call.
14231
14232         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14233
14234         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14235         the nnheader-nov-read-message-id call.
14236
14237 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14238
14239         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14240         gnus-activate-group twice.  Suggested by Markus Peter
14241         <warp@spin.de>.
14242
14243 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14244
14245         * gnus-art.el (gnus-article-time-format): Exchange the order of
14246         day and month in the default value; fix customization type.
14247         (article-date-ut): Use add-text-properties.
14248         (article-make-date-line): Use message-make-date instead of
14249         current-time-string.
14250
14251         * message.el (message-fetch-field): Don't use set-text-properties.
14252         (message-make-date): Simplify.
14253
14254         * messagexmas.el (message-xmas-make-date): New function.
14255         (message-xmas-redefine): Defalias message-make-date to it.
14256
14257 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14258
14259         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14260         (rfc2047-encode-region): Treat text within parentheses as special;
14261         show the original text when error has occurred.
14262
14263         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14264         already-computed method to gnus-activate-group.
14265
14266         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14267         same select-methods identical Lisp objects.
14268
14269         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14270         object when modifying the info.
14271
14272 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14273
14274         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14275         gnus-opened-servers since it has never been opened with the new
14276         configuration yet.
14277
14278 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14279
14280         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14281         arg to nnheader-generate-fake-message-id.
14282
14283 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14284
14285         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14286         number and build a fake message ID localized to a group and
14287         article number (so it's repeatable from that point on).
14288         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14289         ID format.
14290
14291         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14292         nnheader-generate-fake-message-id with the article number.
14293
14294 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14295
14296         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14297         end-of-buffer.
14298
14299 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14300
14301         * message.el (message-ignored-supersedes-headers): Add Approved.
14302
14303 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14304
14305         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14306         goto-char.
14307         (rfc2047-encode): Fold the line before encoding.
14308
14309 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14310
14311         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14312         folding -- not all headers can be folded, and this should be done
14313         by the message composition mode.  Probably.  I think.
14314
14315 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14316
14317         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14318         fast.
14319
14320         * gnus-ems.el (gnus-remove-image): Don't use
14321         message-text-with-property; remove only the image found first.
14322
14323         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14324         found first.
14325
14326 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14327
14328         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14329
14330 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14331
14332         * message.el (message-text-with-property): Make it fast and accept
14333         optional arguments.
14334         (message-strip-forbidden-properties): Use it.
14335         (message-fix-before-sending): Follow the m-t-w-p change.
14336
14337         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14338
14339 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14340
14341         * gnus-art.el (article-hide-headers): Don't change the buffer
14342         mistakenly when performing mml-preview even if
14343         gnus-single-article-buffer is nil.
14344
14345 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14346
14347         * message.el (message-expand-name-databases): New user option.
14348         (message-expand-name): Use it.
14349
14350 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14351
14352         * spam.el (spam-report-articles-resend)
14353         (spam-report-resend-register-routine): Allow ham reporting.
14354         (spam-report-resend-register-ham-routine): Add wrapper.
14355         (spam-registration-functions): Add ham resending functions.
14356         (spam-list-of-processors): Add ham resend processor.
14357
14358         * gnus.el (ham-resend-to): Add new group parameter.
14359         (spam-process): Add ham resend option.
14360
14361         * spam-report.el (spam-report-resend): Allow reporting ham.
14362         (spam-report-resend-ham): Add wrapper.
14363
14364 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14365
14366         * message.el (message-cite-articles-with-x-no-archive): New
14367         variable.
14368         (message-cite-original): Use it.
14369
14370 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14371
14372         * message.el (message-cite-original): Respect X-No-Archive.
14373
14374 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14375
14376         * gnus-art.el (article-hide-headers): Refer to the values for
14377         gnus-ignored-headers and gnus-visible-headers in the summary
14378         buffer since a user may have set them as group parameters.
14379
14380 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14381
14382         * assistant.el (assistant-node-name): Add convenience function.
14383         (assistant-render-text, assistant-render-node): Add error handling,
14384         plus handle multiple next nodes.
14385         (assistant-find-next-node): Comment out for now.
14386         (assistant-find-next-nodes): Add function, returns list of next
14387         nodes.
14388
14389 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14390
14391         * mail-source.el (mail-source-directory): Fix doc-string.
14392
14393 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14394
14395         * assistant.el (assistant-render-text, assistant-eval): Add :set
14396         widget type, which is different because it takes and returns a
14397         list.  Much hilarity ensues.
14398
14399 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14400
14401         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14402
14403         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14404         doc-string.
14405
14406         * gnus-start.el (gnus-activate-group): Added doc-string.
14407
14408 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14409
14410         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14411
14412 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14413
14414         * assistant.el (assistant-render-text): Try to add a :set
14415         widget, more to come.
14416
14417         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14418         strings.
14419         (spam-report-articles-resend)
14420         (spam-register-routine): Do registration iff any articles warrant
14421         it.
14422         (spam-summary-prepare-exit): Change log message for nil group
14423         destinations.
14424
14425 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14426
14427         * spam.el (spam-report-resend-register-routine): Allow
14428         spam-report-resend-to to be a group parameter or a global value.
14429
14430 2004-05-26  Simon Josefsson  <jas@extundo.com>
14431
14432         * starttls.el: Merge with my GNUTLS based starttls.el.
14433         (starttls-gnutls-program, starttls-use-gnutls)
14434         (starttls-extra-arguments, starttls-process-connection-type)
14435         (starttls-connect, starttls-failure, starttls-success): New
14436         variables.
14437         (starttls-program, starttls-extra-args): Doc fix.
14438         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14439         functions.
14440         (starttls-negotiate, starttls-open-stream): Check
14441         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14442         function if it is set.
14443
14444 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14445
14446         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14447         structured fields.
14448
14449 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14450
14451         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14452
14453 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14454
14455         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14456         variable.
14457         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14458         assigning the spam-mark to new messages.
14459
14460 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14461
14462         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14463
14464 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14465
14466         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14467
14468         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14469         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14470         default.
14471
14472 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14473
14474         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14475         correct data.
14476
14477 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14478
14479         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14480         (spam-group-processor-p): Fix function.
14481         (spam-group-processor-multiple-p)
14482         (spam-group-spam-processor-report-gmane-p)
14483         (spam-group-spam-processor-report-resend-p)
14484         (spam-group-spam-processor-bogofilter-p)
14485         (spam-group-spam-processor-blacklist-p)
14486         (spam-group-spam-processor-ifile-p)
14487         (spam-group-ham-processor-ifile-p)
14488         (spam-group-spam-processor-spamoracle-p)
14489         (spam-group-spam-processor-crm114-p)
14490         (spam-group-ham-processor-bogofilter-p)
14491         (spam-group-spam-processor-stat-p)
14492         (spam-group-ham-processor-stat-p)
14493         (spam-group-ham-processor-whitelist-p)
14494         (spam-group-ham-processor-BBDB-p)
14495         (spam-group-ham-processor-spamoracle-p)
14496         (spam-group-ham-processor-copy-p): Remove functions with some
14497         prejudice against unneeded code.
14498         (spam-report-articles-resend)
14499         (spam-report-resend-register-routine): Allow the group/topic
14500         spam-resend-to value to override spam-report-resend-to.
14501         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14502         properly now.
14503
14504         * gnus.el (spam-resend-to): Add group/topic parameter.
14505         (spam-process): Move the OBSOLETE processors to the end of the
14506         choices.
14507
14508 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14509
14510         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14511         with resend-to set to nil, and then ask the user if necessary.
14512         (spam-report-resend): spam-report-resend takes a list of articles, not
14513         separate article numbers.
14514
14515 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14516
14517         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14518         addition to emacs-w3m.
14519
14520 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14521
14522         * assistant.el (assistant-authinfo-data): New function.
14523         (assistant-eval): Eval for entire assistant.
14524
14525         * netrc.el (netrc-services-file): New variable.
14526         (netrc-parse-services): New function.
14527         (netrc-find-service-name): New function.
14528         (netrc-find-service-number): New function.
14529         (netrc-port-equal): New function.
14530         (netrc-machine): Use it.
14531
14532         * nnimap.el (nnimap-open-connection): Use netrc.
14533
14534         * gnus-util.el (gnus-netrc-get): Remove aliases.
14535
14536         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14537
14538         * assistant.el (wid-edit): Fix compilation.
14539
14540         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14541
14542 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14543
14544         * gnus-util.el (gnus-set-file-modes): New function.  (small
14545         patch).
14546
14547 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14548
14549         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14550
14551         * assistant.el (assistant-render-node): Fix up rendering and
14552         read-only text.
14553         (assistant-render-node): Reset.
14554         (assistant-make-read-only): Not sticky.
14555
14556 2004-05-20  Danny Siu  <dsiu@adobe.com>
14557
14558         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14559         centered even when gnus-auto-center-summary is t.
14560
14561 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14562
14563         * dns.el (dns-get-txt-answer): New function.
14564         (dns-read-txt): Ditto.
14565         (query-dns): Use it.
14566
14567 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14568
14569         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14570         active for foreign groups even if the group level is higher than
14571         the specified value.
14572
14573 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14574
14575         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14576         non-active groups.
14577
14578         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14579
14580 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14581
14582         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14583
14584 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14585
14586         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14587         (spam-crm114-header, spam-crm114-spam-switch)
14588         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14589         (spam-crm114-positive-spam-header)
14590         (spam-crm114-database-directory, spam-list-of-processors)
14591         (spam-group-spam-processor-crm114-p)
14592         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14593         (spam-generic-score, spam-list-of-checks)
14594         (spam-list-of-statistical-checks, spam-registration-functions)
14595         (spam-check-crm114-headers, spam-crm114-score)
14596         (spam-check-crm114, spam-crm114-register-with-crm114)
14597         (spam-crm114-register-spam-routine)
14598         (spam-crm114-unregister-spam-routine)
14599         (spam-crm114-register-ham-routine)
14600         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14601         asjo@koldfront.dk (Adam Sjøgren).
14602
14603         * gnus.el: Add spam-use-crm114.
14604
14605         * spam.el (spam-list-of-processors, spam-registration-functions):
14606         Add spam-use-resend.
14607         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14608         (spam-report-articles-gmane): Add doc fix.
14609         (spam-report-articles-resend, spam-report-resend-register-routine):
14610         Add wrappers around spam-report-resend-to.
14611
14612         * spam-report.el (spam-report-resend-to, spam-report-resend):
14613         Add support for resending spam.
14614         (spam-report-gmane): Fix line length >80.
14615
14616         * gnus.el (spam-process): Add spam-use-resend.
14617
14618 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14619
14620         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14621         number of processed spam messages.
14622         (spam-ham-copy-or-move-routine): Return the number of processed
14623         ham messages.
14624         (spam-summary-prepare-exit): Use the above values to decide
14625         whether status messages shouled be displayed.
14626
14627 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14628
14629         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14630         `rfc2047-encoding-function-alist' in order to avoid conflicting
14631         with the old version.
14632         (rfc2047-encode-region): Concatenate words containing non-ASCII
14633         characters in structured fields; don't encode space-delimited
14634         ASCII words even in unstructured fields; don't break words at
14635         char-category boundaries.
14636         (rfc2047-encode-1): New function.
14637         (rfc2047-encode): Use it; encode text so that it occupies the
14638         maximum width within 76-column; work correctly on Q encoding for
14639         iso-2022-* charsets.
14640         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14641         sure not to break a line just after the header name.
14642         (rfc2047-b-encode-region): Removed.
14643         (rfc2047-b-encode-string): New function.
14644         (rfc2047-q-encode-region): Removed.
14645         (rfc2047-q-encode-string): New function.
14646
14647         * mm-util.el (mm-replace-in-string): New function.
14648
14649 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14650
14651         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14652         get it right.
14653         (gnus-inews-make-draft): Really.
14654
14655 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14656
14657         * nnmh.el (nnmh-request-list-1): Don't check the link count
14658         before descending.  (small patch)
14659
14660 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14661
14662         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14663         stuff.
14664
14665         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14666         on real group name.
14667
14668         * gnus-art.el (gnus-signature-limit): Doc fix.
14669
14670         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14671
14672         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14673
14674 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14675
14676         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14677         isn't a string.
14678
14679 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14680
14681         * gnus-draft.el (gnus-draft-send): Bind
14682         rfc2047-encode-encoded-words.
14683
14684         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14685         (rfc2047-encodable-p): Say that =? needs encoding.
14686         (rfc2047-encode-encoded-words): New variable.
14687
14688         * gnus-group.el (gnus-group-select-group): Doc fix.
14689
14690         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14691
14692         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14693         to nil.
14694
14695         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14696
14697         * nnheader.el (nnheader-get-lines-and-char): New function.
14698
14699 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14700
14701         * gnus-msg.el (gnus-summary-followup-with-original): Document
14702         yanking of region when active.
14703
14704 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14705
14706         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14707         groups if the group level is higher than the specified value.
14708
14709 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14710
14711         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14712         (gnus-group-jump-to-group): Added prefix argument using
14713         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14714         non-active group.
14715
14716         * compface.el (uncompface): Be verbose when changing
14717         `uncompface-use-external'.
14718
14719         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14720         handle manual section.
14721
14722 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14723
14724         * gnus-art.el (gnus-button-alist): Revert previous change.
14725
14726 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14727
14728         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14729
14730 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14731
14732         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14733         whether backend can accept message.
14734
14735         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14736
14737 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14738
14739         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14740         Avoid creating directory when nntp-marks-is-evil is true.
14741         Reported by Reiner Steib.
14742
14743 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14744
14745         * gnus-picon.el (gnus-picon-style): New variable.
14746         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14747         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14748         Jesper Harder <harder@ifa.au.dk>.
14749
14750 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14751
14752         * message.el (message-fill-field): Return point.
14753         (message-generate-headers): Go to end of field.
14754
14755         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14756         stuff for non-living groups.
14757
14758 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14759
14760         * gnus-art.el (gnus-article-followup-with-original)
14761         (gnus-article-reply-with-original): gnus-mark-active-p ->
14762         gnus-region-active-p.
14763
14764 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14765
14766         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14767         only when there is spam or ham to be processed.
14768
14769 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14770
14771         * mail-source.el (mail-source-delete-crash-box): Refactor.
14772         (mail-source-fetch): Use it.
14773         (mail-source-fetch-file): Ditto.
14774         (mail-source-fetch-directory): Run postscript in loop.
14775         (mail-source-fetch-pop): Delete.
14776         (mail-source-fetch-maildir): Ditto.
14777         (mail-source-fetch-imap): Ditto.
14778
14779         * imap.el (imap-authenticators): Comment out sasl.
14780
14781         * message.el (message-skip-to-next-address): New function.
14782         (message-fill-header-address): Refactor.
14783         (message-fill-address): Use it.
14784         (message-delete-address): Use it.
14785         (message-fill-header-general): Refactor.
14786         (message-fill-field-address): Rename.
14787         (message-narrow-to-field): Find the start of the header.
14788         (message-header-format-alist): Don't pre-fill.
14789         (message-fill-header): Removed.
14790         (message-insert-header): New function.
14791         (message-shorten-references): Use it.
14792
14793         * rfc2047.el (rfc2047-field-value): Strip props.
14794
14795         * mail-parse.el (mail-header-make-address): New alias.
14796
14797         * ietf-drums.el (ietf-drums-make-address): New function.
14798
14799         * imap.el: Add compiler directives.
14800
14801         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14802
14803         * gnus-art.el (article-decode-idna-rhs): Don't use
14804         message-idna-inside-rhs-p.
14805
14806 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14807
14808         * message.el (message-idna-inside-rhs-p): Removed.
14809         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14810
14811         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14812         false positives.
14813
14814 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14815
14816         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14817
14818 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14819
14820         * nneething.el (nneething-file-name): Don't create spurious
14821         files.
14822
14823         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14824         (gnus-inews-do-gcc): Remove sleep.
14825
14826         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14827         part under point.
14828
14829         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14830         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14831
14832 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14833
14834         * spam.el (spam-summary-prepare-exit): Fixed (length).
14835
14836 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14837
14838         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14839         as expired without moving it" message when there are spam
14840         messages left.
14841
14842 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14843
14844         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14845         header is not nil.
14846
14847 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14848
14849         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14850         nntp-possibly-create-directory, not nntp-possibly-change-group.
14851         (nntp-marks-changed-p): New arg SERVER.
14852         (nntp-request-update-info): Adjust caller.
14853
14854 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14855
14856         * nntp.el (nntp-save-marks): Pass missing arg.
14857
14858 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14859
14860         * nntp.el: Support marks.
14861         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14862         (nntp-marks-modtime, nntp-marks-directory): New variables.
14863         (nntp-request-set-mark, nntp-request-update-info)
14864         (nntp-possibly-create-directory, nntp-marks-changed-p)
14865         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14866         functions.
14867
14868 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14869
14870         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14871         (gnus-xmas-redefine): Rename.
14872
14873         * gnus-score.el (gnus-score-insert-help): Use
14874         gnus-select-lowest-window.
14875
14876         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14877         appt-select-lowest-window and rename to gnus-select-lowest-window.
14878
14879         * gnus.el: do.
14880
14881 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14882
14883         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14884         encodings of MIME-encoded words, in order to improve
14885         interoperability with several broken MUAs.
14886
14887 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14888
14889         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14890         tags, only when charsets are not specified in headers.
14891         (mm-inline-text-html-render-with-w3m): Ditto.
14892
14893         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14894         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14895
14896 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14897
14898         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14899         instead of MIME-decoded from fields when checking
14900         `gnus-article-address-banner-alist'.
14901
14902 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14903
14904         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14905         description rather than subject.
14906
14907 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14908
14909         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14910
14911 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14912
14913         * gnus.el (gnus-version-number): Bump.
14914
14915 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14916
14917         * gnus.el: No Gnus v0.2 is released.
14918
14919 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14920
14921         * gnus-agent.el (gnus-agent-read-agentview): Inline
14922         gnus-uncompress-range.
14923
14924 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14925
14926         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14927         `exec-installed-p'.
14928
14929 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14930
14931         * gnus.el (spam-process, spam-autodetect-methods): Add
14932         bsfilter and bsfilter-headers.
14933
14934         * spam.el (spam-bsfilter): New customize group.
14935         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14936         (spam-bsfilter-header, spam-bsfilter-probability-header)
14937         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14938         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14939         (spam-bsfilter-database-directory): New options.
14940         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14941         (spam-list-of-statistical-checks, spam-registration-functions):
14942         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14943         (spam-bsfilter-score): New command.
14944         (spam-check-bsfilter-headers, spam-check-bsfilter)
14945         (spam-bsfilter-register-with-bsfilter)
14946         (spam-bsfilter-register-spam-routine)
14947         (spam-bsfilter-unregister-spam-routine)
14948         (spam-bsfilter-register-ham-routine)
14949         (spam-bsfilter-unregister-ham-routine): New functions.
14950         (spam-generic-score): Support bsfilter; Accept an optional argument
14951         to recalcurate spam score even if scoring header has already been
14952         added.
14953         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14954         optional argument to recalcurate spam score even if scoring header
14955         has already been added.
14956
14957 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14958
14959         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14960         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14961         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14962         link is missing.
14963
14964 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14965
14966         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14967         (html2text-get-attr): Rewrite.
14968
14969         * message.el (message-setup-1): Remove redundant put-text-property
14970         on mail-header-separator.
14971
14972 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14973
14974         * gnus-registry.el (gnus-registry-cache-whitespace)
14975         (gnus-registry-action, gnus-registry-spool-action)
14976         (gnus-registry-split-fancy-with-parent): Change message levels
14977         from 5 to 3 or 7, as needed.
14978
14979         * spam.el (spam-summary-prepare-exit)
14980         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14981         (spam-split, spam-find-spam, spam-log-undo-registration)
14982         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14983         level from 5 to 6.
14984
14985 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14986
14987         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14988         2004-03-04 change).
14989
14990 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14991
14992         * sieve-manage.el (sieve-manage-open):
14993         * nnweb.el (nnweb-insert-html):
14994         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14995         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14996         * nnspool.el (nnspool-request-group):
14997         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14998         * nnml.el (nnml-request-update-info):
14999         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15000         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15001         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15002         (nnimap-request-set-mark):
15003         * nnfolder.el (nnfolder-request-update-info):
15004         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15005         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15006         * gnus-uu.el (gnus-uu-find-articles-matching):
15007         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15008         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15009         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15010         * gnus-nocem.el (gnus-nocem-scan-groups):
15011         * gnus-int.el (gnus-start-news-server):
15012         * gnus-group.el (gnus-group-make-kiboze-group)
15013         (gnus-group-browse-foreign-server):
15014         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15015         Use mapc when appropriate.
15016
15017 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15018
15019         FIXME: Make separate entries for each person.
15020
15021         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15022         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15023         <shields@msrl.com>:
15024
15025         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15026         may need for spam sorting and scoring.
15027         (spam-user-format-function-S): Add user format function suitable for
15028         general use.
15029         (spam-article-sort-by-spam-status): Add sorting function for summary
15030         sorting.
15031         (spam-extra-header-to-number): Add function to get a score from a
15032         header.
15033         (spam-summary-score): Add function to get a numeric score from the
15034         headers.
15035         (spam-generic-score): Fix function doc, was in wrong place.
15036         (spam-initialize): Take symbols when it's run, and install the
15037         extra headers that spam-necessary-extra-headers thinks we need.
15038
15039 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15040
15041         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15042         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15043
15044 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15045
15046         * gnus-sum.el (gnus-set-global-variables)
15047         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15048         (gnus-article-get-xrefs, gnus-summary-best-group)
15049         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15050         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15051         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15052         Use with-current-buffer.
15053
15054 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15055
15056         * spam.el (spam-summary-prepare-exit): Simplify logic.
15057         (spam-fetch-article-header): Read the article header if it's not
15058         available.
15059         (spam-list-articles): Simplify logic.
15060         (spam-filelist-register-routine): Fix bug with unregister-list.
15061
15062         * gnus-registry.el: Fix comments at beginning.
15063
15064 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15065
15066         * message.el (message-cater-to-broken-inn): Remove.
15067         (message-shorten-references): Make sure the total folded length of
15068         References is shorter than 998 characters to cater to a bug in INN
15069         2.3.  Also, don't pretend that references aren't folded -- this
15070         hasn't worked for a while.
15071
15072 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15073
15074         * gnus-agent.el (gnus-agentize):
15075         gnus-agent-send-mail-real-function no longer set to current value
15076         of message-send-mail-function but rather a lambda that calls
15077         message-send-mail-function.  The change makes the agent real-time
15078         responsive to user changes to message-send-mail-function.
15079
15080 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15081
15082         * legacy-gnus-agent.el
15083         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15084         help from Florian Weimer <fw@deneb.enyo.de>
15085
15086 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15087
15088         * nnmail.el (nnmail-cache-insert): Revert last change.
15089
15090 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15091
15092         * nnmail.el (nnmail-cache-insert): Always check whether
15093         nnmail-cache-ignore-groups matches a group name.
15094
15095 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15096
15097         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15098         (spam-find-spam, spam-log-processing-to-registry)
15099         (spam-log-registered-p, spam-log-unregistration-needed-p)
15100         (spam-log-undo-registration): Use gnus-message instead of
15101         gnus-error, none of these errors are fatal.
15102
15103         * gnus-registry.el (gnus-registry-clean-empty-function)
15104         (gnus-registry-clean-empty): Remove only empty entries without
15105         extra data.
15106
15107 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15108
15109         * spam-stat.el (spam-stat-buffer-change-to-spam)
15110         (spam-stat-buffer-change-to-non-spam): Change (error) to
15111         (gnus-message 8) invocation.
15112
15113 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15114
15115         * nntp.el (nntp-via-netcat-command): New variable.
15116         (nntp-via-netcat-switches): New variable.
15117         (nntp-open-via-rlogin-and-netcat): New function.
15118         (nntp-open-connection-function): Doc fix.
15119         (nntp-telnet-command): Doc fix.
15120         (nntp-end-of-line): Doc fix.
15121         (nntp-via-rlogin-command): Doc fix.
15122         (nntp-via-user-name): Doc fix.
15123         (nntp-via-address): Doc fix.
15124
15125 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15126
15127         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15128         error in Emacs 21.1.
15129
15130 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15131
15132         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15133
15134 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15135
15136         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15137         (gnus-agent-with-refreshed-group): New macro.
15138         (gnus-agent-rename-group): New function.
15139         (gnus-agent-delete-group): New function.
15140         (gnus-agent-save-group-info): Use gnus-command-method when
15141         `method' parameter is nil.  Don't write nil entries into the
15142         active file.
15143         (gnus-agent-get-group-info): New function.
15144         (gnus-agent-fetch-articles): Use
15145         gnus-agent-update-files-total-fetched-for to increment disk space
15146         used.
15147         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15148         gnus-agent-update-view-total-fetched-for to increment disk space
15149         used.
15150         (gnus-agent-get-local): Added optional parameters to avoid calling
15151         gnus-group-real-name and gnus-find-method-for-group.
15152         (gnus-agent-set-local): Delete stored entry if either min, or max,
15153         are nil.
15154         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15155         quit, use gnus-agent-regenerate-group to record existance of any
15156         articles fetched to disk before the quit occurred.
15157         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15158         gnus-agent-update-view-total-fetched-for, and
15159         gnus-agent-update-files-total-fetched-for to decrement disk space
15160         used.
15161         (gnus-agent-retrieve-headers): Use
15162         gnus-agent-update-view-total-fetched-for to increment disk space
15163         used.
15164         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15165         with gnus-agent-update-files-total-fetched-for to decrement disk
15166         space and fresh group buffer.
15167         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15168         (gnus-agent-need-update-total-fetched-for): New variable.
15169         (gnus-agent-update-files-total-fetched-for): New function.
15170         (gnus-agent-update-view-total-fetched-for): New function.
15171         (gnus-agent-total-fetched-for): New function.
15172
15173         * gnus-cache.el (gnus-cache-save-buffers): Use
15174         gnus-cache-update-overview-total-fetched-for to change disk space
15175         used by this group.
15176         (gnus-cache-possibly-enter-article): Use
15177         gnus-cache-update-file-total-fetched-for to increment disk space
15178         used by this group.
15179         (gnus-cache-possibly-remove-article): Use
15180         gnus-cache-update-file-total-fetched-for to decrement disk space
15181         used by this group.
15182         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15183         (gnus-cache-rename-group): New function.
15184         (gnus-cache-delete-group): New function.
15185         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15186         (gnus-cache-need-update-total-fetched-for): New variable.
15187         (gnus-cache-with-refreshed-group): New macro.
15188         (gnus-cache-update-file-total-fetched-for): New function.
15189         (gnus-cache-update-overview-total-fetched-for): New function.
15190         (gnus-cache-rename-group-total-fetched-for): New function.
15191         (gnus-cache-delete-group-total-fetched-for): New function.
15192         (gnus-cache-total-fetched-for): New function.
15193
15194         * gnus-group.el: Require gnus-sum and autoload functions to
15195         resolve warnings when gnus-group.el compiled alone.
15196         (gnus-group-line-format): Documented new %F.
15197         (size of Fetched data) group line format; identifies disk space
15198         used by agent and cache.
15199         (gnus-group-line-format-alist): Defined new F format.
15200         (gnus-total-fetched-for): New function.
15201         (gnus-group-delete-group): No longer update
15202         gnus-cache-active-altered as gnus-request-delete-group now keeps
15203         the cache in sync.
15204         (gnus-group-list-active): Let the agent store a server's active
15205         list if currently plugged.
15206
15207         * gnus-int.el (gnus-request-delete-group):
15208         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15209         local disk in sync with the server.
15210         (gnus-request-rename-group):
15211         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15212         local disk in sync with the server.
15213
15214         * gnus-start.el (gnus-get-unread-articles):
15215         Cosmetic simplification to logic.
15216
15217         * gnus-util.el (gnus-rename-file): New function.
15218
15219 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15220
15221         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15222
15223 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15224
15225         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15226         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15227
15228 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15229
15230         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15231         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15232
15233 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15234
15235         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15236
15237 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15238
15239         * spam.el (spam-set-difference): Add function to replace
15240         gnus-set-difference in spam.el.
15241         (spam-summary-prepare-exit): Use spam-set-difference.
15242
15243 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15244
15245         * gnus-registry.el (gnus-registry-cache-file): Update to use
15246         gnus-dribble-directory OR gnus-home-directory OR ~.
15247         (gnus-registry-split-fancy-with-parent): Fix doc.
15248
15249 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * message.el (message-exchange-point-and-mark): Use
15252         message-mark-active-p.  Suggested by Jesper Harder
15253         <harder@ifa.au.dk>.
15254
15255 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15256
15257         * message.el (message-exchange-point-and-mark): Don't activate
15258         region if it was inactive.  Suggested by Hiroshi Fujishima
15259         <pooh@nature.tsukuba.ac.jp>.
15260
15261 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15262
15263         * gnus-art.el (article-display-face): Display Faces in the same
15264         order as X-Faces.
15265
15266 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15267
15268         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15269
15270 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15271
15272         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15273         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15274         (gnus-article-mime-hierarchy): Remove.
15275         (gnus-article-mime-hierarchy-next): Remove.
15276         (gnus-article-mode): Revert 2004-03-19 change.
15277         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15278         (gnus-insert-mime-button): Revert 2004-03-19 change.
15279         (gnus-mime-accumulate-hierarchy): Remove.
15280         (gnus-mime-enter-multipart): Remove.
15281         (gnus-mime-leave-multipart): Remove.
15282         (gnus-mime-display-part): Revert 2004-03-19 change.
15283         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15284
15285         * mml.el (mml-preview): Revert 2004-03-19 change.
15286
15287 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15288
15289         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15290
15291 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15292
15293         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15294         t while entering a file name using the mm-with-multibyte macro.
15295         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15296
15297         * mm-util.el (mm-with-multibyte): New macro.
15298
15299 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15300
15301         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15302         user option.
15303         (gnus-mime-multipart-functions): Doc and customization fix.
15304         (gnus-article-mime-hierarchy): New variable.
15305         (gnus-article-mime-hierarchy-next): New variable.
15306         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15307         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15308         gnus-article-mime-hierarchy-next to nil.
15309         (gnus-insert-mime-button): Show hierarchy numbers.
15310         (gnus-mime-accumulate-hierarchy): New function.
15311         (gnus-mime-enter-multipart): New function.
15312         (gnus-mime-leave-multipart): New function.
15313         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15314         (gnus-mime-display-alternative): Show hierarchy numbers.
15315
15316         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15317         gnus-article-mime-hierarchy-next to nil.
15318
15319 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15320
15321         * dns.el: Don't require gnus-xmas.
15322
15323 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15324
15325         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15326         inline PGP.
15327         (mml-menu): Disable mml-quote-region if mark is inactive.
15328
15329 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15330
15331         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15332         when the group's active is not available.
15333
15334 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15335
15336         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15337         error.
15338
15339 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15340
15341         * imap.el (imap-store-password): New variable.
15342         (imap-interactive-login): Use it.
15343         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15344
15345 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15346
15347         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15348         window-start and hscroll to summary window.
15349
15350 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15351
15352         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15353         conversion message to newsrc-dribble when an actual conversion is
15354         performed.
15355
15356 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15357
15358         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15359
15360 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15361
15362         * mm-decode.el (mm-complicated-handles): New function reviving
15363         former definition of mm-multiple-handles.
15364
15365         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15366         (gnus-mime-delete-part): Use it.
15367
15368 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15369
15370         * gnus-agent.el (gnus-agent-read-local): Bind
15371         nnheader-file-coding-system to gnus-agent-file-coding-system to
15372         avoid the implicit assumption that they will always be equal.
15373         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15374         coding-system-for-write, as the with-temp-file macro first prints
15375         to a buffer then saves the buffer.
15376
15377 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15378
15379         * gnus-art.el (gnus-article-edit-part): New function.
15380         (gnus-mime-save-part-and-strip): Use it; do query instead of
15381         signaling an error; don't use mm-multiple-handles.
15382         (gnus-mime-delete-part): Ditto.
15383
15384 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15385
15386         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15387         old file versions.
15388         (gnus-group-prepare-hook): Removed function that converted list
15389         form of gnus-agent-expire-days to group properties.
15390
15391         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15392         (gnus-request-accept-article): Re-indented.
15393
15394         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15395         converters to handle old agent file formats.  Added logic for a
15396         "backup before upgrading warning".
15397         (gnus-convert-mark-converter-prompt): Developers can mark
15398         functions as needing (default), or not needing,
15399         gnus-convert-old-newsrc's "backup before upgrading warning".
15400         (gnus-convert-converter-needs-prompt): Tests whether the user
15401         should be protected from potentially irreversable changes by the
15402         function.
15403
15404         * legacy-gnus-agent.el: New.  Provides converters that are only
15405         loaded when gnus-convert-old-newsrc needs to call them.
15406
15407 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15408
15409         * mail-source.el (mail-source-touch-pop): Doc fix.
15410
15411         * message.el (message-smtpmail-send-it): Doc fix.
15412
15413 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15414
15415         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15416
15417         * nnmail.el (nnmail-split-fancy): do.
15418
15419         * gnus-kill.el (gnus-kill, gnus-execute): do.
15420
15421 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15422
15423         * gnus-sum.el (gnus-widget-reversible-match)
15424         (gnus-widget-reversible-to-internal)
15425         (gnus-widget-reversible-to-external): New functions.
15426         (gnus-widget-reversible): New widget.
15427         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15428
15429 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15430
15431         * gnus-sum.el (gnus-thread-sort-functions)
15432         (gnus-article-sort-functions): Document `(not F)' items.
15433
15434 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15435
15436         * spam.el (spam-use-gmane-xref): Add new backend.
15437         (spam-gmane-xref-spam-group): Add variable to control the name of the
15438         Gmane spam group.
15439         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15440         (spam-regex-headers-spam, spam-regex-headers-ham)
15441         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15442         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15443         backends and checks.
15444         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15445
15446         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15447         an autodetect method.
15448
15449 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15450
15451         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15452         articles are being added to a group.
15453         (gnus-request-replace-article): Inform the agent that articles
15454         need to be uncached as the cached contents are no longer valid.
15455
15456 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15457
15458         * binhex.el: Don't autoload executable-find.
15459
15460         * canlock.el: Don't autoload mail-fetch-field.
15461
15462         * dgnushack.el: Autoload c-mode for XEmacs.
15463
15464         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15465
15466         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15467         rmail-dont-reply-to and rmail-output.
15468
15469         * gnus-score.el: Don't autoload ffap-string-at-point.
15470
15471         * gnus-setup.el: Don't autoload sc-cite-original.
15472
15473         * imap.el: Don't autoload base64-decode-string,
15474         base64-encode-string and md5.
15475
15476         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15477         and rmail-msg-restore-non-pruned-header.
15478
15479         * mm-decode.el: Don't autoload executable-find.
15480
15481         * mm-url.el: Don't autoload executable-find.
15482
15483         * mm-view.el: Don't autoload diff-mode.
15484
15485         * nndb.el: Don't autoload news-reply-mode, news-setup,
15486         cancel-timer and telnet.
15487
15488         * password.el: Don't autoload run-at-time for Emacs.
15489
15490         * sha1-el.el: Don't autoload executable-find.
15491
15492         * sieve-mode.el: Don't autoload c-mode.
15493
15494         * uudecode.el: Don't autoload executable-find.
15495
15496 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15497
15498         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15499         (gnus-agent-possibly-alter-active): Avoid null in numeric
15500         comparison.
15501         (gnus-agent-set-local): Refuse to save null in local object table.
15502         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15503         list of articles that will be marked as unread.
15504
15505 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15506
15507         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15508
15509 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15510
15511         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15512         language tags.
15513
15514 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15515
15516         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15517         Don't bind "obarray".
15518
15519         * gnus-sum.el (gnus-thread-sort-functions): Added
15520         `gnus-thread-sort-by-most-recent-number' and
15521         `gnus-thread-sort-by-most-recent-date'.
15522         Reported by Kai Grossjohann <kai@emptydomain.de>.
15523
15524 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15525
15526         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15527
15528 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15529
15530         * gnus-cus.el (gnus-agent-customize-category): Removed
15531         ignore-errors macro reference that required cl to be loaded at
15532         run-time.
15533
15534         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15535         single-interval range of the form (min . max).  Previously the
15536         range had to look like ((min . max)).  Likewise, return
15537         (min . max) rather than ((min . max)).
15538         (gnus-range-map): Use gnus-range-normalize to accept
15539         single-interval range.
15540
15541         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15542         the cache, but not the agent, now appear with their usual face.
15543
15544         * dgnushack.el (loaddir): New variable that is bound to the
15545         directory containing the dgnushack.el file. Use loaddir, rather
15546         than srcdir, to update load-path. Change lets dgnushack compile
15547         code in directories other than GNUS/lisp.
15548
15549 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15550
15551         * lpath.el: Don't bind w3m-safe-url-regexp.
15552
15553         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15554         w3m-safe-url-regexp variable buffer-local.
15555
15556         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15557
15558 2004-02-27  Simon Josefsson  <jas@extundo.com>
15559
15560         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15561         gnus-group-real-prefix.
15562         (gnus-summary-move-article): Use it, instead of
15563         gnus-group-real-prefix.
15564
15565 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15566
15567         * lpath.el: Bind w3m-safe-url-regexp.
15568
15569         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15570         w3m-safe-url-regexp variable buffer-local and set it as the value
15571         of mm-w3m-safe-url-regexp.
15572
15573         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15574
15575         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15576         parsing gnus-posting-styles when the message is not for replying.
15577
15578         * dgnushack.el: Autoload sgml-mode for XEmacs.
15579
15580         * nnrss.el (nnrss-opml-export): Use
15581         mm-set-buffer-file-coding-system instead of
15582         set-buffer-file-coding-system.
15583
15584 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15585
15586         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15587         of checkdoc.el).
15588         * nnrss.el: do.
15589         * gnus-mlspl.el: do.
15590         * gnus-ml.el: do.
15591         * gnus-srvr.el: do.
15592
15593         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15594
15595 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15596
15597         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15598         Corrections to custom-manual links.
15599
15600         * gnus-art.el (gnus-article): Ditto.
15601
15602         * mm-decode.el (mime-display, mime-security): Ditto.
15603
15604 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15605
15606         * flow-fill.el: Typo.
15607
15608 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15609
15610         * spam-wash.el: New file.
15611
15612 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15613
15614         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15615
15616 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15617
15618         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15619         to be run with new-articles as LIST1, not LIST2.
15620         (spam-registration-functions): Add spam-use-ham-copy as a nil
15621         registration backend.
15622
15623 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15624
15625         * spam-stat.el (spam-stat-washing-hook): New option.
15626         (spam-stat-buffer-words): Use it.
15627         (spam-stat-process-directory, spam-stat-test-directory): Use
15628         insert-file-contents-literally.
15629         (spam-stat-coding-system): New variable.
15630         (spam-stat-load, spam-stat-save): Use it.
15631
15632 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15633
15634         * spam-report.el (spam-report-plug-agent): Quote
15635         spam-report-url-to-file and spam-report-url-ping-plain.
15636
15637 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15638
15639         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15640         / in mailto URLs.
15641
15642 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15643
15644         * spam-report.el (spam-report-process-queue): Fix interactive use.
15645         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15646         (spam-report-unplug-agent): Doc fixes.
15647         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15648         (spam-report-agentize, spam-report-deagentize): Autoload.
15649
15650 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15651
15652         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15653
15654         * message.el (message-setup-fill-variables): Add mml tags to
15655         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15656         <ajk@iu.edu>.
15657         (message-mode): Don't modify paragraph-separate there.
15658
15659 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15660
15661         * compface.el (uncompface-use-external): Default to undecided.
15662         (uncompface-use-external-threshold): New variable.
15663         (uncompface-float-time): New macro.
15664         (uncompface): Determine whether to use the external decoder if
15665         uncompface-use-external is undecided.
15666
15667 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15668
15669         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15670         after images.
15671
15672         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15673
15674 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15675
15676         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15677
15678         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15679
15680         * gnus-sum.el (gnus-summary-limit-to-age)
15681         (gnus-summary-limit-children): do.
15682
15683         * gnus-int.el (gnus-request-scan): do.
15684
15685         * gnus-group.el (gnus-group-suspend): do.
15686
15687         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15688
15689         * gnus-cite.el (gnus-cite-parse-attributions): do.
15690
15691         * gnus-agent.el (gnus-summary-set-agent-mark)
15692         (gnus-agent-regenerate-group): do.
15693
15694         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15695
15696         * binhex.el (binhex-decode-region-internal): do.
15697
15698 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15699
15700         * gnus-fun.el (gnus-face-properties-alist): New user option.
15701         (gnus-display-x-face-in-from): Use it.
15702
15703         * gnus-art.el (article-display-face): Ditto.
15704
15705         * compface.el (uncompface-use-external): Default to nil.
15706
15707 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15708
15709         * nntp.el (nntp-erase-buffer): New function.
15710         (nntp-retrieve-data, nntp-send-command)
15711         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15712         (nntp-possibly-change-group): Use it.
15713
15714         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15715         with-current-buffer.
15716
15717 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15718
15719         * compface.el: Merge the ELisp-based uncompface program.
15720         (compface): New customization group.
15721         (uncompface-use-external): New user option.
15722         (uncompface): Call uncompface-internal if uncompface-use-external
15723         is nil.
15724         (uncompface-internal): New function.  Note that there are also
15725         some other functions and variables added for this function.
15726
15727 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15728
15729         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15730         if necessary.
15731
15732 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15733
15734         * spam-report.el (spam-report-unplug-agent)
15735         (spam-report-plug-agent, spam-report-deagentize)
15736         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15737         Add support for the Agent in spam-report: when unplugged, report to a
15738         file; when plugged, submit all the requests.
15739
15740         * spam.el (spam-register-routine): Fix message about
15741         registration.
15742
15743 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15744
15745         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15746         dependencies.
15747         (rfc2047-encode): Use it.
15748
15749         * gnus-art.el (gnus-button-marker-list): Move before first
15750         reference.
15751
15752         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15753         (imap-parse-body): Fix format string mismatch.
15754
15755         * gnus-score.el (gnus-summary-increase-score): do.
15756
15757         * nnrss.el (nnrss-close): New function.
15758
15759 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15760
15761         * nnrss.el (nnrss-make-filename): New function.
15762         (nnrss-request-delete-group, nnrss-read-server-data)
15763         (nnrss-save-server-data, nnrss-read-group-data)
15764         (nnrss-save-group-data): Use it.
15765         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15766         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15767         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15768
15769 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15770
15771         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15772
15773 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15774
15775         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15776         files.
15777
15778         * message.el (message-generate-headers-first): Don't quote nil
15779         and t in docstrings.
15780
15781         * imap.el (imap-id): do.
15782
15783         * gnus-agent.el (gnus-agent-consider-all-articles)
15784         (gnus-agent-queue-mail): do.
15785
15786 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15787
15788         * spam-report.el (spam-report-process-queue): New function.
15789         Process requests from `spam-report-requests-file'.
15790         (spam-report-process-queue): Doc fix.
15791
15792 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15793
15794         * spam.el (spam-register-routine)
15795         (spam-log-processing-to-registry, spam-log-registered-p)
15796         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15797         Change "check" to "spam-check" for semi-clarity.
15798
15799 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15800
15801         * pop3.el: Require nnheader.
15802
15803         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15804
15805         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15806
15807         * gnus-picon.el: Require cl.
15808
15809         * gnus-fun.el: Require gnus-ems and gnus-util.
15810
15811         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15812
15813         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15814
15815         * gnus-art.el (gnus-article-edit-mode): Define before first
15816         reference.
15817
15818 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15819
15820         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15821         (gnus-uu-post-encoded): Use point-at-bol.
15822
15823         * gnus-topic.el (gnus-group-active-topic-p): do.
15824
15825         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15826
15827         * gnus-group.el (gnus-group-kill-region): do.
15828
15829         * gnus-art.el (article-date-ut): do.
15830
15831         * message.el (message-fetch-field): Remove redundant
15832         case-fold-search binding.
15833         (message-narrow-to-field): Simplify.
15834
15835 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15836
15837         * spam.el (spam-directory): Derive from `gnus-directory'.
15838
15839         * spam-report.el (spam-report-url-to-file)
15840         (spam-report-requests-file): New function and variable for offline
15841         reporting.
15842         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15843         and user defined function.
15844         (spam-report-url-ping-mm-url): Remove doubled slash.
15845
15846 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15847
15848         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15849
15850 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15851
15852         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15853         format string mismatch.
15854
15855         * sieve.el (sieve-deactivate-all): do.
15856
15857         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15858
15859         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15860
15861         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15862
15863         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15864
15865 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15866
15867         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15868         the list of checks.
15869
15870 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15871
15872         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15873         padding.
15874
15875 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15876
15877         * mm-view.el (mm-fill-flowed): New variable.
15878         (mm-inline-text): Use it.
15879
15880 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15881
15882         * spam.el (spam-spamassassin-register-ham-routine)
15883         (spam-spamassassin-register-spam-routine): Fix function names.
15884
15885 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15886
15887         * gnus.el (gnus-tmp-grouplens): Remove.
15888         (gnus-summary-line-format): Remove grouplens.
15889
15890         * gnus-group.el (gnus-group-line-format): Ditto.
15891
15892         * gnus-spec.el (gnus-format-specs): Ditto.
15893         (gnus-update-format-specifications): Flush the group format spec
15894         cache if there's the grouplens stuff.
15895         (gnus-parse-simple-format): Replace %l with the empty string.
15896
15897 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15898
15899         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15900         omission.
15901
15902 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15903
15904         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15905         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15906
15907 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15908
15909         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15910         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15911         New macros and functions.
15912         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15913         Handle > NLINK_MAX messages.
15914         * nnmaildir.el (nnmaildir-request-set-mark): Use
15915         nnmaildir--emlink-p and nnmaildir--eexist-p.
15916
15917 2004-01-25  Alex Schroeder  <alex@gnu.org>
15918
15919         * spam-stat.el (spam-stat-process-directory-age): New option.
15920         (spam-stat-process-directory): Use it.
15921
15922 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15923
15924         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15925         (spam-stat-save): Accept prefix argument.
15926
15927 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15928
15929         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15930         links" error.
15931
15932 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15933
15934         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15935         the rest of the and/or forms.
15936
15937 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15938
15939         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15940         compatibility with old .newsrc.eld files.
15941
15942         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15943
15944         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15945
15946         * gnus-start.el (gnus-1): do.
15947
15948         * gnus-group.el (gnus-group-line-format-alist): do.
15949
15950         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15951
15952         * gnus-gl.el: Remove.
15953
15954 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15955
15956         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15957         marks consisting of a single range {for example, (3 . 5)} rather
15958         than a list of a single range { ((3 . 5)) }.
15959
15960 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15961
15962         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15963         with-current-buffer.
15964         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15965         avoid consing a string.
15966
15967         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15968         Remove obsolete entries for big5 and gb2312.
15969
15970 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15971
15972         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15973         uncompressed list.
15974
15975 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15976
15977         * spam-stat.el (spam-stat-strip-xref): New function.
15978         (spam-stat-process-directory): Use it.
15979
15980         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15981         here -- it's done in message-fetch-field.
15982
15983 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15984
15985         * gnus-agent.el (gnus-agent-queue-mail)
15986         (gnus-agent-prompt-send-queue): New variables.
15987         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15988         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15989         "nndraft:queue" along to gnus-draft-send.  Use
15990         gnus-agent-prompt-send-queue.
15991         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15992         is "nndraft:queue".  Suggested by Gaute Strokkenes
15993         <gs234@srcf.ucam.org>
15994
15995         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15996         (agent-enable-undownloaded-faces): Added.
15997         (gnus-agent-cat-groups): Use eval-and-compile, not
15998         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15999         method of gnus-agent-cat-groups even when the buffer has been
16000         evaled.
16001         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16002         delete gnus-agent-save-active-1.
16003         (gnus-agent-save-groups): Deleted.  Identical to
16004         gnus-agent-save-active.
16005         (gnus-agent-write-active): No longer adjust agent's copy of active
16006         file as agent's adjustments are now stored in their own
16007         file.  Removed optional parameter.
16008         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16009         servers.  Add use of min/max range limits from server's local
16010         file.
16011         (gnus-agent-save-alist): Removed unused optional argument.
16012         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16013         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16014         (gnus-agent-set-local): A per-server file that keeps min/max range
16015         limits for articles known to the agent.  Provides a fast mechanism
16016         for altering many active ranges.
16017         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16018         active file (local makes it unnecessary).
16019         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16020
16021         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16022         (agent-enable-undownloaded-faces): Added.
16023
16024         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16025         disable it when sending to "nndraft:queue".
16026         (gnus-group-send-queue): Add safety check to avoid sending queue
16027         when unplugged.
16028
16029         * gnus-group.el (gnus-group-catchup): Use new
16030         gnus-sequence-of-unread-articles, not
16031         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16032         numbers of articles.  Use gnus-range-map to avoid having to
16033         uncompress the unread list.
16034         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16035         Fixed invalid ange-ftp reference.
16036
16037         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16038         (gnus-sorted-range-intersection): Intersection of two ranges
16039         without requiring that they first be uncompressed.
16040
16041         * gnus-start.el (gnus-activate-group): Unless blocked by the
16042         caller, possibly expand the active range to include both cached
16043         and agentized articles.
16044         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16045         multiple version-dependent converters.
16046         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16047         gnus-agent-save-active.
16048         (gnus-save-newsrc-file): Save dirty agent range limits.
16049
16050         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16051         gnus-agent-possibly-alter-active.
16052         (gnus-adjust-marked-articles): Faster handling of simple lists.
16053
16054 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16055
16056         * spam-stat.el (spam-stat-test-directory): New optional argument
16057         displays a list of files detected.  Suggested by Andrew Cohen
16058         <cohen@andy.bu.edu>.
16059         (spam-stat-buffer-words-with-scores): Don't narrow and change
16060         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16061
16062 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16063
16064         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16065         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16066         (spam-spamassassin-arguments)
16067         (spam-spamassassin-spam-flag-header)
16068         (spam-spamassassin-positive-spam-flag-header)
16069         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16070         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16071         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16072         (spam-list-of-processors, spam-list-of-checks)
16073         (spam-list-of-statistical-checks, spam-registration-functions)
16074         (spam-check-spamassassin-headers, spam-check-spamassassin)
16075         (spam-spamassassin-score)
16076         (spam-spamassassin-register-with-sa-learn)
16077         (spam-spamassassin-register-spam-routine)
16078         (spam-spamassassin-register-ham-routine)
16079         (spam-assassin-register-spam-routine)
16080         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16081         (spam-bogofilter-score): Fix to show article before scoring.
16082
16083 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16084
16085         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16086         default scoring function.
16087         (spam-generic-score): Call spam-spamassassin-score if
16088         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16089         spam-bogofilter-score otherwise.
16090
16091         * gnus.el (spam-process, spam-autodetect-methods): Add
16092         spamassassin and spamassassin-headers.
16093
16094 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16095
16096         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16097         Suppress unnecessary messages.
16098
16099 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16100
16101         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16102         make-hash-table.
16103
16104 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16105
16106         * canlock.el (base64-encode-string): Don't autoload it.
16107
16108 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16109
16110         * run-at-time.el: Remove useless (require 'itimer),
16111         eval-and-compile and (featurep 'xemacs).
16112
16113 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16114
16115         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16116         GROUP is a virtual group.
16117
16118 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16119
16120         * gnus.el: Autoload `message-y-or-n-p'.
16121
16122 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16123
16124         * pgg-parse.el: Remove unnecessary (require 'custom).
16125
16126         * pgg-def.el: do.
16127
16128         * nnmail.el: do.
16129
16130         * gnus-undo.el: do.
16131
16132         * gnus-picon.el: do.
16133
16134         * gnus-util.el: do.
16135
16136 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16137
16138         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16139
16140 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16141
16142         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16143         handle, as well as a list.
16144
16145         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16146         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16147         (mm-w3m-cid-retrieve): Simplify.
16148
16149 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16150
16151         * message.el (message-kill-to-signature): Allow prefix arg to
16152         specify number of lines to keep before signature.
16153
16154 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16155
16156         * message.el (message-kill-to-signature): Change docstring.
16157
16158 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16159
16160         * canlock.el: Always require sha1-el.
16161         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16162
16163         * message.el: Autoload sha1 only when compiling.
16164
16165         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16166         eudc-expand-inline for XEmacs.
16167
16168 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16169
16170         * message.el (message-canlock-generate): Require sha1-el.
16171
16172 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16173
16174         * message.el (message-expand-name): Silence the byte compiler.
16175
16176         * lpath.el: Add detect-coding-system.
16177
16178         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16179         cus-edit.
16180
16181 2004-01-13  Simon Josefsson  <jas@extundo.com>
16182
16183         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16184         Invoke gnus-score-mode.  Reported by
16185         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16186
16187         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16188         Jim Blandy <jimb@redhat.com> (tiny change).
16189
16190 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16191
16192         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16193
16194 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16195
16196         * spam.el (spam-get-article-as-string): Update to use
16197         gnus-request-article-this-buffer, much simpler.
16198         (spam-get-article-as-buffer): Remove.
16199
16200 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16201
16202         * message.el (message-expand-name): Use EUDC if the user uses that.
16203
16204 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16205
16206         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16207         character for the encoding to avoid consing a string.
16208
16209         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16210         unnecessarily.
16211
16212         * mm-util.el (mm-replace-chars-in-string): Remove.
16213
16214         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16215         of mm-replace-chars-in-string.
16216
16217 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16218
16219         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16220
16221         * mm-util.el (mm-subst-char-in-string): Support inplace.
16222
16223         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16224         a new string in every iteration.  Use shy groups.
16225
16226 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16227
16228         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16229         * gnus-soup.el (gnus-soup-group-brew):
16230         * gnus-msg.el (gnus-put-message):
16231         * gnus-move.el (gnus-group-move-group-to-server):
16232         * gnus-kill.el (gnus-batch-score):
16233         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16234         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16235         (gnus-group-update-group, gnus-group-read-group)
16236         (gnus-group-make-group, gnus-group-make-help-group)
16237         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16238         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16239         (gnus-group-sort-by-unread, gnus-group-catchup)
16240         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16241         (gnus-group-yank-group, gnus-group-set-info)
16242         (gnus-group-list-groups):
16243         * gnus.el (gnus-generate-new-group-name):
16244         * gnus-delay.el (gnus-delay-send-queue):
16245         * nnvirtual.el (nnvirtual-catchup-group):
16246         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16247         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16248         (gnus-group-prepare-topics, gnus-topic-check-topology):
16249         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16250         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16251         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16252         (gnus-group-make-articles-read):
16253         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16254         (gnus-group-change-level, gnus-kill-newsgroup)
16255         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16256         (gnus-get-unread-articles, gnus-make-articles-unread)
16257         (gnus-make-ascending-articles-unread): Use accessor
16258         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16259         to get group information for improved readability.
16260
16261
16262 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16263
16264         * gnus-art.el (article-decode-mime-words, article-babel)
16265         (gnus-article-highlight-signature, gnus-article-add-buttons)
16266         (gnus-signature-toggle): Use gnus-with-article-buffer.
16267
16268         * gnus-art.el (gnus-article-highlight-headers)
16269         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16270
16271         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16272         (gnus-article-set-globals, gnus-request-article-this-buffer)
16273         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16274         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16275         (gnus-mime-display-alternative): Use with-current-buffer.
16276
16277 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16278
16279         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16280         also under 80 char limit, and call gnus-error if needed.
16281         (spam-fetch-article-header): Fix - it was a
16282         buffer-local variable (gnus-newsgroup-data).
16283         (spam-find-spam): Use spam-generate-fake-headers, forget about
16284         spam-insert-fake-headers.
16285         (spam-insert-fake-headers): Remove.
16286
16287 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16288
16289         * deuglify.el (gnus-article-outlook-unwrap-lines)
16290         (gnus-outlook-rearrange-article)
16291         (gnus-outlook-repair-attribution-outlook)
16292         (gnus-outlook-repair-attribution-block)
16293         (gnus-outlook-repair-attribution-other): Remove redundant
16294         save-excursion.
16295
16296 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16297
16298         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16299         (spam-fetch-field-subject-fast)
16300         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16301         (spam-fetch-article-header): Add functions to deal with Gnus
16302         internals for fast retrieval of article header data.
16303         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16304
16305 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16306
16307         * pop3.el (pop3-md5): Remove.
16308         (pop3-apop): Replace pop3-md5 with md5.
16309
16310         * mm-bodies.el: base64 is always built-in.
16311
16312         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16313         with-current-buffer.
16314
16315 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16316
16317         * canlock.el (canlock-insert-header): Remove excessive grouping in
16318         regexp.
16319
16320         * gnus-sum.el (gnus-summary-read-document): Ditto.
16321
16322         * gnus-uu.el (gnus-uu-part-number): Ditto.
16323
16324         * html2text.el (html2text-remove-tags): Ditto.
16325         (html2text-format-tags): Ditto.
16326         (html2text-format-single-elements): Ditto.
16327
16328         * mml.el (mml-parse-1): Ditto.
16329
16330 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16331
16332         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16333
16334         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16335
16336         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16337
16338         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16339
16340 2003-11-15  Simon Josefsson  <jas@extundo.com>
16341
16342         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16343         (pgg-gpg-lookup-key): Use regexp match instead of
16344         split-string (split-string is different between emacs 21.2 and
16345         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16346
16347 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16348
16349         * gnus-art.el (gnus-mime-view-all-parts)
16350         (gnus-article-part-wrapper, gnus-article-view-part): Use
16351         with-current-buffer.
16352
16353 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16354
16355         * spam.el (spam-disable-spam-split-during-ham-respool)
16356         (spam-spamoracle-database, spam-cache-lookups)
16357         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16358         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16359         (spam-group-ham-marks, spam-group-spam-marks)
16360         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16361         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16362         also add spam-use-blackholes to the statistical checks.
16363         (spam-fetch-field-fast): Add interface to fetching fields, may
16364         become a macro.
16365         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16366         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16367         (spam-insert-fake-headers): Fake an article when needed.
16368         (spam-find-spam): Fake article when possible.
16369         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16370         (spam-check-bogofilter-headers): Use message-fetch-field instead
16371         of nnmail-fetch-field.
16372
16373 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16374
16375         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16376
16377 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16378
16379         * spam.el (spam-split): Do not require spam-use-CHECK to be
16380         enabled if that check is passed to spam-split explicitly; also
16381         fix so 'spam doesn't get converted to spam-split-group when
16382         spam-split-symbolic-return is t.
16383         (spam-find-spam): Find registrations of the article and use those
16384         instead of re-running spam-split to find the spam/ham
16385         classification of the article.
16386         (spam-log-processing-to-registry, spam-log-registered-p)
16387         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16388         Use gnus-error instead of gnus-message.
16389         (spam-log-registration-type): Add function to determine the
16390         classification of a message based on registry entries; will
16391         return nil if both 'spam and 'ham are found.
16392         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16393         a reasonably fast local cache without the loading errors.
16394         (spam-cache-lookups): Set to t by default.
16395         (spam-find-spam): Don't try to guess spam-cache-lookups.
16396         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16397         spam-caches entry.
16398         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16399         caching of whitelist/blacklist entries.
16400         (spam-check-whitelist, spam-check-blacklist): Invoke
16401         spam-from-listed-p with a type, not a cache variable.
16402         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16403
16404 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16405
16406         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16407
16408         * nnmail.el (nnmail-split-fancy): do.
16409
16410         * mml.el (mml-parse): do.
16411
16412         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16413         (gnus-score-adaptive): do.
16414
16415 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16416
16417         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16418         (gnus-mime-button-map): Don't set keymap parent.
16419         (gnus-button-ctan-directory-regexp): Use shy grouping.
16420         (gnus-prev-page-map): Don't set keymap parent.
16421         (gnus-prev-page-map): Remove duplicated one.
16422         (gnus-next-page-map): Don't set keymap parent.
16423         (gnus-mime-security-button-map): Ditto.
16424
16425         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16426         version number.
16427
16428         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16429
16430 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16431
16432         * canlock.el (canlock-sha1-function): Remove.
16433         (canlock-sha1-function-for-verify): Remove.
16434         (canlock-openssl-program): Remove.
16435         (canlock-openssl-args): Remove.
16436         (canlock-ignore-errors): Remove.
16437         (canlock-sha1-with-openssl): Remove.
16438         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16439         (canlock-verify): Don't use canlock-ignore-errors.
16440
16441         * sha1-el.el (sha1-string-external): Make it can return a string
16442         in binary form.
16443         (sha1-region-external): Ditto.
16444         (sha1-string-internal): Ditto.
16445         (sha1-region-internal): Ditto.
16446         (sha1-region): Ditto.
16447         (sha1-string): Ditto.
16448         (sha1): Ditto.
16449
16450 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16451
16452         * spam.el (spam-report-articles-gmane): New command.
16453
16454 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16455
16456         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16457
16458         * run-at-time.el (run-at-time-saved): Remove.
16459         (run-at-time): Doc fix.
16460
16461 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16462
16463         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16464         (gnus-summary-limit-map): Add it.
16465         (gnus-summary-make-menu-bar): do.
16466
16467 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16468
16469         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16470         Make attempt at some caching support (done for BBDB only now).
16471         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16472         addresses to be checked.
16473         (spam-clear-cache-BBDB): Add function, to be invoked by
16474         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16475         (spam-check-BBDB): Check and use the caches, if
16476         spam-cache-lookups is on, remove superfluous (provide).
16477
16478 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16479
16480         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16481
16482 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16483
16484         * run-at-time.el (run-at-time-saved): Move to after the definition
16485         of `run-at-time'.
16486
16487         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16488
16489 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16490
16491         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16492         mm-w3m-local-map-property.
16493
16494         * mm-view.el (mm-w3m-mode-map): Remove.
16495         (mm-w3m-local-map-property): Remove.
16496         (mm-inline-text-html-render-with-w3m): Don't use
16497         mm-w3m-local-map-property.
16498
16499 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16500
16501         * run-at-time.el: New file.
16502
16503         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16504         under Emacs.
16505
16506         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16507         of gnus-set-text-properties.
16508
16509         * gnus-uu.el (gnus-uu-save-article): Ditto.
16510
16511         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16512
16513         * gnus-cite.el (gnus-cite-parse): Ditto.
16514
16515         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16516         of gnus-.
16517
16518         * gnus-xmas.el (run-at-time): Require run-at-time.
16519
16520         * gnus.el: Changed calls to nnheader-run-at-time and
16521         password-run-at-time throughout to use run-at-time directly.
16522
16523         * password.el: Removed definition of run-at-time.
16524
16525         * nnheaderxm.el: Remove definition of run-at-time.
16526
16527 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16528
16529         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16530         in prompt.
16531
16532 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16533
16534         * messagexmas.el (message-xmas-redefine): Alias
16535         `message-make-caesar-translation-table' to
16536         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16537         version.
16538
16539         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16540         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16541         `gnus-xmas-set-text-properties'.
16542         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16543         `gnus-xmas-completing-read'.
16544         (gnus-xmas-completing-read): Removed.
16545         (gnus-xmas-open-network-stream): Removed.
16546
16547         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16548         XEmacs version.
16549
16550         * dns.el (dns-make-network-process): Use `open-network-stream'
16551         instead of `gnus-xmas-open-network-stream'.
16552
16553         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16554
16555         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16556
16557 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16558
16559         * gnus-art.el (gnus-mime-display-alternative)
16560         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16561         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16562         Don't use gnus-local-map-property.
16563
16564         * gnus-util.el (gnus-local-map-property): Remove.
16565
16566         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16567         gnus-completing-read-maybe-default with completing-read.
16568
16569         * gnus-util.el (gnus-completing-read): do.
16570         (gnus-completing-read-maybe-default): Remove.
16571
16572 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16573
16574         * password.el: Only autoload `run-at-time' if not XEmacs.
16575         Only autoload the itimer functions if XEmacs.
16576
16577 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16578
16579         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16580         XEmacsen.
16581
16582         * dgnushack.el: Autoload executable-find for XEmacs.
16583
16584 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16585
16586         * gnus-art.el (gnus-read-string): Remove.
16587         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16588         read-string.
16589
16590 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16591
16592         * netrc.el: Autoload password-read.
16593         (netrc): Add configuration group.
16594         (netrc-encoding-method, netrc-openssl-path): Add
16595         variables for encoding and decoding of files with symmetric
16596         ciphers.
16597         (netrc-encode): Add assistant function to encode a file with
16598         netrc-encoding-method.
16599         (netrc-parse): Add interactive parameter, added optional
16600         decoding if netrc-encoding-method is non-nil but otherwise
16601         behavior is standard.
16602         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16603         Do s/encode/encrypt/ everywhere.
16604
16605         * spam.el: Remove executable-find autoload.
16606
16607 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16608
16609         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16610
16611         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16612
16613 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16614
16615         * gnus-art.el (gnus-treat-ansi-sequences)
16616         (article-treat-ansi-sequences): New variable and function.
16617         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16618
16619         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16620         Use it.
16621
16622 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16623
16624         * mm-util.el (mm-quote-arg): Remove.
16625
16626         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16627         shell-quote-argument.
16628
16629         * gnus-uu.el (gnus-uu-command): do.
16630
16631         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16632
16633         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16634         with make-char.
16635
16636         * mm-util.el (mm-make-char): Remove.
16637
16638         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16639         add-minor-mode.
16640
16641         * gnus-undo.el (gnus-undo-mode): do.
16642
16643         * gnus-topic.el (gnus-topic-mode): do.
16644
16645         * gnus-sum.el (gnus-dead-summary-mode): do.
16646
16647         * gnus-start.el (gnus-slave-mode): do.
16648
16649         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16650
16651         * gnus-ml.el (gnus-mailing-list-mode): do.
16652
16653         * gnus-gl.el (gnus-grouplens-mode): do.
16654
16655         * gnus-draft.el (gnus-draft-mode): do.
16656
16657         * gnus-dired.el (gnus-dired-mode): do.
16658
16659         * gnus-ems.el (gnus-add-minor-mode): Remove.
16660
16661         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16662         Replace gnus-char-width with char-width.
16663
16664         * gnus-ems.el (gnus-char-width): Remove.
16665
16666         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16667         Replace gnus-char-width with char-width.
16668
16669         * gnus-ems.el (gnus-char-width): Remove.
16670
16671         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16672         definition.
16673         Remove Emacs 20 hash table compatibility code.
16674
16675         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16676         20 compatibility code.
16677
16678         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16679
16680         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16681
16682         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16683         with point-at-{eol,bol}.
16684
16685         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16686
16687         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16688
16689         * flow-fill.el (fill-flowed-point-at-bol)
16690         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16691
16692         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16693         Replace with point-at-{eol,bol} throughout all files.
16694
16695 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16696
16697         * ntlm.el (ntlm-string-as-unibyte): New macro.
16698         (ntlm-build-auth-response): Use it.
16699
16700         Remove Emacs 20 stuff:
16701         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16702         (butlast, mapc, remove): Remove the compiler macros.
16703         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16704         of delq and copy-sequence.
16705         * gnus-art.el (popup-menu): Remove the compiler macro.
16706         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16707         Emacs 20.
16708
16709 2004-01-05  Simon Josefsson  <jas@extundo.com>
16710
16711         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16712         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16713         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16714         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16715         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16716         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16717         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16718         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16719         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16720         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16721         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16722         string-xor into ntlm-string-xor.  Suggested by
16723         Jesper Harder <harder@myrealbox.com>.
16724
16725         * ntlm.el: Don't include poem.
16726
16727         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16728         Jesper Harder <harder@myrealbox.com>.
16729
16730         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16731
16732         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16733         probably breaks emacs with DL patch, but do we care? Is anyone
16734         still using the DL stuff?)
16735
16736         * sieve-manage.el: Use the password package.
16737         (sieve-manage-read-passwd): Remove.
16738         (sieve-manage-interactive-login): Use password.  Re-add
16739         condition-case around loop.
16740
16741         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16742         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16743         the password package.
16744
16745 2003-02-19  Simon Josefsson  <jas@extundo.com>
16746
16747         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16748         token.
16749
16750 2002-08-07  Simon Josefsson  <jas@extundo.com>
16751
16752         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16753         (sieve-manage-authenticators):
16754         (sieve-manage-authenticator-alist): Add some SASL mechs.
16755         (sieve-sasl-auth): New function.
16756         (sieve-manage-cram-md5-auth):
16757         (sieve-manage-plain-auth): Rewrite using SASL library.
16758         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16759         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16760         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16761         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16762
16763 2004-01-05  Simon Josefsson  <jas@extundo.com>
16764
16765         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16766         New files.
16767
16768 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16769
16770         * gnus-group.el (gnus-no-groups-message): Update.
16771
16772         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16773
16774 2003-11-09  Simon Josefsson  <jas@extundo.com>
16775
16776         * imap.el: Support for ID IMAP extension (RFC 2971).
16777         (imap-local-variables): Add imap-id.
16778         (imap-id): New variable.
16779         (imap-id): New function.
16780         (imap-parse-response): Parse untagged ID response.
16781         * nnimap.el (nnimap-id): New variable.
16782         (nnimap-open-connection): Use it.
16783
16784 2003-12-28  Simon Josefsson  <jas@extundo.com>
16785
16786         * gnus-score.el (gnus-score-edit-all-score): New.
16787         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16788
16789 2004-01-04  Simon Josefsson  <jas@extundo.com>
16790
16791         * password.el: Add.
16792
16793 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16794
16795         * dns.el (dns-query-types): Fix typo.
16796         (dns-query-types): New function.
16797         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16798         PTR and SOA replies, see RFC 1035.
16799
16800 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16801
16802         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16803
16804         * Moved to Changelog.2.
16805
16806 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16807
16808         * gnus.el (gnus-version-number): Bump version.
16809
16810 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16811
16812         * gnus.el: No Gnus v0.1 is released.
16813
16814 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16815
16816         * gnus.el: No Gnus v0.0 is released.
16817
16818 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16819
16820         * gnus.el (gnus-version-number): Bump.
16821         (gnus-version): No.
16822
16823 See ChangeLog.2 for earlier changes.
16824
16825     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16826       Free Software Foundation, Inc.
16827
16828   This file is part of GNU Emacs.
16829
16830   GNU Emacs is free software: you can redistribute it and/or modify
16831   it under the terms of the GNU General Public License as published by
16832   the Free Software Foundation, either version 3 of the License, or
16833   (at your option) any later version.
16834
16835   GNU Emacs is distributed in the hope that it will be useful,
16836   but WITHOUT ANY WARRANTY; without even the implied warranty of
16837   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16838   GNU General Public License for more details.
16839
16840   You should have received a copy of the GNU General Public License
16841   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16842
16843 ;; Local Variables:
16844 ;; coding: utf-8
16845 ;; fill-column: 79
16846 ;; add-log-time-zone-rule: t
16847 ;; End: