8d678e43209553e91acd41db83a1af10caa40f08
[gnus] / lisp / ChangeLog
1 2010-09-25  Julien Danjou  <julien@danjou.info>
2
3         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4
5         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
6
7         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8
9         * gnus-group.el: Remove useless gnus-group-icon-cache.
10         Remove useless gnus-ephemeral-group-server.
11
12         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
13
14         * mml2015.el: Remove useless mml2015-verbose.
15
16         * mml-smime.el: Remove useless mml-smime-verbose.
17
18         * gnus.el: Remove useless gnus-local-domain.
19
20         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
21         gnus-gravatar-size.
22
23         * gnus-art.el: Remove useless gnus-treat-translate.
24
25 2010-09-24  Julien Danjou  <julien@danjou.info>
26
27         * gnus-sum.el: Add support for Gravatars.
28
29         * gnus-art.el: Add support for Gravatars.
30
31         * gnus-gravatar.el: Add this file.
32
33         * gravatar.el: Add this file.
34
35 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
36
37         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
38
39         * gnus-group.el (gnus-group-fetch-faq): Removed.
40
41         * gnus.el (gnus-group-faq-directory): Removed.
42
43         * gnus-group.el (gnus-group-fetch-charter): Removed.
44
45         * gnus.el (gnus-group-charter-alist): Removed.
46
47         * gnus-group.el (gnus-group-archive-directory): Removed.
48         (gnus-group-recent-archive-directory): Ditto.
49         (gnus-group-make-archive-group): Removed.
50
51         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
52
53         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
54         use the same article number for all the cached articles.
55
56         * nnimap.el (nnimap-command): Register the last command time so
57         that we can use it for idling NOOPs.
58         (nnimap-open-connection): Start the keeplive timer.
59         (nnimap-make-process-buffer): Store all the process buffers.
60         (nnimap-keepalive): New function.
61
62         * starttls.el: (starttls-open-stream): Add autoload cookie.
63
64 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
65
66         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
67         handling.
68
69 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
70
71         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
72         its data structures.
73
74         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
75         instead of the cl.el copy-list.
76         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
77         equalp.
78
79 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
80
81         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
82         and tool-bar-local-item-from-menu.
83
84         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
85         mode-line-highlight face for Emacs.
86
87         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
88         loading gnus-sum.elc; fix comment for canlock-verify.
89         (gnus-article-jump-to-part): Use read-number.
90         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
91         Emacs pre-21 compatible code for help-echo.
92         (gnus-article-next-page-1): No need to adjust the number of lines.
93         (gnus-article-describe-bindings): Always use help-buffer.
94
95         * gnus-audio.el (gnus-audio-inline-sound)
96         * gnus-cus.el (gnus-custom-mode)
97         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
98
99         * gnus-sum.el (gnus-remove-overlays): Doc fix.
100
101         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
102         compatible code.
103
104 2010-09-24  Glenn Morris  <rgm@gnu.org>
105
106         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
107         visiting the fcc file in rmail-mode.
108
109         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
110
111 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
112
113         * nnir.el: Silence the byte compiler.
114
115         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
116         alias to browse-url-url-encode-chars if any.
117         (gnus-html-encode-url): Use it.
118
119 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
120
121         * gnus-start.el (gnus-use-backend-marks): New variable.
122         (gnus-get-unread-articles-in-group): Use it.
123
124         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
125         makeover.
126
127 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
128
129         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
130
131 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
132
133         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
134         Removed.
135         (gnus-setup-news-hook): Removed
136         gnus-fixup-nnimap-unread-after-getting-new-news.
137
138         * gnus-int.el (gnus-request-update-info): Protect against backends not
139         having the function.
140
141         * nnimap.el (nnimap-stream): Mention starttls.
142         (nnimap-open-connection): Add starttls support.
143
144 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
145
146         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
147
148 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
149
150         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
151         BODYSTRUCTUREs.
152         (nnimap-transform-headers): Unfold quoted {42} headers.
153
154         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
155         the info.
156         (gnus-get-unread-articles): Only call updatep on backends that support
157         it.
158
159         * nnweb.el (nnweb-request-update-info): NOOP.
160
161         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
162
163         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
164         since it only deals with marks.
165
166         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
167         gnus-request-marks, and make a new gnus-request-update-info.
168
169         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
170         the active instead of the high number, which is usually too low.
171
172 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
173
174         * netrc.el (netrc-parse): Remove encrypt.el mentions.
175         * encrypt.el: Removed.
176
177 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
178
179         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
180         server in symbolic form.
181
182         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
183         0.9.
184
185 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
186
187         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
188         (nnimap-update-info): Fix up code slightly.
189
190         * gnus-int.el (gnus-open-server): Add tracing for performance
191         debugging.
192
193         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
194         (gnus-group-insert-group-line): Pass the real group name so that it
195         gets the right data.
196
197         * gnus-start.el (gnus-get-unread-articles): Don't have
198         `gnus-get-unread-articles-in-group' update info, since that can be
199         really slow and doesn't seem to be needed?
200
201 2010-09-22  Dan Christensen  <jdc@uwo.ca>
202
203         * time-date.el (date-to-time): Try using parse-time-string first before
204         using the slower timezone-make-date-arpa-standard.
205
206 2010-09-22  Julien Danjou  <julien@danjou.info>
207
208         * gnus-group.el (gnus-group-insert-group-line): Call
209         gnus-group-highlight-line.
210         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
211         default hook list.
212         (gnus-group-update-eval-form): Add new function.
213         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
214         (gnus-group-get-icon): Use gnus-group-update-eval-form.
215
216 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
217
218         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
219         immediate, then expire all articles.
220         (nnimap-update-info): Fix off-by-one errors.
221         (nnimap-flags-to-marks): Would return no marks lists for group with no
222         flags.  Instead return the other data.
223
224 2010-09-22  Julien Danjou  <julien@danjou.info>
225
226         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
227         Only return an icon.
228         (gnus-group-insert-group-line): Compute icon to return.
229
230         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
231         variable.
232         (gnus-html-image-fetched): Only cache if
233         gnus-html-image-automatic-caching is set.
234         (gnus-html-image-fetched): Check for errors.
235
236 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
237
238         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
239         once per method on `g'.  This ensures that backends like nnfolder don't
240         open all their folders.
241
242         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
243         (nnimap-request-list): Nix out group in the correct buffer.
244         (nnimap-parse-flags): Implement by using `read' instead of
245         hand-parsing.
246         (nnimap-flags-to-marks): Pass on permanent-flags.
247         (nnimap-make-process-buffer): Record the server name.
248         (nnimap-parse-flags): Fix typo.
249         (nnimap-request-scan): Run split on the server in general, not just a
250         single group.
251
252         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
253         parameter, and propagate this downwards.
254
255         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
256         since EXAMINE changes it on the server.
257
258         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
259         this command might take a while.
260
261 2010-09-22  Julien Danjou  <julien@danjou.info>
262
263         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
264         harmful if you have 2 images side-by-side, they can't be properly
265         update on text deletion.  Using text-property is safer here.
266         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
267         data.
268
269 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
270
271         * nnimap.el (nnimap-expunge-inbox): Removed.
272         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
273         (nnimap-expunge): Flip default to t.
274
275         * gnus.el (gnus-method-to-server): Don't push things to the cache
276         unless it's unique.
277         (gnus-server-to-method): Ditto.
278
279 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
280
281         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
282
283 2010-09-22  Julien Danjou  <julien@danjou.info>
284
285         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
286         get the start of data.
287         (gnus-html-encode-url): Add this function to encode special chars in
288         URL.
289         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
290         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
291
292         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
293         default.
294         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
295
296         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
297         images alt-text.
298         (gnus-html-put-image): Put alt-text as help-echo.
299
300 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
301
302         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
303         * mm-util.el (mm-decompress-buffer)
304         * nnir.el (nnir-run-find-grep)
305         * pop3.el (pop3-list): Use 3rd arg of split-string.
306
307         * time-date.el (format-seconds): Comment fix.
308
309         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
310         and byte-optimize-form-code-walker.
311         (dgnushack-make-auto-load): Don't advise make-autoload.
312
313         * lpath.el: Remove Emacs 21 stuff.
314
315 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
316
317         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
318         outside the active range.  Suggested by Dan Christensen.
319
320         * gnus-start.el (gnus-get-unread-articles): Get the extended method
321         slightly later to avoid double-getting it.
322
323         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
324         previous patch.
325
326         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
327
328 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
329
330         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
331
332 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
333
334         * gnus-int.el (gnus-open-server): Give a better error message in the
335         "go offline" case.
336
337         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
338         marks for nnimap, which is seldom the right thing to do.
339
340         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
341         (gnus-same-method-different-name): New function.
342
343         * nnimap.el (parse-time): Require.
344
345         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
346         method in the presence of many similar methods.
347
348         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
349
350         * nnimap.el (nnimap-find-expired-articles): Don't refer to
351         nnml-inhibit-expiry.
352
353         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
354         find out whether methods are equal.
355
356         * nnimap.el (nnimap-find-expired-articles): New function.
357         (nnimap-process-expiry-targets): New function.
358         (nnimap-request-move-article): Request the article before looking at
359         what the Message-ID is.  Fix found by Andrew Cohen.
360         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
361
362         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
363         for oldness in addition to being a predicate.
364
365         * nnimap.el (nnimap-request-group): When we have zero articles, return
366         the right data to Gnus.
367         (nnimap-request-expire-articles): Only delete articles immediately if
368         the target is 'delete.
369
370         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
371         method, this would bug out.
372
373         * gnus-group.el (gnus-group-expunge-group): Renamed from
374         gnus-group-nnimap-expunge, and implemented as a normal interface
375         function.
376
377         * gnus-int.el (gnus-request-expunge-group): New function.
378
379         * nnimap.el (nnimap-request-create-group): Implement.
380         (nnimap-request-expunge-group): New function.
381
382 2010-09-21  Julien Danjou  <julien@danjou.info>
383
384         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
385         (gnus-html-cache-expired): Add new function.
386         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
387         wethever we should display image for fetch it.
388         Compute alt-text earlier to pass it to the fetching function too.
389         (gnus-html-schedule-image-fetching): Change function argument to only
390         get one image at a time, not a list.
391         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
392         cache.
393         (gnus-html-get-image-data): New function to retrieve image data from
394         cache.
395         (gnus-html-put-image): Change buffer argument to use image data rather
396         than file, and place image above region rather than inserting a new
397         one. Do not take alt-text as argument, since it's useless now: we place
398         the image above alt-text.
399         (gnus-html-prune-cache): Remove.
400         (gnus-html-show-images): Start to fetch image when we find one, do not
401         push into a temporary list.
402         (gnus-html-prefetch-images): Only fetch image if they have expired.
403         (gnus-html-browse-image): Fix, use 'gnus-image-url.
404         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
405
406 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
407
408         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
409
410 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
411
412         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
413         spec inser "*" if the group isn't active instead of 0.
414
415         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
416         opening the server.
417         (nnimap-request-delete-group): Implement group deletion.
418         (nnimap-transform-headers): Return the size of the entire message in
419         the Bytes header, not just the size of the first part.
420         (nnimap-request-move-article): When moving an article from nnimap,
421         request the article first so the accepting form has an article to
422         accept.  Reported by Dan Christensen.
423         (nnimap-command): Make sure that the error message doesn't error out.
424
425 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
426
427         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
428         we haven't requested anything.
429
430 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
431
432         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
433         "".  Fix found by Andrew Cohen.
434
435         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
436         instead of -encode-string.
437
438 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
439
440         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
441
442         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
443         by mm-subst-char-in-string.
444
445 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
446
447         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
448         waiting for the connection string.
449
450         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
451         arriving.
452
453         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
454         bogus characters.  This allows selecting certain Gmail groups.
455
456         * nnimap.el (nnimap-find-wanted-parts-1): New function.
457         (nnimap-fetch-partial-articles): New variable.
458         (nnimap-open-connection): When looking for credentials, also use the
459         nnimap-server-port.
460         (nnimap-request-article): Return the group/article number, so that Gnus
461         `^' works as expected.
462         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
463         them.
464
465         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
466         comments.
467         (gnus-methods-sloppily-equal): New function.
468         (gnus): When using the development version of Gnus, load the gnus-load
469         file.
470
471         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
472         `gnus-open-server' on each method before trying to scan them etc.  This
473         ensures that all the backend parameters are set correctly.
474
475         * nnimap.el (nnimap-authenticator): New variable.
476         (nnimap-open-connection): Allow anonymous login.
477         (nnimap-transform-headers): The chars header is called Chars not
478         Bytes.
479         (nnimap-wait-for-response): Don't infloop if the IMAP connection
480         drops.
481
482         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
483         patch, found by Knut Anders Hatlen.
484
485 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
486
487         * gnus-agent.el (gnus-agent-batch-confirmation)
488         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
489         to gnus-message.
490         * gnus-art.el (gnus-article-describe-briefly): Likewise.
491         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
492         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
493         * gnus-int.el (gnus-open-server): Likewise.
494         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
495         (gnus-score-check-syntax): Likewise.
496         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
497         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
498         Likewise.
499         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
500
501 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
502
503         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
504         calling conventions so that prefetch doesn't bug out.
505
506 2010-09-19  Julien Danjou  <julien@danjou.info>
507
508         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
509         rather than `subst-char-in-region' in order to be able to replace ASCII
510         char by UTF-8 ones.
511
512         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
513         than curl.
514         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
515         the right URL and ALT text on images.
516         (gnus-html-wash-tags): Fix tag case.
517         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
518         (gnus-article-html): Add -o display_ins_del=2 option.
519         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
520
521 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
522
523         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
524         the extra mail headers, which sometimes seem to happen for unknown
525         reasons.
526
527         * mail-parse.el (mail-header-encode-parameter): Define as
528         rfc2045-encode-string instead of as rfc2231-encode-string, since some
529         (or most, perhaps?) mail readers don't understand the latter, but do
530         understand the former.
531
532         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
533         to nil, so that no methods are automatically agentized.  I think this
534         is probably what most users want.
535
536         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
537         from url-retrieve, for instance about invalid URLs.
538
539         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
540         groups that have no articles.
541         (nnimap-request-article): Check that we really got an article when we
542         requested one.
543
544         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
545         doesn't exist.
546
547         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
548         nntp buffer so the agent can save it.
549         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
550         that CRLF doesn't get translated to \n.
551         (nnimap-open-connection): Don't make 'shell commands only send \n.
552
553 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
554
555         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
556         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
557         Update var name.
558         (nnml-generate-nov-file): Use dolist.
559         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
560         Use with-current-buffer.
561
562 2010-09-18  Julien Danjou  <julien@danjou.info>
563
564         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
565         parallel.
566
567 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
568
569         * nnimap.el (nnimap-update-info): When doing partial marks update, get
570         the range update right.
571         (nnimap-request-group): Don't make `M-g' bug out on group with no
572         marks.
573         (nnoo): Required, so that other packages can require nnimap.
574         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
575         command we're looking for.  This helps when the server sends more
576         responses after we've gotten everything we expected.
577         (nnimap): Add a `newlinep' field to keep track of end-of-line
578         conventions.
579         Don't send CRLF to things that don't want it.
580         (nnimap-request-accept-article): Ditto.
581
582 2010-09-18  Julien Danjou  <julien@danjou.info>
583
584         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
585         than curl to retrieve images.
586
587 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
588
589         * nnimap.el (nnimap-update-info): Extend the info so that we can set
590         the marks.
591         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
592         (nnimap-wait-for-connection): New function.
593         (nnimap-open-connection): If we have PREAUTH, don't query for login
594         credentials.
595         (nnimap-update-info): Fix off-by-one error when concatenating ranges
596         when doing a partial update.
597
598 2010-09-18  Julien Danjou  <julien@danjou.info>
599
600         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
601         tags.
602
603 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
604
605         * nnimap.el (nnimap-credentials): New function.
606         (nnimap-open-connection): Use the new function to look for credentials
607         also on the numeric equivalents of "imap" and "imaps".
608
609         * gnus-start.el (gnus-activate-group): Send the info to
610         gnus-request-group.
611
612         * nnimap.el (nnimap-request-group): Have the "check" version of the
613         function parse flags and update the info, so that a `M-g' get a total
614         resync of all flags from the group.
615
616         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
617         to allow backends to alter the info on group selection.  Also alter all
618         the backend -request-group functions to take the parameter.
619
620         * nnimap.el (nnimap-store-info): New function.
621         (nnimap-update-info): Store the info for later usage.
622         (nnimap-request-group): Use the stored info for the dont-check case, so
623         that we don't retrieve all marks when we enter a group.
624
625         * nnimap.el: Use deffoo instead of defun for interface functions.
626
627         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
628         update the group info.  This makes the nndraft groups, for instance, go
629         back to their old behaviour.
630
631         * gnus-sum.el (gnus-select-newsgroup): Indent.
632
633         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
634         in.
635         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
636         nothing.
637
638         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
639         from methods that are denied.
640
641         * gnus-int.el (gnus-method-denied-p): New function.
642
643         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
644         store the password instead of netrc.
645         (nnimap-open-connection): Don't error out when we can't make a
646         connections.
647
648         * auth-source.el (auth-source-create): In the password prompt, say what
649         we're querying for.  Also prompt for user name if that hasn't been
650         given.
651
652         * nnimap.el (nnimap-with-process-buffer): Removed.
653
654 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
655
656         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
657         method when we're reading from the agent.
658
659         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
660
661         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
662         that's probably most useful for users.
663
664         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
665         "failed" all the time.
666
667         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
668         ...)) with (with-current-buffer ... ).
669
670         * nntp.el (nntp-open-server): Return whether the open was successful or
671         not.
672
673         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
674         select an unread unseen article first.
675
676         * nnimap.el (nnimap-open-connection): If the user doesn't have a
677         /etc/services, supply some sensible port defaults.
678
679         * dgnushack.el: Define netrc-credentials.
680
681 2010-09-17  Julien Danjou  <julien@danjou.info>
682
683         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
684
685 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
686
687         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
688         doesn't have any parameters.
689
690 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
691
692         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
693         only upcased checks.
694
695         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
696
697         * nnimap.el (nnimap-open-shell-stream): New function.
698         (nnimap-open-connection): Use it.
699         (nnimap-transform-headers): Get the number of lines in each message.
700         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
701         number of lines.
702         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
703         problem.
704
705         * utf7.el (utf7-encode): Autoload.
706
707         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
708         to allow the mail splitting to not return a default group.  This is
709         useful for nnimap, which will leave unmatched mail in the inbox.
710
711         * nnimap.el: Rewritten.
712
713         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
714         nnimap usage.
715
716         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
717         if the move is internal, so that nnimap can do fast internal moves.
718
719         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
720         data.
721         (gnus-read-active-for-groups): Support finishing the early retrieval of
722         data.
723
724         * gnus-range.el (gnus-range-nconcat): New function.
725
726         * gnus-int.el (gnus-finish-retrieve-group-infos)
727         (gnus-retrieve-group-data-early): New functions.
728
729 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
730
731         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
732         (nnrss-retrieve-groups):
733         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
734         (pop3-quit): Use with-current-buffer.
735
736 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
737
738         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
739         instead of nnheader-accept-process-output.
740
741         * dgnushack.el (dgnushack-compile): Add comment.
742
743         * lpath.el: No need to fbind propertize for XEmacs 21.4.
744
745         * gnus-html.el (gnus-html-schedule-image-fetching)
746         (gnus-html-prefetch-images): Replace process-kill-without-query by
747         gnus-set-process-query-on-exit-flag.
748
749 2010-09-16  Romain Francoise  <romain@orebokech.com>
750
751         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
752
753 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
754
755         * gnus-registry.el (gnus-registry-install-shortcuts): The second
756         parameter to unintern is mandatory-ish in Emacs 24.
757
758         * gnus-html.el (gnus-html-schedule-image-fetching)
759         (gnus-html-prefetch-images): Check for curl before using it.
760
761         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
762         depend on curl, which isn't essential.
763
764         * imap.el: Revert back to version
765         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
766         seem problematic.
767
768 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
769
770         * gnus-registry.el (gnus-registry-install-shortcuts):
771         Explicitly pass `obarray' to `unintern' to avoid a warning.
772
773 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
774
775         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
776         change.
777
778         * nnrss.el (nnrss-request-list): Removed this function and related
779         functions, including the moreover stuff.
780
781 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
782
783         * nnrss.el (nnrss-retrieve-groups): New function.
784
785 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
786
787         * .dir-locals.el: Add no-byte-compile cookie.
788
789 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
790
791         * time-date.el (format-seconds): Comment fix.
792
793         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
794         for back end that doesn't support request-scan.
795
796 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
797
798         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
799         then do request scans from the backends.
800
801         * netrc.el (netrc-credentials): New conveniency function.
802
803         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
804         avoid running a hook per line, since this takes a lot of time,
805         profiling shows.
806         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
807         directly if gnus-visual-p is true.
808
809 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
810
811         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
812         groups; replace mapcar with dolist which is a bit faster; pass groups
813         info to gnus-read-active-file-1.
814         (gnus-read-active-file-1): Scan only specified groups if the new
815         optional arg `infos' is given.
816
817 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
818
819         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
820
821         * pop3.el (pop3-movemail): Removed.
822         (pop3-streaming-movemail): Renamed to pop3-movemail.
823
824         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
825         don't restrict end-tag searches to the end of the line.
826
827 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
828
829         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
830         articles of every unchecked group to t, which means unknown since the
831         server has never been opened.
832
833 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
834
835         * gnus-html.el (gnus-html-show-alt-text): New command.
836         (gnus-html-browse-image): Ditto.
837         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
838         to browse the image directly.
839         (gnus-html-wash-tags): Search for images first, so that <a><img> works
840         better.
841
842         * gnus-async.el (gnus-async-article-callback): Call
843         `gnus-html-prefetch-images' unconditionally.
844
845         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
846         before feeding URLs to curl.
847
848 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
849
850         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
851         internal images as deletable by `W D D'.
852
853         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
854         (gnus-async-article-callback): Fix typo.
855
856 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
857
858         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
859         current line to work around bugs in the output from w3m.
860
861         * gnus-async.el (gnus-async-article-callback): Always prefetch images
862         for groups that want that.
863
864         * nntp.el (nntp-wait-for-string): Supply a timeout for
865         accept-process-output to ensure progress.
866
867         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
868         level to get unread articles from, then use that for foreign groups,
869         too.
870
871         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
872         confuses the rest of the function.
873
874         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
875         for the methods that support -retrieve-groups, too.
876
877         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
878
879 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
880
881         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
882         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
883
884         * pop3.el: Require cl when compiling.
885         (pop3-number-of-responses): Search for "+OK", not "+OK ".
886
887 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
888
889         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
890         that aren't going to be activated.
891         (gnus-get-unread-articles): Fix up the last commit.
892
893         * gnus-html.el (gnus-article-html): Allow calling without specifying
894         the handle.  In that case, dissect the buffer first.
895
896         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
897
898         * nnimap.el (nnimap-open-connection): Revert the change that would look
899         into authinfo for imaps instead of imap.
900
901         * gnus-start.el (gnus-activate-group): Take an optional parameter to
902         say that you don't want to call gnus-request-group with don-check, but
903         do check the reponse.  This is for virtual groups only.
904         (gnus-get-unread-articles): Count the archive groups as secondary, so
905         that they're activated the same way as before.
906
907         * imap.el (imap-message-map): Removed optional buffer parameter, since
908         no callers use it.
909         (imap-message-get): Ditto.
910         (imap-message-put): Ditto.
911         (imap-mailbox-map): Ditto.
912         (imap-mailbox-put): Ditto.
913         (imap-mailbox-get): Ditto.
914         (imap-mailbox-get): Revert last change for this function.
915
916         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
917         case-insensitively.
918         (nnimap-debug): Removed.
919
920         * imap.el (imap-fetch-safe): Removed function, and altered all callers
921         to use `imap-fetch' instead.  According to the comments, this should be
922         safe, since all other IMAP clients use the 1:* syntax.
923         (imap-enable-exchange-bug-workaround): Removed.
924         (imap-debug): Removed -- doesn't seem very useful.
925
926         * mail-source.el (mail-source-fetch): Don't message if we're fetching
927         mail from a file, and the file doesn't exist.
928
929         * imap.el (imap-log): New convenience function used throughout instead
930         of repeating the same code all over the place.
931
932         * pop3.el (pop3-streaming-movemail): Return t for success.
933
934         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
935         .authinfo if we're using ssl connection.
936
937         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
938         already have if we're in a main Gnus `g' run.
939
940         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
941
942 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
943
944         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
945
946         * nnmh.el (nnmh-request-list-1): Bind `file'.
947
948         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
949         alias to set-process-query-on-exit-flag or process-kill-without-query.
950         (pop3-open-server): Use it.
951
952 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
953
954         * mail-source.el (mail-source-delete-crash-box): Always move the crash
955         box to the Incoming file.  Fixes mistake in previous checkin.
956
957         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
958         request loop (for debugging purposes) removed.
959
960         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
961         culprit is more visible.
962         (nnml-save-incremental-nov, nnml-open-incremental-nov)
963         (nnml-add-incremental-nov): New functions to do "incremental" nov
964         updates, where we just append to the end of the existing nov files
965         without reading/writing them in full.
966
967         * mail-source.el (mail-source-delete-crash-box): Really only check the
968         incoming files once in a while.
969
970         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
971
972         * mail-source.el (mail-source-delete-crash-box): Only check the
973         incoming files for deletion once per day to save a lot of file
974         accesses.
975
976         * pop3.el (pop3-logon): Fix up unbound variable typo.
977
978         * mail-source.el (pop3-streaming-movemail): Autoload.
979
980         * pop3.el (pop3-streaming-movemail): Respect
981         pop3-leave-mail-on-server.
982
983         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
984         retrieval.
985
986         * pop3.el (pop3-process-filter): Removed unused function.
987         (pop3-streaming-movemail, pop3-send-streaming-command)
988         (pop3-wait-for-messages, pop3-write-to-file)
989         (pop3-number-of-responses): New functions for streaming pop3
990         retrieval.
991
992         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
993         come from no known methods.
994         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
995         list.
996
997         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
998         message sizes.
999         (pop3-movemail): Use erase-buffer instead of looping and deleting
1000         regions, which seems rather odd.
1001
1002         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1003         file once per `g' run.
1004
1005         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1006         directories.  This makes the draft queue directory work.
1007
1008         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1009         data from the backends, so that we only request the list of groups from
1010         each method once.  This should speed things up considerably.
1011
1012         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1013         detect that it's not implemented.
1014
1015         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1016         we actually do recurse down into the tree, but don't stat all leaf
1017         nodes.
1018
1019         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1020         then say so instead of bugging out.
1021
1022         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1023         files exist before trying to read them.
1024
1025         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1026         around <pre_int>.
1027
1028         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1029
1030         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1031
1032 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1033
1034         * mm-util.el (mm-image-load-path): Just return the image directories,
1035         not all directories in the path in addition to the image directories.
1036         (mm-image-load-path): Maintain a cache of the image directories so that
1037         the `g' command in Gnus doesn't have to stat dozens of directories each
1038         time.
1039
1040         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1041         (gnus-html-wash-tags): Add a new `i' command to insert images.
1042         (gnus-html-insert-image): New command and keystroke.
1043         (gnus-html-redisplay-with-images): New command and keystroke.
1044         (gnus-html-show-images): Renamed command.
1045         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1046         spacers.
1047         (gnus-html-wash-tags): Decode entities at the end, so that entities
1048         inside the tags don't mess up the rest of the "parsing".
1049
1050         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1051         so that nnimap methods aren't agentized by default.  There's apparently
1052         many problems related to agent/imap behaviour.
1053
1054         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1055
1056         * gnus-html.el: Doc fix.
1057
1058 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1059
1060         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1061         specifier-spec-list for Emacs 21.
1062
1063         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1064         glyph-width and glyph-height instead of display-graphic-p and
1065         image-size; make avoidance of displaying small images work for XEmacs.
1066
1067         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1068         for XEmacs.
1069
1070         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1071         of symbol that holds plist data.
1072         (gnus-process-plist): Remove plist of process after getting it.
1073
1074 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1075
1076         * message.el (message-generate-hashcash): Change default to
1077         'opportunistic if hashcash is installed.
1078
1079         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1080         (gnus-html-put-image): Only call image-size once, since it's somewhat
1081         time-consuming on remote X servers.
1082
1083 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1084
1085         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1086         type on data, not a file name.
1087
1088         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1089         window-pixel-edges for Emacs 21.
1090
1091         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1092         decoded contents.
1093         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1094
1095 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1096
1097         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1098         group line format, since it isn't very interesting.
1099
1100         * gnus-agent.el (gnus-agent-short-article),
1101         (gnus-agent-long-article): Increase values for these two variables,
1102         since most people are likely to have more network connection and
1103         storage than before.
1104
1105         * gnus.el (gnus-refer-article-method): Change default to 'current.
1106         When referring an article, the common behaviour is to refer it from the
1107         current select method, not the native select method.  The chances of
1108         the native select method having the message in question is rather slim
1109         these days.
1110
1111         * gnus-sum.el (gnus-auto-select-subject): Change default to
1112         `unseen-or-unread'.  I think it's likely that most people want to
1113         select an unseen article over a previously seen, but unread one.
1114
1115         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1116         means that in the article buffer none of the minor mode elements will
1117         be shown, usually, and this is not desirable in most cases.
1118
1119         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1120         that commands like `d' (and the like) go to the next line in the
1121         buffer, instead of the next unread article.  I think this is the
1122         behaviour that is most natural for most users.
1123         (gnus-single-article-buffer): Change default to nil, so that people can
1124         have as many article buffers open as they have summary buffer.  I think
1125         this is the most natural way for the groups to behave.
1126
1127         * message.el (message-generate-new-buffers): Change default to
1128         `unsent', so that all new message buffers start their names with the
1129         string "*unsent", and it's easier to find the buffers if you move from
1130         them.
1131
1132 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1133
1134         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1135         small.  They're probably tracking images.
1136         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1137         (gnus-html-rescale-image): Yet another try at getting the image sizing
1138         right.
1139
1140         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1141         nntp-marks-file-name is nil.
1142
1143 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1144
1145         * gnus-html.el (gnus-html-wash-tags)
1146         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1147         Better logging.
1148
1149 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1150
1151         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1152
1153         * gnus-html.el (gnus-html-wash-tags): Check the value of
1154         gnus-blocked-images in the summary buffer.
1155
1156 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1157
1158         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1159
1160 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1161
1162         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1163         like "a", it seems like.
1164         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1165         since it needs to be picked from the correct buffer.
1166
1167         * nnwfm.el: Removed.
1168
1169         * nnlistserv.el: Removed.
1170
1171 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1172
1173         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1174         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1175
1176 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1177
1178         * nnkiboze.el: Removed.
1179
1180         * nndb.el: Removed.
1181
1182         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1183         alt text.
1184         (gnus-html-rescale-image): Try to get the rescaling logic right for
1185         images that are just wide and not tall.
1186
1187         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1188         overshadow variable bindings.
1189
1190 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1191
1192         * gnus-html.el (gnus-html-wash-tags)
1193         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1194         extra logging.
1195
1196 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1197
1198         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1199         (gnus-max-image-proportion): New variable.
1200         (gnus-html-rescale-image): New function.
1201         (gnus-html-put-image): Rescale images.
1202
1203 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1204
1205         Fix up some byte-compiler warnings.
1206         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1207         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1208         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1209         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1210         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1211         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1212         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1213
1214 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1215
1216         * gnus-html.el (gnus-article-html): Decode contents by charset.
1217
1218 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1219
1220         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1221         (gnus-html-frame-width, gnus-blocked-images)
1222         * message.el (message-prune-recipient-rules): Add custom version.
1223         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1224
1225         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1226         functions.
1227
1228         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1229         gnus-process-get.
1230
1231 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1232
1233         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1234         instead of lsub directly.
1235
1236 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1237
1238         * nnwarchive.el: Removed.
1239
1240         * gnus-soup.el: Removed.
1241
1242         * nnsoup.el: Removed.
1243
1244         * nnultimate.el: Removed.
1245
1246         * gnus-html.el (gnus-blocked-images): New variable.
1247
1248         * message.el (message-prune-recipients): New function.
1249         (message-prune-recipient-rules): New variable.
1250
1251         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1252         guess whether a long line is natural text or not.
1253
1254         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1255         gnus-process-plist and friends for compatibility.
1256
1257 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1258
1259         * gnus-html.el: Require packages that define macros used in this file.
1260         (gnus-article-mouse-face): Declare to silence byte-compiler.
1261         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1262         process-get.
1263         (gnus-html-put-image): Use plist-get to avoid getf.
1264         (gnus-html-prefetch-images): Use with-current-buffer.
1265
1266 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1267
1268         * gnus-ems.el: Provide compatibility functions for
1269         gnus-set-process-plist.
1270
1271         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1272         header-line-format for XEmacs 21.4.
1273
1274         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1275         * gnus.el (gnus-valid-select-methods)
1276         * message.el (message-send-mail-partially-limit)
1277         * mm-decode.el (mm-text-html-renderer)
1278         * mml.el (mml-insert-mime-headers-always)
1279         * smiley.el (smiley-regexp-alist): Bump custom version.
1280
1281 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1282
1283         * gnus-html.el: require mm-url.
1284         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1285         with the url to `url'.
1286         (gnus-html-wash-tags): Support cid: URLs/images.
1287
1288 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1289
1290         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1291         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1292         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1293
1294         * gnus-move.el: Removed file, since it doesn't really work.
1295
1296         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1297         UTF-8.  This seems to fix problems with some German web feeds.
1298
1299         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1300         at the top so that the proper colours are applied.
1301
1302         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1303         don't have dots in their names.
1304
1305         * gnus-art.el (gnus-article-view-part): Doc fix.
1306
1307         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1308         XEmacs-compatible.
1309         (gnus-html-put-image): Don't do images on non-graphic displays.
1310
1311         * nnslashdot.el: Removed this unused backend.
1312
1313         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1314         actions.
1315         (gnus-undo-register-1): Revert last change.
1316
1317         * gnus-group.el (gnus-group-completing-read): Protect against not
1318         having completion-styles bound.
1319
1320         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1321         make broken recipients happier.
1322
1323         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1324
1325         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1326         point parameter.
1327
1328         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1329
1330         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1331         completion-styles for group selection.
1332
1333 2009-02-04  Andreas Schwab  <schwab@suse.de>
1334
1335         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1336         headers and regexp-quote the match if necessary.
1337
1338 2009-03-24  Miles Bader  <miles@gnu.org>
1339
1340         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1341         the blinking smiley.
1342
1343 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1344
1345         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1346         blink smiley.
1347
1348 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1349
1350         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1351         where the dribbel file lives exists.
1352
1353         * message.el (message-send-mail-partially-limit): Change the default to
1354         nil, since most people don't want this.
1355
1356         * mm-url.el (mm-url-decode-entities): Also decode entities like
1357         &#x3212.
1358
1359 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1360
1361         * gnus-sum.el (gnus-summary-idna-message):
1362         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1363         Hyperlink urls in docstrings with URL `...'.
1364
1365 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1366
1367         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1368         functions.
1369
1370 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1371
1372         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1373         say what the mouseover text should be.
1374
1375         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1376         version of the mm-w3m-safe-url-regexp variable to only download images
1377         in the groups where we want that to happen.
1378
1379         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1380
1381         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1382         easier debugging.
1383         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1384         big pictures in the article buffer.
1385
1386         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1387         gnus-article-html.
1388         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1389         w3m.
1390
1391         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1392
1393 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1394
1395         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1396         which doesn't exist.
1397
1398         * message.el (message-inhibit-ecomplete): New variable to allow some
1399         function to inhibit ecomplete address storage.
1400         (message-resend): Disable ecomplete message storage when resending
1401         messages.
1402
1403         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1404
1405 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1406
1407         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1408         Save excursion while copying, moving, and deleting articles in order to
1409         prevent the cursor from jumping to unforeseen place.
1410
1411 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1412
1413         * lpath.el: No need to bind bookmark-current-buffer,
1414         bookmark-yank-point and bookmark-make-record-function.
1415
1416 2010-08-17  Glenn Morris  <rgm@gnu.org>
1417
1418         * gnus-sync.el: Require gnus components whose functions are used.
1419
1420         * gnus-art.el (bookmark-make-record-function):
1421         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1422         Declare for compiler.
1423
1424         * mm-url.el (mml-compute-boundary): Autoload.
1425
1426 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1427
1428         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1429
1430 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1431
1432         Typo fix "hoo4a" -> "hook".
1433
1434         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1435
1436 2010-08-14  Glenn Morris  <rgm@gnu.org>
1437
1438         * gnus-sync.el (gnus-sync): Fix defgroup version.
1439
1440 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1441
1442         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1443
1444         * gnus-sync.el: Fix docs.
1445         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1446         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1447
1448 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1449
1450         Optimizations for gnus-sync.el.
1451
1452         * gnus-sync.el: Add docs about gnus-sync-backend
1453         possibilities.
1454         (gnus-sync-save): Remove unnecessary message.
1455         (gnus-sync-read): Optimize and show what groups were skipped.
1456
1457 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1458
1459         Minor bug fixes for gnus-sync.el.
1460
1461         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1462         read the sync on get-new-news.
1463
1464         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1465         quiet.
1466
1467         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1468
1469 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1470
1471         Make saving and restoring of hidden threads work with overlays.
1472         Patch applied by Ted Zlatanov.
1473
1474         * gnus-sum.el (gnus-hidden-threads-configuration)
1475         (gnus-restore-hidden-threads-configuration): Update to deal with text
1476         properties, rather than searching for a magic character.
1477
1478 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1479
1480         New gnus-sync.el library for synchronization of marks.
1481
1482         * gnus-sync.el: New library for synchronization of marks.
1483
1484         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1485         renamed from `gnus-registry-grep-in-list'.
1486
1487         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1488
1489         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1490
1491 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1492
1493         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1494         determining charset of text fails.
1495
1496 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1497
1498         * nnmail.el (nnmail-get-new-mail-1): Revert.
1499
1500         * nnml.el (nnml-active-number): Make sure names of newly created groups
1501         in nnml-group-alist are encoded.
1502
1503 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1504
1505         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1506         containing non-ASCII characters in active file for nnml back end.
1507
1508 2010-07-24  David Engster  <dengste@eml.cc>
1509
1510         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1511         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1512
1513 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1514
1515         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1516         tag (Bug#6654).
1517
1518 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1519
1520         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1521         the article buffer, not the summary buffer.
1522
1523 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1524
1525         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1526         Emacs 23 as well.
1527
1528 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1529
1530         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1531         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1532
1533 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1534
1535         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1536         Patch applied by Karl Fogel.
1537
1538         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1539         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1540
1541 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1542
1543         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1544         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1545         C-w still not working correctly from Article buffers; Thierry's
1546         patch to fix that will be applied after this.
1547
1548         * gnus-art.el (bookmark-make-record-function): New local variable.
1549
1550         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1551         article buffer.
1552         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1553
1554 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1555
1556         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1557         on changes in bookmark.el.
1558
1559 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1560
1561         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1562         `no-log' instead of message not to log prompt string.
1563
1564 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1565
1566         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1567         the *other* type of HTML form submission.
1568
1569 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1570
1571         * auth-source.el (auth-source-pick): If choice does not contain a
1572         questioned keyword, set the check to t.
1573
1574 2010-06-12  Romain Francoise  <romain@orebokech.com>
1575
1576         * gnus-util.el (gnus-date-get-time): Move up before first use.
1577
1578 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1579
1580         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1581         (gnus-article-edit-part): Bind it to make last part that is substituted
1582         or deleted visible.
1583         (gnus-mime-display-single): Buttonize part of which id equals to
1584         gnus-mime-buttonized-part-id.
1585
1586 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1587
1588         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1589         (gnus-dd-mmm): Use gnus-date-get-time.
1590         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1591         simplify logic.
1592         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1593         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1594
1595 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1596
1597         * auth-source.el (top): Autoload `secrets-list-collections',
1598         `secrets-create-item', `secrets-delete-item'.
1599         (auth-sources): Fix tag string.
1600         (auth-get-source, auth-source-retrieve, auth-source-create)
1601         (auth-source-delete): New defuns.
1602         (auth-source-pick): Rewrite in order to avoid 2 passes.
1603         (auth-source-forget-user-or-password): New parameter USERNAME.
1604         (auth-source-user-or-password): New parameters CREATE-MISSING and
1605         DELETE-EXISTING.  Retrieve password interactively, if needed.
1606
1607 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1608
1609         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1610         deleting unused directories when gnus-expert-user is t.
1611
1612 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1613
1614         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1615         for each temp file when gnus-article-browse-delete-temp is ask.
1616
1617 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1618
1619         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1620         Lisp calls to delete-backward-char by calls to delete-char.
1621
1622 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1623
1624         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1625
1626 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1627
1628         * password-cache.el (password-cache-remove): Fix docstring.
1629
1630 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1631
1632         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1633         article unless decoding article to be saved.
1634
1635 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1636
1637         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1638         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1639         generated within the mm-with-unibyte-current-buffer macro.
1640
1641 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1642
1643         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1644         to nil when we're in a mml-preview buffer and no group is selected.
1645
1646 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1647
1648         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1649         when catching the `C-g'.  Reported by "Leo".
1650
1651 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1652
1653         * message.el (message-forward-make-body-plain)
1654         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1655         multibyte-string-p.
1656
1657         * lpath.el: Revert.
1658
1659 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1660
1661         * message.el (message-forward-make-body-mml): Assume original message
1662         is multibyte string; error on unibyte.
1663         (message-forward-make-body-plain): Ditto; don't add excessive newline
1664         in body end.
1665
1666         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1667
1668 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1669
1670         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1671         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1672
1673 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1674
1675         * mm-extern.el (mm-extern-url): Don't use
1676         mm-with-unibyte-current-buffer.
1677         (mm-extern-cache-contents): Use with-current-buffer instead of
1678         save-excursion + set-buffer.
1679
1680 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1681
1682         * mm-util.el (mm-emacs-mule): Remove.
1683
1684 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1685
1686         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1687         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1688         change.
1689
1690 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1691
1692         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1693         bind the default value of enable-multibyte-characters to nil.
1694
1695 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1696
1697         * message.el (message-forward-make-body-plain)
1698         (message-forward-make-body-mml):
1699         Don't use mm-with-unibyte-current-buffer.
1700
1701 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1702
1703         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1704
1705 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1706
1707         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1708         (Bug#5592).
1709
1710 2010-05-07  Julien Danjou  <julien@danjou.info>
1711
1712         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1713         it to mm-pipe-part.
1714
1715         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1716         it is given.
1717
1718 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1719
1720         * binhex.el (binhex-decode-region-internal)
1721         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1722         (dns-query)
1723         * nnweb.el (nnweb-gmane-search)
1724         * pgg-parse.el (pgg-parse-armor)
1725         * pgg.el (pgg-verify-region)
1726         * sha1.el (sha1-string-external)
1727         * uudecode.el (uudecode-decode-region-internal)
1728         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1729         XEmacs.
1730
1731         * gnus-art.el (gnus-article-browse-html-parts)
1732         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1733         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1734         make-temp-file.
1735
1736         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1737         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1738         compiling.
1739
1740         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1741         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1742         XEmacs when compiling.
1743
1744         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1745         gnus-pick-mode-off-hook for XEmacs when compiling.
1746         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1747         gnus-binary-mode-off-hook for XEmacs when compiling.
1748
1749         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1750         nil if char-charset is not available.
1751
1752         * imap.el (imap-disable-multibyte)
1753         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1754         macros.
1755
1756         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1757         instead of encode-coding-string.
1758
1759         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1760         'xemacs) instead of mm-emacs-mule to switch function definitions.
1761         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1762
1763         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1764         bind temporary-file-directory for XEmacs;
1765         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1766         timer-set-function for XEmacs 21.4 and SXEmacs;
1767         bind timer-list for XEmacs 21.4 and SXEmacs;
1768         fbind char-charset and find-charset-region for non-Mule XEmacs;
1769         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1770         encode-coding-region and encode-coding-string for XEmacs having no
1771         file-coding feature.
1772
1773 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1774
1775         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1776
1777 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1778
1779         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1780         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1781
1782 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1783
1784         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1785         alias `jka-compr-delete-temp-file' no longer exists.
1786
1787 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1788
1789         Use define-minor-mode in Gnus where applicable.
1790         * mml.el (mml-mode): Use define-minor-mode.
1791         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1792         (gnus-undo-mode): Use define-minor-mode.
1793         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1794         (gnus-dead-summary-mode): Use define-minor-mode.
1795         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1796         Initialize in declaration.
1797         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1798         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1799         (gnus-mailing-list-mode): Use define-minor-mode.
1800         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1801         (gnus-draft-mode): Use define-minor-mode.
1802         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1803         (gnus-dired-mode): Use define-minor-mode.
1804
1805 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1806
1807         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1808         handles on recursive mml-to-mime translation and check them for
1809         boundary delimiter collisions.  Reported by Greg Troxel.
1810
1811 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1812
1813         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1814
1815 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1816
1817         * mm-util.el (mm-find-buffer-file-coding-system):
1818         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1819
1820 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1821
1822         * message.el (message-generate-headers): Record insertion of optional
1823         headers as well.  Otherwise the check to prevent repeated insertion of
1824         optional headers is a no-op.
1825
1826 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1827
1828         * smime.el: Don't mention CVS.
1829
1830         * nnrss.el (nnrss-fetch): Don't mention CVS.
1831
1832         * nnir.el: Don't mention CVS.
1833
1834 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1835
1836         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1837
1838 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1839
1840         * lpath.el: Fbind bookmark-default-handler,
1841         bookmark-get-bookmark-record, bookmark-make-record-default,
1842         bookmark-prop-get for Emacs <23 and XEmacs.
1843
1844 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1845
1846         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1847         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1848         Use with-current-buffer to silence the byte-compiler.
1849         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1850         bother to require `gnus'.
1851         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1852
1853 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1854
1855         * gnus-sum.el (gnus-summary-bookmark-make-record)
1856         (gnus-summary-bookmark-jump): New functions.
1857         (gnus-summary-mode): Setup bookmark support.
1858
1859 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1860
1861         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1862         if set.
1863
1864 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1865
1866         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1867         gnus-article-browse-html-save-cid-image; make it work recursively for
1868         forwarded messages as well.
1869         (gnus-article-browse-html-parts): Work when prefix arg is given.
1870         (gnus-article-browse-html-article): Doc fix.
1871
1872 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1873
1874         * message.el (message-default-mail-headers):
1875         (message-default-headers): Carry the value mail-default-headers over
1876         into message-default-mail-headers, rather than message-default-headers.
1877
1878 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1879
1880         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1881         charset.
1882
1883         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1884         charset into the <meta> tag when the article is encoded to utf-8.
1885
1886 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1887
1888         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1889         directories as well.
1890         (gnus-article-browse-html-parts): Work for images that do not specify
1891         file names; delete temp directory when quitting; insert header at the
1892         right place; use file: scheme for image files.
1893
1894 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1895
1896         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1897         (gnus-article-browse-html-parts): Use it to make temporary cid image
1898         files in addition to html file so that browser may display them.
1899
1900 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1901
1902         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1903
1904 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1905
1906         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1907
1908 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1909
1910         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1911         about Secret Service API sources.  Improve Customize options.
1912         (auth-source-pick): Change to accept any number of search parameters.
1913         Implement fallbacks iteratively, not recursively.  Add scoring on the
1914         second pass and sort by score.  Call Secret Service API when needed.
1915         (auth-source-user-or-password): Use it.  Call Secret Service API
1916         directly when needed to get the user name and the password.
1917
1918 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1919
1920         * message.el (message-interactive): Doc fix.
1921         (message-qmail-inject-args): Reflow.
1922         (message-kill-to-signature): Fix typo in docstring.
1923
1924         * smiley.el (smiley-buffer): Fix typo in docstring.
1925
1926 2010-03-24  Glenn Morris  <rgm@gnu.org>
1927
1928         * mail-source.el (gnus-message): Declare.
1929         (mail-source-delete-old-incoming): Require gnus-util.
1930
1931 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1932
1933         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1934
1935         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1936
1937         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1938         password-cache's default if it is not bound.
1939         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1940         password-cache-expiry's default if it is not bound.
1941
1942         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1943         available in Emacs 21.
1944
1945         * lpath.el: Suppress compiler warnings for:
1946         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1947         XEmacs;
1948         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1949         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1950         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1951
1952 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1953
1954         * auth-source.el (auth-sources): Fix up definition so extra parameters
1955         are always inline.
1956
1957 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1958
1959         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1960         wasn't updated after mismatch.  Clear cached mailbox info correctly
1961         when uidvalidity changes.
1962         (nnimap-group-prefixed-name): New function to avoid some code
1963         duplication.
1964         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1965         (nnimap-request-group): Use it.
1966         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1967         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1968         with many imap folders.  This is done by caching the group status from
1969         the imap server persistently in a group parameter `imap-status'.  (This
1970         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1971         but not persistently, so every Gnus startup was still very slow.)
1972
1973 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1974
1975         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1976         delete the extra newline.  Otherwise editing of :string and :number
1977         types don't work.
1978
1979 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1980
1981         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1982         secrets.el dependency.
1983         (auth-sources): Add optional user name.  Add secrets.el configuration
1984         choice (unused right now).
1985
1986 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1987
1988         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1989         `gnus-registry-install-shortcuts' fill in the functions.
1990
1991         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1992         warnings.
1993         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1994         (gnus-registry-install-shortcuts): Populate and use it in a
1995         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1996
1997 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1998
1999         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2000         In-place substitutions for the group name encoding/decoding.
2001         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2002         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2003         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2004         (nnimap-update-unseen, nnimap-request-list)
2005         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2006         (nnimap-request-set-mark, nnimap-split-to-groups)
2007         (nnimap-split-articles, nnimap-request-newgroups)
2008         (nnimap-request-create-group, nnimap-request-accept-article)
2009         (nnimap-request-delete-group, nnimap-request-rename-group)
2010         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2011         `encoded-mbx' for consistency.
2012         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2013         variable `imap-current-mailbox'.
2014
2015         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2016         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2017
2018 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2019
2020         * pop3.el (pop3-display-message-size-flag): Display message size byte
2021         counts during POP3 download.
2022         (pop3-movemail): Use it.
2023         (pop3-list): Implement listing of available messages.
2024
2025 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2026
2027         * nnir.el (nnir-get-article-nov-override-function): New function to
2028         override the normal NOV retrieval.
2029         (nnir-retrieve-headers): Use it.
2030
2031 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2032
2033         * auth-source.el (netrc-machine-user-or-password): Autoload.
2034
2035 2010-03-19  Glenn Morris  <rgm@gnu.org>
2036
2037         Stop message.el from loading about 40 libraries it doesn't always need.
2038         The general approach is to autoload rather than require, and to
2039         require in the specific functions rather than the file.  (Bug#5642)
2040
2041         * gmm-utils.el: Don't require wid-edit.
2042         (widget-create-child-value, widget-convert, widget-default-get):
2043         Autoload.
2044
2045         * gnus-util.el: Don't require time-date, netrc.
2046         (message-fetch-field, gnus-group-name-decode): Declare rather than
2047         autoloading.
2048         (gnus-fetch-field): Require message.
2049         (gnus-decode-newsgroups): Require gnus-group.
2050
2051         * ietf-drums.el: Don't require time-date.
2052
2053         * message.el: Don't require hashcash, canlock, ecomplete.
2054         Do require mail-utils.  Require nnheader only when compiling.
2055         (smtpmail-default-smtp-server): Remove declaration.
2056         (message-send-mail-function): Check smtpmail-default-smtp-server
2057         is bound rather than requiring smtpmail.
2058         (message-auto-save-directory, message-insert-signature): Use
2059         expand-file-name rather than nnheader-concat.
2060         (nnheader-insert-file-contents): Autoload.
2061         (hashcash-wait-async): Declare.
2062         (message-send-mail): Only call gnus-setup-posting-charset if
2063         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2064         (message-send-mail-with-sendmail): Require sendmail.
2065         (canlock-password, canlock-password-for-verify): Declare.
2066         (message-canlock-password): Require canlock.
2067         (nnheader-get-report): Autoload.
2068         (gnus-setup-posting-charset): Declare.
2069         (message-send-news): Require gnus-msg.
2070         (message-make-references, message-make-in-reply-to): Use mail-header-id
2071         rather than the alias mail-header-message-id.
2072         (ecomplete-add-item, ecomplete-save): Declare.
2073         (message-put-addresses-in-ecomplete): Require ecomplete.
2074         (ecomplete-display-matches): Autoload.
2075
2076         * mm-decode.el: Don't require mailcap, gnus-util.
2077         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2078         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2079         Autoload.
2080         (mailcap-mime-extensions): Declare.
2081
2082         * mm-encode.el: Don't require mailcap.
2083         (mailcap-extension-to-mime): Autoload.
2084
2085         * mml-sec.el: Don't require password-cache.
2086
2087         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2088         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2089         (mml-minibuffer-read-type): Require mailcap.
2090         (mml-preview): Require gnus-msg.
2091
2092         * mml1991.el: Require password-cache.
2093         (password-cache-expiry): Remove declaration.
2094
2095         * mml2015.el: Require password-cache.
2096         (password-cache-expiry): Remove declaration.
2097
2098         * nneething.el (mailcap): Require mailcap.
2099
2100         * nnheader.el (declare-function): Add compatibility stub.
2101         (message-remove-header): Declare rather than autoload.
2102         (nnheader-replace-header): Require message.
2103
2104         * nnimap.el (declare-function): Add compatibility stub.
2105         (netrc-parse, netrc-machine-user-or-password): Declare.
2106         (nnimap-open-connection): Require netrc.
2107
2108         * nntp.el (declare-function): Add compatibility stub.
2109         (netrc-parse, netrc-machine, netrc-get): Declare.
2110         (nntp-send-authinfo): Require netrc.
2111
2112         * rfc2047.el: Don't require qp.
2113         (quoted-printable-encode-region, quoted-printable-decode-string):
2114         Autoload.
2115
2116         * sieve-mode.el: Don't require easymenu.
2117         (easy-menu-add-item): Autoload it.
2118
2119         * spam-stat.el (time-to-number-of-days): Autoload it.
2120
2121 2010-03-19  Glenn Morris  <rgm@gnu.org>
2122
2123         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2124
2125 2010-03-18  Glenn Morris  <rgm@gnu.org>
2126
2127         * hashcash.el (declare-function): Remove duplicate definition.
2128
2129 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2130
2131         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2132         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2133         value if any backslash escapes).
2134
2135 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2136
2137         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2138         if it is available.  (bug#5647)
2139
2140         * lpath.el: Suppress compiler warning for coding-system-from-name for
2141         Emacs 21 and XEmacs.
2142
2143 2010-03-14  Juri Linkov  <juri@jurta.org>
2144
2145         * hmac-def.el:
2146         * hmac-md5.el:
2147         * netrc.el: Fix keywords.
2148
2149 2010-02-26  Glenn Morris  <rgm@gnu.org>
2150
2151         * message.el (message-send-mail-function): Change the default, so that
2152         it inherits from a customized send-mail-function.  (Bug#5643)
2153
2154 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2155
2156         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2157         shell-command-to-string signals an error (bug#5299).
2158
2159 2010-02-24  Glenn Morris  <rgm@gnu.org>
2160
2161         * message.el (message-smtpmail-send-it)
2162         (message-send-mail-with-mailclient): Doc fixes.
2163
2164 2010-02-16  Glenn Morris  <rgm@gnu.org>
2165
2166         * message.el (message-default-mail-headers): Change the default value
2167         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2168
2169 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2170
2171         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2172         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2173
2174 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2175
2176         * time-date.el (date-to-time): Doc fix (Bug#5408).
2177
2178 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2179
2180         * message.el (message-mail): Just pass yank-action on to message-setup.
2181         (message-setup): Handle (FUN . ARGS) form of yank-action.
2182         (message-with-reply-buffer, message-widen-reply)
2183         (message-yank-original): Handle non-buffer values of
2184         message-reply-buffer (Bug#4080).
2185         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2186
2187 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2188
2189         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2190         Fix typo in docstring.
2191
2192 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2193
2194         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2195         response.
2196
2197 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2198
2199         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2200
2201         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2202
2203         * message.el (message-check-news-header-syntax): Protect against a
2204         string that `rfc822-addresses' returns when parsing fails.
2205
2206 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2207
2208         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2209         (gnus-previous-char-property-change): New functions.
2210
2211         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2212
2213 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2214
2215         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2216         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2217
2218 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2219
2220         * message.el (message-exchange-point-and-mark): Rework last change to
2221         avoid using optional arg of exchange-point-and-mark, for backward
2222         compatibility.
2223
2224 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2225
2226         * message.el (message-exchange-point-and-mark): Call
2227         exchange-point-and-mark with an argument rather than setting
2228         mark-active by hand (Bug#5175).
2229
2230 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2231
2232         * nntp.el (nntp-service-to-port): Work for service expressed with
2233         numeric string; replace [:digit:] with [0-9] for XEmacs.
2234
2235 2009-12-17  Glenn Morris  <rgm@gnu.org>
2236
2237         * gnus-group.el (gnus-bug-group-download-format-alist):
2238         Change emacs entry to debbugs.gnu.org.  Bump :version.
2239
2240 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2241
2242         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2243
2244 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2245
2246         * message.el (message-info): Explain why we use `Info-goto-node'.
2247
2248 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2249
2250         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2251
2252 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2253
2254         * message.el (message-completion-in-region): New compatibility function.
2255         (message-expand-group): Use it.
2256
2257 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2258
2259         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2260         with no unread article should be listed if the 2nd arg `predicate' is
2261         given.
2262
2263 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2264
2265         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2266
2267 2009-11-29  Juri Linkov  <juri@jurta.org>
2268
2269         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2270         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2271         on `gnus-recenter'. (Bug#4698, Bug#4981)
2272
2273 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2274
2275         * sha1.el (sha1-string-external): default-directory "/" in case
2276         otherwise non-existent.  process-connection-type pipe for touch of
2277         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2278
2279 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2280
2281         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2282         it's comms related and sgml-mode.el has "comm" on that basis too.
2283
2284 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2285
2286         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2287         containing tspecial characters if they have been already quoted.
2288
2289 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2290
2291         * dns-mode.el (auto-mode-alist): Purecopy string.
2292
2293 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2294
2295         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2296
2297 2009-10-24  Glenn Morris  <rgm@gnu.org>
2298
2299         * gnus-art.el (help-xref-stack-item): Define for compiler.
2300
2301 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2302
2303         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2304
2305 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2306
2307         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2308
2309 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2310
2311         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2312         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2313
2314 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2315
2316         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2317         (gnus-overlays-in): New alias to overlays-in.
2318
2319         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2320         gnus-overlay-get, and gnus-delete-overlay.
2321         (gnus-summary-show-thread): Make it work as well for systems in which
2322         next-single-char-property-change is not available.
2323         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2324
2325         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2326         (gnus-overlay-get): New alias to extent-property.
2327         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2328
2329         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2330         SXEmacs.
2331
2332         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2333         SXEmacs.
2334
2335 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2336
2337         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2338
2339 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2340
2341         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2342         and XEmacs that don't have `remove-overlays'.
2343
2344 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2345
2346         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2347         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2348         selective display.  Use overlays instead.
2349
2350 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2351
2352         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2353
2354 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2355
2356         * spam-stat.el (spam-stat-load): Fix typo in message.
2357
2358 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2359
2360         * dig.el (dig-invoke): Fix typo in docstring.
2361         (query-dig): Reflow docstring.
2362
2363 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2364
2365         * gnus-art.el (gnus-article-encrypt-body):
2366         * message.el (message-check-recipients):
2367         * mm-util.el (mm-codepage-setup):
2368         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2369         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2370
2371 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2372
2373         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2374         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2375         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2376         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2377         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2378
2379 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2380
2381         * dig.el: Add "Keywords: comm", as per net-utils.el.
2382
2383 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2384
2385         * dig.el (dig-mode): Use define-derived-mode.
2386
2387 2009-09-19  Glenn Morris  <rgm@gnu.org>
2388
2389         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2390
2391 2009-09-18  Glenn Morris  <rgm@gnu.org>
2392
2393         * gnus-diary.el (gnus-diary-check-message):
2394         * message.el (message-insert-formatted-citation-line):
2395         * nnbabyl.el (top-level):
2396         * nndiary.el (nndiary-schedule):
2397         Fix typos in condition-case handlers.
2398
2399 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2400
2401         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2402         configuration that provides the sole article window in a frame;
2403         position point correctly after deleting a part.
2404
2405 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2406
2407         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2408         (spam-resolve-registrations-routine): Use it to unregister articles
2409         that change status.
2410
2411 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2412
2413         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2414         with XEmacs.
2415         (parse-time-string-chars): Use it.
2416
2417 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2418
2419         * imap.el (imap-interactive-login): Better messages.
2420         (imap-open): Fix bug with renamed buffer on reconnect.
2421         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2422         for easier debugging and cleaner code.  On successful (guessed based on
2423         server capabilities) secondary authentication, set imap-state
2424         correctly.
2425         (imap-last-authenticator): Define imap-last-authenticator as a variable
2426         to avoid warnings.
2427
2428 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2429
2430         * nnrss.el (nnrss-request-article): Remove binding of
2431         default-enable-multibyte-characters that has gotten needless by
2432         the 2007-07-13 change in rfc2047-encode-message-header.
2433
2434         * mml.el (mml-insert-multipart): Error on the message header.
2435         (mml-insert-part): Error on the message header; position point at
2436         the end of a MIME tag.
2437
2438 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2439
2440         * time-date.el (autoload): Expand define-obsolete-function-alias into
2441         defalias and make-obsolete for old Emacsen that Gnus supports.
2442         (with-no-warnings): Define it for old Emacsen.
2443         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2444         is available.
2445         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2446         float-time is available; suppress compile warning for time-to-seconds.
2447
2448         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2449         (gnus-float-time): Alias to float-time if it exists.
2450
2451         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2452         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2453         float-time is available; suppress compile warning for time-to-seconds.
2454
2455         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2456         XEmacs.
2457
2458 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2459
2460         * imap.el (imap-message-map): Docstring fix.
2461
2462 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2463
2464         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2465         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2466         Add the optional argument `encoding' that overrides the default.
2467
2468         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2469         mm-encode-buffer.
2470
2471 2009-09-04  Glenn Morris  <rgm@gnu.org>
2472
2473         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2474         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2475         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2476         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2477         * mm-util.el (mm-with-unibyte-current-buffer)
2478         (mm-find-buffer-file-coding-system):
2479         * yenc.el (yenc-decode-region): Use default-value rather than
2480         default-enable-multibyte-characters.
2481
2482 2009-09-03  Glenn Morris  <rgm@gnu.org>
2483
2484         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2485         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2486         than default-enable-multibyte-characters.
2487
2488 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2489
2490         * gnus-art.el (gnus-article-read-summary-keys):
2491         Fix gnus-buffer-configuration's value temporarily used.
2492
2493 2009-09-02  Glenn Morris  <rgm@gnu.org>
2494
2495         * gnus-util.el (gnus-float-time): New function.
2496         * gnus-delay.el (gnus-delay-article):
2497         * gnus-sum.el (gnus-thread-latest-date):
2498         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2499         * nnspool.el (nnspool-request-newgroups):
2500         Use gnus-float-time rather than time-to-seconds.
2501         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2502
2503         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2504         (gnus-header-subject-face, gnus-header-newsgroups-face)
2505         (gnus-header-name-face, gnus-header-content-face):
2506         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2507         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2508         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2509         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2510         (gnus-cite-face-11):
2511         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2512         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2513         (gnus-server-closed-face, gnus-server-denied-face)
2514         (gnus-server-offline-face):
2515         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2516         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2517         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2518         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2519         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2520         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2521         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2522         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2523         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2524         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2525         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2526         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2527         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2528         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2529         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2530         (gnus-summary-high-undownloaded-face)
2531         (gnus-summary-low-undownloaded-face)
2532         (gnus-summary-normal-undownloaded-face)
2533         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2534         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2535         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2536         (gnus-splash-face):
2537         * message.el (message-header-to-face, message-header-cc-face)
2538         (message-header-subject-face, message-header-newsgroups-face)
2539         (message-header-other-face, message-header-name-face)
2540         (message-header-xheader-face, message-separator-face)
2541         (message-cited-text-face, message-mml-face):
2542         * sieve-mode.el (sieve-control-commands-face)
2543         (sieve-action-commands-face, sieve-test-commands-face)
2544         (sieve-tagged-arguments-face):
2545         * spam.el (spam-face):
2546         Mark face aliases with "-face" in the name as obsolete.
2547
2548 2009-09-01  Glenn Morris  <rgm@gnu.org>
2549
2550         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2551         than goto-line.
2552
2553 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2554
2555         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2556         Don't move point if the command is invoked inside the message header.
2557
2558 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2559
2560         * imap.el (imap-send-command): Simplify.
2561         (imap-wait-for-tag): point-max -> buffer-size.
2562
2563 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2564
2565         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2566         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2567         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2568         * nnir.el (nnir-swish-e-index-file):
2569         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2570         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2571         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2572         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2573         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2574         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2575
2576 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2577
2578         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2579         Don't save excursion.
2580
2581 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2582
2583         * nnheader.el (nnheader-find-file-noselect):
2584         * mm-util.el (mm-insert-file-contents):
2585         Use (default-value 'major-mode) instead of default-major-mode.
2586
2587 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2588
2589         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2590
2591 2009-08-26  Glenn Morris  <rgm@gnu.org>
2592
2593         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2594         than placing in files.el.
2595
2596 2009-08-25  Glenn Morris  <rgm@gnu.org>
2597
2598         * nnir.el (top-level): Don't require cl at run-time.
2599         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2600         Replace cl-function substitute with gnus-replace-in-string.
2601         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2602         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2603         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2604         simplified expansions.
2605
2606 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2607
2608         * dig.el (dig): Add autoload cookie.
2609
2610 2009-08-22  Glenn Morris  <rgm@gnu.org>
2611
2612         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2613         goto-line.
2614
2615 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2616
2617         * parse-time.el (parse-time-string-chars): Save match data.
2618
2619 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2620
2621         * parse-time.el (parse-time-string-chars): Compute using character
2622         classes, to handle non-ascii characters (Bug#3190).
2623
2624 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2625
2626         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2627
2628         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2629         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2630         (gnus-mm-display-part, gnus-mime-display-single)
2631         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2632         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2633
2634         * gnus-sum.el
2635         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2636         (gnus-summary-move-article): Add expirable mark to articles copied or
2637         moved to group that has auto-expire turned on if the option is non-nil.
2638
2639 2009-07-24  Glenn Morris  <rgm@gnu.org>
2640
2641         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2642         Fix typo.  (Bug#3903)
2643
2644 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2645
2646         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2647         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2648         that should not be used for draft articles.
2649         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2650         that has no concern in minor mode keys.
2651         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2652         Abolish.
2653
2654 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2655
2656         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2657         article without making inquiry to a user for unknown encoding.
2658
2659         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2660         (nnmaildir--scan): Assume i-node and device number that file-attributes
2661         returns might be cons-cell.
2662
2663         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2664
2665         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2666
2667 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2668
2669         * auth-source.el: Remove docs now in auth.texi.  Don't use
2670         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2671         `auth-source-hide-passwords' and use them.
2672
2673 2009-07-15  Glenn Morris  <rgm@gnu.org>
2674
2675         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2676
2677 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2678
2679         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2680         excessive whitespace from the default values of title and description.
2681
2682 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2683
2684         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2685         mail-fetch-field to fetch Content-Description header in order to
2686         exclude newlines.
2687
2688 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2689
2690         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2691         format used by GnuPG 2.0.11.
2692
2693 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2694
2695         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2696         to deleted part.
2697
2698 2009-05-30  David Engster  <dengste@eml.cc>
2699
2700         * nnmairix.el: Remove old documentation in the commentary block.
2701         (nnmairix-request-group): Do not update active file for nnml back ends.
2702         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2703         end so that overview files are ignored.
2704         (nnmairix-update-groups): Make updating the groups more robust by using
2705         marks.
2706         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2707         with dollar characters in message-id.
2708
2709 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2710
2711         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2712         2008-12-25 in dns.el.
2713
2714 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2715
2716         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2717         could happen if the text is only composed of spaces and/or tabs.
2718
2719 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2720
2721         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2722         when sending a queued message to avoid extra mml tags.
2723
2724 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2725
2726         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2727
2728 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2729
2730         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2731         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2732         rmail-toggle-header for XEmacs;
2733         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2734
2735 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2736
2737         * gnus-dired.el: Remove autoload for gnus-setup-message.
2738         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2739         displaying Gnus logo; always use compose-mail.
2740
2741 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2742
2743         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2744
2745 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2746
2747         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2748         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2749         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2750         available.
2751         (gnus-nocem-epg-verify): New function.
2752
2753 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2754
2755         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2756
2757 2009-02-15  Glenn Morris  <rgm@gnu.org>
2758
2759         * gnus-util.el (rmail-insert-rmail-file-header)
2760         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2761         autoloads.
2762         (rmail-default-rmail-file): Remove unnecessary declaration.
2763         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2764
2765 2009-02-14  Glenn Morris  <rgm@gnu.org>
2766
2767         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2768         variable (only used in gnus-util, which declares it anyway).
2769         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2770         which was only needed by gnus-art (changed to not use it any more).
2771         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2772         only used in gnus-util, which autoloads it itself.
2773         (rmail-update-summary): Fix autoload.
2774
2775         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2776         rather than rmail-output-to-rmail-file.
2777
2778 2009-02-07  Glenn Morris  <rgm@gnu.org>
2779
2780         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2781         autoload of function that no longer exists.
2782         (rmail-toggle-header): Declare.
2783         (message-forward-rmail-make-body): Handle mbox Rmail.
2784
2785 2009-01-31  Glenn Morris  <rgm@gnu.org>
2786
2787         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2788         2009-01-09 change.
2789
2790 2009-01-31  Dave Love  <fx@gnu.org>
2791
2792         * imap.el (imap-fetch-safe): Bind debug-on-error.
2793         (imap-debug): Add imap-fetch-safe.
2794
2795 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2796
2797         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2798         (auth-source-forget-all-cached): New convenience function.
2799         (auth-source-user-or-password): Accept list of modes or a single mode.
2800
2801         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2802         auth-source modes.
2803
2804         * netrc.el (netrc-machine-user-or-password): Use list of
2805         auth-source modes.
2806
2807         * nnimap.el (nnimap-open-connection): Use list of
2808         auth-source modes.
2809
2810         * nntp.el (nntp-send-authinfo): Use list of
2811         auth-source modes.
2812
2813 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2814
2815         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2816         now.
2817
2818 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2819
2820         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2821         coding system in XEmacs; add a workaround for XEmacs.
2822
2823         * lpath.el: Fbind coding-system-aliasee.
2824
2825 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2826
2827         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2828         of current-language-environment.
2829
2830 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2831
2832         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2833         available at runtime.
2834
2835 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2836
2837         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2838
2839 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2840
2841         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2842         the greatest positive fixnum value doesn't work under an XEmacs with
2843         bignum support; use the most-positive-fixnum constant instead,
2844         available since Emacs 21.1 with cl and XEmacs 21.1.
2845
2846 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2847
2848         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2849         XEmacs gets not to work.
2850
2851 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2852
2853         * mm-util.el (mm-coding-system-priorities): Allow the value like
2854         "Japanese (UTF-8)" of current-language-environment.
2855
2856 2009-01-09  Glenn Morris  <rgm@gnu.org>
2857
2858         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2859         with last-command-event.
2860
2861 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2862
2863         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2864         in the doc string.
2865
2866         * message.el (message-fix-before-sending): Amend comment.
2867
2868 2009-01-08  Dave Love  <fx@gnu.org>
2869
2870         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2871
2872 2009-01-07  David Engster  <dengste@eml.cc>
2873
2874         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2875         simplified server definitions by converting it via
2876         gnus-server-to-method.
2877
2878 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2879
2880         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2881         parameter's operands.
2882
2883 2009-01-06  David Engster  <dengste@eml.cc>
2884
2885         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2886         primary select method (for gnus-group-mark-article-as-read).
2887
2888 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2889
2890         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2891         `(gnus)Face', not `(gnus)X-Face'.
2892
2893 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2894
2895         * mm-util.el (mm-ucs-to-char): New function.
2896
2897         * mm-url.el (mm-url-decode-entities): Use it.
2898
2899         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2900         unicode-to-char.
2901
2902 2009-01-05  Dave Love  <fx@gnu.org>
2903
2904         * time-date.el: Require cl for `declare'.
2905
2906 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2907
2908         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2909         Dave Love.
2910
2911 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2912
2913         * message.el (message-fix-before-sending): Add `eight-bit' to
2914         illegible-text check.
2915
2916 2009-01-03  Michael Olson  <mwolson@gnu.org>
2917
2918         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2919         `headers' is nil.  This can occur if the IMAP server does not have
2920         permissions to read messages from a folder, but can write new messages
2921         to the folder.
2922         (nnimap-request-article-part): Do not insert `data' if it is nil.
2923
2924         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2925         characters which will confuse `read', so skip past them.
2926
2927 2009-01-01  Dave Love  <fx@gnu.org>
2928
2929         * imap.el (imap-string-to-integer): Fix typo.
2930         (imap-fetch-safe): New function.
2931         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2932
2933         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2934
2935         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2936         (imap-parse-greeting): Fix doc strings.
2937         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2938         (imap-parse-flag-list): Make messages unique.
2939         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2940
2941         * nnimap.el: Fix author email.
2942         (nnimap-split-rule): Add FIXME comment.
2943         (nnimap-debug): Fix doc string.
2944
2945 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2946
2947         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2948
2949 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2950
2951         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2952         nslookup if resolv.conf isn't available.
2953         (dns-query): Rename from query-dns.
2954         (dns-query-cached): Rename from query-dns-cached.
2955
2956 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2957
2958         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2959         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2960         to check if those variables exist (first appeared in Emacs 18.50).
2961
2962 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2963
2964         * mm-util.el (mm-line-number-at-pos): New function.
2965
2966         * spam-report.el (spam-report-process-queue): Use it.
2967
2968 2008-12-24  David Engster  <dengste@eml.cc>
2969
2970         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2971         parameters that haven't existed as variables as buffer-local variables.
2972
2973 2008-12-23  Dave Love  <fx@gnu.org>
2974
2975         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2976         cadar.
2977
2978         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2979         imap-starttls-p.
2980         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2981
2982 2008-12-22  Dave Love  <fx@gnu.org>
2983
2984         * imap.el: Fix author email.  Doc fixes.
2985         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2986         reply.
2987
2988 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2989
2990         * spam-report.el (spam-report-gmane-max-requests): New constant.
2991         (spam-report-gmane-wait): New variable.
2992         (spam-report-gmane-ham, spam-report-gmane-spam)
2993         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2994         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2995         the server.
2996
2997         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2998         Add explanations.
2999
3000         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3001         nnheader-accept-process-output and nnheader-read-timeout if available.
3002         (pop3-movemail): Use it.
3003
3004         * message.el (message-check-news-body-syntax): Fix signature check if
3005         there's an attachment.
3006
3007 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3008
3009         * mm-util.el: Add comments to the mm- emulating functions.
3010
3011 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3012
3013         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3014         by Stephen Berman <stephen.berman@gmx.net>.
3015
3016 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3017
3018         * mm-util.el (mm-substring-no-properties): New function.
3019         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3020         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3021         (mm-string-to-multibyte): Doc fix.
3022
3023         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3024
3025 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3026
3027         * mml.el (mml-attach-file): Strip text properties from file name.
3028         (Bug#1574)
3029
3030 2008-12-16  Glenn Morris  <rgm@gnu.org>
3031
3032         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3033
3034 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3035
3036         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3037         knows since the charset specified might be a bogus alias that
3038         mm-charset-synonym-alist provides.
3039
3040 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3041
3042         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3043         "ISO_8859-1".
3044
3045         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3046
3047 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3048
3049         * mm-util.el (mm-charset-eval-alist):
3050         Define it before mm-charset-to-coding-system.
3051         (mm-charset-to-coding-system): Add optional argument `silent';
3052         define it before mm-charset-override-alist.
3053         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3054         default value if it can be used in Emacs currently running;
3055         silence mm-charset-to-coding-system.
3056
3057 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3058
3059         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3060         `allow-override' which says whether to use `mm-charset-override-alist'.
3061         (rfc2047-decode-encoded-words): Use it.
3062
3063         * mm-util.el (mm-charset-override-alist): Fix custom type;
3064         add `(gb2312 . gbk)' to choices.
3065
3066 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3067
3068         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3069         fast.
3070
3071         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3072
3073         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3074
3075 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3076
3077         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3078         on links.
3079
3080         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3081
3082 2008-12-03  Lute Kamstra  <lute@gnu.org>
3083
3084         * sha1.el: Remove leading * from docstrings of defcustoms,
3085         deffaces, defconsts and defuns.
3086
3087 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3088
3089         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3090         users' addresses that don't have domain parts.
3091         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3092         rather than message-narrow-to-head since there will be the message
3093         header separator.
3094
3095 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3096
3097         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3098         since the result is inserted in a unibyte buffer anyway.
3099         (nnimap-demule-use-string-to-multibyte): Remove.
3100         (nnimap-demule): Alias it to mm-string-to-multibyte.
3101
3102 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3103
3104         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3105         variable for debugging bug#464 and bug#1174.
3106         (nnimap-demule): Use it.
3107
3108 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3109
3110         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3111         score calculation correctly.
3112
3113 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3114
3115         * message.el (message-send-mail): Just set the buffer to unibyte
3116         rather than use mm-with-unibyte-current-buffer which does a lot more.
3117         (message-send-mail-partially): Don't bother with
3118         mm-with-unibyte-current-buffer since it's already been made unibyte by
3119         message-send-mail.
3120
3121 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3122
3123         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3124
3125 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3126
3127         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3128
3129 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3130
3131         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3132         require itself and to remove `with-no-warnings'.
3133
3134 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3135
3136         * starttls.el (starttls-any-program-available): Get the name of the
3137         available TLS layer program.
3138         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3139         well as the host name in the "opening" message.
3140
3141         * auth-source.el (auth-source-cache, auth-source-do-cache)
3142         (auth-source-user-or-password): Cache passwords and logins by default,
3143         allow override with `auth-source-do-cache'.
3144         (auth-source-forget-user-or-password): Allow users to remove cache
3145         entries if needed.
3146
3147 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3148
3149         * md4.el (md4-buffer): Fix typo in docstring.
3150         (md4, md4-64): Doc fixes.
3151         (md4-pack-int32): Reflow docstring.
3152
3153 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3154
3155         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3156         condition-case to only the forward-sexp call.
3157
3158 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3159
3160         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3161         quotes contained.  Make it more robust regardless by an extra
3162         condition-case wrapper.
3163
3164 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3165
3166         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3167
3168 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3169
3170         * nnml.el (nnml-request-expire-articles): Check if the function set to
3171         `nnmail-expiry-target' returns the symbol `delete'.
3172
3173         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3174
3175         * nnmail.el (nnmail-expiry-target): Fix custom type.
3176
3177 2008-10-02  Glenn Morris  <rgm@gnu.org>
3178
3179         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3180         Silence compiler warning.
3181
3182 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3183
3184         * tls.el (open-tls-stream): Show the actual command being
3185         executed, instead of the format string.
3186
3187 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3188
3189         * lpath.el: Fbind codepage-setup for Emacs 23.
3190
3191 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3192
3193         * mml.el (mml-menu): Don't assume mml2015 is bound.
3194
3195 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3196
3197         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3198         exists.
3199
3200 2008-09-27  Glenn Morris  <rgm@gnu.org>
3201
3202         * gnus-util.el (mail-header-remove-comments): Autoload it.
3203
3204 2008-09-27  Andreas Schwab  <schwab@suse.de>
3205
3206         * gnus-util.el (gnus-split-references): Strip comments.
3207         (gnus-parent-id): Likewise.
3208
3209 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3210
3211         * message.el (message-confirm-send): Fix version.
3212
3213 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3214
3215         * message.el (message-idna-to-ascii-rhs-1): Use
3216         mail-extract-address-components rather than mail-header-parse-addresses
3217         that is an alias by default to ietf-drums-parse-addresses that does not
3218         support non-ASCII names in headers' contents.
3219
3220 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3221
3222         * message.el (message-confirm-send): Fixed variable documentation to
3223         avoid the "y/n" wording.
3224
3225 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3226
3227         * message.el (message-set-auto-save-file-name): Save to a different
3228         filename so multiple messages (especially drafts) can be recovered.
3229
3230 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3231
3232         * message.el (message-confirm-send): Add appropriate version.
3233
3234 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3235
3236         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3237         defvar.
3238
3239 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3240
3241         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3242         (mm-pkcs7-enveloped-magic): Ditto.
3243
3244 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3245
3246         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3247         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3248
3249 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3250
3251         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3252         default, it's better.
3253
3254 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3255
3256         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3257         summary line gnus-number property and ignore them (with a warning
3258         message).
3259
3260 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3261
3262         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3263         macro caddr in the interactive form since it won't be expanded.
3264
3265 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3266
3267         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3268         `charset'; fix name of function called recursively.
3269         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3270
3271 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3272
3273         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3274         (gnus-mime-set-charset-parameters): New function.
3275         (gnus-mime-view-part-as-charset): Use it to correctly display part
3276         specifying wrong charset.
3277
3278 2008-09-08  David Engster  <dengste@eml.cc>
3279
3280         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3281         in completing-read for back end server.
3282
3283 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3284
3285         * message.el (message-confirm-send): New variable to confirm sending a
3286         message.
3287         (message-send): Use it.
3288
3289 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3290
3291         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3292
3293 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3294
3295         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3296
3297 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3298
3299         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3300         prevent tracking too many groups.
3301         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3302         Use it.
3303
3304 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3305
3306         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3307         moving point to the bottom of the window in order to avoid recentering.
3308
3309 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3310
3311         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3312
3313         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3314         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3315         (gnus-article-beginning-of-window): Fix calculation.
3316
3317 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3318
3319         * gnus-msg.el (gnus-summary-supersede-article)
3320         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3321         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3322         message header.
3323
3324 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3325
3326         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3327         pending output coming after the status change.
3328
3329 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3330
3331         * message.el:
3332         * gnus-start.el:
3333         * gnus-registry.el: Remove VMS support.
3334
3335 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3336
3337         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3338         macro.
3339         (rfc2104-hash): Use it.
3340
3341 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3342
3343         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3344         (gnus-summary-sort-by-most-recent-date): New commands.
3345         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3346         and menu entries.
3347
3348 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3349
3350         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3351         don't redisplay article for raw contents; remove plural articles stuff.
3352
3353         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3354         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3355         on gnus-summary-save-article; display results properly.
3356
3357 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3358
3359         * lpath.el: No need to fbind ns-focus-frame.
3360
3361 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3362
3363         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3364
3365 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3366
3367         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3368         gnus-save-all-headers.
3369
3370 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3371
3372         * gnus-util.el (ns-focus-frame): Remove declaration.
3373         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3374         like x.
3375
3376 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3377
3378         * rfc2104.el (rfc2104-zero): Delete defconst.
3379         (rfc2104-hex-alist): Likewise.
3380         (rfc2104-hex-to-int): Delete func.
3381         (rfc2104-hexstring-to-bitstring): Likewise.
3382         (rfc2104-nybbles): New defconst.
3383         (rfc2104-hash): Rewrite for speed.
3384
3385 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3386
3387         * tls.el (open-tls-stream): Make it work with the 2nd argument
3388         BUFFER that is a string but does not exist as a buffer object, as
3389         mentioned in the doc-string.
3390
3391 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3392
3393         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3394         SXEmacs.
3395
3396 2008-07-16  Glenn Morris  <rgm@gnu.org>
3397
3398         * gnus-util.el (ns-focus-frame): Declare for compiler.
3399
3400 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3401
3402         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3403         set as a group parameter.
3404         (gnus-summary-save-in-pipe): Work when it is called independently.
3405         (gnus-summary-pipe-to-muttprint): Don't modify
3406         gnus-summary-pipe-output-default-command.
3407
3408 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3409
3410         * message.el (message-send-mail-with-sendmail):
3411         Display the error message.
3412
3413 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3414
3415         * gnus-art.el (gnus-default-article-saver):
3416         Add gnus-summary-save-in-pipe to choices.
3417         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3418         gnus-summary-pipe-output-default-command as the default command.
3419         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3420         instead of gnus-last-shell-command.
3421
3422         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3423         New user option.
3424         (gnus-summary-muttprint-program): Mention the value will be changed.
3425         (gnus-summary-save-article): Force showing of all headers.
3426         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3427
3428 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3429
3430         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3431
3432 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3433
3434         * nnimap.el (nnimap-id):
3435         * sieve-manage.el (sieve-manage-open): Doc fixes.
3436
3437 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3438
3439         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3440         if available.
3441
3442 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3443
3444         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3445
3446         * nnkiboze.el (nnkiboze-generate-group):
3447         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3448
3449         * nnmairix.el: Require CL.
3450
3451 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3452
3453         * dgnushack.el: Autoload get-display-table and put-display-table for
3454         XEmacs 21.5.
3455
3456         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3457         21.4 and SXEmacs.
3458
3459 2008-06-15  David Engster  <dengste@eml.cc>
3460
3461         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3462
3463 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3464
3465         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3466         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3467         runtime choice under XEmacs.
3468
3469         * gnus-sum.el (gnus-summary-set-display-table):
3470         Use `gnus-put-display-table', `gnus-get-display-table',
3471         `gnus-set-display-table' for the display table, instead of `aset'.
3472
3473         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3474         Use `gnus-put-display-table', `gnus-get-display-table',
3475         `gnus-set-display-table' for the display table.
3476
3477 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3478
3479         * nnmairix.el: Add autoloads.
3480
3481 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3482
3483         * nnmairix.el (nnmairix-delete-recreate-group)
3484         (nnmairix-update-and-clear-marks): Fix error messages.
3485
3486 2008-06-14  David Engster  <dengste@eml.cc>
3487
3488         * nnmairix.el: Upgrade to version 0.6.
3489         (nnmairix-group-toggle-propmarks-this-group)
3490         (nnmairix-group-toggle-readmarks-this-group)
3491         (nnmairix-group-delete-recreate-this-group)
3492         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3493         (nnmairix-remove-tick-mark-original-article): New commands.
3494         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3495         (nnmairix-propagate-marks-to-nnmairix-groups)
3496         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3497         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3498         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3499         functions needed for marks propagation and manipulation of read marks.
3500         (nnmairix-update-groups): New function.
3501         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3502         (nnmairix-determine-original-group-from-registry)
3503         (nnmairix-determine-original-group-from-path)
3504         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3505         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3506         New helper functions.
3507         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3508         keystrokes for new commands.
3509         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3510         (nnmairix-request-group): Check allow-fast group parameter.
3511         (nnmairix-request-create-group): Set allow-fast group parameter if
3512         nnmairix-allowfast-default is set.
3513         (nnmairix-close-group): Propagate marks upon closing if needed.
3514         (nnmairix-group-toggle-threads-this-group): Use new.
3515         nnmairix-group-toggle-parameter helper function.
3516         (nnmairix-search): Better check for empty search result.
3517         (nnmairix-goto-original-article): Use new helper functions for
3518         determining original article.
3519         (nnmairix-show-original-article): Make sure message-id is in brackets.
3520         (nnmairix-call-mairix-binary): Change variable name.
3521         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3522         helper function.
3523         (nnmairix-widget-toggle-activate): Fix doc string.
3524
3525 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3526
3527         * nnir.el: Require edmacro when compiling with XEmacs.
3528         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3529         available in Emacs 21.
3530
3531 2008-06-11  Glenn Morris  <rgm@gnu.org>
3532
3533         * gnus-util.el (x-focus-frame):
3534         * gnus.el (image-size):
3535         * mm-decode.el (image-size): Declare.
3536
3537         * gnus-picon.el (declare-function): Add compat definition.
3538         (image-size): Declare.
3539
3540         * gnus-group.el (tool-bar-map):
3541         * gnus-sum.el (tool-bar-map): Define for compiler.
3542
3543         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3544
3545         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3546
3547         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3548         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3549         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3550         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3551         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3552         * sieve-manage.el, spam-report.el, spam.el:
3553         Remove unnecessary eval-and-compile of autoloads.
3554
3555 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3556
3557         * auth-source.el: Precise Tramp doc.
3558
3559 2008-06-07  Glenn Morris  <rgm@gnu.org>
3560
3561         * nnmairix.el: Remove unnecessary eval-when-compile.
3562
3563 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3564
3565         * lpath.el: Fbind propertize for XEmacs 21.4.
3566
3567 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3568
3569         * nnir.el: Move here from ../contrib.
3570
3571 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3572
3573         * gnus-util.el (gnus-read-shell-command): New function.
3574         * mm-decode.el (mm-pipe-part):
3575         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3576
3577 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3578
3579         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3580
3581 2008-06-03  Glenn Morris  <rgm@gnu.org>
3582
3583         * pop3.el (nnheader-accept-process-output): Autoload it.
3584
3585 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3586
3587         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3588         are not 2-digit hexadecimal characters that follow `%'s.
3589
3590 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3591
3592         * message.el (message-bogus-recipient-p): Fix type in doc string.
3593         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3594         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3595         Improve custom options.
3596         (message-bogus-recipient-p): Adjust accordingly.
3597
3598 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3599
3600         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3601         long-form month and day names.
3602
3603 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3604
3605         * dgnushack.el: Autoload debug, eudc-expand-inline and
3606         pgg-snarf-keys-region for XEmacs.
3607
3608         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3609
3610         * nnmairix.el: Require edmacro when compiling with XEmacs.
3611
3612 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3613
3614         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3615         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3616
3617 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3618
3619         * auth-source.el: Add more docs.
3620
3621         * netrc.el (netrc-machine): Always match if the port is not given.
3622
3623 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3624
3625         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3626         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3627         retrieval faster in some cases, but might make CPU usage larger.  If
3628         this has any bad side effects, we might revert this change.
3629
3630         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3631         seems to make mail retrieval much, much faster.
3632         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3633         unconditionally.
3634
3635         * gnus-draft.el (gnus-group-send-queue): Bind
3636         message-send-mail-partially-limit to nil to avoid being prompted.
3637
3638 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3639
3640         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3641
3642         * message.el (message-bogus-address-regexp): Fix and improve custom
3643         type.
3644         (message-setup-hook): Add message-check-recipients as custom option.
3645
3646 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3647
3648         * message.el (message-cite-function): Remove bogus autoload which crept
3649         in during merge from v5-10.
3650
3651 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3652
3653         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3654
3655         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3656
3657         * auth-source.el: Preliminary Tramp docs.
3658         (auth-sources): Change the default auth-sources to use
3659         EPA .gpg files.
3660
3661 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3662
3663         * nntp.el: Autoload `auth-source-user-or-password'.
3664         (nntp-send-authinfo): Use it.
3665
3666         * nnimap.el: Autoload `auth-source-user-or-password'.
3667         (nnimap-open-connection): Use it.
3668
3669         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3670         for the gnus-message function.
3671         (auth-source-user-or-password): Use it.
3672
3673 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3674
3675         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3676         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3677         (rfc2104-hash): Use it.
3678
3679 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3680
3681         * gnus-art.el (gnus-article-toggle-truncate-lines):
3682         Don't use `iff' in docstring.
3683
3684 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3685
3686         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3687
3688         * gnus-util.el (gnus-extract-address-component-name)
3689         (gnus-extract-address-component-email): Convenience functions around
3690         `gnus-extract-address-components'.
3691
3692         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3693         Use `gnus-extract-address-component-email' to fix bug of comparing full
3694         sender name to `user-mail-address'.
3695
3696 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3697
3698         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3699         catch/throw to optimize.
3700         (gnus-registry-find-keywords): Just use member to find a keyword.
3701
3702 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3703
3704         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3705         is current before calling gnus-server-prepare.
3706         (gnus-server-setup-buffer, gnus-server-update-server)
3707         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3708
3709 2008-05-04  Juri Linkov  <juri@jurta.org>
3710
3711         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3712         (mailcap-file-default-commands): Use mailcap-replace-in-string
3713         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3714         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3715
3716 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3717
3718         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3719
3720 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3721
3722         * gnus.el: Bump version to 0.11.
3723
3724 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3725
3726         * gnus.el: No Gnus v0.10 is released.
3727
3728 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3729
3730         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3731         hooks.
3732         (gnus-update-read-articles): Speed up non-marks-using users.
3733         (gnus-use-marks): Define gnus-use-marks.
3734         (gnus-propagate-marks): Rename variable to something more sensible.
3735
3736 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3737
3738         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3739         (gmm-image-load-path-for-library): Fix typos in docstrings.
3740         (gmm-message): Reflow docstring.
3741
3742 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3743
3744         * mail-source.el (mail-source-set-1, mail-source-bind):
3745         Move auth-source code out of the macro to clean it up and fix bugs.
3746
3747 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3748
3749         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3750         by sender if it's equal to user-mail-address, it's likely to be
3751         useless.
3752
3753         * mail-source.el (mail-source-bind): Don't use user or password if they
3754         are not bound.  Unintern them if they are nil.  Don't use server unless
3755         it's bound, and default it to empty string otherwise.
3756
3757 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3758
3759         * mail-source.el: Load auth-source.el.
3760         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3761         get user name or password, if auth-sources is set up.
3762
3763         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3764         strategy of splitting with parent.
3765         (gnus-registry-split-fancy-with-parent)
3766         (gnus-registry-post-process-groups): Use it and fix prior
3767         bug (returning a list as the split result).
3768
3769         * auth-source.el (auth-sources): Remove server parameter.
3770         (auth-source-pick, auth-source-user-or-password)
3771         (auth-source-user-or-password-imap)
3772         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3773         (auth-source-user-or-password-sftp)
3774         (auth-source-user-or-password-smtp): Remove server parameter.
3775
3776 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3777
3778         * smime.el (smime-sign-region, smime-encrypt-region)
3779         (smime-decrypt-region):
3780         Remove redundant calls to `generate-new-buffer-name'.
3781
3782 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3783
3784         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3785         Don't use QP for message/rfc822.
3786         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3787
3788 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3789
3790         * sieve-manage.el (sieve-string-bytes): Remove.
3791         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3792         correct byte-length only if the process's coding-system is the same as
3793         the one used internally by Emacs to represent strings.
3794
3795 2008-04-22  Juri Linkov  <juri@jurta.org>
3796
3797         * mailcap.el (mailcap-file-default-commands): New function.
3798
3799 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3800
3801         * message.el (message-signature-separator, message-cite-function):
3802         Change custom version.
3803
3804 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3805
3806         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3807         commands.
3808         (tls-checktrust): Ditto.
3809
3810 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3811
3812         * mm-decode.el (mm-display-external): Make temp file read-only.
3813
3814 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3815
3816         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3817         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3818         `C-c C-f d'.
3819
3820 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3821
3822         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3823
3824 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3825
3826         * gnus.el: Bump version to 0.9.
3827
3828 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3829
3830         * gnus.el: No Gnus v0.8 is released.
3831
3832 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3833
3834         * mail-source.el (mail-source-value):
3835         Prefer fboundp to functionp so it works with macros as well.
3836
3837 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3838
3839         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3840         Fix last change in case the element is not even a symbol.
3841
3842 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3843
3844         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3845         Prefer fboundp to functionp so it works with macros as well.
3846
3847 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3848
3849         * auth-source.el: Added docs.
3850         (auth-sources): Modify format to support server.
3851         (auth-source-pick, auth-source-user-or-password)
3852         (auth-source-user-or-password-imap)
3853         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3854         (auth-source-user-or-password-sftp)
3855         (auth-source-user-or-password-smtp): Add server parameter.
3856
3857 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3858
3859         * gnus-registry.el: Initialize the registry when gnus-registry-install
3860         is t.
3861
3862 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3863
3864         * compface.el (uncompface): Make buffer unibyte.
3865
3866 2008-04-05  Glenn Morris  <rgm@gnu.org>
3867
3868         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3869
3870 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3871
3872         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3873         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3874
3875         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3876         multibyteness after rather than before erasing it.
3877
3878         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3879         mm-with-multibyte.
3880         (gnus-request-article-this-buffer): Make sure the proper decoding is
3881         used if gnus-original-article-buffer happens to be unibyte.
3882
3883         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3884         default-enable-multibyte-characters.
3885
3886         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3887         default-enable-multibyte-characters.
3888
3889         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3890
3891         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3892
3893 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3894
3895         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3896         (imap-message-copyuid-1): Use it.
3897         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3898         J. Williams in
3899         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3900
3901         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3902         imap-enable-exchange-bug-workaround.
3903         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3904
3905 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3906
3907         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3908         a 100 byte status-checks into a 2-3MB transfer for each group.
3909         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3910         to enable bug workaround or not.
3911         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3912
3913 2008-03-31  Glenn Morris  <rgm@gnu.org>
3914
3915         * message.el (mml2015-use): Declare for compiler.
3916         (message-info): Require mml2015 when appropriate.
3917
3918 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3919
3920         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3921         whitespace.
3922
3923 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3924
3925         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3926         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3927         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3928         (nntp-service-to-port): New function.
3929         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3930         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3931         (nntp-open-netcat-stream): New function.
3932         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3933
3934 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3935
3936         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3937
3938 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3939
3940         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3941
3942 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3943
3944         * dns.el (dns-write): Use set-buffer-multibyte.
3945
3946 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3947
3948         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3949
3950 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3951
3952         * message.el (message-signature-separator): Change default.
3953         Improve custom type.
3954         (message-cite-function): Change default to
3955         message-cite-original-without-signature.
3956
3957         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3958         toggle.
3959
3960         * message.el (message-check-news-body-syntax): Fix signature check.
3961         (message-setup-1): Mark buffer as unmodified _after_ running
3962         message-setup-hook and handling message-alternative-emails.
3963         (message-shorten-references): Be more strict when building list of
3964         valid references to comply with GNKSA.
3965
3966         * gnus-group.el (gnus-read-ephemeral-bug-group)
3967         (gnus-read-ephemeral-debian-bug-group)
3968         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3969
3970         * message.el (message-info): Don't use booleanp which isn't supported
3971         in Emacs 21 and XEmacs.
3972
3973 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3974
3975         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3976         gnus-group-gmane-group-download-format.
3977         (gnus-group-read-ephemeral-gmane-group): Rename from
3978         gnus-group-read-ephemeral-gmane-group.
3979         (gnus-read-ephemeral-gmane-group-url): Rename from
3980         gnus-group-read-ephemeral-gmane-group-url.
3981         (gnus-bug-group-download-format-alist): New variable.
3982         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3983         (gnus-read-ephemeral-emacs-bug-group): New commands.
3984
3985 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3986
3987         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3988         (gnus-visible-headers): Improve custom type.
3989
3990 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3991
3992         * mml.el (mml-menu): Add workarounds for XEmacs.
3993
3994         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3995         X-Boundary header.
3996
3997         * message.el (message-simplify-recipients): Fix previous commit.
3998
3999 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4000
4001         * mm-util.el (mm-set-buffer-multibyte): New function.
4002         * mm-decode.el (mm-copy-to-buffer): Use it.
4003
4004 2008-03-19  Glenn Morris  <rgm@gnu.org>
4005
4006         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4007         Accidentally removed in the sync process with Emacs.
4008
4009 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4010
4011         * message.el (message-alter-recipients-discard-bogus-full-name):
4012         New function.
4013         (message-alter-recipients-function): New variable.
4014         (message-get-reply-headers): Use it.
4015         (message-replace-header): New helper function.
4016         (message-recipients-without-full-name): New variable.
4017         (message-simplify-recipients): New command.
4018
4019         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4020
4021         * message.el (message-info): Handle EasyPG manual.
4022
4023         * mml.el (mml-menu): Add entry for EasyPG.
4024
4025 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4026
4027         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4028         parameter.
4029
4030         * message.el (message-disassociate-draft): Specify drafts group name
4031         fully.
4032
4033 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4034
4035         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4036         unnecessary duplicates from the match list.
4037
4038 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4039
4040         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4041
4042         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4043
4044         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4045         args of `how-many' of which the XEmacs version doesn't take; declare
4046         Info-index-next as function.
4047
4048 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4049
4050         * gnus-score.el (gnus-score-headers): Fix handling of
4051         gnus-inhibit-slow-scoring.
4052
4053         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4054         string.
4055         (gnus-button-url-regexp): Improve handling of parenthesis.
4056         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4057         (gnus-button-handle-info-keystrokes): Handle index entries.
4058
4059 2008-03-15  Glenn Morris  <rgm@gnu.org>
4060
4061         * parse-time.el (parse-time-string): Simplify.
4062
4063 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4064
4065         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4066         Incoming* files.
4067
4068 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4069
4070         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4071         (auth-source-pick): Use it.
4072
4073 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4074
4075         * binhex.el (binhex-decode-region-internal):
4076         * uudecode.el (uudecode-decode-region-internal):
4077         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4078         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4079         setting default-enable-multibyte-characters.
4080
4081 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4082
4083         * auth-source.el (auth-source-protocols)
4084         (auth-source-protocols-customize, auth-source-choices): Added and
4085         modified variable customizations and defaults.
4086         (auth-source-pick, auth-source-user-or-password)
4087         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4088         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4089         (auth-source-user-or-password-sftp)
4090         (auth-source-user-or-password-smtp): Use new variables and provide an
4091         interface to netrc.el.
4092
4093 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4094
4095         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4096         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4097         Make sure the nntp port to specify is a string.
4098
4099 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4100
4101         * nntp.el: Use with-current-buffer.
4102         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4103         dubious mm-with-unibyte-current-buffer.
4104         (nntp-with-open-group-function): New function extracted from
4105         nntp-with-open-group macro.
4106         (nntp-with-open-group): Use the function, so it's easier to debug.
4107         Add indentation and debugging info.
4108         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4109         the use of the netcat alternatives.
4110
4111         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4112         Avoid mm-string-as-multibyte as well.
4113
4114         * nnweb.el (nnweb-insert-html):
4115         Remove use of nnheader-string-as-multibyte.
4116
4117         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4118         (nnheader-string-as-multibyte): Remove.
4119
4120         * mm-view.el: Use inhibit-read-only.
4121         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4122         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4123         or unibyte-string.
4124
4125         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4126         (mm-uu-yenc-extract): Use with-current-buffer.
4127
4128         * gnus-soup.el (gnus-soup-send-packet): Don't use
4129         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4130
4131         * nnmh.el: Use with-current-buffer.
4132         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4133         mm-string-as-multibyte on the output of mm-encode-coding-string.
4134
4135         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4136         (nnimap-request-move-article): Use with-current-buffer.
4137
4138         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4139         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4140         conversion uses string-make-unibyte rather than string-as-unibyte.
4141
4142         * gnus-msg.el: Use with-current-buffer.
4143
4144         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4145
4146 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4147
4148         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4149         string for caching if it is 'PIN.
4150
4151 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4152
4153         * lpath.el: Consider the case without Emacs/W3.
4154
4155 2008-03-08  Glenn Morris  <rgm@gnu.org>
4156
4157         * time-date.el (date-to-time, time-subtract, time-add)
4158         (safe-date-to-time): Doc fixes.
4159
4160 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4161
4162         * mail-source.el (mail-source-delete-old-incoming-confirm):
4163         Change default to nil.
4164         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4165
4166 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4167
4168         * lpath.el: Rearrange.
4169
4170         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4171         (gnus-article-goto-prev-page): Work for articles having ^L's.
4172
4173         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4174
4175         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4176
4177 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4178
4179         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4180         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4181         (gnus-bookmark-jump): Adjust some variable names.
4182
4183 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4184
4185         * auth-source.el: New package.
4186         (auth-source-choices): Add customization entry point variable.
4187
4188         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4189         bug.
4190
4191 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4192
4193         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4194         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4195         (gnus-registry-install-shortcuts): Rename from
4196         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4197         the `gnus-registry-mark-map' keymap dynamically from
4198         `gnus-registry-marks'.  The generated functions update the summary line
4199         when a registry mark is added or deleted, and will call
4200         `gnus-registry-install-p' (see the comments in the code).
4201         (gnus-registry-user-format-function-M): Use concat intelligently.
4202
4203         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4204         the registry mark functions.
4205
4206 2008-03-05  Glenn Morris  <rgm@gnu.org>
4207
4208         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4209         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4210         gnus-art.
4211         (top-level): No need to load own source when compiling.
4212
4213 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4214
4215         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4216         Suggested by <chris.anderton@zetnet.co.uk>.
4217
4218 2008-03-04  Glenn Morris  <rgm@gnu.org>
4219
4220         * gnus-sum.el (top-level): No need to require gnus when compiling,
4221         since unconditionally required near start of file.
4222         (gnus-summary-display-while-building): Move definition before use.
4223
4224 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4225
4226         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4227         formatting function.
4228
4229 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4230
4231         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4232         with plists.
4233         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4234         Use new format.
4235
4236 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4237
4238         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4239         `where-is-internal' that returns a range of key sequences.
4240
4241 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4242
4243         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4244
4245         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4246         (gnus-summary-jump-to-group): Consider windows on other displayed
4247         frames as well.  Similar changes might be needed elsewhere, but that's
4248         the one I've bumped into during my use.
4249
4250         * nndoc.el (nndoc-oe-dbx-type-p):
4251         * gnus-msg.el (gnus-debug):
4252         * gnus-group.el (gnus-update-group-mark-positions):
4253         Use mm-string-to-multibyte.
4254
4255 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4256
4257         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4258         doesn't handle NotDashEscaped.
4259
4260         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4261         (mml-dnd-attach-options): Fix typo in custom choice.
4262
4263         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4264         nndoc-article-type to mbox.
4265         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4266
4267         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4268         to nil, instead of html2text.
4269
4270         * imap.el (imap-debug): Add `imap-ping-server'.
4271
4272         * gnus-bookmark.el: Add FIXMEs.
4273
4274         * message.el (message-form-letter-separator)
4275         (message-send-form-letter-delay): New variables.
4276         (message-send-form-letter): Use them.  New command to send form
4277         letters.  Requested by Uwe Siart.
4278         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4279
4280 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4281
4282         * Update copyright years.
4283
4284 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4285
4286         Sync from EMACS_22_BASE.
4287
4288         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4289
4290 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4291
4292         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4293         empty author.
4294
4295 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4296
4297         * gnus-registry.el (gnus-registry-marks): Add variable for
4298         customization of marks and their appearance.
4299         (gnus-registry-read-mark): Use it.
4300         (gnus-registry-do-marks): Add utility function to loop through
4301         `gnus-registry-marks'.
4302         (gnus-registry-install-shortcuts-and-menus): Add function to install
4303         shortcuts and menus.
4304         (gnus-registry-initialize): Use it.
4305         (gnus-registry-default-mark): Clarify documentation.
4306
4307 2008-02-29  Glenn Morris  <rgm@gnu.org>
4308
4309         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4310         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4311         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4312         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4313         Change defcustom :version from 23.0 to 23.1.
4314
4315 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4316
4317         * gnus-registry.el (gnus-registry-follow-group-p)
4318         (gnus-registry-post-process-groups): Add functions to aid registry
4319         splitting and improve logging.  Clarify behavior in function
4320         documentation.
4321         (gnus-registry-split-fancy-with-parent): Use them.
4322
4323 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4324
4325         * gnus-art.el: Use with-current-buffer.
4326
4327 2008-02-27  David Engster  <dengste@eml.cc>
4328
4329         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4330         Express real group name in the response.
4331
4332 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4333
4334         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4335         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4336         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4337         autoload gnus-registry-fetch-group when compiling.
4338         (nnmairix-request-group-with-article-number-correction): Remove
4339         unreferenced argument passed to nnmairix-call-backend.
4340
4341 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4342
4343         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4344         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4345         Wilde.
4346
4347 2008-02-27  Glenn Morris  <rgm@gnu.org>
4348
4349         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4350         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4351         variables to defconsts.  Convert comments to doc-strings.
4352         (nnmairix-last-server, nnmairix-current-server): Convert from free
4353         variables to defvars.  Convert comments to doc-strings.
4354         (gnus-registry-fetch-group): Autoload.
4355         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4356         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4357         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4358         caddr.
4359         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4360         nnmairix-request-group-with-article-number-correction call.
4361         (nnmairix-fast, nnmairix-group): New, less general names, for free
4362         variables passed from nnmairix-request-group to
4363         nnmairix-request-group-with-article-number-correction.  Declare.
4364         (nnmairix-request-group-with-article-number-correction):
4365         Use nnmairix-fast, nnmairix-group rather than fast, group.
4366
4367 2008-02-26  David Engster  <dengste@eml.cc>
4368
4369         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4370         version 0.5.
4371
4372 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4373
4374         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4375         instead of making an extra function call.  Don't add the current group
4376         to articles only when they have the group.  Use
4377         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4378         Reported by David <de_bb@arcor.de>.
4379
4380 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4381
4382         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4383         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4384
4385 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4386
4387         * mail-source.el (mail-source-delete-incoming): Change default.
4388         Supplement doc string.
4389
4390         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4391
4392 2008-02-14  Glenn Morris  <rgm@gnu.org>
4393
4394         * time-date.el (format-seconds): New function.
4395
4396 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4397
4398         * nnmail.el (nnmail-message-id-cache-file): Derive from
4399         `gnus-home-directory'.
4400
4401 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4402
4403         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4404         Document negative prefix.
4405
4406         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4407
4408 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4409
4410         * message.el (message-unsent-separator): Add the Exim bounce
4411         separator.
4412
4413 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4414
4415         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4416         list.
4417         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4418         recipient/signer list.
4419
4420 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * Makefile.in (datarootdir): Define.
4423         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4424         name that might contain whitespace.
4425
4426 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4427
4428         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4429         fbound (Emacs 23 unicode), signal an error.
4430
4431 2008-02-08  Glenn Morris  <rgm@gnu.org>
4432
4433         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4434
4435 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4436
4437         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4438         ports to the calls to `netrc-machine-user-or-password' in addition to
4439         "imap" and "imaps".
4440
4441 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4442
4443         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4444
4445         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4446
4447 2008-02-01  Kenichi Handa  <handa@m17n.org>
4448
4449         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4450         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4451         (rfc2104-hash): Convert the result of concat to unibyte string.
4452
4453 2008-02-01  Dave Love  <fx@gnu.org>
4454
4455         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4456         coding-system-for-read.
4457         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4458
4459 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4460
4461         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4462         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4463         <hanche@math.ntnu.no>.
4464
4465 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4466
4467         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4468
4469         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4470
4471 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4472
4473         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4474         * message.el (message-beginning-of-line): Use featurep instead of bound
4475         tests in order to resolve conditionals at compile time.
4476
4477 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4478
4479         * mail-source.el (mail-sources): Add `group' choice.
4480
4481         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4482         parameter `in-group' to control into which group the articles go.
4483         Add treatment of `group' mail-source.
4484
4485 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4486
4487         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4488
4489         * mm-decode.el (mm-dissect-buffer): Decode description.
4490
4491         * mml.el (mml-to-mime): Encode message header first.
4492
4493 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4494
4495         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4496         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4497
4498         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4499         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4500
4501 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4502
4503         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4504
4505 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4506
4507         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4508         prefix keys.
4509         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4510         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4511         gnus-xmas.el.
4512
4513         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4514         (gnus-xmas-article-describe-bindings): New function.
4515         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4516         gnus-xmas-article-describe-bindings.
4517
4518         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4519
4520 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4521
4522         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4523         Add new variables for article mark management.
4524         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4525         list of extra data entries which, when present, will indicate that the
4526         article ID should not be trimmed from the registry.
4527         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4528         functions.
4529         (gnus-registry-read-mark): New function to read a mark name from the
4530         user.
4531         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4532         (gnus-registry-set-article-mark-internal): New functions to add and
4533         remove marks.
4534         (gnus-registry-get-article-marks): New function to show the marks for
4535         an article, or retrieve them for further use.
4536
4537 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4538
4539         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4540         keys when no argument is given.
4541
4542 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4543
4544         * imap.el (imap-ping-server): New variable.
4545         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4546         (imap-ping-server): Minor doc string fixes.
4547
4548 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4549
4550         * imap.el (imap-ping-server): New function.
4551         (imap-opened): Call imap-ping-server.
4552
4553 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4554
4555         * gnus-sum.el (gnus-article-sort-by-random)
4556         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4557         jidanni@jidanni.org.
4558
4559 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4560
4561         * gnus-art.el (gnus-article-describe-bindings): New function.
4562         (gnus-article-read-summary-keys): Use it.
4563         (gnus-article-mode-map): Bind `C-h b' to it.
4564
4565 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4566
4567         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4568         XEmacs.
4569         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4570         against non-character events.
4571
4572         * lpath.el: Fbind map-keymap for Emacs 21.
4573
4574 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4575
4576         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4577         command.
4578         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4579         instead of END.  Change name of the temp file.
4580         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4581         customizable.
4582
4583 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4584
4585         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4586         bind `S W' to gnus-article-wide-reply-with-original; set default
4587         binding to gnus-article-read-summary-send-keys.
4588         (gnus-article-read-summary-keys): Fix the order of keys; display
4589         continuation keys correctly in the echo area; describe bindings
4590         correctly when keys end with `C-h'.
4591         (gnus-article-read-summary-send-keys): New function.
4592         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4593         for gnus-article-read-summary-send-keys; display continuation keys
4594         correctly in the echo area.
4595         (gnus-article-reply-with-original): Ignore prefix argument.
4596         (gnus-article-wide-reply-with-original): New function.
4597
4598         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4599         Emacs 21.
4600
4601 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4602
4603         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4604         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4605
4606 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4607
4608         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4609         (gnus-group-read-ephemeral-gmane-group): New command.
4610
4611 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4612
4613         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4614
4615 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4616
4617         * message.el (message-send-mail-function): Increase custom version.
4618
4619         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4620         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4621
4622 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4623
4624         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4625         for the cases where imap-authenticate is called with a nil buffer
4626         parameter.
4627
4628 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4629
4630         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4631         html parts correctly; support forwarded messages.
4632         (gnus-article-browse-html-article): Remove work buffers.
4633
4634         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4635         compiling.
4636         (netrc-bound-and-true-p): New macro.
4637         (netrc-parse): Use it instead of bound-and-true-p that is not available
4638         in XEmacs 21.4.
4639
4640 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4641
4642         * gnus-registry.el (gnus-registry-mark-article)
4643         (gnus-registry-article-marks): Add functionality to mark articles
4644         through the Gnus registry.
4645
4646         * encrypt.el: Clarify documentation for the new pgg method.
4647         (encrypt-file-alist): Add PGG option.
4648         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4649         functionality.  Abstract password key and messaging to external
4650         functions.
4651         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4652         (encrypt-message-method-and-cipher): Add new convenience external
4653         functions.
4654         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4655         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4656
4657         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4658         (netrc-parse): Use encrypt-file-alist to determine if
4659         encrypt-find-model or encrypt-insert-file-contents should be used.
4660
4661         * encrypt.el: Clarify documentation.  Load password-cache or
4662         password, whichever one is found first, instead of autoloading.
4663
4664 2007-12-19  Glenn Morris  <rgm@gnu.org>
4665
4666         * mml.el (message-options-set, message-narrow-to-head)
4667         (message-in-body-p, message-mail-p, message-encode-message-body):
4668         Autoload.
4669         (message-remove-header, message-narrow-to-headers-or-head)
4670         (message-subscribed-p, message-make-mail-followup-to)
4671         (message-position-on-field, message-news-p)
4672         (message-options-set-recipient, message-generate-headers)
4673         (message-sort-headers): Declare as functions.
4674
4675 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4676
4677         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4678         convention in doc string.
4679
4680 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4681
4682         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4683         title to html parts.
4684         (gnus-article-browse-html-article): Pass message header to it.
4685
4686         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4687
4688 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4689
4690         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4691         or password compatible with XEmacs.
4692
4693 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4694
4695         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4696         format document.
4697         (gnus-mime-delete-part): Don't write description line if empty.
4698         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4699
4700 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4701
4702         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4703         (gnus-summary-mark-read-and-unread-as-read)
4704         (gnus-summary-mark-current-read-and-unread-as-read)
4705         (gnus-summary-mark-unread-as-ticked): Doc fix.
4706         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4707
4708 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4709
4710         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4711         Christoph Conrad <christoph.conrad@gmx.de>.
4712
4713 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4714
4715         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4716         yes-or-no-p.
4717
4718 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4719
4720         * mm-decode.el (mm-add-meta-html-tag): New function.
4721         (mm-save-part-to-file, mm-pipe-part): Use it.
4722
4723         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4724         gnus-y-or-n-p instead of y-or-n-p.
4725         (gnus-article-browse-html-parts): Work with message/external-body; use
4726         mm-add-meta-html-tag.
4727
4728 2007-12-11  Glenn Morris  <rgm@gnu.org>
4729
4730         * gnus-cache.el: Require gnus-sum not just when compiling.
4731
4732         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4733
4734         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4735         definitions before use.
4736
4737         * mm-decode.el: Require gnus-util.
4738         (mm-remove-part): Only call delete-annotation on XEmacs.
4739
4740         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4741
4742         * nnmail.el: Require gnus-int.
4743
4744         * spam.el: Move `require's before `eval-when-compile's.
4745
4746         * gnus-ems.el (gnus-alive-p):
4747         * gnus-fun.el (message-goto-eoh):
4748         * gnus-util.el (gnus-group-name-decode):
4749         * mail-source.el (gnus-compress-sequence):
4750         * message.el (Info-goto-node, format-spec):
4751         * mm-bodies.el (message-options-get):
4752         * mm-decode.el (mm-view-pkcs7):
4753         * mm-util.el (gmm-write-region):
4754         * mml-smime.el (mml-compute-boundary)
4755         (gnus-completing-read-with-default):
4756         * mml.el (widget-button-press, gnus-make-hashtable):
4757         * mml1991.el (mm-decode-content-transfer-encoding)
4758         (mm-encode-content-transfer-encoding)
4759         (message-options-get, message-options-set):
4760         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4761         * nnfolder.el (gnus-request-group):
4762         * nnheader.el (ietf-drums-unfold-fws):
4763         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4764         * smime.el (gnus-run-mode-hooks):
4765         * spam-stat.el (gnus-message): Autoload.
4766
4767         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4768         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4769         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4770         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4771         Add declare-function compatibility definition.
4772
4773         * gnus-cache.el (nnvirtual-find-group-art):
4774         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4775         (gnus-add-image, gnus-add-wash-type):
4776         * gnus-group.el (nnkiboze-score-file):
4777         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4778         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4779         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4780         (message-tokenize-header, gnus-get-buffer-create)
4781         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4782         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4783         * gnus.el (gnus-group-decoded-name):
4784         * mail-source.el (imap-capability):
4785         * mm-bodies.el (message-options-set):
4786         * mm-decode.el (gnus-configure-windows):
4787         * mm-extern.el (message-goto-body):
4788         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4789         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4790         (epg-sub-key-validity, message-options-set):
4791         * mml.el (widget-event-point, gnus-configure-windows):
4792         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4793         * mml2015.el (epg-check-configuration, epg-configuration)
4794         (message-options-set):
4795         * nndb.el (nndb-request-article):
4796         * nnfolder.el (gnus-request-create-group):
4797         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4798         * nnmaildir.el (gnus-group-mark-article-read):
4799         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4800         * rfc1843.el (message-fetch-field):
4801         * spam.el (gnus-extract-address-components):
4802         Declare as functions.
4803
4804 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4805
4806         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4807
4808         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4809
4810         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4811         bind show-trailing-whitespace for XEmacs.
4812
4813 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4814
4815         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4816         new no-op macro for backward compatibility.
4817
4818         * imap.el (imap-string-to-integer): New function.
4819
4820 2007-12-09  Glenn Morris  <rgm@gnu.org>
4821
4822         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4823
4824         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4825         * message.el, mm-view.el, sieve-manage.el, smime.el:
4826         Add declare-function compatibility definition.
4827
4828         * gnus-art.el (w3-region, w3m-region, Info-menu):
4829         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4830         * gnus-sum.el (gnus-get-predicate):
4831         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4832         * message.el (mail-abbrev-in-expansion-header-p):
4833         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4834         (w3m-detect-meta-charset, w3m-region):
4835         * sieve-manage.el (password-read, password-cache-add)
4836         (password-cache-remove):
4837         * smime.el (password-read-and-add): Declare as functions.
4838
4839 2007-12-08  David Kastrup  <dak@gnu.org>
4840
4841         * gnus-sum.el (gnus-summary-simplify-subject-query):
4842         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4843         `message'.
4844
4845 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4846
4847         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4848         it to bind idna-program, installation-directory, defined-colors, and
4849         face-attribute for XEmacs of the version that compiles defcustom forms.
4850
4851 2007-12-07  Glenn Morris  <rgm@gnu.org>
4852
4853         * gnus-art.el (article-make-date-line): Revert previous change.
4854
4855 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4856
4857         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4858
4859 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4860
4861         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4862         Call gnus-add-to-range ranges only once with a prepared article-list.
4863
4864 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4865
4866         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4867         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4868         group names with backslashes.  Reported by Tassilo Horn
4869         <tassilo@member.fsf.org>.
4870
4871 2007-12-06  Deepak Goel  <deego3@gmail.com>
4872
4873         * gnus-art.el (article-make-date-line):
4874         * gnus-start.el (gnus-load):
4875         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4876
4877 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4878
4879         * gnus-art.el (gnus-use-idna)
4880         * gnus-start.el (gnus-site-init-file)
4881         * message.el (message-use-idna)
4882         * mm-uu.el (mm-uu-hide-markers)
4883         * smiley.el (smiley-style): Revert changes that suppress warnings.
4884
4885 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4886
4887         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4888         specify charset to html source.  Reported by Christoph Conrad
4889         <christoph.conrad@gmx.de>.
4890
4891 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4892
4893         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4894         idna-program in order to suppress byte compile warning issued by XEmacs
4895         that came to byte compile the default value section of defcustom forms
4896         recently.
4897
4898         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4899         value of installation-directory.
4900
4901         * message.el (message-use-idna): Don't directly refer to the value of
4902         idna-program.
4903
4904         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4905
4906         * smiley.el (smiley-style): Don't directly call face-attribute.
4907
4908 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4909
4910         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4911
4912         * gnus-dired.el: Reduce Gnus dependencies.
4913         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4914         require.  Use autoloads instead.
4915         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4916         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4917         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4918         (gnus-dired-mode): Adjust doc string.
4919         (gnus-dired-mail-mode): New variable.
4920         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4921         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4922         (gnus-dired-mail-buffers): New function.  Return mail or message
4923         composition buffers.
4924         (gnus-dired-attach): Use it.
4925         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4926         NO-DECODE.
4927         (gnus-dired-print): Use `gnus-print-buffer' depending on
4928         `gnus-dired-mail-mode'.
4929
4930 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4931
4932         * rfc2047.el (rfc2047-encoded-word-regexp)
4933         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4934         explaining what regexp patterns are for.
4935
4936 2007-12-04  Glenn Morris  <rgm@gnu.org>
4937
4938         * password.el: Move to password-cache.el.
4939
4940         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4941         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4942         * mml-smime.el (password-read, password-cache-add)
4943         (password-cache-remove):
4944         No need to autoload, since mml-sec requires password.
4945
4946         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4947         * message.el (gnus-extract-address-components):
4948         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4949
4950         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4951         password.
4952
4953 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4954
4955         * mailcap.el: Reduce dependencies.
4956         (mail-header-parse-content-type): Autoload.
4957         (mailcap-delete-duplicates): New alias.
4958         (mailcap-mime-info): Add optional argument NO-DECODE.
4959         (mailcap-mime-types): Use mailcap-delete-duplicates.
4960
4961         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4962
4963 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4964
4965         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4966         (imap-parse-status): Upcase status-att for servers that sends them
4967         lower-case (e.g., MS Exchange 2007).
4968
4969 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4970
4971         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4972         function.
4973
4974         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4975         (gnus-uu-yenc-article): New function.
4976
4977         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4978
4979         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4980         buffer.
4981
4982 2007-12-02  Glenn Morris  <rgm@gnu.org>
4983
4984         * binhex.el (binhex): New custom group.
4985         (binhex-decoder-program, binhex-decoder-switches)
4986         (binhex-use-external): Move to the binhex custom group.
4987
4988         * uudecode.el (uudecode): New custom group.
4989         (uudecode-decoder-program, uudecode-decoder-switches)
4990         (uudecode-use-external): Move to the uudecode custom group.
4991
4992         * netrc.el (top-level): Don't load `encrypt' features.
4993         (netrc-parse): Don't use encrypt.
4994         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4995
4996         * encrypt.el: Remove file.
4997
4998 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4999
5000         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5001         matches on patches.
5002
5003         * gnus-art.el (gnus-article-browse-html-article): Mention
5004         `mm-text-html-renderer' in the doc string.
5005
5006         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5007         string.  Add comments.
5008
5009         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5010         if rhs is ASCII.
5011
5012 2007-12-01  Glenn Morris  <rgm@gnu.org>
5013
5014         * mail-source.el (top-level): Require format-spec before
5015         eval-when-compile.
5016
5017 2007-11-30  Glenn Morris  <rgm@gnu.org>
5018
5019         * encrypt.el: Require password, rather than autoloading password-read.
5020
5021 2007-11-29  Glenn Morris  <rgm@gnu.org>
5022
5023         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5024         (sasl-make-client, sasl-next-step, sasl-step-data)
5025         (sasl-step-set-data): Declare as functions.
5026
5027 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5028
5029         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5030
5031 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5032
5033         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5034         certs should be verified and what is to be done in the event of a
5035         verification failure.
5036
5037         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5038         caller can indicate whether the cache should be disregarded for this
5039         call.  This way the result of the call is reproducible at all times and
5040         can be considered a canonical server name for the supplied method.
5041         (gnus-agent-method-p): Canonicalize server names by pushing their
5042         method through `gnus-method-to-server' using the no-cache argument.
5043
5044         * gnus-srvr.el (gnus-server-insert-server-line): Call
5045         `gnus-method-to-server' with `no-cache' argument.
5046
5047         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5048         gnus-agent-possibly-synchronize-flags as this should be called when the
5049         server is actually being opened.
5050         (gnus-agent-possibly-synchronize-flags)
5051         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5052         flags file of an agentized server to the latter function.
5053
5054         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5055         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5056         after a connection has been established successfully.
5057
5058 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5059
5060         * gnus-art.el (article-display-face): Force to display face if called
5061         interactively; check if gnus-article-x-face-too-ugly matches author.
5062         (article-display-x-face): Display face even if From header is missing
5063         as article-display-face does.
5064
5065 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5066
5067         * hashcash.el (message-narrow-to-headers-or-head)
5068         (message-fetch-field, message-goto-eoh)
5069         (message-narrow-to-headers): Declare as functions.
5070
5071 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5072
5073         * mail-source.el (mail-sources): Default to fetch from file for
5074         compatibility with default of nnmail-spool-file.
5075
5076 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5077
5078         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5079         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5080         to look for encoded word that should be encoded again.
5081         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5082         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5083         encoding pattern.
5084         (rfc2047-decode-region): Switch strict regexp and loose one according
5085         to rfc2047-allow-irregular-q-encoded-words.
5086
5087 2007-11-25  Romain Francoise  <romain@orebokech.com>
5088
5089         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5090
5091 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5092
5093         * tls.el (tls-program): Provide more custom choices from
5094         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5095         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5096
5097 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5098
5099         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5100         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5101
5102         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5103         `nnmail-spool-file'.
5104
5105         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5106         `nnmail-spool-file'.
5107
5108         * gnus-move.el (gnus-change-server): Ditto.
5109
5110         * gnus-kill.el (gnus-batch-score): Ditto.
5111
5112         * gnus-cache.el (gnus-jog-cache): Ditto.
5113
5114         * gnus-msg.el (gnus-summary-reply):
5115         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5116
5117 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5118
5119         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5120         version.  Minor improvement to doc strings.
5121         (tls-program): Add comment.
5122
5123 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5124
5125         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5126         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5127         mismatch between the hostname provided in the certificate and the name
5128         of the host connnecting to.
5129         (open-tls-stream): Use them.  Check certificates against trusted root
5130         certificates.
5131
5132 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5133
5134         * gnus-cache.el (gnus-cache-generate-nov-databases):
5135         Use nnml-generate-nov-databases-directory instead of
5136         nnml-generate-nov-databases-1.
5137
5138 2007-11-24  Glenn Morris  <rgm@gnu.org>
5139
5140         * message.el (message-tool-bar-retro): Update for rename
5141         mail_send.xpm->mail-send.xpm.
5142
5143 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5144
5145         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5146         `smime-ldap-search' for Emacs 22 and up.
5147
5148 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5149
5150         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5151
5152         * message.el (message-send-mail-function): Fix error convention.
5153         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5154         (message-widen-reply, message-send-mail, message-talkative-question)
5155         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5156         (message-clone-locals, message-send-news): Use with-current-buffer.
5157         (message-insert-or-toggle-importance): Remove unused var `valid'.
5158         (message-make-references): Remove unused var `new-references'.
5159         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5160
5161 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5162
5163         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5164         (spam-split-symbolic-return-positive): Reflow docstring.
5165         (spam-backends, spam-summary-exit-behavior)
5166         (spam-mark-ham-unread-before-move-from-spam-group)
5167         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5168         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5169         (spam-clear-cache, spam-backend-check, spam-install-backend)
5170         (spam-install-statistical-backend, spam-list-of-processors)
5171         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5172         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5173         (spam-check-crm114, spam-initialize, spam-unload-hook):
5174         Fix typos in docstrings.
5175
5176 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5177
5178         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5179         been checked if they have never been read and those group levels are
5180         higher than the one that a user specified.
5181
5182 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5183
5184         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5185         foreign groups unless a group level is specified by a user.
5186         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5187
5188 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5189
5190         * message.el (message-send-mail-function): Require sendmail.
5191
5192 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5193
5194         * message.el (message-send-mail-function): Check for smtpmail too.
5195
5196         * utf7.el (utf7-encode, utf7-decode): Use coding system
5197         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5198
5199         * message.el (message-send-mail-function): New function.
5200         (message-send-mail-function): Set default using
5201         message-send-mail-function.  Adjust doc string.
5202         (message-send-mail-with-mailclient): New function.
5203
5204 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5205
5206         * smime.el (from):
5207         * rfc2047.el (message-posting-charset):
5208         * qp.el (mm-use-ultra-safe-encoding):
5209         * pop3.el (parse-time-months):
5210         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5211         * nnml.el (files):
5212         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5213         (jka-compr-compression-info-list, ange-ftp-path-format)
5214         (efs-path-regexp):
5215         * nndiary.el (files):
5216         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5217         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5218         (epg-digest-algorithm-alist, inhibit-redisplay)
5219         (password-cache-expiry):
5220         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5221         (pgg-output-buffer, password-cache-expiry):
5222         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5223         (efs-path-regexp):
5224         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5225         (inhibit-redisplay):
5226         * mm-uu.el (file-name, start-point, end-point, entry)
5227         (gnus-newsgroup-name, gnus-newsgroup-charset):
5228         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5229         (latin-unity-ucs-list):
5230         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5231         (mm-uu-binhex-decode-function):
5232         * message.el (gnus-message-group-art, gnus-list-identifiers)
5233         (rmail-enable-mime-composing, gnus-local-organization)
5234         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5235         (gnus-read-active-file, facemenu-add-face-function)
5236         (facemenu-remove-face-function, gnus-article-decoded-p)
5237         (tool-bar-mode):
5238         * mail-source.el (display-time-mail-function):
5239         * gnus-util.el (nnmail-pathname-coding-system)
5240         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5241         (gnus-original-article-buffer, gnus-user-agent)
5242         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5243         (xemacs-codename, sxemacs-codename, emacs-program-version):
5244         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5245         * gnus-start.el (gnus-agent-covered-methods)
5246         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5247         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5248         (gnus-newsgroup-headers, gnus-group-list-mode)
5249         (gnus-group-mark-positions, gnus-newsgroup-data)
5250         (gnus-newsgroup-unreads, nnoo-state-alist)
5251         (gnus-current-select-method, mail-sources)
5252         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5253         (nnmail-spool-file, gnus-cache-active-hashtb):
5254         * gnus-mh.el (mh-lib-progs):
5255         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5256         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5257         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5258         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5259         (gnus-group-buffer):
5260         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5261         (font-lock-set-defaults):
5262         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5263         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5264         (gnus-summary-post-menu, total-parts, type, condition, length):
5265         * gnus-agent.el (gnus-agent-read-agentview):
5266         * flow-fill.el (show-trailing-whitespace):
5267         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5268         eval-and-compile wrappers for byte compiler pacifiers.
5269
5270         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5271         (mm-display-inline-fontify): Check for featurep 'xemacs not
5272         extent-list.
5273
5274         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5275         itimer-list.
5276         (mm-create-image-xemacs): Only do something for XEmacs.
5277         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5278
5279         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5280
5281         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5282         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5283
5284 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5285
5286         * nnimap.el (nnimap-split-download-body):
5287         * gnus-demon.el (gnus-demon):
5288         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5289
5290 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5291
5292         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5293         macros.
5294         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5295         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5296         copy data from unibyte buffer to multibyte current buffer.
5297         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5298         to copy data from unibyte current buffer to multibyte buffer.
5299         (nntp-make-process-buffer): Make process buffer unibyte.
5300
5301         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5302
5303 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5304
5305         * pop3.el (pop3-open-server): Accept and process data more robustly at
5306         connexion start to avoid spurious "POP SSL connexion failed" errors.
5307
5308 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5309
5310         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5311         read group names.
5312
5313 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5314
5315         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5316
5317 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5318
5319         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5320         (nnmail-save-active): Use a unibyte buffer when saving active file,
5321         which may contain non-ASCII group names.
5322
5323         * nnml.el (nnml-request-group): Decode group names in messages.
5324
5325 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5326
5327         * message.el (message-citation-line-function)
5328         (message-insert-formatted-citation-line): Fix spelling of
5329         `message-insert-formated-citation-line'.
5330
5331 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5332
5333         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5334
5335 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5336
5337         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5338         nnmail-pathname-coding-system.
5339
5340         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5341         that a user enters; decode group names in messages.
5342
5343         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5344
5345 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5346
5347         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5348
5349         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5350
5351         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5352         risky local variable.
5353
5354         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5355
5356 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5357
5358         * encrypt.el: Improve documentation to fix function name typo.
5359         Reported by Daiki Ueno <ueno@unixuser.org>.
5360
5361 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5362
5363         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5364         even if the point is not in the last page of an article.
5365         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5366         back to the previous page.
5367
5368 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5369
5370         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5371
5372 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5373
5374         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5375
5376 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5377
5378         * message.el (message-check-news-body-syntax): Avoid
5379         mm-string-as-multibyte.
5380         (message-hide-headers): Don't assume (point-min)==1.
5381
5382 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5383
5384         * message.el (message-remove-blank-cited-lines): Fix if remove is
5385         given.
5386         (message-bogus-address-regexp): New variable.
5387         (message-bogus-recipient-p): New function.
5388         (message-check-recipients): New command.
5389         (message-syntax-checks): Add `bogus-recipient'.
5390         (message-fix-before-sending): Add `bogus-recipient'.
5391
5392         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5393         (gnus-treat-body-boundary): Don't test window-system.
5394
5395 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5396
5397         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5398
5399 2007-10-28  Miles Bader  <miles@gnu.org>
5400
5401         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5402         at compile-time too.
5403
5404 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5405
5406         * gnus-msg.el (gnus-message-setup-hook): Add
5407         `message-remove-blank-cited-lines' to options.
5408
5409 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5410
5411         * message.el (message-remove-blank-cited-lines): New function.
5412         Suggested by Karl Plästerer.
5413
5414 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5415
5416         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5417         mapc.
5418
5419         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5420         (top-level): Use mapc to set functions to be traced for debugging.
5421
5422         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5423         called for effect with while loop.
5424
5425         * message.el (message-talkative-question): Replace mapcar called for
5426         effect with mapc.
5427
5428         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5429         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5430         called for effect with dolist.
5431
5432         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5433
5434         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5435         gnus-extra-headers and nnmail-extra-headers.
5436
5437         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5438         called for effect with dolist.
5439         (top-level): Use mapc to set functions to be traced for debugging.
5440
5441         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5442         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5443         dolist.
5444
5445         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5446         Replace mapcar called for effect with mapc.
5447         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5448         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5449         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5450         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5451
5452         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5453         remove-if that's a cl function.
5454
5455         * webmail.el (webmail-debug): Replace mapcar called for effect with
5456         dolist.
5457
5458         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5459         with mapc.
5460
5461 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5462
5463         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5464         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5465         with while loop.
5466
5467         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5468         functions from article-* functions.
5469         (gnus-multi-decode-header): Replace mapcar called for effect with
5470         dolist.
5471
5472         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5473         (gnus-bookmark-show-details): Replace mapcar called for effect with
5474         while loop.
5475
5476         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5477         called for effect with while loop.
5478
5479         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5480         with dolist.
5481
5482         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5483         mapcar called for effect with dolist.
5484
5485         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5486
5487         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5488         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5489         Replace mapcar called for effect with dolist.
5490         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5491         mapc.
5492
5493         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5494         Replace mapcar called for effect with dolist.
5495         (gnus-topic-list): Replace mapcar called for effect with mapc.
5496
5497         * gnus.el: Use mapc instead of mapcar to add autoloads.
5498
5499 2007-10-23  Richard Stallman  <rms@gnu.org>
5500
5501         * gnus-group.el (gnus-group-highlight): Mark as risky.
5502
5503 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5504
5505         * gnus.el (gnus-server-to-method): Return method found first in
5506         gnus-newsrc-alist.
5507
5508         * gnus-art.el (gnus-article-highlight-signature)
5509         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5510         button overlay without the front stickiness.
5511
5512 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5513
5514         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5515         overview buffer needed a catch to receive its throw.
5516         (gnus-agent-flush-cache): Declared as interactive to make this function
5517         easier to use.
5518
5519 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5520
5521         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5522         `next-line'.
5523
5524 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5525
5526         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5527         exclude address matching message-dont-reply-to-names.
5528
5529 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5530
5531         * gnus-util.el (gnus-string<): New function.
5532
5533         * gnus-sum.el (gnus-article-sort-by-author)
5534         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5535
5536 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5537
5538         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5539         the frame-focus tag is set in gnus-buffer-configuration.
5540
5541 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5542
5543         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5544         the front stickiness.
5545
5546 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5547
5548         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5549         url pattern; remove duplicate one.
5550         (gnus-article-extend-url-button): New function.
5551         (gnus-article-add-buttons): Use it.
5552         (gnus-button-push): Use concatenated url that it makes.
5553
5554 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5555
5556         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5557
5558 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5559
5560         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5561         Don't hardcode point-min==1.
5562
5563 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5564
5565         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5566         Fix comment about "iso8859-1".
5567
5568 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5569
5570         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5571         ones returned from the verify-function.
5572
5573         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5574         mml2015-extract-cleartext-signature if extraction failed.
5575
5576 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5577
5578         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5579         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5580         failed.
5581
5582 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5583
5584         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5585
5586 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5587
5588         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5589         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5590         recommends to use EasyPG instead of PGG.
5591
5592         * pgg.el: Revert to revision 6.23.2.16.
5593
5594         * pgg-def.el: Revert to revision 6.6.2.14.
5595
5596         * pgg-gpg.el: Revert to revision 6.23.2.34.
5597
5598 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5599
5600         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5601         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5602         thread for both the null and zero (kill/expire thread) universal prefix
5603         cases.
5604         (gnus-summary-expire-thread): Add new function to expire a thread,
5605         using gnus-summary-kill-thread.
5606         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5607         shortcuts for gnus-summary-expire-thread.
5608         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5609         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5610
5611 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5612
5613         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5614         extras value, so an extras entry can be deleted.
5615         (gnus-registry-delete-extra-entry): Use it.
5616         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5617         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5618         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5619         storage through the gnus-registry, and provide an appropriate API for
5620         it.
5621
5622 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5623
5624         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5625         Suggested by Leo <sdl.web@gmail.com>.
5626
5627         * gnus.el: Do.
5628
5629 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5630
5631         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5632         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5633
5634         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5635
5636         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5637         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5638
5639 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5640
5641         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5642         newline.
5643         (nnmbox-request-accept-article): Don't change article in source buffer;
5644         narrow to header to use message-fetch-field rather than
5645         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5646         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5647         as delimiters; make sure article ends with newline.
5648         (nnmbox-delete-mail): Correct last position of article to be deleted;
5649         ignore X-Gnus-Newsgroup header in article body.
5650         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5651         positions; make sure article ends with newline.
5652
5653         * message.el (message-display-abbrev): Don't infloop when a user
5654         inserts SPC in the beginning of header.
5655
5656         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5657         coding-system-for-read and coding-system-for-write for XEmacs having no
5658         file-coding feature.
5659
5660         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5661
5662 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5663
5664         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5665         list of groups not followed by default.  Fix type to be regexp.
5666         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5667
5668 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5669
5670         * hmac-def.el (define-hmac-function): Switch from old-style to
5671         new-style backquotes.
5672
5673         * md4.el (md4-make-step): Likewise.
5674
5675 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5678         raw-text coding system when saving .newsrc file, which may contain
5679         non-ASCII group names.
5680
5681 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5682
5683         * gnus-cus.el (gnus-score-extra): New widget.
5684         (gnus-score-extra-convert): New function.
5685         (gnus-score-customize): Use it for Extra.
5686
5687 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5688
5689         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5690         (mml2015-mailcrypt-clear-verify): Use it.
5691         (mml2015-gpg-clear-verify): Use it.
5692         (mml2015-pgg-clear-verify): Use it.
5693         (mml2015-epg-clear-verify): Replace the current part with the output
5694         from GnuPG; don't extract the plaintext by itself.
5695
5696         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5697         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5698         mml2015-clear-verify-function; don't touch the armor headers or
5699         dash-escaped text here.
5700
5701 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5704         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5705         parts, or application/octet-stream as a last resort.
5706         (gnus-mime-view-part-as-type): Don't toggle display.
5707         (gnus-mime-view-part-as-charset): Don't turn off display before
5708         querying charset.
5709
5710         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5711         stuff to undisplayer function in Emacs.
5712         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5713
5714         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5715         text/calendar parts.
5716
5717 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5718
5719         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5720         decoding text/calendar parts.
5721
5722         * message.el (message-forward-make-body-mime): Always mark body as
5723         having no illegible text; remove signed-or-encrypted argument.
5724         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5725
5726         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5727         (mml-generate-mime-1): Don't encode body if it is specified to be in
5728         raw form; don't make buffer be unibyte when inserting multibyte string.
5729
5730 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5731
5732         * sha1.el: Fix up comment style.
5733         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5734         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5735
5736         * hex-util.el: Fix up comment style.
5737         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5738
5739         * gnus-salt.el: Use with-current-buffer.
5740         (gnus-pick-setup-message): Fix long-standing typo.
5741
5742 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5743
5744         * imap.el (imap-logout-timeout): New variable.
5745         (imap-logout, imap-logout-wait): New functions.
5746         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5747
5748         * nnimap.el (nnimap-logout-timeout): New server variable.
5749         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5750         nnimap-logout-timeout.
5751
5752         * gnus-art.el (gnus-article-summary-command-nosave)
5753         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5754
5755 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5756
5757         * gnus.el (gnus-maximum-newsgroup): New variable.
5758
5759         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5760         according to gnus-maximum-newsgroup.
5761
5762         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5763         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5764         Limit the range of articles according to gnus-maximum-newsgroup.
5765
5766 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5767
5768         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5769         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5770         Don't perform gnus-configure-windows here; reuse existing sticky
5771         article buffer.
5772
5773         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5774         it doesn't exist in gnus-article-mode.
5775
5776 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5777
5778         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5779         (gnus-agent-decoded-group-name): New function.
5780         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5781         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5782
5783 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5784
5785         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5786         Add binding for gnus-sticky-article.
5787         (gnus-summary-exit): Don't kill sticky article buffers.
5788
5789         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5790         article buffer.
5791         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5792         (gnus-kill-sticky-article-buffers): New commands.
5793
5794 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5795
5796         * nntp.el (nntp-xref-number-is-evil): New server variable.
5797         (nntp-find-group-and-number): If it is non-nil, don't trust article
5798         numbers in the Xref header.
5799
5800 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5801
5802         * gnus-agent.el (gnus-agent-read-group): New function.
5803         (gnus-agent-flush-group, gnus-agent-expire-group)
5804         (gnus-agent-regenerate-group): Use it.
5805         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5806         nnmail-pathname-coding-system.
5807
5808 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5811
5812         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5813         that are unread as unread, and also as selected so that information of
5814         marks having been changed by a user may be updated when exiting group.
5815
5816 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5817
5818         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5819         calculated ignoring signature parts to gnus-treat-article.
5820
5821 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5822
5823         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5824         a point here in order to keep the window start.
5825         (gnus-insert-mime-security-button): Make a button overlay without the
5826         front stickiness.
5827         (gnus-mime-display-security): Goto the end of a button.
5828
5829         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5830
5831 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5832
5833         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5834         group-name-at-point.
5835         (gnus-group-completing-read): New function that offers decoded
5836         non-ASCII group names for completion.
5837         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5838         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5839         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5840         (gnus-group-fetch-control): Use it.
5841         (gnus-fetch-group): Use group-name-at-point for the initial value
5842         rather than the default value; use gnus-alive-p.
5843
5844         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5845         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5846         (gnus-summary-post-news): Use gnus-group-completing-read.
5847
5848         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5849         (gnus-read-move-group-name): Decode group name for completion.
5850
5851 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5852
5853         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5854         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5855         Yamaoka slightly modified the code).
5856
5857 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5858
5859         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5860         (nnmail-split-incoming): Bind it.
5861
5862         * nnml.el (nnml-group-name-charset): New function.
5863         (nnml-decoded-group-name): Use it; don't decode group name if
5864         nnmail-group-names-not-encoded-p is non-nil.
5865         (nnml-encoded-group-name): New function.
5866         (nnml-group-pathname): Inline nnml-decoded-group-name.
5867         (nnml-request-expire-articles): Decode group name in message.
5868         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5869         nnmail-pathname-coding-system.
5870         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5871         not decoded ones according to nnmail-group-names-not-encoded-p.
5872         (nnml-generate-active-info): Use nnml-encoded-group-name.
5873
5874 2007-08-08  Glenn Morris  <rgm@gnu.org>
5875
5876         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5877         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5878         doc-strings and comments.
5879
5880 2007-07-25  Glenn Morris  <rgm@gnu.org>
5881
5882         * Relicense all FSF files to GPLv3 or later.
5883
5884 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5885
5886         * gnus-sum.el (gnus-summary-move-article): Make
5887         gnus-summary-respool-article work.
5888
5889 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5890
5891         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5892         string.
5893
5894 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5895
5896         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5897         that should be ignored when comparing distant RSS articles with local
5898         ones.
5899         (nnrss-make-hash-index): New function.  Create a hash index according
5900         to the ignored fields.
5901         (nnrss-check-group): Use it.
5902
5903 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5904
5905         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5906
5907         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5908
5909         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5910         the new optional argument ENCODED is non-nil.
5911         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5912         coding system for encoding group name.
5913         (gnus-group-make-rss-group): Pass un-encoded group name to
5914         gnus-group-make-group.
5915         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5916         encoded.
5917
5918         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5919         Encode group name to which articles are moved or copied.
5920         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5921         coding system for encoding Newsgroup, Followup-To and Xref headers.
5922
5923         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5924         marks; use nnheader-file-coding-system to write a file.
5925         (nnagent-retrieve-headers): Bind file-name-coding-system to
5926         nnmail-pathname-coding-system.
5927
5928         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5929
5930         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5931         (nnml-request-article, nnml-request-create-group)
5932         (nnml-request-rename-group, nnml-find-id)
5933         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5934         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5935         (nnml-save-marks): Use nnml-group-pathname instead of
5936         nnmail-group-pathname.
5937
5938         (nnml-request-create-group, nnml-request-expire-articles)
5939         (nnml-request-move-article, nnml-request-delete-group)
5940         (nnml-deletable-article-p, nnml-possibly-create-directory)
5941         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5942         (nnml-open-marks): Bind file-name-coding-system to
5943         nnmail-pathname-coding-system.
5944
5945         (nnml-request-article): Pass server argument to nnml-find-group-number.
5946         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5947         server argument to nnml-possibly-create-directory.
5948         (nnml-request-accept-article): Pass server argument to
5949         nnml-active-number and nnml-save-mail.
5950         (nnml-find-group-number): Pass server argument to nnml-find-id.
5951         (nnml-request-update-info): Pass server argument to
5952         nnml-marks-changed-p.
5953
5954         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5955         (nnml-save-mail, nnml-active-number): Add server argument.
5956
5957         (nnml-request-delete-group): Warn if group is missing.
5958         (nnml-get-nov-buffer): Decode group name.
5959         (nnml-generate-active-info): Encode group name.
5960         (nnml-open-marks): Decode group name in messages.
5961
5962 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5963
5964         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5965         if it is not specified.
5966         (gnus-article-pipe-part, gnus-article-save-part)
5967         (gnus-article-interactively-view-part, gnus-article-copy-part)
5968         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5969         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5970         (gnus-article-replace-part, gnus-article-delete-part)
5971         (gnus-article-view-part-as-type): Pass raw prefix argument to
5972         gnus-article-part-wrapper.
5973
5974 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5975
5976         * gnus-agent.el (gnus-agent-save-active): Bind
5977         nnheader-file-coding-system to gnus-agent-file-coding-system.
5978
5979         * gnus-cache.el (gnus-cache-save-buffers)
5980         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5981         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5982         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5983         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5984         (gnus-cache-generate-active, gnus-cache-rename-group)
5985         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5986         (gnus-cache-update-overview-total-fetched-for): Bind
5987         file-name-coding-system to nnmail-pathname-coding-system.
5988         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5989         variables.
5990         (gnus-cache-decoded-group-name): New function.
5991         (gnus-cache-file-name): Use it.
5992         (gnus-cache-generate-active): Use non-decoded group name for active.
5993
5994         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5995         right place.
5996         (gnus-write-active-file): Don't break non-ASCII group names.
5997
5998         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5999         nnmail-pathname-coding-system.
6000
6001         * lpath.el: Bind default-file-name-coding-system,
6002         file-name-coding-system and language-info-alist for XEmacs.
6003
6004         * gnus-uu.el (gnus-uu-decode-save): Typo.
6005
6006 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6007
6008         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6009
6010 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6011
6012         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6013         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6014         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6015         (gnus-agent-flush-group, gnus-agent-flush-cache)
6016         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6017         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6018         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6019         (gnus-agent-regenerate-group)
6020         (gnus-agent-update-files-total-fetched-for)
6021         (gnus-agent-update-view-total-fetched-for): Bind
6022         file-name-coding-system to nnmail-pathname-coding-system.
6023         (gnus-agent-group-pathname): Don't encode file names by
6024         nnmail-pathname-coding-system.
6025         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6026         coding-system-for-write instead of buffer-file-coding-system to
6027         gnus-agent-file-coding-system.
6028
6029         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6030         Decode group name.
6031
6032         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6033
6034         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6035         (gnus-read-newsrc-el-file): Make group names unibyte.
6036
6037         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6038         nnmail-pathname-coding-system.
6039
6040         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6041         (nnrss-request-delete-group): Bind file-name-coding-system to
6042         nnmail-pathname-coding-system.
6043         (nnrss-read-server-data, nnrss-read-group-data): Bind
6044         file-name-coding-system correctly.
6045         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6046
6047         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6048         (nntp-server-to-method-cache): New variable.
6049         (nntp-group-pathname): New function that decodes non-ASCII group names.
6050         (nntp-possibly-create-directory, nntp-marks-changed-p)
6051         (nntp-save-marks, nntp-open-marks): Use it.
6052         (nntp-possibly-create-directory, nntp-open-marks):
6053         Bind file-name-coding-system to nnmail-pathname-coding-system.
6054         (nntp-open-marks): Decode group names when bootstrapping marks.
6055
6056         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6057         Newsgroups and Folowup-To headers.
6058
6059 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6060
6061         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6062         (gnus-server-closed-face, gnus-server-denied-face)
6063         (gnus-server-offline-face): Remove variable.
6064         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6065
6066         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6067         of modifying message-stack directly for XEmacs.
6068
6069         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6070         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6071         if the coding-system argument is nil for XEmacs.
6072
6073         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6074         mm-charset-override-alist.
6075
6076         * rfc2047.el: Don't require base64; require rfc2045 for the function
6077         rfc2045-encode-string.
6078         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6079         to quote the parameter value.
6080
6081 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6082
6083         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6084         form in gnus-group-name-charset-method-alist.
6085
6086         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6087         overrides the default layout edit-form.
6088
6089         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6090
6091         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6092
6093 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6094
6095         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6096         as unfetched articles.
6097
6098 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6099
6100         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6101
6102 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6103
6104         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6105         original back end that keeps marks in the local system.
6106
6107 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6108
6109         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6110         arg of pop-to-buffer for XEmacs.
6111         (gnus-article-read-summary-keys): Ditto; don't restore window
6112         configuration if summary command ends up with neither article buffer
6113         nor summary buffer; describe bindings if summary keys end with C-h.
6114
6115 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6116
6117         * message.el (message-fix-before-sending): Skip raw message part to be
6118         forwarded while checking illegible text.
6119         (message-forward-make-body-mime, message-forward-make-body): Mark
6120         signed or encrypted raw message as having no illegible text.
6121
6122 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6123
6124         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6125         (gnus-message-with-timestamp-1): New macro.
6126         (gnus-message-with-timestamp): New function.
6127         (gnus-message): Use them.
6128
6129         * nnheader.el (nnheader-message): Use them.
6130
6131 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6132
6133         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6134         .newsrc.eld file.
6135
6136 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6137
6138         * gnus-agent.el (gnus-agent-fetch-headers)
6139         (gnus-agent-retrieve-headers): Bind
6140         gnus-decode-encoded-address-function to identity.
6141
6142         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6143         available also when the server returns simply a dot.
6144
6145         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6146
6147 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6148
6149         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6150
6151 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6152
6153         * gnus-ems.el (gnus-x-splash): Make it work.
6154
6155         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6156         from being used.
6157
6158         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6159
6160 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6161
6162         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6163         4th and the 5th arguments.
6164
6165         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6166         the front stickiness.
6167         (gnus-article-summary-command-nosave): Correct the order of the
6168         arguments passed to pop-to-buffer.
6169         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6170         summary command ends up with the article buffer.
6171
6172         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6173         the same faces.
6174
6175 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6176
6177         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6178
6179 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6180
6181         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6182         * gnus-sum.el (gnus-summary-highlight):
6183         * pgg.el (pgg-sign-region, pgg-sign):
6184         * mail-source.el (mail-source-delete-old-incoming-confirm):
6185         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6186
6187 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6188
6189         * gnus-art.el (gnus-mime-view-part-externally)
6190         (gnus-mime-view-part-internally): Fix predicate function passed to
6191         completing-read.
6192
6193         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6194
6195         * gnus.el (gnus-update-message-archive-method): Add :version.
6196
6197 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6198
6199         * gnus.el (gnus-update-message-archive-method): New variable.
6200
6201         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6202         according to gnus-message-archive-method if
6203         gnus-update-message-archive-method is non-nil.
6204
6205 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6206
6207         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6208         by Loic Dachary <loic@dachary.org>.
6209         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6210
6211 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6212
6213         * message.el (message-pop-to-buffer): Add switch-function argument.
6214         (message-mail): Pass switch-function argument to it.
6215
6216 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6217
6218         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6219         Improve doc string.
6220
6221 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6222
6223         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6224         (gnus-header-content)
6225         * gnus-cite.el (gnus-cite-10)
6226         * gnus-srvr.el (gnus-server-closed)
6227         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6228         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6229         (gnus-group-mail-3-empty, gnus-group-mail-low)
6230         (gnus-group-mail-low-empty, gnus-splash)
6231         * message.el (message-header-to, message-header-cc)
6232         (message-header-subject, message-header-other, message-header-name)
6233         (message-header-xheader, message-separator, message-cited-text)
6234         (message-mml): Lighten colors of faces used for dark background.
6235
6236 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6237
6238         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6239         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6240
6241 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6242
6243         * message.el (message-narrow-to-headers-or-head):
6244         Ignore mail-header-separator in the body.
6245
6246 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6247
6248         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6249         same as window size.
6250
6251 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6252
6253         * message.el (message-font-lock-keywords): Use message-header-xheader
6254         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6255         ahead of the anything pattern, to get it recognised.
6256
6257 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6258
6259         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6260         spam.el loads uses it in the compiled defadvice form.
6261
6262 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6263
6264         * gnus-sum.el (gnus-articles-to-read)
6265         (gnus-summary-insert-old-articles): Don't truncate group name for
6266         `read-string'.
6267
6268         * gnus-util.el (gnus-limit-string): Delete this function.
6269
6270         * gnus-sum.el (gnus-simplify-subject-fully): Use
6271         `truncate-string-to-width' instead.
6272
6273 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6274
6275         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6276         if, on summary exit, the next group has to be selected.
6277         (gnus-summary-exit): Use it.
6278
6279 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6280
6281         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6282         non-break space.
6283
6284 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6285
6286         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6287         Check if group is not a directory.
6288         (nnfolder-request-expire-articles): Don't delete articles if the target
6289         group is not available.
6290
6291         * nnml.el (nnml-request-create-group): Properly check if group is not a
6292         file.
6293         (nnml-request-expire-articles): Don't delete articles if the target
6294         group is not available.
6295
6296         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6297         Don't quote characters that are within parentheses.
6298
6299 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6300
6301         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6302         (gnus-handle-ephemeral-exit): Select article according to it.
6303
6304 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6305
6306         * message.el (message-insert-formated-citation-line): Remove newline.
6307         (message-citation-line-format): Add final \n here so that the user can
6308         avoid a blank line.
6309
6310 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6311
6312         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6313         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6314         Update lanl/arXiv support.
6315
6316 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6317
6318         * gnus.el: Bump version number.
6319
6320 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6321
6322         * gnus.el (gnus-version-number): Bump version.
6323
6324 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6325
6326         * gnus.el: No Gnus v0.6 is released.
6327
6328 2007-04-27  Didier Verna  <didier@xemacs.org>
6329
6330         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6331         * gmm-utils.el (gmm-regexp-concat): here.
6332         * message.el: Don't require 'gnus-util.
6333         (message-dont-reply-to-names): Handle name change above.
6334         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6335
6336 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6337
6338         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6339         since the initial value varies according to the system.
6340
6341 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6344
6345 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6346
6347         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6348
6349 2007-04-24  Didier Verna  <didier@xemacs.org>
6350
6351         Improve the type of gnus-ignored-from-addresses.
6352         * gnus-util.el (gnus-orify-regexp): New function.
6353         * message.el (gnus-util): Require it.
6354         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6355         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6356         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6357
6358 2007-04-24  Didier Verna  <didier@xemacs.org>
6359
6360         * gnus-sum.el:
6361         * gnus-utils.el: Fix some trailing whitespaces.
6362
6363 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6364
6365         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6366         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6367         article's Message-ID; refer parent article in summary buffer.
6368
6369         * message.el (message-bounce): Call mime-to-mml.
6370
6371         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6372         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6373         optimize and/or forms properly.
6374
6375 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6376
6377         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6378         URL.
6379
6380 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6381
6382         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6383
6384 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6385
6386         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6387         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6388         displayed of multipart/alternative part if it is invoked from summary
6389         buffer.
6390
6391         * mm-view.el (mm-inline-text-html-render-with-w3m)
6392         (mm-inline-text-html-render-with-w3m-standalone)
6393         (mm-inline-render-with-function): Use mail-parse-charset by default.
6394
6395 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6396
6397         * parse-time.el (parse-time-string-chars): Check if CHAR
6398         is less than the length of parse-time-syntax.
6399
6400 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6401
6402         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6403         from gnus-newsgroup-processable.
6404
6405 2007-04-16  Didier Verna  <didier@xemacs.org>
6406
6407         * gnus-msg.el (gnus-configure-posting-styles): Handle
6408         message-signature-directory properly with :file syntax.  Reported by
6409         "Leo".
6410
6411 2007-04-11  Didier Verna  <didier@xemacs.org>
6412
6413         New user option: message-signature-directory.
6414         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6415         * message.el (message-insert-signature): Ditto.
6416         * message.el (message-signature-file): Doc update.
6417         * message.el (message-signature-directory): New.
6418
6419 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6420
6421         * gnus-msg.el (gnus-inews-yank-articles): Use
6422         message-exchange-point-and-mark instead of exchange-point-and-mark.
6423
6424 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6425
6426         * message.el (message-yank-original): Make sure cited text ends with
6427         newline; don't exchange point and mark.
6428
6429 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6430
6431         * tls.el (open-tls-stream): Properly handle case where there
6432         is no associated buffer.
6433
6434 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6435
6436         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6437         message-yank-original, make sure (< mark TEXT point).
6438
6439 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6440
6441         * message.el (message-fill-column): New variable.
6442         (message-mode): Use it.  Add comment on a possible new hook.
6443
6444         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6445         (nnmail-get-new-mail): Reformat.
6446
6447         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6448
6449         * gmm-utils.el: Fix Commentary.
6450         (gmm-tool-bar-from-list): Fix typo in doc string.
6451
6452 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6453
6454         * message.el (message-yank-original): Don't switch point and mark
6455         unnecessarily to put point and mark as documented.
6456
6457 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6458
6459         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6460         from the message heads.
6461
6462 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6463
6464         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6465         article buffer does not have a window.  This may not be the best
6466         solution but is certainly better than setting the start of the null,
6467         that is the current, window.
6468
6469 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6470
6471         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6472         (gnus-draft-setup): Run it.
6473
6474         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6475         gnus-score-fast-scoring.  Allow regexp.
6476         (gnus-score-headers): Use it.
6477
6478         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6479         XEmacs.
6480
6481         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6482         string.
6483         (gnus-button-alist): Also catch `<f1> k ...'.
6484         (gnus-treat-display-x-face): Fix doc string.
6485
6486 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6487
6488         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6489         evaluation of gnus-extended-version to ensure correct generation of the
6490         User-Agent header when message-generate-headers-first is used.
6491
6492 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6493
6494         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6495         hashcash-path is nil.  Don't call callback with incorrect number of
6496         parameters if val is 0.
6497
6498 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6499
6500         * message.el (message-required-news-headers):
6501         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6502
6503 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6504
6505         * tls.el (open-tls-stream): In handshake-waiting loop,
6506         don't wait more if there is output available to process.
6507
6508 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6509
6510         * tls.el (tls-program): Doc fix.
6511
6512 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6513
6514         * message.el (message-generate-new-buffers): Change the meaning of the
6515         nil value; add `standard' to the choices; treat t as `unique'; improve
6516         doc string.
6517         (gnus-select-frame-set-input-focus): Autoload.
6518         (message-buffer-name): Search for the existing message buffer if
6519         message-generate-new-buffers is nil or `standard'; treat the value t of
6520         message-generate-new-buffers as `unique'.
6521         (message-pop-to-buffer): Raise the frame already displaying the message
6522         buffer; clear the echo area after querying.
6523         (message-setup): Pass the `continue' argument to compose-mail.
6524         (message-mail): Prefer `switch-function' if it is given; search for the
6525         existing message buffer if the `continue' argument is non-nil; pass
6526         continue and switch-function arguments to compose-mail by way of
6527         message-setup.
6528         (message-mail-other-window): Adjust argument of message-setup.
6529         (message-mail-other-frame): Ditto.
6530
6531 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6532
6533         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6534         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6535         to turn font-lock on when turning gnus-message-citation-mode on.
6536
6537 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6538
6539         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6540         (mml-smime-function-alist): New variable; add epg as the backend.
6541         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6542         mml-smime- functions instead.
6543         * mm-view.el: Require smime.
6544
6545 2007-03-05  Didier Verna  <didier@xemacs.org>
6546
6547         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6548         instead of just inheritance for posting styles.
6549         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6550
6551 2007-02-24  Chris Moore  <dooglus@gmail.com>
6552
6553         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6554         * pgg-pgp.el (pgg-pgp-encrypt-region):
6555         * pgg-gpg.el (pgg-gpg-encrypt-region):
6556         Check pgg-encrypt-for-me if no other recipients.
6557
6558 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6559
6560         * tls.el (tls-certtool-program): Fix custom type.
6561
6562 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6563
6564         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6565         and point-at-eol instead of line-(beginning|end)-position.
6566
6567         * assistant.el (assistant-parse-buffer): Ditto.
6568
6569         * netrc.el (netrc-parse-services): Ditto.
6570
6571 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6572
6573         * mml2015.el (mml2015-epg-find-usable-key): New function.
6574         (mml2015-epg-sign): Use it.
6575         (mml2015-epg-encrypt): Use it.
6576
6577 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6578
6579         * message.el (message-make-in-reply-to): Quote name containing
6580         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6581         if there are special characters.  Reported by NAKAJI Hiroyuki
6582         <nakaji@jp.freebsd.org>.
6583
6584 2007-02-27  Didier Verna  <didier@xemacs.org>
6585
6586         Include the group parameters as well as the topic ones in the
6587         inheritance filter process.
6588         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6589         argument GROUP-PARAMS-LIST.
6590         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6591
6592 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * nntp.el (nntp-never-echoes-commands)
6595         (nntp-open-connection-functions-never-echo-commands): New variables.
6596         (nntp-send-command): Use them.
6597
6598 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6599
6600         * mml2015.el (mml2015-epg-verify): Simplified.
6601
6602 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6603
6604         * mml.el (mml-content-disposition-alist): New user option.
6605         (mml-content-disposition): New function.
6606         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6607         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6608
6609 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6610
6611         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6612         verification.
6613
6614 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6615
6616         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6617         articles posted in the last 24 hours.
6618
6619 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6620
6621         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6622
6623 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6624
6625         * nntp.el (nntp-send-command): Don't wait for echoes when
6626         nntp-open-ssl-stream is used.
6627
6628 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6629
6630         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6631         (gnus-message-add-citation-keywords)
6632         (gnus-message-remove-citation-keywords): Remove.
6633         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6634         directly, make the variables in font-lock-defaults buffer-local, add
6635         gnus-message-citation-keywords to them and then update the value of
6636         font-lock-keywords.
6637
6638 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6639
6640         * message.el (message-cite-original-1): Don't call
6641         gnus-article-highlight-citation.
6642
6643         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6644         citations; fix line count.
6645
6646 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6647
6648         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6649         (gnus-message-add-citation-keywords)
6650         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6651         versions of font-lock-add-keywords and font-lock-remove-keywords to
6652         work with XEmacs correctly.
6653
6654 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6655
6656         * gnus-cite.el (gnus-cite-face-list): Set the values of
6657         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6658         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6659         (gnus-message-cite-prefix-regexp): New variable.
6660         (gnus-message-search-citation-line): Use it; protect against long
6661         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6662         the 0th match data for Emacs.
6663         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6664         (gnus-message-add-citation-keywords): Append keywords rather than
6665         prepending; emulate font-lock-add-keywords if it is not available.
6666         (gnus-message-remove-citation-keywords): Emulate
6667         font-lock-remove-keywords if it is not available.
6668
6669         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6670
6671         * message.el (message-cite-prefix-regexp): Set the value of
6672         gnus-message-cite-prefix-regexp.
6673
6674 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6675
6676         * nnweb.el (nnweb-google-parse-1): Update parser.
6677
6678 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6679
6680         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6681
6682 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6683
6684         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6685         regexp.
6686
6687 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6688
6689         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6690         string-to-multibyte.
6691         (uudecode-decode-region-internal): Use it.
6692
6693         * lpath.el: Fbind string-as-multibyte for XEmacs.
6694
6695 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6696
6697         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6698         custom choice.
6699
6700         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6701
6702 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6703
6704         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6705
6706         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6707         `write-region' to respect `mm-inhibit-file-name-handlers'.
6708
6709 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6710
6711         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6712         Use gnus-home-directory instead of "~/" or "$HOME".
6713
6714 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6715
6716         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6717         to mention filename.
6718         Add comments at beginning regarding usage.
6719         (encrypt-write-file-contents): Change interactive so a string is
6720         acceptable.  If the file has no associated model, show an error instead
6721         of a nonsense prompt.
6722
6723 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6724
6725         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6726         Thanks to Yoshihiko Yamada for kind notification of this typo.
6727
6728 2007-01-12  Kenichi Handa  <handa@m17n.org>
6729
6730         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6731         multibyte buffer.
6732
6733 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6734
6735         * gnus-score.el (gnus-score-fast-scoring): New variable.
6736         (gnus-score-headers): Use it.
6737
6738         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6739
6740         * message.el (message-cite-original-1): Call
6741         gnus-article-highlight-citation if requested.
6742         (message-make-from): Allow name and address as optional arguments.
6743
6744         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6745
6746         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6747         bugs to doc string.
6748         (gnus-button-alist): Add mid\\|message-id.
6749         (gnus-button-fetch-group): Extend for use in
6750         `browse-url-browser-function'.
6751         (gnus-button-url-regexp): Try to catch paired parentheses like in
6752         Wikipedia URLs.
6753
6754         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6755         Suggested by Simon Krahnke <overlord@gmx.li>.
6756
6757 2007-01-13  Romain Francoise  <romain@orebokech.com>
6758
6759         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6760         Update copyright.
6761
6762 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6763
6764         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6765
6766 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6767
6768         * gnus-registry.el (gnus-registry-unfollowed-groups)
6769         (gnus-registry-split-fancy-with-parent): Fix documentation.
6770
6771 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6772
6773         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6774         from nnweb groups.
6775
6776 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6777
6778         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6779         Xref urls.  Erase buffer before requesting head.
6780
6781 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6782
6783         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6784         customizable.
6785
6786 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6787
6788         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6789         no signing key is found.
6790         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6791         no encrypting and/or signing key is found.
6792
6793 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6794
6795         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6796
6797 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6798
6799         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6800         headers read from disk with the ones newly found in the current search.
6801         This should no longer cause problems, because the article numbers in
6802         Gmane's `nov.php' output are ignored since the previous change.
6803
6804 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6805
6806         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6807
6808 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6809
6810         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6811         replace-regexp-in-string; bind url-version; fbind display-images-p and
6812         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6813         find-face and set-itimer-function for Emacs; bind itimer-list for
6814         Emacs.
6815
6816         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6817
6818 2007-01-01  Romain Francoise  <romain@orebokech.com>
6819
6820         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6821
6822 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6823
6824         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6825         `define-minor-mode' macro definition expanded properly.
6826         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6827         exclude it there.
6828
6829         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6830         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6831         `fboundp' test.
6832         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6833         This is OK to autoload in (S)XEmacs now.
6834
6835 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6836
6837         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6838         keystroke.
6839         (gnus-summary-limit-to-singletons): Fix typo.
6840
6841         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6842         else fails.
6843
6844 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6845
6846         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6847         docstring.
6848
6849         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6850         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6851         (gnus-summary-insert-dormant-articles): Fix typo in message.
6852
6853 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6854
6855         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6856         nil for XEmacs.
6857         (gnus-message-citation-mode): Don't autoload in XEmacs.
6858
6859         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6860
6861 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6862
6863         * nnimap.el (nnimap-expunge-search-string): Mention
6864         nnimap-search-uids-not-since-is-evil in docstring.
6865
6866 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6867
6868         * spam.el: Revert to make-obsolete-variable because
6869         define-obsolete-variable-alias is not supported in Emacs 21.
6870
6871         * spam.el (spam-ifile-path, spam-ifile-database-path)
6872         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6873         make-obsolete-variable.
6874         (spam-bsfilter-path, spam-bsfilter-program)
6875         (spam-spamassassin-path, spam-spamassassin-program)
6876         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6877         use "path" inappropriately.
6878         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6879         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6880         variable names.
6881
6882 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6883
6884         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6885         summary buffer.
6886
6887         * password.el (password-cache-remove): Use clear-string to burn
6888         password, if available.
6889
6890 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6891
6892         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6893
6894         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6895
6896         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6897         (gnus-message-highlight-citation): Move defcustom here from
6898         gnus-cite.el.
6899         (gnus-message-citation-mode): Autoload.
6900
6901         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6902         checks to make it compile with XEmacs.
6903         (gnus-message-citation-mode): New minor mode.
6904         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6905         (gnus-message-highlight-citation): New variables.
6906         (gnus-message-search-citation-line)
6907         (gnus-message-add-citation-keywords)
6908         (gnus-message-remove-citation-keywords)
6909         (turn-on-gnus-message-citation-mode)
6910         (turn-off-gnus-message-citation-mode): New functions.
6911
6912 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6913
6914         * gnus-cite.el: Enable highlighting of different citation levels in
6915         message-mode.
6916
6917 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6918
6919         * message.el (message-make-fqdn): Fix comment.
6920         (message-bogus-system-names): Add ".local".
6921
6922         * spam.el (spam-ifile-path, spam-ifile-program)
6923         (spam-ifile-database-path, spam-ifile-database)
6924         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6925         Don't use "path" inappropriately.
6926         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6927         strings.
6928         (spam-check-ifile, spam-ifile-register-with-ifile)
6929         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6930         new variable names.
6931
6932         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6933         (gnus-treat-display-smileys): Simplify using
6934         gnus-image-type-available-p.
6935
6936         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6937         available.
6938
6939         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6940         `display-images-p' if available.
6941
6942 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6943
6944         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6945         one after turning on the buffer's multibyteness instead of decoding
6946         them directly in the unibyte buffer that causes unexpected conversion
6947         in Emacs 23 (unicode).
6948
6949 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6950
6951         * message.el (message-generate-hashcash): Fix custom type.
6952
6953 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6954
6955         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6956
6957 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6958
6959         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6960         disconnect icons.  Add help text.
6961
6962 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6963
6964         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6965         negated to be consistent with the others we handle.
6966
6967 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6968
6969         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6970         version of gnus-summary-buffer to something, so that we can use two
6971         article buffers at the same time.
6972
6973 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6974
6975         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6976         trigger all the extra headers.
6977         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6978         sorting.
6979
6980 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6981
6982         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6983         solid groups.
6984
6985 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6986
6987         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6988
6989 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6990
6991         * legacy-gnus-agent.el: Add Copyright notice.
6992
6993 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6994
6995         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6996
6997 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6998
6999         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7000
7001         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7002         to make it work reliably in CVS Emacs.
7003         (gnus-summary-limit-strange-charsets-predicate)
7004         (gnus-summary-limit-to-predicate): New functions.
7005
7006 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7007
7008         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7009         specifying array size.
7010         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7011         array if it is too small.
7012         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7013         (gnus-sort-threads-loop): New function.
7014
7015 2006-12-06  Chris Moore  <dooglus@gmail.com>
7016
7017         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7018         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7019
7020 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7021
7022         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7023         options.
7024
7025 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7026
7027         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7028         DOS-ing the recipient.
7029
7030         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7031         the headers when creating the mapping to avoid mismappings.
7032         (nnweb-gmane-create-mapping): Always nix out old mapping.
7033
7034 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7035
7036         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7037         and mm-verify-option to never.
7038
7039 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7040
7041         * message.el (message-signed-or-encrypted-p): New function.
7042         (message-forward-make-body): Use it.
7043
7044         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7045         Replace encode-coding-string with mm-encode-coding-string.
7046
7047 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7048
7049         * nneething.el (nneething-decode-file-name): Replace
7050         decode-coding-string with mm-decode-coding-string.
7051
7052         * gnus-int.el (gnus-open-server): Say failed server's name.
7053
7054 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7055
7056         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7057         strings to a single string.  Quote `errors-file-name'.
7058         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7059         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7060         Adjust calls.  Use `shell-quote-argument'.
7061
7062 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7063
7064         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7065         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7066
7067         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7068         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7069         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7070         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7071         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7072         (gnus-subscribe-newsgroup, gnus-1):
7073         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7074         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7075         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7076         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7077
7078 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7079
7080         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7081         keystroke.
7082         (gnus-summary-limit-to-bodies): Implement headersp.
7083
7084 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7085
7086         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7087
7088 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7089
7090         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7091
7092 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7093
7094         * message.el (message-generate-hashcash): Expand range of values to
7095         include `opportunistic'.
7096         (message-send-mail): Use it.
7097
7098 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7099
7100         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7101         and comment it.
7102
7103         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7104
7105 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7106
7107         * gnus-util.el (gnus-extract-address-components): Improve comment.
7108
7109 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7110
7111         * gnus-util.el (gnus-extract-address-components): Work with address in
7112         which the name portion contains @.
7113
7114         * lpath.el: Fbind custom-autoload.
7115
7116 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7117
7118         * gnus.el (gnus-start): Move custom group up.
7119         (gnus-select-method): Don't autoload, but make it available for
7120         `customize-variable'.
7121         (gnus-getenv-nntpserver): Don't autoload.
7122
7123 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7124
7125         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7126
7127 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7128
7129         * message.el (message-sendmail-extra-arguments): New variable.
7130         (message-send-mail-with-sendmail): Use it.
7131
7132 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7133
7134         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7135         mm-with-unibyte-current-buffer to make string unibyte.
7136
7137         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7138         mm-string-as-multibyte.
7139
7140 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7141
7142         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7143         Reported by Werner Koch <wk@gnupg.org>.
7144
7145 2006-11-14  Daiki Ueno  <ueno@p360>
7146
7147         * mml2015.el: Autoload epa-select-keys when compiling.
7148
7149 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7150
7151         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7152         message-options.
7153         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7154
7155 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7156
7157         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7158         EasyPG (< 0.0.6).
7159         (mml2015-always-trust): New user option.
7160         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7161         prompt.
7162
7163 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7164
7165         * nntp.el (nntp-authinfo-force): New variable.
7166         (nntp-send-authinfo): Use it.
7167
7168 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7169
7170         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7171         decode encoded words.  Improve prompt.  Add comment about forwarding.
7172         (message-replacement-char): Move up.
7173
7174 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7175
7176         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7177         instead of gnus-intersection because arguments of gnus-sorted-nunion
7178         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7179
7180 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7181
7182         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7183         (message-simplify-subject-functions): Enable
7184         message-strip-subject-encoded-words by default.
7185
7186 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7187
7188         * message.el (message-strip-subject-encoded-words): New function.
7189         (message-simplify-subject-functions): New variable.
7190         (message-simplify-subject): Use it.  Fix typo in doc string.
7191         Support message-strip-subject-encoded-words.
7192
7193 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7194
7195         * gnus-diary.el (gnus-diary-delay-format-function):
7196         * nndiary.el (nndiary-reminders):
7197         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7198
7199 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7200
7201         * gnus-art.el (article-hide-boring-headers): Fetch date from
7202         gnus-original-article-buffer to avoid problems with localized date
7203         strings.
7204
7205 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7206
7207         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7208
7209 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7210
7211         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7212         New variables.
7213         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7214         (mm-charset-synonym-alist): Move some entries to
7215         mm-codepage-iso-8859-list.
7216         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7217         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7218
7219 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7220
7221         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7222
7223 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7224
7225         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7226         with Emacs 21 and XEmacs.
7227
7228 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7229
7230         * spam.el (spam-parse-address): New function for better parsing,
7231         catching errors, etc.
7232         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7233
7234 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7235
7236         * mm-view.el: Add interactive arg to html2text autoload.
7237
7238 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7241
7242 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7243
7244         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7245         variables.
7246         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7247         (mm-charset-synonym-alist): Move some entries to
7248         mm-codepage-iso-8859-list.
7249
7250         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7251
7252 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7253
7254         * message.el (message-citation-line-format)
7255         (message-insert-formated-citation-line): Fix implementation of %E, %N
7256         and %n according to the doc string.
7257
7258 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7259
7260         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7261         car-safe to avoid bad parses.
7262
7263 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7264
7265         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7266         names.
7267
7268         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7269
7270 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7271
7272         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7273         header.
7274
7275         * message.el (message-draft-headers): Add Date.
7276         (message-headers-to-generate): Fix typo in docstring.
7277
7278         * nndraft.el (nndraft-required-headers): New variable.
7279         (nndraft-generate-headers): Use it.
7280
7281         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7282
7283 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7284
7285         * gnus-registry.el (gnus-registry-wash-for-keywords)
7286         (gnus-registry-find-keywords): New functions to allow easy searching of
7287         articles that are in the registry.
7288
7289 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7290
7291         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7292         ietf-drums-parse-address instead of gnus-extract-address-components.
7293         Reported by Damien Elmes <damien@repose.cx>.
7294
7295 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7296
7297         * gnus.el (gnus-mime): Remove unused custom group.
7298
7299 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7300
7301         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7302         "blank line" when searching for end of armor headers.
7303
7304 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7305
7306         * gmm-utils.el (gmm-write-region): Fix variable name.
7307
7308 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7309
7310         * gmm-utils.el (gmm-write-region): New function based on compatibility
7311         code from `mm-make-temp-file'.
7312
7313         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7314
7315         * nnmaildir.el (nnmaildir--update-nov)
7316         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7317         Use `gmm-write-region'.
7318
7319 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7320
7321         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7322         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7323
7324         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7325
7326         * message.el (message-replacement-char): New variable.
7327         (message-fix-before-sending): Use it.
7328         (message-simplify-subject): New function to remove duplicate code.
7329         (message-reply, message-followup): Use it.
7330
7331         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7332         gnus-summary-limit-to-articles.
7333
7334 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7335
7336         * gnus-util.el (gnus-with-local-quit): New macro.
7337
7338         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7339
7340 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7341
7342         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7343         ignore non-string data.
7344
7345 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7346
7347         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7348         non-string data (needs to be done in the registry too).
7349
7350 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7351
7352         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7353         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7354         (gnus-registry-split-fancy-with-parent)
7355         (gnus-registry-fetch-simplified-message-subject-fast)
7356         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7357         Remove text properties on ingress into the registry and when it's saved.
7358         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7359         registry from entries with no groups.
7360
7361 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7362
7363         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7364         function to remove string properties.
7365
7366 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7367
7368         * gmm-utils.el (gmm): Adjust custom version.
7369
7370         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7371         custom version.
7372
7373         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7374
7375 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7376
7377         * gnus-art.el (gnus-insert-prev-page-button)
7378         (gnus-insert-next-page-button): Simplify.  Reformat.
7379
7380 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7381
7382         * gnus-art.el (gnus-insert-prev-page-button)
7383         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7384
7385 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7386
7387         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7388
7389 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7390
7391         * gnus-art.el (gnus-insert-mime-button)
7392         (gnus-insert-mime-security-button):
7393         Apply gnus-article-button-face to MIME and security buttons.
7394
7395 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7396
7397         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7398         readable.
7399
7400 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7401
7402         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7403
7404 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7405
7406         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7407         `browse-url-of-file' instead of `browse-url'.
7408
7409 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7410
7411         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7412         regexp.  Articles containing quotation were cut prematurely.
7413
7414 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7415
7416         * message.el (message-cite-original-1): Use nobody by default for the
7417         value of From header.
7418         (message-reply): Ditto.
7419
7420 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7421
7422         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7423         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7424         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7425
7426 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7427
7428         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7429         mails in the doc string.  Add some URLs in comment.
7430         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7431
7432 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7433
7434         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7435         backslashes handling and the way to find boundaries of quoted strings.
7436
7437 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7438
7439         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7440         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7441         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7442         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7443
7444 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7445
7446         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7447         doc string.
7448         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7449
7450 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7451
7452         * lpath.el: Fbind epg-check-configuration.
7453
7454 2006-09-06  Simon Josefsson  <jas@extundo.com>
7455
7456         * mml2015.el (mml2015-use): Doc fix, mention epg.
7457
7458 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7459
7460         * mml2015.el (mml2015-use): Default to epg, if available.
7461
7462 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7463
7464         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7465         message-sender.
7466         (mml1991-epg-encrypt): Ditto.
7467         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7468         message-sender.
7469         (mml2015-epg-encrypt): Ditto.
7470
7471 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7472
7473         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7474         several common directories.
7475
7476 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7477
7478         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7479         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7480
7481 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7482
7483         * gnus-art.el (article-decode-encoded-words): Make it fast.
7484
7485 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7486
7487         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7488
7489         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7490         in quoted string into `\'.
7491
7492 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7493
7494         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7495         Use standard-syntax-table.
7496
7497 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7498
7499         * gnus-art.el (gnus-decode-address-function): New variable.
7500         (article-decode-encoded-words): Use it to decode headers which are
7501         assumed to contain addresses.
7502         (gnus-mime-delete-part): Remove useless `or'.
7503
7504         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7505         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7506         (gnus-nov-parse-line): Use it to decode From header.
7507         (gnus-get-newsgroup-headers): Ditto.
7508         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7509
7510         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7511         (mail-decode-encoded-address-string): New alias.
7512
7513         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7514         New function.
7515         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7516         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7517         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7518         (rfc2047-decode-string): Ditto.
7519         (rfc2047-decode-address-region): New function.
7520         (rfc2047-decode-address-string): New function.
7521
7522 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7523
7524         * message.el (message-caesar-buffer-body): Allow rotating headers.
7525
7526         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7527
7528         * message.el (message-insert-formated-citation-line): Fix %f.
7529         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7530
7531 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7532
7533         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7534         (gnus-bookmark-mouse-available-p): New macro.
7535         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7536         (gnus-bookmark-bmenu-show-infos): Use it.
7537         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7538         (gnus-bookmark-bmenu-hide-infos): Ditto.
7539         (gnus-bookmark-remove-properties): New function.
7540         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7541         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7542         (gnus-bookmark-write-file): Bind coding-system-for-write.
7543         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7544         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7545         group before selecting it.
7546         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7547         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7548         quit-window if it is not available; use gnus-mouse-2 and bind it to
7549         gnus-bookmark-bmenu-select-by-mouse.
7550         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7551         (gnus-bookmark-bmenu-select-by-mouse): New function.
7552
7553 2006-08-13  Romain Francoise  <romain@orebokech.com>
7554
7555         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7556         space.
7557
7558 2006-08-10  Romain Francoise  <romain@orebokech.com>
7559
7560         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7561         (dns-mode-soa-auto-increment-serial): New user option.
7562         (dns-mode-soa-maybe-increment-serial): New function.
7563         (dns-mode): Add the latter to `write-contents-functions'.
7564
7565 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7566
7567         * compface.el (uncompface): Use binary rather than raw-text-unix.
7568
7569 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7570
7571         * compface.el (uncompface): Make sure the eol conversion doesn't take
7572         place when communicating with the external programs.  Reported by
7573         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7574
7575 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7576
7577         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7578
7579 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7580
7581         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7582         Make it more robust by parsing author and date independently.
7583
7584 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7585
7586         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7587
7588 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7589
7590         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7591         first matching secret key.
7592         (mml2015-epg-encrypt): Ditto.
7593
7594         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7595         first matching secret key.
7596         (mml1991-epg-encrypt): Ditto.
7597
7598         * mml2015.el (mml2015-encrypt-to-self): New user option.
7599         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7600         mml2015-epg-encrypt-to-self is set.
7601
7602         * mml1991.el (mml1991-encrypt-to-self): New variable.
7603         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7604         mml1991-epg-encrypt-to-self is set.
7605
7606         * mml2015.el (mml2015-signers): New user option.
7607         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7608         (mml2015-epg-encrypt): Allow to select signing keys.
7609
7610         * mml1991.el (mml1991-signers): New variable.
7611         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7612         (mml1991-epg-encrypt): Allow to select signing keys.
7613
7614 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7615
7616         * nnheader.el (nnheader-insert-head): Make it work even if the file
7617         uses CRLF for the line-break code.
7618
7619 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7620
7621         * mml2015.el: Require mml-sec instead of password.
7622         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7623         (mml2015-cache-passphrase): Inherit the default value from
7624         mml-secure-cache-passphrase.
7625         (mml2015-passphrase-cache-expiry): Inherit the default value from
7626         mml-secure-passphrase-cache-expiry.
7627
7628         * mml1991.el: Require mml-sec instead of password.
7629         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7630         (mml1991-cache-passphrase): Inherit the default value from
7631         mml-secure-cache-passphrase.
7632         (mml1991-passphrase-cache-expiry): Inherit the default value from
7633         mml-secure-passphrase-cache-expiry.
7634
7635         * mml-sec.el: Require password.
7636         (mml-secure-verbose): New user option.
7637         (mml-secure-cache-passphrase): New user option.
7638         (mml-secure-passphrase-cache-expiry): New user option.
7639
7640 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7641
7642         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7643         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7644         andreas@altroot.de (Andreas Vögele).
7645
7646         FIXME: Use `tiny change'?
7647
7648 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7649
7650         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7651         workaround for the url package included with Emacs.
7652
7653         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7654
7655 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7656
7657         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7658         correctly.  This fixes a bug caused by the 2006-05-12 change.
7659
7660 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7661
7662         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7663         some information about the error when saying that the `bogus' mail
7664         group will be used.
7665
7666 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7667
7668         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7669         string.
7670
7671 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7672
7673         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7674
7675 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7676
7677         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7678
7679 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7680
7681         * mml1991.el (mml1991-function-alist): Add epg.
7682         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7683         (mml1991-epg-encrypt): New functions.
7684
7685 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7686
7687         * mml2015.el (mml2015-verbose): New variable.
7688         (mml2015-cache-passphrase): Ditto.
7689         (mml2015-passphrase-cache-expiry): Ditto.
7690         (mml2015-function-alist): Add epg.
7691         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7692         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7693         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7694         functions.
7695
7696 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7697
7698         * message.el (message-cite-original-1): Preserve region when removing
7699         quoted text due to X-No-Archive in order to avoid bogus attribution
7700         when citing multiple messages.
7701
7702 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7703
7704         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7705         Kenneth Jacker <khj@be.cs.appstate.edu>.
7706
7707 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7708
7709         * gnus-diary.el (gnus-user-format-function-d)
7710         (gnus-user-format-function-D): Autoload.
7711
7712         * imap.el (Commentary): Fix typo.
7713
7714         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7715         2006-04-22 contribution.
7716
7717 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7718
7719         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7720         It didn't really fix the bogosity I'm seeing with solid web groups.
7721
7722 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7723
7724         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7725         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7726         created using server names.  If we use the feature without declaring
7727         it, Gnus does not properly manage server and group state.
7728
7729         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7730         bound.
7731
7732 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7733
7734         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7735         looking up the method using GROUP's prefix before inventing a new one.
7736         It is used on killed/unknown groups in various places where returning
7737         an all-new method isn't expected by the caller.
7738
7739         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7740         and match semantics of gnus-group-real-prefix.
7741
7742 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7743
7744         * nnmail.el (nnmail-broken-references-mailers): New variable.
7745         (nnmail-ignore-broken-references): New function generalizing
7746         nnmail-fix-eudora-headers.
7747         (nnmail-fix-eudora-headers): Now obsolete.
7748
7749         * gnus-art.el (gnus-button-handle-custom): Support
7750         `customize-apropos*'.
7751
7752 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7753
7754         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7755
7756         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7757         articles.
7758
7759 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7760
7761         * message.el (message-cite-reply-above): New variable.
7762         (message-yank-original): Use it.
7763
7764 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7767
7768 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7769
7770         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7771         as read.
7772
7773         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7774
7775 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7776
7777         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7778         (gnus-bookmark-default-file): Use gnus-directory.
7779         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7780         Remove "*" in doc string.
7781         (gnus-bookmark-write-file): Simplify.
7782         (gnus-bookmark-maybe-sort-alist): Use `when'.
7783         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7784         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7785         FIXME about Emacs 21 and XEmacs compatibility.
7786         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7787         compatibility.
7788         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7789         compatibility.
7790         (gnus-bookmark-menu-heading): Fix version.
7791
7792 2006-06-19  Bastien Guerry  <bzg@altern.org>
7793
7794         * gnus-bookmark.el: New file.
7795
7796 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7797
7798         * message.el (message-syntax-checks): Doc fix.
7799
7800 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7801
7802         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7803         unsubscribed groups as if they were killed ones.  It causes duplicate
7804         entries in gnus-newsrc-alist.
7805
7806 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7807
7808         * message.el (message-syntax-checks): Doc fix.
7809         (message-send-mail): Add check for continuation headers.
7810         (message-check-news-header-syntax): Fix regexp used to check for
7811         continuation headers.
7812
7813 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7814
7815         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7816
7817 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7818
7819         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7820
7821 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7822
7823         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7824         default-truncate-lines.
7825
7826 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7827
7828         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7829         to fill the utf-8 entry.
7830
7831         * lpath.el: Fbind unicode-precedence-list.
7832
7833 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7834
7835         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7836
7837 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7838
7839         * gnus-agent.el (directory-files-and-attributes): Move all the way
7840         forward (the third and final move).
7841         (gnus-agent-read-agentview): Trap reconstruction errors due to
7842         nonexistant directory.  Handle by returning nil.
7843
7844 2006-05-30  Didier Verna  <didier@xemacs.org>
7845
7846         * message.el (message-dont-reply-to-names): Update the custom type.
7847         * message.el (message-dont-reply-to-names): New defsubst: potentially
7848         convert a list of regexps into a single one.
7849         * message.el (message-get-reply-headers): Use it.
7850         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7851
7852 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7853
7854         * gnus-agent.el (directory-files-and-attributes): Move forward.
7855
7856 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7857
7858         * gnus-ml.el (gnus-mailing-list-subscribe)
7859         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7860         (gnus-mailing-list-message): Fix doc strings.
7861
7862 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7863
7864         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7865         of doing it manually.
7866
7867 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7868
7869         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7870         comment.
7871
7872 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7873
7874         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7875         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7876         (gnus-agent-read-local): All symbols allocated in my-obarray.
7877         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7878         (gnus-agent-regenerate-group): Check numeric names to see if they are
7879         messages or groups.
7880         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7881         better way of do this...)
7882
7883         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7884         'dummy.group' (there should be a better way of do this...)
7885
7886 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7889         (gnus-saved-headers): Ditto.
7890         (gnus-default-article-saver): Mention functions may have properties.
7891         (gnus-article-save): Override gnus-save-all-headers and
7892         gnus-saved-headers by :headers property which saver function may have.
7893         (gnus-summary-save-in-file): Add :headers property.
7894         (gnus-summary-write-to-file): Ditto.
7895
7896         * gnus-sum.el (gnus-summary-save-article): Bind
7897         gnus-prompt-before-saving to t when saving many articles in a file;
7898         always show all headers.
7899
7900         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7901
7902 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7903
7904         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7905         marks.
7906
7907         * message.el (message-indent-citation): Add optional arguments to allow
7908         using it outside of message buffers.
7909
7910         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7911         (gnus-article-treat-unfold-headers): Use it.
7912         (gnus-article-truncate-lines): New variable.
7913         (gnus-article-mode): Use it.
7914         (gnus-article-toggle-truncate-lines): New function.
7915
7916         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7917         gnus-article-toggle-truncate-lines.
7918
7919         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7920         coding system in XEmacs, use binary.
7921
7922 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7923
7924         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7925         after-load-alist.
7926
7927         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7928         this function should save decoded articles.
7929         (gnus-summary-write-to-file): Use property to specify this function
7930         should save decoded articles and specify gnus-summary-save-in-file
7931         should be used to save articles other than the first one when saving
7932         many articles.
7933         (gnus-summary-save-body-in-file): Use property to specify this
7934         function should save decoded articles.
7935         (gnus-summary-write-body-to-file): Use property to specify this
7936         function should save decoded articles and specify
7937         gnus-summary-save-body-in-file should be used to save articles other
7938         than the first one when saving many articles.
7939
7940         * gnus-sum.el (gnus-summary-save-article): Simplify.
7941
7942 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7943
7944         * gnus-art.el (gnus-default-article-saver): Add
7945         gnus-summary-write-body-to-file.
7946         (gnus-article-save-coding-system): Don't use coding system object
7947         in XEmacs.
7948         (gnus-read-save-file-name): Add optional `dir-var' argument which
7949         specifies directory in which files are saved; work even if optional
7950         `variable' argument is not specified.
7951         (gnus-summary-write-to-file): Read file name.
7952         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7953         (gnus-summary-write-body-to-file): New function.
7954
7955         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7956         (gnus-summary-local-variables): Add it.
7957         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7958         (gnus-summary-save-article): Remove optional `decode' argument;
7959         determine whether to decode articles by the value of
7960         gnus-default-article-saver; when saving many files using
7961         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7962         it first and use gnus-summary-save-in-file or
7963         gnus-summary-save-body-in-file thereafter unless
7964         gnus-prompt-before-saving is always; move point to article which
7965         will be saved.
7966         (gnus-summary-save-article-file): Revert.
7967         (gnus-summary-write-article-file): Revert.
7968         (gnus-summary-save-article-body-file): Revert.
7969         (gnus-summary-write-article-body-file): New function.
7970
7971 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7972
7973         * gnus-art.el (gnus-default-article-saver): Doc fix.
7974         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7975         from gnus-summary-save-article-coding-system, and default to a
7976         certain coding system.
7977         (gnus-output-to-file): Add coding cookie and encode text according
7978         to gnus-article-save-coding-system; don't use mm-append-to-file.
7979
7980         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7981         gnus-art.el and rename to gnus-article-save-coding-system.
7982         (gnus-summary-save-article): Require gnus-art; don't show all
7983         headers if it decodes articles; don't add coding cookie here;
7984         don't bind mm-text-coding-system-for-write.
7985         (gnus-summary-save-article-file): Save decoded articles.
7986         (gnus-summary-write-article-file): When saving many files, use
7987         gnus-summary-write-to-file first and gnus-summary-save-in-file
7988         thereafter unless gnus-prompt-before-saving is always.
7989         (gnus-summary-save-article-body-file): Save decoded articles.
7990
7991         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7992
7993 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7994
7995         * nnrss.el (nnrss-check-group): Bind hash-index.
7996
7997 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7998
7999         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8000         its hash index.  Store this hash in `nnrss-group-data'.
8001         (nnrss-read-group-data): Update accordingly.
8002
8003 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8004
8005         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8006         entry.
8007
8008         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8009         gnus-article-browse-html-article.
8010
8011 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8012
8013         * gnus-sum.el (gnus-summary-mime-map): Add
8014         gnus-article-browse-html-article.
8015
8016         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8017
8018 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8019
8020         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8021         suitable coding systems in customize.
8022
8023 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8024
8025         * mail-source.el (mail-sources): Fix custom type.
8026
8027 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8028
8029         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8030         (gnus-summary-expire-articles-now): Shorten prompt.
8031
8032         * gmm-utils.el (wid-edit): Require.
8033         (defun-gmm): Renamed from `gmm-defun-compat'.
8034         (gmm-image-search-load-path): Use it.
8035         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8036
8037 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8038
8039         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8040         variable.
8041         (gnus-summary-save-article): Add optional `decode' argument.  If
8042         it is set and gnus-summary-save-article-coding-system is non-nil,
8043         save decoded article.
8044         (gnus-summary-write-article-file): Save decoded article if
8045         gnus-summary-save-article-coding-system is non-nil.
8046
8047         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8048         type.
8049
8050 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8051
8052         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8053
8054 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8055
8056         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8057         first to test gnus-single-article-buffer which may be buffer-local.
8058
8059         * gnus-sum.el (gnus-summary-setup-buffer): Make
8060         gnus-single-article-buffer buffer-local and nil in ephemeral
8061         group; make gnus-article-buffer, gnus-article-current, and
8062         gnus-original-article-buffer always buffer-local.
8063         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8064         group.
8065         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8066
8067 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8068
8069         * nnml.el (nnml-request-compact-group): Compressed files might not
8070         have .gz extension.
8071
8072 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8073
8074         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8075         (mm-copy-to-buffer): Use with-current-buffer.
8076         (mm-display-part): Simplify.
8077         (mm-inlinable-p): Add optional arg `type'.
8078
8079 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8080
8081         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8082         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8083         Try harder to show the attachment internally or externally using
8084         gnus-mime-view-part-as-type.
8085
8086 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8087
8088         * message.el (message-from-style, message-signature-separator)
8089         (message-user-organization-file, message-send-mail-function)
8090         (message-citation-line-function, message-yank-prefix)
8091         (message-indent-citation-function, message-signature)
8092         (message-signature-file, message-signature-insert-empty-line):
8093         Remove autoloads.
8094
8095         * gnus-art.el (gnus-buttonized-mime-types): Remove
8096         "multipart/signed".  Revert 2006-04-26 change.
8097
8098 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8099
8100         * gnus.el (gnus-version-number): Bump version.
8101
8102 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8103
8104         * gnus.el: No Gnus v0.5 is released.
8105
8106 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8107
8108         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8109         fetching articles by message-id.
8110
8111 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8112
8113         * message.el (hashcash): Require hashcash as normal.
8114
8115         * ecomplete.el (ecomplete-highlight-match-line): Use
8116         point-at-eol.
8117         (ecomplete-highlight-match-line): Use `highlight', because that
8118         face exists in both Emacs and XEmacs.
8119
8120         * message.el (message-display-abbrev): Use point-at-bol.
8121
8122         * mail-source.el: Don't require timer/timer-funcs.
8123
8124         * gnus-async.el: Ditto.
8125
8126         * password.el: Ditto.
8127
8128         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8129
8130         * mm-url.el: Ditto.
8131
8132         * gnus-xmas.el: Don't require timer-funcs.
8133
8134         * mm-util.el: Require timer/timer-funcs.
8135
8136 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8137
8138         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8139         Close.
8140
8141 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8142
8143         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8144         unibyte after clear-decrypt function runs.
8145
8146         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8147         returns as a unibyte string.
8148
8149 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8150
8151         * lpath.el: Revert.
8152
8153         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8154         (pgg-gpg-process-sentinel): Revert.
8155
8156         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8157         (pgg-pgp-lookup-key): Revert.
8158
8159         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8160         (pgg-pgp5-lookup-key): Revert.
8161
8162         * pgg.el (pgg-fetch-key): Revert.
8163
8164 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8165
8166         * lpath.el: Fbind string-as-multibyte for XEmacs.
8167
8168         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8169         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8170         (mml1991-pgg-encrypt): Ditto.
8171
8172         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8173         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8174         a multibyte buffer.
8175
8176         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8177         (pgg-pgp-lookup-key): Ditto.
8178
8179         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8180         (pgg-pgp5-lookup-key): Ditto.
8181
8182         * pgg.el (pgg-fetch-key): Ditto.
8183
8184 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8185
8186         * message.el (message-user-organization-file): Check several
8187         locations of the organization file.
8188
8189         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8190         Add gnus-article-view-part-as-type.
8191
8192         * gnus-art.el (gnus-article-view-part-as-type): New function.
8193
8194         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8195         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8196
8197         * mml.el: Simplify autoload.
8198         (mml-mode): defvar dnd-protocol-alist instead of using
8199         symbol-value.
8200         (mml-default-directory): New variable.
8201         (mml-minibuffer-read-file): Use it.
8202         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8203
8204         * message.el (message-citation-line-format): New variable.
8205         (message-insert-formated-citation-line): New function.
8206         (message-citation-line-function): Add
8207         `message-insert-formated-citation-line' to custom type.
8208
8209         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8210         to doc string.
8211
8212         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8213         depending on mm-verify-option.
8214
8215 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8216
8217         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8218         binding pgg-* variables; reimplement the section which prevents
8219         MIME header from being signed.
8220         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8221         pgg-text-mode; remove a blank line at the top of body.
8222
8223         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8224         lines at the top of body; use gnus-newsgroup-charset if there's no
8225         Charset header.
8226
8227 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8228
8229         * message.el (message-self-insert-commands): Doc fix.
8230
8231         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8232         (mm-uu-pgp-encrypted-test): Ditto.
8233         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8234         between header and body; return application/pgp-encrypted handle
8235         if decryption failed; decode decrypted body by charset.
8236
8237         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8238         element match to application/pgp-*.
8239
8240 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8241
8242         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8243         HTML.
8244
8245 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8246
8247         * mail-source.el (mail-source-call-script): Message the error
8248         string.
8249
8250 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8251
8252         * gnus-util.el (gnus-byte-compile): Use it.
8253
8254 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8255
8256         * gnus-util.el (kill-empty-logs): New function.
8257
8258 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8259
8260         * message.el (message-mail-alias-type): Doc fix.
8261         (message-mail-alias-type-p): New function.
8262         (message-send): Use it.
8263         (message-mode): Ditto.
8264         (message-strip-forbidden-properties): Ditto.
8265
8266         * ecomplete.el (ecomplete-database-file-coding-system): New
8267         variable.
8268         (ecomplete-save): Use it.
8269         (ecomplete-setup): Use it.
8270
8271 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * message.el (message-self-insert-commands): New variable.
8274         (message-strip-forbidden-properties): Use it.
8275
8276 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8277
8278         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8279         that doesn't make XEmacs choke.
8280
8281 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8282
8283         * gnus-util.el (gnus-replace-in-string):
8284         Prefer replace-regexp-in-string over of replace-in-string.
8285
8286 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8287
8288         * gnus-util.el (gnus-select-frame-set-input-focus):
8289         Use select-frame-set-input-focus if it is available in XEmacs; use
8290         definition defined in Emacs 22 for old Emacsen.
8291
8292         * dgnushack.el: Autoload unmorse-region for XEmacs.
8293
8294         * lpath.el: Bind cursor-in-non-selected-windows and
8295         select-frame-set-input-focus for XEmacs.
8296
8297 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8298
8299         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8300
8301 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8302
8303         * gnus-registry.el (gnus-registry-cache-save): Remove text
8304         properties when saving via the temp buffer.
8305
8306 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8307
8308         * message.el (message-generate-hashcash): Honor custom type.
8309
8310 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8311
8312         * message.el (message-generate-hashcash): Default to non-nil when
8313         hashcash is found.
8314
8315         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8316         (gnus-refer-thread-limit): Increase default to 500.
8317
8318         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8319
8320         * flow-fill.el (fill-flowed): Allow delete-space.
8321
8322 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8323
8324         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8325         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8326         Remove autoloads.
8327
8328 2006-04-18  Simon Josefsson  <jas@extundo.com>
8329
8330         * message.el (message-generate-hashcash): Default to.
8331
8332 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8333
8334         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8335         concatenating segments rather than before concatenating them.
8336
8337 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8338
8339         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8340
8341 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8342
8343         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8344
8345         * message.el (message-forward-make-body-plain): Allow
8346         message-forward-ignored-headers to be a list.
8347         (message-remove-ignored-headers): Factor out into function.
8348         (message-forward-make-body-mml): Use it.
8349
8350         * imap.el (imap-quote-specials): New function.
8351         (imap-login-auth): Quote specials.
8352
8353         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8354         (rfc2231-parse-string): Allow concatanation of parameters that
8355         aren't contiguous.  The test case is
8356           (mail-header-parse-content-type "message/external-body;
8357             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8358             access-type=LOCAL-FILE;
8359             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8360
8361 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8362
8363         * nntp.el (nntp-accept-process-output): Return the value of
8364         `nnheader-accept-process-output'.
8365
8366 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8367
8368         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8369         (gnus-button-alist): Recognize more diff formats.
8370         (gnus-button-patch): Strip directory.
8371
8372 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8373
8374         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8375         Emacs 22 when setting focus.
8376
8377 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8378
8379         * gnus-art.el (gnus-article-treat-types): Do treatment of
8380         text/x-verbatim parts.
8381         (gnus-button-patch): New command.
8382
8383         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8384         addresses that contain invalid characters.
8385
8386 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8387
8388         * message.el (message-put-addresses-in-ecomplete): Use
8389         gnus-replace-in-string.
8390         (message-is-yours-p): Use the more correct
8391         mail-header-parse-address instead of
8392         mail-extract-address-components.
8393         (message-put-addresses-in-ecomplete): Fix typo.
8394
8395         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8396         keystroke.
8397
8398         * gnus-art.el (gnus-treatment-function-alist): Change order of
8399         newsgroups/generic header folding to avoid double-folding.
8400
8401         * message.el (message-hidden-headers): Add X-Draft-From.
8402
8403         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8404         command.
8405         (gnus-summary-repeat-search-article-backward): New command.
8406
8407         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8408         groups in the parent topic.
8409
8410 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8411
8412         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8413         (spam-extra-header-to-number): Return the CRM114 number as a
8414         number instead of a string.
8415
8416 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8417
8418         * gnus-art.el (gnus-face-properties-alist): Moved here from
8419         gnus-fun.
8420
8421         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8422
8423 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8424
8425         * message.el (message-strip-forbidden-properties): Only display on
8426         self-insert-command.
8427
8428         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8429         reindent.
8430         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8431
8432 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8433
8434         * smiley.el (smiley-style): Fix typo.
8435
8436 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8437
8438         * hashcash.el (hashcash-insert-payment-async-2): Use
8439         message-goto-eoh instead of doing it manually.
8440         (mail-add-payment): Use message-narrow-to-header instead of trying
8441         to do the same itself.
8442
8443         * message.el (message-hidden-headers): Add Face.
8444
8445         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8446         reparenting code.
8447         (gnus-summary-reparent-children): Refactored out code.
8448         (gnus-summary-thread-map): New keystroke.
8449         (gnus-summary-reparent-children): Make into command.
8450
8451         * smiley.el (smiley-style): Default to `medium' if using a large
8452         font.
8453
8454         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8455         does it itself.
8456
8457         * message.el (message-point-in-header-p): Simplify definition.
8458
8459 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8460
8461         * nnagent.el (nnagent-request-set-mark): Silence log file
8462         writing.
8463         (nnagent-request-set-mark): Use write-region instead of
8464         append-to-file.
8465
8466         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8467         strange select method.
8468
8469         * ecomplete.el (ecomplete-display-matches): Get highlightling
8470         right.
8471         (ecomplete-display-matches): Use literals.
8472         (ecomplete-display-matches): Disable message logging.
8473
8474         * message.el (message-display-abbrev): Small optimization.
8475
8476         * ecomplete.el (ecomplete-display-matches): Allow automatic
8477         display.
8478
8479         * message.el (message-strip-forbidden-properties): Display
8480         abbrevs.
8481         (message-display-abbrev): Get automatic display right.
8482
8483         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8484         keystrokes.
8485
8486 2006-04-13  Romain Francoise  <romain@orebokech.com>
8487
8488         TODO: Backport to v5-10!
8489
8490         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8491         Moved here (and renamed) from gnus-registry.el.
8492
8493         * gnus-registry.el: Require gnus-util.
8494         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8495
8496 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8497
8498         * gnus-group.el (gnus-group-catchup-current): Change
8499         if-then-else-if-then-else into cond.
8500         (gnus-group-catchup): Indent.
8501         (group-name-at-point): New function.
8502         (gnus-fetch-group): Provide default from thing at point.
8503
8504 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8505
8506         * message.el (message-display-abbrev): Fix regexp.
8507
8508         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8509         choosing.
8510         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8511         dead variables.
8512
8513         * message.el (message-newline-and-indent): Remove debugging.
8514         (message-display-abbrev): Use new implementation.
8515
8516 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8517
8518         * gnus-art.el (gnus-article-mode): Set
8519         cursor-in-non-selected-windows to nil.
8520
8521         * smiley.el: Revert previous change.
8522         (smiley-data-directory): defvar it before using it in the
8523         defcustom of `smiley-style'.
8524
8525 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8526
8527         * message.el (message-newline-and-indent): New function.
8528
8529         * ecomplete.el: Implement more bits.
8530
8531         * message.el (message-put-addresses-in-ecomplete): Clean up the
8532         string.
8533
8534         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8535
8536         * gnus-sum.el (gnus-summary-save-parts): Bind
8537         gnus-summary-save-parts-counter and use it to make unique file
8538         names.
8539
8540         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8541
8542         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8543         parameter to say whether to actually parse the individual
8544         addresses.
8545
8546         * message.el (message-put-addresses-in-ecomplete): New function.
8547         (ecomplete): Require.
8548         (message-mail-alias-type): Add ecomplete as an option.
8549
8550 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8551
8552         * flow-fill.el (fill-flowed): Remove trailing space from blank
8553         quoted lines.
8554
8555 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8556
8557         * smiley.el (smiley-style): Move definition later to avoid a
8558         compilation warning.
8559
8560 2006-04-12  Kenichi Handa  <handa@m17n.org>
8561
8562         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8563         buffer and then decode the buffer text if necessary.
8564         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8565         first, and after mm-encode-body, change the buffer to unibyte.
8566         Use mm-disable-multibyte instead of set-buffer-multibyte.
8567
8568 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8569
8570         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8571         Content-Type header instead of Content-Disposition header.
8572         (gnus-mime-inline-part): Ditto.
8573         (gnus-mime-view-part-as-charset): Ignore charset that the part
8574         specifies.
8575
8576         * mm-decode.el (mm-display-part): Work with external parts and
8577         usual parts similarly.
8578
8579         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8580         instead of gnus-display-mime.
8581
8582         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8583         instead of with-temp-buffer.
8584
8585         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8586         tag to summarized topics part in order to encode non-ASCII text.
8587
8588 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8589
8590         * smiley.el (smiley-style): New variable.
8591         (smiley-directory): New function.
8592         (smiley-data-directory): Derive from `smiley-style' using
8593         `smiley-directory'.
8594         (smiley-regexp-alist): Add new entries.
8595
8596         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8597         (gnus-article-browse-delete-temp): Add :version.
8598
8599 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8600
8601         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8602         the sieve region.
8603
8604 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8605
8606         * gnus.el (gnus-version-number): Bump version.
8607
8608 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8609
8610         * gnus.el: No Gnus v0.4 is released.
8611
8612 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8613
8614         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8615         layout.
8616
8617         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8618         unknown charset.
8619
8620         * message.el (message-header-synonyms): Add Original-To to the
8621         default.
8622
8623         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8624         optional parameter.
8625
8626 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8627
8628         * gnus-fun.el (gnus): Require it for gnus-directory.
8629
8630 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8631
8632         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8633
8634 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8635
8636         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8637
8638 2006-04-05  Simon Josefsson  <jas@extundo.com>
8639
8640         * password.el (password-reset): New function.
8641
8642 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8643
8644         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8645         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8646
8647 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8648
8649         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8650         Some whitespace was matched into the url, which broke browsing hits
8651         > 100 when mm-url-use-external was nil.
8652
8653 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8654
8655         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8656         gnus-extra-headers for 'Newsgroups.
8657
8658         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8659         bound.
8660
8661 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8662
8663         * pgg-gpg.el: Clean up process buffers every time gpg processes
8664         complete.
8665
8666 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8667
8668         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8669         doc string.
8670
8671 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8672
8673         * pgg-gpg.el (pgg-gpg-process-filter)
8674         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8675
8676         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8677         lines, temporary fix.
8678
8679 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8680
8681         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8682
8683 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8684
8685         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8686         default-enable-multibyte-characters.  This reverts the change from
8687         revision 6.17 which is no longer necessary because the passphrase
8688         is sent separately now.  GnuPG messages are unreadable under
8689         multibyte locales with default-enable-multibyte-characters set to
8690         nil.
8691
8692 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8693
8694         * message.el (message-tool-bar-gnome): Move "spell".
8695
8696 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8697
8698         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8699         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8700         instead.
8701
8702 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8703
8704         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8705         newsgroups handling for NNTP overviews which don't include
8706         Newsgroups.
8707
8708 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8709
8710         * message.el (message-resend): Bind message-generate-hashcash to nil.
8711
8712 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8713
8714         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8715         when searching for already-paid recipients.
8716
8717 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8718
8719         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8720         passphrases when it is not needed.
8721         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8722         passphrase stuff from gpg, should only be necessary when you use
8723         gpg with a smartcard.
8724
8725 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8726
8727         * mml.el (mml-insert-mime): Ignore cached contents of
8728         message/external-body part.
8729
8730         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8731         (mm-insert-part): Ditto.
8732
8733 2006-03-23  Simon Josefsson  <jas@extundo.com>
8734
8735         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8736         Reiner.
8737         (pgg-gpg-use-agent-p): Use it again.
8738
8739 2006-03-23  Simon Josefsson  <jas@extundo.com>
8740
8741         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8742         older emacsen.
8743         (pgg-gpg-use-agent-p): Don't use it.
8744
8745 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8746
8747         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8748         if we can.
8749
8750 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8751
8752         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8753         (pgg-gpg-update-agent): New function.
8754         (pgg-gpg-use-agent-p): New function.
8755         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8756         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8757         (pgg-gpg-sign-region): Use it.
8758
8759 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8760
8761         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8762         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8763
8764 2006-03-21  Simon Josefsson  <jas@extundo.com>
8765
8766         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8767         <wilde@sha-bang.de>.
8768         (pgg-gpg-use-agent): New variable.
8769         (pgg-gpg-process-region): Use it.
8770         (pgg-gpg-encrypt-region): Likewise.
8771         (pgg-gpg-encrypt-symmetric-region): Likewise.
8772         (pgg-gpg-decrypt-region): Likewise.
8773         (pgg-gpg-sign-region): Likewise.
8774         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8775
8776 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8777
8778         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8779
8780         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8781         Add comment on version.
8782
8783 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8784
8785         * smiley.el: Add missing test smiley.
8786
8787 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8788
8789         * mm-decode.el (mm-with-part): New macro.
8790         (mm-get-part): Use it; work with message/external-body as well.
8791         (mm-save-part): Treat name and filename equally.
8792
8793         * mm-extern.el (mm-extern-cache-contents): New function.
8794         (mm-inline-external-body): Use it; force the part to be displayed;
8795         move undisplayer added to the cached handle to the parent.
8796
8797         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8798         (gnus-mime-view-part-as-type): Work with message/external-body.
8799
8800         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8801
8802 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8803
8804         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8805         images in image-load-path.  [Sync with image.el, revision 1.60, in
8806         Emacs.]
8807
8808 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8809
8810         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8811         path rather than symbol.  Always return list of directories.
8812         Guarantee that image directory comes first.  [Sync with image.el,
8813         revision 1.59, in Emacs.]
8814
8815         * message.el (message-make-tool-bar): Adjust to new API of
8816         `gmm-image-load-path-for-library'.
8817
8818         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8819
8820         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8821
8822 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8823
8824         * gnus-art.el (gnus-article-only-boring-p):
8825         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8826         intangible text.
8827         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8828
8829 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8830
8831         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8832         `defun' instead of `gmm-defun-compat'.
8833
8834 2006-03-14  Simon Josefsson  <jas@extundo.com>
8835
8836         * message.el (message-unique-id): Don't use message-number-base36
8837         if (user-uid) is a float.
8838         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8839
8840 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8841
8842         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8843
8844         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8845         empty line between a part and a message part.
8846
8847 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8848
8849         * smiley.el: Add more test smileys.
8850         (smiley-data-directory, smiley-regexp-alist)
8851         (gnus-smiley-file-types): Fix doc strings.
8852         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8853         adding new elements.
8854         (smiley-mouse-map): Unused code.  Make it a comment.
8855
8856 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8857
8858         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8859         scan latest NoCeM messages instead of old ones.
8860         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8861         delimiters that are recently used.
8862         (gnus-nocem-load-cache): Add autoload cookie.
8863
8864         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8865
8866         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8867         level which is larger than gnus-use-nocem is specified.
8868
8869         * gnus-group.el (gnus-group-get-new-news): Ditto.
8870
8871 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8872
8873         * gnus-util.el (gnus-tool-bar-update): New function.
8874
8875         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8876         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8877
8878         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8879
8880         * gnus-group.el (gnus-group-redraw-when-idle)
8881         (gnus-group-redraw-check): Remove.
8882         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8883
8884 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8885
8886         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8887         if optional last element is specified in splits (FIELD VALUE...).
8888
8889 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8890
8891         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8892         to gmm-image-load-path-for-library.  Call with no-error argument.
8893         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8894
8895         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8896
8897         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8898
8899         * gmm-utils.el (gmm-image-load-path): Remove alias.
8900
8901 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8902
8903         * gmm-utils.el (gmm-image-load-path): Add alias.
8904
8905         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8906         nnml-generate-nov-databases-1.
8907         (nnml-generate-nov-databases): Use it.
8908         (nnml-generate-nov-databases-directory): Document no-active
8909         argument.
8910
8911         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8912         directory if path is t.  Add no-error.
8913
8914         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8915         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8916
8917         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8918         resetting gnus-article-browse-html-temp-list.
8919
8920         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8921         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8922         Add example to docstring.  Rename local variables.  Move error
8923         checks to default case in cond and simplify.
8924
8925 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8926
8927         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8928         handle is multipart when calling it recursively.
8929         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8930
8931 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8932
8933         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8934         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8935
8936 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8937
8938         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8939         is loaded.
8940
8941         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8942         loaded.
8943
8944 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8945
8946         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8947         to "Emacs 23 (unicode)" in doc string.
8948
8949         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8950         "Emacs 23 (unicode)" in comment.
8951
8952 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8953
8954         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8955
8956         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8957         characters 160 through 255 in Emacs 23.
8958
8959 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8960
8961         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8962         gnus-article-browse-html-temp.
8963         (gnus-article-browse-delete-temp): Make it customizable.  Add
8964         `file'.  Adjust doc string.
8965         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8966         query for each file.  Adjust doc string.
8967         (gnus-article-browse-html-parts): Add
8968         `gnus-article-browse-delete-temp-files' to
8969         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8970
8971 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8972
8973         * gnus-art.el (gnus-article-browse-html-temp)
8974         (gnus-article-browse-delete-temp): New variables.
8975         (gnus-article-browse-delete-temp-files): New function.
8976         (gnus-article-browse-html-parts): Use it.
8977
8978 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8979
8980         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8981
8982         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8983         string.
8984
8985         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8986         gnus-summary-insert-new-articles when unplugged.  Remove
8987         gnus-summary-search-article-forward.
8988
8989         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8990         display-visual-class instead of display-color-cells.
8991
8992 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8993
8994         * dgnushack.el: Autoload customize-group for XEmacs.
8995
8996         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8997         message/* containing non-ASCII text properly.
8998
8999 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9000
9001         * message.el: Require gmm-utils, remove autoloads.
9002         (message-tool-bar): Set default based on
9003         gmm-tool-bar-style.
9004         (message-tool-bar-gnome): Add gmm-customize-mode.
9005
9006         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9007         gmm-tool-bar-style.
9008         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9009
9010         * gnus-group.el (gnus-group-tool-bar): Set default based on
9011         gmm-tool-bar-style.
9012         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9013
9014         * gmm-utils.el (gmm-image-directory): Rename variable from
9015         gmm-image-load-path.
9016         (gmm-image-load-path): Use gmm-image-directory.
9017         (gmm-customize-mode): New function.
9018         (gmm-tool-bar-style): New variable.
9019
9020         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9021         gnus-group-redraw-line-number.
9022         (gnus-group-redraw-check): Simplify.
9023         (gnus-group-tool-bar-update): Remove redraw check.
9024         (gnus-group-make-tool-bar): Add redraw check.
9025
9026 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9027
9028         * gnus-art.el (gnus-button): Add missing parentheses.
9029
9030 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9031
9032         * lpath.el: Fbind line-number-at-pos.
9033
9034 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9035
9036         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9037
9038 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9039
9040         * gnus-art.el (gnus-button): New face.
9041         (gnus-article-button-face): Use it.
9042
9043         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9044         gnus-summary-next-page.  Re-order.
9045
9046         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9047         next-node are now included.
9048         (gnus-group-redraw-line-number): New internal variable.
9049         (gnus-group-redraw-check): Helper function for updating the tool
9050         bar.
9051         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9052
9053         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9054
9055         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9056         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9057         Use it to match format of Spamassassin 3.0 and later.  Reported by
9058         IRIE Tetsuya <irie@t.email.ne.jp>.
9059         (spam-check-bogofilter)
9060         (spam-bogofilter-register-with-bogofilter): Fix args of
9061         `gnus-error' calls.
9062
9063 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9064
9065         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9066         unnecessary interaction when sending queued mails.  Reported by
9067         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9068
9069 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9070
9071         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9072         first or last are nil.
9073
9074 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9075
9076         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9077
9078 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9079
9080         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9081
9082 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9083
9084         * dns.el (query-dns): Protect more against buggy tcp output.
9085
9086 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9087
9088         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9089         nov.php.
9090
9091 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9092
9093         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9094         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9095         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9096         output on the server side.
9097         (nnweb-google-create-mapping): Update regexps and add some
9098         progress indication.
9099
9100 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9101
9102         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9103         gnus-agent-toggle-plugged.  Re-order icons.
9104         (gnus-group-tool-bar-gnome): Add
9105         gnus-group-{prev,next}-unread-group.
9106         (gnus-group-tool-bar-gnome): Re-order icons.
9107
9108         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9109         gnus-summary-insert-new-articles.
9110
9111         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9112         comments.
9113
9114         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9115         also available in Emacs 21.3.
9116
9117         * message.el (message-fix-before-sending): Change "Emacs 22" to
9118         "Emacs 23 (unicode)" in comment.
9119
9120         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9121         "Emacs 23 (unicode)" in comment.
9122
9123         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9124         comment.
9125         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9126
9127         * mm-view.el (mm-fill-flowed): Add :version.
9128
9129 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9130
9131         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9132         and load-path.
9133
9134 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9135
9136         * message.el: Autoload gmm-image-load-path.
9137         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9138         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9139         consitency.
9140
9141         * gmm-utils.el (gmm-image-load-path): Also search in
9142         "../etc/images".  Don't set gmm-image-load-path if we don't find
9143         the image.
9144
9145 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9146
9147         * gmm-utils.el (gmm-image-load-path): Don't make
9148         `gmm-image-load-path' include subdirectories which the second arg
9149         `image' might specify.
9150
9151         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9152         subdirectory to icon file names.
9153
9154         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9155
9156 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9157
9158         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9159         gmm-image-load-path calls.
9160
9161         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9162
9163         * message.el (message-make-tool-bar): Ditto.
9164
9165         * mml.el (mml-preview): Added comment concerning tool bar icons.
9166
9167         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9168         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9169
9170         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9171         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9172
9173         * message.el (message-tool-bar-gnome): Use new icon names.
9174         (message-make-tool-bar): Use `gmm-image-load-path'.
9175
9176         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9177         functions from MH-E.
9178         (gmm-image-load-path): New variable from MH-E.
9179         (gmm-image-load-path): New function from MH-E.  Added arguments
9180         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9181         *-image-load-path-called-flag.
9182
9183 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9184
9185         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9186
9187 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9188
9189         * nnimap.el (nnimap-request-move-article): Change folder back to
9190         source group before deleting.
9191
9192 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9193
9194         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9195
9196         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9197         mm-url.
9198
9199         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9200
9201 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9202
9203         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9204         coding system which mm-charset-to-coding-system returns for a
9205         given charset is valid.
9206
9207 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9208
9209         * html2text.el (html2text-remove-tag-list):
9210         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9211
9212 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9213
9214         * gnus-cus.el: Revert 2005-10-17 change.
9215
9216 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9217
9218         * gnus-art.el (article-strip-banner): Call
9219         article-really-strip-banner only when the regexp match is made.
9220
9221 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9222
9223         * gnus-art.el (article-strip-banner): Use
9224         gnus-extract-address-components instead of
9225         mail-header-parse-addresses to make it work with non-ASCII text;
9226         remove mail-encode-encoded-word-string.
9227
9228         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9229         values which are surrounded with \"...\"; make it never cause a
9230         Lisp error; give up parsing of parameters if it failed in
9231         extracting type.
9232
9233 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9234
9235         * smime.el (smime-cert-by-ldap-1): Fix bug where
9236         `smime-ldap-search' returns results without userCertificates.
9237
9238 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9239
9240         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9241
9242 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9243
9244         * spam.el (spam-check-spamassassin-headers): Adapt format for
9245         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9246         <ari@mbf.ocn.ne.jp>.
9247         (spam-list-of-processors): Add spam-use-gmane.
9248
9249 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9250
9251         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9252         make-temp-file; make it work with XEmacs as well.
9253
9254         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9255         mm-make-temp-file.
9256
9257         * mm-decode.el (mm-display-external): Use the 3rd arg of
9258         mm-make-temp-file.
9259         (mm-create-image-xemacs): Ditto.
9260
9261 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9262
9263         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9264         with message-narrow-to-headers.
9265         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9266         (gnus-draft-check-draft-articles): New function.
9267         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9268
9269 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9270
9271         * gnus-art.el (gnus-article-browse-html-parts):
9272         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9273         Don't use suffix argument for mm-make-temp-file for Emacs 21
9274         compatibility.  Remove useless `format'.
9275
9276 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9277
9278         * nnweb.el (nnweb-google-wash-article): Update regexps.
9279         (nnweb-group-alist): Use defvoo instead of defvar.
9280
9281 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9282
9283         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9284         re-loading nn* modules.
9285
9286 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9287
9288         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9289         for `tool-bar-mode' and don't check it's default-value.
9290
9291         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9292
9293         * message.el (message-make-tool-bar): Ditto.
9294
9295         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9296         `substring'.  Shorten tmp-file name.
9297
9298         * gnus.el: Remove bogus comment.
9299
9300 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9301
9302         * gnus-art.el (gnus-article-browse-html-parts): New function.
9303         (gnus-article-browse-html-article): New function for viewing html
9304         articles with a browser.
9305
9306 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9307
9308         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9309         in elisp.
9310         (pgg-gpg-encrypt-symmetric-region): Ditto.
9311         (pgg-gpg-sign-region): Ditto.
9312
9313         * pgg-def.el (pgg-text-mode): New variable.
9314
9315         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9316         (mml2015-pgg-encrypt): Ditto.
9317
9318         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9319         (mml1991-pgg-encrypt): Ditto.
9320
9321 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9322
9323         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9324         message-make-date instead of current-time-string.
9325
9326         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9327         to gnus-decoded which mm-uu might set.
9328
9329 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9330
9331         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9332         don't decode quoted parameters; remove misimported Emacs code.
9333         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9334         (rfc2231-decode-encoded-string): Don't use split-string which
9335         behaves differently according to Emacs version; use
9336         mm-decode-coding-region to convert charset to coding-system.
9337         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9338         (rfc2231-encode-string): Remove misimported Emacs code.
9339
9340 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9341
9342         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9343         when calling mail-header-parse-content-type.
9344         (article-de-quoted-unreadable): Ditto.
9345         (article-de-base64-unreadable): Ditto.
9346         (article-wash-html): Ditto.
9347
9348         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9349         calling mail-header-parse-content-type and
9350         mail-header-parse-content-disposition.
9351         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9352         mail-header-parse-content-type.
9353
9354         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9355         insert charset and format parameters; encode description after
9356         inserting it to buffer.
9357         (mml-insert-parameter): Fold lines properly even if a parameter is
9358         segmented into two or more lines; change the max column to 76.
9359
9360         * rfc1843.el (rfc1843-decode-article-body): Don't use
9361         ignore-errors when calling mail-header-parse-content-type.
9362
9363         * rfc2231.el (rfc2231-parse-string): Return at least type if
9364         possible; don't cause an error even if it fails in parsing of
9365         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9366         (rfc2231-encode-string): Don't break lines at the beginning, leave
9367         it to mml-insert-parameter.
9368
9369         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9370         calling mail-header-parse-content-type.
9371
9372 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9373
9374         * spam-report.el (spam-report-gmane-use-article-number):
9375         Improve doc string.
9376         (spam-report-gmane-internal): Check if a suitable header was found
9377         in the article.
9378
9379 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9380
9381         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9382         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9383
9384 2006-02-05  Romain Francoise  <romain@orebokech.com>
9385
9386         Update copyright notices of all files in the gnus directory.
9387
9388 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9389
9390         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9391
9392 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9393
9394         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9395         segmented lines of parameter value to cope with Thunderbird 1.5
9396         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9397         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9398         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9399
9400 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9401
9402         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9403         parts.
9404
9405 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9406
9407         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9408         there's only one active file for all servers.
9409         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9410         solid groups.  Gnus might have used a FAST request to select the group.
9411         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9412         and nnweb-search redundantly in the active file.
9413         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9414         (nnweb-request-create-group): Don't use ARGS.
9415         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9416         initialisations.  Let nnoo do the work.
9417
9418 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9419
9420         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9421         Say the part has been decoded.
9422
9423         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9424
9425 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9426
9427         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9428         mailcap-viewer-test-cache when there's no 'test clause, since that
9429         will invert the meaning of a "nil" test previously determined by
9430         mailcap-mailcap-entry-passes-test.
9431
9432 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9433
9434         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9435         compiling.
9436
9437         * gnus-sum.el: Ditto.
9438
9439         * message.el: Don't bind tool-bar-map when compiling.
9440
9441 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9442
9443         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9444
9445 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9446
9447         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9448         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9449         current Google Groups.
9450
9451 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9452
9453         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9454         and tool-bar-mode.
9455
9456         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9457         and tool-bar-mode.
9458
9459         * message.el (message-tool-bar-update): Simplify.
9460         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9461
9462         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9463         gnus-summary-buffer.
9464         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9465         gnus-summary-reply.
9466
9467         * gmm-utils.el (gmm): Add :version.
9468
9469 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9470
9471         * Makefile.in (clean): New rule.
9472         (distclean): Use it.
9473
9474 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9475
9476         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9477         autoload.
9478
9479 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9480
9481         * gmm-utils.el (gmm-verbose): Add :group.
9482
9483 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9484
9485         * message.el: Change some comments WRT tool-bars.
9486
9487         * gnus-sum.el (gnus-summary-tool-bar)
9488         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9489         (gnus-summary-tool-bar-zap-list): New variables.
9490         (gnus-summary-make-tool-bar): Complete rewrite using
9491         `gmm-tool-bar-from-list'.
9492
9493         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9494         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9495         variables.
9496         (gnus-group-make-tool-bar): Complete rewrite using
9497         `gmm-tool-bar-from-list'.
9498         (gnus-group-tool-bar-update): New function.
9499
9500         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9501
9502 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9503
9504         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9505         is dissected into a single part of which the type is the same as
9506         the given one; decode charset.
9507
9508 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9509
9510         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9511         into alists as symbol not string, since that's what
9512         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9513         look for.
9514
9515 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9516
9517         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9518         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9519
9520         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9521
9522 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9523
9524         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9525         (gnus-xmas-mime-security-button-menu): New function.
9526
9527         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9528         (gnus-mime-security-button-menu): New definition.
9529         (gnus-mime-security-button-map): Use them.
9530         (gnus-mime-security-button-menu): New function.
9531         (gnus-insert-mime-security-button): Addition to help echo.
9532         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9533         (gnus-mime-security-pipe-part): New functions.
9534
9535         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9536         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9537
9538         * mm-decode.el (mm-handle-set-disposition): Remove.
9539         (mm-handle-set-description): Remove.
9540
9541 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9542
9543         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9544         (mm-w3m-standalone-supports-m17n-p): New function.
9545         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9546         w3m usage.
9547
9548         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9549         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9550
9551 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9552
9553         * message.el (message-tool-bar-zap-list): Use
9554         gmm-tool-bar-zap-list as custom type.
9555         (message-tool-bar-update): New function.
9556         (message-tool-bar, message-tool-bar-gnome)
9557         (message-tool-bar-retro): Add message-tool-bar-update.
9558         (message-tool-bar-gnome): Add flyspell-buffer.
9559
9560         * gnus-util.el (gnus-error): Describe `args'.
9561
9562         * gmm-utils.el (gmm-error): Describe `args'.
9563         (gmm-tool-bar-zap-list): New widget.
9564         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9565
9566 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9567
9568         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9569         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9570         the number of recursive calls.
9571
9572         * mm-decode.el (mm-handle-set-disposition): New macro.
9573         (mm-handle-set-description): New macro.
9574
9575 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9576
9577         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9578         encoding.
9579
9580 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9581
9582         * message.el (message-tool-bar-zap-list, message-tool-bar)
9583         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9584         (message-tool-bar-local-item-from-menu): Remove.
9585         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9586         (message-make-tool-bar): New function.
9587         (message-mode): Use `message-make-tool-bar'.
9588
9589         * gmm-utils.el: New file.
9590         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9591         (gmm-lazy): New widget copied from `nnmail.el'.
9592         (gmm-tool-bar-from-list): New function for creating customizable
9593         tool bars.
9594         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9595         output.
9596         (gmm): Add :prefix to defgroup.
9597
9598 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9599
9600         * gmm-utils.el (gmm-widget-p): New function.
9601
9602 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9603
9604         * mml.el (mml-attach-file): Describe `description' in doc string.
9605         (mml-menu): Add Emacs MIME manual and PGG manual.
9606
9607 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9608
9609         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9610
9611 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9612
9613         * nntp.el (nntp-end-of-line): Doc fix.
9614
9615 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9616
9617         * imap.el (imap-open): Handle case where buffer is a buffer
9618         object.
9619
9620 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9621
9622         * gnus-delay.el (gnus-delay): Don't autoload.
9623         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9624         to be re-loaded when customizing the `gnus-delay' group.
9625
9626 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9627
9628         * message.el (message-insert-citation-line): Use newlines.
9629
9630 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9631
9632         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9633         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9634         these routines, so the passphrase can be managed externally and
9635         passed in to the system.
9636         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9637         pgg-add-passphrase-to-cache function.
9638
9639         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9640         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9641         these routines, so the passphrase can be managed externally and
9642         passed in to the system.
9643         (pgg-pgp5-sign-region): Use new name of
9644         pgg-add-passphrase-to-cache function.
9645
9646 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9647
9648         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9649         part of the decoded armor to find the key-identifier.
9650         (pgg-gpg-lookup-key-owner): New function to return the
9651         human-readable identifier of a key owner.
9652         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9653         itself.
9654         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9655         the key value) if we have a key and can match it against a secret
9656         key.  Also, added a note pointing out fact that the prompt only
9657         indicates the first matching key.
9658
9659         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9660         pgg-decrypt-region.
9661         (pgg-add-passphrase-to-cache): Rename from
9662         `pgg-add-passphrase-cache' to reduce confusion (all callers
9663         changed).
9664         (pgg-remove-passphrase-from-cache): Rename from
9665         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9666         changed).
9667         (pgg-read-passphrase, pgg-add-passphrase-cache)
9668         (pgg-remove-passphrase-cache): Add informative docstrings.
9669         (pgg-decrypt): Convey provided passphrase in subordinate call to
9670         pgg-decrypt-region.
9671
9672 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9673
9674         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9675         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9676         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9677         'passphrase' argument, so the passphrase can be managed externally
9678         and then passed in to the system.
9679
9680         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9681         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9682         so the passphrase cache can be used reliably with identifiers
9683         besides a pgp packet's key id.
9684
9685         * pgg-gpg.el (pgg-gpg-encrypt-region)
9686         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9687         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9688         these routines, so the passphrase can be managed externally and
9689         passed in to the system.
9690
9691         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9692         'notruncate' argument, so the passphrase cache can be used
9693         reliably with identifiers besides a pgp packet's key id.
9694
9695 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9696
9697         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9698         symmetric encryption.
9699         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9700         encrypted session key.
9701         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9702         message ask for the passphrase in a proper way.
9703
9704         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9705         New user commands for symmetric encryption.
9706
9707 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9708
9709         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9710
9711         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9712
9713 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9714
9715         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9716
9717 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9718
9719         * mm-decode.el (mm-inlined-types): Add application/pgp.
9720         (mm-automatic-display): Ditto.
9721
9722         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9723         part as text.
9724
9725 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9726
9727         * nnrss.el: Update copyright.
9728         (nnrss-opml-import): Query whether to subscribe to each entry.
9729
9730         * gnus-art.el:
9731         * gnus-sum.el:
9732         * gnus-xmas.el:
9733         * messagexmas.el:
9734         * mm-uu.el:
9735         * mm-view.el: Update copyright.
9736
9737 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9738
9739         * message.el (message-info): New function.
9740         (message-mode-menu): Add it.
9741         Update copyright.
9742
9743         * ChangeLog: Fix and update copyright.
9744
9745 2006-01-13  Romain Francoise  <romain@orebokech.com>
9746
9747         * message.el (message-forward-subject-name-subject): Prefer the
9748         address to 'nowhere' if the sender has no name.
9749         Fix typo.  Update copyright year.
9750
9751 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9752
9753         * gnus-art.el (article-wash-html): Use
9754         gnus-summary-show-article-charset-alist if a numeric arg is given.
9755         (gnus-article-wash-html-with-w3m-standalone): New function.
9756
9757         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9758         mm-inline-text-html-render-with-w3m-standalone.
9759         (mm-text-html-washer-alist): Map w3m-standalone to
9760         gnus-article-wash-html-with-w3m-standalone.
9761         (mm-inline-text-html-render-with-w3m-standalone): New function.
9762
9763 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9764
9765         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9766         Improve LaTeX.
9767
9768 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9769
9770         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9771         (nnrss-request-article): Render text/plain parts as HTML.
9772
9773         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9774         the buffer.
9775
9776 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9777
9778         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9779         custom definition of `gnus-posting-styles'.
9780
9781         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9782         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9783
9784 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9785
9786         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9787         Use nntp for bug archive.
9788
9789 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9790
9791         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9792         parts.
9793         (nnrss-normalize-date): New function converts ISO 8601 date into
9794         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9795         (nnrss-check-group): Use it.
9796
9797 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9798
9799         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9800
9801         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9802         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9803         (nnrss-insert-w3): Ditto.
9804
9805 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9806
9807         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9808         the articles to be forwarded including the case where neither a
9809         number of articles nor a region is specified.
9810
9811 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9812
9813         * nnrss.el (nnrss-request-article): Fix last change; fill
9814         text/plain parts.
9815
9816 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9817
9818         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9819         in text/plain part.
9820         (nnrss-check-group): Don't add excessive newline to dc:subject.
9821
9822 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9823
9824         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9825         article.
9826
9827 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9828
9829         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9830         (nnml-use-compressed-files, nnml-save-mail): Support other
9831         comression programs such as bzip2.
9832
9833 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9834
9835         * dns.el (query-dns): Make sure we check the buffer size before
9836         removing tcp headers.
9837
9838 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9839
9840         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9841         remove MIME buttons associated with multipart/alternative parts.
9842         (gnus-mime-display-alternative): Tag buttons using `article-type'
9843         text property.
9844
9845         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9846         associated with multipart/alternative parts.
9847
9848         * gnus-art.el (gnus-signature-separator): Fix custom type.
9849
9850         * mm-decode.el (mm-inlined-types): Fix custom type.
9851         (mm-keep-viewer-alive-types): Ditto.
9852         (mm-automatic-display): Ditto.
9853         (mm-attachment-override-types): Ditto.
9854         (mm-inline-override-types): Ditto.
9855         (mm-automatic-external-display): Ditto.
9856
9857 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9858
9859         * spam-report.el (spam-report-user-mail-address)
9860         (spam-report-user-agent): New variables.
9861         (spam-report-url-ping-plain): Use spam-report-user-agent.
9862
9863 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9864
9865         * gnus-art.el (gnus-button-handle-custom): Do not just use
9866         `customize-apropos' for any "M-x customize-*" button but the
9867         function called for.  Accept both the function name and its
9868         argument in order to achieve this.
9869         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9870         function name to `gnus-button-handle-custom' in case of "M-x
9871         customize-*" buttons.
9872
9873 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9874
9875         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9876         multipart/alternative and add xref to mm-discouraged-alternatives
9877         in doc string.
9878
9879         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9880         gnus-buttonized-mime-types in doc string.
9881
9882 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9883
9884         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9885         Suggest image/.* in the doc string.
9886
9887 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9888
9889         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9890         message-marks (Debian bug #342521).
9891
9892 2005-12-12  Simon Josefsson  <jas@extundo.com>
9893
9894         * password.el (password-read-from-cache): Add.
9895         (password-read): Use it.
9896
9897 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9898
9899         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9900         us-ascii as a MIME charset.
9901
9902         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9903         against the case where the 2nd arg TYPE is nil.
9904
9905 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9906
9907         * pop3.el (pop3-stream-type): Fix custom version.
9908
9909         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9910
9911 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9912
9913         * mm-decode.el (mm-display-external): Add missing cdr.
9914
9915 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9916
9917         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9918         RFC1524) if it is in mailcap or add a suffix according to
9919         mailcap-mime-extensions when generating a temp filename; postpone
9920         deleting a temp file for 2 seconds for some wrappers, shell
9921         scripts, and so on, which might exit right after having started a
9922         viewer command as a background job.
9923
9924 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9925
9926         * nntp.el (nntp-marks-directory): Fix custom group.
9927
9928         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9929         steps when < 10.
9930
9931         * gnus-start.el (gnus-no-server-1): Mention
9932         `gnus-level-default-subscribed' in doc string.
9933
9934 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9935
9936         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9937         parens.
9938
9939 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9940
9941         * gnus-xmas.el (gnus-use-toolbar): Revert.
9942         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9943         gnus-use-toolbar is default.
9944
9945         * messagexmas.el (message-use-toolbar): Revert.
9946         (message-setup-toolbar): Use global default-toolbar if
9947         message-use-toolbar is default.
9948
9949 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9950
9951         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9952         according to default-toolbar-visible-p.
9953
9954         * messagexmas.el (message-use-toolbar): Ditto.
9955
9956 2005-11-26  Dave Love  <fx@gnu.org>
9957
9958         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9959         (tls-program, tls-success): Provide openssl alternative.
9960
9961         * starttls.el: Doc fixes.
9962         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9963         SERVICE to PORT.
9964
9965         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9966         port null or service name.
9967         (starttls-negotiate): Autoload.
9968
9969 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9970
9971         * message.el (message-kill-to-signature): Fix interactive spec.
9972
9973 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9974
9975         * pop3.el (pop3-open-server): Recognize a string as a service name.
9976
9977 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9978
9979         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9980
9981 2005-11-23  Dave Love  <fx@gnu.org>
9982
9983         Add pop3s, pop3/starttls.
9984
9985         * pop3.el (pop3-authentication-scheme): Clarify doc.
9986         (open-tls-stream, starttls-open-stream): Autoload.
9987         (pop3-stream-type): New.
9988         (pop3-open-server): Use it.
9989
9990         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9991         for POP.
9992         (mail-source-keyword-map): Add :stream for POP.
9993         (mail-source-fetch-pop): Use pop3-stream-type.
9994
9995 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9996
9997         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9998         of current-time-string.
9999
10000 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10001
10002         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10003         date header.
10004
10005 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10006
10007         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10008         it can seriously impact performance as it bypasses the agent's
10009         local caches.
10010
10011 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10012
10013         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10014         must be explicitly online rather than "not explicitly offline" for
10015         its flags to be synchronized.
10016
10017         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10018         that gnus-uu-unmark-thread will function correctly.
10019
10020         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10021         1024K is instead displayed as 1M.
10022
10023 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10024
10025         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10026
10027 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10028
10029         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10030
10031 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10032
10033         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10034         error message to display actual error condition.
10035         (gnus-agent-save-local): Avoid saving symbols that are bound to
10036         nil as they simply result in a warning message in
10037         gnus-agent-read-local.
10038
10039 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10040
10041         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10042         rather than make-variable-buffer-local for file-precious-flag.
10043
10044 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10045
10046         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10047         for duplicates which are removed.  The invalid sort check then
10048         triggers a rescan after the sort as sorting may have moved
10049         duplicate entries such that they can be cheaply detected.
10050
10051 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10052
10053         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10054
10055 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10056
10057         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10058         internal variable to a custom variable.  Changed default value
10059         from compressed(2) to uncompressed(1).
10060         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10061         support for uncompressed agentview files.  Taken together, reading
10062         the agentview file should now be 6-7 times faster.
10063
10064 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10065
10066         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10067         as a buffer-local variable.  This avoids creating truncated
10068         dribble files as a result of a hang up, eg.
10069
10070 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10071
10072         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10073         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10074         XEmacs.
10075
10076 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10077
10078         * gnus-start.el (gnus-start-draft-setup): Enforce
10079         `gnus-draft-mode' for nndraft:drafts at startup.
10080
10081         * gnus.el (gnus-splash): Change custom group.
10082         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10083         allow-list argument.
10084
10085         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10086         string.
10087
10088 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10089
10090         * gnus-art.el (gnus-default-article-saver): Add user-defined
10091         `function' to custom type.
10092
10093 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10094
10095         * imap.el (imap-open): Handle case where buffer is a buffer
10096         object.
10097
10098 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10099
10100         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10101         long lines.
10102         (gnus-cache-delete-group): Wrap doc strings.
10103
10104         * gnus-agent.el (gnus-agent-rename-group)
10105         (gnus-agent-delete-group): Wrap doc strings.
10106
10107 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10108
10109         * messagexmas.el (message-use-toolbar): Change the valid values
10110         into default, top, bottom, left, and right.
10111         (message-toolbar-thickness): New variable.
10112         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10113         well.
10114         (message-setup-toolbar): Make it work.
10115
10116         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10117         (gnus-use-toolbar): Change the valid values into default, top,
10118         bottom, left, and right.
10119         (gnus-toolbar-thickness): New variable.
10120         (gnus-xmas-setup-toolbar): New function.
10121         (gnus-xmas-setup-group-toolbar): Use it.
10122         (gnus-xmas-setup-summary-toolbar): Use it.
10123
10124 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10125
10126         * gnus-start.el (gnus-1): Add "native" to
10127         gnus-predefined-server-alist.
10128
10129         * gnus.el (gnus-method-to-server): Don't add "native" to the
10130         lists here, because that leads to problems when
10131         gnus-select-method is bound.
10132
10133 2005-11-09  Simon Josefsson  <jas@extundo.com>
10134
10135         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10136         use (not sort-by-date) instead.
10137
10138 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10139
10140         * gnus-delay.el (gnus-delay-group): Don't autoload.
10141         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10142         to be re-loaded when customizing the `gnus-delay' group.
10143
10144 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10145
10146         * message.el: Revert last changes.
10147         (message-insert-citation-line): Use newlines.
10148
10149 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10150
10151         * message.el (message-courtesy-message)
10152         (message-mark-insert-begin, message-mark-insert-end)
10153         (message-elide-ellipsis, message-cancel-message)
10154         (message-add-header, message-change-subject)
10155         (message-cross-post-followup-to-header)
10156         (message-cross-post-insert-note, message-reduce-to-to-cc)
10157         (message-widen-reply, message-delete-not-region)
10158         (message-kill-to-signature, message-insert-signature)
10159         (message-insert-importance-high, message-insert-importance-low)
10160         (message-insert-or-toggle-importance)
10161         (message-insert-disposition-notification-to)
10162         (message-indent-citation, message-yank-original)
10163         (message-cite-original-without-signature, message-cite-original)
10164         (message-insert-citation-line, message-position-on-field)
10165         (message-fix-before-sending, message-send-mail-partially)
10166         (message-send-mail, message-send-mail-with-sendmail)
10167         (message-send-mail-with-qmail, message-send-news)
10168         (message-check-news-header-syntax, message-generate-headers)
10169         (message-insert-courtesy-copy, message-fill-address)
10170         (message-fill-header, message-shorten-references)
10171         (message-setup-1, message-cancel-news)
10172         (message-forward-make-body-plain, message-forward-make-body-mime)
10173         (message-forward-make-body-mml, message-encode-message-body)
10174         (message-forward-make-body-digest-plain)
10175         (message-forward-make-body-digest-mime)
10176         (message-use-alternative-email-as-from): Insert `hard-newline'
10177         instead of ordinary newlines.
10178
10179 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10180
10181         * message.el (message-generate-headers): Downcase the argument
10182         given to message-check-element.
10183
10184 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10185
10186         * nntp.el (nntp-authinfo-rejected): New error condition.
10187         (nntp-wait-for): Use new error condition to signal authentication
10188         error.
10189         (nntp-retrieve-data): Rethrow new error condition to break out of
10190         recursive call to nntp-send-authinfo.
10191
10192 2005-11-08  Romain Francoise  <romain@orebokech.com>
10193
10194         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10195         (gnus-summary-exit-map): Bind to `Z p'.
10196         (gnus-summary-make-menu-bar): Add menu item.
10197
10198 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10199
10200         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10201         (gnus-treat-*): Add `first' in all doc strings.
10202
10203         * gnus-group.el (gnus-group-compact-group): Fix typo.
10204
10205 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10206
10207         * gnus.el (gnus-parameters-case-fold-search): New variable.
10208         (gnus-parameters-get-parameter): Use it.
10209
10210         * gnus-score.el (gnus-home-score-file): Doc fix.
10211
10212 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10213
10214         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10215
10216 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10217
10218         * mm-util.el (mm-special-display-p): New function.
10219
10220         * mml.el (mml-preview): Use it; doc fix.
10221
10222 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10223
10224         * imap.el (imap-open): Handle case where buffer is a buffer object.
10225
10226 2005-10-29  Romain Francoise  <romain@orebokech.com>
10227
10228         * message.el (message-fix-before-sending): Fix comment.
10229
10230 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10231
10232         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10233
10234 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10235
10236         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10237         Used in gnus-score.el.
10238
10239 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10240
10241         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10242
10243 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10244
10245         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10246         whitespace removed in revision 7.8.  Use concatenated string to
10247         protect trailing whitespace.
10248
10249 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10250
10251         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10252         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10253         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10254         Courier IMAP ("some version from 2004").  Mostly based on similar
10255         code in the same function.
10256
10257 2005-10-26  Didier Verna  <didier@xemacs.org>
10258
10259         * gnus-group.el (gnus-group-compact-group): Invalidate original
10260         article buffer.
10261         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10262         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10263         NOV database and in article itself.
10264         Invalidate article backlog.
10265
10266 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10267
10268         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10269
10270 2005-10-26  Simon Josefsson  <jas@extundo.com>
10271
10272         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10273         part of 2004-07-25 change.
10274
10275 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10276
10277         * message.el (message-display-completion-list): New function.
10278         (message-expand-group): Use it; make sure the Completions buffer
10279         is modifiable.
10280 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10281
10282         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10283         user-mail-name is an empty string.
10284
10285 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10286
10287         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10288         depending on gnus-score-decay-constant.
10289
10290         * encrypt.el (encrypt-insert-file-contents)
10291         (encrypt-write-file-contents): Don't use `gnus-message'.
10292
10293         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10294         arguments.
10295         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10296         arguments to mm-uu-verbatim-marks-extract.
10297         (mm-uu-hide-markers): New variable.
10298         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10299
10300         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10301         (gnus-convert-image-to-face-command): Use "convert" by default to
10302         allow other input image formats.
10303         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10304         accordingly.
10305
10306 2005-10-23  Simon Josefsson  <jas@extundo.com>
10307
10308         * imap.el (imap-gssapi-program): Align command line parameters
10309         with latest GNU SASL.
10310         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10311
10312 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10313
10314         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10315         HTML.
10316         (nnslashdot-request-article): Ditto.
10317
10318         * lpath.el (featurep): Add nobreak-char-display.
10319
10320 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10321
10322         * mail-source.el (mail-source-fetch-pop): Require pop3.
10323         (mail-source-check-pop): Ditto.
10324
10325 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10326
10327         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10328         errors.
10329
10330 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10331
10332         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10333         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10334
10335         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10336
10337         * mm-bodies.el (mm-decode-string): Call
10338         `mm-charset-to-coding-system' with allow-override argument.
10339
10340 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10343         (rfc2047-charset-to-coding-system): New function.
10344         (rfc2047-decode-encoded-words): New function.
10345         (rfc2047-decode-region): Use them.
10346         (rfc2047-decode-cte): Remove.
10347         (rfc2047-parse-and-decode): Remove.
10348         (rfc2047-decode): Remove.
10349
10350 2005-10-15  Kenichi Handa  <handa@m17n.org>
10351
10352         * rfc2047.el (rfc2047-decode-cte): New function.
10353         (rfc2047-decode-region): Change the way to decode successive
10354         encoded-words: decode B- or Q-encoding in each encoded-word,
10355         concatenate them, and decode it as charset.
10356
10357 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10358
10359         * lpath.el: Fbind codepage-setup for XEmacs.
10360
10361 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10362
10363         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10364         widget-move-and-invoke.
10365         (gnus-custom-mode): Use gnus-custom-map.
10366
10367 2005-10-15  Bill Wohler  <wohler@newt.com>
10368
10369         * message.el (message-tool-bar-map): Renamed image file from
10370         mail_send to mail/send.
10371
10372 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10373
10374         * message.el (message-expand-group): Pass the common
10375         prefix substring of completion to `display-completion-list'.
10376
10377 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10378
10379         * mml-sec.el (mml-secure-method): New internal variable.
10380         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10381         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10382         functions using mml-secure-method.
10383
10384         * mml.el (mml-mode-map): Add key bindings for those functions.
10385         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10386         Harder <harder@myrealbox.com>.
10387         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10388         end of message if point is the headers of the message.
10389
10390         * message.el (message-in-body-p): New function.
10391
10392         * assistant.el: Autoload gnus-util and netrc.
10393
10394         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10395         Use `mm-charset-override-alist' only when decoding.
10396
10397         * mm-bodies.el (mm-decode-body): Call
10398         `mm-charset-to-coding-system' with allow-override argument.
10399
10400         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10401         `filename' from Content-Disposition if Content-Type doesn't
10402         provide `name'.
10403         (gnus-mime-view-part-as-type): Set default instead of
10404         initial-input.
10405
10406 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10407
10408         * format-spec.el (format-spec): Propagate text properties of % spec.
10409
10410 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10411
10412         * gnus-art.el (gnus-treat-predicate): Add `first'.
10413
10414 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10415
10416         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10417         (mm-charset-override-alist): New variable.
10418         (mm-charset-to-coding-system): Use it.
10419         (mm-codepage-setup): New helper function.
10420         (mm-charset-eval-alist): New variable.
10421         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10422         about unknown charsets.
10423
10424         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10425
10426 2005-10-04  David Hansen  <david.hansen@gmx.net>
10427
10428         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10429         (nnrss-check-group): Ditto.
10430
10431 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10432
10433         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10434         Rename x-gnus-verbatim to x-verbatim.
10435         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10436
10437         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10438         x-verbatim.
10439
10440         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10441
10442         * gnus-util.el (gnus-remove-duplicates): Remove.
10443
10444         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10445         instead of gnus-remove-duplicates.
10446
10447         * message.el (message-remove-duplicates): Remove.
10448         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10449         message-remove-duplicates.
10450
10451         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10452         available, else use implementation from `delete-dups'.
10453
10454         * message.el (message-insert-expires): New function.
10455         (message-mode-map): Add key binding.
10456         (message-mode-field-menu): Add menu entry.
10457         (message-mode): Document it.
10458         (message-make-expires-date): Use `message-make-date'.
10459
10460 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10461
10462         * message.el (message-make-expires-date): New function.
10463
10464 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10465
10466         * Makefile.in (list-installed-shadows): New entry.
10467         (install): Use it.
10468         (remove-installed-shadows): New entry.
10469
10470         * dgnushack.el (dgnushack-default-load-path): New variable.
10471         (dgnushack-find-lisp-shadows): New function.
10472         (dgnushack-remove-lisp-shadows): New function.
10473
10474 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10475
10476         * Makefile.in (install-el-elc): New entry.
10477         (install): Use it so that .el files are necessarily installed.
10478
10479 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10480
10481         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10482
10483 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10484
10485         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10486         function rather than the diff-mode.el package.
10487         (mm-display-external): Use with-current-buffer.
10488         (mm-viewer-completion-map, mm-viewer-completion-map):
10489         Move initialization inside declaration.
10490
10491 2005-09-29  Simon Josefsson  <jas@extundo.com>
10492
10493         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10494         autoload mail-check-payment.
10495         (spam-check-hashcash): Define unconditionally, since hashcash.el
10496         is part of Gnus now.  Ignore errors from payment checking.
10497
10498 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10499
10500         * message.el (message-bold-region, message-unbold-region): Rename
10501         from `bold-region' and `unbold-region'.
10502
10503         * message.el: Remove useless autoloads.
10504
10505 2005-09-28  Simon Josefsson  <jas@extundo.com>
10506
10507         * message.el (message-use-idna): Default to t.
10508         (message-use-idna): Test whether encoding works too.  Doc fix.
10509
10510 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10511
10512         * nntp.el (nntp-warn-about-losing-connection): Remove.
10513
10514 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10515
10516         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10517         customizable.  Change default value.
10518         (mm-uu-diff-groups-regexp): Change default value.
10519         (mm-uu-type-alist): Add doc string.
10520         (mm-uu-configure): Add doc string.  Make it interactive.
10521         (mm-uu-tex-groups-regexp): New variable.
10522         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10523         (mm-uu-type-alist): Add LaTeX documents.
10524         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10525         of "text/verbatim".
10526         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10527
10528         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10529         instead of "text/verbatim".
10530
10531         * message.el (message-mark-inserted-region)
10532         (message-mark-insert-file): Use slrn style marks when called with
10533         prefix argument.
10534
10535 2005-09-27  Simon Josefsson  <jas@extundo.com>
10536
10537         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10538
10539 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10540
10541         * message.el (message-remove-duplicates): New function.
10542         Implementation borrowed from `gnus-remove-duplicates'.
10543         (message-idna-to-ascii-rhs): Also encode idna addresses in
10544         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10545         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10546         only ask about the same idna domain once per header and also tell
10547         in what header to replace the idna domain.
10548
10549         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10550         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10551         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10552         a header is decoded and not just the last one.
10553
10554 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10555
10556         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10557         has been decoded.
10558
10559         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10560         (mm-insert-part): Don't modify text if it has been decoded.
10561
10562         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10563         decoded.
10564
10565         * mm-view.el (mm-inline-text): Don't strip text props unless
10566         decoding enriched or richtext parts.
10567
10568 2005-09-25  Romain Francoise  <romain@orebokech.com>
10569
10570         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10571         * gnus-start.el (gnus-subscribe-interactively):
10572         * gnus-uu.el (gnus-uu-grab-articles):
10573         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10574         space.
10575
10576 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10577
10578         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10579         * mm-view.el (mm-view-pkcs7-decrypt):
10580         * gnus-sum.el (gnus-summary-limit-to-extra)
10581         (gnus-summary-respool-article, gnus-read-move-group-name):
10582         * gnus-score.el (gnus-summary-increase-score):
10583         * gnus-util.el (gnus-completing-read-with-default):
10584         * gnus-art.el (gnus-read-save-file-name)
10585         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10586         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10587         * message.el (message-check-news-header-syntax):
10588         Follow convention for reading with the minibuffer.
10589
10590 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10591
10592         * spam-report.el (spam-report-url-ping-plain):
10593         Use gnus-extended-version as User-Agent.
10594
10595         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10596         default value is nil.
10597
10598         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10599         (mm-uu-verbatim-marks-extract): New function.
10600         (mm-uu-extract): New face.
10601         (mm-uu-copy-to-buffer): Use it.
10602
10603         * spam-report.el (spam-report-gmane-ham): Renamed from
10604         `spam-report-gmane-unspam'.
10605         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10606         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10607
10608         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10609         Autoload.
10610         (spam-report-gmane-unregister-routine): Renamed
10611         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10612
10613 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10614
10615         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10616         (spam-report-gmane-unregister-routine): Add support for gmane
10617         unregistration.
10618
10619         * spam-report.el (spam-report-gmane-unspam)
10620         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10621         (spam-report-gmane): Change to take a single article and do unspam
10622         registration.
10623
10624 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10625
10626         * mm-url.el (mm-url-decode-entities): Fix regexp.
10627
10628 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10629
10630         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10631         default to nil, to be able to use Gnus at all.  If the default
10632         switches to something else, then the function should be fixed not
10633         be exceedingly slow.
10634
10635 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10636
10637         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10638         fail hard.
10639
10640         * spam-report.el: Add better Keywords line.
10641
10642         * spam.el: Add Maintainer and better Keywords line.
10643
10644 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10645
10646         * gnus-art.el (gnus-article-replace-part)
10647         (gnus-mime-replace-part): New functions.
10648         (gnus-mime-action-alist, gnus-mime-button-commands)
10649         (gnus-mime-save-part-and-strip): Added file argument.
10650         (gnus-article-part-wrapper): Added interactive argument.
10651
10652         * gnus-sum.el (gnus-summary-mime-map): Add
10653         `gnus-article-replace-part'.
10654
10655 2005-09-19  Didier Verna  <didier@xemacs.org>
10656
10657         The nnml compaction feature:
10658         * nnml.el (nnml-request-compact-group): New function.
10659         * nnml.el (nnml-request-compact): New function.
10660         * gnus-int.el (gnus-request-compact-group): New function.
10661         * gnus-int.el (gnus-request-compact): New function.
10662         * gnus-group.el (gnus-group-compact-group): New function.
10663         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10664         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10665         * gnus-srvr.el (gnus-server-compact-server): New function.
10666         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10667         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10668
10669 2005-09-18  Deepak Goel  <deego@gnufans.org>
10670
10671         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10672         format spec.
10673
10674 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10675
10676         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10677
10678 2005-09-15  Romain Francoise  <romain@orebokech.com>
10679
10680         * message.el (message-fill-paragraph): Clarify docstring.
10681
10682 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10683
10684         * gnus-art.el (gnus-mime-display-part): Protect against broken
10685         MIME messages.
10686
10687 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10688
10689         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10690         before parsing header.
10691
10692 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10693
10694         * html2text.el (html2text-replace-list): Add new entities.
10695
10696 2005-09-11  Romain Francoise  <romain@orebokech.com>
10697
10698         * message.el (message-alternative-emails): Improve docstring.
10699         (message-setup-1): Call `message-use-alternative-email-as-from'
10700         after `message-setup-hook' to give it precedence over posting
10701         styles, etc.
10702         (message-use-alternative-email-as-from): Add docstring.  Remove
10703         the original From header if present.
10704
10705         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10706         (nnml-save-mail): Use it.
10707
10708         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10709         articles.  Add new argument `silent'.
10710         (gnus-uu-mark-all): Report the total number of marked articles.
10711
10712 2005-09-10  Romain Francoise  <romain@orebokech.com>
10713
10714         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10715         (gnus-uu-mark-series): Likewise.
10716
10717 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10718
10719         * spam-report.el (spam-report-gmane): Fix generation of spam
10720         report URL.
10721
10722 2005-09-10  Simon Josefsson  <jas@extundo.com>
10723
10724         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10725         t, based on discussion on the ding list with Robert Epprecht
10726         <epprecht@solnet.ch>.
10727
10728 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10729
10730         * spam-report.el (spam-report-gmane): Make it work without
10731         X-Report-Spam header.  Gmane now only provides Archived-At.
10732         This is only used if `spam-report-gmane-use-article-number' is nil.
10733         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10734
10735         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10736         make `gnus-summary-sort-by-recipient' work with threading.
10737
10738         * nnweb.el (nnweb-google-wash-article): Print a message if article
10739         is not available.
10740
10741 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10742
10743         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10744         change.  Decode text/* parts content before displaying.
10745
10746 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10747
10748         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10749
10750 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10751
10752         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10753
10754         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10755         url-package-name, url-package-version,
10756         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10757         w3m-display-inline-images, and w3m-minor-mode-map.
10758
10759 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10760
10761         * message.el (message-tab-body-function): Fix mismatched custom type.
10762
10763         * gnus.el (gnus-group-change-level-function): Ditto.
10764
10765         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10766
10767         * gnus-art.el (gnus-signature-limit)
10768         (gnus-article-mime-part-function): Ditto.
10769
10770 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10771
10772         * mml.el (mml-mode): Silence the byte compiler.
10773
10774         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10775         using `(sit-for 0)' before moving the point to the specified part;
10776         skip unbuttonized parts.
10777         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10778         return to the summary window if gnus-auto-select-part is non-nil.
10779
10780 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10781
10782         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10783         variables.
10784         (mml-dnd-attach-file, mml-mode): Use them.
10785
10786         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10787         Make fetching article by MID work again for Google Groups.  Added
10788         FIXME concerning gnus-group-make-web-group.
10789
10790         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10791         Don't depend on Gnus by using mail-extract-address-components if
10792         gnus-extract-address-components is not bound.
10793
10794 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10795
10796         * gnus-art.el (gnus-mime-display-security): Don't display the
10797         signature, but only the signed part.
10798
10799 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10800
10801         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10802
10803         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10804         list, not listp.
10805
10806 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10807
10808         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10809         when encoding.
10810
10811         * mm-bodies.el (mm-decode-content-transfer-encoding):
10812         De-canonicalize CRLF for all text content types, not just
10813         text/plain.
10814
10815 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10816
10817         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10818         valid article; point arrow and cursor at the MIME button.
10819
10820 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10821
10822         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10823         Suggested by Dan Christensen <jdc@uwo.ca>.
10824
10825         * mm-decode.el (mm-save-part): Enable change of prompt.
10826
10827 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10828
10829         * gnus-msg.el (gnus-inews-add-send-actions): Made
10830         `message-post-method' lambda parameter ARG `&optional'.
10831
10832 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10833
10834         * gnus-sum.el (gnus-summary-mime-map): Added
10835         gnus-article-save-part-and-strip, gnus-article-delete-part and
10836         gnus-article-jump-to-part.
10837
10838         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10839         (gnus-article-edit-part): Use it.
10840         (gnus-article-part-wrapper): Added no-handle argument.
10841         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10842         functions.
10843
10844 2005-08-29  Romain Francoise  <romain@orebokech.com>
10845
10846         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10847         docstring.
10848         (gnus-face-from-file): Likewise.
10849
10850 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10851
10852         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10853         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10854         non-nil.
10855         (gnus-auto-select-part): New variable.
10856         (gnus-article-jump-to-part): New function.
10857         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10858         (gnus-mime-delete-part): Allow selecting specified part after
10859         deleting or stripping parts.
10860         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10861         part if argument is bogus.
10862
10863 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10864
10865         * gnus-art.el (w3m-minor-mode-map):
10866         * gnus-spec.el (gnus-newsrc-file-version):
10867         * gnus-util.el (nnmail-active-file-coding-system)
10868         (gnus-original-article-buffer, gnus-user-agent):
10869         * gnus.el (gnus-ham-process-destinations)
10870         (gnus-parameter-ham-marks-alist)
10871         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10872         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10873         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10874         * mm-decode.el (gnus-current-window-configuration):
10875         * mm-extern.el (gnus-article-mime-handles):
10876         * mm-url.el (url-current-object, url-package-name)
10877         (url-package-version):
10878         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10879         (smime-keys, w3m-cid-retrieve-function-alist)
10880         (w3m-current-buffer, w3m-display-inline-images)
10881         (w3m-minor-mode-map):
10882         * mml-smime.el (gnus-extract-address-components):
10883         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10884         (gnus-newsrc-hashtb, message-default-charset)
10885         (message-deletable-headers, message-options)
10886         (message-posting-charset, message-required-mail-headers)
10887         (message-required-news-headers):
10888         * mml1991.el (mc-pgp-always-sign):
10889         * mml2015.el (mc-pgp-always-sign):
10890         * nnheader.el (nnmail-extra-headers):
10891         * rfc1843.el (gnus-decode-encoded-word-function)
10892         (gnus-decode-header-function, gnus-newsgroup-name):
10893         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10894
10895 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10896
10897         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10898         the end of the date treatments.
10899
10900 2005-08-15  Simon Josefsson  <jas@extundo.com>
10901
10902         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10903         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10904         Capello and Romain Francoise.
10905         (pgg-fetch-key-function): Removed, not used?
10906         (pgg-insert-url-with-w3): Require url, to get
10907         url-insert-file-contents regardless of where it is defined.
10908
10909 2005-08-13  Romain Francoise  <romain@orebokech.com>
10910
10911         * message.el (message-cite-original-1): New function.
10912         (message-cite-original): Use it.
10913         (message-cite-original-without-signature): Ditto.
10914
10915 2005-08-08  Romain Francoise  <romain@orebokech.com>
10916
10917         * message.el (message-yank-empty-prefix): New variable.
10918         (message-indent-citation): Use it.
10919         (message-cite-original-without-signature): Respect X-No-Archive.
10920
10921 2005-08-08  Simon Josefsson  <jas@extundo.com>
10922
10923         * pgg.el: Autoload url-insert-file-contents instead of loading
10924         w3/url.
10925         (pgg-insert-url-with-w3): Don't load url here.
10926
10927 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10928
10929         * message.el (message-kill-to-signature): Don't insert newline at
10930         bol.
10931         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10932
10933 2005-08-06  Romain Francoise  <romain@orebokech.com>
10934
10935         * message.el (message-user-fqdn): Fix typo in docstring.
10936
10937 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10938
10939         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10940
10941         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10942
10943 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10944
10945         * mm-bodies.el (mm-encode-body): Use coding system rather than
10946         charset to encode text.
10947
10948         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10949         number of charsets if utf-8 is available (XEmacs).
10950
10951 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10952
10953         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10954         taken from `gnus-button-mid-or-mail-regexp'.
10955         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10956         (gnus-button-alist): Improve regexp for domain part of the MIDs
10957         for news:localpart@domain buttons.
10958         (gnus-button-ctan-directory-regexp): Update.
10959
10960 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10961
10962         * sieve-manage.el (sieve-manage-interactive-login): Use
10963         make-local-variable rather than make-variable-buffer-local.
10964         (sieve-manage-open): Ditto.
10965         (sieve-manage-authenticate): Ditto.
10966
10967         * mml.el (mml-generate-mime-1): Make the content type default to
10968         text/plain if the filename is not specified.
10969
10970 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10971
10972         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10973         instead of insert-buffer.
10974
10975         * message.el (message-yank-original): Ditto; set the mark at the
10976         end of the yanked message.
10977
10978 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10979
10980         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10981         lines to scroll rather than to stop it.
10982
10983         * mml.el (mml-generate-default-type): Add doc string.
10984         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10985         default to application/octet-stream when determining the content
10986         type if it is not specified for the part or the mml contents; add
10987         a comment about mml-generate-default-type.
10988
10989 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10990
10991         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10992         make it default to application/octet-stream when determining the
10993         content type if it is not specified for the external contents.
10994
10995 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10996
10997         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10998         segmented parameter but also other parameters might be there.
10999
11000 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11001
11002         * mm-decode.el (mm-display-external): Delete temp file, directory
11003         and buffer immediately if the external process is exited.
11004
11005 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11006
11007         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11008         fewer lines than that of scroll-margin.
11009         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11010
11011 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11012
11013         * gnus-art.el (gnus-article-next-page): Revert.
11014         (gnus-article-beginning-of-window): New macro.
11015         (gnus-article-next-page-1): Use it.
11016         (gnus-article-prev-page): Ditto.
11017         (gnus-article-edit-part): Use insert-buffer-substring instead of
11018         insert-buffer.
11019         (gnus-article-edit-exit): Ditto.
11020
11021         * gnus-util.el (gnus-beginning-of-window): Remove.
11022         (gnus-end-of-window): Remove.
11023
11024         * lpath.el: Don't bind header-line-format and scroll-margin.
11025
11026 2005-07-25  Simon Josefsson  <jas@extundo.com>
11027
11028         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11029         to have the url package without w3.  Reported by Daiki Ueno
11030         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11031
11032 2005-07-20  Didier Verna  <didier@xemacs.org>
11033
11034         * gnus-diary.el: Remove the description comment (nndiary is now
11035         properly documented in the Gnus manual).
11036         Fix the spelling of "Back End".
11037         * nndiary.el: Ditto.
11038         Fix the copyright notice.
11039
11040 2005-07-18  Romain Francoise  <romain@orebokech.com>
11041
11042         * gnus-sum.el (gnus-summary-to-prefix)
11043         (gnus-summary-newsgroup-prefix): New variables.
11044         (gnus-summary-from-or-to-or-newsgroups): Use them.
11045
11046 2005-07-17  Romain Francoise  <romain@orebokech.com>
11047
11048         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11049         space as it's generally not especially interesting to the user.
11050
11051 2005-07-16  Romain Francoise  <romain@orebokech.com>
11052
11053         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11054         nil to avoid prompting and file modification if one of the
11055         messages at the top of the nnfolder file contains a copyright
11056         notice.
11057         Update copyright notice.
11058
11059         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11060         instead of `current-time-string' as the latter creates a time
11061         string that is not RFC 2822 compliant (it lacks the zone).
11062         Update copyright notice.
11063
11064 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11065
11066         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11067         for text/rtf.  Display default in prompt.  Pass default for M-n.
11068
11069         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11070
11071 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11072
11073         * gnus-msg.el (gnus-button-mailto): Remove
11074         save-selected-window-window hackery because it relies on
11075         save-selected-window internals.
11076
11077 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11078
11079         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11080         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11081         (gnus-article-prev-page): Ditto.
11082
11083         * gnus-util.el (gnus-beginning-of-window): New function.
11084         (gnus-end-of-window): New function.
11085
11086         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11087
11088 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11089
11090         * gnus-score.el (gnus-score-edit-all-score): Set
11091         gnus-score-edit-exit-function to gnus-score-edit-done and call
11092         gnus-message.
11093
11094 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11095
11096         * gnus-msg.el (gnus-button-mailto): Remove
11097         save-selected-window-window hackery because it relies on
11098         save-selected-window internals.
11099
11100 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11101
11102         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11103         add-minor-mode.
11104         (gnus-binary-mode): Ditto.
11105
11106         * gnus-topic.el (gnus-topic-mode): Ditto.
11107
11108 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11109
11110         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11111         (gnus-article-prev-page): Take scroll-margin into consideration.
11112
11113 2005-07-04  Lute Kamstra  <lute@gnu.org>
11114
11115         Update FSF's address in GPL notices.
11116
11117 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11118
11119         * gnus.el (gnus-exit):
11120         * gnus-group.el (gnus-group-icons):
11121         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11122
11123         * gnus-nocem.el (gnus-nocem):
11124         * message.el (message-various, message-buffers, message-sending)
11125         (message-interface, message-forwarding, message-insertion)
11126         (message-headers, message-news, message-mail):
11127         * pgg-gpg.el (pgg-gpg):
11128         * pgg-parse.el (pgg-parse):
11129         * pgg-pgp.el (pgg-pgp):
11130         * pgg-pgp5.el (pgg-pgp5):
11131         * pop3.el (pop3): Finish `defgroup' description with period.
11132
11133 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11134
11135         * gnus-art.el (article-display-face): Improve the efficiency.
11136         (article-display-x-face): Ditto; remove grey x-face stuff.
11137
11138 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11139
11140         * gnus-art.el (article-display-face): Correct the position in
11141         which Faces are inserted.
11142
11143 2005-06-29  Didier Verna  <didier@xemacs.org>
11144
11145         * gnus-art.el (article-display-face): Display faces in correct
11146         order.
11147
11148 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11149
11150         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11151         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11152         (gnus-nocem-check-article): Fetch the Type header.
11153         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11154         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11155         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11156         make sure gnus-nocem-hashtb is initialized.
11157         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11158         (gnus-nocem-unwanted-article-p): Ditto.
11159
11160         * pgg.el (pgg-verify): Return the verification result.
11161
11162 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11163
11164         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11165         is ascii.
11166
11167 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11168
11169         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11170         `show-nonbreak-escape'.
11171
11172 2005-06-23  Lute Kamstra  <lute@gnu.org>
11173
11174         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11175
11176         * dig.el (dig-mode):
11177         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11178
11179 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11180
11181         * nnimap.el (nnimap-split-download-body): Fix spellings.
11182
11183 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11184
11185         * gnus-art.el (gnus-article-encrypt-body):
11186         * gnus-cus.el (gnus-score-customize):
11187         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11188         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11189
11190 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11191
11192         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11193         header by looking for magic "MII" at the beginnig.
11194
11195 2005-06-16  Miles Bader  <miles@gnu.org>
11196
11197         * gnus-xmas.el (gnus-xmas-group-startup-message):
11198         Use renamed gnus-splash face.
11199
11200         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11201         (assistant-field-face): New backward-compatibility alias for renamed
11202         face.
11203         (assistant-render-text): Use renamed assistant-field face.
11204
11205         * spam.el (spam): Remove "-face" suffix from face name.
11206         (spam-face): New backward-compatibility alias for renamed face.
11207         (spam-face, spam-initialize): Use renamed spam face.
11208
11209         * message.el (message-header-to, message-header-cc)
11210         (message-header-subject, message-header-newsgroups)
11211         (message-header-other, message-header-name)
11212         (message-header-xheader, message-separator, message-cited-text)
11213         (message-mml): Remove "-face" suffix from face names.
11214         (message-header-to-face, message-header-cc-face)
11215         (message-header-subject-face, message-header-newsgroups-face)
11216         (message-header-other-face, message-header-name-face)
11217         (message-header-xheader-face, message-separator-face)
11218         (message-cited-text-face, message-mml-face):
11219         New backward-compatibility aliases for renamed faces.
11220         (message-font-lock-keywords): Use renamed message faces.
11221
11222         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11223         (sieve-test-commands, sieve-tagged-arguments):
11224         Remove "-face" suffix from face names.
11225         (sieve-control-commands-face, sieve-action-commands-face)
11226         (sieve-test-commands-face, sieve-tagged-arguments-face):
11227         New backward-compatibility aliases for renamed faces.
11228         (sieve-control-commands-face, sieve-action-commands-face)
11229         (sieve-test-commands-face, sieve-tagged-arguments-face):
11230         Use renamed sieve faces.
11231
11232         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11233         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11234         (gnus-group-news-3-empty, gnus-group-news-4)
11235         (gnus-group-news-4-empty, gnus-group-news-5)
11236         (gnus-group-news-5-empty, gnus-group-news-6)
11237         (gnus-group-news-6-empty, gnus-group-news-low)
11238         (gnus-group-news-low-empty, gnus-group-mail-1)
11239         (gnus-group-mail-1-empty, gnus-group-mail-2)
11240         (gnus-group-mail-2-empty, gnus-group-mail-3)
11241         (gnus-group-mail-3-empty, gnus-group-mail-low)
11242         (gnus-group-mail-low-empty, gnus-summary-selected)
11243         (gnus-summary-cancelled, gnus-summary-high-ticked)
11244         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11245         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11246         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11247         (gnus-summary-low-undownloaded)
11248         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11249         (gnus-summary-low-unread, gnus-summary-normal-unread)
11250         (gnus-summary-high-read, gnus-summary-low-read)
11251         (gnus-summary-normal-read, gnus-splash):
11252         Remove "-face" suffix from face names.
11253         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11254         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11255         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11256         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11257         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11258         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11259         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11260         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11261         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11262         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11263         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11264         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11265         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11266         (gnus-summary-normal-ticked-face)
11267         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11268         (gnus-summary-normal-ancient-face)
11269         (gnus-summary-high-undownloaded-face)
11270         (gnus-summary-low-undownloaded-face)
11271         (gnus-summary-normal-undownloaded-face)
11272         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11273         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11274         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11275         (gnus-splash-face):
11276         New backward-compatibility aliases for renamed faces.
11277         (gnus-group-startup-message): Use renamed gnus faces.
11278
11279         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11280         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11281         (gnus-server-agent): Remove "-face" suffix from face names.
11282         (gnus-server-agent-face, gnus-server-opened-face)
11283         (gnus-server-closed-face, gnus-server-denied-face)
11284         (gnus-server-offline-face):
11285         New backward-compatibility aliases for renamed faces.
11286         (gnus-server-agent-face, gnus-server-opened-face)
11287         (gnus-server-closed-face, gnus-server-denied-face)
11288         (gnus-server-offline-face): Use renamed gnus faces.
11289
11290         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11291         Remove "-face" suffix from face names.
11292         (gnus-picon-xbm-face, gnus-picon-face):
11293         New backward-compatibility aliases for renamed faces.
11294
11295         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11296         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11297         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11298         (gnus-cite-11): Remove "-face" suffix from face names.
11299         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11300         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11301         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11302         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11303         New backward-compatibility aliases for renamed faces.
11304         (gnus-cite-attribution-face, gnus-cite-face-list)
11305         (gnus-article-boring-faces): Use renamed gnus faces.
11306
11307         * gnus-art.el (gnus-signature, gnus-header-from)
11308         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11309         (gnus-header-content): Remove "-face" suffix from face names.
11310         (gnus-signature-face, gnus-header-from-face)
11311         (gnus-header-subject-face, gnus-header-newsgroups-face)
11312         (gnus-header-name-face, gnus-header-content-face):
11313         New backward-compatibility aliases for renamed faces.
11314         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11315
11316         * gnus-sum.el (gnus-summary-selected-face)
11317         (gnus-summary-highlight): Use renamed gnus faces.
11318         * gnus-group.el (gnus-group-highlight): Likewise.
11319
11320 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11321
11322         * gnus-sieve.el (gnus-sieve-article-add-rule):
11323         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11324         * spam-stat.el (spam-stat-buffer-change-to-spam)
11325         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11326
11327         * message.el (message-is-yours-p):
11328         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11329
11330 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11331
11332         * mm-view.el (mm-inline-text): Withdraw the last change.
11333
11334 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11335
11336         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11337         executing enriched-decode.
11338
11339 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11340
11341         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11342         charset of tar files.
11343
11344 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11345
11346         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11347
11348 2005-06-04  Lute Kamstra  <lute@gnu.org>
11349
11350         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11351         information is never recorded.
11352
11353 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11354
11355         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11356
11357 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11358
11359         * pop3.el (pop3-apop): Run md5 in the binary mode.
11360
11361         * starttls.el (starttls-set-process-query-on-exit-flag):
11362         Use eval-and-compile.
11363
11364 2005-05-31  Simon Josefsson  <jas@extundo.com>
11365
11366         * smime.el (smime-replace-in-string): Define.
11367         (smime-cert-by-ldap-1): Use it.
11368
11369 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11370
11371         * gnus-art.el (article-display-x-face): Replace
11372         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11373
11374         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11375         set-process-query-on-exit-flag or process-kill-without-query.
11376
11377         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11378         loop instead of replace-regexp.
11379
11380         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11381         instead of process-kill-without-query if it is available.
11382
11383         * lpath.el: Fbind ldap-search-entries.
11384
11385         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11386         instead of find-file-hooks if it is available.
11387
11388         * mml1991.el: Bind pgg-default-user-id when compiling.
11389
11390         * mml2015.el: Bind pgg-default-user-id when compiling.
11391
11392         * nndraft.el (nndraft-request-associate-buffer):
11393         Use write-contents-functions instead of write-contents-hooks if it is
11394         available.
11395
11396         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11397         instead of find-file-hooks if it is available.
11398
11399         * nntp.el (nntp-open-connection): Replace
11400         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11401         (nntp-open-ssl-stream): Ditto.
11402         (nntp-open-tls-stream): Ditto.
11403
11404         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11405         set-process-query-on-exit-flag or process-kill-without-query.
11406         (starttls-open-stream-gnutls): Use it instead of
11407         process-kill-without-query.
11408         (starttls-open-stream): Ditto.
11409
11410 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11411
11412         * smime.el (smime-cert-by-ldap-1): Don't use
11413         replace-regexp-in-string.
11414
11415 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11416
11417         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11418
11419         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11420         in PEM format.  Adjust to the XEmacs compability.
11421
11422 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11423
11424         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11425         by `string-to-number'.
11426         * gnus-agent.el (gnus-agent-regenerate-group)
11427         (gnus-agent-fetch-articles): Ditto.
11428         * gnus-art.el (gnus-button-fetch-group): Ditto.
11429         * gnus-cache.el (gnus-cache-generate-active)
11430         (gnus-cache-articles-in-group): Ditto.
11431         * gnus-group.el (gnus-group-set-current-level)
11432         (gnus-group-insert-group-line): Ditto.
11433         * gnus-score.el (gnus-score-set-expunge-below)
11434         (gnus-score-set-mark-below, gnus-summary-score-effect)
11435         (gnus-summary-score-entry): Ditto.
11436         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11437         (gnus-soup-pack): Ditto.
11438         * gnus-spec.el (gnus-xmas-format): Ditto.
11439         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11440         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11441         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11442         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11443         * nndb.el (nndb-get-remote-expire-response): Ditto.
11444         * nndiary.el (nndiary-parse-schedule-value)
11445         (nndiary-string-to-number, nndiary-request-replace-article)
11446         (nndiary-request-article): Ditto.
11447         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11448         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11449         * nneething.el (nneething-make-head): Ditto.
11450         * nnfolder.el (nnfolder-request-article)
11451         (nnfolder-retrieve-headers): Ditto.
11452         * nnheader.el (nnheader-file-to-number): Ditto.
11453         * nnkiboze.el (nnkiboze-request-article): Ditto.
11454         * nnmail.el (nnmail-process-unix-mail-format)
11455         (nnmail-process-babyl-mail-format): Ditto.
11456         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11457         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11458         (nnmh-request-create-group, nnmh-request-list-1)
11459         (nnmh-request-group, nnmh-request-article): Ditto.
11460         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11461         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11462         * nnsoup.el (nnsoup-make-active): Ditto.
11463         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11464         * nntp.el (nntp-find-group-and-number)
11465         (nntp-retrieve-headers-with-xover): Ditto.
11466         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11467         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11468         (pgg-format-key-identifier): Ditto.
11469         * pop3.el (pop3-last, pop3-stat): Ditto.
11470         * qp.el (quoted-printable-decode-region): Ditto.
11471
11472         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11473         of concat.
11474
11475 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11476
11477         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11478
11479         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11480
11481         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11482
11483         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11484
11485         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11486
11487         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11488
11489         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11490         (gnus-carpal-mode): Ditto.
11491
11492         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11493         (gnus-browse-mode): Ditto.
11494
11495         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11496
11497         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11498
11499 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11500
11501         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11502
11503 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11504
11505         * gnus-util.el (gnus-run-mode-hooks): New function.
11506
11507         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11508
11509         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11510         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11511
11512 2005-05-27  Lute Kamstra  <lute@gnu.org>
11513
11514         * dns-mode.el (dns-mode): Specify customization group.
11515
11516 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11517
11518         * gnus-agent.el (gnus-agent-make-mode-line-string):
11519         Use mode-line-highlight as mouse-face.
11520
11521 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11522
11523         * canlock.el (canlock): Change the parent group to news.
11524
11525         * deuglify.el (gnus-outlook-deuglify): Add :group.
11526
11527         * dig.el (dig): Add :group.
11528
11529         * dns-mode.el (dns-mode): Add :group.
11530
11531         * encrypt.el (encrypt): Add :group.
11532
11533         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11534         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11535         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11536         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11537         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11538
11539         * gnus-diary.el (gnus-diary): Add :group.
11540
11541         * gnus.el (gnus-group-news-1-face): Add :group.
11542         (gnus-group-news-1-empty-face): Ditto.
11543         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11544         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11545         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11546         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11547         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11548         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11549         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11550         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11551         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11552         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11553         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11554         (gnus-summary-high-ticked-face): Ditto.
11555         (gnus-summary-low-ticked-face): Ditto.
11556         (gnus-summary-normal-ticked-face): Ditto.
11557         (gnus-summary-high-ancient-face): Ditto.
11558         (gnus-summary-low-ancient-face): Ditto.
11559         (gnus-summary-normal-ancient-face): Ditto.
11560         (gnus-summary-high-undownloaded-face): Ditto.
11561         (gnus-summary-low-undownloaded-face): Ditto.
11562         (gnus-summary-normal-undownloaded-face): Ditto.
11563         (gnus-summary-high-unread-face): Ditto.
11564         (gnus-summary-low-unread-face): Ditto.
11565         (gnus-summary-normal-unread-face): Ditto.
11566         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11567         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11568
11569         * hashcash.el (hashcash): New custom group.
11570         (hashcash-default-payment): Add :group.
11571         (hashcash-payment-alist): Ditto.
11572         (hashcash-default-accept-payment): Ditto.
11573         (hashcash-accept-resources): Ditto.
11574         (hashcash-path): Ditto.
11575         (hashcash-extra-generate-parameters): Ditto.
11576         (hashcash-double-spend-database): Ditto.
11577         (hashcash-in-news): Ditto.
11578
11579         * message.el (message-minibuffer-local-map): Add :group.
11580
11581         * netrc.el (netrc): Add :group.
11582
11583         * sieve-manage.el (sieve-manage-log): Add :group.
11584         (sieve-manage-default-user): Diito.
11585         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11586         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11587         (sieve-manage-authenticators): Ditto.
11588         (sieve-manage-authenticator-alist): Ditto.
11589         (sieve-manage-default-port): Ditto.
11590
11591         * sieve-mode.el (sieve-control-commands-face): Add :group.
11592         (sieve-action-commands-face): Ditto.
11593         (sieve-test-commands-face): Ditto.
11594         (sieve-tagged-arguments-face): Ditto.
11595
11596         * smime.el (smime): Add :group.
11597
11598         * spam-report.el (spam-report): Add :group.
11599
11600         * spam.el (spam, spam-face): Add :group.
11601
11602 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11603
11604         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11605         return \n.\n.\n at the end of articles.  Protect against that.
11606         (nntp-with-open-group): Allow debugging.
11607
11608         * nnheader.el (mail-header-set-extra): Make into a function
11609         because I just could't understand how to quote the list properly.
11610
11611         * dns.el (query-dns-cached): New function.
11612
11613 2005-05-26  Lute Kamstra  <lute@gnu.org>
11614
11615         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11616
11617 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11618
11619         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11620
11621         * gnus-art.el: Don't autoload mail-extract-address-components.
11622
11623         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11624         eval-and-compile to evaluate it.
11625
11626         * hashcash.el: Don't autoload executable-find.
11627
11628         * nndb.el: Don't declare the nndb back end two or more times; don't
11629         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11630
11631         * nntp.el: Autoload format-spec instead of format; use
11632         eval-and-compile to evaluate autoload forms.
11633
11634 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11635
11636         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11637
11638 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11639
11640         * gnus.el (gnus-version-number): Bump version.
11641
11642 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11643
11644         * gnus.el: No Gnus v0.3 is released.
11645
11646 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11647
11648         * lpath.el (featurep): Bind show-nonbreak-escape.
11649
11650 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11651
11652         * gnus-art.el (gnus-article-edit-part): Disable undo.
11653
11654 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11655
11656         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11657         gnus-article-date-lapsed-new-header is t if date timer is active;
11658         skip headers in which the original date value is empty.
11659         (gnus-article-save-original-date): Redefine it as a macro.
11660         (gnus-display-mime): Use it.
11661
11662 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11663
11664         * gnus-art.el (article-date-ut): Support converting date in
11665         forwarded parts as well.
11666         (gnus-article-save-original-date): New function.
11667         (gnus-display-mime): Use it.
11668
11669 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11670
11671         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11672         enclosure element of <item>.
11673
11674 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11675
11676         * message.el (message-kill-buffer-query): Renamed from
11677         `message-kill-buffer-query-if-modified'.  Added :version.
11678
11679 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11680
11681         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11682         window layout.
11683
11684 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11685
11686         * mml.el: Autoload dnd when compiling.
11687
11688 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11689
11690         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11691         x-dnd-*.
11692
11693 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11694
11695         * qp.el (quoted-printable-encode-region): Save excursion.
11696
11697 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11698
11699         * message.el (message-kill-buffer-query-if-modified): Add new variable
11700         so the user can kill a modified message buffer quickly.
11701         (message-kill-buffer): Use it.
11702
11703 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11704
11705         * lpath.el: Fbind display-time-event-handler; don't fbind
11706         string-to-multibyte.
11707
11708         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11709
11710 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11711
11712         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11713         contained in text because xml.el decodes entities) with LFs.
11714
11715 2005-04-11  Lute Kamstra  <lute@gnu.org>
11716
11717         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11718         differently.
11719
11720 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11721
11722         * mm-util.el (mm-detect-coding-region): Typo.
11723
11724 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11725
11726         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11727
11728 2005-04-06  Deepak Goel  <deego@gnufans.org>
11729
11730         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11731         user-function allow user modifications of the scores.
11732         (spam-stat-score-buffer-user): New function, to allow
11733         user-computed modifications to the score.
11734         (spam-stat-score-buffer-user-functions): List of additional
11735         scoring functions.
11736         (spam-stat-error-holder): Global temporary error holder.
11737         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11738         variable.
11739
11740 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11741
11742         * gnus-registry.el (gnus-registry-clean-empty-function)
11743         (gnus-registry-trim, gnus-registry-fetch-groups)
11744         (gnus-registry-delete-group): Groups that match
11745         `gnus-registry-ignored-groups' are removed from the registry
11746         entries, not just ignored for splitting.  This helps clean up the
11747         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11748         to get all the groups a message ID is in.
11749
11750         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11751         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11752         (spam-stat-score-buffer-user-functions): Add :number custom type.
11753
11754 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11755
11756         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11757         argument in XEmacs.
11758
11759         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11760         (nnrss-request-group): Decode group name first.
11761         (nnrss-request-article): Make a text/plain article if mml-to-mime
11762         failed.
11763         (nnrss-get-encoding): Return a compatible encoding according to
11764         nnrss-compatible-encoding-alist.
11765         (nnrss-find-el): Use consp instead of listp.
11766         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11767
11768 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11771         which Emacs 20 doesn't support.
11772         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11773
11774 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11775
11776         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11777         silence the byte compiler inside the defun.
11778
11779         * gnus-demon.el (parse-time-string): Add autoload.
11780
11781         * gnus-delay.el (parse-time-string): Add autoload.
11782
11783         * gnus-art.el (parse-time-string): Add autoload.
11784
11785         * nnultimate.el (parse-time): Require for `parse-time-string'.
11786
11787 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11788
11789         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11790
11791         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11792
11793         * smime.el (smime-ldap-host-list): Add :version.
11794
11795 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11796
11797         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11798         pass it to `gnus-browse-read-group'.
11799         (gnus-browse-read-group): Add NUMBER argument and pass it to
11800         `gnus-group-read-ephemeral-group'.
11801
11802         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11803         argument and pass it to `gnus-group-read-group'.
11804
11805 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11806
11807         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11808         mm-xemacs-find-mime-charset-1 if we have the mule feature
11809         available at runtime.
11810
11811 2005-03-25  Werner Lemberg  <wl@gnu.org>
11812
11813         * nnmaildir.el: Replace `illegal' with `invalid'.
11814
11815 2005-03-23  Lute Kamstra  <lute@gnu.org>
11816
11817         * time-date.el: Add comment on time value formats.
11818         Don't require parse-time.
11819         (with-decoded-time-value): New macro.
11820         (encode-time-value): New function.
11821         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11822         (days-to-time): Return a valid time value when arg is huge.
11823         (time-since): Use time-subtract.
11824         (time-to-number-of-days): Use time-to-seconds.
11825
11826 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11827
11828         * gnus-start.el (gnus-display-time-event-handler):
11829         Check display-time-timer at runtime rather than only at load time
11830         in case display-time-mode is turned off in the mean time.
11831
11832 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11833
11834         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11835         used.
11836
11837         * nneething.el (nneething-map-file-directory): Derive from
11838         `gnus-directory'.
11839
11840         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11841         the To/Cc button.
11842
11843 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11844
11845         * nnmaildir.el (nnmaildir-request-accept-article):
11846         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11847
11848 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11849
11850         * gnus-async.el: Require timer-funcs at compile time when in
11851         XEmacs for `run-with-idle-timer'.
11852
11853 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11854
11855         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11856         autoloaded function.
11857
11858 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11859
11860         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11861
11862 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11863
11864         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11865
11866 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11867
11868         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11869         gnus-expert-user to default.
11870
11871 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11872
11873         * nnimap.el (nnimap-open-server): Ditto.
11874
11875         * imap.el (imap-authenticate): Fix typo.
11876
11877 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11878
11879         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11880         buffer (since IMAP server might return FETCH response out of
11881         order, and the nntp buffer must be sorted).
11882
11883 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11884
11885         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11886         comparison on string.
11887
11888         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11889         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11890         (gnus-agent-summary-fetch-series): Modified to protect against
11891         gnus-agent-summary-fetch-group clearing processable flags.
11892         (gnus-agent-synchronize-group-flags): Update live group buffer as
11893         synchronization may occur due to the user toggle the plugged
11894         status.
11895         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11896         successfully downloaded.
11897         (gnus-agent-expire-group-1): Avoid using markers when the overview
11898         is in ascending order; greatly improves performance.
11899         (gnus-agent-regenerate-group): Use
11900         gnus-agent-synchronize-group-flags to reset read status in both
11901         gnus and server.
11902         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11903
11904 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11905
11906         * message.el: Don't autoload former message-utils variables.
11907         (message-strip-subject-trailing-was): Change doc string.
11908
11909         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11910         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11911         (nnweb-google-search): Add "hl=en" here.
11912         (nnweb-google-parse-1, nnweb-google-create-mapping):
11913         Don't hardcode URL.
11914
11915 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11916
11917         * message.el (message-get-reply-headers, message-followup):
11918         Mention related variables `message-use-followup-to' and
11919         `message-use-mail-followup-to', in the information buffer.
11920
11921         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11922         of broken groups(-beta).google.com.
11923
11924 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11925
11926         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11927         parameter to invoked gnus-request-move-article; remove the
11928         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11929         all at once instead of once per article.
11930         (gnus-summary-remove-process-mark): Accept a list of articles as
11931         well as a single article for processing.
11932
11933         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11934         parameter.
11935
11936         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11937
11938         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11939
11940         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11941         parameter.
11942
11943         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11944         parameter.
11945
11946         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11947         parameter and remove the gnus-sum-hint-move-is-internal variable.
11948
11949         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11950         parameter.
11951
11952         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11953         parameter.
11954
11955         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11956         parameter.
11957
11958         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11959
11960         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11961         parameter.
11962
11963         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11964         parameter.
11965
11966 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11967
11968         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11969         a more conservative way.
11970
11971 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11972
11973         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11974         buffer, so it moves the window's cursor.
11975
11976 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11977
11978         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11979         `mm-dissect-multipart' and receive the from field as an (optional)
11980         argument from `mm-dissect-multipart'.
11981         (mm-dissect-multipart): Receive the from field as an argument and
11982         pass it on when we call `mm-dissect-buffer' on MIME parts.
11983         Fixes verification/decryption of signed/encrypted MIME parts.
11984
11985 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11986
11987         * gnus-sum.el (gnus-summary-move-article): Set
11988         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11989         whatever it calls (right now, only nnimap-request-move article
11990         respects it).
11991
11992         * nnimap.el (nnimap-request-move-article): When
11993         gnus-sum-hint-move-is-internal is set, don't do the extra
11994         nnimap-request-article.
11995
11996 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11997
11998         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11999
12000         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12001         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12002
12003         * gnus-sum.el (gnus-summary-caesar-message):
12004         Apply `gnus-treat-article' after rotation.
12005
12006         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12007         doc string.
12008
12009 2005-02-22  Simon Josefsson  <jas@extundo.com>
12010
12011         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12012         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12013         <arne@arnested.dk>.
12014         (encrypt): Add password-cache and password-cache-expiry as group
12015         members.
12016
12017 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12018
12019         * smime.el (smime-ldap-host-list): Doc fix.
12020         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12021         cache) password.
12022         (smime-sign-region): Use it.
12023         (smime-decrypt-region): Use it.
12024         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12025         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12026         fails.
12027         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12028         certificate from DER to PEM format rather than calling openssl.
12029
12030         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12031
12032         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12033         for signing/encryption.
12034
12035         * mml.el (mml-parse-1): Use them.
12036
12037 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12038
12039         * nnrss.el (nnrss-verbose): Removed.
12040         (nnrss-request-group): Use `nnheader-message' instead.
12041
12042 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12043
12044         * nnrss.el (nnrss-verbose): New variable.
12045         (nnrss-request-group): Make it say nnrss is requesting a group.
12046
12047 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12048
12049         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12050         Handle news URL with given port correctly.
12051
12052 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12053
12054         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12055         containing special characters.
12056
12057         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12058
12059         * mml.el (mime-to-mml): Ditto.
12060
12061         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12062         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12063         (rfc2047-decode-region): Quote decoded words containing special
12064         characters when rfc2047-quote-decoded-words-containing-tspecials
12065         is non-nil.
12066
12067 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12068
12069         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12070
12071         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12072
12073 2005-02-15  Simon Josefsson  <jas@extundo.com>
12074
12075         * nnimap.el (nnimap-debug): Doc fix.
12076
12077         * imap.el (imap-debug): Doc fix.
12078
12079 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12080
12081         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12082
12083 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12084
12085         * gnus.el (spam-contents): Improve docs for spam-contents
12086         parameter in its variable incarnation.
12087
12088 2005-02-14  Simon Josefsson  <jas@extundo.com>
12089
12090         * smime-ldap.el: Use require instead of load-library for ldap.
12091         (smime-ldap-search): Indent.
12092         (smime-ldap-search-internal): Shorten line.
12093
12094         * smime.el (smime-cert-by-dns): Add doc-string.
12095         (smime-cert-by-ldap-1): Indent.
12096
12097         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12098         mml-smime-get-dns-ldap.
12099         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12100
12101 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12102
12103         * smime.el: Require smime-ldap.
12104         (smime-ldap-host-list): New variable.
12105         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12106
12107         * mml-smime.el (mml-smime-encrypt-query): New function.
12108         (mml-smime-encrypt-query): Use it.
12109
12110         * smime-ldap.el: New file.
12111
12112 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12113
12114         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12115
12116 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12117
12118         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12119         argument in doc string.  Make query for type more clear.
12120
12121 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12122
12123         * gnus.el (gnus-group-startup-message): Search for gnus images in
12124         etc/images/gnus.
12125         * mm-util.el (mm-image-load-path): Likewise.
12126         * smiley.el (smiley-data-directory): Search for smilies in
12127         etc/images/smilies.
12128
12129 2005-02-09  Kim F. Storm  <storm@cua.dk>
12130
12131         Change Emacs release version from 21.4 to 22.1 throughout.
12132         Change Emacs development version from 21.3.50 to 22.0.50.
12133
12134 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12135
12136         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12137
12138         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12139         non-Mule XEmacs as well.
12140         (mm-decompress-buffer): Signal an error intentionally if it does
12141         not decompress compressed data because auto-compression-mode is
12142         disabled.
12143
12144 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12145
12146         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12147         an ID in the registry even if it has no groups.
12148
12149 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12150
12151         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12152         merge it into mm-decompress-buffer.
12153         (gnus-mime-copy-part): Use the MIME part charset, the value which
12154         a user specified or gnus-newsgroup-charset for decoding, like
12155         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12156         save-buffer what was used.  Suggested by Kevin Ryde
12157         <user42@zip.com.au>.
12158         (gnus-mime-inline-part): Allow the name parameter as well as the
12159         filename parameter; force decompressing of compressed data; always
12160         display contents being not decoded as unibyte.
12161
12162         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12163         as well as the filename parameter.
12164
12165         * mm-util.el (mm-decompress-buffer): Merge
12166         gnus-mime-jka-compr-maybe-uncompress.
12167         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12168         of compressed data.
12169
12170 2005-02-08  Simon Josefsson  <jas@extundo.com>
12171
12172         * imap.el (imap-log): Doc fix.
12173
12174 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12175
12176         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12177         the coding cookies; decompress compressed parts.
12178
12179         * mml.el (mml-generate-mime-1): Add the charset parameter according
12180         to the value which a user specified manually or the coding cookie.
12181
12182         * mm-util.el (mm-string-to-multibyte): New function.
12183         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12184         (mm-coding-system-to-mime-charset): New function.
12185         (mm-decompress-buffer): New function.
12186         (mm-find-buffer-file-coding-system): New function.
12187
12188         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12189         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12190         parts.
12191
12192 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12193
12194         * mm-view.el (mm-display-inline-fontify): Decode a part according
12195         to the charset parameter.
12196
12197 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12198
12199         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12200         prefix arg is neither nil nor a number, as info specifies.
12201
12202 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12203
12204         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12205         timestamps.
12206
12207 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12208
12209         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12210         groups error checking and notify user.
12211
12212 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12213
12214         * message.el (message-send-mail-function): Check existence of
12215         sendmail-program first before using default value
12216         `message-send-mail-with-sendmail'.  Otherwise use more generic
12217         `smtpmail-send-it'.
12218
12219 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12220
12221         * nntp.el (nntp-request-update-info): Always return nil.
12222
12223 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12224
12225         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12226
12227 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12228
12229         * message.el (message-beginning-of-line): Change the behavior when
12230         invoked between BOL and : so that it first moves backward.
12231
12232 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12233
12234         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12235         article buffer when editing of the article is discarded.
12236         (gnus-article-prepare): Revert.
12237
12238 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12239
12240         * gnus-art.el (gnus-article-prepare):
12241         Remove message-strip-forbidden-properties from the local hook.
12242
12243 2005-01-27  Simon Josefsson  <jas@extundo.com>
12244
12245         * password.el (password-cache-add): Only start one timer per key.
12246         Reported by Derek Atkins <warlord@MIT.EDU>.
12247
12248 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12249
12250         * run-at-time.el: Removed.  It is no longer needed as
12251         timer-funcs.el in the xemacs-base package has a working version of
12252         `run-at-time'.
12253
12254         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12255
12256         * password.el: Require timer-funcs instead of run-at-time in
12257         XEmacs.
12258         Remove `password-run-at-time' macro.
12259         (password-cache-add): Use `run-at-time' instead of
12260         `password-run-at-time'.
12261
12262         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12263         Remove `nnheader-cancel-function-timers' alias,
12264         `cancel-function-timers' exists in XEmacs in timer-funcs.
12265
12266         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12267         for `run-with-idle-timer'.
12268
12269         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12270         for `run-at-time'.
12271
12272         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12273         for `with-timeout'.
12274
12275         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12276         the same as for XEmacs 21.4.
12277         No need to ignore `run-with-idle-timer', this function exists in
12278         XEmacs now in timer-funcs.el in the xemacs-base package.
12279         (dgnushack-compile): No need to delete
12280         run-at-time.el from the list of files to compile because it
12281         doesn't exist anymore.
12282
12283 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12284
12285         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12286         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12287
12288 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12289
12290         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12291         sensitively.
12292
12293 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12294
12295         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12296
12297 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12298
12299         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12300         which will be inserted according to the multibyteness of a buffer
12301         rather than the type of contents.  Suggested by ARISAWA Akihiro
12302         <ari@mbf.ocn.ne.jp>.
12303
12304         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12305         of string which old xml.el may return rather than a string.
12306
12307 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12308
12309         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12310
12311 2005-01-16  Simon Josefsson  <jas@extundo.com>
12312
12313         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12314         idn/idna.el isn't available.
12315         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12316         <michael@waxrat.com>.
12317
12318         * hashcash.el: Remove non-FSF copyright header.
12319
12320         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12321         (hashcash-generate-payment): Use it.
12322         (hashcash-generate-payment-async): Use it.
12323
12324 2005-01-15  Simon Josefsson  <jas@extundo.com>
12325
12326         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12327         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12328
12329         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12330         gnus-summary-idna-message.
12331         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12332         (gnus-summary-idna-message): New function.
12333
12334 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12335
12336         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12337         gnus-novice-user.
12338
12339 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12340
12341         * nnrss.el (nnrss-request-delete-group): Delete entries in
12342         nnrss-group-alist as well.
12343         (nnrss-save-server-data): Insert newline.
12344
12345 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12346
12347         * gnus.el (gnus-user-agent): Use list of symbols instead of
12348         symbols.  Display full version number for (S)XEmacs.  Optionally
12349         display (S)XEmacs codename.
12350
12351         * gnus-util.el (gnus-emacs-version): Update for new
12352         `gnus-user-agent'.
12353
12354         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12355         Gnus version.
12356
12357 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12358
12359         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12360         which is unreadable in some setups.
12361
12362 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12363
12364         * gnus-spec.el (gnus-update-format-specifications): Flush the
12365         group format spec cache if it doesn't support decoded group names.
12366
12367 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12368
12369         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12370         Allow to apply decay on score files matching a regexp.
12371
12372 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12373
12374         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12375         compatibility in %g and %c.
12376
12377 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12378
12379         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12380         name for only %g and %c.
12381         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12382         of gnus-tmp-group to decoded group name.
12383         (gnus-group-make-rss-group): Exclude `/'s from group names.
12384
12385 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12386
12387         * nnrss.el (nnrss-get-encoding): Fix regexp.
12388
12389 2004-12-27  Simon Josefsson  <jas@extundo.com>
12390
12391         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12392         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12393         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12394
12395 2004-12-17  Kim F. Storm  <storm@cua.dk>
12396
12397         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12398
12399         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12400
12401 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12402
12403         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12404
12405 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12406
12407         * nnrss.el: Require rfc2047 and mml.
12408         (nnrss-file-coding-system): New variable.
12409         (nnrss-format-string): Redefine it as an inline function.
12410         (nnrss-decode-group-name): New function.
12411         (nnrss-string-as-multibyte): Remove.
12412         (nnrss-retrieve-headers): Decode group name; don't use
12413         nnrss-format-string.
12414         (nnrss-request-group): Decode group name.
12415         (nnrss-request-article): Decode group name; allow a Message-ID as
12416         well as an article number; don't use nnrss-format-string; encode a
12417         Message-ID string which may contain non-ASCII characters; use
12418         mml-to-mime to compose a MIME article.
12419         (nnrss-request-expire-articles): Decode group name.
12420         (nnrss-request-delete-group): Decode group name.
12421         (nnrss-fetch): Clarify error message.
12422         (nnrss-read-server-data): Use insert-file-contents instead of load;
12423         bind file-name-coding-system; use multibyte buffer.
12424         (nnrss-save-server-data): Bind coding-system-for-write to the
12425         value of nnrss-file-coding-system; bind file-name-coding-system;
12426         add coding cookie.
12427         (nnrss-read-group-data): Use insert-file-contents instead of load;
12428         bind file-name-coding-system; use multibyte buffer.
12429         (nnrss-save-group-data): Bind coding-system-for-write to the
12430         value of nnrss-file-coding-system; bind file-name-coding-system.
12431         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12432         make it work with non-ASCII text.
12433         (nnrss-find-el): Make it work with old xml.el as well.
12434
12435 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12436
12437         * nnrss.el (nnrss-get-encoding): New function.
12438         (nnrss-fetch): Use unibyte buffer initially; bind
12439         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12440         decode contents according to the encoding attribute.
12441         (nnrss-save-group-data): Add coding cookie.
12442         (nnrss-mime-encode-string): New function.
12443         (nnrss-check-group): Use it to encode subject and author.
12444
12445 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12446
12447         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12448         imaginary variable.
12449
12450 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12451
12452         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12453         correctly even if there are wide characters.
12454
12455 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12456
12457         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12458         downcased symbol names; make a new cache instead of reusing
12459         bbdb-hashtable.
12460
12461 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12462
12463         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12464         concatenating segments rather than before concatenating them.
12465         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12466
12467         * message.el (message-get-reply-headers): Bind `extra'.
12468
12469 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12470
12471         * message.el (message-extra-wide-headers): New variable.
12472         (message-get-reply-headers): Use it.
12473
12474 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12475
12476         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12477         (gnus-agent-group-pathname): Ditto.
12478
12479         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12480
12481         * gnus-group.el (gnus-group-make-group): Decode group name.
12482         (gnus-group-make-rss-group): Register the group data after opening
12483         the nnrss group.
12484
12485 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12486
12487         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12488         by expiry now get marked as read.
12489
12490 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12491
12492         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12493
12494 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12495
12496         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12497         unify Latin characters in XEmacs.
12498         (mm-find-mime-charset-region): Use it.
12499
12500 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12501
12502         * gnus-util.el (gnus-delete-directory): New function.
12503
12504         * gnus-agent.el (gnus-agent-delete-group): Use it.
12505
12506         * gnus-cache.el (gnus-cache-delete-group): Use it.
12507
12508 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12509
12510         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12511         names.
12512
12513 2004-12-16  Simon Josefsson  <jas@extundo.com>
12514
12515         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12516
12517 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12518
12519         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12520
12521         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12522         (gnus-group-set-current-level): Decode group name.
12523
12524 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12525
12526         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12527         failed.
12528
12529 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12530
12531         * gnus-group.el (gnus-group-delete-group): Decode group name.
12532         (gnus-group-make-rss-group): Encode group name.
12533         (gnus-group-catchup-current): Decode group name.
12534         (gnus-group-kill-group): Decode group name.
12535
12536 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12537
12538         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12539
12540 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12541
12542         * gnus-group.el (gnus-group-make-rss-group):
12543         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12544
12545         * gnus-start.el (gnus-setup-news): Honor user's setting to
12546         gnus-message-archive-method.  Suggested by Lute Kamstra
12547         <lute@gnu.org>.
12548
12549 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12550
12551         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12552         global counterparts of the buffer-local variables.
12553
12554 2004-11-16  Romain Francoise  <romain@orebokech.com>
12555
12556         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12557         counterparts of the buffer-local variables.
12558
12559 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12560
12561         * message.el (message-forbidden-properties): Fixed typo in doc
12562         string.
12563
12564 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12565
12566         * gnus-util.el (gnus-replace-in-string): Added doc string.
12567
12568         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12569         to avoid problems when splitting mails with many recipients.
12570
12571 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12572
12573         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12574         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12575
12576 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12577
12578         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12579         if there is no hashtable in memory or file modification time is
12580         newer than cached timestamp.
12581
12582 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12583
12584         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12585         not-matching option.
12586
12587 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12588
12589         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12590         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12591         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12592         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12593         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12594         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12595
12596 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12597
12598         * message.el (message-forward-make-body-mml): Remove headers
12599         according to message-forward-ignored-headers if a message is decoded.
12600
12601 2004-12-02  Romain Francoise  <romain@orebokech.com>
12602
12603         * message.el (message-forward-make-body-plain): Always remove
12604         headers according to message-forward-ignored-headers.
12605
12606 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12607
12608         * spam.el (spam-summary-prepare-exit): Remove the
12609         gnus-summary-limit pop for now, it has problems with ham marks for
12610         me.
12611
12612 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12613
12614         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12615         correctly.
12616
12617 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12618
12619         * format-spec.el (format-spec): Message the char.
12620
12621 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12622
12623         * gnus-art.el (gnus-split-methods): Reformat comments.
12624
12625         * spam.el (spam-summary-prepare-exit): Remove article limits
12626         before exiting the summary buffer.
12627
12628 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12629
12630         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12631         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12632
12633         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12634         order to silence the byte compiler.
12635
12636         * spam.el: Fix the way to silence the byte compiler, which
12637         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12638         bbdb-search-simple, spam-BBDB-register-routine,
12639         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12640         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12641         spam-stat-buffer-is-spam, spam-stat-load,
12642         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12643         spam-stat-save and spam-stat-split-fancy.
12644
12645 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12646
12647         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12648         which may confuse users.
12649         (canlock-password-for-verify): Ditto.
12650
12651         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12652
12653         * gnus-art.el (gnus-emphasis-alist): Ditto.
12654
12655         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12656
12657         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12658
12659         * gnus-start.el (gnus-save-killed-list): Ditto.
12660
12661         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12662         (gnus-sum-thread-tree-root): Ditto.
12663         (gnus-sum-thread-tree-false-root): Ditto.
12664         (gnus-sum-thread-tree-single-indent): Ditto.
12665
12666         * message.el (message-courtesy-message): Ditto.
12667         (message-archive-note): Ditto.
12668         (message-subscribed-address-file): Ditto.
12669         (message-user-fqdn): Ditto.
12670
12671         * spam-report.el (spam-report-gmane-regex): Ditto.
12672
12673         * spam.el (spam-blackhole-good-server-regex): Ditto.
12674
12675 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12676
12677         * mml.el (mml-preview): Widen the message buffer before copying
12678         the contents to the preview buffer; sort headers before previewing.
12679
12680         * message.el (message-hidden-headers): Fix the way to avoid a bug
12681         in the `repeat' widget in Emacs 21.3 or earlier.
12682
12683 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12684
12685         * message.el (message-hidden-headers): Default to "^References:".
12686         Improve customization type.  Suggested by Reiner Steib
12687         <Reiner.Steib@gmx.de>.
12688
12689 2004-11-25  Romain Francoise  <romain@orebokech.com>
12690
12691         * message.el (message-strip-forbidden-properties): Remove check for
12692         obsolete `message-hidden' text property, hidden headers are not
12693         accessible in the buffer anymore.
12694
12695 2004-11-22  Romain Francoise  <romain@orebokech.com>
12696
12697         * message.el (message-header-format-alist): Add `From' in list
12698         so that it can be sorted.
12699         (message-fix-before-sending): Widen and sort headers before
12700         sending.
12701         (message-hide-headers): Use narrowing to hide headers by moving
12702         them to the top of the buffer and narrowing to the region
12703         underneath.
12704
12705 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12706
12707         * message.el (message-strip-forbidden-properties): Bind
12708         buffer-read-only (etc) to nil.
12709
12710 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12713         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12714
12715 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12716
12717         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12718
12719 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12720
12721         * dns.el (query-dns): Use sit-for to time instead of
12722         accept-process-output, since that doesn't seem to work on udp
12723         sockets.
12724
12725 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12726
12727         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12728
12729 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12730
12731         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12732         doc string.  Improve doc string.
12733
12734 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12735
12736         * nntp.el (nntp-request-update-info): Return nil if
12737         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12738         may not call gnus-activate-group which uselessly issues the GROUP
12739         commands for all nntp groups and wastes time.  Reported by Romain
12740         Francoise <romain@orebokech.com>.
12741
12742         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12743
12744 2004-11-15  Simon Josefsson  <jas@extundo.com>
12745
12746         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12747         headers separately.
12748         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12749         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12750
12751 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12752
12753         * gnus-start.el (gnus-convert-old-newsrc):
12754         Assign legacy-gnus-agent to 5.10.7.
12755
12756 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12757
12758         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12759         start of the lines.
12760
12761 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12762
12763         * hashcash.el (hashcash-default-payment): Change default to 20.
12764         (hashcash-default-accept-payment): Change default to 20.
12765         (hashcash-process-alist): New variable.
12766         (hashcash-generate-payment-async): Add.
12767         (hashcash-already-paid-p): Add.
12768         (hashcash-insert-payment): Don't generate payments twice.
12769         (hashcash-insert-payment-async): Add.
12770         (hashcash-insert-payment-async-2): Add.
12771         (hashcash-cancel-async): Add.
12772         (hashcash-wait-async): Add.
12773         (hashcash-processes-running-p): Add.
12774         (hashcash-wait-or-cancel): Add.
12775         (mail-add-payment): New optional argument.  Conditionally start
12776         asynchronous calculation.
12777         (mail-add-payment-async): Add.
12778
12779         * message.el (message-send-mail): Wait for asynchronous hashcash
12780         results.  Don't clobber existing X-Hashcash headers.
12781         (message-setup-1): Call mail-add-payment-async when
12782         message-generate-hashcash is non-nil.
12783
12784 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12785
12786         * message.el (message-use-alternative-email-as-from): Examine the
12787         From header as well; use message-make-from in order to include a
12788         user's full name.
12789
12790 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12791
12792         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12793         default; improve customization type.
12794         (gnus-emphasis-custom-with-format): New macro.
12795         (gnus-emphasis-custom-value-to-external): New function.
12796         (gnus-emphasis-custom-value-to-internal): New function.
12797
12798 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12799
12800         * dns.el (query-dns): Resolve reverse addresses.
12801
12802 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12803
12804         * gnus-group.el (gnus-group-get-new-news): Use it.
12805
12806         * gnus-start.el (gnus-check-reasonable-setup): New function.
12807
12808 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12809
12810         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12811         "Args out of range" error.  Reported by Arnaud Giersch
12812         <arnaud.giersch@free.fr>.
12813
12814 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12815
12816         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12817
12818 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12819
12820         * spam.el (spam group): Add :version.
12821
12822         * pgg-def.el (pgg group): Add :version.
12823
12824 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12825
12826         * gnus-art.el (gnus-article-edit-article): Don't associate the
12827         article buffer with a draft file.  This is a temporary measure
12828         against the 2004-08-22 change to gnus-article-edit-mode.
12829
12830 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12831
12832         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12833         (html2text-format-tags): Remove unused variable `attr'.
12834
12835 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12836
12837         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12838
12839         * tls.el (tls-process-connection-type, tls-success)
12840         (tls-certtool-program): Add :version.
12841
12842         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12843         (starttls-extra-arguments, starttls-process-connection-type)
12844         (starttls-connect, starttls-failure, starttls-success): Add :version.
12845
12846         * spam-stat.el (spam-stat): Add :version.
12847
12848         * sieve.el (sieve): Add :version.
12849
12850         * sha1.el (sha1): Add :version.
12851         (sha1-use-external): Remove redundant version.
12852
12853         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12854         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12855         (nnmail-split-fancy-match-partial-words)
12856         (nnmail-split-lowercase-expanded): Add :version.
12857
12858         * nndiary.el (nndiary): Add :version.
12859
12860         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12861
12862         * mml-sec.el (mml-default-sign-method)
12863         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12864         Add :version.
12865
12866         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12867
12868         * mm-url.el (mm-url-use-external, mm-url-program)
12869         (mm-url-arguments): Add :version.
12870
12871         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12872         (mm-attachment-file-modes, mm-decrypt-option)
12873         (mm-w3m-safe-url-regexp): Add :version.
12874
12875         * message.el (message-cite-prefix-regexp)
12876         (message-sendmail-envelope-from, message-minibuffer-local-map)
12877         (message-user-fqdn, message-completion-alist): Add :version.
12878
12879         * gnus-win.el (gnus-configure-windows-hook)
12880         (gnus-use-frames-on-any-display): Add :version.
12881
12882         * gnus-art.el (gnus-article-address-banner-alist)
12883         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12884         (gnus-treat-from-picon, gnus-treat-mail-picon)
12885         (gnus-treat-x-pgp-sig): Add :version.
12886
12887         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12888         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12889         (gnus-summary-article-delete-hook)
12890         (gnus-summary-display-while-building): Add :version.
12891
12892         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12893         (gnus-get-top-new-news-hook): Add :version.
12894
12895         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12896         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12897
12898         * gnus-registry.el (gnus-registry): Add :version.
12899
12900         * gnus-spec.el (gnus-use-correct-string-widths)
12901         (gnus-make-format-preserve-properties): Add :version.
12902
12903         * gnus.el (gnus-group-charter-alist)
12904         (gnus-group-fetch-control-use-browse-url)
12905         (gnus-install-group-spam-parameters): Add :version.
12906
12907         * gnus-diary.el (gnus-diary): Add :version.
12908
12909         * gnus-delay.el (gnus-delay): Add :version.
12910
12911         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12912         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12913         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12914         Add :version.
12915
12916         * gnus-agent.el (gnus-agent-max-fetch-size)
12917         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12918         (gnus-agent-prompt-send-queue): Add :version.
12919
12920         * deuglify.el (gnus-outlook-deuglify): Add :version.
12921
12922         * html2text.el: Beautify code.  Improve doc strings.  Some
12923         checkdoc cleanup.
12924         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12925
12926 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12927
12928         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12929
12930 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12931
12932         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12933         when package is loaded.
12934
12935         * spam.el (spam-summary-score-preferred-header): Add global preference
12936         for people who want to override the default SpamAssassin over
12937         Bogofilter preference (when both are set).
12938         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12939         (spam-user-format-function-S): Check
12940         spam-summary-score-preferred-header.
12941         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12942         (spam-user-format-function-S): Format the score correctly.
12943
12944 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12945
12946         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12947         signature file.  Suggested by Manoj Srivastava
12948         <srivasta@golden-gryphon.com>.
12949
12950         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12951         iso-2022-jp even in the Japanese language environment.
12952         Suggested by Jason Rumney <jasonr@gnu.org>.
12953
12954 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12955
12956         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12957         use the same characters as the dummy marks; make it free from
12958         getting affected by the language environment.
12959         (gnus-summary-read-group-1): Update mark positions only when the
12960         format spec is updated.
12961
12962         * gnus-spec.el (gnus-update-format-specifications): Return a list
12963         of updated types.
12964
12965 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12966
12967         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12968         of boundp to check if display-warning is available.
12969
12970 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12971
12972         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12973
12974 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12975
12976         * nnspool.el (nnspool-spool-directory): Use news-path if the
12977         news-directory variable is not bound.
12978
12979         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12980         function instead of display-warning if it is not available.
12981
12982 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12983
12984         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12985         v5-10: Use `point-at-bol'.
12986
12987 2004-10-26  Simon Josefsson  <jas@extundo.com>
12988
12989         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12990         <chenggao@gmail.com>.
12991
12992 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12993
12994         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12995         instead.
12996
12997 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12998
12999         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13000         to remove a server from the nnimap-server-buffer-alist.
13001         (nnimap-open-connection, nnimap-close-server): Use it.
13002
13003         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13004
13005 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13006
13007         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13008         running the major-mode function.
13009
13010 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13011
13012         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13013         dummy marks in the right way.
13014
13015 2004-10-18  David Edmondson  <dme@dme.org>
13016
13017         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13018         excessively.
13019
13020 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13021
13022         * gnus-util.el (gnus-split-references): Accept a nil references
13023         string and go on blissfully.
13024
13025         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13026         cases where the references string is non-nil but has no references.
13027
13028         * encrypt.el: Add autoload tags.
13029
13030         * spam.el (spam-resolve-registrations-routine): Remove article
13031         from unregistration list too.  Reported by David Hanak
13032         <dhanak@isis.vanderbilt.edu>
13033
13034 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13035
13036         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13037         nil.  Changed custom type.
13038
13039 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13040
13041         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13042
13043         * gnus-sum.el (gnus-summary-move-article): Use it.
13044
13045 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13046
13047         * encrypt.el: Add autoload cookies.
13048
13049         * spam.el (spam-backend-article-list-property)
13050         (spam-backend-get-article-todo-list)
13051         (spam-backend-put-article-todo-list)
13052         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13053         Resolve registrations separately.
13054         (spam-register-routine): Format comments.
13055         (spam-unregister-routine, spam-register-routine): Always call with
13056         specific-articles, no default list.
13057         (spam-summary-prepare-exit): Use the spam-classifications function.
13058
13059         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13060         gnus-encrypt.el.
13061
13062         * encrypt.el: Copied from gnus-encrypt.el.
13063
13064         * gnus-encrypt.el: Commented that it's obsolete.
13065
13066 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13067
13068         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13069         (gnus-score-save): Use it.
13070
13071         * message.el (message-bury): Use `window-dedicated-p'.
13072
13073 2004-10-15  Simon Josefsson  <jas@extundo.com>
13074
13075         * pop3.el (top-level): Don't require nnheader.
13076         (pop3-read-timeout): Add.
13077         (pop3-accept-process-output): Add.
13078         (pop3-read-response, pop3-retr): Use it.
13079
13080 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13081
13082         * spam.el (spam-register-routine): Move comment.
13083         (spam-verify-bogofilter): Use 'unknown for the initial
13084         spam-bogofilter-valid state, not 'never.
13085
13086         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13087         for netrc-machine.
13088
13089         * nnimap.el (nnimap-open-connection): Use
13090         netrc-machine-user-or-password.
13091
13092 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13093
13094         * gnus-registry.el (gnus-registry-unload-hook):
13095         Set as a variable with add-hook.
13096
13097         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13098         of news-path.
13099
13100         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13101
13102         * spam.el: Delete duplicate `provide'.
13103         (spam-unload-hook): Set as a variable with add-hook.
13104
13105 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13106
13107         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13108         in the doc string.
13109
13110         * message.el (message-ignored-news-headers)
13111         (message-ignored-supersedes-headers)
13112         (message-ignored-resent-headers)
13113         (message-forward-ignored-headers): Improve custom type.
13114
13115 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13116
13117         * message.el (message-tokenize-header): Fix 2004-09-06 change
13118         which used point-min in the wrong place.
13119
13120 2004-10-12  Simon Josefsson  <jas@extundo.com>
13121
13122         * tls.el (tls-certtool-program): New variable.
13123         (tls-certificate-information): New function, based on
13124         ssl-certificate-information.
13125
13126 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13127
13128         * compface.el: Move the version of ELisp-based uncompface program
13129         to the contrib directory because of the copyright problem.
13130
13131 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13132
13133         * message.el (message-kill-buffer): Raise the current frame.
13134
13135 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13136
13137         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13138
13139         * gnus.el (message-y-or-n-p): Autoload.
13140
13141         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13142         (pop3-password-required, pop3-authentication-scheme)
13143         (pop3-leave-mail-on-server): Made customizable.
13144         (pop3): New custom group.
13145         (pop3-retr): Remove `sleep-for' statements.
13146         Suggested by Dave Love <fx@gnu.org>.
13147
13148         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13149         Windows/DOS.
13150
13151         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13152         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13153         Dave Love <fx@gnu.org>.
13154
13155         * mml.el (mml-minibuffer-read-disposition): Require match.
13156         Suggested by Dave Love <fx@gnu.org>.
13157
13158 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13159
13160         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13161         doc string.
13162
13163 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13164
13165         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13166
13167 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13168
13169         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13170         instead of calling `mm-insert-inline', to decode text/* parts
13171         before displaying them.
13172
13173 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13174
13175         * mm-uu.el (mm-uu-text-plain-type): New variable.
13176         (mm-uu-pgp-signed-extract-1): Use it.
13177         (mm-uu-pgp-encrypted-extract-1): Use it.
13178         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13179         bind mm-uu-text-plain-type with that value.
13180         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13181         mm-uu-dissect.
13182
13183 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13184
13185         * gnus-group.el (gnus-update-group-mark-positions):
13186         * gnus-sum.el (gnus-update-summary-mark-positions):
13187         * message.el (message-check-news-body-syntax):
13188         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13189         of string-as-multibyte.
13190
13191 2004-10-05  Juri Linkov  <juri@jurta.org>
13192
13193         * gnus-group.el (gnus-update-group-mark-positions):
13194         * gnus-sum.el (gnus-update-summary-mark-positions):
13195         * message.el (message-check-news-body-syntax):
13196         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13197         8-bit unibyte values to a multibyte string for search functions.
13198
13199 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13200
13201         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13202         (mm-uu-dissect-text-parts): New function.
13203
13204         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13205         dissect text parts.
13206
13207         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13208         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13209
13210         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13211
13212         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13213         gnus-current-topics instead of gnus-current-topic.
13214
13215 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13216
13217         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13218
13219 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13220
13221         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13222         where approriate.
13223
13224         * nnml.el (nnml-generate-active-info): do.
13225
13226         * nndiary.el (nndiary-generate-active-info): do.
13227
13228         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13229         (gnus-topic-move): do.
13230
13231         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13232         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13233
13234         * gnus-srvr.el (gnus-server-prepare)
13235         (gnus-server-open-all-servers): do.
13236
13237         * gnus-msg.el (gnus-summary-cancel-article)
13238         (gnus-summary-resend-message)
13239         (gnus-summary-mail-crosspost-complaint): do.
13240
13241         * gnus-move.el (gnus-change-server): do.
13242
13243         * gnus-group.el (gnus-group-unmark-all-groups)
13244         (gnus-group-set-current-level): do.
13245
13246 2004-10-04  Simon Josefsson  <jas@extundo.com>
13247
13248         * message.el (message-generate-hashcash): Doc fix.
13249
13250 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13251
13252         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13253         avoid infinite recursion via gnus-get-function.
13254
13255 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13256
13257         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13258
13259         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13260
13261         * nnmail.el (nnmail-split-history): do.
13262
13263         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13264         (nnml-request-delete-group): do.
13265
13266         * nnslashdot.el (nnslashdot-read-groups): do.
13267
13268         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13269         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13270
13271         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13272         (nnspool-sift-nov-with-sed): Use last.
13273         (nnspool-retrieve-headers-with-nov): Use mapc.
13274         (nnspool-request-newgroups): Use dolist.
13275         (nnspool-request-group): Use last.
13276
13277         * nntp.el (nntp-read-server-type): Use dolist.
13278
13279         * nnvirtual.el (nnvirtual-create-mapping)
13280         (nnvirtual-update-read-and-marked): Use dolist.
13281         (nnvirtual-convert-headers): Simplify.
13282
13283 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13284
13285         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13286         support for sync'ing tick marks.
13287
13288 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13289
13290         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13291         there's no visible header.
13292
13293 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13294
13295         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13296         necessary, pass full group name to gnus-request-set-marks.
13297
13298 2004-10-01  Simon Josefsson  <jas@extundo.com>
13299
13300         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13301         acroread.
13302
13303 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13304
13305         * spam-report.el (spam-report-gmane): Fix interactive.
13306
13307         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13308
13309         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13310         when writing file.
13311         (gnus-agent-synchronize-flags): Don't default to being
13312         interactive.
13313
13314 2004-09-30  Simon Josefsson  <jas@extundo.com>
13315
13316         * message.el (message-generate-hashcash): Add.
13317         (message-send-mail): Use it, call mail-add-payment.
13318
13319 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13320
13321         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13322
13323 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13324
13325         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13326         gnus-requst-update-info with explicit code to sync the in-memory
13327         info read flags with the marks being sync'd to the backend.
13328
13329         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13330
13331 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13332
13333         * spam.el (spam-verify-bogofilter): Add new function.
13334         (spam-check-bogofilter)
13335         (spam-bogofilter-register-with-bogofilter): Use it.
13336         (spam-verify-bogofilter): Add small fixes.
13337
13338 2004-09-28  Simon Josefsson  <jas@extundo.com>
13339
13340         * hashcash.el (hashcash-generate-payment): Revert.
13341
13342 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13343
13344         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13345         gnus-extract-references instead of gnus-split-references.
13346
13347         * gnus-util.el (gnus-extract-references): Add new function, analogous
13348         to gnus-split-references but extracts only the message-ID without
13349         anything extra.
13350
13351         * hashcash.el (hashcash-generate-payment)
13352         (hashcash-check-payment): Do the right thing if hashcash-path is
13353         nil (because the hashcash program could not be found).
13354
13355         * spam.el (spam-use-hashcash): Remove comment.
13356
13357 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13358
13359         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13360         (gnus-cache-enter-article, gnus-cache-remove-article)
13361         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13362
13363         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13364
13365         * gnus-art.el (article-hide-boring-headers)
13366         (article-translate-strings, article-display-face)
13367         (gnus-article-mime-match-handle-first)
13368         (gnus-article-highlight-headers)
13369         (gnus-article-add-buttons-to-head): do.
13370
13371 2004-09-27  Simon Josefsson  <jas@extundo.com>
13372
13373         * hashcash.el: New version, from
13374         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13375         ../contrib/.
13376
13377 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13378
13379         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13380
13381 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13382
13383         * gnus-dup.el (gnus-dup-open): Use mapc.
13384         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13385
13386         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13387         Reported by Stefan Wiens <s.wi@gmx.net>.
13388
13389         * gnus.el (gnus-shutdown): Use dolist.
13390
13391         * gnus-undo.el (gnus-undo): Use mapc.
13392
13393         * nnrss.el (nnrss-generate-active): do.
13394
13395         * message.el (message-cite-original-without-signature)
13396         (message-cite-original): Use mapc.
13397         (message-do-actions, message-make-forward-subject): Use dolist.
13398
13399 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13400
13401         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13402         deletion to remove entire duplicate line.  Fixes merged article
13403         number bug.
13404
13405 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13406
13407         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13408         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13409         first ask if you want to open a server and then, even when you
13410         responded with no, asking if you want to synchronize the server's
13411         flags.
13412         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13413         multi-line expressions.
13414         (gnus-agent-synchronize-group-flags): New internal function.
13415         Updates marks in memory (in the info structure) AND in the
13416         backend.
13417
13418         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13419
13420         * nnagent.el (nnagent-request-set-mark): Use
13421         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13422         method, to ensure that synchronization updates marks in the
13423         backend and in the info (in memory) structure.
13424
13425 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13426
13427         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13428         convention fully; don't miss the root article of a thread; make
13429         the X-Draft-From header with correct article numbers.
13430
13431 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13432
13433         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13434         unless plugged.  Disable the agent so that an open failure causes
13435         an error.
13436
13437         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13438         Reverted 2004-09-21 change.  The backend must be opened while
13439         synchronizing flags even when the backend stores the flags
13440         locally.
13441
13442 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13443
13444         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13445         in `header' match.  Reported by Svend Tollak Munkejord.
13446
13447         * message.el (message-cite-original): Fix use of
13448         `message-cite-articles-with-x-no-archive'.
13449
13450 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13451
13452         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13453         (gnus-window-to-buffer): Ditto.
13454
13455         * mml.el (mml-preview-buffer): New variable.
13456         (mml-preview): Manage window layout with gnus-buffer-configuration.
13457
13458         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13459         X-Draft-From header even if those articles aren't quoted.
13460
13461 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13462
13463         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13464         (gnus-request-set-mark, gnus-request-update-mark): Use new
13465         g-s-t-u-l-m to decide to use backend even when unplugged.
13466
13467 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13468
13469         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13470         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13471
13472 2004-09-20  Simon Josefsson  <jas@extundo.com>
13473
13474         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13475         "utf-16-le".
13476
13477 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13478
13479         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13480
13481 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13482
13483         * uudecode.el (uudecode-use-external): Add :version.
13484
13485         * smime.el (smime-CA-file, smime-encrypt-cipher)
13486         (smime-dns-server): Add :version.
13487
13488         * smiley.el (gnus-smiley-file-types): Add :version.
13489
13490         * sha1.el (sha1-use-external): Add :version.
13491
13492         * pgg-def.el (pgg-query-keyserver): Add :version.
13493
13494         * nnmail.el (nnmail-fancy-expiry-targets)
13495         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13496         Add :version.
13497
13498         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13499         (nnimap-retrieve-groups-asynchronous): Add :version.
13500         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13501
13502         * mml.el (mml-content-disposition-parameters)
13503         (mml-insert-mime-headers-always): Add :version.
13504
13505         * mm-util.el (mm-coding-system-priorities): Add :version.
13506
13507         * mm-decode.el (mm-inline-text-html-with-images)
13508         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13509         (mm-verify-option): Add :version.
13510         (mm-text-html-renderer): Change :version.
13511
13512         * message.el (message-fcc-externalize-attachments)
13513         (message-required-headers, message-draft-headers)
13514         (message-subject-trailing-was-query)
13515         (message-subject-trailing-was-ask-regexp)
13516         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13517         (message-mark-insert-end, message-archive-header)
13518         (message-archive-note, message-cross-post-default)
13519         (message-cross-post-note, message-followup-to-note)
13520         (message-cross-post-note-function, message-use-mail-followup-to)
13521         (message-subscribed-address-functions)
13522         (message-subscribed-address-file, message-subscribed-addresses)
13523         (message-subscribed-regexps, message-allow-no-recipients)
13524         (message-yank-cited-prefix, message-signature-insert-empty-line)
13525         (message-hidden-headers, message-hierarchical-addresses)
13526         (message-mail-user-agent, message-use-idna)
13527         (message-valid-fqdn-regexp)
13528         (message-strip-special-text-properties, message-header-synonyms)
13529         (message-beginning-of-line, message-tab-body-function): Add :version.
13530         (message-insert-canlock, message-wide-reply-confirm-recipients):
13531         Change :version.
13532
13533         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13534         and :version.
13535         (mail-source-delete-old-incoming-confirm)
13536         (mail-source-movemail-program): Add :version.
13537
13538         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13539         (gnus-agent-cache, gnus-agent): Change :version.
13540
13541         * gnus-util.el (gnus-use-byte-compile): Change :version.
13542
13543         * gnus-sum.el (gnus-summary-make-false-root-always)
13544         (gnus-summary-default-high-score)
13545         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13546         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13547         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13548         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13549         (gnus-sum-thread-tree-single-indent)
13550         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13551         (gnus-sum-thread-tree-leaf-with-other)
13552         (gnus-sum-thread-tree-single-leaf): Add :version.
13553         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13554         (gnus-article-loose-mime): Change :version.
13555
13556         * gnus-start.el (gnus-backup-startup-file)
13557         (gnus-save-startup-file-via-temp-buffer): Add :version.
13558
13559         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13560         (gnus-server-offline-face): Add :version.
13561
13562         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13563
13564         * gnus-msg.el (gnus-gcc-externalize-attachments)
13565         (gnus-debug-files, gnus-debug-exclude-variables)
13566         (gnus-discouraged-post-methods): Change :version.
13567         (gnus-confirm-mail-reply-to-news)
13568         (gnus-confirm-treat-mail-like-news): Add :version.
13569
13570         * gnus-int.el (gnus-server-unopen-status): Add :version.
13571
13572         * gnus-group.el (gnus-group-jump-to-group-prompt)
13573         (gnus-large-ephemeral-newsgroup)
13574         (gnus-fetch-old-ephemeral-headers): Add :version.
13575
13576         * gnus-fun.el (gnus-x-face-directory)
13577         (gnus-convert-pbm-to-x-face-command)
13578         (gnus-convert-image-to-x-face-command)
13579         (gnus-convert-image-to-face-command): Add :version.
13580
13581         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13582
13583         * gnus-cite.el (gnus-cite-blank-line-after-header)
13584         (gnus-article-boring-faces): Add :version.
13585
13586         * gnus-art.el (gnus-buttonized-mime-types)
13587         (gnus-inhibit-mime-unbuttonizing)
13588         (gnus-treat-display-face)
13589         (gnus-treat-body-boundary): Change :version.
13590         (gnus-body-boundary-delimiter, gnus-picon-databases)
13591         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13592         (gnus-treat-date-english, gnus-treat-fold-headers)
13593         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13594         (gnus-treat-mail-picon, gnus-treat-wash-html)
13595         (gnus-article-encrypt-protocol)
13596         (gnus-use-idna, gnus-article-over-scroll)
13597         (gnus-mime-display-multipart-alternative-as-mixed)
13598         (gnus-mime-display-multipart-related-as-mixed)
13599         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13600         (gnus-ctan-url, gnus-button-ctan-handler)
13601         (gnus-button-handle-ctan-bogus-regexp)
13602         (gnus-button-ctan-directory-regexp)
13603         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13604         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13605         (gnus-button-man-level, gnus-button-emacs-level)
13606         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13607
13608         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13609         (gnus-agent-go-online): Change :version.
13610         (gnus-agent-expire-unagentized-dirs)
13611         (gnus-agent-auto-agentize-methods): Add :version.
13612
13613         * flow-fill.el (fill-flowed-display-column)
13614         (fill-flowed-encode-column): Add :version.
13615
13616         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13617         (gnus-outlook-deuglify-unwrap-max)
13618         (gnus-outlook-deuglify-cite-marks)
13619         (gnus-outlook-deuglify-unwrap-stop-chars)
13620         (gnus-outlook-deuglify-no-wrap-chars)
13621         (gnus-outlook-deuglify-attrib-cut-regexp)
13622         (gnus-outlook-deuglify-attrib-verb-regexp)
13623         (gnus-outlook-deuglify-attrib-end-regexp)
13624         (gnus-outlook-display-hook): Add :version.
13625
13626         * binhex.el (binhex-use-external): Add :version.
13627
13628 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13629
13630         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13631         and `invisible'.
13632
13633 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13634
13635         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13636         in gnus-registry-trim.
13637
13638 2004-09-13  Simon Josefsson  <jas@extundo.com>
13639
13640         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13641
13642         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13643
13644         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13645         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13646         <yamaoka@jpl.org>.
13647         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13648         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13649         <yamaoka@jpl.org>.
13650
13651         * sieve.el (sieve-manage-mode): Ditto.
13652
13653 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13654
13655         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13656
13657 2004-09-11  Simon Josefsson  <jas@extundo.com>
13658
13659         * dns-mode.el: Add.
13660
13661         * mm-view.el (mm-display-dns-inline): Add.
13662
13663         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13664         (mm-automatic-display): Ditto.
13665
13666         * mailcap.el (mailcap-mime-data): Add text/dns.
13667         (mailcap-mime-extensions): Map .soa to text/dns.
13668
13669 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13670
13671         * gnus-art.el (article-decode-mime-words, article-babel)
13672         (gnus-article-highlight-signature, gnus-article-add-buttons)
13673         (gnus-signature-toggle): Remove unnecessary bindings of
13674         `inhibit-read-only' inherited from v5.10 merge.
13675
13676 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13677
13678         * nntp.el (nntp): New customization group.
13679         (nntp-authinfo-file): Add customization group.
13680
13681         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13682
13683         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13684
13685         * gnus.el (to-address, to-list, subscribed)
13686         (large-newsgroup-initial): Ditto.
13687
13688         * flow-fill.el (fill-flowed-display-column)
13689         (fill-flowed-encode-column): Ditto.
13690
13691 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13692
13693         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13694         Use point-min rather than 1.
13695         (message-send-mail): Use buffer-size rather than point-max.
13696
13697         * gnus-sum.el (gnus-summary-search-article-forward):
13698         Signal a specific `search-failed' rather than a generic `error'.
13699
13700         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13701         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13702         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13703
13704 2004-09-10  Simon Josefsson  <jas@extundo.com>
13705
13706         * nndb.el (require): Remove tcp and duplicate cl.
13707
13708 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13709
13710         * gnus-agent.el (directory-files-and-attributes): Move forward.
13711
13712 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13713
13714         * gnus-agent.el (directory-files-and-attributes): Optionally
13715         defined to support XEmacs.
13716
13717 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13718
13719         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13720         to avoid run-time CL dependencies.
13721         (gnus-agent-unfetch-articles): New function.
13722         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13723         article numbers even when local .overview file is missing.
13724         (gnus-agent-read-article-number): New function.  Only accepts
13725         27-bit article numbers.
13726         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13727         gnus-agent-read-article-number.
13728         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13729         from backend while recognizing that article numbers in .overview
13730         must be valid.
13731         (gnus-agent-update-files-total-fetched-for): Use
13732         directory-files-and-attributes to improve performance.
13733         * gnus-int.el (gnus-request-move-article): Use
13734         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13735         improve performance.
13736
13737         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13738         some users confused by references to .newsrc when they only have a
13739         .newsrc.eld file.
13740         (gnus-convert-mark-converter-prompt)
13741         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13742         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13743         New function.  Used internally to only display 'gnus converting
13744         files' message when actually necessary.
13745
13746         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13747         methods now autoloaded.
13748
13749 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13750
13751         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13752         identifiers.
13753
13754 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13755
13756         * gnus-picon.el: Fix indentation and closing parenthesis.
13757
13758 2004-09-01  Simon Josefsson  <jas@extundo.com>
13759
13760         * message.el (message-canlock-generate): Require sha1, not
13761         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13762         to require within a function.  Sadly, if sha1.el isn't loaded, the
13763         let binding in m-c-g will hide the defcustom definition, which is
13764         bad.)
13765
13766         * canlock.el: Require sha1, not sha1-el.
13767
13768         * message.el: Don't autoload sha1 (there is a autoload cookie in
13769         sha1.el).
13770
13771         * sha1-el.el: Renamed to sha1.el.
13772
13773 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13774
13775         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13776
13777 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13778
13779         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13780
13781 2004-08-30  Kim F. Storm  <storm@cua.dk>
13782
13783         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13784
13785         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13786         Add :group 'nnimap.
13787
13788 2004-08-30  Andreas Schwab  <schwab@suse.de>
13789
13790         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13791         ?* and ?\;.
13792
13793         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13794         and ?\' to symbol instead of whitespace.
13795
13796 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13797
13798         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13799
13800         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13801         instead of re-search-forward.
13802
13803         * gnus-uu.el (gnus-uu-save-article): Ditto.
13804         (gnus-uu-post-encode-uuencode): Ditto.
13805
13806         * html2text.el (html2text-clean-list-items): Ditto.
13807         (html2text-clean-dtdd): Ditto.
13808         (html2text-format-tags): Ditto.
13809
13810         * message.el (message-send-mail-with-sendmail): Fix regexp.
13811         (message-fill-field-general): Use search-forward instead of
13812         re-search-forward.
13813         (unbold-region): Ditto.
13814
13815         * nnrss.el (nnrss-request-article): Ditto.
13816
13817         * nnslashdot.el (nnslashdot-request-article): Ditto.
13818
13819         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13820
13821         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13822         "Unrecognized menu descriptor" error in XEmacs.
13823
13824 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13825
13826         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13827         parent article of a sparse article in the thread hashtb.
13828
13829 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13830
13831         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13832         (nnmail-expand-newtext): Lowercase expanded entries if
13833         nnmail-split-lowercase-expanded is non-nil.
13834
13835 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13836
13837         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13838
13839         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13840         of gnus-tmp-news-method into string under XEmacs.  It will be
13841         passed to gnus-correct-length which takes only a string argument.
13842
13843 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13844
13845         * gnus-util.el (gnus-bind-print-variables): New macro.
13846         (gnus-prin1): Use it.
13847         (gnus-prin1-to-string): Use it.
13848         (gnus-pp): New function.
13849         (gnus-pp-to-string): New function.
13850
13851         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13852         Replace pp-to-string with gnus-pp-to-string.
13853         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13854         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13855         * gnus-msg.el (gnus-debug): Ditto.
13856         * gnus-score.el (gnus-score-save): Ditto.
13857         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13858         gnus-pp-to-string.
13859         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13860         with gnus-pp.
13861         * score-mode.el (gnus-score-pretty-print): Ditto.
13862         * webmail.el (webmail-debug): Ditto.
13863
13864 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13865
13866         * gnus-art.el (article-display-face, article-display-x-face):
13867         Use buffer-read-only.
13868
13869 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13870
13871         * gnus-art.el (article-hide-list-identifiers):
13872         Bind inhibit-read-only as t.
13873
13874 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13875
13876         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13877
13878 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13879
13880         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13881         (gnus-narrow-to-page): Don't assume point-min == 1.
13882         (gnus-article-edit-mode): Derive from message-mode.
13883
13884         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13885         point-min == 1.
13886
13887         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13888         Disable incorrect use of `assert'.
13889
13890         * message.el (message-mode): Set comment-start-skip.
13891
13892
13893 2004-08-22  Sam Steingold  <sds@gnu.org>
13894
13895         * pop3.el (pop3-leave-mail-on-server): New user variable.
13896         (pop3-movemail): Delete mail only when it is nil.
13897
13898 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13899
13900         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13901
13902         * mml.el (mml-preview): Use `pop-to-buffer'.
13903
13904         * message.el (message-goto-mail-followup-to): Insert after "To".
13905         (message-carefully-insert-headers): Add comment.
13906
13907         * gnus.el: Remove unused variable `gnus-article-check-size'.
13908
13909         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13910
13911         * gnus-art.el (gnus-button-alist): Improve
13912         `gnus-button-handle-library' entry.
13913
13914 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13915
13916         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13917         downcase, since XEmacs capitalizes error messages differently.
13918
13919 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13920
13921         * nntp.el: Add (require 'gnus) due to reference to
13922         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13923
13924 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13925
13926         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13927         `mm-fill-flowed'.
13928
13929         * mm-decode.el (mm-dissect-singlepart): Check it.
13930
13931 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13932
13933         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13934         'imap' for netrc parsing.
13935
13936 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13937
13938         * mailcap.el (mailcap-mime-data): Mark as risky.
13939
13940 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13941
13942         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13943         may be included in the encoded word.
13944         (rfc2047-encode): Don't append a space if the encoded word
13945         includes close parenthesis.
13946
13947 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13948
13949         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13950         of text within parentheses.
13951
13952 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13953
13954         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13955         (gnus-encrypt-write-file-contents): Make the password key the file
13956         name PLUS the cipher, not just the cipher.  Also remove failed
13957         passwords from the cache.
13958
13959 2004-08-06  Simon Josefsson  <jas@extundo.com>
13960
13961         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13962         fix.
13963
13964 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13965
13966         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13967         LWSP.
13968
13969 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13970
13971         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13972         to append in-reply-to: data to the references: header.
13973
13974         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13975         (netrc-parse): Use gnus-encrypt.el functions.
13976
13977         * gnus-encrypt.el: Add new file for encryption support; currently
13978         does only a few GPG ciphers and an internal XOR cipher.
13979
13980         * password.el: Add comments on using password-read-and-add.
13981         (password-read-and-add): Add function to read and add the
13982         password to the cache at once.
13983
13984 2004-07-28  Simon Josefsson  <jas@extundo.com>
13985
13986         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13987         parameter (but don't use it, for now).
13988
13989         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13990         instead of hard coding to nil.
13991
13992 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13993
13994         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13995         as mm-inline-image-xemacs does.
13996
13997 2004-07-26  Simon Josefsson  <jas@extundo.com>
13998
13999         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14000         Revert part of 2004-07-17 change below.
14001
14002 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14003
14004         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14005         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14006
14007 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14008
14009         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14010         quotes that actually start with ">" at the beginning of the
14011         lines.
14012
14013 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14014
14015         * rfc2047.el (rfc2047-encode-region): Fix last change.
14016         (rfc2047-encode-parameter): Remove useless concat.
14017
14018 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14019
14020         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14021         encode special characters; fix some kind of misconfigured headers;
14022         signal a real error if debug-on-quit or debug-on-error is non-nil.
14023         (rfc2047-encode-max-chars): New variable.
14024         (rfc2047-encode-1): Use it.
14025         (rfc2047-encode-parameter): New function.
14026
14027         * mml.el (mml-insert-parameter): Remove an excessive space.
14028
14029 2004-07-17  Simon Josefsson  <jas@extundo.com>
14030
14031         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14032         Kai Grossjohann <kai@emptydomain.de>.
14033         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14034         (gnus-group-make-menu-bar): Ditto.
14035
14036         * gnus-util.el (gnus-group-server): Add.
14037
14038 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14039
14040         * message.el (message-clone-locals): Clone sendmail and smtp
14041         variables.
14042
14043 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * rfc2047.el (rfc2047-encode-region): Fix last change.
14046
14047 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14048
14049         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14050         characters as non-special.
14051
14052 2004-07-09  Simon Josefsson  <jas@extundo.com>
14053
14054         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14055         Users will lose all flag changes made while unplugged with
14056         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14057         good default.  See numerous reports on ding mailing list.
14058
14059 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14060
14061         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14062         add generate-head-function and generate-article-function to the
14063         rfc822-forward entry.
14064         (nndoc-rfc822-forward-generate-article): New function.
14065         (nndoc-rfc822-forward-generate-head): New function.
14066
14067         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14068
14069 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14070
14071         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14072         respect display group parameter and gnus-summary-expunge-below.
14073         (gnus-articles-to-read): Remove unused reference to display group
14074         parameter.
14075
14076 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14077
14078         * nnheader.el (nnheader-uniquify-message-id): New experimental
14079         variable.
14080         (nnheader-nov-read-message-id): Use it.
14081
14082         * spam-report.el (spam-report-gmane): Add interactive.
14083
14084 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14085
14086         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14087         qp-or-base64 for the application/* types.
14088
14089 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14090
14091         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14092
14093 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14094
14095         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14096         trim value.
14097
14098 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14099
14100         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14101         New macro and function.
14102         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14103
14104 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14105
14106         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14107         after-load-alist.
14108
14109 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14110
14111         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14112         update info that isn't there.
14113
14114 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14115
14116         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14117         entry.
14118
14119 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14120
14121         * mm-view.el (mm-inline-render-with-function): Use multibyte
14122         buffer; decode html source by charset.
14123
14124         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14125
14126         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14127         Mule-UCS is loaded under XEmacs.
14128         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14129
14130 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14131
14132         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14133
14134 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14135
14136         * mm-util.el (mm-coding-system-p): Return a coding-system.
14137         (mm-mime-mule-charset-alist): Use shift_jis instead of
14138         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14139         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14140         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14141         instead of japanese-shift-jis and iso-latin-1 respectively in
14142         order to share the default value with both Emacs and XEmacs-mule.
14143         (mm-mule-charset-to-mime-charset): Make
14144         mm-coding-system-priorities effective.
14145         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14146         while predicating of candidates upon the priorities.
14147
14148 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14149
14150         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14151         gnus-uu-invert-processable.
14152
14153         * gnus.el: Autoload gnus-uu-invert-processable.
14154
14155 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14156
14157         * mm-util.el (mm-with-multibyte-buffer): New macro.
14158
14159         * rfc2047.el (rfc2047-encode-string): Use it.
14160         (rfc2047-encode-region): Move point to the end of the region after
14161         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14162
14163 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14164
14165         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14166         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14167
14168 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14169
14170         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14171         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14172         Karl Chen <quarl@nospam.quarl.org>.
14173
14174 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14175
14176         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14177         invalid addresses.
14178
14179 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14180
14181         * spam.el: Change section markers, revise TODO list.
14182         (spam-backends): Make new master list of all installed backends.
14183         (spam-summary-exit-behavior): Add new variable to determine how
14184         messages moves are done at summary exit.
14185         (spam-move-spam-nonspam-groups-only)
14186         (spam-process-ham-in-nonham-groups)
14187         (spam-process-ham-in-spam-groups): Remove variables, the
14188         spam-summary-exit-behavior variable should be used to manage this
14189         behavior.
14190         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14191         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14192         and spam-old-spam-articles.
14193         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14194         Add empty variables, placeholders for the backends they represent.
14195         (spam-set-difference): Move, unchanged.
14196         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14197         unless the user has a processor variable.
14198         (spam-classifications, spam-classification-valid-p)
14199         (spam-backend-properties, spam-backend-property-valid-p)
14200         (spam-backend-function-type-valid-p)
14201         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14202         (spam-report-articles-gmane, spam-report-articles-resend):
14203         Remove functions, they are not needed.
14204         (spam-install-backend-super, spam-backend-list)
14205         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14206         (spam-backend-function, spam-backend-ham-registration-function)
14207         (spam-backend-spam-registration-function)
14208         (spam-backend-ham-unregistration-function)
14209         (spam-backend-spam-unregistration-function)
14210         (spam-backend-statistical-p, spam-backend-mover-p)
14211         (spam-install-backend-alias, spam-install-checkonly-backend)
14212         (spam-install-mover-backend, spam-install-nocheck-backend)
14213         (spam-install-backend, spam-install-statistical-backend)
14214         (spam-install-statistical-checkonly-backend): Add backend installation
14215         support.
14216         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14217         (spam-group-processor-p): Use the new backend code and respect the
14218         summary exit behavior.
14219         (spam-mark-spam-as-expired-and-move-routine): Remove.
14220         (spam-summary-prepare): Change to use the new spam-old-articles
14221         variable.
14222         (spam-copy-or-move-routine, spam-copy-spam-routine)
14223         (spam-move-spam-routine, spam-copy-ham-routine)
14224         (spam-move-ham-routine): Add code to copy/move ham or spam.
14225         (spam-fetch-field-fast): Improve doc and code, plus allow the
14226         'number request.
14227         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14228         variables.
14229         (spam-split, spam-find-spam): Use the new backend code.
14230         (spam-registration-functions): Remove variable.
14231         (spam-unregister-routine): Add convenience wrapper.
14232         (spam-log-undo-registration, spam-register-routine)
14233         (spam-log-processing-to-registry)
14234         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14235         where possible.
14236         (spam-check-gmane-xref, spam-check-regex-headers)
14237         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14238         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14239         (spam-check-bogofilter-headers, spam-check-spamoracle)
14240         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14241         (spam-check-crm114-headers): Use the spam-split-group that
14242         spam-split prepares, no need to determine it every time.
14243
14244         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14245         to the nnheader-parse-naked-head call.
14246
14247         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14248
14249         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14250         the nnheader-nov-read-message-id call.
14251
14252 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14253
14254         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14255         gnus-activate-group twice.  Suggested by Markus Peter
14256         <warp@spin.de>.
14257
14258 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14259
14260         * gnus-art.el (gnus-article-time-format): Exchange the order of
14261         day and month in the default value; fix customization type.
14262         (article-date-ut): Use add-text-properties.
14263         (article-make-date-line): Use message-make-date instead of
14264         current-time-string.
14265
14266         * message.el (message-fetch-field): Don't use set-text-properties.
14267         (message-make-date): Simplify.
14268
14269         * messagexmas.el (message-xmas-make-date): New function.
14270         (message-xmas-redefine): Defalias message-make-date to it.
14271
14272 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14273
14274         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14275         (rfc2047-encode-region): Treat text within parentheses as special;
14276         show the original text when error has occurred.
14277
14278         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14279         already-computed method to gnus-activate-group.
14280
14281         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14282         same select-methods identical Lisp objects.
14283
14284         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14285         object when modifying the info.
14286
14287 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14290         gnus-opened-servers since it has never been opened with the new
14291         configuration yet.
14292
14293 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14294
14295         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14296         arg to nnheader-generate-fake-message-id.
14297
14298 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14299
14300         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14301         number and build a fake message ID localized to a group and
14302         article number (so it's repeatable from that point on).
14303         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14304         ID format.
14305
14306         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14307         nnheader-generate-fake-message-id with the article number.
14308
14309 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14310
14311         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14312         end-of-buffer.
14313
14314 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14315
14316         * message.el (message-ignored-supersedes-headers): Add Approved.
14317
14318 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14319
14320         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14321         goto-char.
14322         (rfc2047-encode): Fold the line before encoding.
14323
14324 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14325
14326         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14327         folding -- not all headers can be folded, and this should be done
14328         by the message composition mode.  Probably.  I think.
14329
14330 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14331
14332         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14333         fast.
14334
14335         * gnus-ems.el (gnus-remove-image): Don't use
14336         message-text-with-property; remove only the image found first.
14337
14338         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14339         found first.
14340
14341 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14342
14343         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14344
14345 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14346
14347         * message.el (message-text-with-property): Make it fast and accept
14348         optional arguments.
14349         (message-strip-forbidden-properties): Use it.
14350         (message-fix-before-sending): Follow the m-t-w-p change.
14351
14352         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14353
14354 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14355
14356         * gnus-art.el (article-hide-headers): Don't change the buffer
14357         mistakenly when performing mml-preview even if
14358         gnus-single-article-buffer is nil.
14359
14360 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14361
14362         * message.el (message-expand-name-databases): New user option.
14363         (message-expand-name): Use it.
14364
14365 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14366
14367         * spam.el (spam-report-articles-resend)
14368         (spam-report-resend-register-routine): Allow ham reporting.
14369         (spam-report-resend-register-ham-routine): Add wrapper.
14370         (spam-registration-functions): Add ham resending functions.
14371         (spam-list-of-processors): Add ham resend processor.
14372
14373         * gnus.el (ham-resend-to): Add new group parameter.
14374         (spam-process): Add ham resend option.
14375
14376         * spam-report.el (spam-report-resend): Allow reporting ham.
14377         (spam-report-resend-ham): Add wrapper.
14378
14379 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14380
14381         * message.el (message-cite-articles-with-x-no-archive): New
14382         variable.
14383         (message-cite-original): Use it.
14384
14385 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14386
14387         * message.el (message-cite-original): Respect X-No-Archive.
14388
14389 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14390
14391         * gnus-art.el (article-hide-headers): Refer to the values for
14392         gnus-ignored-headers and gnus-visible-headers in the summary
14393         buffer since a user may have set them as group parameters.
14394
14395 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14396
14397         * assistant.el (assistant-node-name): Add convenience function.
14398         (assistant-render-text, assistant-render-node): Add error handling,
14399         plus handle multiple next nodes.
14400         (assistant-find-next-node): Comment out for now.
14401         (assistant-find-next-nodes): Add function, returns list of next
14402         nodes.
14403
14404 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14405
14406         * mail-source.el (mail-source-directory): Fix doc-string.
14407
14408 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14409
14410         * assistant.el (assistant-render-text, assistant-eval): Add :set
14411         widget type, which is different because it takes and returns a
14412         list.  Much hilarity ensues.
14413
14414 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14415
14416         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14417
14418         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14419         doc-string.
14420
14421         * gnus-start.el (gnus-activate-group): Added doc-string.
14422
14423 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14424
14425         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14426
14427 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14428
14429         * assistant.el (assistant-render-text): Try to add a :set
14430         widget, more to come.
14431
14432         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14433         strings.
14434         (spam-report-articles-resend)
14435         (spam-register-routine): Do registration iff any articles warrant
14436         it.
14437         (spam-summary-prepare-exit): Change log message for nil group
14438         destinations.
14439
14440 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14441
14442         * spam.el (spam-report-resend-register-routine): Allow
14443         spam-report-resend-to to be a group parameter or a global value.
14444
14445 2004-05-26  Simon Josefsson  <jas@extundo.com>
14446
14447         * starttls.el: Merge with my GNUTLS based starttls.el.
14448         (starttls-gnutls-program, starttls-use-gnutls)
14449         (starttls-extra-arguments, starttls-process-connection-type)
14450         (starttls-connect, starttls-failure, starttls-success): New
14451         variables.
14452         (starttls-program, starttls-extra-args): Doc fix.
14453         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14454         functions.
14455         (starttls-negotiate, starttls-open-stream): Check
14456         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14457         function if it is set.
14458
14459 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14460
14461         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14462         structured fields.
14463
14464 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14465
14466         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14467
14468 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14469
14470         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14471         variable.
14472         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14473         assigning the spam-mark to new messages.
14474
14475 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14476
14477         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14478
14479 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14480
14481         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14482
14483         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14484         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14485         default.
14486
14487 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14488
14489         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14490         correct data.
14491
14492 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14493
14494         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14495         (spam-group-processor-p): Fix function.
14496         (spam-group-processor-multiple-p)
14497         (spam-group-spam-processor-report-gmane-p)
14498         (spam-group-spam-processor-report-resend-p)
14499         (spam-group-spam-processor-bogofilter-p)
14500         (spam-group-spam-processor-blacklist-p)
14501         (spam-group-spam-processor-ifile-p)
14502         (spam-group-ham-processor-ifile-p)
14503         (spam-group-spam-processor-spamoracle-p)
14504         (spam-group-spam-processor-crm114-p)
14505         (spam-group-ham-processor-bogofilter-p)
14506         (spam-group-spam-processor-stat-p)
14507         (spam-group-ham-processor-stat-p)
14508         (spam-group-ham-processor-whitelist-p)
14509         (spam-group-ham-processor-BBDB-p)
14510         (spam-group-ham-processor-spamoracle-p)
14511         (spam-group-ham-processor-copy-p): Remove functions with some
14512         prejudice against unneeded code.
14513         (spam-report-articles-resend)
14514         (spam-report-resend-register-routine): Allow the group/topic
14515         spam-resend-to value to override spam-report-resend-to.
14516         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14517         properly now.
14518
14519         * gnus.el (spam-resend-to): Add group/topic parameter.
14520         (spam-process): Move the OBSOLETE processors to the end of the
14521         choices.
14522
14523 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14524
14525         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14526         with resend-to set to nil, and then ask the user if necessary.
14527         (spam-report-resend): spam-report-resend takes a list of articles, not
14528         separate article numbers.
14529
14530 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14531
14532         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14533         addition to emacs-w3m.
14534
14535 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14536
14537         * assistant.el (assistant-authinfo-data): New function.
14538         (assistant-eval): Eval for entire assistant.
14539
14540         * netrc.el (netrc-services-file): New variable.
14541         (netrc-parse-services): New function.
14542         (netrc-find-service-name): New function.
14543         (netrc-find-service-number): New function.
14544         (netrc-port-equal): New function.
14545         (netrc-machine): Use it.
14546
14547         * nnimap.el (nnimap-open-connection): Use netrc.
14548
14549         * gnus-util.el (gnus-netrc-get): Remove aliases.
14550
14551         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14552
14553         * assistant.el (wid-edit): Fix compilation.
14554
14555         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14556
14557 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14558
14559         * gnus-util.el (gnus-set-file-modes): New function.  (small
14560         patch).
14561
14562 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14563
14564         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14565
14566         * assistant.el (assistant-render-node): Fix up rendering and
14567         read-only text.
14568         (assistant-render-node): Reset.
14569         (assistant-make-read-only): Not sticky.
14570
14571 2004-05-20  Danny Siu  <dsiu@adobe.com>
14572
14573         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14574         centered even when gnus-auto-center-summary is t.
14575
14576 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14577
14578         * dns.el (dns-get-txt-answer): New function.
14579         (dns-read-txt): Ditto.
14580         (query-dns): Use it.
14581
14582 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14583
14584         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14585         active for foreign groups even if the group level is higher than
14586         the specified value.
14587
14588 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14589
14590         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14591         non-active groups.
14592
14593         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14594
14595 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14596
14597         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14598
14599 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14600
14601         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14602         (spam-crm114-header, spam-crm114-spam-switch)
14603         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14604         (spam-crm114-positive-spam-header)
14605         (spam-crm114-database-directory, spam-list-of-processors)
14606         (spam-group-spam-processor-crm114-p)
14607         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14608         (spam-generic-score, spam-list-of-checks)
14609         (spam-list-of-statistical-checks, spam-registration-functions)
14610         (spam-check-crm114-headers, spam-crm114-score)
14611         (spam-check-crm114, spam-crm114-register-with-crm114)
14612         (spam-crm114-register-spam-routine)
14613         (spam-crm114-unregister-spam-routine)
14614         (spam-crm114-register-ham-routine)
14615         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14616         asjo@koldfront.dk (Adam Sjøgren).
14617
14618         * gnus.el: Add spam-use-crm114.
14619
14620         * spam.el (spam-list-of-processors, spam-registration-functions):
14621         Add spam-use-resend.
14622         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14623         (spam-report-articles-gmane): Add doc fix.
14624         (spam-report-articles-resend, spam-report-resend-register-routine):
14625         Add wrappers around spam-report-resend-to.
14626
14627         * spam-report.el (spam-report-resend-to, spam-report-resend):
14628         Add support for resending spam.
14629         (spam-report-gmane): Fix line length >80.
14630
14631         * gnus.el (spam-process): Add spam-use-resend.
14632
14633 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14634
14635         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14636         number of processed spam messages.
14637         (spam-ham-copy-or-move-routine): Return the number of processed
14638         ham messages.
14639         (spam-summary-prepare-exit): Use the above values to decide
14640         whether status messages shouled be displayed.
14641
14642 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14643
14644         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14645         `rfc2047-encoding-function-alist' in order to avoid conflicting
14646         with the old version.
14647         (rfc2047-encode-region): Concatenate words containing non-ASCII
14648         characters in structured fields; don't encode space-delimited
14649         ASCII words even in unstructured fields; don't break words at
14650         char-category boundaries.
14651         (rfc2047-encode-1): New function.
14652         (rfc2047-encode): Use it; encode text so that it occupies the
14653         maximum width within 76-column; work correctly on Q encoding for
14654         iso-2022-* charsets.
14655         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14656         sure not to break a line just after the header name.
14657         (rfc2047-b-encode-region): Removed.
14658         (rfc2047-b-encode-string): New function.
14659         (rfc2047-q-encode-region): Removed.
14660         (rfc2047-q-encode-string): New function.
14661
14662         * mm-util.el (mm-replace-in-string): New function.
14663
14664 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14665
14666         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14667         get it right.
14668         (gnus-inews-make-draft): Really.
14669
14670 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14671
14672         * nnmh.el (nnmh-request-list-1): Don't check the link count
14673         before descending.  (small patch)
14674
14675 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14676
14677         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14678         stuff.
14679
14680         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14681         on real group name.
14682
14683         * gnus-art.el (gnus-signature-limit): Doc fix.
14684
14685         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14686
14687         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14688
14689 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14690
14691         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14692         isn't a string.
14693
14694 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14695
14696         * gnus-draft.el (gnus-draft-send): Bind
14697         rfc2047-encode-encoded-words.
14698
14699         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14700         (rfc2047-encodable-p): Say that =? needs encoding.
14701         (rfc2047-encode-encoded-words): New variable.
14702
14703         * gnus-group.el (gnus-group-select-group): Doc fix.
14704
14705         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14706
14707         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14708         to nil.
14709
14710         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14711
14712         * nnheader.el (nnheader-get-lines-and-char): New function.
14713
14714 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14715
14716         * gnus-msg.el (gnus-summary-followup-with-original): Document
14717         yanking of region when active.
14718
14719 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14720
14721         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14722         groups if the group level is higher than the specified value.
14723
14724 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14725
14726         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14727         (gnus-group-jump-to-group): Added prefix argument using
14728         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14729         non-active group.
14730
14731         * compface.el (uncompface): Be verbose when changing
14732         `uncompface-use-external'.
14733
14734         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14735         handle manual section.
14736
14737 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14738
14739         * gnus-art.el (gnus-button-alist): Revert previous change.
14740
14741 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14742
14743         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14744
14745 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14746
14747         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14748         whether backend can accept message.
14749
14750         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14751
14752 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14753
14754         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14755         Avoid creating directory when nntp-marks-is-evil is true.
14756         Reported by Reiner Steib.
14757
14758 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14759
14760         * gnus-picon.el (gnus-picon-style): New variable.
14761         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14762         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14763         Jesper Harder <harder@ifa.au.dk>.
14764
14765 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14766
14767         * message.el (message-fill-field): Return point.
14768         (message-generate-headers): Go to end of field.
14769
14770         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14771         stuff for non-living groups.
14772
14773 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14774
14775         * gnus-art.el (gnus-article-followup-with-original)
14776         (gnus-article-reply-with-original): gnus-mark-active-p ->
14777         gnus-region-active-p.
14778
14779 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14780
14781         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14782         only when there is spam or ham to be processed.
14783
14784 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14785
14786         * mail-source.el (mail-source-delete-crash-box): Refactor.
14787         (mail-source-fetch): Use it.
14788         (mail-source-fetch-file): Ditto.
14789         (mail-source-fetch-directory): Run postscript in loop.
14790         (mail-source-fetch-pop): Delete.
14791         (mail-source-fetch-maildir): Ditto.
14792         (mail-source-fetch-imap): Ditto.
14793
14794         * imap.el (imap-authenticators): Comment out sasl.
14795
14796         * message.el (message-skip-to-next-address): New function.
14797         (message-fill-header-address): Refactor.
14798         (message-fill-address): Use it.
14799         (message-delete-address): Use it.
14800         (message-fill-header-general): Refactor.
14801         (message-fill-field-address): Rename.
14802         (message-narrow-to-field): Find the start of the header.
14803         (message-header-format-alist): Don't pre-fill.
14804         (message-fill-header): Removed.
14805         (message-insert-header): New function.
14806         (message-shorten-references): Use it.
14807
14808         * rfc2047.el (rfc2047-field-value): Strip props.
14809
14810         * mail-parse.el (mail-header-make-address): New alias.
14811
14812         * ietf-drums.el (ietf-drums-make-address): New function.
14813
14814         * imap.el: Add compiler directives.
14815
14816         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14817
14818         * gnus-art.el (article-decode-idna-rhs): Don't use
14819         message-idna-inside-rhs-p.
14820
14821 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14822
14823         * message.el (message-idna-inside-rhs-p): Removed.
14824         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14825
14826         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14827         false positives.
14828
14829 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14830
14831         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14832
14833 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14834
14835         * nneething.el (nneething-file-name): Don't create spurious
14836         files.
14837
14838         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14839         (gnus-inews-do-gcc): Remove sleep.
14840
14841         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14842         part under point.
14843
14844         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14845         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14846
14847 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14848
14849         * spam.el (spam-summary-prepare-exit): Fixed (length).
14850
14851 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14852
14853         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14854         as expired without moving it" message when there are spam
14855         messages left.
14856
14857 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14858
14859         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14860         header is not nil.
14861
14862 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14863
14864         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14865         nntp-possibly-create-directory, not nntp-possibly-change-group.
14866         (nntp-marks-changed-p): New arg SERVER.
14867         (nntp-request-update-info): Adjust caller.
14868
14869 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14870
14871         * nntp.el (nntp-save-marks): Pass missing arg.
14872
14873 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14874
14875         * nntp.el: Support marks.
14876         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14877         (nntp-marks-modtime, nntp-marks-directory): New variables.
14878         (nntp-request-set-mark, nntp-request-update-info)
14879         (nntp-possibly-create-directory, nntp-marks-changed-p)
14880         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14881         functions.
14882
14883 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14884
14885         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14886         (gnus-xmas-redefine): Rename.
14887
14888         * gnus-score.el (gnus-score-insert-help): Use
14889         gnus-select-lowest-window.
14890
14891         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14892         appt-select-lowest-window and rename to gnus-select-lowest-window.
14893
14894         * gnus.el: do.
14895
14896 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14897
14898         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14899         encodings of MIME-encoded words, in order to improve
14900         interoperability with several broken MUAs.
14901
14902 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14903
14904         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14905         tags, only when charsets are not specified in headers.
14906         (mm-inline-text-html-render-with-w3m): Ditto.
14907
14908         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14909         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14910
14911 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14912
14913         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14914         instead of MIME-decoded from fields when checking
14915         `gnus-article-address-banner-alist'.
14916
14917 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14918
14919         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14920         description rather than subject.
14921
14922 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14923
14924         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14925
14926 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14927
14928         * gnus.el (gnus-version-number): Bump.
14929
14930 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14931
14932         * gnus.el: No Gnus v0.2 is released.
14933
14934 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14935
14936         * gnus-agent.el (gnus-agent-read-agentview): Inline
14937         gnus-uncompress-range.
14938
14939 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14940
14941         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14942         `exec-installed-p'.
14943
14944 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14945
14946         * gnus.el (spam-process, spam-autodetect-methods): Add
14947         bsfilter and bsfilter-headers.
14948
14949         * spam.el (spam-bsfilter): New customize group.
14950         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14951         (spam-bsfilter-header, spam-bsfilter-probability-header)
14952         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14953         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14954         (spam-bsfilter-database-directory): New options.
14955         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14956         (spam-list-of-statistical-checks, spam-registration-functions):
14957         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14958         (spam-bsfilter-score): New command.
14959         (spam-check-bsfilter-headers, spam-check-bsfilter)
14960         (spam-bsfilter-register-with-bsfilter)
14961         (spam-bsfilter-register-spam-routine)
14962         (spam-bsfilter-unregister-spam-routine)
14963         (spam-bsfilter-register-ham-routine)
14964         (spam-bsfilter-unregister-ham-routine): New functions.
14965         (spam-generic-score): Support bsfilter; Accept an optional argument
14966         to recalcurate spam score even if scoring header has already been
14967         added.
14968         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14969         optional argument to recalcurate spam score even if scoring header
14970         has already been added.
14971
14972 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14973
14974         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14975         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14976         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14977         link is missing.
14978
14979 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14980
14981         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14982         (html2text-get-attr): Rewrite.
14983
14984         * message.el (message-setup-1): Remove redundant put-text-property
14985         on mail-header-separator.
14986
14987 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14988
14989         * gnus-registry.el (gnus-registry-cache-whitespace)
14990         (gnus-registry-action, gnus-registry-spool-action)
14991         (gnus-registry-split-fancy-with-parent): Change message levels
14992         from 5 to 3 or 7, as needed.
14993
14994         * spam.el (spam-summary-prepare-exit)
14995         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14996         (spam-split, spam-find-spam, spam-log-undo-registration)
14997         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14998         level from 5 to 6.
14999
15000 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15001
15002         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15003         2004-03-04 change).
15004
15005 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15006
15007         * sieve-manage.el (sieve-manage-open):
15008         * nnweb.el (nnweb-insert-html):
15009         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15010         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15011         * nnspool.el (nnspool-request-group):
15012         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15013         * nnml.el (nnml-request-update-info):
15014         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15015         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15016         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15017         (nnimap-request-set-mark):
15018         * nnfolder.el (nnfolder-request-update-info):
15019         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15020         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15021         * gnus-uu.el (gnus-uu-find-articles-matching):
15022         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15023         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15024         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15025         * gnus-nocem.el (gnus-nocem-scan-groups):
15026         * gnus-int.el (gnus-start-news-server):
15027         * gnus-group.el (gnus-group-make-kiboze-group)
15028         (gnus-group-browse-foreign-server):
15029         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15030         Use mapc when appropriate.
15031
15032 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15033
15034         FIXME: Make separate entries for each person.
15035
15036         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15037         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15038         <shields@msrl.com>:
15039
15040         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15041         may need for spam sorting and scoring.
15042         (spam-user-format-function-S): Add user format function suitable for
15043         general use.
15044         (spam-article-sort-by-spam-status): Add sorting function for summary
15045         sorting.
15046         (spam-extra-header-to-number): Add function to get a score from a
15047         header.
15048         (spam-summary-score): Add function to get a numeric score from the
15049         headers.
15050         (spam-generic-score): Fix function doc, was in wrong place.
15051         (spam-initialize): Take symbols when it's run, and install the
15052         extra headers that spam-necessary-extra-headers thinks we need.
15053
15054 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15055
15056         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15057         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15058
15059 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15060
15061         * gnus-sum.el (gnus-set-global-variables)
15062         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15063         (gnus-article-get-xrefs, gnus-summary-best-group)
15064         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15065         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15066         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15067         Use with-current-buffer.
15068
15069 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15070
15071         * spam.el (spam-summary-prepare-exit): Simplify logic.
15072         (spam-fetch-article-header): Read the article header if it's not
15073         available.
15074         (spam-list-articles): Simplify logic.
15075         (spam-filelist-register-routine): Fix bug with unregister-list.
15076
15077         * gnus-registry.el: Fix comments at beginning.
15078
15079 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15080
15081         * message.el (message-cater-to-broken-inn): Remove.
15082         (message-shorten-references): Make sure the total folded length of
15083         References is shorter than 998 characters to cater to a bug in INN
15084         2.3.  Also, don't pretend that references aren't folded -- this
15085         hasn't worked for a while.
15086
15087 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15088
15089         * gnus-agent.el (gnus-agentize):
15090         gnus-agent-send-mail-real-function no longer set to current value
15091         of message-send-mail-function but rather a lambda that calls
15092         message-send-mail-function.  The change makes the agent real-time
15093         responsive to user changes to message-send-mail-function.
15094
15095 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15096
15097         * legacy-gnus-agent.el
15098         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15099         help from Florian Weimer <fw@deneb.enyo.de>
15100
15101 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15102
15103         * nnmail.el (nnmail-cache-insert): Revert last change.
15104
15105 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15106
15107         * nnmail.el (nnmail-cache-insert): Always check whether
15108         nnmail-cache-ignore-groups matches a group name.
15109
15110 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15111
15112         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15113         (spam-find-spam, spam-log-processing-to-registry)
15114         (spam-log-registered-p, spam-log-unregistration-needed-p)
15115         (spam-log-undo-registration): Use gnus-message instead of
15116         gnus-error, none of these errors are fatal.
15117
15118         * gnus-registry.el (gnus-registry-clean-empty-function)
15119         (gnus-registry-clean-empty): Remove only empty entries without
15120         extra data.
15121
15122 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15123
15124         * spam-stat.el (spam-stat-buffer-change-to-spam)
15125         (spam-stat-buffer-change-to-non-spam): Change (error) to
15126         (gnus-message 8) invocation.
15127
15128 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15129
15130         * nntp.el (nntp-via-netcat-command): New variable.
15131         (nntp-via-netcat-switches): New variable.
15132         (nntp-open-via-rlogin-and-netcat): New function.
15133         (nntp-open-connection-function): Doc fix.
15134         (nntp-telnet-command): Doc fix.
15135         (nntp-end-of-line): Doc fix.
15136         (nntp-via-rlogin-command): Doc fix.
15137         (nntp-via-user-name): Doc fix.
15138         (nntp-via-address): Doc fix.
15139
15140 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15141
15142         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15143         error in Emacs 21.1.
15144
15145 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15146
15147         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15148
15149 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15150
15151         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15152         (gnus-agent-with-refreshed-group): New macro.
15153         (gnus-agent-rename-group): New function.
15154         (gnus-agent-delete-group): New function.
15155         (gnus-agent-save-group-info): Use gnus-command-method when
15156         `method' parameter is nil.  Don't write nil entries into the
15157         active file.
15158         (gnus-agent-get-group-info): New function.
15159         (gnus-agent-fetch-articles): Use
15160         gnus-agent-update-files-total-fetched-for to increment disk space
15161         used.
15162         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15163         gnus-agent-update-view-total-fetched-for to increment disk space
15164         used.
15165         (gnus-agent-get-local): Added optional parameters to avoid calling
15166         gnus-group-real-name and gnus-find-method-for-group.
15167         (gnus-agent-set-local): Delete stored entry if either min, or max,
15168         are nil.
15169         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15170         quit, use gnus-agent-regenerate-group to record existance of any
15171         articles fetched to disk before the quit occurred.
15172         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15173         gnus-agent-update-view-total-fetched-for, and
15174         gnus-agent-update-files-total-fetched-for to decrement disk space
15175         used.
15176         (gnus-agent-retrieve-headers): Use
15177         gnus-agent-update-view-total-fetched-for to increment disk space
15178         used.
15179         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15180         with gnus-agent-update-files-total-fetched-for to decrement disk
15181         space and fresh group buffer.
15182         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15183         (gnus-agent-need-update-total-fetched-for): New variable.
15184         (gnus-agent-update-files-total-fetched-for): New function.
15185         (gnus-agent-update-view-total-fetched-for): New function.
15186         (gnus-agent-total-fetched-for): New function.
15187
15188         * gnus-cache.el (gnus-cache-save-buffers): Use
15189         gnus-cache-update-overview-total-fetched-for to change disk space
15190         used by this group.
15191         (gnus-cache-possibly-enter-article): Use
15192         gnus-cache-update-file-total-fetched-for to increment disk space
15193         used by this group.
15194         (gnus-cache-possibly-remove-article): Use
15195         gnus-cache-update-file-total-fetched-for to decrement disk space
15196         used by this group.
15197         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15198         (gnus-cache-rename-group): New function.
15199         (gnus-cache-delete-group): New function.
15200         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15201         (gnus-cache-need-update-total-fetched-for): New variable.
15202         (gnus-cache-with-refreshed-group): New macro.
15203         (gnus-cache-update-file-total-fetched-for): New function.
15204         (gnus-cache-update-overview-total-fetched-for): New function.
15205         (gnus-cache-rename-group-total-fetched-for): New function.
15206         (gnus-cache-delete-group-total-fetched-for): New function.
15207         (gnus-cache-total-fetched-for): New function.
15208
15209         * gnus-group.el: Require gnus-sum and autoload functions to
15210         resolve warnings when gnus-group.el compiled alone.
15211         (gnus-group-line-format): Documented new %F.
15212         (size of Fetched data) group line format; identifies disk space
15213         used by agent and cache.
15214         (gnus-group-line-format-alist): Defined new F format.
15215         (gnus-total-fetched-for): New function.
15216         (gnus-group-delete-group): No longer update
15217         gnus-cache-active-altered as gnus-request-delete-group now keeps
15218         the cache in sync.
15219         (gnus-group-list-active): Let the agent store a server's active
15220         list if currently plugged.
15221
15222         * gnus-int.el (gnus-request-delete-group):
15223         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15224         local disk in sync with the server.
15225         (gnus-request-rename-group):
15226         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15227         local disk in sync with the server.
15228
15229         * gnus-start.el (gnus-get-unread-articles):
15230         Cosmetic simplification to logic.
15231
15232         * gnus-util.el (gnus-rename-file): New function.
15233
15234 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15235
15236         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15237
15238 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15239
15240         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15241         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15242
15243 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15244
15245         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15246         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15247
15248 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15249
15250         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15251
15252 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15253
15254         * spam.el (spam-set-difference): Add function to replace
15255         gnus-set-difference in spam.el.
15256         (spam-summary-prepare-exit): Use spam-set-difference.
15257
15258 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15259
15260         * gnus-registry.el (gnus-registry-cache-file): Update to use
15261         gnus-dribble-directory OR gnus-home-directory OR ~.
15262         (gnus-registry-split-fancy-with-parent): Fix doc.
15263
15264 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15265
15266         * message.el (message-exchange-point-and-mark): Use
15267         message-mark-active-p.  Suggested by Jesper Harder
15268         <harder@ifa.au.dk>.
15269
15270 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15271
15272         * message.el (message-exchange-point-and-mark): Don't activate
15273         region if it was inactive.  Suggested by Hiroshi Fujishima
15274         <pooh@nature.tsukuba.ac.jp>.
15275
15276 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15277
15278         * gnus-art.el (article-display-face): Display Faces in the same
15279         order as X-Faces.
15280
15281 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15282
15283         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15284
15285 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15286
15287         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15288         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15289         (gnus-article-mime-hierarchy): Remove.
15290         (gnus-article-mime-hierarchy-next): Remove.
15291         (gnus-article-mode): Revert 2004-03-19 change.
15292         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15293         (gnus-insert-mime-button): Revert 2004-03-19 change.
15294         (gnus-mime-accumulate-hierarchy): Remove.
15295         (gnus-mime-enter-multipart): Remove.
15296         (gnus-mime-leave-multipart): Remove.
15297         (gnus-mime-display-part): Revert 2004-03-19 change.
15298         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15299
15300         * mml.el (mml-preview): Revert 2004-03-19 change.
15301
15302 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15303
15304         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15305
15306 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15307
15308         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15309         t while entering a file name using the mm-with-multibyte macro.
15310         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15311
15312         * mm-util.el (mm-with-multibyte): New macro.
15313
15314 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15315
15316         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15317         user option.
15318         (gnus-mime-multipart-functions): Doc and customization fix.
15319         (gnus-article-mime-hierarchy): New variable.
15320         (gnus-article-mime-hierarchy-next): New variable.
15321         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15322         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15323         gnus-article-mime-hierarchy-next to nil.
15324         (gnus-insert-mime-button): Show hierarchy numbers.
15325         (gnus-mime-accumulate-hierarchy): New function.
15326         (gnus-mime-enter-multipart): New function.
15327         (gnus-mime-leave-multipart): New function.
15328         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15329         (gnus-mime-display-alternative): Show hierarchy numbers.
15330
15331         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15332         gnus-article-mime-hierarchy-next to nil.
15333
15334 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15335
15336         * dns.el: Don't require gnus-xmas.
15337
15338 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15339
15340         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15341         inline PGP.
15342         (mml-menu): Disable mml-quote-region if mark is inactive.
15343
15344 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15345
15346         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15347         when the group's active is not available.
15348
15349 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15350
15351         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15352         error.
15353
15354 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15355
15356         * imap.el (imap-store-password): New variable.
15357         (imap-interactive-login): Use it.
15358         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15359
15360 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15361
15362         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15363         window-start and hscroll to summary window.
15364
15365 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15366
15367         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15368         conversion message to newsrc-dribble when an actual conversion is
15369         performed.
15370
15371 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15372
15373         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15374
15375 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15376
15377         * mm-decode.el (mm-complicated-handles): New function reviving
15378         former definition of mm-multiple-handles.
15379
15380         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15381         (gnus-mime-delete-part): Use it.
15382
15383 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15384
15385         * gnus-agent.el (gnus-agent-read-local): Bind
15386         nnheader-file-coding-system to gnus-agent-file-coding-system to
15387         avoid the implicit assumption that they will always be equal.
15388         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15389         coding-system-for-write, as the with-temp-file macro first prints
15390         to a buffer then saves the buffer.
15391
15392 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15393
15394         * gnus-art.el (gnus-article-edit-part): New function.
15395         (gnus-mime-save-part-and-strip): Use it; do query instead of
15396         signaling an error; don't use mm-multiple-handles.
15397         (gnus-mime-delete-part): Ditto.
15398
15399 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15400
15401         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15402         old file versions.
15403         (gnus-group-prepare-hook): Removed function that converted list
15404         form of gnus-agent-expire-days to group properties.
15405
15406         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15407         (gnus-request-accept-article): Re-indented.
15408
15409         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15410         converters to handle old agent file formats.  Added logic for a
15411         "backup before upgrading warning".
15412         (gnus-convert-mark-converter-prompt): Developers can mark
15413         functions as needing (default), or not needing,
15414         gnus-convert-old-newsrc's "backup before upgrading warning".
15415         (gnus-convert-converter-needs-prompt): Tests whether the user
15416         should be protected from potentially irreversable changes by the
15417         function.
15418
15419         * legacy-gnus-agent.el: New.  Provides converters that are only
15420         loaded when gnus-convert-old-newsrc needs to call them.
15421
15422 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15423
15424         * mail-source.el (mail-source-touch-pop): Doc fix.
15425
15426         * message.el (message-smtpmail-send-it): Doc fix.
15427
15428 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15429
15430         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15431
15432         * nnmail.el (nnmail-split-fancy): do.
15433
15434         * gnus-kill.el (gnus-kill, gnus-execute): do.
15435
15436 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15437
15438         * gnus-sum.el (gnus-widget-reversible-match)
15439         (gnus-widget-reversible-to-internal)
15440         (gnus-widget-reversible-to-external): New functions.
15441         (gnus-widget-reversible): New widget.
15442         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15443
15444 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15445
15446         * gnus-sum.el (gnus-thread-sort-functions)
15447         (gnus-article-sort-functions): Document `(not F)' items.
15448
15449 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15450
15451         * spam.el (spam-use-gmane-xref): Add new backend.
15452         (spam-gmane-xref-spam-group): Add variable to control the name of the
15453         Gmane spam group.
15454         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15455         (spam-regex-headers-spam, spam-regex-headers-ham)
15456         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15457         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15458         backends and checks.
15459         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15460
15461         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15462         an autodetect method.
15463
15464 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15465
15466         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15467         articles are being added to a group.
15468         (gnus-request-replace-article): Inform the agent that articles
15469         need to be uncached as the cached contents are no longer valid.
15470
15471 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15472
15473         * binhex.el: Don't autoload executable-find.
15474
15475         * canlock.el: Don't autoload mail-fetch-field.
15476
15477         * dgnushack.el: Autoload c-mode for XEmacs.
15478
15479         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15480
15481         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15482         rmail-dont-reply-to and rmail-output.
15483
15484         * gnus-score.el: Don't autoload ffap-string-at-point.
15485
15486         * gnus-setup.el: Don't autoload sc-cite-original.
15487
15488         * imap.el: Don't autoload base64-decode-string,
15489         base64-encode-string and md5.
15490
15491         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15492         and rmail-msg-restore-non-pruned-header.
15493
15494         * mm-decode.el: Don't autoload executable-find.
15495
15496         * mm-url.el: Don't autoload executable-find.
15497
15498         * mm-view.el: Don't autoload diff-mode.
15499
15500         * nndb.el: Don't autoload news-reply-mode, news-setup,
15501         cancel-timer and telnet.
15502
15503         * password.el: Don't autoload run-at-time for Emacs.
15504
15505         * sha1-el.el: Don't autoload executable-find.
15506
15507         * sieve-mode.el: Don't autoload c-mode.
15508
15509         * uudecode.el: Don't autoload executable-find.
15510
15511 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15512
15513         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15514         (gnus-agent-possibly-alter-active): Avoid null in numeric
15515         comparison.
15516         (gnus-agent-set-local): Refuse to save null in local object table.
15517         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15518         list of articles that will be marked as unread.
15519
15520 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15521
15522         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15523
15524 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15525
15526         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15527         language tags.
15528
15529 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15530
15531         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15532         Don't bind "obarray".
15533
15534         * gnus-sum.el (gnus-thread-sort-functions): Added
15535         `gnus-thread-sort-by-most-recent-number' and
15536         `gnus-thread-sort-by-most-recent-date'.
15537         Reported by Kai Grossjohann <kai@emptydomain.de>.
15538
15539 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15540
15541         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15542
15543 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15544
15545         * gnus-cus.el (gnus-agent-customize-category): Removed
15546         ignore-errors macro reference that required cl to be loaded at
15547         run-time.
15548
15549         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15550         single-interval range of the form (min . max).  Previously the
15551         range had to look like ((min . max)).  Likewise, return
15552         (min . max) rather than ((min . max)).
15553         (gnus-range-map): Use gnus-range-normalize to accept
15554         single-interval range.
15555
15556         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15557         the cache, but not the agent, now appear with their usual face.
15558
15559         * dgnushack.el (loaddir): New variable that is bound to the
15560         directory containing the dgnushack.el file. Use loaddir, rather
15561         than srcdir, to update load-path. Change lets dgnushack compile
15562         code in directories other than GNUS/lisp.
15563
15564 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15565
15566         * lpath.el: Don't bind w3m-safe-url-regexp.
15567
15568         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15569         w3m-safe-url-regexp variable buffer-local.
15570
15571         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15572
15573 2004-02-27  Simon Josefsson  <jas@extundo.com>
15574
15575         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15576         gnus-group-real-prefix.
15577         (gnus-summary-move-article): Use it, instead of
15578         gnus-group-real-prefix.
15579
15580 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15581
15582         * lpath.el: Bind w3m-safe-url-regexp.
15583
15584         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15585         w3m-safe-url-regexp variable buffer-local and set it as the value
15586         of mm-w3m-safe-url-regexp.
15587
15588         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15589
15590         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15591         parsing gnus-posting-styles when the message is not for replying.
15592
15593         * dgnushack.el: Autoload sgml-mode for XEmacs.
15594
15595         * nnrss.el (nnrss-opml-export): Use
15596         mm-set-buffer-file-coding-system instead of
15597         set-buffer-file-coding-system.
15598
15599 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15600
15601         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15602         of checkdoc.el).
15603         * nnrss.el: do.
15604         * gnus-mlspl.el: do.
15605         * gnus-ml.el: do.
15606         * gnus-srvr.el: do.
15607
15608         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15609
15610 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15611
15612         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15613         Corrections to custom-manual links.
15614
15615         * gnus-art.el (gnus-article): Ditto.
15616
15617         * mm-decode.el (mime-display, mime-security): Ditto.
15618
15619 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15620
15621         * flow-fill.el: Typo.
15622
15623 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15624
15625         * spam-wash.el: New file.
15626
15627 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15628
15629         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15630
15631 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15632
15633         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15634         to be run with new-articles as LIST1, not LIST2.
15635         (spam-registration-functions): Add spam-use-ham-copy as a nil
15636         registration backend.
15637
15638 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15639
15640         * spam-stat.el (spam-stat-washing-hook): New option.
15641         (spam-stat-buffer-words): Use it.
15642         (spam-stat-process-directory, spam-stat-test-directory): Use
15643         insert-file-contents-literally.
15644         (spam-stat-coding-system): New variable.
15645         (spam-stat-load, spam-stat-save): Use it.
15646
15647 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15648
15649         * spam-report.el (spam-report-plug-agent): Quote
15650         spam-report-url-to-file and spam-report-url-ping-plain.
15651
15652 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15653
15654         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15655         / in mailto URLs.
15656
15657 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15658
15659         * spam-report.el (spam-report-process-queue): Fix interactive use.
15660         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15661         (spam-report-unplug-agent): Doc fixes.
15662         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15663         (spam-report-agentize, spam-report-deagentize): Autoload.
15664
15665 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15666
15667         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15668
15669         * message.el (message-setup-fill-variables): Add mml tags to
15670         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15671         <ajk@iu.edu>.
15672         (message-mode): Don't modify paragraph-separate there.
15673
15674 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15675
15676         * compface.el (uncompface-use-external): Default to undecided.
15677         (uncompface-use-external-threshold): New variable.
15678         (uncompface-float-time): New macro.
15679         (uncompface): Determine whether to use the external decoder if
15680         uncompface-use-external is undecided.
15681
15682 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15683
15684         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15685         after images.
15686
15687         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15688
15689 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15690
15691         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15692
15693         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15694
15695         * gnus-sum.el (gnus-summary-limit-to-age)
15696         (gnus-summary-limit-children): do.
15697
15698         * gnus-int.el (gnus-request-scan): do.
15699
15700         * gnus-group.el (gnus-group-suspend): do.
15701
15702         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15703
15704         * gnus-cite.el (gnus-cite-parse-attributions): do.
15705
15706         * gnus-agent.el (gnus-summary-set-agent-mark)
15707         (gnus-agent-regenerate-group): do.
15708
15709         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15710
15711         * binhex.el (binhex-decode-region-internal): do.
15712
15713 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15714
15715         * gnus-fun.el (gnus-face-properties-alist): New user option.
15716         (gnus-display-x-face-in-from): Use it.
15717
15718         * gnus-art.el (article-display-face): Ditto.
15719
15720         * compface.el (uncompface-use-external): Default to nil.
15721
15722 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15723
15724         * nntp.el (nntp-erase-buffer): New function.
15725         (nntp-retrieve-data, nntp-send-command)
15726         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15727         (nntp-possibly-change-group): Use it.
15728
15729         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15730         with-current-buffer.
15731
15732 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15733
15734         * compface.el: Merge the ELisp-based uncompface program.
15735         (compface): New customization group.
15736         (uncompface-use-external): New user option.
15737         (uncompface): Call uncompface-internal if uncompface-use-external
15738         is nil.
15739         (uncompface-internal): New function.  Note that there are also
15740         some other functions and variables added for this function.
15741
15742 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15743
15744         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15745         if necessary.
15746
15747 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15748
15749         * spam-report.el (spam-report-unplug-agent)
15750         (spam-report-plug-agent, spam-report-deagentize)
15751         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15752         Add support for the Agent in spam-report: when unplugged, report to a
15753         file; when plugged, submit all the requests.
15754
15755         * spam.el (spam-register-routine): Fix message about
15756         registration.
15757
15758 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15759
15760         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15761         dependencies.
15762         (rfc2047-encode): Use it.
15763
15764         * gnus-art.el (gnus-button-marker-list): Move before first
15765         reference.
15766
15767         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15768         (imap-parse-body): Fix format string mismatch.
15769
15770         * gnus-score.el (gnus-summary-increase-score): do.
15771
15772         * nnrss.el (nnrss-close): New function.
15773
15774 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15775
15776         * nnrss.el (nnrss-make-filename): New function.
15777         (nnrss-request-delete-group, nnrss-read-server-data)
15778         (nnrss-save-server-data, nnrss-read-group-data)
15779         (nnrss-save-group-data): Use it.
15780         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15781         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15782         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15783
15784 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15785
15786         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15787
15788 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15789
15790         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15791         files.
15792
15793         * message.el (message-generate-headers-first): Don't quote nil
15794         and t in docstrings.
15795
15796         * imap.el (imap-id): do.
15797
15798         * gnus-agent.el (gnus-agent-consider-all-articles)
15799         (gnus-agent-queue-mail): do.
15800
15801 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15802
15803         * spam-report.el (spam-report-process-queue): New function.
15804         Process requests from `spam-report-requests-file'.
15805         (spam-report-process-queue): Doc fix.
15806
15807 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15808
15809         * spam.el (spam-register-routine)
15810         (spam-log-processing-to-registry, spam-log-registered-p)
15811         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15812         Change "check" to "spam-check" for semi-clarity.
15813
15814 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15815
15816         * pop3.el: Require nnheader.
15817
15818         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15819
15820         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15821
15822         * gnus-picon.el: Require cl.
15823
15824         * gnus-fun.el: Require gnus-ems and gnus-util.
15825
15826         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15827
15828         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15829
15830         * gnus-art.el (gnus-article-edit-mode): Define before first
15831         reference.
15832
15833 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15834
15835         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15836         (gnus-uu-post-encoded): Use point-at-bol.
15837
15838         * gnus-topic.el (gnus-group-active-topic-p): do.
15839
15840         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15841
15842         * gnus-group.el (gnus-group-kill-region): do.
15843
15844         * gnus-art.el (article-date-ut): do.
15845
15846         * message.el (message-fetch-field): Remove redundant
15847         case-fold-search binding.
15848         (message-narrow-to-field): Simplify.
15849
15850 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15851
15852         * spam.el (spam-directory): Derive from `gnus-directory'.
15853
15854         * spam-report.el (spam-report-url-to-file)
15855         (spam-report-requests-file): New function and variable for offline
15856         reporting.
15857         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15858         and user defined function.
15859         (spam-report-url-ping-mm-url): Remove doubled slash.
15860
15861 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15862
15863         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15864
15865 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15866
15867         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15868         format string mismatch.
15869
15870         * sieve.el (sieve-deactivate-all): do.
15871
15872         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15873
15874         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15875
15876         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15877
15878         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15879
15880 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15881
15882         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15883         the list of checks.
15884
15885 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15886
15887         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15888         padding.
15889
15890 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15891
15892         * mm-view.el (mm-fill-flowed): New variable.
15893         (mm-inline-text): Use it.
15894
15895 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15896
15897         * spam.el (spam-spamassassin-register-ham-routine)
15898         (spam-spamassassin-register-spam-routine): Fix function names.
15899
15900 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15901
15902         * gnus.el (gnus-tmp-grouplens): Remove.
15903         (gnus-summary-line-format): Remove grouplens.
15904
15905         * gnus-group.el (gnus-group-line-format): Ditto.
15906
15907         * gnus-spec.el (gnus-format-specs): Ditto.
15908         (gnus-update-format-specifications): Flush the group format spec
15909         cache if there's the grouplens stuff.
15910         (gnus-parse-simple-format): Replace %l with the empty string.
15911
15912 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15913
15914         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15915         omission.
15916
15917 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15918
15919         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15920         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15921
15922 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15923
15924         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15925         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15926         New macros and functions.
15927         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15928         Handle > NLINK_MAX messages.
15929         * nnmaildir.el (nnmaildir-request-set-mark): Use
15930         nnmaildir--emlink-p and nnmaildir--eexist-p.
15931
15932 2004-01-25  Alex Schroeder  <alex@gnu.org>
15933
15934         * spam-stat.el (spam-stat-process-directory-age): New option.
15935         (spam-stat-process-directory): Use it.
15936
15937 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15938
15939         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15940         (spam-stat-save): Accept prefix argument.
15941
15942 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15943
15944         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15945         links" error.
15946
15947 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15948
15949         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15950         the rest of the and/or forms.
15951
15952 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15953
15954         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15955         compatibility with old .newsrc.eld files.
15956
15957         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15958
15959         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15960
15961         * gnus-start.el (gnus-1): do.
15962
15963         * gnus-group.el (gnus-group-line-format-alist): do.
15964
15965         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15966
15967         * gnus-gl.el: Remove.
15968
15969 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15970
15971         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15972         marks consisting of a single range {for example, (3 . 5)} rather
15973         than a list of a single range { ((3 . 5)) }.
15974
15975 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15976
15977         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15978         with-current-buffer.
15979         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15980         avoid consing a string.
15981
15982         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15983         Remove obsolete entries for big5 and gb2312.
15984
15985 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15986
15987         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15988         uncompressed list.
15989
15990 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15991
15992         * spam-stat.el (spam-stat-strip-xref): New function.
15993         (spam-stat-process-directory): Use it.
15994
15995         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15996         here -- it's done in message-fetch-field.
15997
15998 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15999
16000         * gnus-agent.el (gnus-agent-queue-mail)
16001         (gnus-agent-prompt-send-queue): New variables.
16002         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16003         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16004         "nndraft:queue" along to gnus-draft-send.  Use
16005         gnus-agent-prompt-send-queue.
16006         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16007         is "nndraft:queue".  Suggested by Gaute Strokkenes
16008         <gs234@srcf.ucam.org>
16009
16010         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16011         (agent-enable-undownloaded-faces): Added.
16012         (gnus-agent-cat-groups): Use eval-and-compile, not
16013         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16014         method of gnus-agent-cat-groups even when the buffer has been
16015         evaled.
16016         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16017         delete gnus-agent-save-active-1.
16018         (gnus-agent-save-groups): Deleted.  Identical to
16019         gnus-agent-save-active.
16020         (gnus-agent-write-active): No longer adjust agent's copy of active
16021         file as agent's adjustments are now stored in their own
16022         file.  Removed optional parameter.
16023         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16024         servers.  Add use of min/max range limits from server's local
16025         file.
16026         (gnus-agent-save-alist): Removed unused optional argument.
16027         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16028         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16029         (gnus-agent-set-local): A per-server file that keeps min/max range
16030         limits for articles known to the agent.  Provides a fast mechanism
16031         for altering many active ranges.
16032         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16033         active file (local makes it unnecessary).
16034         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16035
16036         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16037         (agent-enable-undownloaded-faces): Added.
16038
16039         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16040         disable it when sending to "nndraft:queue".
16041         (gnus-group-send-queue): Add safety check to avoid sending queue
16042         when unplugged.
16043
16044         * gnus-group.el (gnus-group-catchup): Use new
16045         gnus-sequence-of-unread-articles, not
16046         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16047         numbers of articles.  Use gnus-range-map to avoid having to
16048         uncompress the unread list.
16049         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16050         Fixed invalid ange-ftp reference.
16051
16052         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16053         (gnus-sorted-range-intersection): Intersection of two ranges
16054         without requiring that they first be uncompressed.
16055
16056         * gnus-start.el (gnus-activate-group): Unless blocked by the
16057         caller, possibly expand the active range to include both cached
16058         and agentized articles.
16059         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16060         multiple version-dependent converters.
16061         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16062         gnus-agent-save-active.
16063         (gnus-save-newsrc-file): Save dirty agent range limits.
16064
16065         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16066         gnus-agent-possibly-alter-active.
16067         (gnus-adjust-marked-articles): Faster handling of simple lists.
16068
16069 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16070
16071         * spam-stat.el (spam-stat-test-directory): New optional argument
16072         displays a list of files detected.  Suggested by Andrew Cohen
16073         <cohen@andy.bu.edu>.
16074         (spam-stat-buffer-words-with-scores): Don't narrow and change
16075         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16076
16077 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16078
16079         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16080         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16081         (spam-spamassassin-arguments)
16082         (spam-spamassassin-spam-flag-header)
16083         (spam-spamassassin-positive-spam-flag-header)
16084         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16085         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16086         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16087         (spam-list-of-processors, spam-list-of-checks)
16088         (spam-list-of-statistical-checks, spam-registration-functions)
16089         (spam-check-spamassassin-headers, spam-check-spamassassin)
16090         (spam-spamassassin-score)
16091         (spam-spamassassin-register-with-sa-learn)
16092         (spam-spamassassin-register-spam-routine)
16093         (spam-spamassassin-register-ham-routine)
16094         (spam-assassin-register-spam-routine)
16095         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16096         (spam-bogofilter-score): Fix to show article before scoring.
16097
16098 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16099
16100         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16101         default scoring function.
16102         (spam-generic-score): Call spam-spamassassin-score if
16103         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16104         spam-bogofilter-score otherwise.
16105
16106         * gnus.el (spam-process, spam-autodetect-methods): Add
16107         spamassassin and spamassassin-headers.
16108
16109 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16110
16111         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16112         Suppress unnecessary messages.
16113
16114 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16115
16116         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16117         make-hash-table.
16118
16119 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16120
16121         * canlock.el (base64-encode-string): Don't autoload it.
16122
16123 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16124
16125         * run-at-time.el: Remove useless (require 'itimer),
16126         eval-and-compile and (featurep 'xemacs).
16127
16128 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16129
16130         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16131         GROUP is a virtual group.
16132
16133 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16134
16135         * gnus.el: Autoload `message-y-or-n-p'.
16136
16137 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16138
16139         * pgg-parse.el: Remove unnecessary (require 'custom).
16140
16141         * pgg-def.el: do.
16142
16143         * nnmail.el: do.
16144
16145         * gnus-undo.el: do.
16146
16147         * gnus-picon.el: do.
16148
16149         * gnus-util.el: do.
16150
16151 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16152
16153         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16154
16155 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16156
16157         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16158         handle, as well as a list.
16159
16160         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16161         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16162         (mm-w3m-cid-retrieve): Simplify.
16163
16164 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16165
16166         * message.el (message-kill-to-signature): Allow prefix arg to
16167         specify number of lines to keep before signature.
16168
16169 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16170
16171         * message.el (message-kill-to-signature): Change docstring.
16172
16173 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16174
16175         * canlock.el: Always require sha1-el.
16176         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16177
16178         * message.el: Autoload sha1 only when compiling.
16179
16180         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16181         eudc-expand-inline for XEmacs.
16182
16183 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16184
16185         * message.el (message-canlock-generate): Require sha1-el.
16186
16187 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16188
16189         * message.el (message-expand-name): Silence the byte compiler.
16190
16191         * lpath.el: Add detect-coding-system.
16192
16193         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16194         cus-edit.
16195
16196 2004-01-13  Simon Josefsson  <jas@extundo.com>
16197
16198         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16199         Invoke gnus-score-mode.  Reported by
16200         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16201
16202         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16203         Jim Blandy <jimb@redhat.com> (tiny change).
16204
16205 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16206
16207         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16208
16209 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16210
16211         * spam.el (spam-get-article-as-string): Update to use
16212         gnus-request-article-this-buffer, much simpler.
16213         (spam-get-article-as-buffer): Remove.
16214
16215 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16216
16217         * message.el (message-expand-name): Use EUDC if the user uses that.
16218
16219 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16220
16221         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16222         character for the encoding to avoid consing a string.
16223
16224         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16225         unnecessarily.
16226
16227         * mm-util.el (mm-replace-chars-in-string): Remove.
16228
16229         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16230         of mm-replace-chars-in-string.
16231
16232 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16233
16234         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16235
16236         * mm-util.el (mm-subst-char-in-string): Support inplace.
16237
16238         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16239         a new string in every iteration.  Use shy groups.
16240
16241 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16242
16243         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16244         * gnus-soup.el (gnus-soup-group-brew):
16245         * gnus-msg.el (gnus-put-message):
16246         * gnus-move.el (gnus-group-move-group-to-server):
16247         * gnus-kill.el (gnus-batch-score):
16248         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16249         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16250         (gnus-group-update-group, gnus-group-read-group)
16251         (gnus-group-make-group, gnus-group-make-help-group)
16252         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16253         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16254         (gnus-group-sort-by-unread, gnus-group-catchup)
16255         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16256         (gnus-group-yank-group, gnus-group-set-info)
16257         (gnus-group-list-groups):
16258         * gnus.el (gnus-generate-new-group-name):
16259         * gnus-delay.el (gnus-delay-send-queue):
16260         * nnvirtual.el (nnvirtual-catchup-group):
16261         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16262         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16263         (gnus-group-prepare-topics, gnus-topic-check-topology):
16264         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16265         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16266         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16267         (gnus-group-make-articles-read):
16268         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16269         (gnus-group-change-level, gnus-kill-newsgroup)
16270         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16271         (gnus-get-unread-articles, gnus-make-articles-unread)
16272         (gnus-make-ascending-articles-unread): Use accessor
16273         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16274         to get group information for improved readability.
16275
16276
16277 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16278
16279         * gnus-art.el (article-decode-mime-words, article-babel)
16280         (gnus-article-highlight-signature, gnus-article-add-buttons)
16281         (gnus-signature-toggle): Use gnus-with-article-buffer.
16282
16283         * gnus-art.el (gnus-article-highlight-headers)
16284         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16285
16286         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16287         (gnus-article-set-globals, gnus-request-article-this-buffer)
16288         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16289         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16290         (gnus-mime-display-alternative): Use with-current-buffer.
16291
16292 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16293
16294         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16295         also under 80 char limit, and call gnus-error if needed.
16296         (spam-fetch-article-header): Fix - it was a
16297         buffer-local variable (gnus-newsgroup-data).
16298         (spam-find-spam): Use spam-generate-fake-headers, forget about
16299         spam-insert-fake-headers.
16300         (spam-insert-fake-headers): Remove.
16301
16302 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16303
16304         * deuglify.el (gnus-article-outlook-unwrap-lines)
16305         (gnus-outlook-rearrange-article)
16306         (gnus-outlook-repair-attribution-outlook)
16307         (gnus-outlook-repair-attribution-block)
16308         (gnus-outlook-repair-attribution-other): Remove redundant
16309         save-excursion.
16310
16311 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16312
16313         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16314         (spam-fetch-field-subject-fast)
16315         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16316         (spam-fetch-article-header): Add functions to deal with Gnus
16317         internals for fast retrieval of article header data.
16318         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16319
16320 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16321
16322         * pop3.el (pop3-md5): Remove.
16323         (pop3-apop): Replace pop3-md5 with md5.
16324
16325         * mm-bodies.el: base64 is always built-in.
16326
16327         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16328         with-current-buffer.
16329
16330 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16331
16332         * canlock.el (canlock-insert-header): Remove excessive grouping in
16333         regexp.
16334
16335         * gnus-sum.el (gnus-summary-read-document): Ditto.
16336
16337         * gnus-uu.el (gnus-uu-part-number): Ditto.
16338
16339         * html2text.el (html2text-remove-tags): Ditto.
16340         (html2text-format-tags): Ditto.
16341         (html2text-format-single-elements): Ditto.
16342
16343         * mml.el (mml-parse-1): Ditto.
16344
16345 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16346
16347         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16348
16349         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16350
16351         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16352
16353         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16354
16355 2003-11-15  Simon Josefsson  <jas@extundo.com>
16356
16357         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16358         (pgg-gpg-lookup-key): Use regexp match instead of
16359         split-string (split-string is different between emacs 21.2 and
16360         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16361
16362 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16363
16364         * gnus-art.el (gnus-mime-view-all-parts)
16365         (gnus-article-part-wrapper, gnus-article-view-part): Use
16366         with-current-buffer.
16367
16368 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16369
16370         * spam.el (spam-disable-spam-split-during-ham-respool)
16371         (spam-spamoracle-database, spam-cache-lookups)
16372         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16373         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16374         (spam-group-ham-marks, spam-group-spam-marks)
16375         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16376         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16377         also add spam-use-blackholes to the statistical checks.
16378         (spam-fetch-field-fast): Add interface to fetching fields, may
16379         become a macro.
16380         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16381         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16382         (spam-insert-fake-headers): Fake an article when needed.
16383         (spam-find-spam): Fake article when possible.
16384         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16385         (spam-check-bogofilter-headers): Use message-fetch-field instead
16386         of nnmail-fetch-field.
16387
16388 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16389
16390         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16391
16392 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16393
16394         * spam.el (spam-split): Do not require spam-use-CHECK to be
16395         enabled if that check is passed to spam-split explicitly; also
16396         fix so 'spam doesn't get converted to spam-split-group when
16397         spam-split-symbolic-return is t.
16398         (spam-find-spam): Find registrations of the article and use those
16399         instead of re-running spam-split to find the spam/ham
16400         classification of the article.
16401         (spam-log-processing-to-registry, spam-log-registered-p)
16402         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16403         Use gnus-error instead of gnus-message.
16404         (spam-log-registration-type): Add function to determine the
16405         classification of a message based on registry entries; will
16406         return nil if both 'spam and 'ham are found.
16407         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16408         a reasonably fast local cache without the loading errors.
16409         (spam-cache-lookups): Set to t by default.
16410         (spam-find-spam): Don't try to guess spam-cache-lookups.
16411         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16412         spam-caches entry.
16413         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16414         caching of whitelist/blacklist entries.
16415         (spam-check-whitelist, spam-check-blacklist): Invoke
16416         spam-from-listed-p with a type, not a cache variable.
16417         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16418
16419 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16420
16421         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16422
16423         * nnmail.el (nnmail-split-fancy): do.
16424
16425         * mml.el (mml-parse): do.
16426
16427         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16428         (gnus-score-adaptive): do.
16429
16430 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16431
16432         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16433         (gnus-mime-button-map): Don't set keymap parent.
16434         (gnus-button-ctan-directory-regexp): Use shy grouping.
16435         (gnus-prev-page-map): Don't set keymap parent.
16436         (gnus-prev-page-map): Remove duplicated one.
16437         (gnus-next-page-map): Don't set keymap parent.
16438         (gnus-mime-security-button-map): Ditto.
16439
16440         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16441         version number.
16442
16443         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16444
16445 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16446
16447         * canlock.el (canlock-sha1-function): Remove.
16448         (canlock-sha1-function-for-verify): Remove.
16449         (canlock-openssl-program): Remove.
16450         (canlock-openssl-args): Remove.
16451         (canlock-ignore-errors): Remove.
16452         (canlock-sha1-with-openssl): Remove.
16453         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16454         (canlock-verify): Don't use canlock-ignore-errors.
16455
16456         * sha1-el.el (sha1-string-external): Make it can return a string
16457         in binary form.
16458         (sha1-region-external): Ditto.
16459         (sha1-string-internal): Ditto.
16460         (sha1-region-internal): Ditto.
16461         (sha1-region): Ditto.
16462         (sha1-string): Ditto.
16463         (sha1): Ditto.
16464
16465 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16466
16467         * spam.el (spam-report-articles-gmane): New command.
16468
16469 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16470
16471         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16472
16473         * run-at-time.el (run-at-time-saved): Remove.
16474         (run-at-time): Doc fix.
16475
16476 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16477
16478         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16479         (gnus-summary-limit-map): Add it.
16480         (gnus-summary-make-menu-bar): do.
16481
16482 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16483
16484         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16485         Make attempt at some caching support (done for BBDB only now).
16486         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16487         addresses to be checked.
16488         (spam-clear-cache-BBDB): Add function, to be invoked by
16489         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16490         (spam-check-BBDB): Check and use the caches, if
16491         spam-cache-lookups is on, remove superfluous (provide).
16492
16493 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16494
16495         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16496
16497 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16498
16499         * run-at-time.el (run-at-time-saved): Move to after the definition
16500         of `run-at-time'.
16501
16502         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16503
16504 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16505
16506         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16507         mm-w3m-local-map-property.
16508
16509         * mm-view.el (mm-w3m-mode-map): Remove.
16510         (mm-w3m-local-map-property): Remove.
16511         (mm-inline-text-html-render-with-w3m): Don't use
16512         mm-w3m-local-map-property.
16513
16514 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16515
16516         * run-at-time.el: New file.
16517
16518         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16519         under Emacs.
16520
16521         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16522         of gnus-set-text-properties.
16523
16524         * gnus-uu.el (gnus-uu-save-article): Ditto.
16525
16526         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16527
16528         * gnus-cite.el (gnus-cite-parse): Ditto.
16529
16530         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16531         of gnus-.
16532
16533         * gnus-xmas.el (run-at-time): Require run-at-time.
16534
16535         * gnus.el: Changed calls to nnheader-run-at-time and
16536         password-run-at-time throughout to use run-at-time directly.
16537
16538         * password.el: Removed definition of run-at-time.
16539
16540         * nnheaderxm.el: Remove definition of run-at-time.
16541
16542 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16543
16544         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16545         in prompt.
16546
16547 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16548
16549         * messagexmas.el (message-xmas-redefine): Alias
16550         `message-make-caesar-translation-table' to
16551         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16552         version.
16553
16554         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16555         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16556         `gnus-xmas-set-text-properties'.
16557         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16558         `gnus-xmas-completing-read'.
16559         (gnus-xmas-completing-read): Removed.
16560         (gnus-xmas-open-network-stream): Removed.
16561
16562         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16563         XEmacs version.
16564
16565         * dns.el (dns-make-network-process): Use `open-network-stream'
16566         instead of `gnus-xmas-open-network-stream'.
16567
16568         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16569
16570         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16571
16572 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16573
16574         * gnus-art.el (gnus-mime-display-alternative)
16575         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16576         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16577         Don't use gnus-local-map-property.
16578
16579         * gnus-util.el (gnus-local-map-property): Remove.
16580
16581         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16582         gnus-completing-read-maybe-default with completing-read.
16583
16584         * gnus-util.el (gnus-completing-read): do.
16585         (gnus-completing-read-maybe-default): Remove.
16586
16587 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16588
16589         * password.el: Only autoload `run-at-time' if not XEmacs.
16590         Only autoload the itimer functions if XEmacs.
16591
16592 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16593
16594         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16595         XEmacsen.
16596
16597         * dgnushack.el: Autoload executable-find for XEmacs.
16598
16599 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16600
16601         * gnus-art.el (gnus-read-string): Remove.
16602         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16603         read-string.
16604
16605 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16606
16607         * netrc.el: Autoload password-read.
16608         (netrc): Add configuration group.
16609         (netrc-encoding-method, netrc-openssl-path): Add
16610         variables for encoding and decoding of files with symmetric
16611         ciphers.
16612         (netrc-encode): Add assistant function to encode a file with
16613         netrc-encoding-method.
16614         (netrc-parse): Add interactive parameter, added optional
16615         decoding if netrc-encoding-method is non-nil but otherwise
16616         behavior is standard.
16617         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16618         Do s/encode/encrypt/ everywhere.
16619
16620         * spam.el: Remove executable-find autoload.
16621
16622 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16623
16624         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16625
16626         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16627
16628 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16629
16630         * gnus-art.el (gnus-treat-ansi-sequences)
16631         (article-treat-ansi-sequences): New variable and function.
16632         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16633
16634         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16635         Use it.
16636
16637 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16638
16639         * mm-util.el (mm-quote-arg): Remove.
16640
16641         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16642         shell-quote-argument.
16643
16644         * gnus-uu.el (gnus-uu-command): do.
16645
16646         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16647
16648         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16649         with make-char.
16650
16651         * mm-util.el (mm-make-char): Remove.
16652
16653         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16654         add-minor-mode.
16655
16656         * gnus-undo.el (gnus-undo-mode): do.
16657
16658         * gnus-topic.el (gnus-topic-mode): do.
16659
16660         * gnus-sum.el (gnus-dead-summary-mode): do.
16661
16662         * gnus-start.el (gnus-slave-mode): do.
16663
16664         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16665
16666         * gnus-ml.el (gnus-mailing-list-mode): do.
16667
16668         * gnus-gl.el (gnus-grouplens-mode): do.
16669
16670         * gnus-draft.el (gnus-draft-mode): do.
16671
16672         * gnus-dired.el (gnus-dired-mode): do.
16673
16674         * gnus-ems.el (gnus-add-minor-mode): Remove.
16675
16676         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16677         Replace gnus-char-width with char-width.
16678
16679         * gnus-ems.el (gnus-char-width): Remove.
16680
16681         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16682         Replace gnus-char-width with char-width.
16683
16684         * gnus-ems.el (gnus-char-width): Remove.
16685
16686         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16687         definition.
16688         Remove Emacs 20 hash table compatibility code.
16689
16690         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16691         20 compatibility code.
16692
16693         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16694
16695         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16696
16697         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16698         with point-at-{eol,bol}.
16699
16700         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16701
16702         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16703
16704         * flow-fill.el (fill-flowed-point-at-bol)
16705         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16706
16707         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16708         Replace with point-at-{eol,bol} throughout all files.
16709
16710 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16711
16712         * ntlm.el (ntlm-string-as-unibyte): New macro.
16713         (ntlm-build-auth-response): Use it.
16714
16715         Remove Emacs 20 stuff:
16716         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16717         (butlast, mapc, remove): Remove the compiler macros.
16718         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16719         of delq and copy-sequence.
16720         * gnus-art.el (popup-menu): Remove the compiler macro.
16721         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16722         Emacs 20.
16723
16724 2004-01-05  Simon Josefsson  <jas@extundo.com>
16725
16726         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16727         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16728         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16729         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16730         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16731         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16732         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16733         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16734         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16735         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16736         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16737         string-xor into ntlm-string-xor.  Suggested by
16738         Jesper Harder <harder@myrealbox.com>.
16739
16740         * ntlm.el: Don't include poem.
16741
16742         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16743         Jesper Harder <harder@myrealbox.com>.
16744
16745         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16746
16747         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16748         probably breaks emacs with DL patch, but do we care? Is anyone
16749         still using the DL stuff?)
16750
16751         * sieve-manage.el: Use the password package.
16752         (sieve-manage-read-passwd): Remove.
16753         (sieve-manage-interactive-login): Use password.  Re-add
16754         condition-case around loop.
16755
16756         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16757         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16758         the password package.
16759
16760 2003-02-19  Simon Josefsson  <jas@extundo.com>
16761
16762         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16763         token.
16764
16765 2002-08-07  Simon Josefsson  <jas@extundo.com>
16766
16767         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16768         (sieve-manage-authenticators):
16769         (sieve-manage-authenticator-alist): Add some SASL mechs.
16770         (sieve-sasl-auth): New function.
16771         (sieve-manage-cram-md5-auth):
16772         (sieve-manage-plain-auth): Rewrite using SASL library.
16773         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16774         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16775         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16776         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16777
16778 2004-01-05  Simon Josefsson  <jas@extundo.com>
16779
16780         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16781         New files.
16782
16783 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16784
16785         * gnus-group.el (gnus-no-groups-message): Update.
16786
16787         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16788
16789 2003-11-09  Simon Josefsson  <jas@extundo.com>
16790
16791         * imap.el: Support for ID IMAP extension (RFC 2971).
16792         (imap-local-variables): Add imap-id.
16793         (imap-id): New variable.
16794         (imap-id): New function.
16795         (imap-parse-response): Parse untagged ID response.
16796         * nnimap.el (nnimap-id): New variable.
16797         (nnimap-open-connection): Use it.
16798
16799 2003-12-28  Simon Josefsson  <jas@extundo.com>
16800
16801         * gnus-score.el (gnus-score-edit-all-score): New.
16802         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16803
16804 2004-01-04  Simon Josefsson  <jas@extundo.com>
16805
16806         * password.el: Add.
16807
16808 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16809
16810         * dns.el (dns-query-types): Fix typo.
16811         (dns-query-types): New function.
16812         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16813         PTR and SOA replies, see RFC 1035.
16814
16815 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16816
16817         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16818
16819         * Moved to Changelog.2.
16820
16821 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16822
16823         * gnus.el (gnus-version-number): Bump version.
16824
16825 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16826
16827         * gnus.el: No Gnus v0.1 is released.
16828
16829 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16830
16831         * gnus.el: No Gnus v0.0 is released.
16832
16833 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16834
16835         * gnus.el (gnus-version-number): Bump.
16836         (gnus-version): No.
16837
16838 See ChangeLog.2 for earlier changes.
16839
16840     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16841       Free Software Foundation, Inc.
16842
16843   This file is part of GNU Emacs.
16844
16845   GNU Emacs is free software: you can redistribute it and/or modify
16846   it under the terms of the GNU General Public License as published by
16847   the Free Software Foundation, either version 3 of the License, or
16848   (at your option) any later version.
16849
16850   GNU Emacs is distributed in the hope that it will be useful,
16851   but WITHOUT ANY WARRANTY; without even the implied warranty of
16852   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16853   GNU General Public License for more details.
16854
16855   You should have received a copy of the GNU General Public License
16856   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16857
16858 ;; Local Variables:
16859 ;; coding: utf-8
16860 ;; fill-column: 79
16861 ;; add-log-time-zone-rule: t
16862 ;; End: