920151e62a2736ca948deb21b6264a747a5418f3
[gnus] / lisp / ChangeLog
1 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4         privacy reasons.
5         (gnus-treat-mail-gravatar): Ditto.
6
7         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
8         buffer when inserting images.  Inserting text into the headers, for
9         instance, can make them invalid.
10
11 2010-09-25  Julien Danjou  <julien@danjou.info>
12
13         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
14         variables.
15
16         * nnheader.el: Remove useless variables news-reply-yank-from and
17         news-reply-yank-message-id.
18
19         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
20         variables.
21
22         * mml1991.el: Remove useless mml1991-verbose.
23
24         * gnus.el: Remove useless variable gnus-use-generic-from.
25         Remove obsolete variable gnus-topic-indentation.
26
27         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
28
29         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
30
31         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
32
33         * gnus-group.el: Remove useless gnus-group-icon-cache.
34         Remove useless gnus-ephemeral-group-server.
35
36         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
37
38         * mml2015.el: Remove useless mml2015-verbose.
39
40         * mml-smime.el: Remove useless mml-smime-verbose.
41
42         * gnus.el: Remove useless gnus-local-domain.
43
44         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
45         gnus-gravatar-size.
46
47         * gnus-art.el: Remove useless gnus-treat-translate.
48
49 2010-09-24  Julien Danjou  <julien@danjou.info>
50
51         * gnus-sum.el: Add support for Gravatars.
52
53         * gnus-art.el: Add support for Gravatars.
54
55         * gnus-gravatar.el: Add this file.
56
57         * gravatar.el: Add this file.
58
59 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
60
61         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
62
63         * gnus-group.el (gnus-group-fetch-faq): Removed.
64
65         * gnus.el (gnus-group-faq-directory): Removed.
66
67         * gnus-group.el (gnus-group-fetch-charter): Removed.
68
69         * gnus.el (gnus-group-charter-alist): Removed.
70
71         * gnus-group.el (gnus-group-archive-directory): Removed.
72         (gnus-group-recent-archive-directory): Ditto.
73         (gnus-group-make-archive-group): Removed.
74
75         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
76
77         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
78         use the same article number for all the cached articles.
79
80         * nnimap.el (nnimap-command): Register the last command time so
81         that we can use it for idling NOOPs.
82         (nnimap-open-connection): Start the keeplive timer.
83         (nnimap-make-process-buffer): Store all the process buffers.
84         (nnimap-keepalive): New function.
85
86         * starttls.el: (starttls-open-stream): Add autoload cookie.
87
88 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
89
90         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
91         handling.
92
93 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
94
95         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
96         its data structures.
97
98         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
99         instead of the cl.el copy-list.
100         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
101         equalp.
102
103 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
104
105         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
106         and tool-bar-local-item-from-menu.
107
108         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
109         mode-line-highlight face for Emacs.
110
111         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
112         loading gnus-sum.elc; fix comment for canlock-verify.
113         (gnus-article-jump-to-part): Use read-number.
114         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
115         Emacs pre-21 compatible code for help-echo.
116         (gnus-article-next-page-1): No need to adjust the number of lines.
117         (gnus-article-describe-bindings): Always use help-buffer.
118
119         * gnus-audio.el (gnus-audio-inline-sound)
120         * gnus-cus.el (gnus-custom-mode)
121         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
122
123         * gnus-sum.el (gnus-remove-overlays): Doc fix.
124
125         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
126         compatible code.
127
128 2010-09-24  Glenn Morris  <rgm@gnu.org>
129
130         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
131         visiting the fcc file in rmail-mode.
132
133         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
134
135 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         * nnir.el: Silence the byte compiler.
138
139         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
140         alias to browse-url-url-encode-chars if any.
141         (gnus-html-encode-url): Use it.
142
143 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
144
145         * gnus-start.el (gnus-use-backend-marks): New variable.
146         (gnus-get-unread-articles-in-group): Use it.
147
148         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
149         makeover.
150
151 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
152
153         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
154
155 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
156
157         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
158         Removed.
159         (gnus-setup-news-hook): Removed
160         gnus-fixup-nnimap-unread-after-getting-new-news.
161
162         * gnus-int.el (gnus-request-update-info): Protect against backends not
163         having the function.
164
165         * nnimap.el (nnimap-stream): Mention starttls.
166         (nnimap-open-connection): Add starttls support.
167
168 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
169
170         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
171
172 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
173
174         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
175         BODYSTRUCTUREs.
176         (nnimap-transform-headers): Unfold quoted {42} headers.
177
178         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
179         the info.
180         (gnus-get-unread-articles): Only call updatep on backends that support
181         it.
182
183         * nnweb.el (nnweb-request-update-info): NOOP.
184
185         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
186
187         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
188         since it only deals with marks.
189
190         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
191         gnus-request-marks, and make a new gnus-request-update-info.
192
193         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
194         the active instead of the high number, which is usually too low.
195
196 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
197
198         * netrc.el (netrc-parse): Remove encrypt.el mentions.
199         * encrypt.el: Removed.
200
201 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
202
203         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
204         server in symbolic form.
205
206         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
207         0.9.
208
209 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
210
211         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
212         (nnimap-update-info): Fix up code slightly.
213
214         * gnus-int.el (gnus-open-server): Add tracing for performance
215         debugging.
216
217         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
218         (gnus-group-insert-group-line): Pass the real group name so that it
219         gets the right data.
220
221         * gnus-start.el (gnus-get-unread-articles): Don't have
222         `gnus-get-unread-articles-in-group' update info, since that can be
223         really slow and doesn't seem to be needed?
224
225 2010-09-22  Dan Christensen  <jdc@uwo.ca>
226
227         * time-date.el (date-to-time): Try using parse-time-string first before
228         using the slower timezone-make-date-arpa-standard.
229
230 2010-09-22  Julien Danjou  <julien@danjou.info>
231
232         * gnus-group.el (gnus-group-insert-group-line): Call
233         gnus-group-highlight-line.
234         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
235         default hook list.
236         (gnus-group-update-eval-form): Add new function.
237         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
238         (gnus-group-get-icon): Use gnus-group-update-eval-form.
239
240 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
241
242         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
243         immediate, then expire all articles.
244         (nnimap-update-info): Fix off-by-one errors.
245         (nnimap-flags-to-marks): Would return no marks lists for group with no
246         flags.  Instead return the other data.
247
248 2010-09-22  Julien Danjou  <julien@danjou.info>
249
250         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
251         Only return an icon.
252         (gnus-group-insert-group-line): Compute icon to return.
253
254         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
255         variable.
256         (gnus-html-image-fetched): Only cache if
257         gnus-html-image-automatic-caching is set.
258         (gnus-html-image-fetched): Check for errors.
259
260 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
261
262         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
263         once per method on `g'.  This ensures that backends like nnfolder don't
264         open all their folders.
265
266         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
267         (nnimap-request-list): Nix out group in the correct buffer.
268         (nnimap-parse-flags): Implement by using `read' instead of
269         hand-parsing.
270         (nnimap-flags-to-marks): Pass on permanent-flags.
271         (nnimap-make-process-buffer): Record the server name.
272         (nnimap-parse-flags): Fix typo.
273         (nnimap-request-scan): Run split on the server in general, not just a
274         single group.
275
276         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
277         parameter, and propagate this downwards.
278
279         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
280         since EXAMINE changes it on the server.
281
282         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
283         this command might take a while.
284
285 2010-09-22  Julien Danjou  <julien@danjou.info>
286
287         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
288         harmful if you have 2 images side-by-side, they can't be properly
289         update on text deletion.  Using text-property is safer here.
290         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
291         data.
292
293 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
294
295         * nnimap.el (nnimap-expunge-inbox): Removed.
296         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
297         (nnimap-expunge): Flip default to t.
298
299         * gnus.el (gnus-method-to-server): Don't push things to the cache
300         unless it's unique.
301         (gnus-server-to-method): Ditto.
302
303 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
304
305         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
306
307 2010-09-22  Julien Danjou  <julien@danjou.info>
308
309         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
310         get the start of data.
311         (gnus-html-encode-url): Add this function to encode special chars in
312         URL.
313         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
314         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
315
316         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
317         default.
318         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
319
320         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
321         images alt-text.
322         (gnus-html-put-image): Put alt-text as help-echo.
323
324 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
325
326         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
327         * mm-util.el (mm-decompress-buffer)
328         * nnir.el (nnir-run-find-grep)
329         * pop3.el (pop3-list): Use 3rd arg of split-string.
330
331         * time-date.el (format-seconds): Comment fix.
332
333         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
334         and byte-optimize-form-code-walker.
335         (dgnushack-make-auto-load): Don't advise make-autoload.
336
337         * lpath.el: Remove Emacs 21 stuff.
338
339 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
340
341         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
342         outside the active range.  Suggested by Dan Christensen.
343
344         * gnus-start.el (gnus-get-unread-articles): Get the extended method
345         slightly later to avoid double-getting it.
346
347         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
348         previous patch.
349
350         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
351
352 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
353
354         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
355
356 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
357
358         * gnus-int.el (gnus-open-server): Give a better error message in the
359         "go offline" case.
360
361         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
362         marks for nnimap, which is seldom the right thing to do.
363
364         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
365         (gnus-same-method-different-name): New function.
366
367         * nnimap.el (parse-time): Require.
368
369         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
370         method in the presence of many similar methods.
371
372         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
373
374         * nnimap.el (nnimap-find-expired-articles): Don't refer to
375         nnml-inhibit-expiry.
376
377         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
378         find out whether methods are equal.
379
380         * nnimap.el (nnimap-find-expired-articles): New function.
381         (nnimap-process-expiry-targets): New function.
382         (nnimap-request-move-article): Request the article before looking at
383         what the Message-ID is.  Fix found by Andrew Cohen.
384         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
385
386         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
387         for oldness in addition to being a predicate.
388
389         * nnimap.el (nnimap-request-group): When we have zero articles, return
390         the right data to Gnus.
391         (nnimap-request-expire-articles): Only delete articles immediately if
392         the target is 'delete.
393
394         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
395         method, this would bug out.
396
397         * gnus-group.el (gnus-group-expunge-group): Renamed from
398         gnus-group-nnimap-expunge, and implemented as a normal interface
399         function.
400
401         * gnus-int.el (gnus-request-expunge-group): New function.
402
403         * nnimap.el (nnimap-request-create-group): Implement.
404         (nnimap-request-expunge-group): New function.
405
406 2010-09-21  Julien Danjou  <julien@danjou.info>
407
408         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
409         (gnus-html-cache-expired): Add new function.
410         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
411         wethever we should display image for fetch it.
412         Compute alt-text earlier to pass it to the fetching function too.
413         (gnus-html-schedule-image-fetching): Change function argument to only
414         get one image at a time, not a list.
415         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
416         cache.
417         (gnus-html-get-image-data): New function to retrieve image data from
418         cache.
419         (gnus-html-put-image): Change buffer argument to use image data rather
420         than file, and place image above region rather than inserting a new
421         one. Do not take alt-text as argument, since it's useless now: we place
422         the image above alt-text.
423         (gnus-html-prune-cache): Remove.
424         (gnus-html-show-images): Start to fetch image when we find one, do not
425         push into a temporary list.
426         (gnus-html-prefetch-images): Only fetch image if they have expired.
427         (gnus-html-browse-image): Fix, use 'gnus-image-url.
428         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
429
430 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
431
432         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
433
434 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
435
436         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
437         spec inser "*" if the group isn't active instead of 0.
438
439         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
440         opening the server.
441         (nnimap-request-delete-group): Implement group deletion.
442         (nnimap-transform-headers): Return the size of the entire message in
443         the Bytes header, not just the size of the first part.
444         (nnimap-request-move-article): When moving an article from nnimap,
445         request the article first so the accepting form has an article to
446         accept.  Reported by Dan Christensen.
447         (nnimap-command): Make sure that the error message doesn't error out.
448
449 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
450
451         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
452         we haven't requested anything.
453
454 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
455
456         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
457         "".  Fix found by Andrew Cohen.
458
459         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
460         instead of -encode-string.
461
462 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
463
464         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
465
466         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
467         by mm-subst-char-in-string.
468
469 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
470
471         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
472         waiting for the connection string.
473
474         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
475         arriving.
476
477         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
478         bogus characters.  This allows selecting certain Gmail groups.
479
480         * nnimap.el (nnimap-find-wanted-parts-1): New function.
481         (nnimap-fetch-partial-articles): New variable.
482         (nnimap-open-connection): When looking for credentials, also use the
483         nnimap-server-port.
484         (nnimap-request-article): Return the group/article number, so that Gnus
485         `^' works as expected.
486         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
487         them.
488
489         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
490         comments.
491         (gnus-methods-sloppily-equal): New function.
492         (gnus): When using the development version of Gnus, load the gnus-load
493         file.
494
495         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
496         `gnus-open-server' on each method before trying to scan them etc.  This
497         ensures that all the backend parameters are set correctly.
498
499         * nnimap.el (nnimap-authenticator): New variable.
500         (nnimap-open-connection): Allow anonymous login.
501         (nnimap-transform-headers): The chars header is called Chars not
502         Bytes.
503         (nnimap-wait-for-response): Don't infloop if the IMAP connection
504         drops.
505
506         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
507         patch, found by Knut Anders Hatlen.
508
509 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
510
511         * gnus-agent.el (gnus-agent-batch-confirmation)
512         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
513         to gnus-message.
514         * gnus-art.el (gnus-article-describe-briefly): Likewise.
515         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
516         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
517         * gnus-int.el (gnus-open-server): Likewise.
518         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
519         (gnus-score-check-syntax): Likewise.
520         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
521         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
522         Likewise.
523         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
524
525 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526
527         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
528         calling conventions so that prefetch doesn't bug out.
529
530 2010-09-19  Julien Danjou  <julien@danjou.info>
531
532         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
533         rather than `subst-char-in-region' in order to be able to replace ASCII
534         char by UTF-8 ones.
535
536         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
537         than curl.
538         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
539         the right URL and ALT text on images.
540         (gnus-html-wash-tags): Fix tag case.
541         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
542         (gnus-article-html): Add -o display_ins_del=2 option.
543         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
544
545 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
546
547         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
548         the extra mail headers, which sometimes seem to happen for unknown
549         reasons.
550
551         * mail-parse.el (mail-header-encode-parameter): Define as
552         rfc2045-encode-string instead of as rfc2231-encode-string, since some
553         (or most, perhaps?) mail readers don't understand the latter, but do
554         understand the former.
555
556         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
557         to nil, so that no methods are automatically agentized.  I think this
558         is probably what most users want.
559
560         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
561         from url-retrieve, for instance about invalid URLs.
562
563         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
564         groups that have no articles.
565         (nnimap-request-article): Check that we really got an article when we
566         requested one.
567
568         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
569         doesn't exist.
570
571         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
572         nntp buffer so the agent can save it.
573         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
574         that CRLF doesn't get translated to \n.
575         (nnimap-open-connection): Don't make 'shell commands only send \n.
576
577 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
578
579         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
580         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
581         Update var name.
582         (nnml-generate-nov-file): Use dolist.
583         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
584         Use with-current-buffer.
585
586 2010-09-18  Julien Danjou  <julien@danjou.info>
587
588         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
589         parallel.
590
591 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
592
593         * nnimap.el (nnimap-update-info): When doing partial marks update, get
594         the range update right.
595         (nnimap-request-group): Don't make `M-g' bug out on group with no
596         marks.
597         (nnoo): Required, so that other packages can require nnimap.
598         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
599         command we're looking for.  This helps when the server sends more
600         responses after we've gotten everything we expected.
601         (nnimap): Add a `newlinep' field to keep track of end-of-line
602         conventions.
603         Don't send CRLF to things that don't want it.
604         (nnimap-request-accept-article): Ditto.
605
606 2010-09-18  Julien Danjou  <julien@danjou.info>
607
608         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
609         than curl to retrieve images.
610
611 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
612
613         * nnimap.el (nnimap-update-info): Extend the info so that we can set
614         the marks.
615         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
616         (nnimap-wait-for-connection): New function.
617         (nnimap-open-connection): If we have PREAUTH, don't query for login
618         credentials.
619         (nnimap-update-info): Fix off-by-one error when concatenating ranges
620         when doing a partial update.
621
622 2010-09-18  Julien Danjou  <julien@danjou.info>
623
624         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
625         tags.
626
627 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
628
629         * nnimap.el (nnimap-credentials): New function.
630         (nnimap-open-connection): Use the new function to look for credentials
631         also on the numeric equivalents of "imap" and "imaps".
632
633         * gnus-start.el (gnus-activate-group): Send the info to
634         gnus-request-group.
635
636         * nnimap.el (nnimap-request-group): Have the "check" version of the
637         function parse flags and update the info, so that a `M-g' get a total
638         resync of all flags from the group.
639
640         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
641         to allow backends to alter the info on group selection.  Also alter all
642         the backend -request-group functions to take the parameter.
643
644         * nnimap.el (nnimap-store-info): New function.
645         (nnimap-update-info): Store the info for later usage.
646         (nnimap-request-group): Use the stored info for the dont-check case, so
647         that we don't retrieve all marks when we enter a group.
648
649         * nnimap.el: Use deffoo instead of defun for interface functions.
650
651         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
652         update the group info.  This makes the nndraft groups, for instance, go
653         back to their old behaviour.
654
655         * gnus-sum.el (gnus-select-newsgroup): Indent.
656
657         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
658         in.
659         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
660         nothing.
661
662         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
663         from methods that are denied.
664
665         * gnus-int.el (gnus-method-denied-p): New function.
666
667         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
668         store the password instead of netrc.
669         (nnimap-open-connection): Don't error out when we can't make a
670         connections.
671
672         * auth-source.el (auth-source-create): In the password prompt, say what
673         we're querying for.  Also prompt for user name if that hasn't been
674         given.
675
676         * nnimap.el (nnimap-with-process-buffer): Removed.
677
678 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
679
680         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
681         method when we're reading from the agent.
682
683         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
684
685         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
686         that's probably most useful for users.
687
688         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
689         "failed" all the time.
690
691         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
692         ...)) with (with-current-buffer ... ).
693
694         * nntp.el (nntp-open-server): Return whether the open was successful or
695         not.
696
697         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
698         select an unread unseen article first.
699
700         * nnimap.el (nnimap-open-connection): If the user doesn't have a
701         /etc/services, supply some sensible port defaults.
702
703         * dgnushack.el: Define netrc-credentials.
704
705 2010-09-17  Julien Danjou  <julien@danjou.info>
706
707         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
708
709 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
710
711         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
712         doesn't have any parameters.
713
714 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
715
716         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
717         only upcased checks.
718
719         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
720
721         * nnimap.el (nnimap-open-shell-stream): New function.
722         (nnimap-open-connection): Use it.
723         (nnimap-transform-headers): Get the number of lines in each message.
724         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
725         number of lines.
726         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
727         problem.
728
729         * utf7.el (utf7-encode): Autoload.
730
731         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
732         to allow the mail splitting to not return a default group.  This is
733         useful for nnimap, which will leave unmatched mail in the inbox.
734
735         * nnimap.el: Rewritten.
736
737         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
738         nnimap usage.
739
740         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
741         if the move is internal, so that nnimap can do fast internal moves.
742
743         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
744         data.
745         (gnus-read-active-for-groups): Support finishing the early retrieval of
746         data.
747
748         * gnus-range.el (gnus-range-nconcat): New function.
749
750         * gnus-int.el (gnus-finish-retrieve-group-infos)
751         (gnus-retrieve-group-data-early): New functions.
752
753 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
754
755         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
756         (nnrss-retrieve-groups):
757         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
758         (pop3-quit): Use with-current-buffer.
759
760 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
761
762         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
763         instead of nnheader-accept-process-output.
764
765         * dgnushack.el (dgnushack-compile): Add comment.
766
767         * lpath.el: No need to fbind propertize for XEmacs 21.4.
768
769         * gnus-html.el (gnus-html-schedule-image-fetching)
770         (gnus-html-prefetch-images): Replace process-kill-without-query by
771         gnus-set-process-query-on-exit-flag.
772
773 2010-09-16  Romain Francoise  <romain@orebokech.com>
774
775         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
776
777 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
778
779         * gnus-registry.el (gnus-registry-install-shortcuts): The second
780         parameter to unintern is mandatory-ish in Emacs 24.
781
782         * gnus-html.el (gnus-html-schedule-image-fetching)
783         (gnus-html-prefetch-images): Check for curl before using it.
784
785         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
786         depend on curl, which isn't essential.
787
788         * imap.el: Revert back to version
789         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
790         seem problematic.
791
792 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
793
794         * gnus-registry.el (gnus-registry-install-shortcuts):
795         Explicitly pass `obarray' to `unintern' to avoid a warning.
796
797 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
798
799         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
800         change.
801
802         * nnrss.el (nnrss-request-list): Removed this function and related
803         functions, including the moreover stuff.
804
805 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
806
807         * nnrss.el (nnrss-retrieve-groups): New function.
808
809 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
810
811         * .dir-locals.el: Add no-byte-compile cookie.
812
813 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
814
815         * time-date.el (format-seconds): Comment fix.
816
817         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
818         for back end that doesn't support request-scan.
819
820 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
821
822         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
823         then do request scans from the backends.
824
825         * netrc.el (netrc-credentials): New conveniency function.
826
827         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
828         avoid running a hook per line, since this takes a lot of time,
829         profiling shows.
830         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
831         directly if gnus-visual-p is true.
832
833 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
834
835         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
836         groups; replace mapcar with dolist which is a bit faster; pass groups
837         info to gnus-read-active-file-1.
838         (gnus-read-active-file-1): Scan only specified groups if the new
839         optional arg `infos' is given.
840
841 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
842
843         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
844
845         * pop3.el (pop3-movemail): Removed.
846         (pop3-streaming-movemail): Renamed to pop3-movemail.
847
848         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
849         don't restrict end-tag searches to the end of the line.
850
851 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
852
853         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
854         articles of every unchecked group to t, which means unknown since the
855         server has never been opened.
856
857 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
858
859         * gnus-html.el (gnus-html-show-alt-text): New command.
860         (gnus-html-browse-image): Ditto.
861         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
862         to browse the image directly.
863         (gnus-html-wash-tags): Search for images first, so that <a><img> works
864         better.
865
866         * gnus-async.el (gnus-async-article-callback): Call
867         `gnus-html-prefetch-images' unconditionally.
868
869         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
870         before feeding URLs to curl.
871
872 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
873
874         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
875         internal images as deletable by `W D D'.
876
877         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
878         (gnus-async-article-callback): Fix typo.
879
880 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
881
882         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
883         current line to work around bugs in the output from w3m.
884
885         * gnus-async.el (gnus-async-article-callback): Always prefetch images
886         for groups that want that.
887
888         * nntp.el (nntp-wait-for-string): Supply a timeout for
889         accept-process-output to ensure progress.
890
891         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
892         level to get unread articles from, then use that for foreign groups,
893         too.
894
895         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
896         confuses the rest of the function.
897
898         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
899         for the methods that support -retrieve-groups, too.
900
901         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
902
903 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
904
905         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
906         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
907
908         * pop3.el: Require cl when compiling.
909         (pop3-number-of-responses): Search for "+OK", not "+OK ".
910
911 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
912
913         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
914         that aren't going to be activated.
915         (gnus-get-unread-articles): Fix up the last commit.
916
917         * gnus-html.el (gnus-article-html): Allow calling without specifying
918         the handle.  In that case, dissect the buffer first.
919
920         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
921
922         * nnimap.el (nnimap-open-connection): Revert the change that would look
923         into authinfo for imaps instead of imap.
924
925         * gnus-start.el (gnus-activate-group): Take an optional parameter to
926         say that you don't want to call gnus-request-group with don-check, but
927         do check the reponse.  This is for virtual groups only.
928         (gnus-get-unread-articles): Count the archive groups as secondary, so
929         that they're activated the same way as before.
930
931         * imap.el (imap-message-map): Removed optional buffer parameter, since
932         no callers use it.
933         (imap-message-get): Ditto.
934         (imap-message-put): Ditto.
935         (imap-mailbox-map): Ditto.
936         (imap-mailbox-put): Ditto.
937         (imap-mailbox-get): Ditto.
938         (imap-mailbox-get): Revert last change for this function.
939
940         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
941         case-insensitively.
942         (nnimap-debug): Removed.
943
944         * imap.el (imap-fetch-safe): Removed function, and altered all callers
945         to use `imap-fetch' instead.  According to the comments, this should be
946         safe, since all other IMAP clients use the 1:* syntax.
947         (imap-enable-exchange-bug-workaround): Removed.
948         (imap-debug): Removed -- doesn't seem very useful.
949
950         * mail-source.el (mail-source-fetch): Don't message if we're fetching
951         mail from a file, and the file doesn't exist.
952
953         * imap.el (imap-log): New convenience function used throughout instead
954         of repeating the same code all over the place.
955
956         * pop3.el (pop3-streaming-movemail): Return t for success.
957
958         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
959         .authinfo if we're using ssl connection.
960
961         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
962         already have if we're in a main Gnus `g' run.
963
964         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
965
966 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
967
968         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
969
970         * nnmh.el (nnmh-request-list-1): Bind `file'.
971
972         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
973         alias to set-process-query-on-exit-flag or process-kill-without-query.
974         (pop3-open-server): Use it.
975
976 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
977
978         * mail-source.el (mail-source-delete-crash-box): Always move the crash
979         box to the Incoming file.  Fixes mistake in previous checkin.
980
981         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
982         request loop (for debugging purposes) removed.
983
984         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
985         culprit is more visible.
986         (nnml-save-incremental-nov, nnml-open-incremental-nov)
987         (nnml-add-incremental-nov): New functions to do "incremental" nov
988         updates, where we just append to the end of the existing nov files
989         without reading/writing them in full.
990
991         * mail-source.el (mail-source-delete-crash-box): Really only check the
992         incoming files once in a while.
993
994         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
995
996         * mail-source.el (mail-source-delete-crash-box): Only check the
997         incoming files for deletion once per day to save a lot of file
998         accesses.
999
1000         * pop3.el (pop3-logon): Fix up unbound variable typo.
1001
1002         * mail-source.el (pop3-streaming-movemail): Autoload.
1003
1004         * pop3.el (pop3-streaming-movemail): Respect
1005         pop3-leave-mail-on-server.
1006
1007         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1008         retrieval.
1009
1010         * pop3.el (pop3-process-filter): Removed unused function.
1011         (pop3-streaming-movemail, pop3-send-streaming-command)
1012         (pop3-wait-for-messages, pop3-write-to-file)
1013         (pop3-number-of-responses): New functions for streaming pop3
1014         retrieval.
1015
1016         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1017         come from no known methods.
1018         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1019         list.
1020
1021         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1022         message sizes.
1023         (pop3-movemail): Use erase-buffer instead of looping and deleting
1024         regions, which seems rather odd.
1025
1026         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1027         file once per `g' run.
1028
1029         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1030         directories.  This makes the draft queue directory work.
1031
1032         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1033         data from the backends, so that we only request the list of groups from
1034         each method once.  This should speed things up considerably.
1035
1036         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1037         detect that it's not implemented.
1038
1039         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1040         we actually do recurse down into the tree, but don't stat all leaf
1041         nodes.
1042
1043         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1044         then say so instead of bugging out.
1045
1046         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1047         files exist before trying to read them.
1048
1049         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1050         around <pre_int>.
1051
1052         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1053
1054         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1055
1056 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1057
1058         * mm-util.el (mm-image-load-path): Just return the image directories,
1059         not all directories in the path in addition to the image directories.
1060         (mm-image-load-path): Maintain a cache of the image directories so that
1061         the `g' command in Gnus doesn't have to stat dozens of directories each
1062         time.
1063
1064         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1065         (gnus-html-wash-tags): Add a new `i' command to insert images.
1066         (gnus-html-insert-image): New command and keystroke.
1067         (gnus-html-redisplay-with-images): New command and keystroke.
1068         (gnus-html-show-images): Renamed command.
1069         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1070         spacers.
1071         (gnus-html-wash-tags): Decode entities at the end, so that entities
1072         inside the tags don't mess up the rest of the "parsing".
1073
1074         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1075         so that nnimap methods aren't agentized by default.  There's apparently
1076         many problems related to agent/imap behaviour.
1077
1078         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1079
1080         * gnus-html.el: Doc fix.
1081
1082 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1083
1084         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1085         specifier-spec-list for Emacs 21.
1086
1087         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1088         glyph-width and glyph-height instead of display-graphic-p and
1089         image-size; make avoidance of displaying small images work for XEmacs.
1090
1091         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1092         for XEmacs.
1093
1094         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1095         of symbol that holds plist data.
1096         (gnus-process-plist): Remove plist of process after getting it.
1097
1098 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1099
1100         * message.el (message-generate-hashcash): Change default to
1101         'opportunistic if hashcash is installed.
1102
1103         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1104         (gnus-html-put-image): Only call image-size once, since it's somewhat
1105         time-consuming on remote X servers.
1106
1107 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1108
1109         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1110         type on data, not a file name.
1111
1112         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1113         window-pixel-edges for Emacs 21.
1114
1115         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1116         decoded contents.
1117         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1118
1119 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1120
1121         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1122         group line format, since it isn't very interesting.
1123
1124         * gnus-agent.el (gnus-agent-short-article),
1125         (gnus-agent-long-article): Increase values for these two variables,
1126         since most people are likely to have more network connection and
1127         storage than before.
1128
1129         * gnus.el (gnus-refer-article-method): Change default to 'current.
1130         When referring an article, the common behaviour is to refer it from the
1131         current select method, not the native select method.  The chances of
1132         the native select method having the message in question is rather slim
1133         these days.
1134
1135         * gnus-sum.el (gnus-auto-select-subject): Change default to
1136         `unseen-or-unread'.  I think it's likely that most people want to
1137         select an unseen article over a previously seen, but unread one.
1138
1139         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1140         means that in the article buffer none of the minor mode elements will
1141         be shown, usually, and this is not desirable in most cases.
1142
1143         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1144         that commands like `d' (and the like) go to the next line in the
1145         buffer, instead of the next unread article.  I think this is the
1146         behaviour that is most natural for most users.
1147         (gnus-single-article-buffer): Change default to nil, so that people can
1148         have as many article buffers open as they have summary buffer.  I think
1149         this is the most natural way for the groups to behave.
1150
1151         * message.el (message-generate-new-buffers): Change default to
1152         `unsent', so that all new message buffers start their names with the
1153         string "*unsent", and it's easier to find the buffers if you move from
1154         them.
1155
1156 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1157
1158         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1159         small.  They're probably tracking images.
1160         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1161         (gnus-html-rescale-image): Yet another try at getting the image sizing
1162         right.
1163
1164         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1165         nntp-marks-file-name is nil.
1166
1167 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1168
1169         * gnus-html.el (gnus-html-wash-tags)
1170         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1171         Better logging.
1172
1173 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1174
1175         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1176
1177         * gnus-html.el (gnus-html-wash-tags): Check the value of
1178         gnus-blocked-images in the summary buffer.
1179
1180 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1181
1182         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1183
1184 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1185
1186         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1187         like "a", it seems like.
1188         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1189         since it needs to be picked from the correct buffer.
1190
1191         * nnwfm.el: Removed.
1192
1193         * nnlistserv.el: Removed.
1194
1195 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1196
1197         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1198         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1199
1200 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1201
1202         * nnkiboze.el: Removed.
1203
1204         * nndb.el: Removed.
1205
1206         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1207         alt text.
1208         (gnus-html-rescale-image): Try to get the rescaling logic right for
1209         images that are just wide and not tall.
1210
1211         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1212         overshadow variable bindings.
1213
1214 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1215
1216         * gnus-html.el (gnus-html-wash-tags)
1217         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1218         extra logging.
1219
1220 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1221
1222         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1223         (gnus-max-image-proportion): New variable.
1224         (gnus-html-rescale-image): New function.
1225         (gnus-html-put-image): Rescale images.
1226
1227 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1228
1229         Fix up some byte-compiler warnings.
1230         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1231         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1232         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1233         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1234         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1235         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1236         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1237
1238 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1239
1240         * gnus-html.el (gnus-article-html): Decode contents by charset.
1241
1242 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1243
1244         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1245         (gnus-html-frame-width, gnus-blocked-images)
1246         * message.el (message-prune-recipient-rules): Add custom version.
1247         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1248
1249         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1250         functions.
1251
1252         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1253         gnus-process-get.
1254
1255 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1256
1257         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1258         instead of lsub directly.
1259
1260 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1261
1262         * nnwarchive.el: Removed.
1263
1264         * gnus-soup.el: Removed.
1265
1266         * nnsoup.el: Removed.
1267
1268         * nnultimate.el: Removed.
1269
1270         * gnus-html.el (gnus-blocked-images): New variable.
1271
1272         * message.el (message-prune-recipients): New function.
1273         (message-prune-recipient-rules): New variable.
1274
1275         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1276         guess whether a long line is natural text or not.
1277
1278         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1279         gnus-process-plist and friends for compatibility.
1280
1281 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1282
1283         * gnus-html.el: Require packages that define macros used in this file.
1284         (gnus-article-mouse-face): Declare to silence byte-compiler.
1285         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1286         process-get.
1287         (gnus-html-put-image): Use plist-get to avoid getf.
1288         (gnus-html-prefetch-images): Use with-current-buffer.
1289
1290 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1291
1292         * gnus-ems.el: Provide compatibility functions for
1293         gnus-set-process-plist.
1294
1295         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1296         header-line-format for XEmacs 21.4.
1297
1298         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1299         * gnus.el (gnus-valid-select-methods)
1300         * message.el (message-send-mail-partially-limit)
1301         * mm-decode.el (mm-text-html-renderer)
1302         * mml.el (mml-insert-mime-headers-always)
1303         * smiley.el (smiley-regexp-alist): Bump custom version.
1304
1305 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1306
1307         * gnus-html.el: require mm-url.
1308         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1309         with the url to `url'.
1310         (gnus-html-wash-tags): Support cid: URLs/images.
1311
1312 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1313
1314         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1315         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1316         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1317
1318         * gnus-move.el: Removed file, since it doesn't really work.
1319
1320         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1321         UTF-8.  This seems to fix problems with some German web feeds.
1322
1323         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1324         at the top so that the proper colours are applied.
1325
1326         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1327         don't have dots in their names.
1328
1329         * gnus-art.el (gnus-article-view-part): Doc fix.
1330
1331         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1332         XEmacs-compatible.
1333         (gnus-html-put-image): Don't do images on non-graphic displays.
1334
1335         * nnslashdot.el: Removed this unused backend.
1336
1337         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1338         actions.
1339         (gnus-undo-register-1): Revert last change.
1340
1341         * gnus-group.el (gnus-group-completing-read): Protect against not
1342         having completion-styles bound.
1343
1344         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1345         make broken recipients happier.
1346
1347         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1348
1349         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1350         point parameter.
1351
1352         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1353
1354         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1355         completion-styles for group selection.
1356
1357 2009-02-04  Andreas Schwab  <schwab@suse.de>
1358
1359         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1360         headers and regexp-quote the match if necessary.
1361
1362 2009-03-24  Miles Bader  <miles@gnu.org>
1363
1364         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1365         the blinking smiley.
1366
1367 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1368
1369         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1370         blink smiley.
1371
1372 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1373
1374         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1375         where the dribbel file lives exists.
1376
1377         * message.el (message-send-mail-partially-limit): Change the default to
1378         nil, since most people don't want this.
1379
1380         * mm-url.el (mm-url-decode-entities): Also decode entities like
1381         &#x3212.
1382
1383 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1384
1385         * gnus-sum.el (gnus-summary-idna-message):
1386         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1387         Hyperlink urls in docstrings with URL `...'.
1388
1389 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1390
1391         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1392         functions.
1393
1394 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1395
1396         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1397         say what the mouseover text should be.
1398
1399         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1400         version of the mm-w3m-safe-url-regexp variable to only download images
1401         in the groups where we want that to happen.
1402
1403         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1404
1405         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1406         easier debugging.
1407         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1408         big pictures in the article buffer.
1409
1410         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1411         gnus-article-html.
1412         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1413         w3m.
1414
1415         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1416
1417 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1418
1419         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1420         which doesn't exist.
1421
1422         * message.el (message-inhibit-ecomplete): New variable to allow some
1423         function to inhibit ecomplete address storage.
1424         (message-resend): Disable ecomplete message storage when resending
1425         messages.
1426
1427         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1428
1429 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1430
1431         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1432         Save excursion while copying, moving, and deleting articles in order to
1433         prevent the cursor from jumping to unforeseen place.
1434
1435 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1436
1437         * lpath.el: No need to bind bookmark-current-buffer,
1438         bookmark-yank-point and bookmark-make-record-function.
1439
1440 2010-08-17  Glenn Morris  <rgm@gnu.org>
1441
1442         * gnus-sync.el: Require gnus components whose functions are used.
1443
1444         * gnus-art.el (bookmark-make-record-function):
1445         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1446         Declare for compiler.
1447
1448         * mm-url.el (mml-compute-boundary): Autoload.
1449
1450 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1451
1452         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1453
1454 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1455
1456         Typo fix "hoo4a" -> "hook".
1457
1458         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1459
1460 2010-08-14  Glenn Morris  <rgm@gnu.org>
1461
1462         * gnus-sync.el (gnus-sync): Fix defgroup version.
1463
1464 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1465
1466         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1467
1468         * gnus-sync.el: Fix docs.
1469         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1470         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1471
1472 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1473
1474         Optimizations for gnus-sync.el.
1475
1476         * gnus-sync.el: Add docs about gnus-sync-backend
1477         possibilities.
1478         (gnus-sync-save): Remove unnecessary message.
1479         (gnus-sync-read): Optimize and show what groups were skipped.
1480
1481 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1482
1483         Minor bug fixes for gnus-sync.el.
1484
1485         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1486         read the sync on get-new-news.
1487
1488         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1489         quiet.
1490
1491         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1492
1493 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1494
1495         Make saving and restoring of hidden threads work with overlays.
1496         Patch applied by Ted Zlatanov.
1497
1498         * gnus-sum.el (gnus-hidden-threads-configuration)
1499         (gnus-restore-hidden-threads-configuration): Update to deal with text
1500         properties, rather than searching for a magic character.
1501
1502 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1503
1504         New gnus-sync.el library for synchronization of marks.
1505
1506         * gnus-sync.el: New library for synchronization of marks.
1507
1508         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1509         renamed from `gnus-registry-grep-in-list'.
1510
1511         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1512
1513         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1514
1515 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1516
1517         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1518         determining charset of text fails.
1519
1520 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1521
1522         * nnmail.el (nnmail-get-new-mail-1): Revert.
1523
1524         * nnml.el (nnml-active-number): Make sure names of newly created groups
1525         in nnml-group-alist are encoded.
1526
1527 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1528
1529         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1530         containing non-ASCII characters in active file for nnml back end.
1531
1532 2010-07-24  David Engster  <dengste@eml.cc>
1533
1534         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1535         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1536
1537 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1538
1539         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1540         tag (Bug#6654).
1541
1542 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1543
1544         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1545         the article buffer, not the summary buffer.
1546
1547 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1548
1549         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1550         Emacs 23 as well.
1551
1552 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1553
1554         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1555         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1556
1557 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1558
1559         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1560         Patch applied by Karl Fogel.
1561
1562         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1563         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1564
1565 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1566
1567         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1568         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1569         C-w still not working correctly from Article buffers; Thierry's
1570         patch to fix that will be applied after this.
1571
1572         * gnus-art.el (bookmark-make-record-function): New local variable.
1573
1574         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1575         article buffer.
1576         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1577
1578 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1579
1580         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1581         on changes in bookmark.el.
1582
1583 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1584
1585         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1586         `no-log' instead of message not to log prompt string.
1587
1588 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1589
1590         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1591         the *other* type of HTML form submission.
1592
1593 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1594
1595         * auth-source.el (auth-source-pick): If choice does not contain a
1596         questioned keyword, set the check to t.
1597
1598 2010-06-12  Romain Francoise  <romain@orebokech.com>
1599
1600         * gnus-util.el (gnus-date-get-time): Move up before first use.
1601
1602 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1603
1604         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1605         (gnus-article-edit-part): Bind it to make last part that is substituted
1606         or deleted visible.
1607         (gnus-mime-display-single): Buttonize part of which id equals to
1608         gnus-mime-buttonized-part-id.
1609
1610 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1611
1612         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1613         (gnus-dd-mmm): Use gnus-date-get-time.
1614         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1615         simplify logic.
1616         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1617         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1618
1619 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1620
1621         * auth-source.el (top): Autoload `secrets-list-collections',
1622         `secrets-create-item', `secrets-delete-item'.
1623         (auth-sources): Fix tag string.
1624         (auth-get-source, auth-source-retrieve, auth-source-create)
1625         (auth-source-delete): New defuns.
1626         (auth-source-pick): Rewrite in order to avoid 2 passes.
1627         (auth-source-forget-user-or-password): New parameter USERNAME.
1628         (auth-source-user-or-password): New parameters CREATE-MISSING and
1629         DELETE-EXISTING.  Retrieve password interactively, if needed.
1630
1631 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1632
1633         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1634         deleting unused directories when gnus-expert-user is t.
1635
1636 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1637
1638         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1639         for each temp file when gnus-article-browse-delete-temp is ask.
1640
1641 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1642
1643         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1644         Lisp calls to delete-backward-char by calls to delete-char.
1645
1646 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1647
1648         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1649
1650 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1651
1652         * password-cache.el (password-cache-remove): Fix docstring.
1653
1654 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1655
1656         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1657         article unless decoding article to be saved.
1658
1659 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1660
1661         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1662         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1663         generated within the mm-with-unibyte-current-buffer macro.
1664
1665 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1666
1667         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1668         to nil when we're in a mml-preview buffer and no group is selected.
1669
1670 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1671
1672         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1673         when catching the `C-g'.  Reported by "Leo".
1674
1675 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1676
1677         * message.el (message-forward-make-body-plain)
1678         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1679         multibyte-string-p.
1680
1681         * lpath.el: Revert.
1682
1683 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1684
1685         * message.el (message-forward-make-body-mml): Assume original message
1686         is multibyte string; error on unibyte.
1687         (message-forward-make-body-plain): Ditto; don't add excessive newline
1688         in body end.
1689
1690         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1691
1692 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1693
1694         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1695         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1696
1697 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1698
1699         * mm-extern.el (mm-extern-url): Don't use
1700         mm-with-unibyte-current-buffer.
1701         (mm-extern-cache-contents): Use with-current-buffer instead of
1702         save-excursion + set-buffer.
1703
1704 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1705
1706         * mm-util.el (mm-emacs-mule): Remove.
1707
1708 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1709
1710         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1711         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1712         change.
1713
1714 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1715
1716         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1717         bind the default value of enable-multibyte-characters to nil.
1718
1719 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1720
1721         * message.el (message-forward-make-body-plain)
1722         (message-forward-make-body-mml):
1723         Don't use mm-with-unibyte-current-buffer.
1724
1725 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1726
1727         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1728
1729 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1730
1731         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1732         (Bug#5592).
1733
1734 2010-05-07  Julien Danjou  <julien@danjou.info>
1735
1736         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1737         it to mm-pipe-part.
1738
1739         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1740         it is given.
1741
1742 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1743
1744         * binhex.el (binhex-decode-region-internal)
1745         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1746         (dns-query)
1747         * nnweb.el (nnweb-gmane-search)
1748         * pgg-parse.el (pgg-parse-armor)
1749         * pgg.el (pgg-verify-region)
1750         * sha1.el (sha1-string-external)
1751         * uudecode.el (uudecode-decode-region-internal)
1752         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1753         XEmacs.
1754
1755         * gnus-art.el (gnus-article-browse-html-parts)
1756         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1757         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1758         make-temp-file.
1759
1760         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1761         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1762         compiling.
1763
1764         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1765         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1766         XEmacs when compiling.
1767
1768         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1769         gnus-pick-mode-off-hook for XEmacs when compiling.
1770         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1771         gnus-binary-mode-off-hook for XEmacs when compiling.
1772
1773         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1774         nil if char-charset is not available.
1775
1776         * imap.el (imap-disable-multibyte)
1777         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1778         macros.
1779
1780         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1781         instead of encode-coding-string.
1782
1783         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1784         'xemacs) instead of mm-emacs-mule to switch function definitions.
1785         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1786
1787         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1788         bind temporary-file-directory for XEmacs;
1789         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1790         timer-set-function for XEmacs 21.4 and SXEmacs;
1791         bind timer-list for XEmacs 21.4 and SXEmacs;
1792         fbind char-charset and find-charset-region for non-Mule XEmacs;
1793         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1794         encode-coding-region and encode-coding-string for XEmacs having no
1795         file-coding feature.
1796
1797 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1798
1799         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1800
1801 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1802
1803         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1804         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1805
1806 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1807
1808         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1809         alias `jka-compr-delete-temp-file' no longer exists.
1810
1811 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1812
1813         Use define-minor-mode in Gnus where applicable.
1814         * mml.el (mml-mode): Use define-minor-mode.
1815         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1816         (gnus-undo-mode): Use define-minor-mode.
1817         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1818         (gnus-dead-summary-mode): Use define-minor-mode.
1819         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1820         Initialize in declaration.
1821         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1822         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1823         (gnus-mailing-list-mode): Use define-minor-mode.
1824         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1825         (gnus-draft-mode): Use define-minor-mode.
1826         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1827         (gnus-dired-mode): Use define-minor-mode.
1828
1829 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1830
1831         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1832         handles on recursive mml-to-mime translation and check them for
1833         boundary delimiter collisions.  Reported by Greg Troxel.
1834
1835 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1836
1837         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1838
1839 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1840
1841         * mm-util.el (mm-find-buffer-file-coding-system):
1842         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1843
1844 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1845
1846         * message.el (message-generate-headers): Record insertion of optional
1847         headers as well.  Otherwise the check to prevent repeated insertion of
1848         optional headers is a no-op.
1849
1850 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1851
1852         * smime.el: Don't mention CVS.
1853
1854         * nnrss.el (nnrss-fetch): Don't mention CVS.
1855
1856         * nnir.el: Don't mention CVS.
1857
1858 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1859
1860         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1861
1862 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1863
1864         * lpath.el: Fbind bookmark-default-handler,
1865         bookmark-get-bookmark-record, bookmark-make-record-default,
1866         bookmark-prop-get for Emacs <23 and XEmacs.
1867
1868 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1869
1870         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1871         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1872         Use with-current-buffer to silence the byte-compiler.
1873         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1874         bother to require `gnus'.
1875         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1876
1877 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1878
1879         * gnus-sum.el (gnus-summary-bookmark-make-record)
1880         (gnus-summary-bookmark-jump): New functions.
1881         (gnus-summary-mode): Setup bookmark support.
1882
1883 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1884
1885         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1886         if set.
1887
1888 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1889
1890         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1891         gnus-article-browse-html-save-cid-image; make it work recursively for
1892         forwarded messages as well.
1893         (gnus-article-browse-html-parts): Work when prefix arg is given.
1894         (gnus-article-browse-html-article): Doc fix.
1895
1896 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1897
1898         * message.el (message-default-mail-headers):
1899         (message-default-headers): Carry the value mail-default-headers over
1900         into message-default-mail-headers, rather than message-default-headers.
1901
1902 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1903
1904         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1905         charset.
1906
1907         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1908         charset into the <meta> tag when the article is encoded to utf-8.
1909
1910 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1911
1912         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1913         directories as well.
1914         (gnus-article-browse-html-parts): Work for images that do not specify
1915         file names; delete temp directory when quitting; insert header at the
1916         right place; use file: scheme for image files.
1917
1918 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1919
1920         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1921         (gnus-article-browse-html-parts): Use it to make temporary cid image
1922         files in addition to html file so that browser may display them.
1923
1924 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1925
1926         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1927
1928 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1929
1930         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1931
1932 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1933
1934         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1935         about Secret Service API sources.  Improve Customize options.
1936         (auth-source-pick): Change to accept any number of search parameters.
1937         Implement fallbacks iteratively, not recursively.  Add scoring on the
1938         second pass and sort by score.  Call Secret Service API when needed.
1939         (auth-source-user-or-password): Use it.  Call Secret Service API
1940         directly when needed to get the user name and the password.
1941
1942 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1943
1944         * message.el (message-interactive): Doc fix.
1945         (message-qmail-inject-args): Reflow.
1946         (message-kill-to-signature): Fix typo in docstring.
1947
1948         * smiley.el (smiley-buffer): Fix typo in docstring.
1949
1950 2010-03-24  Glenn Morris  <rgm@gnu.org>
1951
1952         * mail-source.el (gnus-message): Declare.
1953         (mail-source-delete-old-incoming): Require gnus-util.
1954
1955 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1956
1957         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1958
1959         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1960
1961         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1962         password-cache's default if it is not bound.
1963         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1964         password-cache-expiry's default if it is not bound.
1965
1966         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1967         available in Emacs 21.
1968
1969         * lpath.el: Suppress compiler warnings for:
1970         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1971         XEmacs;
1972         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1973         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1974         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1975
1976 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1977
1978         * auth-source.el (auth-sources): Fix up definition so extra parameters
1979         are always inline.
1980
1981 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1982
1983         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1984         wasn't updated after mismatch.  Clear cached mailbox info correctly
1985         when uidvalidity changes.
1986         (nnimap-group-prefixed-name): New function to avoid some code
1987         duplication.
1988         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1989         (nnimap-request-group): Use it.
1990         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1991         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1992         with many imap folders.  This is done by caching the group status from
1993         the imap server persistently in a group parameter `imap-status'.  (This
1994         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1995         but not persistently, so every Gnus startup was still very slow.)
1996
1997 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1998
1999         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2000         delete the extra newline.  Otherwise editing of :string and :number
2001         types don't work.
2002
2003 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2004
2005         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2006         secrets.el dependency.
2007         (auth-sources): Add optional user name.  Add secrets.el configuration
2008         choice (unused right now).
2009
2010 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2011
2012         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2013         `gnus-registry-install-shortcuts' fill in the functions.
2014
2015         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2016         warnings.
2017         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2018         (gnus-registry-install-shortcuts): Populate and use it in a
2019         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2020
2021 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2022
2023         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2024         In-place substitutions for the group name encoding/decoding.
2025         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2026         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2027         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2028         (nnimap-update-unseen, nnimap-request-list)
2029         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2030         (nnimap-request-set-mark, nnimap-split-to-groups)
2031         (nnimap-split-articles, nnimap-request-newgroups)
2032         (nnimap-request-create-group, nnimap-request-accept-article)
2033         (nnimap-request-delete-group, nnimap-request-rename-group)
2034         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2035         `encoded-mbx' for consistency.
2036         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2037         variable `imap-current-mailbox'.
2038
2039         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2040         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2041
2042 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2043
2044         * pop3.el (pop3-display-message-size-flag): Display message size byte
2045         counts during POP3 download.
2046         (pop3-movemail): Use it.
2047         (pop3-list): Implement listing of available messages.
2048
2049 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2050
2051         * nnir.el (nnir-get-article-nov-override-function): New function to
2052         override the normal NOV retrieval.
2053         (nnir-retrieve-headers): Use it.
2054
2055 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2056
2057         * auth-source.el (netrc-machine-user-or-password): Autoload.
2058
2059 2010-03-19  Glenn Morris  <rgm@gnu.org>
2060
2061         Stop message.el from loading about 40 libraries it doesn't always need.
2062         The general approach is to autoload rather than require, and to
2063         require in the specific functions rather than the file.  (Bug#5642)
2064
2065         * gmm-utils.el: Don't require wid-edit.
2066         (widget-create-child-value, widget-convert, widget-default-get):
2067         Autoload.
2068
2069         * gnus-util.el: Don't require time-date, netrc.
2070         (message-fetch-field, gnus-group-name-decode): Declare rather than
2071         autoloading.
2072         (gnus-fetch-field): Require message.
2073         (gnus-decode-newsgroups): Require gnus-group.
2074
2075         * ietf-drums.el: Don't require time-date.
2076
2077         * message.el: Don't require hashcash, canlock, ecomplete.
2078         Do require mail-utils.  Require nnheader only when compiling.
2079         (smtpmail-default-smtp-server): Remove declaration.
2080         (message-send-mail-function): Check smtpmail-default-smtp-server
2081         is bound rather than requiring smtpmail.
2082         (message-auto-save-directory, message-insert-signature): Use
2083         expand-file-name rather than nnheader-concat.
2084         (nnheader-insert-file-contents): Autoload.
2085         (hashcash-wait-async): Declare.
2086         (message-send-mail): Only call gnus-setup-posting-charset if
2087         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2088         (message-send-mail-with-sendmail): Require sendmail.
2089         (canlock-password, canlock-password-for-verify): Declare.
2090         (message-canlock-password): Require canlock.
2091         (nnheader-get-report): Autoload.
2092         (gnus-setup-posting-charset): Declare.
2093         (message-send-news): Require gnus-msg.
2094         (message-make-references, message-make-in-reply-to): Use mail-header-id
2095         rather than the alias mail-header-message-id.
2096         (ecomplete-add-item, ecomplete-save): Declare.
2097         (message-put-addresses-in-ecomplete): Require ecomplete.
2098         (ecomplete-display-matches): Autoload.
2099
2100         * mm-decode.el: Don't require mailcap, gnus-util.
2101         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2102         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2103         Autoload.
2104         (mailcap-mime-extensions): Declare.
2105
2106         * mm-encode.el: Don't require mailcap.
2107         (mailcap-extension-to-mime): Autoload.
2108
2109         * mml-sec.el: Don't require password-cache.
2110
2111         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2112         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2113         (mml-minibuffer-read-type): Require mailcap.
2114         (mml-preview): Require gnus-msg.
2115
2116         * mml1991.el: Require password-cache.
2117         (password-cache-expiry): Remove declaration.
2118
2119         * mml2015.el: Require password-cache.
2120         (password-cache-expiry): Remove declaration.
2121
2122         * nneething.el (mailcap): Require mailcap.
2123
2124         * nnheader.el (declare-function): Add compatibility stub.
2125         (message-remove-header): Declare rather than autoload.
2126         (nnheader-replace-header): Require message.
2127
2128         * nnimap.el (declare-function): Add compatibility stub.
2129         (netrc-parse, netrc-machine-user-or-password): Declare.
2130         (nnimap-open-connection): Require netrc.
2131
2132         * nntp.el (declare-function): Add compatibility stub.
2133         (netrc-parse, netrc-machine, netrc-get): Declare.
2134         (nntp-send-authinfo): Require netrc.
2135
2136         * rfc2047.el: Don't require qp.
2137         (quoted-printable-encode-region, quoted-printable-decode-string):
2138         Autoload.
2139
2140         * sieve-mode.el: Don't require easymenu.
2141         (easy-menu-add-item): Autoload it.
2142
2143         * spam-stat.el (time-to-number-of-days): Autoload it.
2144
2145 2010-03-19  Glenn Morris  <rgm@gnu.org>
2146
2147         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2148
2149 2010-03-18  Glenn Morris  <rgm@gnu.org>
2150
2151         * hashcash.el (declare-function): Remove duplicate definition.
2152
2153 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2154
2155         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2156         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2157         value if any backslash escapes).
2158
2159 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2160
2161         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2162         if it is available.  (bug#5647)
2163
2164         * lpath.el: Suppress compiler warning for coding-system-from-name for
2165         Emacs 21 and XEmacs.
2166
2167 2010-03-14  Juri Linkov  <juri@jurta.org>
2168
2169         * hmac-def.el:
2170         * hmac-md5.el:
2171         * netrc.el: Fix keywords.
2172
2173 2010-02-26  Glenn Morris  <rgm@gnu.org>
2174
2175         * message.el (message-send-mail-function): Change the default, so that
2176         it inherits from a customized send-mail-function.  (Bug#5643)
2177
2178 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2179
2180         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2181         shell-command-to-string signals an error (bug#5299).
2182
2183 2010-02-24  Glenn Morris  <rgm@gnu.org>
2184
2185         * message.el (message-smtpmail-send-it)
2186         (message-send-mail-with-mailclient): Doc fixes.
2187
2188 2010-02-16  Glenn Morris  <rgm@gnu.org>
2189
2190         * message.el (message-default-mail-headers): Change the default value
2191         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2192
2193 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2194
2195         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2196         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2197
2198 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2199
2200         * time-date.el (date-to-time): Doc fix (Bug#5408).
2201
2202 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2203
2204         * message.el (message-mail): Just pass yank-action on to message-setup.
2205         (message-setup): Handle (FUN . ARGS) form of yank-action.
2206         (message-with-reply-buffer, message-widen-reply)
2207         (message-yank-original): Handle non-buffer values of
2208         message-reply-buffer (Bug#4080).
2209         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2210
2211 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2212
2213         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2214         Fix typo in docstring.
2215
2216 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2217
2218         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2219         response.
2220
2221 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2222
2223         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2224
2225         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2226
2227         * message.el (message-check-news-header-syntax): Protect against a
2228         string that `rfc822-addresses' returns when parsing fails.
2229
2230 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2231
2232         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2233         (gnus-previous-char-property-change): New functions.
2234
2235         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2236
2237 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2238
2239         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2240         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2241
2242 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2243
2244         * message.el (message-exchange-point-and-mark): Rework last change to
2245         avoid using optional arg of exchange-point-and-mark, for backward
2246         compatibility.
2247
2248 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2249
2250         * message.el (message-exchange-point-and-mark): Call
2251         exchange-point-and-mark with an argument rather than setting
2252         mark-active by hand (Bug#5175).
2253
2254 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2255
2256         * nntp.el (nntp-service-to-port): Work for service expressed with
2257         numeric string; replace [:digit:] with [0-9] for XEmacs.
2258
2259 2009-12-17  Glenn Morris  <rgm@gnu.org>
2260
2261         * gnus-group.el (gnus-bug-group-download-format-alist):
2262         Change emacs entry to debbugs.gnu.org.  Bump :version.
2263
2264 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2265
2266         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2267
2268 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2269
2270         * message.el (message-info): Explain why we use `Info-goto-node'.
2271
2272 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2273
2274         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2275
2276 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2277
2278         * message.el (message-completion-in-region): New compatibility function.
2279         (message-expand-group): Use it.
2280
2281 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2282
2283         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2284         with no unread article should be listed if the 2nd arg `predicate' is
2285         given.
2286
2287 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2288
2289         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2290
2291 2009-11-29  Juri Linkov  <juri@jurta.org>
2292
2293         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2294         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2295         on `gnus-recenter'. (Bug#4698, Bug#4981)
2296
2297 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2298
2299         * sha1.el (sha1-string-external): default-directory "/" in case
2300         otherwise non-existent.  process-connection-type pipe for touch of
2301         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2302
2303 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2304
2305         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2306         it's comms related and sgml-mode.el has "comm" on that basis too.
2307
2308 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2309
2310         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2311         containing tspecial characters if they have been already quoted.
2312
2313 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2314
2315         * dns-mode.el (auto-mode-alist): Purecopy string.
2316
2317 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2318
2319         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2320
2321 2009-10-24  Glenn Morris  <rgm@gnu.org>
2322
2323         * gnus-art.el (help-xref-stack-item): Define for compiler.
2324
2325 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2326
2327         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2328
2329 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2330
2331         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2332
2333 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2334
2335         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2336         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2337
2338 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2339
2340         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2341         (gnus-overlays-in): New alias to overlays-in.
2342
2343         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2344         gnus-overlay-get, and gnus-delete-overlay.
2345         (gnus-summary-show-thread): Make it work as well for systems in which
2346         next-single-char-property-change is not available.
2347         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2348
2349         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2350         (gnus-overlay-get): New alias to extent-property.
2351         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2352
2353         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2354         SXEmacs.
2355
2356         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2357         SXEmacs.
2358
2359 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2360
2361         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2362
2363 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2364
2365         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2366         and XEmacs that don't have `remove-overlays'.
2367
2368 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2369
2370         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2371         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2372         selective display.  Use overlays instead.
2373
2374 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2375
2376         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2377
2378 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2379
2380         * spam-stat.el (spam-stat-load): Fix typo in message.
2381
2382 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2383
2384         * dig.el (dig-invoke): Fix typo in docstring.
2385         (query-dig): Reflow docstring.
2386
2387 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2388
2389         * gnus-art.el (gnus-article-encrypt-body):
2390         * message.el (message-check-recipients):
2391         * mm-util.el (mm-codepage-setup):
2392         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2393         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2394
2395 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2396
2397         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2398         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2399         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2400         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2401         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2402
2403 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2404
2405         * dig.el: Add "Keywords: comm", as per net-utils.el.
2406
2407 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2408
2409         * dig.el (dig-mode): Use define-derived-mode.
2410
2411 2009-09-19  Glenn Morris  <rgm@gnu.org>
2412
2413         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2414
2415 2009-09-18  Glenn Morris  <rgm@gnu.org>
2416
2417         * gnus-diary.el (gnus-diary-check-message):
2418         * message.el (message-insert-formatted-citation-line):
2419         * nnbabyl.el (top-level):
2420         * nndiary.el (nndiary-schedule):
2421         Fix typos in condition-case handlers.
2422
2423 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2424
2425         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2426         configuration that provides the sole article window in a frame;
2427         position point correctly after deleting a part.
2428
2429 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2430
2431         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2432         (spam-resolve-registrations-routine): Use it to unregister articles
2433         that change status.
2434
2435 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2436
2437         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2438         with XEmacs.
2439         (parse-time-string-chars): Use it.
2440
2441 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2442
2443         * imap.el (imap-interactive-login): Better messages.
2444         (imap-open): Fix bug with renamed buffer on reconnect.
2445         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2446         for easier debugging and cleaner code.  On successful (guessed based on
2447         server capabilities) secondary authentication, set imap-state
2448         correctly.
2449         (imap-last-authenticator): Define imap-last-authenticator as a variable
2450         to avoid warnings.
2451
2452 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2453
2454         * nnrss.el (nnrss-request-article): Remove binding of
2455         default-enable-multibyte-characters that has gotten needless by
2456         the 2007-07-13 change in rfc2047-encode-message-header.
2457
2458         * mml.el (mml-insert-multipart): Error on the message header.
2459         (mml-insert-part): Error on the message header; position point at
2460         the end of a MIME tag.
2461
2462 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2463
2464         * time-date.el (autoload): Expand define-obsolete-function-alias into
2465         defalias and make-obsolete for old Emacsen that Gnus supports.
2466         (with-no-warnings): Define it for old Emacsen.
2467         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2468         is available.
2469         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2470         float-time is available; suppress compile warning for time-to-seconds.
2471
2472         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2473         (gnus-float-time): Alias to float-time if it exists.
2474
2475         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2476         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2477         float-time is available; suppress compile warning for time-to-seconds.
2478
2479         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2480         XEmacs.
2481
2482 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2483
2484         * imap.el (imap-message-map): Docstring fix.
2485
2486 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2487
2488         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2489         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2490         Add the optional argument `encoding' that overrides the default.
2491
2492         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2493         mm-encode-buffer.
2494
2495 2009-09-04  Glenn Morris  <rgm@gnu.org>
2496
2497         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2498         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2499         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2500         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2501         * mm-util.el (mm-with-unibyte-current-buffer)
2502         (mm-find-buffer-file-coding-system):
2503         * yenc.el (yenc-decode-region): Use default-value rather than
2504         default-enable-multibyte-characters.
2505
2506 2009-09-03  Glenn Morris  <rgm@gnu.org>
2507
2508         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2509         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2510         than default-enable-multibyte-characters.
2511
2512 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2513
2514         * gnus-art.el (gnus-article-read-summary-keys):
2515         Fix gnus-buffer-configuration's value temporarily used.
2516
2517 2009-09-02  Glenn Morris  <rgm@gnu.org>
2518
2519         * gnus-util.el (gnus-float-time): New function.
2520         * gnus-delay.el (gnus-delay-article):
2521         * gnus-sum.el (gnus-thread-latest-date):
2522         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2523         * nnspool.el (nnspool-request-newgroups):
2524         Use gnus-float-time rather than time-to-seconds.
2525         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2526
2527         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2528         (gnus-header-subject-face, gnus-header-newsgroups-face)
2529         (gnus-header-name-face, gnus-header-content-face):
2530         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2531         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2532         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2533         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2534         (gnus-cite-face-11):
2535         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2536         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2537         (gnus-server-closed-face, gnus-server-denied-face)
2538         (gnus-server-offline-face):
2539         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2540         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2541         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2542         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2543         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2544         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2545         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2546         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2547         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2548         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2549         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2550         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2551         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2552         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2553         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2554         (gnus-summary-high-undownloaded-face)
2555         (gnus-summary-low-undownloaded-face)
2556         (gnus-summary-normal-undownloaded-face)
2557         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2558         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2559         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2560         (gnus-splash-face):
2561         * message.el (message-header-to-face, message-header-cc-face)
2562         (message-header-subject-face, message-header-newsgroups-face)
2563         (message-header-other-face, message-header-name-face)
2564         (message-header-xheader-face, message-separator-face)
2565         (message-cited-text-face, message-mml-face):
2566         * sieve-mode.el (sieve-control-commands-face)
2567         (sieve-action-commands-face, sieve-test-commands-face)
2568         (sieve-tagged-arguments-face):
2569         * spam.el (spam-face):
2570         Mark face aliases with "-face" in the name as obsolete.
2571
2572 2009-09-01  Glenn Morris  <rgm@gnu.org>
2573
2574         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2575         than goto-line.
2576
2577 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2578
2579         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2580         Don't move point if the command is invoked inside the message header.
2581
2582 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2583
2584         * imap.el (imap-send-command): Simplify.
2585         (imap-wait-for-tag): point-max -> buffer-size.
2586
2587 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2588
2589         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2590         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2591         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2592         * nnir.el (nnir-swish-e-index-file):
2593         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2594         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2595         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2596         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2597         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2598         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2599
2600 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2601
2602         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2603         Don't save excursion.
2604
2605 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2606
2607         * nnheader.el (nnheader-find-file-noselect):
2608         * mm-util.el (mm-insert-file-contents):
2609         Use (default-value 'major-mode) instead of default-major-mode.
2610
2611 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2612
2613         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2614
2615 2009-08-26  Glenn Morris  <rgm@gnu.org>
2616
2617         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2618         than placing in files.el.
2619
2620 2009-08-25  Glenn Morris  <rgm@gnu.org>
2621
2622         * nnir.el (top-level): Don't require cl at run-time.
2623         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2624         Replace cl-function substitute with gnus-replace-in-string.
2625         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2626         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2627         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2628         simplified expansions.
2629
2630 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2631
2632         * dig.el (dig): Add autoload cookie.
2633
2634 2009-08-22  Glenn Morris  <rgm@gnu.org>
2635
2636         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2637         goto-line.
2638
2639 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2640
2641         * parse-time.el (parse-time-string-chars): Save match data.
2642
2643 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2644
2645         * parse-time.el (parse-time-string-chars): Compute using character
2646         classes, to handle non-ascii characters (Bug#3190).
2647
2648 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2649
2650         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2651
2652         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2653         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2654         (gnus-mm-display-part, gnus-mime-display-single)
2655         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2656         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2657
2658         * gnus-sum.el
2659         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2660         (gnus-summary-move-article): Add expirable mark to articles copied or
2661         moved to group that has auto-expire turned on if the option is non-nil.
2662
2663 2009-07-24  Glenn Morris  <rgm@gnu.org>
2664
2665         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2666         Fix typo.  (Bug#3903)
2667
2668 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2669
2670         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2671         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2672         that should not be used for draft articles.
2673         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2674         that has no concern in minor mode keys.
2675         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2676         Abolish.
2677
2678 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2679
2680         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2681         article without making inquiry to a user for unknown encoding.
2682
2683         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2684         (nnmaildir--scan): Assume i-node and device number that file-attributes
2685         returns might be cons-cell.
2686
2687         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2688
2689         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2690
2691 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2692
2693         * auth-source.el: Remove docs now in auth.texi.  Don't use
2694         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2695         `auth-source-hide-passwords' and use them.
2696
2697 2009-07-15  Glenn Morris  <rgm@gnu.org>
2698
2699         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2700
2701 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2702
2703         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2704         excessive whitespace from the default values of title and description.
2705
2706 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2707
2708         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2709         mail-fetch-field to fetch Content-Description header in order to
2710         exclude newlines.
2711
2712 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2713
2714         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2715         format used by GnuPG 2.0.11.
2716
2717 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2718
2719         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2720         to deleted part.
2721
2722 2009-05-30  David Engster  <dengste@eml.cc>
2723
2724         * nnmairix.el: Remove old documentation in the commentary block.
2725         (nnmairix-request-group): Do not update active file for nnml back ends.
2726         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2727         end so that overview files are ignored.
2728         (nnmairix-update-groups): Make updating the groups more robust by using
2729         marks.
2730         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2731         with dollar characters in message-id.
2732
2733 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2734
2735         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2736         2008-12-25 in dns.el.
2737
2738 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2739
2740         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2741         could happen if the text is only composed of spaces and/or tabs.
2742
2743 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2744
2745         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2746         when sending a queued message to avoid extra mml tags.
2747
2748 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2749
2750         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2751
2752 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2753
2754         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2755         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2756         rmail-toggle-header for XEmacs;
2757         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2758
2759 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2760
2761         * gnus-dired.el: Remove autoload for gnus-setup-message.
2762         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2763         displaying Gnus logo; always use compose-mail.
2764
2765 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2766
2767         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2768
2769 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2770
2771         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2772         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2773         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2774         available.
2775         (gnus-nocem-epg-verify): New function.
2776
2777 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2778
2779         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2780
2781 2009-02-15  Glenn Morris  <rgm@gnu.org>
2782
2783         * gnus-util.el (rmail-insert-rmail-file-header)
2784         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2785         autoloads.
2786         (rmail-default-rmail-file): Remove unnecessary declaration.
2787         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2788
2789 2009-02-14  Glenn Morris  <rgm@gnu.org>
2790
2791         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2792         variable (only used in gnus-util, which declares it anyway).
2793         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2794         which was only needed by gnus-art (changed to not use it any more).
2795         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2796         only used in gnus-util, which autoloads it itself.
2797         (rmail-update-summary): Fix autoload.
2798
2799         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2800         rather than rmail-output-to-rmail-file.
2801
2802 2009-02-07  Glenn Morris  <rgm@gnu.org>
2803
2804         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2805         autoload of function that no longer exists.
2806         (rmail-toggle-header): Declare.
2807         (message-forward-rmail-make-body): Handle mbox Rmail.
2808
2809 2009-01-31  Glenn Morris  <rgm@gnu.org>
2810
2811         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2812         2009-01-09 change.
2813
2814 2009-01-31  Dave Love  <fx@gnu.org>
2815
2816         * imap.el (imap-fetch-safe): Bind debug-on-error.
2817         (imap-debug): Add imap-fetch-safe.
2818
2819 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2820
2821         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2822         (auth-source-forget-all-cached): New convenience function.
2823         (auth-source-user-or-password): Accept list of modes or a single mode.
2824
2825         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2826         auth-source modes.
2827
2828         * netrc.el (netrc-machine-user-or-password): Use list of
2829         auth-source modes.
2830
2831         * nnimap.el (nnimap-open-connection): Use list of
2832         auth-source modes.
2833
2834         * nntp.el (nntp-send-authinfo): Use list of
2835         auth-source modes.
2836
2837 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2838
2839         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2840         now.
2841
2842 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2843
2844         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2845         coding system in XEmacs; add a workaround for XEmacs.
2846
2847         * lpath.el: Fbind coding-system-aliasee.
2848
2849 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2850
2851         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2852         of current-language-environment.
2853
2854 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2855
2856         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2857         available at runtime.
2858
2859 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2860
2861         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2862
2863 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2864
2865         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2866         the greatest positive fixnum value doesn't work under an XEmacs with
2867         bignum support; use the most-positive-fixnum constant instead,
2868         available since Emacs 21.1 with cl and XEmacs 21.1.
2869
2870 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2871
2872         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2873         XEmacs gets not to work.
2874
2875 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2876
2877         * mm-util.el (mm-coding-system-priorities): Allow the value like
2878         "Japanese (UTF-8)" of current-language-environment.
2879
2880 2009-01-09  Glenn Morris  <rgm@gnu.org>
2881
2882         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2883         with last-command-event.
2884
2885 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2886
2887         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2888         in the doc string.
2889
2890         * message.el (message-fix-before-sending): Amend comment.
2891
2892 2009-01-08  Dave Love  <fx@gnu.org>
2893
2894         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2895
2896 2009-01-07  David Engster  <dengste@eml.cc>
2897
2898         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2899         simplified server definitions by converting it via
2900         gnus-server-to-method.
2901
2902 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2903
2904         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2905         parameter's operands.
2906
2907 2009-01-06  David Engster  <dengste@eml.cc>
2908
2909         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2910         primary select method (for gnus-group-mark-article-as-read).
2911
2912 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2913
2914         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2915         `(gnus)Face', not `(gnus)X-Face'.
2916
2917 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2918
2919         * mm-util.el (mm-ucs-to-char): New function.
2920
2921         * mm-url.el (mm-url-decode-entities): Use it.
2922
2923         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2924         unicode-to-char.
2925
2926 2009-01-05  Dave Love  <fx@gnu.org>
2927
2928         * time-date.el: Require cl for `declare'.
2929
2930 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2931
2932         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2933         Dave Love.
2934
2935 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2936
2937         * message.el (message-fix-before-sending): Add `eight-bit' to
2938         illegible-text check.
2939
2940 2009-01-03  Michael Olson  <mwolson@gnu.org>
2941
2942         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2943         `headers' is nil.  This can occur if the IMAP server does not have
2944         permissions to read messages from a folder, but can write new messages
2945         to the folder.
2946         (nnimap-request-article-part): Do not insert `data' if it is nil.
2947
2948         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2949         characters which will confuse `read', so skip past them.
2950
2951 2009-01-01  Dave Love  <fx@gnu.org>
2952
2953         * imap.el (imap-string-to-integer): Fix typo.
2954         (imap-fetch-safe): New function.
2955         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2956
2957         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2958
2959         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2960         (imap-parse-greeting): Fix doc strings.
2961         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2962         (imap-parse-flag-list): Make messages unique.
2963         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2964
2965         * nnimap.el: Fix author email.
2966         (nnimap-split-rule): Add FIXME comment.
2967         (nnimap-debug): Fix doc string.
2968
2969 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2970
2971         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2972
2973 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2974
2975         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2976         nslookup if resolv.conf isn't available.
2977         (dns-query): Rename from query-dns.
2978         (dns-query-cached): Rename from query-dns-cached.
2979
2980 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2981
2982         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2983         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2984         to check if those variables exist (first appeared in Emacs 18.50).
2985
2986 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2987
2988         * mm-util.el (mm-line-number-at-pos): New function.
2989
2990         * spam-report.el (spam-report-process-queue): Use it.
2991
2992 2008-12-24  David Engster  <dengste@eml.cc>
2993
2994         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2995         parameters that haven't existed as variables as buffer-local variables.
2996
2997 2008-12-23  Dave Love  <fx@gnu.org>
2998
2999         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3000         cadar.
3001
3002         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3003         imap-starttls-p.
3004         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3005
3006 2008-12-22  Dave Love  <fx@gnu.org>
3007
3008         * imap.el: Fix author email.  Doc fixes.
3009         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3010         reply.
3011
3012 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3013
3014         * spam-report.el (spam-report-gmane-max-requests): New constant.
3015         (spam-report-gmane-wait): New variable.
3016         (spam-report-gmane-ham, spam-report-gmane-spam)
3017         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3018         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3019         the server.
3020
3021         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3022         Add explanations.
3023
3024         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3025         nnheader-accept-process-output and nnheader-read-timeout if available.
3026         (pop3-movemail): Use it.
3027
3028         * message.el (message-check-news-body-syntax): Fix signature check if
3029         there's an attachment.
3030
3031 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3032
3033         * mm-util.el: Add comments to the mm- emulating functions.
3034
3035 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3036
3037         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3038         by Stephen Berman <stephen.berman@gmx.net>.
3039
3040 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3041
3042         * mm-util.el (mm-substring-no-properties): New function.
3043         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3044         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3045         (mm-string-to-multibyte): Doc fix.
3046
3047         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3048
3049 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3050
3051         * mml.el (mml-attach-file): Strip text properties from file name.
3052         (Bug#1574)
3053
3054 2008-12-16  Glenn Morris  <rgm@gnu.org>
3055
3056         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3057
3058 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3059
3060         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3061         knows since the charset specified might be a bogus alias that
3062         mm-charset-synonym-alist provides.
3063
3064 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3065
3066         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3067         "ISO_8859-1".
3068
3069         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3070
3071 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3072
3073         * mm-util.el (mm-charset-eval-alist):
3074         Define it before mm-charset-to-coding-system.
3075         (mm-charset-to-coding-system): Add optional argument `silent';
3076         define it before mm-charset-override-alist.
3077         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3078         default value if it can be used in Emacs currently running;
3079         silence mm-charset-to-coding-system.
3080
3081 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3082
3083         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3084         `allow-override' which says whether to use `mm-charset-override-alist'.
3085         (rfc2047-decode-encoded-words): Use it.
3086
3087         * mm-util.el (mm-charset-override-alist): Fix custom type;
3088         add `(gb2312 . gbk)' to choices.
3089
3090 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3091
3092         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3093         fast.
3094
3095         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3096
3097         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3098
3099 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3100
3101         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3102         on links.
3103
3104         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3105
3106 2008-12-03  Lute Kamstra  <lute@gnu.org>
3107
3108         * sha1.el: Remove leading * from docstrings of defcustoms,
3109         deffaces, defconsts and defuns.
3110
3111 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3112
3113         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3114         users' addresses that don't have domain parts.
3115         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3116         rather than message-narrow-to-head since there will be the message
3117         header separator.
3118
3119 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3120
3121         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3122         since the result is inserted in a unibyte buffer anyway.
3123         (nnimap-demule-use-string-to-multibyte): Remove.
3124         (nnimap-demule): Alias it to mm-string-to-multibyte.
3125
3126 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3127
3128         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3129         variable for debugging bug#464 and bug#1174.
3130         (nnimap-demule): Use it.
3131
3132 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3133
3134         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3135         score calculation correctly.
3136
3137 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3138
3139         * message.el (message-send-mail): Just set the buffer to unibyte
3140         rather than use mm-with-unibyte-current-buffer which does a lot more.
3141         (message-send-mail-partially): Don't bother with
3142         mm-with-unibyte-current-buffer since it's already been made unibyte by
3143         message-send-mail.
3144
3145 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3146
3147         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3148
3149 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3150
3151         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3152
3153 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3154
3155         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3156         require itself and to remove `with-no-warnings'.
3157
3158 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3159
3160         * starttls.el (starttls-any-program-available): Get the name of the
3161         available TLS layer program.
3162         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3163         well as the host name in the "opening" message.
3164
3165         * auth-source.el (auth-source-cache, auth-source-do-cache)
3166         (auth-source-user-or-password): Cache passwords and logins by default,
3167         allow override with `auth-source-do-cache'.
3168         (auth-source-forget-user-or-password): Allow users to remove cache
3169         entries if needed.
3170
3171 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3172
3173         * md4.el (md4-buffer): Fix typo in docstring.
3174         (md4, md4-64): Doc fixes.
3175         (md4-pack-int32): Reflow docstring.
3176
3177 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3178
3179         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3180         condition-case to only the forward-sexp call.
3181
3182 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3183
3184         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3185         quotes contained.  Make it more robust regardless by an extra
3186         condition-case wrapper.
3187
3188 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3189
3190         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3191
3192 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3193
3194         * nnml.el (nnml-request-expire-articles): Check if the function set to
3195         `nnmail-expiry-target' returns the symbol `delete'.
3196
3197         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3198
3199         * nnmail.el (nnmail-expiry-target): Fix custom type.
3200
3201 2008-10-02  Glenn Morris  <rgm@gnu.org>
3202
3203         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3204         Silence compiler warning.
3205
3206 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3207
3208         * tls.el (open-tls-stream): Show the actual command being
3209         executed, instead of the format string.
3210
3211 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3212
3213         * lpath.el: Fbind codepage-setup for Emacs 23.
3214
3215 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3216
3217         * mml.el (mml-menu): Don't assume mml2015 is bound.
3218
3219 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3220
3221         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3222         exists.
3223
3224 2008-09-27  Glenn Morris  <rgm@gnu.org>
3225
3226         * gnus-util.el (mail-header-remove-comments): Autoload it.
3227
3228 2008-09-27  Andreas Schwab  <schwab@suse.de>
3229
3230         * gnus-util.el (gnus-split-references): Strip comments.
3231         (gnus-parent-id): Likewise.
3232
3233 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3234
3235         * message.el (message-confirm-send): Fix version.
3236
3237 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3238
3239         * message.el (message-idna-to-ascii-rhs-1): Use
3240         mail-extract-address-components rather than mail-header-parse-addresses
3241         that is an alias by default to ietf-drums-parse-addresses that does not
3242         support non-ASCII names in headers' contents.
3243
3244 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3245
3246         * message.el (message-confirm-send): Fixed variable documentation to
3247         avoid the "y/n" wording.
3248
3249 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3250
3251         * message.el (message-set-auto-save-file-name): Save to a different
3252         filename so multiple messages (especially drafts) can be recovered.
3253
3254 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3255
3256         * message.el (message-confirm-send): Add appropriate version.
3257
3258 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3259
3260         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3261         defvar.
3262
3263 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3264
3265         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3266         (mm-pkcs7-enveloped-magic): Ditto.
3267
3268 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3269
3270         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3271         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3272
3273 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3274
3275         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3276         default, it's better.
3277
3278 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3279
3280         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3281         summary line gnus-number property and ignore them (with a warning
3282         message).
3283
3284 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3285
3286         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3287         macro caddr in the interactive form since it won't be expanded.
3288
3289 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3290
3291         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3292         `charset'; fix name of function called recursively.
3293         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3294
3295 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3296
3297         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3298         (gnus-mime-set-charset-parameters): New function.
3299         (gnus-mime-view-part-as-charset): Use it to correctly display part
3300         specifying wrong charset.
3301
3302 2008-09-08  David Engster  <dengste@eml.cc>
3303
3304         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3305         in completing-read for back end server.
3306
3307 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3308
3309         * message.el (message-confirm-send): New variable to confirm sending a
3310         message.
3311         (message-send): Use it.
3312
3313 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3314
3315         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3316
3317 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3318
3319         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3320
3321 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3322
3323         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3324         prevent tracking too many groups.
3325         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3326         Use it.
3327
3328 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3329
3330         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3331         moving point to the bottom of the window in order to avoid recentering.
3332
3333 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3334
3335         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3336
3337         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3338         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3339         (gnus-article-beginning-of-window): Fix calculation.
3340
3341 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3342
3343         * gnus-msg.el (gnus-summary-supersede-article)
3344         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3345         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3346         message header.
3347
3348 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3349
3350         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3351         pending output coming after the status change.
3352
3353 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3354
3355         * message.el:
3356         * gnus-start.el:
3357         * gnus-registry.el: Remove VMS support.
3358
3359 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3360
3361         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3362         macro.
3363         (rfc2104-hash): Use it.
3364
3365 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3366
3367         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3368         (gnus-summary-sort-by-most-recent-date): New commands.
3369         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3370         and menu entries.
3371
3372 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3373
3374         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3375         don't redisplay article for raw contents; remove plural articles stuff.
3376
3377         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3378         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3379         on gnus-summary-save-article; display results properly.
3380
3381 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3382
3383         * lpath.el: No need to fbind ns-focus-frame.
3384
3385 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3386
3387         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3388
3389 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3390
3391         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3392         gnus-save-all-headers.
3393
3394 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3395
3396         * gnus-util.el (ns-focus-frame): Remove declaration.
3397         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3398         like x.
3399
3400 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3401
3402         * rfc2104.el (rfc2104-zero): Delete defconst.
3403         (rfc2104-hex-alist): Likewise.
3404         (rfc2104-hex-to-int): Delete func.
3405         (rfc2104-hexstring-to-bitstring): Likewise.
3406         (rfc2104-nybbles): New defconst.
3407         (rfc2104-hash): Rewrite for speed.
3408
3409 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3410
3411         * tls.el (open-tls-stream): Make it work with the 2nd argument
3412         BUFFER that is a string but does not exist as a buffer object, as
3413         mentioned in the doc-string.
3414
3415 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3416
3417         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3418         SXEmacs.
3419
3420 2008-07-16  Glenn Morris  <rgm@gnu.org>
3421
3422         * gnus-util.el (ns-focus-frame): Declare for compiler.
3423
3424 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3425
3426         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3427         set as a group parameter.
3428         (gnus-summary-save-in-pipe): Work when it is called independently.
3429         (gnus-summary-pipe-to-muttprint): Don't modify
3430         gnus-summary-pipe-output-default-command.
3431
3432 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3433
3434         * message.el (message-send-mail-with-sendmail):
3435         Display the error message.
3436
3437 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3438
3439         * gnus-art.el (gnus-default-article-saver):
3440         Add gnus-summary-save-in-pipe to choices.
3441         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3442         gnus-summary-pipe-output-default-command as the default command.
3443         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3444         instead of gnus-last-shell-command.
3445
3446         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3447         New user option.
3448         (gnus-summary-muttprint-program): Mention the value will be changed.
3449         (gnus-summary-save-article): Force showing of all headers.
3450         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3451
3452 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3453
3454         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3455
3456 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3457
3458         * nnimap.el (nnimap-id):
3459         * sieve-manage.el (sieve-manage-open): Doc fixes.
3460
3461 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3462
3463         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3464         if available.
3465
3466 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3467
3468         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3469
3470         * nnkiboze.el (nnkiboze-generate-group):
3471         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3472
3473         * nnmairix.el: Require CL.
3474
3475 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3476
3477         * dgnushack.el: Autoload get-display-table and put-display-table for
3478         XEmacs 21.5.
3479
3480         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3481         21.4 and SXEmacs.
3482
3483 2008-06-15  David Engster  <dengste@eml.cc>
3484
3485         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3486
3487 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3488
3489         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3490         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3491         runtime choice under XEmacs.
3492
3493         * gnus-sum.el (gnus-summary-set-display-table):
3494         Use `gnus-put-display-table', `gnus-get-display-table',
3495         `gnus-set-display-table' for the display table, instead of `aset'.
3496
3497         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3498         Use `gnus-put-display-table', `gnus-get-display-table',
3499         `gnus-set-display-table' for the display table.
3500
3501 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3502
3503         * nnmairix.el: Add autoloads.
3504
3505 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3506
3507         * nnmairix.el (nnmairix-delete-recreate-group)
3508         (nnmairix-update-and-clear-marks): Fix error messages.
3509
3510 2008-06-14  David Engster  <dengste@eml.cc>
3511
3512         * nnmairix.el: Upgrade to version 0.6.
3513         (nnmairix-group-toggle-propmarks-this-group)
3514         (nnmairix-group-toggle-readmarks-this-group)
3515         (nnmairix-group-delete-recreate-this-group)
3516         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3517         (nnmairix-remove-tick-mark-original-article): New commands.
3518         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3519         (nnmairix-propagate-marks-to-nnmairix-groups)
3520         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3521         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3522         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3523         functions needed for marks propagation and manipulation of read marks.
3524         (nnmairix-update-groups): New function.
3525         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3526         (nnmairix-determine-original-group-from-registry)
3527         (nnmairix-determine-original-group-from-path)
3528         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3529         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3530         New helper functions.
3531         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3532         keystrokes for new commands.
3533         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3534         (nnmairix-request-group): Check allow-fast group parameter.
3535         (nnmairix-request-create-group): Set allow-fast group parameter if
3536         nnmairix-allowfast-default is set.
3537         (nnmairix-close-group): Propagate marks upon closing if needed.
3538         (nnmairix-group-toggle-threads-this-group): Use new.
3539         nnmairix-group-toggle-parameter helper function.
3540         (nnmairix-search): Better check for empty search result.
3541         (nnmairix-goto-original-article): Use new helper functions for
3542         determining original article.
3543         (nnmairix-show-original-article): Make sure message-id is in brackets.
3544         (nnmairix-call-mairix-binary): Change variable name.
3545         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3546         helper function.
3547         (nnmairix-widget-toggle-activate): Fix doc string.
3548
3549 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3550
3551         * nnir.el: Require edmacro when compiling with XEmacs.
3552         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3553         available in Emacs 21.
3554
3555 2008-06-11  Glenn Morris  <rgm@gnu.org>
3556
3557         * gnus-util.el (x-focus-frame):
3558         * gnus.el (image-size):
3559         * mm-decode.el (image-size): Declare.
3560
3561         * gnus-picon.el (declare-function): Add compat definition.
3562         (image-size): Declare.
3563
3564         * gnus-group.el (tool-bar-map):
3565         * gnus-sum.el (tool-bar-map): Define for compiler.
3566
3567         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3568
3569         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3570
3571         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3572         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3573         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3574         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3575         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3576         * sieve-manage.el, spam-report.el, spam.el:
3577         Remove unnecessary eval-and-compile of autoloads.
3578
3579 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3580
3581         * auth-source.el: Precise Tramp doc.
3582
3583 2008-06-07  Glenn Morris  <rgm@gnu.org>
3584
3585         * nnmairix.el: Remove unnecessary eval-when-compile.
3586
3587 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3588
3589         * lpath.el: Fbind propertize for XEmacs 21.4.
3590
3591 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3592
3593         * nnir.el: Move here from ../contrib.
3594
3595 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3596
3597         * gnus-util.el (gnus-read-shell-command): New function.
3598         * mm-decode.el (mm-pipe-part):
3599         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3600
3601 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3602
3603         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3604
3605 2008-06-03  Glenn Morris  <rgm@gnu.org>
3606
3607         * pop3.el (nnheader-accept-process-output): Autoload it.
3608
3609 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3610
3611         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3612         are not 2-digit hexadecimal characters that follow `%'s.
3613
3614 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3615
3616         * message.el (message-bogus-recipient-p): Fix type in doc string.
3617         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3618         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3619         Improve custom options.
3620         (message-bogus-recipient-p): Adjust accordingly.
3621
3622 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3623
3624         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3625         long-form month and day names.
3626
3627 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3628
3629         * dgnushack.el: Autoload debug, eudc-expand-inline and
3630         pgg-snarf-keys-region for XEmacs.
3631
3632         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3633
3634         * nnmairix.el: Require edmacro when compiling with XEmacs.
3635
3636 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3637
3638         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3639         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3640
3641 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3642
3643         * auth-source.el: Add more docs.
3644
3645         * netrc.el (netrc-machine): Always match if the port is not given.
3646
3647 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3648
3649         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3650         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3651         retrieval faster in some cases, but might make CPU usage larger.  If
3652         this has any bad side effects, we might revert this change.
3653
3654         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3655         seems to make mail retrieval much, much faster.
3656         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3657         unconditionally.
3658
3659         * gnus-draft.el (gnus-group-send-queue): Bind
3660         message-send-mail-partially-limit to nil to avoid being prompted.
3661
3662 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3663
3664         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3665
3666         * message.el (message-bogus-address-regexp): Fix and improve custom
3667         type.
3668         (message-setup-hook): Add message-check-recipients as custom option.
3669
3670 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3671
3672         * message.el (message-cite-function): Remove bogus autoload which crept
3673         in during merge from v5-10.
3674
3675 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3676
3677         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3678
3679         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3680
3681         * auth-source.el: Preliminary Tramp docs.
3682         (auth-sources): Change the default auth-sources to use
3683         EPA .gpg files.
3684
3685 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3686
3687         * nntp.el: Autoload `auth-source-user-or-password'.
3688         (nntp-send-authinfo): Use it.
3689
3690         * nnimap.el: Autoload `auth-source-user-or-password'.
3691         (nnimap-open-connection): Use it.
3692
3693         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3694         for the gnus-message function.
3695         (auth-source-user-or-password): Use it.
3696
3697 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3698
3699         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3700         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3701         (rfc2104-hash): Use it.
3702
3703 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3704
3705         * gnus-art.el (gnus-article-toggle-truncate-lines):
3706         Don't use `iff' in docstring.
3707
3708 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3709
3710         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3711
3712         * gnus-util.el (gnus-extract-address-component-name)
3713         (gnus-extract-address-component-email): Convenience functions around
3714         `gnus-extract-address-components'.
3715
3716         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3717         Use `gnus-extract-address-component-email' to fix bug of comparing full
3718         sender name to `user-mail-address'.
3719
3720 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3721
3722         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3723         catch/throw to optimize.
3724         (gnus-registry-find-keywords): Just use member to find a keyword.
3725
3726 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3727
3728         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3729         is current before calling gnus-server-prepare.
3730         (gnus-server-setup-buffer, gnus-server-update-server)
3731         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3732
3733 2008-05-04  Juri Linkov  <juri@jurta.org>
3734
3735         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3736         (mailcap-file-default-commands): Use mailcap-replace-in-string
3737         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3738         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3739
3740 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3741
3742         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3743
3744 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3745
3746         * gnus.el: Bump version to 0.11.
3747
3748 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3749
3750         * gnus.el: No Gnus v0.10 is released.
3751
3752 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3753
3754         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3755         hooks.
3756         (gnus-update-read-articles): Speed up non-marks-using users.
3757         (gnus-use-marks): Define gnus-use-marks.
3758         (gnus-propagate-marks): Rename variable to something more sensible.
3759
3760 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3761
3762         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3763         (gmm-image-load-path-for-library): Fix typos in docstrings.
3764         (gmm-message): Reflow docstring.
3765
3766 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3767
3768         * mail-source.el (mail-source-set-1, mail-source-bind):
3769         Move auth-source code out of the macro to clean it up and fix bugs.
3770
3771 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3772
3773         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3774         by sender if it's equal to user-mail-address, it's likely to be
3775         useless.
3776
3777         * mail-source.el (mail-source-bind): Don't use user or password if they
3778         are not bound.  Unintern them if they are nil.  Don't use server unless
3779         it's bound, and default it to empty string otherwise.
3780
3781 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3782
3783         * mail-source.el: Load auth-source.el.
3784         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3785         get user name or password, if auth-sources is set up.
3786
3787         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3788         strategy of splitting with parent.
3789         (gnus-registry-split-fancy-with-parent)
3790         (gnus-registry-post-process-groups): Use it and fix prior
3791         bug (returning a list as the split result).
3792
3793         * auth-source.el (auth-sources): Remove server parameter.
3794         (auth-source-pick, auth-source-user-or-password)
3795         (auth-source-user-or-password-imap)
3796         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3797         (auth-source-user-or-password-sftp)
3798         (auth-source-user-or-password-smtp): Remove server parameter.
3799
3800 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3801
3802         * smime.el (smime-sign-region, smime-encrypt-region)
3803         (smime-decrypt-region):
3804         Remove redundant calls to `generate-new-buffer-name'.
3805
3806 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3807
3808         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3809         Don't use QP for message/rfc822.
3810         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3811
3812 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3813
3814         * sieve-manage.el (sieve-string-bytes): Remove.
3815         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3816         correct byte-length only if the process's coding-system is the same as
3817         the one used internally by Emacs to represent strings.
3818
3819 2008-04-22  Juri Linkov  <juri@jurta.org>
3820
3821         * mailcap.el (mailcap-file-default-commands): New function.
3822
3823 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3824
3825         * message.el (message-signature-separator, message-cite-function):
3826         Change custom version.
3827
3828 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3829
3830         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3831         commands.
3832         (tls-checktrust): Ditto.
3833
3834 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3835
3836         * mm-decode.el (mm-display-external): Make temp file read-only.
3837
3838 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3839
3840         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3841         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3842         `C-c C-f d'.
3843
3844 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3845
3846         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3847
3848 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3849
3850         * gnus.el: Bump version to 0.9.
3851
3852 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3853
3854         * gnus.el: No Gnus v0.8 is released.
3855
3856 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3857
3858         * mail-source.el (mail-source-value):
3859         Prefer fboundp to functionp so it works with macros as well.
3860
3861 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3862
3863         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3864         Fix last change in case the element is not even a symbol.
3865
3866 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3867
3868         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3869         Prefer fboundp to functionp so it works with macros as well.
3870
3871 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3872
3873         * auth-source.el: Added docs.
3874         (auth-sources): Modify format to support server.
3875         (auth-source-pick, auth-source-user-or-password)
3876         (auth-source-user-or-password-imap)
3877         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3878         (auth-source-user-or-password-sftp)
3879         (auth-source-user-or-password-smtp): Add server parameter.
3880
3881 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3882
3883         * gnus-registry.el: Initialize the registry when gnus-registry-install
3884         is t.
3885
3886 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3887
3888         * compface.el (uncompface): Make buffer unibyte.
3889
3890 2008-04-05  Glenn Morris  <rgm@gnu.org>
3891
3892         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3893
3894 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3895
3896         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3897         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3898
3899         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3900         multibyteness after rather than before erasing it.
3901
3902         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3903         mm-with-multibyte.
3904         (gnus-request-article-this-buffer): Make sure the proper decoding is
3905         used if gnus-original-article-buffer happens to be unibyte.
3906
3907         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3908         default-enable-multibyte-characters.
3909
3910         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3911         default-enable-multibyte-characters.
3912
3913         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3914
3915         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3916
3917 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3918
3919         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3920         (imap-message-copyuid-1): Use it.
3921         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3922         J. Williams in
3923         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3924
3925         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3926         imap-enable-exchange-bug-workaround.
3927         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3928
3929 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3930
3931         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3932         a 100 byte status-checks into a 2-3MB transfer for each group.
3933         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3934         to enable bug workaround or not.
3935         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3936
3937 2008-03-31  Glenn Morris  <rgm@gnu.org>
3938
3939         * message.el (mml2015-use): Declare for compiler.
3940         (message-info): Require mml2015 when appropriate.
3941
3942 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3943
3944         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3945         whitespace.
3946
3947 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3948
3949         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3950         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3951         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3952         (nntp-service-to-port): New function.
3953         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3954         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3955         (nntp-open-netcat-stream): New function.
3956         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3957
3958 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3959
3960         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3961
3962 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3963
3964         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3965
3966 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3967
3968         * dns.el (dns-write): Use set-buffer-multibyte.
3969
3970 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3971
3972         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3973
3974 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3975
3976         * message.el (message-signature-separator): Change default.
3977         Improve custom type.
3978         (message-cite-function): Change default to
3979         message-cite-original-without-signature.
3980
3981         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3982         toggle.
3983
3984         * message.el (message-check-news-body-syntax): Fix signature check.
3985         (message-setup-1): Mark buffer as unmodified _after_ running
3986         message-setup-hook and handling message-alternative-emails.
3987         (message-shorten-references): Be more strict when building list of
3988         valid references to comply with GNKSA.
3989
3990         * gnus-group.el (gnus-read-ephemeral-bug-group)
3991         (gnus-read-ephemeral-debian-bug-group)
3992         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3993
3994         * message.el (message-info): Don't use booleanp which isn't supported
3995         in Emacs 21 and XEmacs.
3996
3997 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3998
3999         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4000         gnus-group-gmane-group-download-format.
4001         (gnus-group-read-ephemeral-gmane-group): Rename from
4002         gnus-group-read-ephemeral-gmane-group.
4003         (gnus-read-ephemeral-gmane-group-url): Rename from
4004         gnus-group-read-ephemeral-gmane-group-url.
4005         (gnus-bug-group-download-format-alist): New variable.
4006         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4007         (gnus-read-ephemeral-emacs-bug-group): New commands.
4008
4009 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4010
4011         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4012         (gnus-visible-headers): Improve custom type.
4013
4014 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4015
4016         * mml.el (mml-menu): Add workarounds for XEmacs.
4017
4018         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4019         X-Boundary header.
4020
4021         * message.el (message-simplify-recipients): Fix previous commit.
4022
4023 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4024
4025         * mm-util.el (mm-set-buffer-multibyte): New function.
4026         * mm-decode.el (mm-copy-to-buffer): Use it.
4027
4028 2008-03-19  Glenn Morris  <rgm@gnu.org>
4029
4030         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4031         Accidentally removed in the sync process with Emacs.
4032
4033 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4034
4035         * message.el (message-alter-recipients-discard-bogus-full-name):
4036         New function.
4037         (message-alter-recipients-function): New variable.
4038         (message-get-reply-headers): Use it.
4039         (message-replace-header): New helper function.
4040         (message-recipients-without-full-name): New variable.
4041         (message-simplify-recipients): New command.
4042
4043         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4044
4045         * message.el (message-info): Handle EasyPG manual.
4046
4047         * mml.el (mml-menu): Add entry for EasyPG.
4048
4049 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4050
4051         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4052         parameter.
4053
4054         * message.el (message-disassociate-draft): Specify drafts group name
4055         fully.
4056
4057 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4058
4059         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4060         unnecessary duplicates from the match list.
4061
4062 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4063
4064         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4065
4066         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4067
4068         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4069         args of `how-many' of which the XEmacs version doesn't take; declare
4070         Info-index-next as function.
4071
4072 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4073
4074         * gnus-score.el (gnus-score-headers): Fix handling of
4075         gnus-inhibit-slow-scoring.
4076
4077         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4078         string.
4079         (gnus-button-url-regexp): Improve handling of parenthesis.
4080         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4081         (gnus-button-handle-info-keystrokes): Handle index entries.
4082
4083 2008-03-15  Glenn Morris  <rgm@gnu.org>
4084
4085         * parse-time.el (parse-time-string): Simplify.
4086
4087 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4088
4089         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4090         Incoming* files.
4091
4092 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4093
4094         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4095         (auth-source-pick): Use it.
4096
4097 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4098
4099         * binhex.el (binhex-decode-region-internal):
4100         * uudecode.el (uudecode-decode-region-internal):
4101         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4102         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4103         setting default-enable-multibyte-characters.
4104
4105 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4106
4107         * auth-source.el (auth-source-protocols)
4108         (auth-source-protocols-customize, auth-source-choices): Added and
4109         modified variable customizations and defaults.
4110         (auth-source-pick, auth-source-user-or-password)
4111         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4112         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4113         (auth-source-user-or-password-sftp)
4114         (auth-source-user-or-password-smtp): Use new variables and provide an
4115         interface to netrc.el.
4116
4117 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4118
4119         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4120         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4121         Make sure the nntp port to specify is a string.
4122
4123 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4124
4125         * nntp.el: Use with-current-buffer.
4126         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4127         dubious mm-with-unibyte-current-buffer.
4128         (nntp-with-open-group-function): New function extracted from
4129         nntp-with-open-group macro.
4130         (nntp-with-open-group): Use the function, so it's easier to debug.
4131         Add indentation and debugging info.
4132         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4133         the use of the netcat alternatives.
4134
4135         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4136         Avoid mm-string-as-multibyte as well.
4137
4138         * nnweb.el (nnweb-insert-html):
4139         Remove use of nnheader-string-as-multibyte.
4140
4141         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4142         (nnheader-string-as-multibyte): Remove.
4143
4144         * mm-view.el: Use inhibit-read-only.
4145         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4146         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4147         or unibyte-string.
4148
4149         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4150         (mm-uu-yenc-extract): Use with-current-buffer.
4151
4152         * gnus-soup.el (gnus-soup-send-packet): Don't use
4153         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4154
4155         * nnmh.el: Use with-current-buffer.
4156         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4157         mm-string-as-multibyte on the output of mm-encode-coding-string.
4158
4159         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4160         (nnimap-request-move-article): Use with-current-buffer.
4161
4162         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4163         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4164         conversion uses string-make-unibyte rather than string-as-unibyte.
4165
4166         * gnus-msg.el: Use with-current-buffer.
4167
4168         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4169
4170 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4171
4172         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4173         string for caching if it is 'PIN.
4174
4175 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4176
4177         * lpath.el: Consider the case without Emacs/W3.
4178
4179 2008-03-08  Glenn Morris  <rgm@gnu.org>
4180
4181         * time-date.el (date-to-time, time-subtract, time-add)
4182         (safe-date-to-time): Doc fixes.
4183
4184 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4185
4186         * mail-source.el (mail-source-delete-old-incoming-confirm):
4187         Change default to nil.
4188         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4189
4190 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * lpath.el: Rearrange.
4193
4194         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4195         (gnus-article-goto-prev-page): Work for articles having ^L's.
4196
4197         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4198
4199         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4200
4201 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4202
4203         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4204         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4205         (gnus-bookmark-jump): Adjust some variable names.
4206
4207 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4208
4209         * auth-source.el: New package.
4210         (auth-source-choices): Add customization entry point variable.
4211
4212         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4213         bug.
4214
4215 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4216
4217         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4218         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4219         (gnus-registry-install-shortcuts): Rename from
4220         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4221         the `gnus-registry-mark-map' keymap dynamically from
4222         `gnus-registry-marks'.  The generated functions update the summary line
4223         when a registry mark is added or deleted, and will call
4224         `gnus-registry-install-p' (see the comments in the code).
4225         (gnus-registry-user-format-function-M): Use concat intelligently.
4226
4227         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4228         the registry mark functions.
4229
4230 2008-03-05  Glenn Morris  <rgm@gnu.org>
4231
4232         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4233         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4234         gnus-art.
4235         (top-level): No need to load own source when compiling.
4236
4237 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4238
4239         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4240         Suggested by <chris.anderton@zetnet.co.uk>.
4241
4242 2008-03-04  Glenn Morris  <rgm@gnu.org>
4243
4244         * gnus-sum.el (top-level): No need to require gnus when compiling,
4245         since unconditionally required near start of file.
4246         (gnus-summary-display-while-building): Move definition before use.
4247
4248 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4249
4250         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4251         formatting function.
4252
4253 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4254
4255         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4256         with plists.
4257         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4258         Use new format.
4259
4260 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4261
4262         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4263         `where-is-internal' that returns a range of key sequences.
4264
4265 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4266
4267         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4268
4269         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4270         (gnus-summary-jump-to-group): Consider windows on other displayed
4271         frames as well.  Similar changes might be needed elsewhere, but that's
4272         the one I've bumped into during my use.
4273
4274         * nndoc.el (nndoc-oe-dbx-type-p):
4275         * gnus-msg.el (gnus-debug):
4276         * gnus-group.el (gnus-update-group-mark-positions):
4277         Use mm-string-to-multibyte.
4278
4279 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4280
4281         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4282         doesn't handle NotDashEscaped.
4283
4284         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4285         (mml-dnd-attach-options): Fix typo in custom choice.
4286
4287         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4288         nndoc-article-type to mbox.
4289         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4290
4291         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4292         to nil, instead of html2text.
4293
4294         * imap.el (imap-debug): Add `imap-ping-server'.
4295
4296         * gnus-bookmark.el: Add FIXMEs.
4297
4298         * message.el (message-form-letter-separator)
4299         (message-send-form-letter-delay): New variables.
4300         (message-send-form-letter): Use them.  New command to send form
4301         letters.  Requested by Uwe Siart.
4302         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4303
4304 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4305
4306         * Update copyright years.
4307
4308 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4309
4310         Sync from EMACS_22_BASE.
4311
4312         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4313
4314 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4315
4316         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4317         empty author.
4318
4319 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4320
4321         * gnus-registry.el (gnus-registry-marks): Add variable for
4322         customization of marks and their appearance.
4323         (gnus-registry-read-mark): Use it.
4324         (gnus-registry-do-marks): Add utility function to loop through
4325         `gnus-registry-marks'.
4326         (gnus-registry-install-shortcuts-and-menus): Add function to install
4327         shortcuts and menus.
4328         (gnus-registry-initialize): Use it.
4329         (gnus-registry-default-mark): Clarify documentation.
4330
4331 2008-02-29  Glenn Morris  <rgm@gnu.org>
4332
4333         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4334         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4335         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4336         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4337         Change defcustom :version from 23.0 to 23.1.
4338
4339 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4340
4341         * gnus-registry.el (gnus-registry-follow-group-p)
4342         (gnus-registry-post-process-groups): Add functions to aid registry
4343         splitting and improve logging.  Clarify behavior in function
4344         documentation.
4345         (gnus-registry-split-fancy-with-parent): Use them.
4346
4347 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4348
4349         * gnus-art.el: Use with-current-buffer.
4350
4351 2008-02-27  David Engster  <dengste@eml.cc>
4352
4353         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4354         Express real group name in the response.
4355
4356 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4359         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4360         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4361         autoload gnus-registry-fetch-group when compiling.
4362         (nnmairix-request-group-with-article-number-correction): Remove
4363         unreferenced argument passed to nnmairix-call-backend.
4364
4365 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4366
4367         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4368         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4369         Wilde.
4370
4371 2008-02-27  Glenn Morris  <rgm@gnu.org>
4372
4373         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4374         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4375         variables to defconsts.  Convert comments to doc-strings.
4376         (nnmairix-last-server, nnmairix-current-server): Convert from free
4377         variables to defvars.  Convert comments to doc-strings.
4378         (gnus-registry-fetch-group): Autoload.
4379         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4380         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4381         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4382         caddr.
4383         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4384         nnmairix-request-group-with-article-number-correction call.
4385         (nnmairix-fast, nnmairix-group): New, less general names, for free
4386         variables passed from nnmairix-request-group to
4387         nnmairix-request-group-with-article-number-correction.  Declare.
4388         (nnmairix-request-group-with-article-number-correction):
4389         Use nnmairix-fast, nnmairix-group rather than fast, group.
4390
4391 2008-02-26  David Engster  <dengste@eml.cc>
4392
4393         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4394         version 0.5.
4395
4396 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4397
4398         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4399         instead of making an extra function call.  Don't add the current group
4400         to articles only when they have the group.  Use
4401         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4402         Reported by David <de_bb@arcor.de>.
4403
4404 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4405
4406         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4407         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4408
4409 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4410
4411         * mail-source.el (mail-source-delete-incoming): Change default.
4412         Supplement doc string.
4413
4414         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4415
4416 2008-02-14  Glenn Morris  <rgm@gnu.org>
4417
4418         * time-date.el (format-seconds): New function.
4419
4420 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4421
4422         * nnmail.el (nnmail-message-id-cache-file): Derive from
4423         `gnus-home-directory'.
4424
4425 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4426
4427         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4428         Document negative prefix.
4429
4430         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4431
4432 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4433
4434         * message.el (message-unsent-separator): Add the Exim bounce
4435         separator.
4436
4437 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4438
4439         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4440         list.
4441         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4442         recipient/signer list.
4443
4444 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4445
4446         * Makefile.in (datarootdir): Define.
4447         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4448         name that might contain whitespace.
4449
4450 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4451
4452         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4453         fbound (Emacs 23 unicode), signal an error.
4454
4455 2008-02-08  Glenn Morris  <rgm@gnu.org>
4456
4457         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4458
4459 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4460
4461         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4462         ports to the calls to `netrc-machine-user-or-password' in addition to
4463         "imap" and "imaps".
4464
4465 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4466
4467         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4468
4469         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4470
4471 2008-02-01  Kenichi Handa  <handa@m17n.org>
4472
4473         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4474         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4475         (rfc2104-hash): Convert the result of concat to unibyte string.
4476
4477 2008-02-01  Dave Love  <fx@gnu.org>
4478
4479         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4480         coding-system-for-read.
4481         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4482
4483 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4484
4485         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4486         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4487         <hanche@math.ntnu.no>.
4488
4489 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4490
4491         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4492
4493         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4494
4495 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4496
4497         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4498         * message.el (message-beginning-of-line): Use featurep instead of bound
4499         tests in order to resolve conditionals at compile time.
4500
4501 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4502
4503         * mail-source.el (mail-sources): Add `group' choice.
4504
4505         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4506         parameter `in-group' to control into which group the articles go.
4507         Add treatment of `group' mail-source.
4508
4509 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4510
4511         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4512
4513         * mm-decode.el (mm-dissect-buffer): Decode description.
4514
4515         * mml.el (mml-to-mime): Encode message header first.
4516
4517 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4518
4519         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4520         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4521
4522         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4523         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4524
4525 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4526
4527         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4528
4529 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4530
4531         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4532         prefix keys.
4533         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4534         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4535         gnus-xmas.el.
4536
4537         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4538         (gnus-xmas-article-describe-bindings): New function.
4539         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4540         gnus-xmas-article-describe-bindings.
4541
4542         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4543
4544 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4545
4546         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4547         Add new variables for article mark management.
4548         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4549         list of extra data entries which, when present, will indicate that the
4550         article ID should not be trimmed from the registry.
4551         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4552         functions.
4553         (gnus-registry-read-mark): New function to read a mark name from the
4554         user.
4555         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4556         (gnus-registry-set-article-mark-internal): New functions to add and
4557         remove marks.
4558         (gnus-registry-get-article-marks): New function to show the marks for
4559         an article, or retrieve them for further use.
4560
4561 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4562
4563         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4564         keys when no argument is given.
4565
4566 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4567
4568         * imap.el (imap-ping-server): New variable.
4569         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4570         (imap-ping-server): Minor doc string fixes.
4571
4572 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4573
4574         * imap.el (imap-ping-server): New function.
4575         (imap-opened): Call imap-ping-server.
4576
4577 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4578
4579         * gnus-sum.el (gnus-article-sort-by-random)
4580         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4581         jidanni@jidanni.org.
4582
4583 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4584
4585         * gnus-art.el (gnus-article-describe-bindings): New function.
4586         (gnus-article-read-summary-keys): Use it.
4587         (gnus-article-mode-map): Bind `C-h b' to it.
4588
4589 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4590
4591         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4592         XEmacs.
4593         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4594         against non-character events.
4595
4596         * lpath.el: Fbind map-keymap for Emacs 21.
4597
4598 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4599
4600         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4601         command.
4602         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4603         instead of END.  Change name of the temp file.
4604         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4605         customizable.
4606
4607 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4608
4609         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4610         bind `S W' to gnus-article-wide-reply-with-original; set default
4611         binding to gnus-article-read-summary-send-keys.
4612         (gnus-article-read-summary-keys): Fix the order of keys; display
4613         continuation keys correctly in the echo area; describe bindings
4614         correctly when keys end with `C-h'.
4615         (gnus-article-read-summary-send-keys): New function.
4616         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4617         for gnus-article-read-summary-send-keys; display continuation keys
4618         correctly in the echo area.
4619         (gnus-article-reply-with-original): Ignore prefix argument.
4620         (gnus-article-wide-reply-with-original): New function.
4621
4622         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4623         Emacs 21.
4624
4625 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4626
4627         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4628         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4629
4630 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4631
4632         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4633         (gnus-group-read-ephemeral-gmane-group): New command.
4634
4635 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4636
4637         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4638
4639 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4640
4641         * message.el (message-send-mail-function): Increase custom version.
4642
4643         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4644         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4645
4646 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4647
4648         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4649         for the cases where imap-authenticate is called with a nil buffer
4650         parameter.
4651
4652 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4653
4654         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4655         html parts correctly; support forwarded messages.
4656         (gnus-article-browse-html-article): Remove work buffers.
4657
4658         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4659         compiling.
4660         (netrc-bound-and-true-p): New macro.
4661         (netrc-parse): Use it instead of bound-and-true-p that is not available
4662         in XEmacs 21.4.
4663
4664 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4665
4666         * gnus-registry.el (gnus-registry-mark-article)
4667         (gnus-registry-article-marks): Add functionality to mark articles
4668         through the Gnus registry.
4669
4670         * encrypt.el: Clarify documentation for the new pgg method.
4671         (encrypt-file-alist): Add PGG option.
4672         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4673         functionality.  Abstract password key and messaging to external
4674         functions.
4675         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4676         (encrypt-message-method-and-cipher): Add new convenience external
4677         functions.
4678         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4679         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4680
4681         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4682         (netrc-parse): Use encrypt-file-alist to determine if
4683         encrypt-find-model or encrypt-insert-file-contents should be used.
4684
4685         * encrypt.el: Clarify documentation.  Load password-cache or
4686         password, whichever one is found first, instead of autoloading.
4687
4688 2007-12-19  Glenn Morris  <rgm@gnu.org>
4689
4690         * mml.el (message-options-set, message-narrow-to-head)
4691         (message-in-body-p, message-mail-p, message-encode-message-body):
4692         Autoload.
4693         (message-remove-header, message-narrow-to-headers-or-head)
4694         (message-subscribed-p, message-make-mail-followup-to)
4695         (message-position-on-field, message-news-p)
4696         (message-options-set-recipient, message-generate-headers)
4697         (message-sort-headers): Declare as functions.
4698
4699 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4700
4701         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4702         convention in doc string.
4703
4704 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4705
4706         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4707         title to html parts.
4708         (gnus-article-browse-html-article): Pass message header to it.
4709
4710         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4711
4712 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4713
4714         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4715         or password compatible with XEmacs.
4716
4717 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4718
4719         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4720         format document.
4721         (gnus-mime-delete-part): Don't write description line if empty.
4722         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4723
4724 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4725
4726         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4727         (gnus-summary-mark-read-and-unread-as-read)
4728         (gnus-summary-mark-current-read-and-unread-as-read)
4729         (gnus-summary-mark-unread-as-ticked): Doc fix.
4730         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4731
4732 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4733
4734         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4735         Christoph Conrad <christoph.conrad@gmx.de>.
4736
4737 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4738
4739         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4740         yes-or-no-p.
4741
4742 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4743
4744         * mm-decode.el (mm-add-meta-html-tag): New function.
4745         (mm-save-part-to-file, mm-pipe-part): Use it.
4746
4747         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4748         gnus-y-or-n-p instead of y-or-n-p.
4749         (gnus-article-browse-html-parts): Work with message/external-body; use
4750         mm-add-meta-html-tag.
4751
4752 2007-12-11  Glenn Morris  <rgm@gnu.org>
4753
4754         * gnus-cache.el: Require gnus-sum not just when compiling.
4755
4756         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4757
4758         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4759         definitions before use.
4760
4761         * mm-decode.el: Require gnus-util.
4762         (mm-remove-part): Only call delete-annotation on XEmacs.
4763
4764         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4765
4766         * nnmail.el: Require gnus-int.
4767
4768         * spam.el: Move `require's before `eval-when-compile's.
4769
4770         * gnus-ems.el (gnus-alive-p):
4771         * gnus-fun.el (message-goto-eoh):
4772         * gnus-util.el (gnus-group-name-decode):
4773         * mail-source.el (gnus-compress-sequence):
4774         * message.el (Info-goto-node, format-spec):
4775         * mm-bodies.el (message-options-get):
4776         * mm-decode.el (mm-view-pkcs7):
4777         * mm-util.el (gmm-write-region):
4778         * mml-smime.el (mml-compute-boundary)
4779         (gnus-completing-read-with-default):
4780         * mml.el (widget-button-press, gnus-make-hashtable):
4781         * mml1991.el (mm-decode-content-transfer-encoding)
4782         (mm-encode-content-transfer-encoding)
4783         (message-options-get, message-options-set):
4784         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4785         * nnfolder.el (gnus-request-group):
4786         * nnheader.el (ietf-drums-unfold-fws):
4787         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4788         * smime.el (gnus-run-mode-hooks):
4789         * spam-stat.el (gnus-message): Autoload.
4790
4791         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4792         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4793         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4794         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4795         Add declare-function compatibility definition.
4796
4797         * gnus-cache.el (nnvirtual-find-group-art):
4798         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4799         (gnus-add-image, gnus-add-wash-type):
4800         * gnus-group.el (nnkiboze-score-file):
4801         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4802         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4803         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4804         (message-tokenize-header, gnus-get-buffer-create)
4805         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4806         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4807         * gnus.el (gnus-group-decoded-name):
4808         * mail-source.el (imap-capability):
4809         * mm-bodies.el (message-options-set):
4810         * mm-decode.el (gnus-configure-windows):
4811         * mm-extern.el (message-goto-body):
4812         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4813         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4814         (epg-sub-key-validity, message-options-set):
4815         * mml.el (widget-event-point, gnus-configure-windows):
4816         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4817         * mml2015.el (epg-check-configuration, epg-configuration)
4818         (message-options-set):
4819         * nndb.el (nndb-request-article):
4820         * nnfolder.el (gnus-request-create-group):
4821         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4822         * nnmaildir.el (gnus-group-mark-article-read):
4823         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4824         * rfc1843.el (message-fetch-field):
4825         * spam.el (gnus-extract-address-components):
4826         Declare as functions.
4827
4828 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4829
4830         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4831
4832         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4833
4834         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4835         bind show-trailing-whitespace for XEmacs.
4836
4837 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4838
4839         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4840         new no-op macro for backward compatibility.
4841
4842         * imap.el (imap-string-to-integer): New function.
4843
4844 2007-12-09  Glenn Morris  <rgm@gnu.org>
4845
4846         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4847
4848         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4849         * message.el, mm-view.el, sieve-manage.el, smime.el:
4850         Add declare-function compatibility definition.
4851
4852         * gnus-art.el (w3-region, w3m-region, Info-menu):
4853         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4854         * gnus-sum.el (gnus-get-predicate):
4855         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4856         * message.el (mail-abbrev-in-expansion-header-p):
4857         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4858         (w3m-detect-meta-charset, w3m-region):
4859         * sieve-manage.el (password-read, password-cache-add)
4860         (password-cache-remove):
4861         * smime.el (password-read-and-add): Declare as functions.
4862
4863 2007-12-08  David Kastrup  <dak@gnu.org>
4864
4865         * gnus-sum.el (gnus-summary-simplify-subject-query):
4866         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4867         `message'.
4868
4869 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4870
4871         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4872         it to bind idna-program, installation-directory, defined-colors, and
4873         face-attribute for XEmacs of the version that compiles defcustom forms.
4874
4875 2007-12-07  Glenn Morris  <rgm@gnu.org>
4876
4877         * gnus-art.el (article-make-date-line): Revert previous change.
4878
4879 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4880
4881         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4882
4883 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4884
4885         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4886         Call gnus-add-to-range ranges only once with a prepared article-list.
4887
4888 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4889
4890         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4891         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4892         group names with backslashes.  Reported by Tassilo Horn
4893         <tassilo@member.fsf.org>.
4894
4895 2007-12-06  Deepak Goel  <deego3@gmail.com>
4896
4897         * gnus-art.el (article-make-date-line):
4898         * gnus-start.el (gnus-load):
4899         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4900
4901 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4902
4903         * gnus-art.el (gnus-use-idna)
4904         * gnus-start.el (gnus-site-init-file)
4905         * message.el (message-use-idna)
4906         * mm-uu.el (mm-uu-hide-markers)
4907         * smiley.el (smiley-style): Revert changes that suppress warnings.
4908
4909 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4910
4911         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4912         specify charset to html source.  Reported by Christoph Conrad
4913         <christoph.conrad@gmx.de>.
4914
4915 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4916
4917         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4918         idna-program in order to suppress byte compile warning issued by XEmacs
4919         that came to byte compile the default value section of defcustom forms
4920         recently.
4921
4922         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4923         value of installation-directory.
4924
4925         * message.el (message-use-idna): Don't directly refer to the value of
4926         idna-program.
4927
4928         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4929
4930         * smiley.el (smiley-style): Don't directly call face-attribute.
4931
4932 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4933
4934         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4935
4936         * gnus-dired.el: Reduce Gnus dependencies.
4937         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4938         require.  Use autoloads instead.
4939         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4940         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4941         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4942         (gnus-dired-mode): Adjust doc string.
4943         (gnus-dired-mail-mode): New variable.
4944         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4945         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4946         (gnus-dired-mail-buffers): New function.  Return mail or message
4947         composition buffers.
4948         (gnus-dired-attach): Use it.
4949         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4950         NO-DECODE.
4951         (gnus-dired-print): Use `gnus-print-buffer' depending on
4952         `gnus-dired-mail-mode'.
4953
4954 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4955
4956         * rfc2047.el (rfc2047-encoded-word-regexp)
4957         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4958         explaining what regexp patterns are for.
4959
4960 2007-12-04  Glenn Morris  <rgm@gnu.org>
4961
4962         * password.el: Move to password-cache.el.
4963
4964         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4965         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4966         * mml-smime.el (password-read, password-cache-add)
4967         (password-cache-remove):
4968         No need to autoload, since mml-sec requires password.
4969
4970         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4971         * message.el (gnus-extract-address-components):
4972         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4973
4974         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4975         password.
4976
4977 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4978
4979         * mailcap.el: Reduce dependencies.
4980         (mail-header-parse-content-type): Autoload.
4981         (mailcap-delete-duplicates): New alias.
4982         (mailcap-mime-info): Add optional argument NO-DECODE.
4983         (mailcap-mime-types): Use mailcap-delete-duplicates.
4984
4985         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4986
4987 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4988
4989         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4990         (imap-parse-status): Upcase status-att for servers that sends them
4991         lower-case (e.g., MS Exchange 2007).
4992
4993 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4994
4995         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4996         function.
4997
4998         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4999         (gnus-uu-yenc-article): New function.
5000
5001         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5002
5003         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5004         buffer.
5005
5006 2007-12-02  Glenn Morris  <rgm@gnu.org>
5007
5008         * binhex.el (binhex): New custom group.
5009         (binhex-decoder-program, binhex-decoder-switches)
5010         (binhex-use-external): Move to the binhex custom group.
5011
5012         * uudecode.el (uudecode): New custom group.
5013         (uudecode-decoder-program, uudecode-decoder-switches)
5014         (uudecode-use-external): Move to the uudecode custom group.
5015
5016         * netrc.el (top-level): Don't load `encrypt' features.
5017         (netrc-parse): Don't use encrypt.
5018         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5019
5020         * encrypt.el: Remove file.
5021
5022 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5023
5024         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5025         matches on patches.
5026
5027         * gnus-art.el (gnus-article-browse-html-article): Mention
5028         `mm-text-html-renderer' in the doc string.
5029
5030         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5031         string.  Add comments.
5032
5033         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5034         if rhs is ASCII.
5035
5036 2007-12-01  Glenn Morris  <rgm@gnu.org>
5037
5038         * mail-source.el (top-level): Require format-spec before
5039         eval-when-compile.
5040
5041 2007-11-30  Glenn Morris  <rgm@gnu.org>
5042
5043         * encrypt.el: Require password, rather than autoloading password-read.
5044
5045 2007-11-29  Glenn Morris  <rgm@gnu.org>
5046
5047         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5048         (sasl-make-client, sasl-next-step, sasl-step-data)
5049         (sasl-step-set-data): Declare as functions.
5050
5051 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5052
5053         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5054
5055 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5056
5057         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5058         certs should be verified and what is to be done in the event of a
5059         verification failure.
5060
5061         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5062         caller can indicate whether the cache should be disregarded for this
5063         call.  This way the result of the call is reproducible at all times and
5064         can be considered a canonical server name for the supplied method.
5065         (gnus-agent-method-p): Canonicalize server names by pushing their
5066         method through `gnus-method-to-server' using the no-cache argument.
5067
5068         * gnus-srvr.el (gnus-server-insert-server-line): Call
5069         `gnus-method-to-server' with `no-cache' argument.
5070
5071         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5072         gnus-agent-possibly-synchronize-flags as this should be called when the
5073         server is actually being opened.
5074         (gnus-agent-possibly-synchronize-flags)
5075         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5076         flags file of an agentized server to the latter function.
5077
5078         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5079         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5080         after a connection has been established successfully.
5081
5082 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * gnus-art.el (article-display-face): Force to display face if called
5085         interactively; check if gnus-article-x-face-too-ugly matches author.
5086         (article-display-x-face): Display face even if From header is missing
5087         as article-display-face does.
5088
5089 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5090
5091         * hashcash.el (message-narrow-to-headers-or-head)
5092         (message-fetch-field, message-goto-eoh)
5093         (message-narrow-to-headers): Declare as functions.
5094
5095 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5096
5097         * mail-source.el (mail-sources): Default to fetch from file for
5098         compatibility with default of nnmail-spool-file.
5099
5100 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5101
5102         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5103         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5104         to look for encoded word that should be encoded again.
5105         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5106         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5107         encoding pattern.
5108         (rfc2047-decode-region): Switch strict regexp and loose one according
5109         to rfc2047-allow-irregular-q-encoded-words.
5110
5111 2007-11-25  Romain Francoise  <romain@orebokech.com>
5112
5113         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5114
5115 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5116
5117         * tls.el (tls-program): Provide more custom choices from
5118         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5119         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5120
5121 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5122
5123         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5124         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5125
5126         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5127         `nnmail-spool-file'.
5128
5129         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5130         `nnmail-spool-file'.
5131
5132         * gnus-move.el (gnus-change-server): Ditto.
5133
5134         * gnus-kill.el (gnus-batch-score): Ditto.
5135
5136         * gnus-cache.el (gnus-jog-cache): Ditto.
5137
5138         * gnus-msg.el (gnus-summary-reply):
5139         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5140
5141 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5142
5143         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5144         version.  Minor improvement to doc strings.
5145         (tls-program): Add comment.
5146
5147 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5148
5149         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5150         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5151         mismatch between the hostname provided in the certificate and the name
5152         of the host connnecting to.
5153         (open-tls-stream): Use them.  Check certificates against trusted root
5154         certificates.
5155
5156 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5157
5158         * gnus-cache.el (gnus-cache-generate-nov-databases):
5159         Use nnml-generate-nov-databases-directory instead of
5160         nnml-generate-nov-databases-1.
5161
5162 2007-11-24  Glenn Morris  <rgm@gnu.org>
5163
5164         * message.el (message-tool-bar-retro): Update for rename
5165         mail_send.xpm->mail-send.xpm.
5166
5167 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5168
5169         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5170         `smime-ldap-search' for Emacs 22 and up.
5171
5172 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5173
5174         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5175
5176         * message.el (message-send-mail-function): Fix error convention.
5177         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5178         (message-widen-reply, message-send-mail, message-talkative-question)
5179         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5180         (message-clone-locals, message-send-news): Use with-current-buffer.
5181         (message-insert-or-toggle-importance): Remove unused var `valid'.
5182         (message-make-references): Remove unused var `new-references'.
5183         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5184
5185 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5186
5187         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5188         (spam-split-symbolic-return-positive): Reflow docstring.
5189         (spam-backends, spam-summary-exit-behavior)
5190         (spam-mark-ham-unread-before-move-from-spam-group)
5191         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5192         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5193         (spam-clear-cache, spam-backend-check, spam-install-backend)
5194         (spam-install-statistical-backend, spam-list-of-processors)
5195         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5196         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5197         (spam-check-crm114, spam-initialize, spam-unload-hook):
5198         Fix typos in docstrings.
5199
5200 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5201
5202         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5203         been checked if they have never been read and those group levels are
5204         higher than the one that a user specified.
5205
5206 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5207
5208         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5209         foreign groups unless a group level is specified by a user.
5210         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5211
5212 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5213
5214         * message.el (message-send-mail-function): Require sendmail.
5215
5216 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5217
5218         * message.el (message-send-mail-function): Check for smtpmail too.
5219
5220         * utf7.el (utf7-encode, utf7-decode): Use coding system
5221         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5222
5223         * message.el (message-send-mail-function): New function.
5224         (message-send-mail-function): Set default using
5225         message-send-mail-function.  Adjust doc string.
5226         (message-send-mail-with-mailclient): New function.
5227
5228 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5229
5230         * smime.el (from):
5231         * rfc2047.el (message-posting-charset):
5232         * qp.el (mm-use-ultra-safe-encoding):
5233         * pop3.el (parse-time-months):
5234         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5235         * nnml.el (files):
5236         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5237         (jka-compr-compression-info-list, ange-ftp-path-format)
5238         (efs-path-regexp):
5239         * nndiary.el (files):
5240         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5241         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5242         (epg-digest-algorithm-alist, inhibit-redisplay)
5243         (password-cache-expiry):
5244         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5245         (pgg-output-buffer, password-cache-expiry):
5246         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5247         (efs-path-regexp):
5248         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5249         (inhibit-redisplay):
5250         * mm-uu.el (file-name, start-point, end-point, entry)
5251         (gnus-newsgroup-name, gnus-newsgroup-charset):
5252         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5253         (latin-unity-ucs-list):
5254         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5255         (mm-uu-binhex-decode-function):
5256         * message.el (gnus-message-group-art, gnus-list-identifiers)
5257         (rmail-enable-mime-composing, gnus-local-organization)
5258         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5259         (gnus-read-active-file, facemenu-add-face-function)
5260         (facemenu-remove-face-function, gnus-article-decoded-p)
5261         (tool-bar-mode):
5262         * mail-source.el (display-time-mail-function):
5263         * gnus-util.el (nnmail-pathname-coding-system)
5264         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5265         (gnus-original-article-buffer, gnus-user-agent)
5266         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5267         (xemacs-codename, sxemacs-codename, emacs-program-version):
5268         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5269         * gnus-start.el (gnus-agent-covered-methods)
5270         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5271         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5272         (gnus-newsgroup-headers, gnus-group-list-mode)
5273         (gnus-group-mark-positions, gnus-newsgroup-data)
5274         (gnus-newsgroup-unreads, nnoo-state-alist)
5275         (gnus-current-select-method, mail-sources)
5276         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5277         (nnmail-spool-file, gnus-cache-active-hashtb):
5278         * gnus-mh.el (mh-lib-progs):
5279         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5280         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5281         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5282         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5283         (gnus-group-buffer):
5284         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5285         (font-lock-set-defaults):
5286         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5287         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5288         (gnus-summary-post-menu, total-parts, type, condition, length):
5289         * gnus-agent.el (gnus-agent-read-agentview):
5290         * flow-fill.el (show-trailing-whitespace):
5291         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5292         eval-and-compile wrappers for byte compiler pacifiers.
5293
5294         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5295         (mm-display-inline-fontify): Check for featurep 'xemacs not
5296         extent-list.
5297
5298         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5299         itimer-list.
5300         (mm-create-image-xemacs): Only do something for XEmacs.
5301         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5302
5303         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5304
5305         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5306         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5307
5308 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5309
5310         * nnimap.el (nnimap-split-download-body):
5311         * gnus-demon.el (gnus-demon):
5312         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5313
5314 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5315
5316         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5317         macros.
5318         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5319         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5320         copy data from unibyte buffer to multibyte current buffer.
5321         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5322         to copy data from unibyte current buffer to multibyte buffer.
5323         (nntp-make-process-buffer): Make process buffer unibyte.
5324
5325         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5326
5327 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5328
5329         * pop3.el (pop3-open-server): Accept and process data more robustly at
5330         connexion start to avoid spurious "POP SSL connexion failed" errors.
5331
5332 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5333
5334         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5335         read group names.
5336
5337 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5338
5339         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5340
5341 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5342
5343         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5344         (nnmail-save-active): Use a unibyte buffer when saving active file,
5345         which may contain non-ASCII group names.
5346
5347         * nnml.el (nnml-request-group): Decode group names in messages.
5348
5349 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5350
5351         * message.el (message-citation-line-function)
5352         (message-insert-formatted-citation-line): Fix spelling of
5353         `message-insert-formated-citation-line'.
5354
5355 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5356
5357         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5358
5359 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5360
5361         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5362         nnmail-pathname-coding-system.
5363
5364         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5365         that a user enters; decode group names in messages.
5366
5367         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5368
5369 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5370
5371         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5372
5373         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5374
5375         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5376         risky local variable.
5377
5378         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5379
5380 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5381
5382         * encrypt.el: Improve documentation to fix function name typo.
5383         Reported by Daiki Ueno <ueno@unixuser.org>.
5384
5385 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5386
5387         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5388         even if the point is not in the last page of an article.
5389         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5390         back to the previous page.
5391
5392 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5393
5394         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5395
5396 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5397
5398         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5399
5400 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5401
5402         * message.el (message-check-news-body-syntax): Avoid
5403         mm-string-as-multibyte.
5404         (message-hide-headers): Don't assume (point-min)==1.
5405
5406 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5407
5408         * message.el (message-remove-blank-cited-lines): Fix if remove is
5409         given.
5410         (message-bogus-address-regexp): New variable.
5411         (message-bogus-recipient-p): New function.
5412         (message-check-recipients): New command.
5413         (message-syntax-checks): Add `bogus-recipient'.
5414         (message-fix-before-sending): Add `bogus-recipient'.
5415
5416         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5417         (gnus-treat-body-boundary): Don't test window-system.
5418
5419 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5420
5421         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5422
5423 2007-10-28  Miles Bader  <miles@gnu.org>
5424
5425         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5426         at compile-time too.
5427
5428 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5429
5430         * gnus-msg.el (gnus-message-setup-hook): Add
5431         `message-remove-blank-cited-lines' to options.
5432
5433 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5434
5435         * message.el (message-remove-blank-cited-lines): New function.
5436         Suggested by Karl Plästerer.
5437
5438 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5439
5440         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5441         mapc.
5442
5443         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5444         (top-level): Use mapc to set functions to be traced for debugging.
5445
5446         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5447         called for effect with while loop.
5448
5449         * message.el (message-talkative-question): Replace mapcar called for
5450         effect with mapc.
5451
5452         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5453         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5454         called for effect with dolist.
5455
5456         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5457
5458         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5459         gnus-extra-headers and nnmail-extra-headers.
5460
5461         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5462         called for effect with dolist.
5463         (top-level): Use mapc to set functions to be traced for debugging.
5464
5465         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5466         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5467         dolist.
5468
5469         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5470         Replace mapcar called for effect with mapc.
5471         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5472         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5473         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5474         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5475
5476         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5477         remove-if that's a cl function.
5478
5479         * webmail.el (webmail-debug): Replace mapcar called for effect with
5480         dolist.
5481
5482         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5483         with mapc.
5484
5485 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5486
5487         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5488         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5489         with while loop.
5490
5491         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5492         functions from article-* functions.
5493         (gnus-multi-decode-header): Replace mapcar called for effect with
5494         dolist.
5495
5496         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5497         (gnus-bookmark-show-details): Replace mapcar called for effect with
5498         while loop.
5499
5500         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5501         called for effect with while loop.
5502
5503         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5504         with dolist.
5505
5506         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5507         mapcar called for effect with dolist.
5508
5509         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5510
5511         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5512         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5513         Replace mapcar called for effect with dolist.
5514         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5515         mapc.
5516
5517         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5518         Replace mapcar called for effect with dolist.
5519         (gnus-topic-list): Replace mapcar called for effect with mapc.
5520
5521         * gnus.el: Use mapc instead of mapcar to add autoloads.
5522
5523 2007-10-23  Richard Stallman  <rms@gnu.org>
5524
5525         * gnus-group.el (gnus-group-highlight): Mark as risky.
5526
5527 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5528
5529         * gnus.el (gnus-server-to-method): Return method found first in
5530         gnus-newsrc-alist.
5531
5532         * gnus-art.el (gnus-article-highlight-signature)
5533         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5534         button overlay without the front stickiness.
5535
5536 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5537
5538         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5539         overview buffer needed a catch to receive its throw.
5540         (gnus-agent-flush-cache): Declared as interactive to make this function
5541         easier to use.
5542
5543 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5544
5545         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5546         `next-line'.
5547
5548 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5549
5550         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5551         exclude address matching message-dont-reply-to-names.
5552
5553 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5554
5555         * gnus-util.el (gnus-string<): New function.
5556
5557         * gnus-sum.el (gnus-article-sort-by-author)
5558         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5559
5560 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5561
5562         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5563         the frame-focus tag is set in gnus-buffer-configuration.
5564
5565 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5566
5567         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5568         the front stickiness.
5569
5570 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5571
5572         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5573         url pattern; remove duplicate one.
5574         (gnus-article-extend-url-button): New function.
5575         (gnus-article-add-buttons): Use it.
5576         (gnus-button-push): Use concatenated url that it makes.
5577
5578 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5579
5580         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5581
5582 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5583
5584         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5585         Don't hardcode point-min==1.
5586
5587 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5588
5589         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5590         Fix comment about "iso8859-1".
5591
5592 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5593
5594         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5595         ones returned from the verify-function.
5596
5597         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5598         mml2015-extract-cleartext-signature if extraction failed.
5599
5600 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5601
5602         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5603         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5604         failed.
5605
5606 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5607
5608         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5609
5610 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5611
5612         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5613         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5614         recommends to use EasyPG instead of PGG.
5615
5616         * pgg.el: Revert to revision 6.23.2.16.
5617
5618         * pgg-def.el: Revert to revision 6.6.2.14.
5619
5620         * pgg-gpg.el: Revert to revision 6.23.2.34.
5621
5622 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5623
5624         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5625         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5626         thread for both the null and zero (kill/expire thread) universal prefix
5627         cases.
5628         (gnus-summary-expire-thread): Add new function to expire a thread,
5629         using gnus-summary-kill-thread.
5630         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5631         shortcuts for gnus-summary-expire-thread.
5632         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5633         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5634
5635 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5636
5637         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5638         extras value, so an extras entry can be deleted.
5639         (gnus-registry-delete-extra-entry): Use it.
5640         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5641         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5642         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5643         storage through the gnus-registry, and provide an appropriate API for
5644         it.
5645
5646 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5647
5648         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5649         Suggested by Leo <sdl.web@gmail.com>.
5650
5651         * gnus.el: Do.
5652
5653 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5654
5655         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5656         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5657
5658         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5659
5660         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5661         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5662
5663 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5664
5665         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5666         newline.
5667         (nnmbox-request-accept-article): Don't change article in source buffer;
5668         narrow to header to use message-fetch-field rather than
5669         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5670         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5671         as delimiters; make sure article ends with newline.
5672         (nnmbox-delete-mail): Correct last position of article to be deleted;
5673         ignore X-Gnus-Newsgroup header in article body.
5674         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5675         positions; make sure article ends with newline.
5676
5677         * message.el (message-display-abbrev): Don't infloop when a user
5678         inserts SPC in the beginning of header.
5679
5680         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5681         coding-system-for-read and coding-system-for-write for XEmacs having no
5682         file-coding feature.
5683
5684         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5685
5686 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5687
5688         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5689         list of groups not followed by default.  Fix type to be regexp.
5690         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5691
5692 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5693
5694         * hmac-def.el (define-hmac-function): Switch from old-style to
5695         new-style backquotes.
5696
5697         * md4.el (md4-make-step): Likewise.
5698
5699 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5700
5701         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5702         raw-text coding system when saving .newsrc file, which may contain
5703         non-ASCII group names.
5704
5705 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5706
5707         * gnus-cus.el (gnus-score-extra): New widget.
5708         (gnus-score-extra-convert): New function.
5709         (gnus-score-customize): Use it for Extra.
5710
5711 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5712
5713         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5714         (mml2015-mailcrypt-clear-verify): Use it.
5715         (mml2015-gpg-clear-verify): Use it.
5716         (mml2015-pgg-clear-verify): Use it.
5717         (mml2015-epg-clear-verify): Replace the current part with the output
5718         from GnuPG; don't extract the plaintext by itself.
5719
5720         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5721         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5722         mml2015-clear-verify-function; don't touch the armor headers or
5723         dash-escaped text here.
5724
5725 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5726
5727         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5728         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5729         parts, or application/octet-stream as a last resort.
5730         (gnus-mime-view-part-as-type): Don't toggle display.
5731         (gnus-mime-view-part-as-charset): Don't turn off display before
5732         querying charset.
5733
5734         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5735         stuff to undisplayer function in Emacs.
5736         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5737
5738         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5739         text/calendar parts.
5740
5741 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5744         decoding text/calendar parts.
5745
5746         * message.el (message-forward-make-body-mime): Always mark body as
5747         having no illegible text; remove signed-or-encrypted argument.
5748         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5749
5750         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5751         (mml-generate-mime-1): Don't encode body if it is specified to be in
5752         raw form; don't make buffer be unibyte when inserting multibyte string.
5753
5754 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5755
5756         * sha1.el: Fix up comment style.
5757         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5758         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5759
5760         * hex-util.el: Fix up comment style.
5761         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5762
5763         * gnus-salt.el: Use with-current-buffer.
5764         (gnus-pick-setup-message): Fix long-standing typo.
5765
5766 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5767
5768         * imap.el (imap-logout-timeout): New variable.
5769         (imap-logout, imap-logout-wait): New functions.
5770         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5771
5772         * nnimap.el (nnimap-logout-timeout): New server variable.
5773         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5774         nnimap-logout-timeout.
5775
5776         * gnus-art.el (gnus-article-summary-command-nosave)
5777         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5778
5779 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5780
5781         * gnus.el (gnus-maximum-newsgroup): New variable.
5782
5783         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5784         according to gnus-maximum-newsgroup.
5785
5786         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5787         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5788         Limit the range of articles according to gnus-maximum-newsgroup.
5789
5790 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5791
5792         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5793         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5794         Don't perform gnus-configure-windows here; reuse existing sticky
5795         article buffer.
5796
5797         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5798         it doesn't exist in gnus-article-mode.
5799
5800 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5801
5802         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5803         (gnus-agent-decoded-group-name): New function.
5804         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5805         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5806
5807 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5808
5809         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5810         Add binding for gnus-sticky-article.
5811         (gnus-summary-exit): Don't kill sticky article buffers.
5812
5813         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5814         article buffer.
5815         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5816         (gnus-kill-sticky-article-buffers): New commands.
5817
5818 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5819
5820         * nntp.el (nntp-xref-number-is-evil): New server variable.
5821         (nntp-find-group-and-number): If it is non-nil, don't trust article
5822         numbers in the Xref header.
5823
5824 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5825
5826         * gnus-agent.el (gnus-agent-read-group): New function.
5827         (gnus-agent-flush-group, gnus-agent-expire-group)
5828         (gnus-agent-regenerate-group): Use it.
5829         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5830         nnmail-pathname-coding-system.
5831
5832 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5833
5834         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5835
5836         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5837         that are unread as unread, and also as selected so that information of
5838         marks having been changed by a user may be updated when exiting group.
5839
5840 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5841
5842         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5843         calculated ignoring signature parts to gnus-treat-article.
5844
5845 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5846
5847         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5848         a point here in order to keep the window start.
5849         (gnus-insert-mime-security-button): Make a button overlay without the
5850         front stickiness.
5851         (gnus-mime-display-security): Goto the end of a button.
5852
5853         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5854
5855 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5856
5857         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5858         group-name-at-point.
5859         (gnus-group-completing-read): New function that offers decoded
5860         non-ASCII group names for completion.
5861         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5862         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5863         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5864         (gnus-group-fetch-control): Use it.
5865         (gnus-fetch-group): Use group-name-at-point for the initial value
5866         rather than the default value; use gnus-alive-p.
5867
5868         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5869         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5870         (gnus-summary-post-news): Use gnus-group-completing-read.
5871
5872         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5873         (gnus-read-move-group-name): Decode group name for completion.
5874
5875 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5876
5877         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5878         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5879         Yamaoka slightly modified the code).
5880
5881 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5882
5883         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5884         (nnmail-split-incoming): Bind it.
5885
5886         * nnml.el (nnml-group-name-charset): New function.
5887         (nnml-decoded-group-name): Use it; don't decode group name if
5888         nnmail-group-names-not-encoded-p is non-nil.
5889         (nnml-encoded-group-name): New function.
5890         (nnml-group-pathname): Inline nnml-decoded-group-name.
5891         (nnml-request-expire-articles): Decode group name in message.
5892         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5893         nnmail-pathname-coding-system.
5894         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5895         not decoded ones according to nnmail-group-names-not-encoded-p.
5896         (nnml-generate-active-info): Use nnml-encoded-group-name.
5897
5898 2007-08-08  Glenn Morris  <rgm@gnu.org>
5899
5900         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5901         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5902         doc-strings and comments.
5903
5904 2007-07-25  Glenn Morris  <rgm@gnu.org>
5905
5906         * Relicense all FSF files to GPLv3 or later.
5907
5908 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5909
5910         * gnus-sum.el (gnus-summary-move-article): Make
5911         gnus-summary-respool-article work.
5912
5913 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5914
5915         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5916         string.
5917
5918 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5919
5920         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5921         that should be ignored when comparing distant RSS articles with local
5922         ones.
5923         (nnrss-make-hash-index): New function.  Create a hash index according
5924         to the ignored fields.
5925         (nnrss-check-group): Use it.
5926
5927 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5928
5929         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5930
5931         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5932
5933         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5934         the new optional argument ENCODED is non-nil.
5935         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5936         coding system for encoding group name.
5937         (gnus-group-make-rss-group): Pass un-encoded group name to
5938         gnus-group-make-group.
5939         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5940         encoded.
5941
5942         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5943         Encode group name to which articles are moved or copied.
5944         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5945         coding system for encoding Newsgroup, Followup-To and Xref headers.
5946
5947         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5948         marks; use nnheader-file-coding-system to write a file.
5949         (nnagent-retrieve-headers): Bind file-name-coding-system to
5950         nnmail-pathname-coding-system.
5951
5952         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5953
5954         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5955         (nnml-request-article, nnml-request-create-group)
5956         (nnml-request-rename-group, nnml-find-id)
5957         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5958         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5959         (nnml-save-marks): Use nnml-group-pathname instead of
5960         nnmail-group-pathname.
5961
5962         (nnml-request-create-group, nnml-request-expire-articles)
5963         (nnml-request-move-article, nnml-request-delete-group)
5964         (nnml-deletable-article-p, nnml-possibly-create-directory)
5965         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5966         (nnml-open-marks): Bind file-name-coding-system to
5967         nnmail-pathname-coding-system.
5968
5969         (nnml-request-article): Pass server argument to nnml-find-group-number.
5970         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5971         server argument to nnml-possibly-create-directory.
5972         (nnml-request-accept-article): Pass server argument to
5973         nnml-active-number and nnml-save-mail.
5974         (nnml-find-group-number): Pass server argument to nnml-find-id.
5975         (nnml-request-update-info): Pass server argument to
5976         nnml-marks-changed-p.
5977
5978         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5979         (nnml-save-mail, nnml-active-number): Add server argument.
5980
5981         (nnml-request-delete-group): Warn if group is missing.
5982         (nnml-get-nov-buffer): Decode group name.
5983         (nnml-generate-active-info): Encode group name.
5984         (nnml-open-marks): Decode group name in messages.
5985
5986 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5987
5988         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5989         if it is not specified.
5990         (gnus-article-pipe-part, gnus-article-save-part)
5991         (gnus-article-interactively-view-part, gnus-article-copy-part)
5992         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5993         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5994         (gnus-article-replace-part, gnus-article-delete-part)
5995         (gnus-article-view-part-as-type): Pass raw prefix argument to
5996         gnus-article-part-wrapper.
5997
5998 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5999
6000         * gnus-agent.el (gnus-agent-save-active): Bind
6001         nnheader-file-coding-system to gnus-agent-file-coding-system.
6002
6003         * gnus-cache.el (gnus-cache-save-buffers)
6004         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6005         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6006         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6007         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6008         (gnus-cache-generate-active, gnus-cache-rename-group)
6009         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6010         (gnus-cache-update-overview-total-fetched-for): Bind
6011         file-name-coding-system to nnmail-pathname-coding-system.
6012         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6013         variables.
6014         (gnus-cache-decoded-group-name): New function.
6015         (gnus-cache-file-name): Use it.
6016         (gnus-cache-generate-active): Use non-decoded group name for active.
6017
6018         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6019         right place.
6020         (gnus-write-active-file): Don't break non-ASCII group names.
6021
6022         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6023         nnmail-pathname-coding-system.
6024
6025         * lpath.el: Bind default-file-name-coding-system,
6026         file-name-coding-system and language-info-alist for XEmacs.
6027
6028         * gnus-uu.el (gnus-uu-decode-save): Typo.
6029
6030 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6031
6032         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6033
6034 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6035
6036         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6037         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6038         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6039         (gnus-agent-flush-group, gnus-agent-flush-cache)
6040         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6041         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6042         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6043         (gnus-agent-regenerate-group)
6044         (gnus-agent-update-files-total-fetched-for)
6045         (gnus-agent-update-view-total-fetched-for): Bind
6046         file-name-coding-system to nnmail-pathname-coding-system.
6047         (gnus-agent-group-pathname): Don't encode file names by
6048         nnmail-pathname-coding-system.
6049         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6050         coding-system-for-write instead of buffer-file-coding-system to
6051         gnus-agent-file-coding-system.
6052
6053         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6054         Decode group name.
6055
6056         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6057
6058         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6059         (gnus-read-newsrc-el-file): Make group names unibyte.
6060
6061         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6062         nnmail-pathname-coding-system.
6063
6064         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6065         (nnrss-request-delete-group): Bind file-name-coding-system to
6066         nnmail-pathname-coding-system.
6067         (nnrss-read-server-data, nnrss-read-group-data): Bind
6068         file-name-coding-system correctly.
6069         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6070
6071         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6072         (nntp-server-to-method-cache): New variable.
6073         (nntp-group-pathname): New function that decodes non-ASCII group names.
6074         (nntp-possibly-create-directory, nntp-marks-changed-p)
6075         (nntp-save-marks, nntp-open-marks): Use it.
6076         (nntp-possibly-create-directory, nntp-open-marks):
6077         Bind file-name-coding-system to nnmail-pathname-coding-system.
6078         (nntp-open-marks): Decode group names when bootstrapping marks.
6079
6080         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6081         Newsgroups and Folowup-To headers.
6082
6083 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6084
6085         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6086         (gnus-server-closed-face, gnus-server-denied-face)
6087         (gnus-server-offline-face): Remove variable.
6088         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6089
6090         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6091         of modifying message-stack directly for XEmacs.
6092
6093         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6094         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6095         if the coding-system argument is nil for XEmacs.
6096
6097         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6098         mm-charset-override-alist.
6099
6100         * rfc2047.el: Don't require base64; require rfc2045 for the function
6101         rfc2045-encode-string.
6102         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6103         to quote the parameter value.
6104
6105 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6106
6107         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6108         form in gnus-group-name-charset-method-alist.
6109
6110         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6111         overrides the default layout edit-form.
6112
6113         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6114
6115         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6116
6117 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6118
6119         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6120         as unfetched articles.
6121
6122 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6123
6124         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6125
6126 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6127
6128         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6129         original back end that keeps marks in the local system.
6130
6131 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6132
6133         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6134         arg of pop-to-buffer for XEmacs.
6135         (gnus-article-read-summary-keys): Ditto; don't restore window
6136         configuration if summary command ends up with neither article buffer
6137         nor summary buffer; describe bindings if summary keys end with C-h.
6138
6139 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6140
6141         * message.el (message-fix-before-sending): Skip raw message part to be
6142         forwarded while checking illegible text.
6143         (message-forward-make-body-mime, message-forward-make-body): Mark
6144         signed or encrypted raw message as having no illegible text.
6145
6146 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6147
6148         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6149         (gnus-message-with-timestamp-1): New macro.
6150         (gnus-message-with-timestamp): New function.
6151         (gnus-message): Use them.
6152
6153         * nnheader.el (nnheader-message): Use them.
6154
6155 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6156
6157         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6158         .newsrc.eld file.
6159
6160 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6161
6162         * gnus-agent.el (gnus-agent-fetch-headers)
6163         (gnus-agent-retrieve-headers): Bind
6164         gnus-decode-encoded-address-function to identity.
6165
6166         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6167         available also when the server returns simply a dot.
6168
6169         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6170
6171 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6172
6173         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6174
6175 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6176
6177         * gnus-ems.el (gnus-x-splash): Make it work.
6178
6179         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6180         from being used.
6181
6182         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6183
6184 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6185
6186         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6187         4th and the 5th arguments.
6188
6189         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6190         the front stickiness.
6191         (gnus-article-summary-command-nosave): Correct the order of the
6192         arguments passed to pop-to-buffer.
6193         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6194         summary command ends up with the article buffer.
6195
6196         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6197         the same faces.
6198
6199 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6200
6201         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6202
6203 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6204
6205         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6206         * gnus-sum.el (gnus-summary-highlight):
6207         * pgg.el (pgg-sign-region, pgg-sign):
6208         * mail-source.el (mail-source-delete-old-incoming-confirm):
6209         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6210
6211 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6212
6213         * gnus-art.el (gnus-mime-view-part-externally)
6214         (gnus-mime-view-part-internally): Fix predicate function passed to
6215         completing-read.
6216
6217         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6218
6219         * gnus.el (gnus-update-message-archive-method): Add :version.
6220
6221 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6222
6223         * gnus.el (gnus-update-message-archive-method): New variable.
6224
6225         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6226         according to gnus-message-archive-method if
6227         gnus-update-message-archive-method is non-nil.
6228
6229 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6230
6231         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6232         by Loic Dachary <loic@dachary.org>.
6233         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6234
6235 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6236
6237         * message.el (message-pop-to-buffer): Add switch-function argument.
6238         (message-mail): Pass switch-function argument to it.
6239
6240 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6241
6242         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6243         Improve doc string.
6244
6245 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6248         (gnus-header-content)
6249         * gnus-cite.el (gnus-cite-10)
6250         * gnus-srvr.el (gnus-server-closed)
6251         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6252         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6253         (gnus-group-mail-3-empty, gnus-group-mail-low)
6254         (gnus-group-mail-low-empty, gnus-splash)
6255         * message.el (message-header-to, message-header-cc)
6256         (message-header-subject, message-header-other, message-header-name)
6257         (message-header-xheader, message-separator, message-cited-text)
6258         (message-mml): Lighten colors of faces used for dark background.
6259
6260 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6261
6262         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6263         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6264
6265 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6266
6267         * message.el (message-narrow-to-headers-or-head):
6268         Ignore mail-header-separator in the body.
6269
6270 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6271
6272         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6273         same as window size.
6274
6275 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6276
6277         * message.el (message-font-lock-keywords): Use message-header-xheader
6278         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6279         ahead of the anything pattern, to get it recognised.
6280
6281 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6282
6283         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6284         spam.el loads uses it in the compiled defadvice form.
6285
6286 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6287
6288         * gnus-sum.el (gnus-articles-to-read)
6289         (gnus-summary-insert-old-articles): Don't truncate group name for
6290         `read-string'.
6291
6292         * gnus-util.el (gnus-limit-string): Delete this function.
6293
6294         * gnus-sum.el (gnus-simplify-subject-fully): Use
6295         `truncate-string-to-width' instead.
6296
6297 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6298
6299         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6300         if, on summary exit, the next group has to be selected.
6301         (gnus-summary-exit): Use it.
6302
6303 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6304
6305         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6306         non-break space.
6307
6308 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6309
6310         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6311         Check if group is not a directory.
6312         (nnfolder-request-expire-articles): Don't delete articles if the target
6313         group is not available.
6314
6315         * nnml.el (nnml-request-create-group): Properly check if group is not a
6316         file.
6317         (nnml-request-expire-articles): Don't delete articles if the target
6318         group is not available.
6319
6320         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6321         Don't quote characters that are within parentheses.
6322
6323 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6324
6325         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6326         (gnus-handle-ephemeral-exit): Select article according to it.
6327
6328 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6329
6330         * message.el (message-insert-formated-citation-line): Remove newline.
6331         (message-citation-line-format): Add final \n here so that the user can
6332         avoid a blank line.
6333
6334 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6335
6336         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6337         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6338         Update lanl/arXiv support.
6339
6340 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6341
6342         * gnus.el: Bump version number.
6343
6344 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6345
6346         * gnus.el (gnus-version-number): Bump version.
6347
6348 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6349
6350         * gnus.el: No Gnus v0.6 is released.
6351
6352 2007-04-27  Didier Verna  <didier@xemacs.org>
6353
6354         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6355         * gmm-utils.el (gmm-regexp-concat): here.
6356         * message.el: Don't require 'gnus-util.
6357         (message-dont-reply-to-names): Handle name change above.
6358         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6359
6360 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6361
6362         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6363         since the initial value varies according to the system.
6364
6365 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6368
6369 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6370
6371         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6372
6373 2007-04-24  Didier Verna  <didier@xemacs.org>
6374
6375         Improve the type of gnus-ignored-from-addresses.
6376         * gnus-util.el (gnus-orify-regexp): New function.
6377         * message.el (gnus-util): Require it.
6378         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6379         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6380         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6381
6382 2007-04-24  Didier Verna  <didier@xemacs.org>
6383
6384         * gnus-sum.el:
6385         * gnus-utils.el: Fix some trailing whitespaces.
6386
6387 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6388
6389         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6390         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6391         article's Message-ID; refer parent article in summary buffer.
6392
6393         * message.el (message-bounce): Call mime-to-mml.
6394
6395         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6396         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6397         optimize and/or forms properly.
6398
6399 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6400
6401         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6402         URL.
6403
6404 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6405
6406         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6407
6408 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6409
6410         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6411         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6412         displayed of multipart/alternative part if it is invoked from summary
6413         buffer.
6414
6415         * mm-view.el (mm-inline-text-html-render-with-w3m)
6416         (mm-inline-text-html-render-with-w3m-standalone)
6417         (mm-inline-render-with-function): Use mail-parse-charset by default.
6418
6419 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6420
6421         * parse-time.el (parse-time-string-chars): Check if CHAR
6422         is less than the length of parse-time-syntax.
6423
6424 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6425
6426         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6427         from gnus-newsgroup-processable.
6428
6429 2007-04-16  Didier Verna  <didier@xemacs.org>
6430
6431         * gnus-msg.el (gnus-configure-posting-styles): Handle
6432         message-signature-directory properly with :file syntax.  Reported by
6433         "Leo".
6434
6435 2007-04-11  Didier Verna  <didier@xemacs.org>
6436
6437         New user option: message-signature-directory.
6438         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6439         * message.el (message-insert-signature): Ditto.
6440         * message.el (message-signature-file): Doc update.
6441         * message.el (message-signature-directory): New.
6442
6443 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6444
6445         * gnus-msg.el (gnus-inews-yank-articles): Use
6446         message-exchange-point-and-mark instead of exchange-point-and-mark.
6447
6448 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6449
6450         * message.el (message-yank-original): Make sure cited text ends with
6451         newline; don't exchange point and mark.
6452
6453 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6454
6455         * tls.el (open-tls-stream): Properly handle case where there
6456         is no associated buffer.
6457
6458 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6459
6460         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6461         message-yank-original, make sure (< mark TEXT point).
6462
6463 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6464
6465         * message.el (message-fill-column): New variable.
6466         (message-mode): Use it.  Add comment on a possible new hook.
6467
6468         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6469         (nnmail-get-new-mail): Reformat.
6470
6471         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6472
6473         * gmm-utils.el: Fix Commentary.
6474         (gmm-tool-bar-from-list): Fix typo in doc string.
6475
6476 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6477
6478         * message.el (message-yank-original): Don't switch point and mark
6479         unnecessarily to put point and mark as documented.
6480
6481 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6482
6483         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6484         from the message heads.
6485
6486 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6487
6488         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6489         article buffer does not have a window.  This may not be the best
6490         solution but is certainly better than setting the start of the null,
6491         that is the current, window.
6492
6493 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6494
6495         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6496         (gnus-draft-setup): Run it.
6497
6498         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6499         gnus-score-fast-scoring.  Allow regexp.
6500         (gnus-score-headers): Use it.
6501
6502         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6503         XEmacs.
6504
6505         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6506         string.
6507         (gnus-button-alist): Also catch `<f1> k ...'.
6508         (gnus-treat-display-x-face): Fix doc string.
6509
6510 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6511
6512         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6513         evaluation of gnus-extended-version to ensure correct generation of the
6514         User-Agent header when message-generate-headers-first is used.
6515
6516 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6517
6518         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6519         hashcash-path is nil.  Don't call callback with incorrect number of
6520         parameters if val is 0.
6521
6522 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6523
6524         * message.el (message-required-news-headers):
6525         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6526
6527 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6528
6529         * tls.el (open-tls-stream): In handshake-waiting loop,
6530         don't wait more if there is output available to process.
6531
6532 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6533
6534         * tls.el (tls-program): Doc fix.
6535
6536 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6537
6538         * message.el (message-generate-new-buffers): Change the meaning of the
6539         nil value; add `standard' to the choices; treat t as `unique'; improve
6540         doc string.
6541         (gnus-select-frame-set-input-focus): Autoload.
6542         (message-buffer-name): Search for the existing message buffer if
6543         message-generate-new-buffers is nil or `standard'; treat the value t of
6544         message-generate-new-buffers as `unique'.
6545         (message-pop-to-buffer): Raise the frame already displaying the message
6546         buffer; clear the echo area after querying.
6547         (message-setup): Pass the `continue' argument to compose-mail.
6548         (message-mail): Prefer `switch-function' if it is given; search for the
6549         existing message buffer if the `continue' argument is non-nil; pass
6550         continue and switch-function arguments to compose-mail by way of
6551         message-setup.
6552         (message-mail-other-window): Adjust argument of message-setup.
6553         (message-mail-other-frame): Ditto.
6554
6555 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6556
6557         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6558         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6559         to turn font-lock on when turning gnus-message-citation-mode on.
6560
6561 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6562
6563         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6564         (mml-smime-function-alist): New variable; add epg as the backend.
6565         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6566         mml-smime- functions instead.
6567         * mm-view.el: Require smime.
6568
6569 2007-03-05  Didier Verna  <didier@xemacs.org>
6570
6571         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6572         instead of just inheritance for posting styles.
6573         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6574
6575 2007-02-24  Chris Moore  <dooglus@gmail.com>
6576
6577         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6578         * pgg-pgp.el (pgg-pgp-encrypt-region):
6579         * pgg-gpg.el (pgg-gpg-encrypt-region):
6580         Check pgg-encrypt-for-me if no other recipients.
6581
6582 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6583
6584         * tls.el (tls-certtool-program): Fix custom type.
6585
6586 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6587
6588         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6589         and point-at-eol instead of line-(beginning|end)-position.
6590
6591         * assistant.el (assistant-parse-buffer): Ditto.
6592
6593         * netrc.el (netrc-parse-services): Ditto.
6594
6595 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6596
6597         * mml2015.el (mml2015-epg-find-usable-key): New function.
6598         (mml2015-epg-sign): Use it.
6599         (mml2015-epg-encrypt): Use it.
6600
6601 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6602
6603         * message.el (message-make-in-reply-to): Quote name containing
6604         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6605         if there are special characters.  Reported by NAKAJI Hiroyuki
6606         <nakaji@jp.freebsd.org>.
6607
6608 2007-02-27  Didier Verna  <didier@xemacs.org>
6609
6610         Include the group parameters as well as the topic ones in the
6611         inheritance filter process.
6612         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6613         argument GROUP-PARAMS-LIST.
6614         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6615
6616 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6617
6618         * nntp.el (nntp-never-echoes-commands)
6619         (nntp-open-connection-functions-never-echo-commands): New variables.
6620         (nntp-send-command): Use them.
6621
6622 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6623
6624         * mml2015.el (mml2015-epg-verify): Simplified.
6625
6626 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6627
6628         * mml.el (mml-content-disposition-alist): New user option.
6629         (mml-content-disposition): New function.
6630         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6631         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6632
6633 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6634
6635         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6636         verification.
6637
6638 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6639
6640         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6641         articles posted in the last 24 hours.
6642
6643 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6644
6645         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6646
6647 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6648
6649         * nntp.el (nntp-send-command): Don't wait for echoes when
6650         nntp-open-ssl-stream is used.
6651
6652 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6653
6654         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6655         (gnus-message-add-citation-keywords)
6656         (gnus-message-remove-citation-keywords): Remove.
6657         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6658         directly, make the variables in font-lock-defaults buffer-local, add
6659         gnus-message-citation-keywords to them and then update the value of
6660         font-lock-keywords.
6661
6662 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6663
6664         * message.el (message-cite-original-1): Don't call
6665         gnus-article-highlight-citation.
6666
6667         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6668         citations; fix line count.
6669
6670 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6671
6672         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6673         (gnus-message-add-citation-keywords)
6674         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6675         versions of font-lock-add-keywords and font-lock-remove-keywords to
6676         work with XEmacs correctly.
6677
6678 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6679
6680         * gnus-cite.el (gnus-cite-face-list): Set the values of
6681         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6682         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6683         (gnus-message-cite-prefix-regexp): New variable.
6684         (gnus-message-search-citation-line): Use it; protect against long
6685         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6686         the 0th match data for Emacs.
6687         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6688         (gnus-message-add-citation-keywords): Append keywords rather than
6689         prepending; emulate font-lock-add-keywords if it is not available.
6690         (gnus-message-remove-citation-keywords): Emulate
6691         font-lock-remove-keywords if it is not available.
6692
6693         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6694
6695         * message.el (message-cite-prefix-regexp): Set the value of
6696         gnus-message-cite-prefix-regexp.
6697
6698 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6699
6700         * nnweb.el (nnweb-google-parse-1): Update parser.
6701
6702 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6703
6704         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6705
6706 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6707
6708         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6709         regexp.
6710
6711 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6712
6713         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6714         string-to-multibyte.
6715         (uudecode-decode-region-internal): Use it.
6716
6717         * lpath.el: Fbind string-as-multibyte for XEmacs.
6718
6719 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6720
6721         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6722         custom choice.
6723
6724         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6725
6726 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6727
6728         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6729
6730         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6731         `write-region' to respect `mm-inhibit-file-name-handlers'.
6732
6733 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6734
6735         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6736         Use gnus-home-directory instead of "~/" or "$HOME".
6737
6738 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6739
6740         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6741         to mention filename.
6742         Add comments at beginning regarding usage.
6743         (encrypt-write-file-contents): Change interactive so a string is
6744         acceptable.  If the file has no associated model, show an error instead
6745         of a nonsense prompt.
6746
6747 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6748
6749         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6750         Thanks to Yoshihiko Yamada for kind notification of this typo.
6751
6752 2007-01-12  Kenichi Handa  <handa@m17n.org>
6753
6754         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6755         multibyte buffer.
6756
6757 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6758
6759         * gnus-score.el (gnus-score-fast-scoring): New variable.
6760         (gnus-score-headers): Use it.
6761
6762         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6763
6764         * message.el (message-cite-original-1): Call
6765         gnus-article-highlight-citation if requested.
6766         (message-make-from): Allow name and address as optional arguments.
6767
6768         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6769
6770         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6771         bugs to doc string.
6772         (gnus-button-alist): Add mid\\|message-id.
6773         (gnus-button-fetch-group): Extend for use in
6774         `browse-url-browser-function'.
6775         (gnus-button-url-regexp): Try to catch paired parentheses like in
6776         Wikipedia URLs.
6777
6778         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6779         Suggested by Simon Krahnke <overlord@gmx.li>.
6780
6781 2007-01-13  Romain Francoise  <romain@orebokech.com>
6782
6783         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6784         Update copyright.
6785
6786 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6787
6788         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6789
6790 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6791
6792         * gnus-registry.el (gnus-registry-unfollowed-groups)
6793         (gnus-registry-split-fancy-with-parent): Fix documentation.
6794
6795 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6796
6797         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6798         from nnweb groups.
6799
6800 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6801
6802         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6803         Xref urls.  Erase buffer before requesting head.
6804
6805 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6806
6807         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6808         customizable.
6809
6810 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6811
6812         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6813         no signing key is found.
6814         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6815         no encrypting and/or signing key is found.
6816
6817 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6818
6819         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6820
6821 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6822
6823         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6824         headers read from disk with the ones newly found in the current search.
6825         This should no longer cause problems, because the article numbers in
6826         Gmane's `nov.php' output are ignored since the previous change.
6827
6828 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6829
6830         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6831
6832 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6833
6834         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6835         replace-regexp-in-string; bind url-version; fbind display-images-p and
6836         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6837         find-face and set-itimer-function for Emacs; bind itimer-list for
6838         Emacs.
6839
6840         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6841
6842 2007-01-01  Romain Francoise  <romain@orebokech.com>
6843
6844         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6845
6846 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6847
6848         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6849         `define-minor-mode' macro definition expanded properly.
6850         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6851         exclude it there.
6852
6853         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6854         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6855         `fboundp' test.
6856         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6857         This is OK to autoload in (S)XEmacs now.
6858
6859 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6860
6861         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6862         keystroke.
6863         (gnus-summary-limit-to-singletons): Fix typo.
6864
6865         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6866         else fails.
6867
6868 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6869
6870         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6871         docstring.
6872
6873         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6874         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6875         (gnus-summary-insert-dormant-articles): Fix typo in message.
6876
6877 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6878
6879         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6880         nil for XEmacs.
6881         (gnus-message-citation-mode): Don't autoload in XEmacs.
6882
6883         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6884
6885 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6886
6887         * nnimap.el (nnimap-expunge-search-string): Mention
6888         nnimap-search-uids-not-since-is-evil in docstring.
6889
6890 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6891
6892         * spam.el: Revert to make-obsolete-variable because
6893         define-obsolete-variable-alias is not supported in Emacs 21.
6894
6895         * spam.el (spam-ifile-path, spam-ifile-database-path)
6896         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6897         make-obsolete-variable.
6898         (spam-bsfilter-path, spam-bsfilter-program)
6899         (spam-spamassassin-path, spam-spamassassin-program)
6900         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6901         use "path" inappropriately.
6902         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6903         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6904         variable names.
6905
6906 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6907
6908         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6909         summary buffer.
6910
6911         * password.el (password-cache-remove): Use clear-string to burn
6912         password, if available.
6913
6914 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6915
6916         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6917
6918         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6919
6920         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6921         (gnus-message-highlight-citation): Move defcustom here from
6922         gnus-cite.el.
6923         (gnus-message-citation-mode): Autoload.
6924
6925         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6926         checks to make it compile with XEmacs.
6927         (gnus-message-citation-mode): New minor mode.
6928         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6929         (gnus-message-highlight-citation): New variables.
6930         (gnus-message-search-citation-line)
6931         (gnus-message-add-citation-keywords)
6932         (gnus-message-remove-citation-keywords)
6933         (turn-on-gnus-message-citation-mode)
6934         (turn-off-gnus-message-citation-mode): New functions.
6935
6936 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6937
6938         * gnus-cite.el: Enable highlighting of different citation levels in
6939         message-mode.
6940
6941 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6942
6943         * message.el (message-make-fqdn): Fix comment.
6944         (message-bogus-system-names): Add ".local".
6945
6946         * spam.el (spam-ifile-path, spam-ifile-program)
6947         (spam-ifile-database-path, spam-ifile-database)
6948         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6949         Don't use "path" inappropriately.
6950         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6951         strings.
6952         (spam-check-ifile, spam-ifile-register-with-ifile)
6953         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6954         new variable names.
6955
6956         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6957         (gnus-treat-display-smileys): Simplify using
6958         gnus-image-type-available-p.
6959
6960         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6961         available.
6962
6963         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6964         `display-images-p' if available.
6965
6966 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6969         one after turning on the buffer's multibyteness instead of decoding
6970         them directly in the unibyte buffer that causes unexpected conversion
6971         in Emacs 23 (unicode).
6972
6973 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6974
6975         * message.el (message-generate-hashcash): Fix custom type.
6976
6977 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6978
6979         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6980
6981 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6982
6983         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6984         disconnect icons.  Add help text.
6985
6986 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6987
6988         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6989         negated to be consistent with the others we handle.
6990
6991 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6992
6993         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6994         version of gnus-summary-buffer to something, so that we can use two
6995         article buffers at the same time.
6996
6997 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6998
6999         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7000         trigger all the extra headers.
7001         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7002         sorting.
7003
7004 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7005
7006         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7007         solid groups.
7008
7009 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7010
7011         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7012
7013 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7014
7015         * legacy-gnus-agent.el: Add Copyright notice.
7016
7017 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7018
7019         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7020
7021 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7022
7023         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7024
7025         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7026         to make it work reliably in CVS Emacs.
7027         (gnus-summary-limit-strange-charsets-predicate)
7028         (gnus-summary-limit-to-predicate): New functions.
7029
7030 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7031
7032         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7033         specifying array size.
7034         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7035         array if it is too small.
7036         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7037         (gnus-sort-threads-loop): New function.
7038
7039 2006-12-06  Chris Moore  <dooglus@gmail.com>
7040
7041         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7042         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7043
7044 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7045
7046         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7047         options.
7048
7049 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7050
7051         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7052         DOS-ing the recipient.
7053
7054         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7055         the headers when creating the mapping to avoid mismappings.
7056         (nnweb-gmane-create-mapping): Always nix out old mapping.
7057
7058 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7059
7060         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7061         and mm-verify-option to never.
7062
7063 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7064
7065         * message.el (message-signed-or-encrypted-p): New function.
7066         (message-forward-make-body): Use it.
7067
7068         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7069         Replace encode-coding-string with mm-encode-coding-string.
7070
7071 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7072
7073         * nneething.el (nneething-decode-file-name): Replace
7074         decode-coding-string with mm-decode-coding-string.
7075
7076         * gnus-int.el (gnus-open-server): Say failed server's name.
7077
7078 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7079
7080         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7081         strings to a single string.  Quote `errors-file-name'.
7082         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7083         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7084         Adjust calls.  Use `shell-quote-argument'.
7085
7086 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7087
7088         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7089         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7090
7091         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7092         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7093         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7094         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7095         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7096         (gnus-subscribe-newsgroup, gnus-1):
7097         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7098         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7099         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7100         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7101
7102 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7103
7104         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7105         keystroke.
7106         (gnus-summary-limit-to-bodies): Implement headersp.
7107
7108 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7109
7110         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7111
7112 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7113
7114         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7115
7116 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7117
7118         * message.el (message-generate-hashcash): Expand range of values to
7119         include `opportunistic'.
7120         (message-send-mail): Use it.
7121
7122 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7123
7124         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7125         and comment it.
7126
7127         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7128
7129 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7130
7131         * gnus-util.el (gnus-extract-address-components): Improve comment.
7132
7133 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7134
7135         * gnus-util.el (gnus-extract-address-components): Work with address in
7136         which the name portion contains @.
7137
7138         * lpath.el: Fbind custom-autoload.
7139
7140 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7141
7142         * gnus.el (gnus-start): Move custom group up.
7143         (gnus-select-method): Don't autoload, but make it available for
7144         `customize-variable'.
7145         (gnus-getenv-nntpserver): Don't autoload.
7146
7147 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7148
7149         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7150
7151 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7152
7153         * message.el (message-sendmail-extra-arguments): New variable.
7154         (message-send-mail-with-sendmail): Use it.
7155
7156 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7157
7158         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7159         mm-with-unibyte-current-buffer to make string unibyte.
7160
7161         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7162         mm-string-as-multibyte.
7163
7164 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7165
7166         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7167         Reported by Werner Koch <wk@gnupg.org>.
7168
7169 2006-11-14  Daiki Ueno  <ueno@p360>
7170
7171         * mml2015.el: Autoload epa-select-keys when compiling.
7172
7173 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7174
7175         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7176         message-options.
7177         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7178
7179 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7180
7181         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7182         EasyPG (< 0.0.6).
7183         (mml2015-always-trust): New user option.
7184         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7185         prompt.
7186
7187 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7188
7189         * nntp.el (nntp-authinfo-force): New variable.
7190         (nntp-send-authinfo): Use it.
7191
7192 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7193
7194         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7195         decode encoded words.  Improve prompt.  Add comment about forwarding.
7196         (message-replacement-char): Move up.
7197
7198 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7199
7200         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7201         instead of gnus-intersection because arguments of gnus-sorted-nunion
7202         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7203
7204 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7205
7206         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7207         (message-simplify-subject-functions): Enable
7208         message-strip-subject-encoded-words by default.
7209
7210 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7211
7212         * message.el (message-strip-subject-encoded-words): New function.
7213         (message-simplify-subject-functions): New variable.
7214         (message-simplify-subject): Use it.  Fix typo in doc string.
7215         Support message-strip-subject-encoded-words.
7216
7217 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7218
7219         * gnus-diary.el (gnus-diary-delay-format-function):
7220         * nndiary.el (nndiary-reminders):
7221         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7222
7223 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7224
7225         * gnus-art.el (article-hide-boring-headers): Fetch date from
7226         gnus-original-article-buffer to avoid problems with localized date
7227         strings.
7228
7229 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7230
7231         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7232
7233 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7234
7235         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7236         New variables.
7237         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7238         (mm-charset-synonym-alist): Move some entries to
7239         mm-codepage-iso-8859-list.
7240         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7241         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7242
7243 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7244
7245         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7246
7247 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7248
7249         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7250         with Emacs 21 and XEmacs.
7251
7252 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7253
7254         * spam.el (spam-parse-address): New function for better parsing,
7255         catching errors, etc.
7256         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7257
7258 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7259
7260         * mm-view.el: Add interactive arg to html2text autoload.
7261
7262 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7263
7264         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7265
7266 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7267
7268         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7269         variables.
7270         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7271         (mm-charset-synonym-alist): Move some entries to
7272         mm-codepage-iso-8859-list.
7273
7274         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7275
7276 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7277
7278         * message.el (message-citation-line-format)
7279         (message-insert-formated-citation-line): Fix implementation of %E, %N
7280         and %n according to the doc string.
7281
7282 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7283
7284         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7285         car-safe to avoid bad parses.
7286
7287 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7288
7289         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7290         names.
7291
7292         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7293
7294 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7295
7296         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7297         header.
7298
7299         * message.el (message-draft-headers): Add Date.
7300         (message-headers-to-generate): Fix typo in docstring.
7301
7302         * nndraft.el (nndraft-required-headers): New variable.
7303         (nndraft-generate-headers): Use it.
7304
7305         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7306
7307 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7308
7309         * gnus-registry.el (gnus-registry-wash-for-keywords)
7310         (gnus-registry-find-keywords): New functions to allow easy searching of
7311         articles that are in the registry.
7312
7313 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7314
7315         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7316         ietf-drums-parse-address instead of gnus-extract-address-components.
7317         Reported by Damien Elmes <damien@repose.cx>.
7318
7319 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7320
7321         * gnus.el (gnus-mime): Remove unused custom group.
7322
7323 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7324
7325         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7326         "blank line" when searching for end of armor headers.
7327
7328 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7329
7330         * gmm-utils.el (gmm-write-region): Fix variable name.
7331
7332 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7333
7334         * gmm-utils.el (gmm-write-region): New function based on compatibility
7335         code from `mm-make-temp-file'.
7336
7337         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7338
7339         * nnmaildir.el (nnmaildir--update-nov)
7340         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7341         Use `gmm-write-region'.
7342
7343 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7344
7345         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7346         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7347
7348         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7349
7350         * message.el (message-replacement-char): New variable.
7351         (message-fix-before-sending): Use it.
7352         (message-simplify-subject): New function to remove duplicate code.
7353         (message-reply, message-followup): Use it.
7354
7355         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7356         gnus-summary-limit-to-articles.
7357
7358 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7359
7360         * gnus-util.el (gnus-with-local-quit): New macro.
7361
7362         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7363
7364 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7365
7366         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7367         ignore non-string data.
7368
7369 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7370
7371         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7372         non-string data (needs to be done in the registry too).
7373
7374 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7375
7376         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7377         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7378         (gnus-registry-split-fancy-with-parent)
7379         (gnus-registry-fetch-simplified-message-subject-fast)
7380         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7381         Remove text properties on ingress into the registry and when it's saved.
7382         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7383         registry from entries with no groups.
7384
7385 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7386
7387         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7388         function to remove string properties.
7389
7390 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7391
7392         * gmm-utils.el (gmm): Adjust custom version.
7393
7394         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7395         custom version.
7396
7397         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7398
7399 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7400
7401         * gnus-art.el (gnus-insert-prev-page-button)
7402         (gnus-insert-next-page-button): Simplify.  Reformat.
7403
7404 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7405
7406         * gnus-art.el (gnus-insert-prev-page-button)
7407         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7408
7409 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7410
7411         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7412
7413 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7414
7415         * gnus-art.el (gnus-insert-mime-button)
7416         (gnus-insert-mime-security-button):
7417         Apply gnus-article-button-face to MIME and security buttons.
7418
7419 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7420
7421         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7422         readable.
7423
7424 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7425
7426         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7427
7428 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7429
7430         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7431         `browse-url-of-file' instead of `browse-url'.
7432
7433 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7434
7435         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7436         regexp.  Articles containing quotation were cut prematurely.
7437
7438 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * message.el (message-cite-original-1): Use nobody by default for the
7441         value of From header.
7442         (message-reply): Ditto.
7443
7444 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7445
7446         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7447         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7448         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7449
7450 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7451
7452         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7453         mails in the doc string.  Add some URLs in comment.
7454         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7455
7456 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7459         backslashes handling and the way to find boundaries of quoted strings.
7460
7461 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7462
7463         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7464         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7465         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7466         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7467
7468 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7469
7470         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7471         doc string.
7472         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7473
7474 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7475
7476         * lpath.el: Fbind epg-check-configuration.
7477
7478 2006-09-06  Simon Josefsson  <jas@extundo.com>
7479
7480         * mml2015.el (mml2015-use): Doc fix, mention epg.
7481
7482 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7483
7484         * mml2015.el (mml2015-use): Default to epg, if available.
7485
7486 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7487
7488         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7489         message-sender.
7490         (mml1991-epg-encrypt): Ditto.
7491         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7492         message-sender.
7493         (mml2015-epg-encrypt): Ditto.
7494
7495 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7496
7497         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7498         several common directories.
7499
7500 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7501
7502         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7503         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7504
7505 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7506
7507         * gnus-art.el (article-decode-encoded-words): Make it fast.
7508
7509 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7510
7511         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7512
7513         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7514         in quoted string into `\'.
7515
7516 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7517
7518         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7519         Use standard-syntax-table.
7520
7521 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7522
7523         * gnus-art.el (gnus-decode-address-function): New variable.
7524         (article-decode-encoded-words): Use it to decode headers which are
7525         assumed to contain addresses.
7526         (gnus-mime-delete-part): Remove useless `or'.
7527
7528         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7529         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7530         (gnus-nov-parse-line): Use it to decode From header.
7531         (gnus-get-newsgroup-headers): Ditto.
7532         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7533
7534         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7535         (mail-decode-encoded-address-string): New alias.
7536
7537         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7538         New function.
7539         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7540         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7541         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7542         (rfc2047-decode-string): Ditto.
7543         (rfc2047-decode-address-region): New function.
7544         (rfc2047-decode-address-string): New function.
7545
7546 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7547
7548         * message.el (message-caesar-buffer-body): Allow rotating headers.
7549
7550         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7551
7552         * message.el (message-insert-formated-citation-line): Fix %f.
7553         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7554
7555 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7556
7557         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7558         (gnus-bookmark-mouse-available-p): New macro.
7559         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7560         (gnus-bookmark-bmenu-show-infos): Use it.
7561         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7562         (gnus-bookmark-bmenu-hide-infos): Ditto.
7563         (gnus-bookmark-remove-properties): New function.
7564         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7565         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7566         (gnus-bookmark-write-file): Bind coding-system-for-write.
7567         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7568         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7569         group before selecting it.
7570         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7571         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7572         quit-window if it is not available; use gnus-mouse-2 and bind it to
7573         gnus-bookmark-bmenu-select-by-mouse.
7574         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7575         (gnus-bookmark-bmenu-select-by-mouse): New function.
7576
7577 2006-08-13  Romain Francoise  <romain@orebokech.com>
7578
7579         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7580         space.
7581
7582 2006-08-10  Romain Francoise  <romain@orebokech.com>
7583
7584         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7585         (dns-mode-soa-auto-increment-serial): New user option.
7586         (dns-mode-soa-maybe-increment-serial): New function.
7587         (dns-mode): Add the latter to `write-contents-functions'.
7588
7589 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7590
7591         * compface.el (uncompface): Use binary rather than raw-text-unix.
7592
7593 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7594
7595         * compface.el (uncompface): Make sure the eol conversion doesn't take
7596         place when communicating with the external programs.  Reported by
7597         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7598
7599 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7600
7601         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7602
7603 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7604
7605         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7606         Make it more robust by parsing author and date independently.
7607
7608 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7609
7610         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7611
7612 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7613
7614         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7615         first matching secret key.
7616         (mml2015-epg-encrypt): Ditto.
7617
7618         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7619         first matching secret key.
7620         (mml1991-epg-encrypt): Ditto.
7621
7622         * mml2015.el (mml2015-encrypt-to-self): New user option.
7623         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7624         mml2015-epg-encrypt-to-self is set.
7625
7626         * mml1991.el (mml1991-encrypt-to-self): New variable.
7627         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7628         mml1991-epg-encrypt-to-self is set.
7629
7630         * mml2015.el (mml2015-signers): New user option.
7631         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7632         (mml2015-epg-encrypt): Allow to select signing keys.
7633
7634         * mml1991.el (mml1991-signers): New variable.
7635         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7636         (mml1991-epg-encrypt): Allow to select signing keys.
7637
7638 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7639
7640         * nnheader.el (nnheader-insert-head): Make it work even if the file
7641         uses CRLF for the line-break code.
7642
7643 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7644
7645         * mml2015.el: Require mml-sec instead of password.
7646         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7647         (mml2015-cache-passphrase): Inherit the default value from
7648         mml-secure-cache-passphrase.
7649         (mml2015-passphrase-cache-expiry): Inherit the default value from
7650         mml-secure-passphrase-cache-expiry.
7651
7652         * mml1991.el: Require mml-sec instead of password.
7653         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7654         (mml1991-cache-passphrase): Inherit the default value from
7655         mml-secure-cache-passphrase.
7656         (mml1991-passphrase-cache-expiry): Inherit the default value from
7657         mml-secure-passphrase-cache-expiry.
7658
7659         * mml-sec.el: Require password.
7660         (mml-secure-verbose): New user option.
7661         (mml-secure-cache-passphrase): New user option.
7662         (mml-secure-passphrase-cache-expiry): New user option.
7663
7664 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7665
7666         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7667         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7668         andreas@altroot.de (Andreas Vögele).
7669
7670         FIXME: Use `tiny change'?
7671
7672 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7673
7674         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7675         workaround for the url package included with Emacs.
7676
7677         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7678
7679 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7680
7681         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7682         correctly.  This fixes a bug caused by the 2006-05-12 change.
7683
7684 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7685
7686         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7687         some information about the error when saying that the `bogus' mail
7688         group will be used.
7689
7690 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7691
7692         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7693         string.
7694
7695 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7696
7697         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7698
7699 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7700
7701         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7702
7703 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7704
7705         * mml1991.el (mml1991-function-alist): Add epg.
7706         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7707         (mml1991-epg-encrypt): New functions.
7708
7709 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7710
7711         * mml2015.el (mml2015-verbose): New variable.
7712         (mml2015-cache-passphrase): Ditto.
7713         (mml2015-passphrase-cache-expiry): Ditto.
7714         (mml2015-function-alist): Add epg.
7715         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7716         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7717         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7718         functions.
7719
7720 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7721
7722         * message.el (message-cite-original-1): Preserve region when removing
7723         quoted text due to X-No-Archive in order to avoid bogus attribution
7724         when citing multiple messages.
7725
7726 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7727
7728         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7729         Kenneth Jacker <khj@be.cs.appstate.edu>.
7730
7731 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7732
7733         * gnus-diary.el (gnus-user-format-function-d)
7734         (gnus-user-format-function-D): Autoload.
7735
7736         * imap.el (Commentary): Fix typo.
7737
7738         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7739         2006-04-22 contribution.
7740
7741 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7742
7743         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7744         It didn't really fix the bogosity I'm seeing with solid web groups.
7745
7746 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7747
7748         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7749         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7750         created using server names.  If we use the feature without declaring
7751         it, Gnus does not properly manage server and group state.
7752
7753         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7754         bound.
7755
7756 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7757
7758         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7759         looking up the method using GROUP's prefix before inventing a new one.
7760         It is used on killed/unknown groups in various places where returning
7761         an all-new method isn't expected by the caller.
7762
7763         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7764         and match semantics of gnus-group-real-prefix.
7765
7766 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7767
7768         * nnmail.el (nnmail-broken-references-mailers): New variable.
7769         (nnmail-ignore-broken-references): New function generalizing
7770         nnmail-fix-eudora-headers.
7771         (nnmail-fix-eudora-headers): Now obsolete.
7772
7773         * gnus-art.el (gnus-button-handle-custom): Support
7774         `customize-apropos*'.
7775
7776 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7777
7778         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7779
7780         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7781         articles.
7782
7783 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7784
7785         * message.el (message-cite-reply-above): New variable.
7786         (message-yank-original): Use it.
7787
7788 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7789
7790         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7791
7792 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7793
7794         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7795         as read.
7796
7797         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7798
7799 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7800
7801         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7802         (gnus-bookmark-default-file): Use gnus-directory.
7803         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7804         Remove "*" in doc string.
7805         (gnus-bookmark-write-file): Simplify.
7806         (gnus-bookmark-maybe-sort-alist): Use `when'.
7807         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7808         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7809         FIXME about Emacs 21 and XEmacs compatibility.
7810         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7811         compatibility.
7812         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7813         compatibility.
7814         (gnus-bookmark-menu-heading): Fix version.
7815
7816 2006-06-19  Bastien Guerry  <bzg@altern.org>
7817
7818         * gnus-bookmark.el: New file.
7819
7820 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7821
7822         * message.el (message-syntax-checks): Doc fix.
7823
7824 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7825
7826         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7827         unsubscribed groups as if they were killed ones.  It causes duplicate
7828         entries in gnus-newsrc-alist.
7829
7830 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7831
7832         * message.el (message-syntax-checks): Doc fix.
7833         (message-send-mail): Add check for continuation headers.
7834         (message-check-news-header-syntax): Fix regexp used to check for
7835         continuation headers.
7836
7837 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7838
7839         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7840
7841 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7842
7843         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7844
7845 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7846
7847         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7848         default-truncate-lines.
7849
7850 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7851
7852         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7853         to fill the utf-8 entry.
7854
7855         * lpath.el: Fbind unicode-precedence-list.
7856
7857 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7858
7859         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7860
7861 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7862
7863         * gnus-agent.el (directory-files-and-attributes): Move all the way
7864         forward (the third and final move).
7865         (gnus-agent-read-agentview): Trap reconstruction errors due to
7866         nonexistant directory.  Handle by returning nil.
7867
7868 2006-05-30  Didier Verna  <didier@xemacs.org>
7869
7870         * message.el (message-dont-reply-to-names): Update the custom type.
7871         * message.el (message-dont-reply-to-names): New defsubst: potentially
7872         convert a list of regexps into a single one.
7873         * message.el (message-get-reply-headers): Use it.
7874         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7875
7876 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7877
7878         * gnus-agent.el (directory-files-and-attributes): Move forward.
7879
7880 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7881
7882         * gnus-ml.el (gnus-mailing-list-subscribe)
7883         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7884         (gnus-mailing-list-message): Fix doc strings.
7885
7886 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7887
7888         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7889         of doing it manually.
7890
7891 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7892
7893         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7894         comment.
7895
7896 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7897
7898         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7899         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7900         (gnus-agent-read-local): All symbols allocated in my-obarray.
7901         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7902         (gnus-agent-regenerate-group): Check numeric names to see if they are
7903         messages or groups.
7904         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7905         better way of do this...)
7906
7907         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7908         'dummy.group' (there should be a better way of do this...)
7909
7910 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7911
7912         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7913         (gnus-saved-headers): Ditto.
7914         (gnus-default-article-saver): Mention functions may have properties.
7915         (gnus-article-save): Override gnus-save-all-headers and
7916         gnus-saved-headers by :headers property which saver function may have.
7917         (gnus-summary-save-in-file): Add :headers property.
7918         (gnus-summary-write-to-file): Ditto.
7919
7920         * gnus-sum.el (gnus-summary-save-article): Bind
7921         gnus-prompt-before-saving to t when saving many articles in a file;
7922         always show all headers.
7923
7924         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7925
7926 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7927
7928         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7929         marks.
7930
7931         * message.el (message-indent-citation): Add optional arguments to allow
7932         using it outside of message buffers.
7933
7934         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7935         (gnus-article-treat-unfold-headers): Use it.
7936         (gnus-article-truncate-lines): New variable.
7937         (gnus-article-mode): Use it.
7938         (gnus-article-toggle-truncate-lines): New function.
7939
7940         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7941         gnus-article-toggle-truncate-lines.
7942
7943         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7944         coding system in XEmacs, use binary.
7945
7946 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7947
7948         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7949         after-load-alist.
7950
7951         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7952         this function should save decoded articles.
7953         (gnus-summary-write-to-file): Use property to specify this function
7954         should save decoded articles and specify gnus-summary-save-in-file
7955         should be used to save articles other than the first one when saving
7956         many articles.
7957         (gnus-summary-save-body-in-file): Use property to specify this
7958         function should save decoded articles.
7959         (gnus-summary-write-body-to-file): Use property to specify this
7960         function should save decoded articles and specify
7961         gnus-summary-save-body-in-file should be used to save articles other
7962         than the first one when saving many articles.
7963
7964         * gnus-sum.el (gnus-summary-save-article): Simplify.
7965
7966 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7967
7968         * gnus-art.el (gnus-default-article-saver): Add
7969         gnus-summary-write-body-to-file.
7970         (gnus-article-save-coding-system): Don't use coding system object
7971         in XEmacs.
7972         (gnus-read-save-file-name): Add optional `dir-var' argument which
7973         specifies directory in which files are saved; work even if optional
7974         `variable' argument is not specified.
7975         (gnus-summary-write-to-file): Read file name.
7976         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7977         (gnus-summary-write-body-to-file): New function.
7978
7979         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7980         (gnus-summary-local-variables): Add it.
7981         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7982         (gnus-summary-save-article): Remove optional `decode' argument;
7983         determine whether to decode articles by the value of
7984         gnus-default-article-saver; when saving many files using
7985         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7986         it first and use gnus-summary-save-in-file or
7987         gnus-summary-save-body-in-file thereafter unless
7988         gnus-prompt-before-saving is always; move point to article which
7989         will be saved.
7990         (gnus-summary-save-article-file): Revert.
7991         (gnus-summary-write-article-file): Revert.
7992         (gnus-summary-save-article-body-file): Revert.
7993         (gnus-summary-write-article-body-file): New function.
7994
7995 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7996
7997         * gnus-art.el (gnus-default-article-saver): Doc fix.
7998         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7999         from gnus-summary-save-article-coding-system, and default to a
8000         certain coding system.
8001         (gnus-output-to-file): Add coding cookie and encode text according
8002         to gnus-article-save-coding-system; don't use mm-append-to-file.
8003
8004         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8005         gnus-art.el and rename to gnus-article-save-coding-system.
8006         (gnus-summary-save-article): Require gnus-art; don't show all
8007         headers if it decodes articles; don't add coding cookie here;
8008         don't bind mm-text-coding-system-for-write.
8009         (gnus-summary-save-article-file): Save decoded articles.
8010         (gnus-summary-write-article-file): When saving many files, use
8011         gnus-summary-write-to-file first and gnus-summary-save-in-file
8012         thereafter unless gnus-prompt-before-saving is always.
8013         (gnus-summary-save-article-body-file): Save decoded articles.
8014
8015         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8016
8017 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8018
8019         * nnrss.el (nnrss-check-group): Bind hash-index.
8020
8021 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8022
8023         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8024         its hash index.  Store this hash in `nnrss-group-data'.
8025         (nnrss-read-group-data): Update accordingly.
8026
8027 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8028
8029         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8030         entry.
8031
8032         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8033         gnus-article-browse-html-article.
8034
8035 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8036
8037         * gnus-sum.el (gnus-summary-mime-map): Add
8038         gnus-article-browse-html-article.
8039
8040         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8041
8042 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8043
8044         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8045         suitable coding systems in customize.
8046
8047 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8048
8049         * mail-source.el (mail-sources): Fix custom type.
8050
8051 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8052
8053         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8054         (gnus-summary-expire-articles-now): Shorten prompt.
8055
8056         * gmm-utils.el (wid-edit): Require.
8057         (defun-gmm): Renamed from `gmm-defun-compat'.
8058         (gmm-image-search-load-path): Use it.
8059         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8060
8061 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8062
8063         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8064         variable.
8065         (gnus-summary-save-article): Add optional `decode' argument.  If
8066         it is set and gnus-summary-save-article-coding-system is non-nil,
8067         save decoded article.
8068         (gnus-summary-write-article-file): Save decoded article if
8069         gnus-summary-save-article-coding-system is non-nil.
8070
8071         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8072         type.
8073
8074 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8075
8076         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8077
8078 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8079
8080         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8081         first to test gnus-single-article-buffer which may be buffer-local.
8082
8083         * gnus-sum.el (gnus-summary-setup-buffer): Make
8084         gnus-single-article-buffer buffer-local and nil in ephemeral
8085         group; make gnus-article-buffer, gnus-article-current, and
8086         gnus-original-article-buffer always buffer-local.
8087         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8088         group.
8089         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8090
8091 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8092
8093         * nnml.el (nnml-request-compact-group): Compressed files might not
8094         have .gz extension.
8095
8096 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8097
8098         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8099         (mm-copy-to-buffer): Use with-current-buffer.
8100         (mm-display-part): Simplify.
8101         (mm-inlinable-p): Add optional arg `type'.
8102
8103 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8104
8105         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8106         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8107         Try harder to show the attachment internally or externally using
8108         gnus-mime-view-part-as-type.
8109
8110 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8111
8112         * message.el (message-from-style, message-signature-separator)
8113         (message-user-organization-file, message-send-mail-function)
8114         (message-citation-line-function, message-yank-prefix)
8115         (message-indent-citation-function, message-signature)
8116         (message-signature-file, message-signature-insert-empty-line):
8117         Remove autoloads.
8118
8119         * gnus-art.el (gnus-buttonized-mime-types): Remove
8120         "multipart/signed".  Revert 2006-04-26 change.
8121
8122 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8123
8124         * gnus.el (gnus-version-number): Bump version.
8125
8126 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8127
8128         * gnus.el: No Gnus v0.5 is released.
8129
8130 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8131
8132         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8133         fetching articles by message-id.
8134
8135 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8136
8137         * message.el (hashcash): Require hashcash as normal.
8138
8139         * ecomplete.el (ecomplete-highlight-match-line): Use
8140         point-at-eol.
8141         (ecomplete-highlight-match-line): Use `highlight', because that
8142         face exists in both Emacs and XEmacs.
8143
8144         * message.el (message-display-abbrev): Use point-at-bol.
8145
8146         * mail-source.el: Don't require timer/timer-funcs.
8147
8148         * gnus-async.el: Ditto.
8149
8150         * password.el: Ditto.
8151
8152         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8153
8154         * mm-url.el: Ditto.
8155
8156         * gnus-xmas.el: Don't require timer-funcs.
8157
8158         * mm-util.el: Require timer/timer-funcs.
8159
8160 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8161
8162         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8163         Close.
8164
8165 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8166
8167         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8168         unibyte after clear-decrypt function runs.
8169
8170         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8171         returns as a unibyte string.
8172
8173 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8174
8175         * lpath.el: Revert.
8176
8177         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8178         (pgg-gpg-process-sentinel): Revert.
8179
8180         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8181         (pgg-pgp-lookup-key): Revert.
8182
8183         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8184         (pgg-pgp5-lookup-key): Revert.
8185
8186         * pgg.el (pgg-fetch-key): Revert.
8187
8188 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * lpath.el: Fbind string-as-multibyte for XEmacs.
8191
8192         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8193         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8194         (mml1991-pgg-encrypt): Ditto.
8195
8196         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8197         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8198         a multibyte buffer.
8199
8200         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8201         (pgg-pgp-lookup-key): Ditto.
8202
8203         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8204         (pgg-pgp5-lookup-key): Ditto.
8205
8206         * pgg.el (pgg-fetch-key): Ditto.
8207
8208 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8209
8210         * message.el (message-user-organization-file): Check several
8211         locations of the organization file.
8212
8213         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8214         Add gnus-article-view-part-as-type.
8215
8216         * gnus-art.el (gnus-article-view-part-as-type): New function.
8217
8218         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8219         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8220
8221         * mml.el: Simplify autoload.
8222         (mml-mode): defvar dnd-protocol-alist instead of using
8223         symbol-value.
8224         (mml-default-directory): New variable.
8225         (mml-minibuffer-read-file): Use it.
8226         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8227
8228         * message.el (message-citation-line-format): New variable.
8229         (message-insert-formated-citation-line): New function.
8230         (message-citation-line-function): Add
8231         `message-insert-formated-citation-line' to custom type.
8232
8233         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8234         to doc string.
8235
8236         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8237         depending on mm-verify-option.
8238
8239 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8240
8241         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8242         binding pgg-* variables; reimplement the section which prevents
8243         MIME header from being signed.
8244         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8245         pgg-text-mode; remove a blank line at the top of body.
8246
8247         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8248         lines at the top of body; use gnus-newsgroup-charset if there's no
8249         Charset header.
8250
8251 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8252
8253         * message.el (message-self-insert-commands): Doc fix.
8254
8255         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8256         (mm-uu-pgp-encrypted-test): Ditto.
8257         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8258         between header and body; return application/pgp-encrypted handle
8259         if decryption failed; decode decrypted body by charset.
8260
8261         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8262         element match to application/pgp-*.
8263
8264 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8265
8266         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8267         HTML.
8268
8269 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8270
8271         * mail-source.el (mail-source-call-script): Message the error
8272         string.
8273
8274 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8275
8276         * gnus-util.el (gnus-byte-compile): Use it.
8277
8278 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8279
8280         * gnus-util.el (kill-empty-logs): New function.
8281
8282 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8283
8284         * message.el (message-mail-alias-type): Doc fix.
8285         (message-mail-alias-type-p): New function.
8286         (message-send): Use it.
8287         (message-mode): Ditto.
8288         (message-strip-forbidden-properties): Ditto.
8289
8290         * ecomplete.el (ecomplete-database-file-coding-system): New
8291         variable.
8292         (ecomplete-save): Use it.
8293         (ecomplete-setup): Use it.
8294
8295 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8296
8297         * message.el (message-self-insert-commands): New variable.
8298         (message-strip-forbidden-properties): Use it.
8299
8300 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8301
8302         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8303         that doesn't make XEmacs choke.
8304
8305 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8306
8307         * gnus-util.el (gnus-replace-in-string):
8308         Prefer replace-regexp-in-string over of replace-in-string.
8309
8310 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8311
8312         * gnus-util.el (gnus-select-frame-set-input-focus):
8313         Use select-frame-set-input-focus if it is available in XEmacs; use
8314         definition defined in Emacs 22 for old Emacsen.
8315
8316         * dgnushack.el: Autoload unmorse-region for XEmacs.
8317
8318         * lpath.el: Bind cursor-in-non-selected-windows and
8319         select-frame-set-input-focus for XEmacs.
8320
8321 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8322
8323         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8324
8325 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8326
8327         * gnus-registry.el (gnus-registry-cache-save): Remove text
8328         properties when saving via the temp buffer.
8329
8330 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8331
8332         * message.el (message-generate-hashcash): Honor custom type.
8333
8334 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8335
8336         * message.el (message-generate-hashcash): Default to non-nil when
8337         hashcash is found.
8338
8339         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8340         (gnus-refer-thread-limit): Increase default to 500.
8341
8342         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8343
8344         * flow-fill.el (fill-flowed): Allow delete-space.
8345
8346 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8347
8348         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8349         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8350         Remove autoloads.
8351
8352 2006-04-18  Simon Josefsson  <jas@extundo.com>
8353
8354         * message.el (message-generate-hashcash): Default to.
8355
8356 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8357
8358         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8359         concatenating segments rather than before concatenating them.
8360
8361 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8362
8363         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8364
8365 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8366
8367         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8368
8369         * message.el (message-forward-make-body-plain): Allow
8370         message-forward-ignored-headers to be a list.
8371         (message-remove-ignored-headers): Factor out into function.
8372         (message-forward-make-body-mml): Use it.
8373
8374         * imap.el (imap-quote-specials): New function.
8375         (imap-login-auth): Quote specials.
8376
8377         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8378         (rfc2231-parse-string): Allow concatanation of parameters that
8379         aren't contiguous.  The test case is
8380           (mail-header-parse-content-type "message/external-body;
8381             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8382             access-type=LOCAL-FILE;
8383             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8384
8385 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8386
8387         * nntp.el (nntp-accept-process-output): Return the value of
8388         `nnheader-accept-process-output'.
8389
8390 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8391
8392         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8393         (gnus-button-alist): Recognize more diff formats.
8394         (gnus-button-patch): Strip directory.
8395
8396 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8397
8398         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8399         Emacs 22 when setting focus.
8400
8401 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8402
8403         * gnus-art.el (gnus-article-treat-types): Do treatment of
8404         text/x-verbatim parts.
8405         (gnus-button-patch): New command.
8406
8407         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8408         addresses that contain invalid characters.
8409
8410 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8411
8412         * message.el (message-put-addresses-in-ecomplete): Use
8413         gnus-replace-in-string.
8414         (message-is-yours-p): Use the more correct
8415         mail-header-parse-address instead of
8416         mail-extract-address-components.
8417         (message-put-addresses-in-ecomplete): Fix typo.
8418
8419         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8420         keystroke.
8421
8422         * gnus-art.el (gnus-treatment-function-alist): Change order of
8423         newsgroups/generic header folding to avoid double-folding.
8424
8425         * message.el (message-hidden-headers): Add X-Draft-From.
8426
8427         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8428         command.
8429         (gnus-summary-repeat-search-article-backward): New command.
8430
8431         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8432         groups in the parent topic.
8433
8434 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8435
8436         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8437         (spam-extra-header-to-number): Return the CRM114 number as a
8438         number instead of a string.
8439
8440 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8441
8442         * gnus-art.el (gnus-face-properties-alist): Moved here from
8443         gnus-fun.
8444
8445         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8446
8447 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8448
8449         * message.el (message-strip-forbidden-properties): Only display on
8450         self-insert-command.
8451
8452         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8453         reindent.
8454         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8455
8456 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8457
8458         * smiley.el (smiley-style): Fix typo.
8459
8460 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8461
8462         * hashcash.el (hashcash-insert-payment-async-2): Use
8463         message-goto-eoh instead of doing it manually.
8464         (mail-add-payment): Use message-narrow-to-header instead of trying
8465         to do the same itself.
8466
8467         * message.el (message-hidden-headers): Add Face.
8468
8469         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8470         reparenting code.
8471         (gnus-summary-reparent-children): Refactored out code.
8472         (gnus-summary-thread-map): New keystroke.
8473         (gnus-summary-reparent-children): Make into command.
8474
8475         * smiley.el (smiley-style): Default to `medium' if using a large
8476         font.
8477
8478         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8479         does it itself.
8480
8481         * message.el (message-point-in-header-p): Simplify definition.
8482
8483 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8484
8485         * nnagent.el (nnagent-request-set-mark): Silence log file
8486         writing.
8487         (nnagent-request-set-mark): Use write-region instead of
8488         append-to-file.
8489
8490         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8491         strange select method.
8492
8493         * ecomplete.el (ecomplete-display-matches): Get highlightling
8494         right.
8495         (ecomplete-display-matches): Use literals.
8496         (ecomplete-display-matches): Disable message logging.
8497
8498         * message.el (message-display-abbrev): Small optimization.
8499
8500         * ecomplete.el (ecomplete-display-matches): Allow automatic
8501         display.
8502
8503         * message.el (message-strip-forbidden-properties): Display
8504         abbrevs.
8505         (message-display-abbrev): Get automatic display right.
8506
8507         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8508         keystrokes.
8509
8510 2006-04-13  Romain Francoise  <romain@orebokech.com>
8511
8512         TODO: Backport to v5-10!
8513
8514         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8515         Moved here (and renamed) from gnus-registry.el.
8516
8517         * gnus-registry.el: Require gnus-util.
8518         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8519
8520 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8521
8522         * gnus-group.el (gnus-group-catchup-current): Change
8523         if-then-else-if-then-else into cond.
8524         (gnus-group-catchup): Indent.
8525         (group-name-at-point): New function.
8526         (gnus-fetch-group): Provide default from thing at point.
8527
8528 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8529
8530         * message.el (message-display-abbrev): Fix regexp.
8531
8532         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8533         choosing.
8534         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8535         dead variables.
8536
8537         * message.el (message-newline-and-indent): Remove debugging.
8538         (message-display-abbrev): Use new implementation.
8539
8540 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8541
8542         * gnus-art.el (gnus-article-mode): Set
8543         cursor-in-non-selected-windows to nil.
8544
8545         * smiley.el: Revert previous change.
8546         (smiley-data-directory): defvar it before using it in the
8547         defcustom of `smiley-style'.
8548
8549 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8550
8551         * message.el (message-newline-and-indent): New function.
8552
8553         * ecomplete.el: Implement more bits.
8554
8555         * message.el (message-put-addresses-in-ecomplete): Clean up the
8556         string.
8557
8558         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8559
8560         * gnus-sum.el (gnus-summary-save-parts): Bind
8561         gnus-summary-save-parts-counter and use it to make unique file
8562         names.
8563
8564         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8565
8566         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8567         parameter to say whether to actually parse the individual
8568         addresses.
8569
8570         * message.el (message-put-addresses-in-ecomplete): New function.
8571         (ecomplete): Require.
8572         (message-mail-alias-type): Add ecomplete as an option.
8573
8574 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8575
8576         * flow-fill.el (fill-flowed): Remove trailing space from blank
8577         quoted lines.
8578
8579 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8580
8581         * smiley.el (smiley-style): Move definition later to avoid a
8582         compilation warning.
8583
8584 2006-04-12  Kenichi Handa  <handa@m17n.org>
8585
8586         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8587         buffer and then decode the buffer text if necessary.
8588         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8589         first, and after mm-encode-body, change the buffer to unibyte.
8590         Use mm-disable-multibyte instead of set-buffer-multibyte.
8591
8592 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8593
8594         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8595         Content-Type header instead of Content-Disposition header.
8596         (gnus-mime-inline-part): Ditto.
8597         (gnus-mime-view-part-as-charset): Ignore charset that the part
8598         specifies.
8599
8600         * mm-decode.el (mm-display-part): Work with external parts and
8601         usual parts similarly.
8602
8603         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8604         instead of gnus-display-mime.
8605
8606         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8607         instead of with-temp-buffer.
8608
8609         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8610         tag to summarized topics part in order to encode non-ASCII text.
8611
8612 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8613
8614         * smiley.el (smiley-style): New variable.
8615         (smiley-directory): New function.
8616         (smiley-data-directory): Derive from `smiley-style' using
8617         `smiley-directory'.
8618         (smiley-regexp-alist): Add new entries.
8619
8620         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8621         (gnus-article-browse-delete-temp): Add :version.
8622
8623 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8624
8625         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8626         the sieve region.
8627
8628 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8629
8630         * gnus.el (gnus-version-number): Bump version.
8631
8632 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8633
8634         * gnus.el: No Gnus v0.4 is released.
8635
8636 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8637
8638         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8639         layout.
8640
8641         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8642         unknown charset.
8643
8644         * message.el (message-header-synonyms): Add Original-To to the
8645         default.
8646
8647         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8648         optional parameter.
8649
8650 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8651
8652         * gnus-fun.el (gnus): Require it for gnus-directory.
8653
8654 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8655
8656         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8657
8658 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8659
8660         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8661
8662 2006-04-05  Simon Josefsson  <jas@extundo.com>
8663
8664         * password.el (password-reset): New function.
8665
8666 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8667
8668         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8669         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8670
8671 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8672
8673         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8674         Some whitespace was matched into the url, which broke browsing hits
8675         > 100 when mm-url-use-external was nil.
8676
8677 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8678
8679         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8680         gnus-extra-headers for 'Newsgroups.
8681
8682         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8683         bound.
8684
8685 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8686
8687         * pgg-gpg.el: Clean up process buffers every time gpg processes
8688         complete.
8689
8690 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8691
8692         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8693         doc string.
8694
8695 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8696
8697         * pgg-gpg.el (pgg-gpg-process-filter)
8698         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8699
8700         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8701         lines, temporary fix.
8702
8703 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8704
8705         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8706
8707 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8708
8709         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8710         default-enable-multibyte-characters.  This reverts the change from
8711         revision 6.17 which is no longer necessary because the passphrase
8712         is sent separately now.  GnuPG messages are unreadable under
8713         multibyte locales with default-enable-multibyte-characters set to
8714         nil.
8715
8716 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8717
8718         * message.el (message-tool-bar-gnome): Move "spell".
8719
8720 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8721
8722         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8723         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8724         instead.
8725
8726 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8727
8728         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8729         newsgroups handling for NNTP overviews which don't include
8730         Newsgroups.
8731
8732 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8733
8734         * message.el (message-resend): Bind message-generate-hashcash to nil.
8735
8736 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8737
8738         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8739         when searching for already-paid recipients.
8740
8741 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8742
8743         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8744         passphrases when it is not needed.
8745         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8746         passphrase stuff from gpg, should only be necessary when you use
8747         gpg with a smartcard.
8748
8749 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8750
8751         * mml.el (mml-insert-mime): Ignore cached contents of
8752         message/external-body part.
8753
8754         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8755         (mm-insert-part): Ditto.
8756
8757 2006-03-23  Simon Josefsson  <jas@extundo.com>
8758
8759         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8760         Reiner.
8761         (pgg-gpg-use-agent-p): Use it again.
8762
8763 2006-03-23  Simon Josefsson  <jas@extundo.com>
8764
8765         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8766         older emacsen.
8767         (pgg-gpg-use-agent-p): Don't use it.
8768
8769 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8770
8771         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8772         if we can.
8773
8774 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8775
8776         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8777         (pgg-gpg-update-agent): New function.
8778         (pgg-gpg-use-agent-p): New function.
8779         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8780         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8781         (pgg-gpg-sign-region): Use it.
8782
8783 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8784
8785         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8786         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8787
8788 2006-03-21  Simon Josefsson  <jas@extundo.com>
8789
8790         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8791         <wilde@sha-bang.de>.
8792         (pgg-gpg-use-agent): New variable.
8793         (pgg-gpg-process-region): Use it.
8794         (pgg-gpg-encrypt-region): Likewise.
8795         (pgg-gpg-encrypt-symmetric-region): Likewise.
8796         (pgg-gpg-decrypt-region): Likewise.
8797         (pgg-gpg-sign-region): Likewise.
8798         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8799
8800 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8801
8802         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8803
8804         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8805         Add comment on version.
8806
8807 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8808
8809         * smiley.el: Add missing test smiley.
8810
8811 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8812
8813         * mm-decode.el (mm-with-part): New macro.
8814         (mm-get-part): Use it; work with message/external-body as well.
8815         (mm-save-part): Treat name and filename equally.
8816
8817         * mm-extern.el (mm-extern-cache-contents): New function.
8818         (mm-inline-external-body): Use it; force the part to be displayed;
8819         move undisplayer added to the cached handle to the parent.
8820
8821         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8822         (gnus-mime-view-part-as-type): Work with message/external-body.
8823
8824         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8825
8826 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8827
8828         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8829         images in image-load-path.  [Sync with image.el, revision 1.60, in
8830         Emacs.]
8831
8832 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8833
8834         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8835         path rather than symbol.  Always return list of directories.
8836         Guarantee that image directory comes first.  [Sync with image.el,
8837         revision 1.59, in Emacs.]
8838
8839         * message.el (message-make-tool-bar): Adjust to new API of
8840         `gmm-image-load-path-for-library'.
8841
8842         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8843
8844         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8845
8846 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8847
8848         * gnus-art.el (gnus-article-only-boring-p):
8849         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8850         intangible text.
8851         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8852
8853 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8854
8855         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8856         `defun' instead of `gmm-defun-compat'.
8857
8858 2006-03-14  Simon Josefsson  <jas@extundo.com>
8859
8860         * message.el (message-unique-id): Don't use message-number-base36
8861         if (user-uid) is a float.
8862         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8863
8864 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8865
8866         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8867
8868         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8869         empty line between a part and a message part.
8870
8871 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8872
8873         * smiley.el: Add more test smileys.
8874         (smiley-data-directory, smiley-regexp-alist)
8875         (gnus-smiley-file-types): Fix doc strings.
8876         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8877         adding new elements.
8878         (smiley-mouse-map): Unused code.  Make it a comment.
8879
8880 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8881
8882         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8883         scan latest NoCeM messages instead of old ones.
8884         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8885         delimiters that are recently used.
8886         (gnus-nocem-load-cache): Add autoload cookie.
8887
8888         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8889
8890         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8891         level which is larger than gnus-use-nocem is specified.
8892
8893         * gnus-group.el (gnus-group-get-new-news): Ditto.
8894
8895 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8896
8897         * gnus-util.el (gnus-tool-bar-update): New function.
8898
8899         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8900         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8901
8902         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8903
8904         * gnus-group.el (gnus-group-redraw-when-idle)
8905         (gnus-group-redraw-check): Remove.
8906         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8907
8908 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8909
8910         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8911         if optional last element is specified in splits (FIELD VALUE...).
8912
8913 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8914
8915         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8916         to gmm-image-load-path-for-library.  Call with no-error argument.
8917         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8918
8919         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8920
8921         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8922
8923         * gmm-utils.el (gmm-image-load-path): Remove alias.
8924
8925 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8926
8927         * gmm-utils.el (gmm-image-load-path): Add alias.
8928
8929         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8930         nnml-generate-nov-databases-1.
8931         (nnml-generate-nov-databases): Use it.
8932         (nnml-generate-nov-databases-directory): Document no-active
8933         argument.
8934
8935         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8936         directory if path is t.  Add no-error.
8937
8938         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8939         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8940
8941         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8942         resetting gnus-article-browse-html-temp-list.
8943
8944         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8945         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8946         Add example to docstring.  Rename local variables.  Move error
8947         checks to default case in cond and simplify.
8948
8949 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8950
8951         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8952         handle is multipart when calling it recursively.
8953         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8954
8955 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8956
8957         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8958         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8959
8960 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8961
8962         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8963         is loaded.
8964
8965         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8966         loaded.
8967
8968 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8969
8970         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8971         to "Emacs 23 (unicode)" in doc string.
8972
8973         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8974         "Emacs 23 (unicode)" in comment.
8975
8976 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8977
8978         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8979
8980         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8981         characters 160 through 255 in Emacs 23.
8982
8983 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8984
8985         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8986         gnus-article-browse-html-temp.
8987         (gnus-article-browse-delete-temp): Make it customizable.  Add
8988         `file'.  Adjust doc string.
8989         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8990         query for each file.  Adjust doc string.
8991         (gnus-article-browse-html-parts): Add
8992         `gnus-article-browse-delete-temp-files' to
8993         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8994
8995 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8996
8997         * gnus-art.el (gnus-article-browse-html-temp)
8998         (gnus-article-browse-delete-temp): New variables.
8999         (gnus-article-browse-delete-temp-files): New function.
9000         (gnus-article-browse-html-parts): Use it.
9001
9002 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9003
9004         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9005
9006         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9007         string.
9008
9009         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9010         gnus-summary-insert-new-articles when unplugged.  Remove
9011         gnus-summary-search-article-forward.
9012
9013         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9014         display-visual-class instead of display-color-cells.
9015
9016 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9017
9018         * dgnushack.el: Autoload customize-group for XEmacs.
9019
9020         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9021         message/* containing non-ASCII text properly.
9022
9023 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9024
9025         * message.el: Require gmm-utils, remove autoloads.
9026         (message-tool-bar): Set default based on
9027         gmm-tool-bar-style.
9028         (message-tool-bar-gnome): Add gmm-customize-mode.
9029
9030         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9031         gmm-tool-bar-style.
9032         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9033
9034         * gnus-group.el (gnus-group-tool-bar): Set default based on
9035         gmm-tool-bar-style.
9036         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9037
9038         * gmm-utils.el (gmm-image-directory): Rename variable from
9039         gmm-image-load-path.
9040         (gmm-image-load-path): Use gmm-image-directory.
9041         (gmm-customize-mode): New function.
9042         (gmm-tool-bar-style): New variable.
9043
9044         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9045         gnus-group-redraw-line-number.
9046         (gnus-group-redraw-check): Simplify.
9047         (gnus-group-tool-bar-update): Remove redraw check.
9048         (gnus-group-make-tool-bar): Add redraw check.
9049
9050 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9051
9052         * gnus-art.el (gnus-button): Add missing parentheses.
9053
9054 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * lpath.el: Fbind line-number-at-pos.
9057
9058 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9059
9060         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9061
9062 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9063
9064         * gnus-art.el (gnus-button): New face.
9065         (gnus-article-button-face): Use it.
9066
9067         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9068         gnus-summary-next-page.  Re-order.
9069
9070         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9071         next-node are now included.
9072         (gnus-group-redraw-line-number): New internal variable.
9073         (gnus-group-redraw-check): Helper function for updating the tool
9074         bar.
9075         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9076
9077         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9078
9079         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9080         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9081         Use it to match format of Spamassassin 3.0 and later.  Reported by
9082         IRIE Tetsuya <irie@t.email.ne.jp>.
9083         (spam-check-bogofilter)
9084         (spam-bogofilter-register-with-bogofilter): Fix args of
9085         `gnus-error' calls.
9086
9087 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9088
9089         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9090         unnecessary interaction when sending queued mails.  Reported by
9091         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9092
9093 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9094
9095         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9096         first or last are nil.
9097
9098 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9099
9100         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9101
9102 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9103
9104         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9105
9106 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9107
9108         * dns.el (query-dns): Protect more against buggy tcp output.
9109
9110 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9111
9112         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9113         nov.php.
9114
9115 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9116
9117         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9118         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9119         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9120         output on the server side.
9121         (nnweb-google-create-mapping): Update regexps and add some
9122         progress indication.
9123
9124 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9125
9126         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9127         gnus-agent-toggle-plugged.  Re-order icons.
9128         (gnus-group-tool-bar-gnome): Add
9129         gnus-group-{prev,next}-unread-group.
9130         (gnus-group-tool-bar-gnome): Re-order icons.
9131
9132         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9133         gnus-summary-insert-new-articles.
9134
9135         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9136         comments.
9137
9138         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9139         also available in Emacs 21.3.
9140
9141         * message.el (message-fix-before-sending): Change "Emacs 22" to
9142         "Emacs 23 (unicode)" in comment.
9143
9144         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9145         "Emacs 23 (unicode)" in comment.
9146
9147         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9148         comment.
9149         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9150
9151         * mm-view.el (mm-fill-flowed): Add :version.
9152
9153 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9154
9155         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9156         and load-path.
9157
9158 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9159
9160         * message.el: Autoload gmm-image-load-path.
9161         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9162         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9163         consitency.
9164
9165         * gmm-utils.el (gmm-image-load-path): Also search in
9166         "../etc/images".  Don't set gmm-image-load-path if we don't find
9167         the image.
9168
9169 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * gmm-utils.el (gmm-image-load-path): Don't make
9172         `gmm-image-load-path' include subdirectories which the second arg
9173         `image' might specify.
9174
9175         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9176         subdirectory to icon file names.
9177
9178         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9179
9180 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9181
9182         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9183         gmm-image-load-path calls.
9184
9185         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9186
9187         * message.el (message-make-tool-bar): Ditto.
9188
9189         * mml.el (mml-preview): Added comment concerning tool bar icons.
9190
9191         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9192         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9193
9194         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9195         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9196
9197         * message.el (message-tool-bar-gnome): Use new icon names.
9198         (message-make-tool-bar): Use `gmm-image-load-path'.
9199
9200         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9201         functions from MH-E.
9202         (gmm-image-load-path): New variable from MH-E.
9203         (gmm-image-load-path): New function from MH-E.  Added arguments
9204         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9205         *-image-load-path-called-flag.
9206
9207 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9208
9209         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9210
9211 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9212
9213         * nnimap.el (nnimap-request-move-article): Change folder back to
9214         source group before deleting.
9215
9216 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9217
9218         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9219
9220         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9221         mm-url.
9222
9223         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9224
9225 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9226
9227         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9228         coding system which mm-charset-to-coding-system returns for a
9229         given charset is valid.
9230
9231 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9232
9233         * html2text.el (html2text-remove-tag-list):
9234         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9235
9236 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9237
9238         * gnus-cus.el: Revert 2005-10-17 change.
9239
9240 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9241
9242         * gnus-art.el (article-strip-banner): Call
9243         article-really-strip-banner only when the regexp match is made.
9244
9245 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9246
9247         * gnus-art.el (article-strip-banner): Use
9248         gnus-extract-address-components instead of
9249         mail-header-parse-addresses to make it work with non-ASCII text;
9250         remove mail-encode-encoded-word-string.
9251
9252         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9253         values which are surrounded with \"...\"; make it never cause a
9254         Lisp error; give up parsing of parameters if it failed in
9255         extracting type.
9256
9257 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9258
9259         * smime.el (smime-cert-by-ldap-1): Fix bug where
9260         `smime-ldap-search' returns results without userCertificates.
9261
9262 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9263
9264         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9265
9266 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9267
9268         * spam.el (spam-check-spamassassin-headers): Adapt format for
9269         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9270         <ari@mbf.ocn.ne.jp>.
9271         (spam-list-of-processors): Add spam-use-gmane.
9272
9273 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9274
9275         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9276         make-temp-file; make it work with XEmacs as well.
9277
9278         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9279         mm-make-temp-file.
9280
9281         * mm-decode.el (mm-display-external): Use the 3rd arg of
9282         mm-make-temp-file.
9283         (mm-create-image-xemacs): Ditto.
9284
9285 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9286
9287         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9288         with message-narrow-to-headers.
9289         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9290         (gnus-draft-check-draft-articles): New function.
9291         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9292
9293 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9294
9295         * gnus-art.el (gnus-article-browse-html-parts):
9296         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9297         Don't use suffix argument for mm-make-temp-file for Emacs 21
9298         compatibility.  Remove useless `format'.
9299
9300 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9301
9302         * nnweb.el (nnweb-google-wash-article): Update regexps.
9303         (nnweb-group-alist): Use defvoo instead of defvar.
9304
9305 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9306
9307         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9308         re-loading nn* modules.
9309
9310 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9311
9312         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9313         for `tool-bar-mode' and don't check it's default-value.
9314
9315         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9316
9317         * message.el (message-make-tool-bar): Ditto.
9318
9319         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9320         `substring'.  Shorten tmp-file name.
9321
9322         * gnus.el: Remove bogus comment.
9323
9324 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9325
9326         * gnus-art.el (gnus-article-browse-html-parts): New function.
9327         (gnus-article-browse-html-article): New function for viewing html
9328         articles with a browser.
9329
9330 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9331
9332         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9333         in elisp.
9334         (pgg-gpg-encrypt-symmetric-region): Ditto.
9335         (pgg-gpg-sign-region): Ditto.
9336
9337         * pgg-def.el (pgg-text-mode): New variable.
9338
9339         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9340         (mml2015-pgg-encrypt): Ditto.
9341
9342         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9343         (mml1991-pgg-encrypt): Ditto.
9344
9345 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9346
9347         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9348         message-make-date instead of current-time-string.
9349
9350         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9351         to gnus-decoded which mm-uu might set.
9352
9353 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9354
9355         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9356         don't decode quoted parameters; remove misimported Emacs code.
9357         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9358         (rfc2231-decode-encoded-string): Don't use split-string which
9359         behaves differently according to Emacs version; use
9360         mm-decode-coding-region to convert charset to coding-system.
9361         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9362         (rfc2231-encode-string): Remove misimported Emacs code.
9363
9364 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9365
9366         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9367         when calling mail-header-parse-content-type.
9368         (article-de-quoted-unreadable): Ditto.
9369         (article-de-base64-unreadable): Ditto.
9370         (article-wash-html): Ditto.
9371
9372         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9373         calling mail-header-parse-content-type and
9374         mail-header-parse-content-disposition.
9375         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9376         mail-header-parse-content-type.
9377
9378         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9379         insert charset and format parameters; encode description after
9380         inserting it to buffer.
9381         (mml-insert-parameter): Fold lines properly even if a parameter is
9382         segmented into two or more lines; change the max column to 76.
9383
9384         * rfc1843.el (rfc1843-decode-article-body): Don't use
9385         ignore-errors when calling mail-header-parse-content-type.
9386
9387         * rfc2231.el (rfc2231-parse-string): Return at least type if
9388         possible; don't cause an error even if it fails in parsing of
9389         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9390         (rfc2231-encode-string): Don't break lines at the beginning, leave
9391         it to mml-insert-parameter.
9392
9393         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9394         calling mail-header-parse-content-type.
9395
9396 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9397
9398         * spam-report.el (spam-report-gmane-use-article-number):
9399         Improve doc string.
9400         (spam-report-gmane-internal): Check if a suitable header was found
9401         in the article.
9402
9403 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9404
9405         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9406         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9407
9408 2006-02-05  Romain Francoise  <romain@orebokech.com>
9409
9410         Update copyright notices of all files in the gnus directory.
9411
9412 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9413
9414         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9415
9416 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9417
9418         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9419         segmented lines of parameter value to cope with Thunderbird 1.5
9420         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9421         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9422         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9423
9424 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9425
9426         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9427         parts.
9428
9429 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9430
9431         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9432         there's only one active file for all servers.
9433         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9434         solid groups.  Gnus might have used a FAST request to select the group.
9435         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9436         and nnweb-search redundantly in the active file.
9437         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9438         (nnweb-request-create-group): Don't use ARGS.
9439         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9440         initialisations.  Let nnoo do the work.
9441
9442 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9443
9444         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9445         Say the part has been decoded.
9446
9447         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9448
9449 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9450
9451         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9452         mailcap-viewer-test-cache when there's no 'test clause, since that
9453         will invert the meaning of a "nil" test previously determined by
9454         mailcap-mailcap-entry-passes-test.
9455
9456 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9457
9458         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9459         compiling.
9460
9461         * gnus-sum.el: Ditto.
9462
9463         * message.el: Don't bind tool-bar-map when compiling.
9464
9465 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9466
9467         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9468
9469 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9470
9471         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9472         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9473         current Google Groups.
9474
9475 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9476
9477         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9478         and tool-bar-mode.
9479
9480         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9481         and tool-bar-mode.
9482
9483         * message.el (message-tool-bar-update): Simplify.
9484         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9485
9486         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9487         gnus-summary-buffer.
9488         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9489         gnus-summary-reply.
9490
9491         * gmm-utils.el (gmm): Add :version.
9492
9493 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9494
9495         * Makefile.in (clean): New rule.
9496         (distclean): Use it.
9497
9498 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9499
9500         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9501         autoload.
9502
9503 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9504
9505         * gmm-utils.el (gmm-verbose): Add :group.
9506
9507 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9508
9509         * message.el: Change some comments WRT tool-bars.
9510
9511         * gnus-sum.el (gnus-summary-tool-bar)
9512         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9513         (gnus-summary-tool-bar-zap-list): New variables.
9514         (gnus-summary-make-tool-bar): Complete rewrite using
9515         `gmm-tool-bar-from-list'.
9516
9517         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9518         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9519         variables.
9520         (gnus-group-make-tool-bar): Complete rewrite using
9521         `gmm-tool-bar-from-list'.
9522         (gnus-group-tool-bar-update): New function.
9523
9524         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9525
9526 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9527
9528         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9529         is dissected into a single part of which the type is the same as
9530         the given one; decode charset.
9531
9532 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9533
9534         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9535         into alists as symbol not string, since that's what
9536         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9537         look for.
9538
9539 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9540
9541         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9542         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9543
9544         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9545
9546 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9547
9548         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9549         (gnus-xmas-mime-security-button-menu): New function.
9550
9551         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9552         (gnus-mime-security-button-menu): New definition.
9553         (gnus-mime-security-button-map): Use them.
9554         (gnus-mime-security-button-menu): New function.
9555         (gnus-insert-mime-security-button): Addition to help echo.
9556         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9557         (gnus-mime-security-pipe-part): New functions.
9558
9559         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9560         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9561
9562         * mm-decode.el (mm-handle-set-disposition): Remove.
9563         (mm-handle-set-description): Remove.
9564
9565 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9566
9567         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9568         (mm-w3m-standalone-supports-m17n-p): New function.
9569         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9570         w3m usage.
9571
9572         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9573         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9574
9575 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9576
9577         * message.el (message-tool-bar-zap-list): Use
9578         gmm-tool-bar-zap-list as custom type.
9579         (message-tool-bar-update): New function.
9580         (message-tool-bar, message-tool-bar-gnome)
9581         (message-tool-bar-retro): Add message-tool-bar-update.
9582         (message-tool-bar-gnome): Add flyspell-buffer.
9583
9584         * gnus-util.el (gnus-error): Describe `args'.
9585
9586         * gmm-utils.el (gmm-error): Describe `args'.
9587         (gmm-tool-bar-zap-list): New widget.
9588         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9589
9590 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9591
9592         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9593         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9594         the number of recursive calls.
9595
9596         * mm-decode.el (mm-handle-set-disposition): New macro.
9597         (mm-handle-set-description): New macro.
9598
9599 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9600
9601         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9602         encoding.
9603
9604 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9605
9606         * message.el (message-tool-bar-zap-list, message-tool-bar)
9607         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9608         (message-tool-bar-local-item-from-menu): Remove.
9609         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9610         (message-make-tool-bar): New function.
9611         (message-mode): Use `message-make-tool-bar'.
9612
9613         * gmm-utils.el: New file.
9614         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9615         (gmm-lazy): New widget copied from `nnmail.el'.
9616         (gmm-tool-bar-from-list): New function for creating customizable
9617         tool bars.
9618         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9619         output.
9620         (gmm): Add :prefix to defgroup.
9621
9622 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9623
9624         * gmm-utils.el (gmm-widget-p): New function.
9625
9626 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9627
9628         * mml.el (mml-attach-file): Describe `description' in doc string.
9629         (mml-menu): Add Emacs MIME manual and PGG manual.
9630
9631 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9632
9633         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9634
9635 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9636
9637         * nntp.el (nntp-end-of-line): Doc fix.
9638
9639 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9640
9641         * imap.el (imap-open): Handle case where buffer is a buffer
9642         object.
9643
9644 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9645
9646         * gnus-delay.el (gnus-delay): Don't autoload.
9647         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9648         to be re-loaded when customizing the `gnus-delay' group.
9649
9650 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9651
9652         * message.el (message-insert-citation-line): Use newlines.
9653
9654 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9655
9656         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9657         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9658         these routines, so the passphrase can be managed externally and
9659         passed in to the system.
9660         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9661         pgg-add-passphrase-to-cache function.
9662
9663         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9664         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9665         these routines, so the passphrase can be managed externally and
9666         passed in to the system.
9667         (pgg-pgp5-sign-region): Use new name of
9668         pgg-add-passphrase-to-cache function.
9669
9670 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9671
9672         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9673         part of the decoded armor to find the key-identifier.
9674         (pgg-gpg-lookup-key-owner): New function to return the
9675         human-readable identifier of a key owner.
9676         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9677         itself.
9678         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9679         the key value) if we have a key and can match it against a secret
9680         key.  Also, added a note pointing out fact that the prompt only
9681         indicates the first matching key.
9682
9683         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9684         pgg-decrypt-region.
9685         (pgg-add-passphrase-to-cache): Rename from
9686         `pgg-add-passphrase-cache' to reduce confusion (all callers
9687         changed).
9688         (pgg-remove-passphrase-from-cache): Rename from
9689         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9690         changed).
9691         (pgg-read-passphrase, pgg-add-passphrase-cache)
9692         (pgg-remove-passphrase-cache): Add informative docstrings.
9693         (pgg-decrypt): Convey provided passphrase in subordinate call to
9694         pgg-decrypt-region.
9695
9696 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9697
9698         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9699         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9700         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9701         'passphrase' argument, so the passphrase can be managed externally
9702         and then passed in to the system.
9703
9704         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9705         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9706         so the passphrase cache can be used reliably with identifiers
9707         besides a pgp packet's key id.
9708
9709         * pgg-gpg.el (pgg-gpg-encrypt-region)
9710         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9711         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9712         these routines, so the passphrase can be managed externally and
9713         passed in to the system.
9714
9715         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9716         'notruncate' argument, so the passphrase cache can be used
9717         reliably with identifiers besides a pgp packet's key id.
9718
9719 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9720
9721         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9722         symmetric encryption.
9723         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9724         encrypted session key.
9725         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9726         message ask for the passphrase in a proper way.
9727
9728         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9729         New user commands for symmetric encryption.
9730
9731 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9732
9733         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9734
9735         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9736
9737 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9738
9739         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9740
9741 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9742
9743         * mm-decode.el (mm-inlined-types): Add application/pgp.
9744         (mm-automatic-display): Ditto.
9745
9746         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9747         part as text.
9748
9749 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9750
9751         * nnrss.el: Update copyright.
9752         (nnrss-opml-import): Query whether to subscribe to each entry.
9753
9754         * gnus-art.el:
9755         * gnus-sum.el:
9756         * gnus-xmas.el:
9757         * messagexmas.el:
9758         * mm-uu.el:
9759         * mm-view.el: Update copyright.
9760
9761 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9762
9763         * message.el (message-info): New function.
9764         (message-mode-menu): Add it.
9765         Update copyright.
9766
9767         * ChangeLog: Fix and update copyright.
9768
9769 2006-01-13  Romain Francoise  <romain@orebokech.com>
9770
9771         * message.el (message-forward-subject-name-subject): Prefer the
9772         address to 'nowhere' if the sender has no name.
9773         Fix typo.  Update copyright year.
9774
9775 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9776
9777         * gnus-art.el (article-wash-html): Use
9778         gnus-summary-show-article-charset-alist if a numeric arg is given.
9779         (gnus-article-wash-html-with-w3m-standalone): New function.
9780
9781         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9782         mm-inline-text-html-render-with-w3m-standalone.
9783         (mm-text-html-washer-alist): Map w3m-standalone to
9784         gnus-article-wash-html-with-w3m-standalone.
9785         (mm-inline-text-html-render-with-w3m-standalone): New function.
9786
9787 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9788
9789         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9790         Improve LaTeX.
9791
9792 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9793
9794         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9795         (nnrss-request-article): Render text/plain parts as HTML.
9796
9797         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9798         the buffer.
9799
9800 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9801
9802         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9803         custom definition of `gnus-posting-styles'.
9804
9805         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9806         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9807
9808 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9809
9810         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9811         Use nntp for bug archive.
9812
9813 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9814
9815         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9816         parts.
9817         (nnrss-normalize-date): New function converts ISO 8601 date into
9818         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9819         (nnrss-check-group): Use it.
9820
9821 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9822
9823         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9824
9825         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9826         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9827         (nnrss-insert-w3): Ditto.
9828
9829 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9830
9831         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9832         the articles to be forwarded including the case where neither a
9833         number of articles nor a region is specified.
9834
9835 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9836
9837         * nnrss.el (nnrss-request-article): Fix last change; fill
9838         text/plain parts.
9839
9840 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9841
9842         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9843         in text/plain part.
9844         (nnrss-check-group): Don't add excessive newline to dc:subject.
9845
9846 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9847
9848         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9849         article.
9850
9851 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9852
9853         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9854         (nnml-use-compressed-files, nnml-save-mail): Support other
9855         comression programs such as bzip2.
9856
9857 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9858
9859         * dns.el (query-dns): Make sure we check the buffer size before
9860         removing tcp headers.
9861
9862 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9863
9864         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9865         remove MIME buttons associated with multipart/alternative parts.
9866         (gnus-mime-display-alternative): Tag buttons using `article-type'
9867         text property.
9868
9869         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9870         associated with multipart/alternative parts.
9871
9872         * gnus-art.el (gnus-signature-separator): Fix custom type.
9873
9874         * mm-decode.el (mm-inlined-types): Fix custom type.
9875         (mm-keep-viewer-alive-types): Ditto.
9876         (mm-automatic-display): Ditto.
9877         (mm-attachment-override-types): Ditto.
9878         (mm-inline-override-types): Ditto.
9879         (mm-automatic-external-display): Ditto.
9880
9881 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9882
9883         * spam-report.el (spam-report-user-mail-address)
9884         (spam-report-user-agent): New variables.
9885         (spam-report-url-ping-plain): Use spam-report-user-agent.
9886
9887 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9888
9889         * gnus-art.el (gnus-button-handle-custom): Do not just use
9890         `customize-apropos' for any "M-x customize-*" button but the
9891         function called for.  Accept both the function name and its
9892         argument in order to achieve this.
9893         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9894         function name to `gnus-button-handle-custom' in case of "M-x
9895         customize-*" buttons.
9896
9897 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9898
9899         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9900         multipart/alternative and add xref to mm-discouraged-alternatives
9901         in doc string.
9902
9903         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9904         gnus-buttonized-mime-types in doc string.
9905
9906 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9907
9908         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9909         Suggest image/.* in the doc string.
9910
9911 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9912
9913         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9914         message-marks (Debian bug #342521).
9915
9916 2005-12-12  Simon Josefsson  <jas@extundo.com>
9917
9918         * password.el (password-read-from-cache): Add.
9919         (password-read): Use it.
9920
9921 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9922
9923         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9924         us-ascii as a MIME charset.
9925
9926         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9927         against the case where the 2nd arg TYPE is nil.
9928
9929 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9930
9931         * pop3.el (pop3-stream-type): Fix custom version.
9932
9933         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9934
9935 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9936
9937         * mm-decode.el (mm-display-external): Add missing cdr.
9938
9939 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9940
9941         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9942         RFC1524) if it is in mailcap or add a suffix according to
9943         mailcap-mime-extensions when generating a temp filename; postpone
9944         deleting a temp file for 2 seconds for some wrappers, shell
9945         scripts, and so on, which might exit right after having started a
9946         viewer command as a background job.
9947
9948 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9949
9950         * nntp.el (nntp-marks-directory): Fix custom group.
9951
9952         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9953         steps when < 10.
9954
9955         * gnus-start.el (gnus-no-server-1): Mention
9956         `gnus-level-default-subscribed' in doc string.
9957
9958 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9959
9960         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9961         parens.
9962
9963 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9964
9965         * gnus-xmas.el (gnus-use-toolbar): Revert.
9966         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9967         gnus-use-toolbar is default.
9968
9969         * messagexmas.el (message-use-toolbar): Revert.
9970         (message-setup-toolbar): Use global default-toolbar if
9971         message-use-toolbar is default.
9972
9973 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9974
9975         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9976         according to default-toolbar-visible-p.
9977
9978         * messagexmas.el (message-use-toolbar): Ditto.
9979
9980 2005-11-26  Dave Love  <fx@gnu.org>
9981
9982         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9983         (tls-program, tls-success): Provide openssl alternative.
9984
9985         * starttls.el: Doc fixes.
9986         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9987         SERVICE to PORT.
9988
9989         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9990         port null or service name.
9991         (starttls-negotiate): Autoload.
9992
9993 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9994
9995         * message.el (message-kill-to-signature): Fix interactive spec.
9996
9997 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9998
9999         * pop3.el (pop3-open-server): Recognize a string as a service name.
10000
10001 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10002
10003         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10004
10005 2005-11-23  Dave Love  <fx@gnu.org>
10006
10007         Add pop3s, pop3/starttls.
10008
10009         * pop3.el (pop3-authentication-scheme): Clarify doc.
10010         (open-tls-stream, starttls-open-stream): Autoload.
10011         (pop3-stream-type): New.
10012         (pop3-open-server): Use it.
10013
10014         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10015         for POP.
10016         (mail-source-keyword-map): Add :stream for POP.
10017         (mail-source-fetch-pop): Use pop3-stream-type.
10018
10019 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10020
10021         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10022         of current-time-string.
10023
10024 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10025
10026         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10027         date header.
10028
10029 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10030
10031         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10032         it can seriously impact performance as it bypasses the agent's
10033         local caches.
10034
10035 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10036
10037         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10038         must be explicitly online rather than "not explicitly offline" for
10039         its flags to be synchronized.
10040
10041         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10042         that gnus-uu-unmark-thread will function correctly.
10043
10044         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10045         1024K is instead displayed as 1M.
10046
10047 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10048
10049         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10050
10051 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10052
10053         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10054
10055 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10056
10057         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10058         error message to display actual error condition.
10059         (gnus-agent-save-local): Avoid saving symbols that are bound to
10060         nil as they simply result in a warning message in
10061         gnus-agent-read-local.
10062
10063 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10066         rather than make-variable-buffer-local for file-precious-flag.
10067
10068 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10069
10070         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10071         for duplicates which are removed.  The invalid sort check then
10072         triggers a rescan after the sort as sorting may have moved
10073         duplicate entries such that they can be cheaply detected.
10074
10075 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10076
10077         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10078
10079 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10080
10081         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10082         internal variable to a custom variable.  Changed default value
10083         from compressed(2) to uncompressed(1).
10084         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10085         support for uncompressed agentview files.  Taken together, reading
10086         the agentview file should now be 6-7 times faster.
10087
10088 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10089
10090         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10091         as a buffer-local variable.  This avoids creating truncated
10092         dribble files as a result of a hang up, eg.
10093
10094 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10095
10096         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10097         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10098         XEmacs.
10099
10100 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10101
10102         * gnus-start.el (gnus-start-draft-setup): Enforce
10103         `gnus-draft-mode' for nndraft:drafts at startup.
10104
10105         * gnus.el (gnus-splash): Change custom group.
10106         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10107         allow-list argument.
10108
10109         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10110         string.
10111
10112 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10113
10114         * gnus-art.el (gnus-default-article-saver): Add user-defined
10115         `function' to custom type.
10116
10117 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10118
10119         * imap.el (imap-open): Handle case where buffer is a buffer
10120         object.
10121
10122 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10123
10124         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10125         long lines.
10126         (gnus-cache-delete-group): Wrap doc strings.
10127
10128         * gnus-agent.el (gnus-agent-rename-group)
10129         (gnus-agent-delete-group): Wrap doc strings.
10130
10131 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10132
10133         * messagexmas.el (message-use-toolbar): Change the valid values
10134         into default, top, bottom, left, and right.
10135         (message-toolbar-thickness): New variable.
10136         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10137         well.
10138         (message-setup-toolbar): Make it work.
10139
10140         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10141         (gnus-use-toolbar): Change the valid values into default, top,
10142         bottom, left, and right.
10143         (gnus-toolbar-thickness): New variable.
10144         (gnus-xmas-setup-toolbar): New function.
10145         (gnus-xmas-setup-group-toolbar): Use it.
10146         (gnus-xmas-setup-summary-toolbar): Use it.
10147
10148 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10149
10150         * gnus-start.el (gnus-1): Add "native" to
10151         gnus-predefined-server-alist.
10152
10153         * gnus.el (gnus-method-to-server): Don't add "native" to the
10154         lists here, because that leads to problems when
10155         gnus-select-method is bound.
10156
10157 2005-11-09  Simon Josefsson  <jas@extundo.com>
10158
10159         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10160         use (not sort-by-date) instead.
10161
10162 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10163
10164         * gnus-delay.el (gnus-delay-group): Don't autoload.
10165         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10166         to be re-loaded when customizing the `gnus-delay' group.
10167
10168 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10169
10170         * message.el: Revert last changes.
10171         (message-insert-citation-line): Use newlines.
10172
10173 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10174
10175         * message.el (message-courtesy-message)
10176         (message-mark-insert-begin, message-mark-insert-end)
10177         (message-elide-ellipsis, message-cancel-message)
10178         (message-add-header, message-change-subject)
10179         (message-cross-post-followup-to-header)
10180         (message-cross-post-insert-note, message-reduce-to-to-cc)
10181         (message-widen-reply, message-delete-not-region)
10182         (message-kill-to-signature, message-insert-signature)
10183         (message-insert-importance-high, message-insert-importance-low)
10184         (message-insert-or-toggle-importance)
10185         (message-insert-disposition-notification-to)
10186         (message-indent-citation, message-yank-original)
10187         (message-cite-original-without-signature, message-cite-original)
10188         (message-insert-citation-line, message-position-on-field)
10189         (message-fix-before-sending, message-send-mail-partially)
10190         (message-send-mail, message-send-mail-with-sendmail)
10191         (message-send-mail-with-qmail, message-send-news)
10192         (message-check-news-header-syntax, message-generate-headers)
10193         (message-insert-courtesy-copy, message-fill-address)
10194         (message-fill-header, message-shorten-references)
10195         (message-setup-1, message-cancel-news)
10196         (message-forward-make-body-plain, message-forward-make-body-mime)
10197         (message-forward-make-body-mml, message-encode-message-body)
10198         (message-forward-make-body-digest-plain)
10199         (message-forward-make-body-digest-mime)
10200         (message-use-alternative-email-as-from): Insert `hard-newline'
10201         instead of ordinary newlines.
10202
10203 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10204
10205         * message.el (message-generate-headers): Downcase the argument
10206         given to message-check-element.
10207
10208 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10209
10210         * nntp.el (nntp-authinfo-rejected): New error condition.
10211         (nntp-wait-for): Use new error condition to signal authentication
10212         error.
10213         (nntp-retrieve-data): Rethrow new error condition to break out of
10214         recursive call to nntp-send-authinfo.
10215
10216 2005-11-08  Romain Francoise  <romain@orebokech.com>
10217
10218         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10219         (gnus-summary-exit-map): Bind to `Z p'.
10220         (gnus-summary-make-menu-bar): Add menu item.
10221
10222 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10223
10224         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10225         (gnus-treat-*): Add `first' in all doc strings.
10226
10227         * gnus-group.el (gnus-group-compact-group): Fix typo.
10228
10229 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10230
10231         * gnus.el (gnus-parameters-case-fold-search): New variable.
10232         (gnus-parameters-get-parameter): Use it.
10233
10234         * gnus-score.el (gnus-home-score-file): Doc fix.
10235
10236 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10237
10238         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10239
10240 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10241
10242         * mm-util.el (mm-special-display-p): New function.
10243
10244         * mml.el (mml-preview): Use it; doc fix.
10245
10246 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10247
10248         * imap.el (imap-open): Handle case where buffer is a buffer object.
10249
10250 2005-10-29  Romain Francoise  <romain@orebokech.com>
10251
10252         * message.el (message-fix-before-sending): Fix comment.
10253
10254 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10255
10256         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10257
10258 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10259
10260         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10261         Used in gnus-score.el.
10262
10263 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10264
10265         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10266
10267 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10268
10269         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10270         whitespace removed in revision 7.8.  Use concatenated string to
10271         protect trailing whitespace.
10272
10273 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10274
10275         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10276         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10277         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10278         Courier IMAP ("some version from 2004").  Mostly based on similar
10279         code in the same function.
10280
10281 2005-10-26  Didier Verna  <didier@xemacs.org>
10282
10283         * gnus-group.el (gnus-group-compact-group): Invalidate original
10284         article buffer.
10285         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10286         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10287         NOV database and in article itself.
10288         Invalidate article backlog.
10289
10290 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10291
10292         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10293
10294 2005-10-26  Simon Josefsson  <jas@extundo.com>
10295
10296         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10297         part of 2004-07-25 change.
10298
10299 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10300
10301         * message.el (message-display-completion-list): New function.
10302         (message-expand-group): Use it; make sure the Completions buffer
10303         is modifiable.
10304 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10305
10306         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10307         user-mail-name is an empty string.
10308
10309 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10310
10311         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10312         depending on gnus-score-decay-constant.
10313
10314         * encrypt.el (encrypt-insert-file-contents)
10315         (encrypt-write-file-contents): Don't use `gnus-message'.
10316
10317         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10318         arguments.
10319         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10320         arguments to mm-uu-verbatim-marks-extract.
10321         (mm-uu-hide-markers): New variable.
10322         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10323
10324         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10325         (gnus-convert-image-to-face-command): Use "convert" by default to
10326         allow other input image formats.
10327         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10328         accordingly.
10329
10330 2005-10-23  Simon Josefsson  <jas@extundo.com>
10331
10332         * imap.el (imap-gssapi-program): Align command line parameters
10333         with latest GNU SASL.
10334         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10335
10336 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10337
10338         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10339         HTML.
10340         (nnslashdot-request-article): Ditto.
10341
10342         * lpath.el (featurep): Add nobreak-char-display.
10343
10344 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10345
10346         * mail-source.el (mail-source-fetch-pop): Require pop3.
10347         (mail-source-check-pop): Ditto.
10348
10349 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10350
10351         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10352         errors.
10353
10354 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10355
10356         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10357         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10358
10359         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10360
10361         * mm-bodies.el (mm-decode-string): Call
10362         `mm-charset-to-coding-system' with allow-override argument.
10363
10364 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10365
10366         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10367         (rfc2047-charset-to-coding-system): New function.
10368         (rfc2047-decode-encoded-words): New function.
10369         (rfc2047-decode-region): Use them.
10370         (rfc2047-decode-cte): Remove.
10371         (rfc2047-parse-and-decode): Remove.
10372         (rfc2047-decode): Remove.
10373
10374 2005-10-15  Kenichi Handa  <handa@m17n.org>
10375
10376         * rfc2047.el (rfc2047-decode-cte): New function.
10377         (rfc2047-decode-region): Change the way to decode successive
10378         encoded-words: decode B- or Q-encoding in each encoded-word,
10379         concatenate them, and decode it as charset.
10380
10381 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10382
10383         * lpath.el: Fbind codepage-setup for XEmacs.
10384
10385 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10386
10387         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10388         widget-move-and-invoke.
10389         (gnus-custom-mode): Use gnus-custom-map.
10390
10391 2005-10-15  Bill Wohler  <wohler@newt.com>
10392
10393         * message.el (message-tool-bar-map): Renamed image file from
10394         mail_send to mail/send.
10395
10396 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10397
10398         * message.el (message-expand-group): Pass the common
10399         prefix substring of completion to `display-completion-list'.
10400
10401 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10402
10403         * mml-sec.el (mml-secure-method): New internal variable.
10404         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10405         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10406         functions using mml-secure-method.
10407
10408         * mml.el (mml-mode-map): Add key bindings for those functions.
10409         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10410         Harder <harder@myrealbox.com>.
10411         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10412         end of message if point is the headers of the message.
10413
10414         * message.el (message-in-body-p): New function.
10415
10416         * assistant.el: Autoload gnus-util and netrc.
10417
10418         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10419         Use `mm-charset-override-alist' only when decoding.
10420
10421         * mm-bodies.el (mm-decode-body): Call
10422         `mm-charset-to-coding-system' with allow-override argument.
10423
10424         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10425         `filename' from Content-Disposition if Content-Type doesn't
10426         provide `name'.
10427         (gnus-mime-view-part-as-type): Set default instead of
10428         initial-input.
10429
10430 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10431
10432         * format-spec.el (format-spec): Propagate text properties of % spec.
10433
10434 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10435
10436         * gnus-art.el (gnus-treat-predicate): Add `first'.
10437
10438 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10439
10440         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10441         (mm-charset-override-alist): New variable.
10442         (mm-charset-to-coding-system): Use it.
10443         (mm-codepage-setup): New helper function.
10444         (mm-charset-eval-alist): New variable.
10445         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10446         about unknown charsets.
10447
10448         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10449
10450 2005-10-04  David Hansen  <david.hansen@gmx.net>
10451
10452         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10453         (nnrss-check-group): Ditto.
10454
10455 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10456
10457         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10458         Rename x-gnus-verbatim to x-verbatim.
10459         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10460
10461         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10462         x-verbatim.
10463
10464         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10465
10466         * gnus-util.el (gnus-remove-duplicates): Remove.
10467
10468         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10469         instead of gnus-remove-duplicates.
10470
10471         * message.el (message-remove-duplicates): Remove.
10472         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10473         message-remove-duplicates.
10474
10475         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10476         available, else use implementation from `delete-dups'.
10477
10478         * message.el (message-insert-expires): New function.
10479         (message-mode-map): Add key binding.
10480         (message-mode-field-menu): Add menu entry.
10481         (message-mode): Document it.
10482         (message-make-expires-date): Use `message-make-date'.
10483
10484 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10485
10486         * message.el (message-make-expires-date): New function.
10487
10488 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10489
10490         * Makefile.in (list-installed-shadows): New entry.
10491         (install): Use it.
10492         (remove-installed-shadows): New entry.
10493
10494         * dgnushack.el (dgnushack-default-load-path): New variable.
10495         (dgnushack-find-lisp-shadows): New function.
10496         (dgnushack-remove-lisp-shadows): New function.
10497
10498 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10499
10500         * Makefile.in (install-el-elc): New entry.
10501         (install): Use it so that .el files are necessarily installed.
10502
10503 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10504
10505         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10506
10507 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10508
10509         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10510         function rather than the diff-mode.el package.
10511         (mm-display-external): Use with-current-buffer.
10512         (mm-viewer-completion-map, mm-viewer-completion-map):
10513         Move initialization inside declaration.
10514
10515 2005-09-29  Simon Josefsson  <jas@extundo.com>
10516
10517         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10518         autoload mail-check-payment.
10519         (spam-check-hashcash): Define unconditionally, since hashcash.el
10520         is part of Gnus now.  Ignore errors from payment checking.
10521
10522 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10523
10524         * message.el (message-bold-region, message-unbold-region): Rename
10525         from `bold-region' and `unbold-region'.
10526
10527         * message.el: Remove useless autoloads.
10528
10529 2005-09-28  Simon Josefsson  <jas@extundo.com>
10530
10531         * message.el (message-use-idna): Default to t.
10532         (message-use-idna): Test whether encoding works too.  Doc fix.
10533
10534 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10535
10536         * nntp.el (nntp-warn-about-losing-connection): Remove.
10537
10538 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10539
10540         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10541         customizable.  Change default value.
10542         (mm-uu-diff-groups-regexp): Change default value.
10543         (mm-uu-type-alist): Add doc string.
10544         (mm-uu-configure): Add doc string.  Make it interactive.
10545         (mm-uu-tex-groups-regexp): New variable.
10546         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10547         (mm-uu-type-alist): Add LaTeX documents.
10548         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10549         of "text/verbatim".
10550         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10551
10552         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10553         instead of "text/verbatim".
10554
10555         * message.el (message-mark-inserted-region)
10556         (message-mark-insert-file): Use slrn style marks when called with
10557         prefix argument.
10558
10559 2005-09-27  Simon Josefsson  <jas@extundo.com>
10560
10561         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10562
10563 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10564
10565         * message.el (message-remove-duplicates): New function.
10566         Implementation borrowed from `gnus-remove-duplicates'.
10567         (message-idna-to-ascii-rhs): Also encode idna addresses in
10568         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10569         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10570         only ask about the same idna domain once per header and also tell
10571         in what header to replace the idna domain.
10572
10573         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10574         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10575         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10576         a header is decoded and not just the last one.
10577
10578 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10579
10580         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10581         has been decoded.
10582
10583         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10584         (mm-insert-part): Don't modify text if it has been decoded.
10585
10586         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10587         decoded.
10588
10589         * mm-view.el (mm-inline-text): Don't strip text props unless
10590         decoding enriched or richtext parts.
10591
10592 2005-09-25  Romain Francoise  <romain@orebokech.com>
10593
10594         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10595         * gnus-start.el (gnus-subscribe-interactively):
10596         * gnus-uu.el (gnus-uu-grab-articles):
10597         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10598         space.
10599
10600 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10601
10602         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10603         * mm-view.el (mm-view-pkcs7-decrypt):
10604         * gnus-sum.el (gnus-summary-limit-to-extra)
10605         (gnus-summary-respool-article, gnus-read-move-group-name):
10606         * gnus-score.el (gnus-summary-increase-score):
10607         * gnus-util.el (gnus-completing-read-with-default):
10608         * gnus-art.el (gnus-read-save-file-name)
10609         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10610         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10611         * message.el (message-check-news-header-syntax):
10612         Follow convention for reading with the minibuffer.
10613
10614 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10615
10616         * spam-report.el (spam-report-url-ping-plain):
10617         Use gnus-extended-version as User-Agent.
10618
10619         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10620         default value is nil.
10621
10622         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10623         (mm-uu-verbatim-marks-extract): New function.
10624         (mm-uu-extract): New face.
10625         (mm-uu-copy-to-buffer): Use it.
10626
10627         * spam-report.el (spam-report-gmane-ham): Renamed from
10628         `spam-report-gmane-unspam'.
10629         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10630         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10631
10632         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10633         Autoload.
10634         (spam-report-gmane-unregister-routine): Renamed
10635         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10636
10637 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10638
10639         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10640         (spam-report-gmane-unregister-routine): Add support for gmane
10641         unregistration.
10642
10643         * spam-report.el (spam-report-gmane-unspam)
10644         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10645         (spam-report-gmane): Change to take a single article and do unspam
10646         registration.
10647
10648 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10649
10650         * mm-url.el (mm-url-decode-entities): Fix regexp.
10651
10652 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10653
10654         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10655         default to nil, to be able to use Gnus at all.  If the default
10656         switches to something else, then the function should be fixed not
10657         be exceedingly slow.
10658
10659 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10660
10661         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10662         fail hard.
10663
10664         * spam-report.el: Add better Keywords line.
10665
10666         * spam.el: Add Maintainer and better Keywords line.
10667
10668 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10669
10670         * gnus-art.el (gnus-article-replace-part)
10671         (gnus-mime-replace-part): New functions.
10672         (gnus-mime-action-alist, gnus-mime-button-commands)
10673         (gnus-mime-save-part-and-strip): Added file argument.
10674         (gnus-article-part-wrapper): Added interactive argument.
10675
10676         * gnus-sum.el (gnus-summary-mime-map): Add
10677         `gnus-article-replace-part'.
10678
10679 2005-09-19  Didier Verna  <didier@xemacs.org>
10680
10681         The nnml compaction feature:
10682         * nnml.el (nnml-request-compact-group): New function.
10683         * nnml.el (nnml-request-compact): New function.
10684         * gnus-int.el (gnus-request-compact-group): New function.
10685         * gnus-int.el (gnus-request-compact): New function.
10686         * gnus-group.el (gnus-group-compact-group): New function.
10687         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10688         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10689         * gnus-srvr.el (gnus-server-compact-server): New function.
10690         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10691         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10692
10693 2005-09-18  Deepak Goel  <deego@gnufans.org>
10694
10695         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10696         format spec.
10697
10698 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10699
10700         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10701
10702 2005-09-15  Romain Francoise  <romain@orebokech.com>
10703
10704         * message.el (message-fill-paragraph): Clarify docstring.
10705
10706 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10707
10708         * gnus-art.el (gnus-mime-display-part): Protect against broken
10709         MIME messages.
10710
10711 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10712
10713         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10714         before parsing header.
10715
10716 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10717
10718         * html2text.el (html2text-replace-list): Add new entities.
10719
10720 2005-09-11  Romain Francoise  <romain@orebokech.com>
10721
10722         * message.el (message-alternative-emails): Improve docstring.
10723         (message-setup-1): Call `message-use-alternative-email-as-from'
10724         after `message-setup-hook' to give it precedence over posting
10725         styles, etc.
10726         (message-use-alternative-email-as-from): Add docstring.  Remove
10727         the original From header if present.
10728
10729         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10730         (nnml-save-mail): Use it.
10731
10732         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10733         articles.  Add new argument `silent'.
10734         (gnus-uu-mark-all): Report the total number of marked articles.
10735
10736 2005-09-10  Romain Francoise  <romain@orebokech.com>
10737
10738         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10739         (gnus-uu-mark-series): Likewise.
10740
10741 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10742
10743         * spam-report.el (spam-report-gmane): Fix generation of spam
10744         report URL.
10745
10746 2005-09-10  Simon Josefsson  <jas@extundo.com>
10747
10748         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10749         t, based on discussion on the ding list with Robert Epprecht
10750         <epprecht@solnet.ch>.
10751
10752 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10753
10754         * spam-report.el (spam-report-gmane): Make it work without
10755         X-Report-Spam header.  Gmane now only provides Archived-At.
10756         This is only used if `spam-report-gmane-use-article-number' is nil.
10757         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10758
10759         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10760         make `gnus-summary-sort-by-recipient' work with threading.
10761
10762         * nnweb.el (nnweb-google-wash-article): Print a message if article
10763         is not available.
10764
10765 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10766
10767         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10768         change.  Decode text/* parts content before displaying.
10769
10770 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10771
10772         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10773
10774 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10777
10778         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10779         url-package-name, url-package-version,
10780         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10781         w3m-display-inline-images, and w3m-minor-mode-map.
10782
10783 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10784
10785         * message.el (message-tab-body-function): Fix mismatched custom type.
10786
10787         * gnus.el (gnus-group-change-level-function): Ditto.
10788
10789         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10790
10791         * gnus-art.el (gnus-signature-limit)
10792         (gnus-article-mime-part-function): Ditto.
10793
10794 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10795
10796         * mml.el (mml-mode): Silence the byte compiler.
10797
10798         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10799         using `(sit-for 0)' before moving the point to the specified part;
10800         skip unbuttonized parts.
10801         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10802         return to the summary window if gnus-auto-select-part is non-nil.
10803
10804 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10805
10806         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10807         variables.
10808         (mml-dnd-attach-file, mml-mode): Use them.
10809
10810         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10811         Make fetching article by MID work again for Google Groups.  Added
10812         FIXME concerning gnus-group-make-web-group.
10813
10814         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10815         Don't depend on Gnus by using mail-extract-address-components if
10816         gnus-extract-address-components is not bound.
10817
10818 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10819
10820         * gnus-art.el (gnus-mime-display-security): Don't display the
10821         signature, but only the signed part.
10822
10823 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10824
10825         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10826
10827         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10828         list, not listp.
10829
10830 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10831
10832         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10833         when encoding.
10834
10835         * mm-bodies.el (mm-decode-content-transfer-encoding):
10836         De-canonicalize CRLF for all text content types, not just
10837         text/plain.
10838
10839 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10840
10841         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10842         valid article; point arrow and cursor at the MIME button.
10843
10844 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10845
10846         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10847         Suggested by Dan Christensen <jdc@uwo.ca>.
10848
10849         * mm-decode.el (mm-save-part): Enable change of prompt.
10850
10851 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10852
10853         * gnus-msg.el (gnus-inews-add-send-actions): Made
10854         `message-post-method' lambda parameter ARG `&optional'.
10855
10856 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10857
10858         * gnus-sum.el (gnus-summary-mime-map): Added
10859         gnus-article-save-part-and-strip, gnus-article-delete-part and
10860         gnus-article-jump-to-part.
10861
10862         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10863         (gnus-article-edit-part): Use it.
10864         (gnus-article-part-wrapper): Added no-handle argument.
10865         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10866         functions.
10867
10868 2005-08-29  Romain Francoise  <romain@orebokech.com>
10869
10870         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10871         docstring.
10872         (gnus-face-from-file): Likewise.
10873
10874 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10875
10876         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10877         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10878         non-nil.
10879         (gnus-auto-select-part): New variable.
10880         (gnus-article-jump-to-part): New function.
10881         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10882         (gnus-mime-delete-part): Allow selecting specified part after
10883         deleting or stripping parts.
10884         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10885         part if argument is bogus.
10886
10887 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10888
10889         * gnus-art.el (w3m-minor-mode-map):
10890         * gnus-spec.el (gnus-newsrc-file-version):
10891         * gnus-util.el (nnmail-active-file-coding-system)
10892         (gnus-original-article-buffer, gnus-user-agent):
10893         * gnus.el (gnus-ham-process-destinations)
10894         (gnus-parameter-ham-marks-alist)
10895         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10896         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10897         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10898         * mm-decode.el (gnus-current-window-configuration):
10899         * mm-extern.el (gnus-article-mime-handles):
10900         * mm-url.el (url-current-object, url-package-name)
10901         (url-package-version):
10902         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10903         (smime-keys, w3m-cid-retrieve-function-alist)
10904         (w3m-current-buffer, w3m-display-inline-images)
10905         (w3m-minor-mode-map):
10906         * mml-smime.el (gnus-extract-address-components):
10907         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10908         (gnus-newsrc-hashtb, message-default-charset)
10909         (message-deletable-headers, message-options)
10910         (message-posting-charset, message-required-mail-headers)
10911         (message-required-news-headers):
10912         * mml1991.el (mc-pgp-always-sign):
10913         * mml2015.el (mc-pgp-always-sign):
10914         * nnheader.el (nnmail-extra-headers):
10915         * rfc1843.el (gnus-decode-encoded-word-function)
10916         (gnus-decode-header-function, gnus-newsgroup-name):
10917         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10918
10919 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10920
10921         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10922         the end of the date treatments.
10923
10924 2005-08-15  Simon Josefsson  <jas@extundo.com>
10925
10926         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10927         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10928         Capello and Romain Francoise.
10929         (pgg-fetch-key-function): Removed, not used?
10930         (pgg-insert-url-with-w3): Require url, to get
10931         url-insert-file-contents regardless of where it is defined.
10932
10933 2005-08-13  Romain Francoise  <romain@orebokech.com>
10934
10935         * message.el (message-cite-original-1): New function.
10936         (message-cite-original): Use it.
10937         (message-cite-original-without-signature): Ditto.
10938
10939 2005-08-08  Romain Francoise  <romain@orebokech.com>
10940
10941         * message.el (message-yank-empty-prefix): New variable.
10942         (message-indent-citation): Use it.
10943         (message-cite-original-without-signature): Respect X-No-Archive.
10944
10945 2005-08-08  Simon Josefsson  <jas@extundo.com>
10946
10947         * pgg.el: Autoload url-insert-file-contents instead of loading
10948         w3/url.
10949         (pgg-insert-url-with-w3): Don't load url here.
10950
10951 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10952
10953         * message.el (message-kill-to-signature): Don't insert newline at
10954         bol.
10955         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10956
10957 2005-08-06  Romain Francoise  <romain@orebokech.com>
10958
10959         * message.el (message-user-fqdn): Fix typo in docstring.
10960
10961 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10962
10963         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10964
10965         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10966
10967 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10968
10969         * mm-bodies.el (mm-encode-body): Use coding system rather than
10970         charset to encode text.
10971
10972         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10973         number of charsets if utf-8 is available (XEmacs).
10974
10975 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10976
10977         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10978         taken from `gnus-button-mid-or-mail-regexp'.
10979         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10980         (gnus-button-alist): Improve regexp for domain part of the MIDs
10981         for news:localpart@domain buttons.
10982         (gnus-button-ctan-directory-regexp): Update.
10983
10984 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10985
10986         * sieve-manage.el (sieve-manage-interactive-login): Use
10987         make-local-variable rather than make-variable-buffer-local.
10988         (sieve-manage-open): Ditto.
10989         (sieve-manage-authenticate): Ditto.
10990
10991         * mml.el (mml-generate-mime-1): Make the content type default to
10992         text/plain if the filename is not specified.
10993
10994 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10995
10996         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10997         instead of insert-buffer.
10998
10999         * message.el (message-yank-original): Ditto; set the mark at the
11000         end of the yanked message.
11001
11002 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11003
11004         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11005         lines to scroll rather than to stop it.
11006
11007         * mml.el (mml-generate-default-type): Add doc string.
11008         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11009         default to application/octet-stream when determining the content
11010         type if it is not specified for the part or the mml contents; add
11011         a comment about mml-generate-default-type.
11012
11013 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11014
11015         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11016         make it default to application/octet-stream when determining the
11017         content type if it is not specified for the external contents.
11018
11019 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11020
11021         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11022         segmented parameter but also other parameters might be there.
11023
11024 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11025
11026         * mm-decode.el (mm-display-external): Delete temp file, directory
11027         and buffer immediately if the external process is exited.
11028
11029 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11030
11031         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11032         fewer lines than that of scroll-margin.
11033         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11034
11035 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11036
11037         * gnus-art.el (gnus-article-next-page): Revert.
11038         (gnus-article-beginning-of-window): New macro.
11039         (gnus-article-next-page-1): Use it.
11040         (gnus-article-prev-page): Ditto.
11041         (gnus-article-edit-part): Use insert-buffer-substring instead of
11042         insert-buffer.
11043         (gnus-article-edit-exit): Ditto.
11044
11045         * gnus-util.el (gnus-beginning-of-window): Remove.
11046         (gnus-end-of-window): Remove.
11047
11048         * lpath.el: Don't bind header-line-format and scroll-margin.
11049
11050 2005-07-25  Simon Josefsson  <jas@extundo.com>
11051
11052         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11053         to have the url package without w3.  Reported by Daiki Ueno
11054         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11055
11056 2005-07-20  Didier Verna  <didier@xemacs.org>
11057
11058         * gnus-diary.el: Remove the description comment (nndiary is now
11059         properly documented in the Gnus manual).
11060         Fix the spelling of "Back End".
11061         * nndiary.el: Ditto.
11062         Fix the copyright notice.
11063
11064 2005-07-18  Romain Francoise  <romain@orebokech.com>
11065
11066         * gnus-sum.el (gnus-summary-to-prefix)
11067         (gnus-summary-newsgroup-prefix): New variables.
11068         (gnus-summary-from-or-to-or-newsgroups): Use them.
11069
11070 2005-07-17  Romain Francoise  <romain@orebokech.com>
11071
11072         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11073         space as it's generally not especially interesting to the user.
11074
11075 2005-07-16  Romain Francoise  <romain@orebokech.com>
11076
11077         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11078         nil to avoid prompting and file modification if one of the
11079         messages at the top of the nnfolder file contains a copyright
11080         notice.
11081         Update copyright notice.
11082
11083         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11084         instead of `current-time-string' as the latter creates a time
11085         string that is not RFC 2822 compliant (it lacks the zone).
11086         Update copyright notice.
11087
11088 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11089
11090         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11091         for text/rtf.  Display default in prompt.  Pass default for M-n.
11092
11093         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11094
11095 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11096
11097         * gnus-msg.el (gnus-button-mailto): Remove
11098         save-selected-window-window hackery because it relies on
11099         save-selected-window internals.
11100
11101 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11102
11103         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11104         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11105         (gnus-article-prev-page): Ditto.
11106
11107         * gnus-util.el (gnus-beginning-of-window): New function.
11108         (gnus-end-of-window): New function.
11109
11110         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11111
11112 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11113
11114         * gnus-score.el (gnus-score-edit-all-score): Set
11115         gnus-score-edit-exit-function to gnus-score-edit-done and call
11116         gnus-message.
11117
11118 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11119
11120         * gnus-msg.el (gnus-button-mailto): Remove
11121         save-selected-window-window hackery because it relies on
11122         save-selected-window internals.
11123
11124 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11125
11126         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11127         add-minor-mode.
11128         (gnus-binary-mode): Ditto.
11129
11130         * gnus-topic.el (gnus-topic-mode): Ditto.
11131
11132 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11133
11134         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11135         (gnus-article-prev-page): Take scroll-margin into consideration.
11136
11137 2005-07-04  Lute Kamstra  <lute@gnu.org>
11138
11139         Update FSF's address in GPL notices.
11140
11141 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11142
11143         * gnus.el (gnus-exit):
11144         * gnus-group.el (gnus-group-icons):
11145         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11146
11147         * gnus-nocem.el (gnus-nocem):
11148         * message.el (message-various, message-buffers, message-sending)
11149         (message-interface, message-forwarding, message-insertion)
11150         (message-headers, message-news, message-mail):
11151         * pgg-gpg.el (pgg-gpg):
11152         * pgg-parse.el (pgg-parse):
11153         * pgg-pgp.el (pgg-pgp):
11154         * pgg-pgp5.el (pgg-pgp5):
11155         * pop3.el (pop3): Finish `defgroup' description with period.
11156
11157 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11158
11159         * gnus-art.el (article-display-face): Improve the efficiency.
11160         (article-display-x-face): Ditto; remove grey x-face stuff.
11161
11162 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11163
11164         * gnus-art.el (article-display-face): Correct the position in
11165         which Faces are inserted.
11166
11167 2005-06-29  Didier Verna  <didier@xemacs.org>
11168
11169         * gnus-art.el (article-display-face): Display faces in correct
11170         order.
11171
11172 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11173
11174         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11175         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11176         (gnus-nocem-check-article): Fetch the Type header.
11177         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11178         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11179         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11180         make sure gnus-nocem-hashtb is initialized.
11181         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11182         (gnus-nocem-unwanted-article-p): Ditto.
11183
11184         * pgg.el (pgg-verify): Return the verification result.
11185
11186 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11187
11188         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11189         is ascii.
11190
11191 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11192
11193         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11194         `show-nonbreak-escape'.
11195
11196 2005-06-23  Lute Kamstra  <lute@gnu.org>
11197
11198         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11199
11200         * dig.el (dig-mode):
11201         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11202
11203 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11204
11205         * nnimap.el (nnimap-split-download-body): Fix spellings.
11206
11207 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11208
11209         * gnus-art.el (gnus-article-encrypt-body):
11210         * gnus-cus.el (gnus-score-customize):
11211         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11212         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11213
11214 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11215
11216         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11217         header by looking for magic "MII" at the beginnig.
11218
11219 2005-06-16  Miles Bader  <miles@gnu.org>
11220
11221         * gnus-xmas.el (gnus-xmas-group-startup-message):
11222         Use renamed gnus-splash face.
11223
11224         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11225         (assistant-field-face): New backward-compatibility alias for renamed
11226         face.
11227         (assistant-render-text): Use renamed assistant-field face.
11228
11229         * spam.el (spam): Remove "-face" suffix from face name.
11230         (spam-face): New backward-compatibility alias for renamed face.
11231         (spam-face, spam-initialize): Use renamed spam face.
11232
11233         * message.el (message-header-to, message-header-cc)
11234         (message-header-subject, message-header-newsgroups)
11235         (message-header-other, message-header-name)
11236         (message-header-xheader, message-separator, message-cited-text)
11237         (message-mml): Remove "-face" suffix from face names.
11238         (message-header-to-face, message-header-cc-face)
11239         (message-header-subject-face, message-header-newsgroups-face)
11240         (message-header-other-face, message-header-name-face)
11241         (message-header-xheader-face, message-separator-face)
11242         (message-cited-text-face, message-mml-face):
11243         New backward-compatibility aliases for renamed faces.
11244         (message-font-lock-keywords): Use renamed message faces.
11245
11246         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11247         (sieve-test-commands, sieve-tagged-arguments):
11248         Remove "-face" suffix from face names.
11249         (sieve-control-commands-face, sieve-action-commands-face)
11250         (sieve-test-commands-face, sieve-tagged-arguments-face):
11251         New backward-compatibility aliases for renamed faces.
11252         (sieve-control-commands-face, sieve-action-commands-face)
11253         (sieve-test-commands-face, sieve-tagged-arguments-face):
11254         Use renamed sieve faces.
11255
11256         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11257         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11258         (gnus-group-news-3-empty, gnus-group-news-4)
11259         (gnus-group-news-4-empty, gnus-group-news-5)
11260         (gnus-group-news-5-empty, gnus-group-news-6)
11261         (gnus-group-news-6-empty, gnus-group-news-low)
11262         (gnus-group-news-low-empty, gnus-group-mail-1)
11263         (gnus-group-mail-1-empty, gnus-group-mail-2)
11264         (gnus-group-mail-2-empty, gnus-group-mail-3)
11265         (gnus-group-mail-3-empty, gnus-group-mail-low)
11266         (gnus-group-mail-low-empty, gnus-summary-selected)
11267         (gnus-summary-cancelled, gnus-summary-high-ticked)
11268         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11269         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11270         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11271         (gnus-summary-low-undownloaded)
11272         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11273         (gnus-summary-low-unread, gnus-summary-normal-unread)
11274         (gnus-summary-high-read, gnus-summary-low-read)
11275         (gnus-summary-normal-read, gnus-splash):
11276         Remove "-face" suffix from face names.
11277         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11278         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11279         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11280         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11281         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11282         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11283         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11284         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11285         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11286         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11287         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11288         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11289         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11290         (gnus-summary-normal-ticked-face)
11291         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11292         (gnus-summary-normal-ancient-face)
11293         (gnus-summary-high-undownloaded-face)
11294         (gnus-summary-low-undownloaded-face)
11295         (gnus-summary-normal-undownloaded-face)
11296         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11297         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11298         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11299         (gnus-splash-face):
11300         New backward-compatibility aliases for renamed faces.
11301         (gnus-group-startup-message): Use renamed gnus faces.
11302
11303         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11304         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11305         (gnus-server-agent): Remove "-face" suffix from face names.
11306         (gnus-server-agent-face, gnus-server-opened-face)
11307         (gnus-server-closed-face, gnus-server-denied-face)
11308         (gnus-server-offline-face):
11309         New backward-compatibility aliases for renamed faces.
11310         (gnus-server-agent-face, gnus-server-opened-face)
11311         (gnus-server-closed-face, gnus-server-denied-face)
11312         (gnus-server-offline-face): Use renamed gnus faces.
11313
11314         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11315         Remove "-face" suffix from face names.
11316         (gnus-picon-xbm-face, gnus-picon-face):
11317         New backward-compatibility aliases for renamed faces.
11318
11319         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11320         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11321         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11322         (gnus-cite-11): Remove "-face" suffix from face names.
11323         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11324         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11325         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11326         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11327         New backward-compatibility aliases for renamed faces.
11328         (gnus-cite-attribution-face, gnus-cite-face-list)
11329         (gnus-article-boring-faces): Use renamed gnus faces.
11330
11331         * gnus-art.el (gnus-signature, gnus-header-from)
11332         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11333         (gnus-header-content): Remove "-face" suffix from face names.
11334         (gnus-signature-face, gnus-header-from-face)
11335         (gnus-header-subject-face, gnus-header-newsgroups-face)
11336         (gnus-header-name-face, gnus-header-content-face):
11337         New backward-compatibility aliases for renamed faces.
11338         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11339
11340         * gnus-sum.el (gnus-summary-selected-face)
11341         (gnus-summary-highlight): Use renamed gnus faces.
11342         * gnus-group.el (gnus-group-highlight): Likewise.
11343
11344 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11345
11346         * gnus-sieve.el (gnus-sieve-article-add-rule):
11347         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11348         * spam-stat.el (spam-stat-buffer-change-to-spam)
11349         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11350
11351         * message.el (message-is-yours-p):
11352         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11353
11354 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11355
11356         * mm-view.el (mm-inline-text): Withdraw the last change.
11357
11358 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11359
11360         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11361         executing enriched-decode.
11362
11363 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11364
11365         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11366         charset of tar files.
11367
11368 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11369
11370         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11371
11372 2005-06-04  Lute Kamstra  <lute@gnu.org>
11373
11374         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11375         information is never recorded.
11376
11377 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11378
11379         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11380
11381 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11382
11383         * pop3.el (pop3-apop): Run md5 in the binary mode.
11384
11385         * starttls.el (starttls-set-process-query-on-exit-flag):
11386         Use eval-and-compile.
11387
11388 2005-05-31  Simon Josefsson  <jas@extundo.com>
11389
11390         * smime.el (smime-replace-in-string): Define.
11391         (smime-cert-by-ldap-1): Use it.
11392
11393 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11394
11395         * gnus-art.el (article-display-x-face): Replace
11396         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11397
11398         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11399         set-process-query-on-exit-flag or process-kill-without-query.
11400
11401         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11402         loop instead of replace-regexp.
11403
11404         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11405         instead of process-kill-without-query if it is available.
11406
11407         * lpath.el: Fbind ldap-search-entries.
11408
11409         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11410         instead of find-file-hooks if it is available.
11411
11412         * mml1991.el: Bind pgg-default-user-id when compiling.
11413
11414         * mml2015.el: Bind pgg-default-user-id when compiling.
11415
11416         * nndraft.el (nndraft-request-associate-buffer):
11417         Use write-contents-functions instead of write-contents-hooks if it is
11418         available.
11419
11420         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11421         instead of find-file-hooks if it is available.
11422
11423         * nntp.el (nntp-open-connection): Replace
11424         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11425         (nntp-open-ssl-stream): Ditto.
11426         (nntp-open-tls-stream): Ditto.
11427
11428         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11429         set-process-query-on-exit-flag or process-kill-without-query.
11430         (starttls-open-stream-gnutls): Use it instead of
11431         process-kill-without-query.
11432         (starttls-open-stream): Ditto.
11433
11434 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11435
11436         * smime.el (smime-cert-by-ldap-1): Don't use
11437         replace-regexp-in-string.
11438
11439 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11440
11441         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11442
11443         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11444         in PEM format.  Adjust to the XEmacs compability.
11445
11446 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11447
11448         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11449         by `string-to-number'.
11450         * gnus-agent.el (gnus-agent-regenerate-group)
11451         (gnus-agent-fetch-articles): Ditto.
11452         * gnus-art.el (gnus-button-fetch-group): Ditto.
11453         * gnus-cache.el (gnus-cache-generate-active)
11454         (gnus-cache-articles-in-group): Ditto.
11455         * gnus-group.el (gnus-group-set-current-level)
11456         (gnus-group-insert-group-line): Ditto.
11457         * gnus-score.el (gnus-score-set-expunge-below)
11458         (gnus-score-set-mark-below, gnus-summary-score-effect)
11459         (gnus-summary-score-entry): Ditto.
11460         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11461         (gnus-soup-pack): Ditto.
11462         * gnus-spec.el (gnus-xmas-format): Ditto.
11463         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11464         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11465         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11466         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11467         * nndb.el (nndb-get-remote-expire-response): Ditto.
11468         * nndiary.el (nndiary-parse-schedule-value)
11469         (nndiary-string-to-number, nndiary-request-replace-article)
11470         (nndiary-request-article): Ditto.
11471         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11472         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11473         * nneething.el (nneething-make-head): Ditto.
11474         * nnfolder.el (nnfolder-request-article)
11475         (nnfolder-retrieve-headers): Ditto.
11476         * nnheader.el (nnheader-file-to-number): Ditto.
11477         * nnkiboze.el (nnkiboze-request-article): Ditto.
11478         * nnmail.el (nnmail-process-unix-mail-format)
11479         (nnmail-process-babyl-mail-format): Ditto.
11480         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11481         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11482         (nnmh-request-create-group, nnmh-request-list-1)
11483         (nnmh-request-group, nnmh-request-article): Ditto.
11484         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11485         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11486         * nnsoup.el (nnsoup-make-active): Ditto.
11487         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11488         * nntp.el (nntp-find-group-and-number)
11489         (nntp-retrieve-headers-with-xover): Ditto.
11490         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11491         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11492         (pgg-format-key-identifier): Ditto.
11493         * pop3.el (pop3-last, pop3-stat): Ditto.
11494         * qp.el (quoted-printable-decode-region): Ditto.
11495
11496         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11497         of concat.
11498
11499 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11500
11501         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11502
11503         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11504
11505         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11506
11507         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11508
11509         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11510
11511         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11512
11513         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11514         (gnus-carpal-mode): Ditto.
11515
11516         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11517         (gnus-browse-mode): Ditto.
11518
11519         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11520
11521         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11522
11523 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11524
11525         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11526
11527 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11528
11529         * gnus-util.el (gnus-run-mode-hooks): New function.
11530
11531         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11532
11533         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11534         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11535
11536 2005-05-27  Lute Kamstra  <lute@gnu.org>
11537
11538         * dns-mode.el (dns-mode): Specify customization group.
11539
11540 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11541
11542         * gnus-agent.el (gnus-agent-make-mode-line-string):
11543         Use mode-line-highlight as mouse-face.
11544
11545 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11546
11547         * canlock.el (canlock): Change the parent group to news.
11548
11549         * deuglify.el (gnus-outlook-deuglify): Add :group.
11550
11551         * dig.el (dig): Add :group.
11552
11553         * dns-mode.el (dns-mode): Add :group.
11554
11555         * encrypt.el (encrypt): Add :group.
11556
11557         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11558         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11559         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11560         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11561         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11562
11563         * gnus-diary.el (gnus-diary): Add :group.
11564
11565         * gnus.el (gnus-group-news-1-face): Add :group.
11566         (gnus-group-news-1-empty-face): Ditto.
11567         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11568         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11569         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11570         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11571         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11572         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11573         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11574         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11575         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11576         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11577         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11578         (gnus-summary-high-ticked-face): Ditto.
11579         (gnus-summary-low-ticked-face): Ditto.
11580         (gnus-summary-normal-ticked-face): Ditto.
11581         (gnus-summary-high-ancient-face): Ditto.
11582         (gnus-summary-low-ancient-face): Ditto.
11583         (gnus-summary-normal-ancient-face): Ditto.
11584         (gnus-summary-high-undownloaded-face): Ditto.
11585         (gnus-summary-low-undownloaded-face): Ditto.
11586         (gnus-summary-normal-undownloaded-face): Ditto.
11587         (gnus-summary-high-unread-face): Ditto.
11588         (gnus-summary-low-unread-face): Ditto.
11589         (gnus-summary-normal-unread-face): Ditto.
11590         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11591         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11592
11593         * hashcash.el (hashcash): New custom group.
11594         (hashcash-default-payment): Add :group.
11595         (hashcash-payment-alist): Ditto.
11596         (hashcash-default-accept-payment): Ditto.
11597         (hashcash-accept-resources): Ditto.
11598         (hashcash-path): Ditto.
11599         (hashcash-extra-generate-parameters): Ditto.
11600         (hashcash-double-spend-database): Ditto.
11601         (hashcash-in-news): Ditto.
11602
11603         * message.el (message-minibuffer-local-map): Add :group.
11604
11605         * netrc.el (netrc): Add :group.
11606
11607         * sieve-manage.el (sieve-manage-log): Add :group.
11608         (sieve-manage-default-user): Diito.
11609         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11610         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11611         (sieve-manage-authenticators): Ditto.
11612         (sieve-manage-authenticator-alist): Ditto.
11613         (sieve-manage-default-port): Ditto.
11614
11615         * sieve-mode.el (sieve-control-commands-face): Add :group.
11616         (sieve-action-commands-face): Ditto.
11617         (sieve-test-commands-face): Ditto.
11618         (sieve-tagged-arguments-face): Ditto.
11619
11620         * smime.el (smime): Add :group.
11621
11622         * spam-report.el (spam-report): Add :group.
11623
11624         * spam.el (spam, spam-face): Add :group.
11625
11626 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11627
11628         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11629         return \n.\n.\n at the end of articles.  Protect against that.
11630         (nntp-with-open-group): Allow debugging.
11631
11632         * nnheader.el (mail-header-set-extra): Make into a function
11633         because I just could't understand how to quote the list properly.
11634
11635         * dns.el (query-dns-cached): New function.
11636
11637 2005-05-26  Lute Kamstra  <lute@gnu.org>
11638
11639         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11640
11641 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11642
11643         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11644
11645         * gnus-art.el: Don't autoload mail-extract-address-components.
11646
11647         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11648         eval-and-compile to evaluate it.
11649
11650         * hashcash.el: Don't autoload executable-find.
11651
11652         * nndb.el: Don't declare the nndb back end two or more times; don't
11653         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11654
11655         * nntp.el: Autoload format-spec instead of format; use
11656         eval-and-compile to evaluate autoload forms.
11657
11658 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11659
11660         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11661
11662 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11663
11664         * gnus.el (gnus-version-number): Bump version.
11665
11666 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11667
11668         * gnus.el: No Gnus v0.3 is released.
11669
11670 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11671
11672         * lpath.el (featurep): Bind show-nonbreak-escape.
11673
11674 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11675
11676         * gnus-art.el (gnus-article-edit-part): Disable undo.
11677
11678 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11679
11680         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11681         gnus-article-date-lapsed-new-header is t if date timer is active;
11682         skip headers in which the original date value is empty.
11683         (gnus-article-save-original-date): Redefine it as a macro.
11684         (gnus-display-mime): Use it.
11685
11686 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * gnus-art.el (article-date-ut): Support converting date in
11689         forwarded parts as well.
11690         (gnus-article-save-original-date): New function.
11691         (gnus-display-mime): Use it.
11692
11693 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11694
11695         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11696         enclosure element of <item>.
11697
11698 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11699
11700         * message.el (message-kill-buffer-query): Renamed from
11701         `message-kill-buffer-query-if-modified'.  Added :version.
11702
11703 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11704
11705         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11706         window layout.
11707
11708 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11709
11710         * mml.el: Autoload dnd when compiling.
11711
11712 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11713
11714         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11715         x-dnd-*.
11716
11717 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11718
11719         * qp.el (quoted-printable-encode-region): Save excursion.
11720
11721 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11722
11723         * message.el (message-kill-buffer-query-if-modified): Add new variable
11724         so the user can kill a modified message buffer quickly.
11725         (message-kill-buffer): Use it.
11726
11727 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * lpath.el: Fbind display-time-event-handler; don't fbind
11730         string-to-multibyte.
11731
11732         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11733
11734 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11735
11736         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11737         contained in text because xml.el decodes entities) with LFs.
11738
11739 2005-04-11  Lute Kamstra  <lute@gnu.org>
11740
11741         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11742         differently.
11743
11744 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11745
11746         * mm-util.el (mm-detect-coding-region): Typo.
11747
11748 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11749
11750         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11751
11752 2005-04-06  Deepak Goel  <deego@gnufans.org>
11753
11754         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11755         user-function allow user modifications of the scores.
11756         (spam-stat-score-buffer-user): New function, to allow
11757         user-computed modifications to the score.
11758         (spam-stat-score-buffer-user-functions): List of additional
11759         scoring functions.
11760         (spam-stat-error-holder): Global temporary error holder.
11761         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11762         variable.
11763
11764 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11765
11766         * gnus-registry.el (gnus-registry-clean-empty-function)
11767         (gnus-registry-trim, gnus-registry-fetch-groups)
11768         (gnus-registry-delete-group): Groups that match
11769         `gnus-registry-ignored-groups' are removed from the registry
11770         entries, not just ignored for splitting.  This helps clean up the
11771         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11772         to get all the groups a message ID is in.
11773
11774         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11775         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11776         (spam-stat-score-buffer-user-functions): Add :number custom type.
11777
11778 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11779
11780         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11781         argument in XEmacs.
11782
11783         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11784         (nnrss-request-group): Decode group name first.
11785         (nnrss-request-article): Make a text/plain article if mml-to-mime
11786         failed.
11787         (nnrss-get-encoding): Return a compatible encoding according to
11788         nnrss-compatible-encoding-alist.
11789         (nnrss-find-el): Use consp instead of listp.
11790         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11791
11792 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11793
11794         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11795         which Emacs 20 doesn't support.
11796         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11797
11798 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11799
11800         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11801         silence the byte compiler inside the defun.
11802
11803         * gnus-demon.el (parse-time-string): Add autoload.
11804
11805         * gnus-delay.el (parse-time-string): Add autoload.
11806
11807         * gnus-art.el (parse-time-string): Add autoload.
11808
11809         * nnultimate.el (parse-time): Require for `parse-time-string'.
11810
11811 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11812
11813         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11814
11815         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11816
11817         * smime.el (smime-ldap-host-list): Add :version.
11818
11819 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11820
11821         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11822         pass it to `gnus-browse-read-group'.
11823         (gnus-browse-read-group): Add NUMBER argument and pass it to
11824         `gnus-group-read-ephemeral-group'.
11825
11826         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11827         argument and pass it to `gnus-group-read-group'.
11828
11829 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11830
11831         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11832         mm-xemacs-find-mime-charset-1 if we have the mule feature
11833         available at runtime.
11834
11835 2005-03-25  Werner Lemberg  <wl@gnu.org>
11836
11837         * nnmaildir.el: Replace `illegal' with `invalid'.
11838
11839 2005-03-23  Lute Kamstra  <lute@gnu.org>
11840
11841         * time-date.el: Add comment on time value formats.
11842         Don't require parse-time.
11843         (with-decoded-time-value): New macro.
11844         (encode-time-value): New function.
11845         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11846         (days-to-time): Return a valid time value when arg is huge.
11847         (time-since): Use time-subtract.
11848         (time-to-number-of-days): Use time-to-seconds.
11849
11850 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11851
11852         * gnus-start.el (gnus-display-time-event-handler):
11853         Check display-time-timer at runtime rather than only at load time
11854         in case display-time-mode is turned off in the mean time.
11855
11856 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11857
11858         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11859         used.
11860
11861         * nneething.el (nneething-map-file-directory): Derive from
11862         `gnus-directory'.
11863
11864         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11865         the To/Cc button.
11866
11867 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11868
11869         * nnmaildir.el (nnmaildir-request-accept-article):
11870         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11871
11872 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11873
11874         * gnus-async.el: Require timer-funcs at compile time when in
11875         XEmacs for `run-with-idle-timer'.
11876
11877 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11878
11879         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11880         autoloaded function.
11881
11882 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11883
11884         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11885
11886 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11887
11888         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11889
11890 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11891
11892         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11893         gnus-expert-user to default.
11894
11895 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11896
11897         * nnimap.el (nnimap-open-server): Ditto.
11898
11899         * imap.el (imap-authenticate): Fix typo.
11900
11901 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11902
11903         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11904         buffer (since IMAP server might return FETCH response out of
11905         order, and the nntp buffer must be sorted).
11906
11907 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11908
11909         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11910         comparison on string.
11911
11912         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11913         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11914         (gnus-agent-summary-fetch-series): Modified to protect against
11915         gnus-agent-summary-fetch-group clearing processable flags.
11916         (gnus-agent-synchronize-group-flags): Update live group buffer as
11917         synchronization may occur due to the user toggle the plugged
11918         status.
11919         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11920         successfully downloaded.
11921         (gnus-agent-expire-group-1): Avoid using markers when the overview
11922         is in ascending order; greatly improves performance.
11923         (gnus-agent-regenerate-group): Use
11924         gnus-agent-synchronize-group-flags to reset read status in both
11925         gnus and server.
11926         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11927
11928 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11929
11930         * message.el: Don't autoload former message-utils variables.
11931         (message-strip-subject-trailing-was): Change doc string.
11932
11933         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11934         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11935         (nnweb-google-search): Add "hl=en" here.
11936         (nnweb-google-parse-1, nnweb-google-create-mapping):
11937         Don't hardcode URL.
11938
11939 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11940
11941         * message.el (message-get-reply-headers, message-followup):
11942         Mention related variables `message-use-followup-to' and
11943         `message-use-mail-followup-to', in the information buffer.
11944
11945         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11946         of broken groups(-beta).google.com.
11947
11948 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11949
11950         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11951         parameter to invoked gnus-request-move-article; remove the
11952         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11953         all at once instead of once per article.
11954         (gnus-summary-remove-process-mark): Accept a list of articles as
11955         well as a single article for processing.
11956
11957         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11958         parameter.
11959
11960         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11961
11962         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11963
11964         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11965         parameter.
11966
11967         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11968         parameter.
11969
11970         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11971         parameter and remove the gnus-sum-hint-move-is-internal variable.
11972
11973         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11974         parameter.
11975
11976         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11977         parameter.
11978
11979         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11980         parameter.
11981
11982         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11983
11984         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11985         parameter.
11986
11987         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11988         parameter.
11989
11990 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11991
11992         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11993         a more conservative way.
11994
11995 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11996
11997         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11998         buffer, so it moves the window's cursor.
11999
12000 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12001
12002         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12003         `mm-dissect-multipart' and receive the from field as an (optional)
12004         argument from `mm-dissect-multipart'.
12005         (mm-dissect-multipart): Receive the from field as an argument and
12006         pass it on when we call `mm-dissect-buffer' on MIME parts.
12007         Fixes verification/decryption of signed/encrypted MIME parts.
12008
12009 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12010
12011         * gnus-sum.el (gnus-summary-move-article): Set
12012         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12013         whatever it calls (right now, only nnimap-request-move article
12014         respects it).
12015
12016         * nnimap.el (nnimap-request-move-article): When
12017         gnus-sum-hint-move-is-internal is set, don't do the extra
12018         nnimap-request-article.
12019
12020 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12021
12022         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12023
12024         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12025         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12026
12027         * gnus-sum.el (gnus-summary-caesar-message):
12028         Apply `gnus-treat-article' after rotation.
12029
12030         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12031         doc string.
12032
12033 2005-02-22  Simon Josefsson  <jas@extundo.com>
12034
12035         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12036         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12037         <arne@arnested.dk>.
12038         (encrypt): Add password-cache and password-cache-expiry as group
12039         members.
12040
12041 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12042
12043         * smime.el (smime-ldap-host-list): Doc fix.
12044         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12045         cache) password.
12046         (smime-sign-region): Use it.
12047         (smime-decrypt-region): Use it.
12048         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12049         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12050         fails.
12051         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12052         certificate from DER to PEM format rather than calling openssl.
12053
12054         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12055
12056         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12057         for signing/encryption.
12058
12059         * mml.el (mml-parse-1): Use them.
12060
12061 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12062
12063         * nnrss.el (nnrss-verbose): Removed.
12064         (nnrss-request-group): Use `nnheader-message' instead.
12065
12066 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12067
12068         * nnrss.el (nnrss-verbose): New variable.
12069         (nnrss-request-group): Make it say nnrss is requesting a group.
12070
12071 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12072
12073         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12074         Handle news URL with given port correctly.
12075
12076 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12077
12078         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12079         containing special characters.
12080
12081         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12082
12083         * mml.el (mime-to-mml): Ditto.
12084
12085         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12086         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12087         (rfc2047-decode-region): Quote decoded words containing special
12088         characters when rfc2047-quote-decoded-words-containing-tspecials
12089         is non-nil.
12090
12091 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12092
12093         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12094
12095         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12096
12097 2005-02-15  Simon Josefsson  <jas@extundo.com>
12098
12099         * nnimap.el (nnimap-debug): Doc fix.
12100
12101         * imap.el (imap-debug): Doc fix.
12102
12103 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12104
12105         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12106
12107 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12108
12109         * gnus.el (spam-contents): Improve docs for spam-contents
12110         parameter in its variable incarnation.
12111
12112 2005-02-14  Simon Josefsson  <jas@extundo.com>
12113
12114         * smime-ldap.el: Use require instead of load-library for ldap.
12115         (smime-ldap-search): Indent.
12116         (smime-ldap-search-internal): Shorten line.
12117
12118         * smime.el (smime-cert-by-dns): Add doc-string.
12119         (smime-cert-by-ldap-1): Indent.
12120
12121         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12122         mml-smime-get-dns-ldap.
12123         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12124
12125 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12126
12127         * smime.el: Require smime-ldap.
12128         (smime-ldap-host-list): New variable.
12129         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12130
12131         * mml-smime.el (mml-smime-encrypt-query): New function.
12132         (mml-smime-encrypt-query): Use it.
12133
12134         * smime-ldap.el: New file.
12135
12136 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12137
12138         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12139
12140 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12141
12142         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12143         argument in doc string.  Make query for type more clear.
12144
12145 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12146
12147         * gnus.el (gnus-group-startup-message): Search for gnus images in
12148         etc/images/gnus.
12149         * mm-util.el (mm-image-load-path): Likewise.
12150         * smiley.el (smiley-data-directory): Search for smilies in
12151         etc/images/smilies.
12152
12153 2005-02-09  Kim F. Storm  <storm@cua.dk>
12154
12155         Change Emacs release version from 21.4 to 22.1 throughout.
12156         Change Emacs development version from 21.3.50 to 22.0.50.
12157
12158 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12159
12160         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12161
12162         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12163         non-Mule XEmacs as well.
12164         (mm-decompress-buffer): Signal an error intentionally if it does
12165         not decompress compressed data because auto-compression-mode is
12166         disabled.
12167
12168 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12169
12170         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12171         an ID in the registry even if it has no groups.
12172
12173 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12174
12175         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12176         merge it into mm-decompress-buffer.
12177         (gnus-mime-copy-part): Use the MIME part charset, the value which
12178         a user specified or gnus-newsgroup-charset for decoding, like
12179         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12180         save-buffer what was used.  Suggested by Kevin Ryde
12181         <user42@zip.com.au>.
12182         (gnus-mime-inline-part): Allow the name parameter as well as the
12183         filename parameter; force decompressing of compressed data; always
12184         display contents being not decoded as unibyte.
12185
12186         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12187         as well as the filename parameter.
12188
12189         * mm-util.el (mm-decompress-buffer): Merge
12190         gnus-mime-jka-compr-maybe-uncompress.
12191         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12192         of compressed data.
12193
12194 2005-02-08  Simon Josefsson  <jas@extundo.com>
12195
12196         * imap.el (imap-log): Doc fix.
12197
12198 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12199
12200         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12201         the coding cookies; decompress compressed parts.
12202
12203         * mml.el (mml-generate-mime-1): Add the charset parameter according
12204         to the value which a user specified manually or the coding cookie.
12205
12206         * mm-util.el (mm-string-to-multibyte): New function.
12207         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12208         (mm-coding-system-to-mime-charset): New function.
12209         (mm-decompress-buffer): New function.
12210         (mm-find-buffer-file-coding-system): New function.
12211
12212         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12213         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12214         parts.
12215
12216 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12217
12218         * mm-view.el (mm-display-inline-fontify): Decode a part according
12219         to the charset parameter.
12220
12221 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12222
12223         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12224         prefix arg is neither nil nor a number, as info specifies.
12225
12226 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12227
12228         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12229         timestamps.
12230
12231 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12232
12233         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12234         groups error checking and notify user.
12235
12236 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12237
12238         * message.el (message-send-mail-function): Check existence of
12239         sendmail-program first before using default value
12240         `message-send-mail-with-sendmail'.  Otherwise use more generic
12241         `smtpmail-send-it'.
12242
12243 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12244
12245         * nntp.el (nntp-request-update-info): Always return nil.
12246
12247 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12248
12249         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12250
12251 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12252
12253         * message.el (message-beginning-of-line): Change the behavior when
12254         invoked between BOL and : so that it first moves backward.
12255
12256 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12257
12258         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12259         article buffer when editing of the article is discarded.
12260         (gnus-article-prepare): Revert.
12261
12262 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12263
12264         * gnus-art.el (gnus-article-prepare):
12265         Remove message-strip-forbidden-properties from the local hook.
12266
12267 2005-01-27  Simon Josefsson  <jas@extundo.com>
12268
12269         * password.el (password-cache-add): Only start one timer per key.
12270         Reported by Derek Atkins <warlord@MIT.EDU>.
12271
12272 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12273
12274         * run-at-time.el: Removed.  It is no longer needed as
12275         timer-funcs.el in the xemacs-base package has a working version of
12276         `run-at-time'.
12277
12278         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12279
12280         * password.el: Require timer-funcs instead of run-at-time in
12281         XEmacs.
12282         Remove `password-run-at-time' macro.
12283         (password-cache-add): Use `run-at-time' instead of
12284         `password-run-at-time'.
12285
12286         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12287         Remove `nnheader-cancel-function-timers' alias,
12288         `cancel-function-timers' exists in XEmacs in timer-funcs.
12289
12290         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12291         for `run-with-idle-timer'.
12292
12293         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12294         for `run-at-time'.
12295
12296         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12297         for `with-timeout'.
12298
12299         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12300         the same as for XEmacs 21.4.
12301         No need to ignore `run-with-idle-timer', this function exists in
12302         XEmacs now in timer-funcs.el in the xemacs-base package.
12303         (dgnushack-compile): No need to delete
12304         run-at-time.el from the list of files to compile because it
12305         doesn't exist anymore.
12306
12307 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12308
12309         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12310         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12311
12312 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12313
12314         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12315         sensitively.
12316
12317 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12318
12319         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12320
12321 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12322
12323         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12324         which will be inserted according to the multibyteness of a buffer
12325         rather than the type of contents.  Suggested by ARISAWA Akihiro
12326         <ari@mbf.ocn.ne.jp>.
12327
12328         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12329         of string which old xml.el may return rather than a string.
12330
12331 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12332
12333         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12334
12335 2005-01-16  Simon Josefsson  <jas@extundo.com>
12336
12337         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12338         idn/idna.el isn't available.
12339         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12340         <michael@waxrat.com>.
12341
12342         * hashcash.el: Remove non-FSF copyright header.
12343
12344         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12345         (hashcash-generate-payment): Use it.
12346         (hashcash-generate-payment-async): Use it.
12347
12348 2005-01-15  Simon Josefsson  <jas@extundo.com>
12349
12350         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12351         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12352
12353         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12354         gnus-summary-idna-message.
12355         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12356         (gnus-summary-idna-message): New function.
12357
12358 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12359
12360         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12361         gnus-novice-user.
12362
12363 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12364
12365         * nnrss.el (nnrss-request-delete-group): Delete entries in
12366         nnrss-group-alist as well.
12367         (nnrss-save-server-data): Insert newline.
12368
12369 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12370
12371         * gnus.el (gnus-user-agent): Use list of symbols instead of
12372         symbols.  Display full version number for (S)XEmacs.  Optionally
12373         display (S)XEmacs codename.
12374
12375         * gnus-util.el (gnus-emacs-version): Update for new
12376         `gnus-user-agent'.
12377
12378         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12379         Gnus version.
12380
12381 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12382
12383         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12384         which is unreadable in some setups.
12385
12386 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12387
12388         * gnus-spec.el (gnus-update-format-specifications): Flush the
12389         group format spec cache if it doesn't support decoded group names.
12390
12391 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12392
12393         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12394         Allow to apply decay on score files matching a regexp.
12395
12396 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12397
12398         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12399         compatibility in %g and %c.
12400
12401 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12402
12403         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12404         name for only %g and %c.
12405         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12406         of gnus-tmp-group to decoded group name.
12407         (gnus-group-make-rss-group): Exclude `/'s from group names.
12408
12409 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12410
12411         * nnrss.el (nnrss-get-encoding): Fix regexp.
12412
12413 2004-12-27  Simon Josefsson  <jas@extundo.com>
12414
12415         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12416         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12417         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12418
12419 2004-12-17  Kim F. Storm  <storm@cua.dk>
12420
12421         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12422
12423         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12424
12425 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12426
12427         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12428
12429 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12430
12431         * nnrss.el: Require rfc2047 and mml.
12432         (nnrss-file-coding-system): New variable.
12433         (nnrss-format-string): Redefine it as an inline function.
12434         (nnrss-decode-group-name): New function.
12435         (nnrss-string-as-multibyte): Remove.
12436         (nnrss-retrieve-headers): Decode group name; don't use
12437         nnrss-format-string.
12438         (nnrss-request-group): Decode group name.
12439         (nnrss-request-article): Decode group name; allow a Message-ID as
12440         well as an article number; don't use nnrss-format-string; encode a
12441         Message-ID string which may contain non-ASCII characters; use
12442         mml-to-mime to compose a MIME article.
12443         (nnrss-request-expire-articles): Decode group name.
12444         (nnrss-request-delete-group): Decode group name.
12445         (nnrss-fetch): Clarify error message.
12446         (nnrss-read-server-data): Use insert-file-contents instead of load;
12447         bind file-name-coding-system; use multibyte buffer.
12448         (nnrss-save-server-data): Bind coding-system-for-write to the
12449         value of nnrss-file-coding-system; bind file-name-coding-system;
12450         add coding cookie.
12451         (nnrss-read-group-data): Use insert-file-contents instead of load;
12452         bind file-name-coding-system; use multibyte buffer.
12453         (nnrss-save-group-data): Bind coding-system-for-write to the
12454         value of nnrss-file-coding-system; bind file-name-coding-system.
12455         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12456         make it work with non-ASCII text.
12457         (nnrss-find-el): Make it work with old xml.el as well.
12458
12459 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12460
12461         * nnrss.el (nnrss-get-encoding): New function.
12462         (nnrss-fetch): Use unibyte buffer initially; bind
12463         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12464         decode contents according to the encoding attribute.
12465         (nnrss-save-group-data): Add coding cookie.
12466         (nnrss-mime-encode-string): New function.
12467         (nnrss-check-group): Use it to encode subject and author.
12468
12469 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12470
12471         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12472         imaginary variable.
12473
12474 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12475
12476         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12477         correctly even if there are wide characters.
12478
12479 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12480
12481         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12482         downcased symbol names; make a new cache instead of reusing
12483         bbdb-hashtable.
12484
12485 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12486
12487         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12488         concatenating segments rather than before concatenating them.
12489         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12490
12491         * message.el (message-get-reply-headers): Bind `extra'.
12492
12493 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12494
12495         * message.el (message-extra-wide-headers): New variable.
12496         (message-get-reply-headers): Use it.
12497
12498 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12499
12500         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12501         (gnus-agent-group-pathname): Ditto.
12502
12503         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12504
12505         * gnus-group.el (gnus-group-make-group): Decode group name.
12506         (gnus-group-make-rss-group): Register the group data after opening
12507         the nnrss group.
12508
12509 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12510
12511         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12512         by expiry now get marked as read.
12513
12514 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12515
12516         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12517
12518 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12519
12520         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12521         unify Latin characters in XEmacs.
12522         (mm-find-mime-charset-region): Use it.
12523
12524 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12525
12526         * gnus-util.el (gnus-delete-directory): New function.
12527
12528         * gnus-agent.el (gnus-agent-delete-group): Use it.
12529
12530         * gnus-cache.el (gnus-cache-delete-group): Use it.
12531
12532 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12533
12534         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12535         names.
12536
12537 2004-12-16  Simon Josefsson  <jas@extundo.com>
12538
12539         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12540
12541 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12542
12543         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12544
12545         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12546         (gnus-group-set-current-level): Decode group name.
12547
12548 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12549
12550         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12551         failed.
12552
12553 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12554
12555         * gnus-group.el (gnus-group-delete-group): Decode group name.
12556         (gnus-group-make-rss-group): Encode group name.
12557         (gnus-group-catchup-current): Decode group name.
12558         (gnus-group-kill-group): Decode group name.
12559
12560 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12561
12562         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12563
12564 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12565
12566         * gnus-group.el (gnus-group-make-rss-group):
12567         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12568
12569         * gnus-start.el (gnus-setup-news): Honor user's setting to
12570         gnus-message-archive-method.  Suggested by Lute Kamstra
12571         <lute@gnu.org>.
12572
12573 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12574
12575         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12576         global counterparts of the buffer-local variables.
12577
12578 2004-11-16  Romain Francoise  <romain@orebokech.com>
12579
12580         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12581         counterparts of the buffer-local variables.
12582
12583 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12584
12585         * message.el (message-forbidden-properties): Fixed typo in doc
12586         string.
12587
12588 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12589
12590         * gnus-util.el (gnus-replace-in-string): Added doc string.
12591
12592         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12593         to avoid problems when splitting mails with many recipients.
12594
12595 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12596
12597         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12598         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12599
12600 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12601
12602         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12603         if there is no hashtable in memory or file modification time is
12604         newer than cached timestamp.
12605
12606 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12607
12608         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12609         not-matching option.
12610
12611 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12612
12613         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12614         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12615         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12616         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12617         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12618         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12619
12620 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12621
12622         * message.el (message-forward-make-body-mml): Remove headers
12623         according to message-forward-ignored-headers if a message is decoded.
12624
12625 2004-12-02  Romain Francoise  <romain@orebokech.com>
12626
12627         * message.el (message-forward-make-body-plain): Always remove
12628         headers according to message-forward-ignored-headers.
12629
12630 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12631
12632         * spam.el (spam-summary-prepare-exit): Remove the
12633         gnus-summary-limit pop for now, it has problems with ham marks for
12634         me.
12635
12636 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12637
12638         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12639         correctly.
12640
12641 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12642
12643         * format-spec.el (format-spec): Message the char.
12644
12645 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12646
12647         * gnus-art.el (gnus-split-methods): Reformat comments.
12648
12649         * spam.el (spam-summary-prepare-exit): Remove article limits
12650         before exiting the summary buffer.
12651
12652 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12653
12654         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12655         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12656
12657         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12658         order to silence the byte compiler.
12659
12660         * spam.el: Fix the way to silence the byte compiler, which
12661         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12662         bbdb-search-simple, spam-BBDB-register-routine,
12663         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12664         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12665         spam-stat-buffer-is-spam, spam-stat-load,
12666         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12667         spam-stat-save and spam-stat-split-fancy.
12668
12669 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12670
12671         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12672         which may confuse users.
12673         (canlock-password-for-verify): Ditto.
12674
12675         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12676
12677         * gnus-art.el (gnus-emphasis-alist): Ditto.
12678
12679         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12680
12681         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12682
12683         * gnus-start.el (gnus-save-killed-list): Ditto.
12684
12685         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12686         (gnus-sum-thread-tree-root): Ditto.
12687         (gnus-sum-thread-tree-false-root): Ditto.
12688         (gnus-sum-thread-tree-single-indent): Ditto.
12689
12690         * message.el (message-courtesy-message): Ditto.
12691         (message-archive-note): Ditto.
12692         (message-subscribed-address-file): Ditto.
12693         (message-user-fqdn): Ditto.
12694
12695         * spam-report.el (spam-report-gmane-regex): Ditto.
12696
12697         * spam.el (spam-blackhole-good-server-regex): Ditto.
12698
12699 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12700
12701         * mml.el (mml-preview): Widen the message buffer before copying
12702         the contents to the preview buffer; sort headers before previewing.
12703
12704         * message.el (message-hidden-headers): Fix the way to avoid a bug
12705         in the `repeat' widget in Emacs 21.3 or earlier.
12706
12707 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12708
12709         * message.el (message-hidden-headers): Default to "^References:".
12710         Improve customization type.  Suggested by Reiner Steib
12711         <Reiner.Steib@gmx.de>.
12712
12713 2004-11-25  Romain Francoise  <romain@orebokech.com>
12714
12715         * message.el (message-strip-forbidden-properties): Remove check for
12716         obsolete `message-hidden' text property, hidden headers are not
12717         accessible in the buffer anymore.
12718
12719 2004-11-22  Romain Francoise  <romain@orebokech.com>
12720
12721         * message.el (message-header-format-alist): Add `From' in list
12722         so that it can be sorted.
12723         (message-fix-before-sending): Widen and sort headers before
12724         sending.
12725         (message-hide-headers): Use narrowing to hide headers by moving
12726         them to the top of the buffer and narrowing to the region
12727         underneath.
12728
12729 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12730
12731         * message.el (message-strip-forbidden-properties): Bind
12732         buffer-read-only (etc) to nil.
12733
12734 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12735
12736         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12737         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12738
12739 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12740
12741         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12742
12743 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12744
12745         * dns.el (query-dns): Use sit-for to time instead of
12746         accept-process-output, since that doesn't seem to work on udp
12747         sockets.
12748
12749 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12750
12751         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12752
12753 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12754
12755         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12756         doc string.  Improve doc string.
12757
12758 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12759
12760         * nntp.el (nntp-request-update-info): Return nil if
12761         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12762         may not call gnus-activate-group which uselessly issues the GROUP
12763         commands for all nntp groups and wastes time.  Reported by Romain
12764         Francoise <romain@orebokech.com>.
12765
12766         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12767
12768 2004-11-15  Simon Josefsson  <jas@extundo.com>
12769
12770         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12771         headers separately.
12772         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12773         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12774
12775 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12776
12777         * gnus-start.el (gnus-convert-old-newsrc):
12778         Assign legacy-gnus-agent to 5.10.7.
12779
12780 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12781
12782         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12783         start of the lines.
12784
12785 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12786
12787         * hashcash.el (hashcash-default-payment): Change default to 20.
12788         (hashcash-default-accept-payment): Change default to 20.
12789         (hashcash-process-alist): New variable.
12790         (hashcash-generate-payment-async): Add.
12791         (hashcash-already-paid-p): Add.
12792         (hashcash-insert-payment): Don't generate payments twice.
12793         (hashcash-insert-payment-async): Add.
12794         (hashcash-insert-payment-async-2): Add.
12795         (hashcash-cancel-async): Add.
12796         (hashcash-wait-async): Add.
12797         (hashcash-processes-running-p): Add.
12798         (hashcash-wait-or-cancel): Add.
12799         (mail-add-payment): New optional argument.  Conditionally start
12800         asynchronous calculation.
12801         (mail-add-payment-async): Add.
12802
12803         * message.el (message-send-mail): Wait for asynchronous hashcash
12804         results.  Don't clobber existing X-Hashcash headers.
12805         (message-setup-1): Call mail-add-payment-async when
12806         message-generate-hashcash is non-nil.
12807
12808 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12809
12810         * message.el (message-use-alternative-email-as-from): Examine the
12811         From header as well; use message-make-from in order to include a
12812         user's full name.
12813
12814 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12815
12816         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12817         default; improve customization type.
12818         (gnus-emphasis-custom-with-format): New macro.
12819         (gnus-emphasis-custom-value-to-external): New function.
12820         (gnus-emphasis-custom-value-to-internal): New function.
12821
12822 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12823
12824         * dns.el (query-dns): Resolve reverse addresses.
12825
12826 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12827
12828         * gnus-group.el (gnus-group-get-new-news): Use it.
12829
12830         * gnus-start.el (gnus-check-reasonable-setup): New function.
12831
12832 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12833
12834         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12835         "Args out of range" error.  Reported by Arnaud Giersch
12836         <arnaud.giersch@free.fr>.
12837
12838 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12839
12840         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12841
12842 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12843
12844         * spam.el (spam group): Add :version.
12845
12846         * pgg-def.el (pgg group): Add :version.
12847
12848 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12849
12850         * gnus-art.el (gnus-article-edit-article): Don't associate the
12851         article buffer with a draft file.  This is a temporary measure
12852         against the 2004-08-22 change to gnus-article-edit-mode.
12853
12854 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12855
12856         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12857         (html2text-format-tags): Remove unused variable `attr'.
12858
12859 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12860
12861         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12862
12863         * tls.el (tls-process-connection-type, tls-success)
12864         (tls-certtool-program): Add :version.
12865
12866         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12867         (starttls-extra-arguments, starttls-process-connection-type)
12868         (starttls-connect, starttls-failure, starttls-success): Add :version.
12869
12870         * spam-stat.el (spam-stat): Add :version.
12871
12872         * sieve.el (sieve): Add :version.
12873
12874         * sha1.el (sha1): Add :version.
12875         (sha1-use-external): Remove redundant version.
12876
12877         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12878         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12879         (nnmail-split-fancy-match-partial-words)
12880         (nnmail-split-lowercase-expanded): Add :version.
12881
12882         * nndiary.el (nndiary): Add :version.
12883
12884         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12885
12886         * mml-sec.el (mml-default-sign-method)
12887         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12888         Add :version.
12889
12890         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12891
12892         * mm-url.el (mm-url-use-external, mm-url-program)
12893         (mm-url-arguments): Add :version.
12894
12895         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12896         (mm-attachment-file-modes, mm-decrypt-option)
12897         (mm-w3m-safe-url-regexp): Add :version.
12898
12899         * message.el (message-cite-prefix-regexp)
12900         (message-sendmail-envelope-from, message-minibuffer-local-map)
12901         (message-user-fqdn, message-completion-alist): Add :version.
12902
12903         * gnus-win.el (gnus-configure-windows-hook)
12904         (gnus-use-frames-on-any-display): Add :version.
12905
12906         * gnus-art.el (gnus-article-address-banner-alist)
12907         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12908         (gnus-treat-from-picon, gnus-treat-mail-picon)
12909         (gnus-treat-x-pgp-sig): Add :version.
12910
12911         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12912         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12913         (gnus-summary-article-delete-hook)
12914         (gnus-summary-display-while-building): Add :version.
12915
12916         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12917         (gnus-get-top-new-news-hook): Add :version.
12918
12919         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12920         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12921
12922         * gnus-registry.el (gnus-registry): Add :version.
12923
12924         * gnus-spec.el (gnus-use-correct-string-widths)
12925         (gnus-make-format-preserve-properties): Add :version.
12926
12927         * gnus.el (gnus-group-charter-alist)
12928         (gnus-group-fetch-control-use-browse-url)
12929         (gnus-install-group-spam-parameters): Add :version.
12930
12931         * gnus-diary.el (gnus-diary): Add :version.
12932
12933         * gnus-delay.el (gnus-delay): Add :version.
12934
12935         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12936         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12937         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12938         Add :version.
12939
12940         * gnus-agent.el (gnus-agent-max-fetch-size)
12941         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12942         (gnus-agent-prompt-send-queue): Add :version.
12943
12944         * deuglify.el (gnus-outlook-deuglify): Add :version.
12945
12946         * html2text.el: Beautify code.  Improve doc strings.  Some
12947         checkdoc cleanup.
12948         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12949
12950 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12951
12952         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12953
12954 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12955
12956         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12957         when package is loaded.
12958
12959         * spam.el (spam-summary-score-preferred-header): Add global preference
12960         for people who want to override the default SpamAssassin over
12961         Bogofilter preference (when both are set).
12962         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12963         (spam-user-format-function-S): Check
12964         spam-summary-score-preferred-header.
12965         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12966         (spam-user-format-function-S): Format the score correctly.
12967
12968 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12969
12970         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12971         signature file.  Suggested by Manoj Srivastava
12972         <srivasta@golden-gryphon.com>.
12973
12974         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12975         iso-2022-jp even in the Japanese language environment.
12976         Suggested by Jason Rumney <jasonr@gnu.org>.
12977
12978 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12979
12980         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12981         use the same characters as the dummy marks; make it free from
12982         getting affected by the language environment.
12983         (gnus-summary-read-group-1): Update mark positions only when the
12984         format spec is updated.
12985
12986         * gnus-spec.el (gnus-update-format-specifications): Return a list
12987         of updated types.
12988
12989 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12990
12991         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12992         of boundp to check if display-warning is available.
12993
12994 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12995
12996         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12997
12998 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12999
13000         * nnspool.el (nnspool-spool-directory): Use news-path if the
13001         news-directory variable is not bound.
13002
13003         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13004         function instead of display-warning if it is not available.
13005
13006 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13007
13008         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13009         v5-10: Use `point-at-bol'.
13010
13011 2004-10-26  Simon Josefsson  <jas@extundo.com>
13012
13013         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13014         <chenggao@gmail.com>.
13015
13016 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13017
13018         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13019         instead.
13020
13021 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13022
13023         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13024         to remove a server from the nnimap-server-buffer-alist.
13025         (nnimap-open-connection, nnimap-close-server): Use it.
13026
13027         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13028
13029 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13030
13031         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13032         running the major-mode function.
13033
13034 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13035
13036         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13037         dummy marks in the right way.
13038
13039 2004-10-18  David Edmondson  <dme@dme.org>
13040
13041         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13042         excessively.
13043
13044 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13045
13046         * gnus-util.el (gnus-split-references): Accept a nil references
13047         string and go on blissfully.
13048
13049         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13050         cases where the references string is non-nil but has no references.
13051
13052         * encrypt.el: Add autoload tags.
13053
13054         * spam.el (spam-resolve-registrations-routine): Remove article
13055         from unregistration list too.  Reported by David Hanak
13056         <dhanak@isis.vanderbilt.edu>
13057
13058 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13059
13060         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13061         nil.  Changed custom type.
13062
13063 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13064
13065         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13066
13067         * gnus-sum.el (gnus-summary-move-article): Use it.
13068
13069 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13070
13071         * encrypt.el: Add autoload cookies.
13072
13073         * spam.el (spam-backend-article-list-property)
13074         (spam-backend-get-article-todo-list)
13075         (spam-backend-put-article-todo-list)
13076         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13077         Resolve registrations separately.
13078         (spam-register-routine): Format comments.
13079         (spam-unregister-routine, spam-register-routine): Always call with
13080         specific-articles, no default list.
13081         (spam-summary-prepare-exit): Use the spam-classifications function.
13082
13083         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13084         gnus-encrypt.el.
13085
13086         * encrypt.el: Copied from gnus-encrypt.el.
13087
13088         * gnus-encrypt.el: Commented that it's obsolete.
13089
13090 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13091
13092         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13093         (gnus-score-save): Use it.
13094
13095         * message.el (message-bury): Use `window-dedicated-p'.
13096
13097 2004-10-15  Simon Josefsson  <jas@extundo.com>
13098
13099         * pop3.el (top-level): Don't require nnheader.
13100         (pop3-read-timeout): Add.
13101         (pop3-accept-process-output): Add.
13102         (pop3-read-response, pop3-retr): Use it.
13103
13104 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13105
13106         * spam.el (spam-register-routine): Move comment.
13107         (spam-verify-bogofilter): Use 'unknown for the initial
13108         spam-bogofilter-valid state, not 'never.
13109
13110         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13111         for netrc-machine.
13112
13113         * nnimap.el (nnimap-open-connection): Use
13114         netrc-machine-user-or-password.
13115
13116 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13117
13118         * gnus-registry.el (gnus-registry-unload-hook):
13119         Set as a variable with add-hook.
13120
13121         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13122         of news-path.
13123
13124         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13125
13126         * spam.el: Delete duplicate `provide'.
13127         (spam-unload-hook): Set as a variable with add-hook.
13128
13129 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13130
13131         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13132         in the doc string.
13133
13134         * message.el (message-ignored-news-headers)
13135         (message-ignored-supersedes-headers)
13136         (message-ignored-resent-headers)
13137         (message-forward-ignored-headers): Improve custom type.
13138
13139 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13140
13141         * message.el (message-tokenize-header): Fix 2004-09-06 change
13142         which used point-min in the wrong place.
13143
13144 2004-10-12  Simon Josefsson  <jas@extundo.com>
13145
13146         * tls.el (tls-certtool-program): New variable.
13147         (tls-certificate-information): New function, based on
13148         ssl-certificate-information.
13149
13150 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13151
13152         * compface.el: Move the version of ELisp-based uncompface program
13153         to the contrib directory because of the copyright problem.
13154
13155 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13156
13157         * message.el (message-kill-buffer): Raise the current frame.
13158
13159 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13160
13161         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13162
13163         * gnus.el (message-y-or-n-p): Autoload.
13164
13165         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13166         (pop3-password-required, pop3-authentication-scheme)
13167         (pop3-leave-mail-on-server): Made customizable.
13168         (pop3): New custom group.
13169         (pop3-retr): Remove `sleep-for' statements.
13170         Suggested by Dave Love <fx@gnu.org>.
13171
13172         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13173         Windows/DOS.
13174
13175         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13176         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13177         Dave Love <fx@gnu.org>.
13178
13179         * mml.el (mml-minibuffer-read-disposition): Require match.
13180         Suggested by Dave Love <fx@gnu.org>.
13181
13182 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13183
13184         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13185         doc string.
13186
13187 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13188
13189         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13190
13191 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13192
13193         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13194         instead of calling `mm-insert-inline', to decode text/* parts
13195         before displaying them.
13196
13197 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13198
13199         * mm-uu.el (mm-uu-text-plain-type): New variable.
13200         (mm-uu-pgp-signed-extract-1): Use it.
13201         (mm-uu-pgp-encrypted-extract-1): Use it.
13202         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13203         bind mm-uu-text-plain-type with that value.
13204         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13205         mm-uu-dissect.
13206
13207 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13208
13209         * gnus-group.el (gnus-update-group-mark-positions):
13210         * gnus-sum.el (gnus-update-summary-mark-positions):
13211         * message.el (message-check-news-body-syntax):
13212         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13213         of string-as-multibyte.
13214
13215 2004-10-05  Juri Linkov  <juri@jurta.org>
13216
13217         * gnus-group.el (gnus-update-group-mark-positions):
13218         * gnus-sum.el (gnus-update-summary-mark-positions):
13219         * message.el (message-check-news-body-syntax):
13220         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13221         8-bit unibyte values to a multibyte string for search functions.
13222
13223 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13224
13225         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13226         (mm-uu-dissect-text-parts): New function.
13227
13228         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13229         dissect text parts.
13230
13231         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13232         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13233
13234         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13235
13236         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13237         gnus-current-topics instead of gnus-current-topic.
13238
13239 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13240
13241         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13242
13243 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13244
13245         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13246         where approriate.
13247
13248         * nnml.el (nnml-generate-active-info): do.
13249
13250         * nndiary.el (nndiary-generate-active-info): do.
13251
13252         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13253         (gnus-topic-move): do.
13254
13255         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13256         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13257
13258         * gnus-srvr.el (gnus-server-prepare)
13259         (gnus-server-open-all-servers): do.
13260
13261         * gnus-msg.el (gnus-summary-cancel-article)
13262         (gnus-summary-resend-message)
13263         (gnus-summary-mail-crosspost-complaint): do.
13264
13265         * gnus-move.el (gnus-change-server): do.
13266
13267         * gnus-group.el (gnus-group-unmark-all-groups)
13268         (gnus-group-set-current-level): do.
13269
13270 2004-10-04  Simon Josefsson  <jas@extundo.com>
13271
13272         * message.el (message-generate-hashcash): Doc fix.
13273
13274 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13275
13276         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13277         avoid infinite recursion via gnus-get-function.
13278
13279 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13280
13281         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13282
13283         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13284
13285         * nnmail.el (nnmail-split-history): do.
13286
13287         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13288         (nnml-request-delete-group): do.
13289
13290         * nnslashdot.el (nnslashdot-read-groups): do.
13291
13292         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13293         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13294
13295         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13296         (nnspool-sift-nov-with-sed): Use last.
13297         (nnspool-retrieve-headers-with-nov): Use mapc.
13298         (nnspool-request-newgroups): Use dolist.
13299         (nnspool-request-group): Use last.
13300
13301         * nntp.el (nntp-read-server-type): Use dolist.
13302
13303         * nnvirtual.el (nnvirtual-create-mapping)
13304         (nnvirtual-update-read-and-marked): Use dolist.
13305         (nnvirtual-convert-headers): Simplify.
13306
13307 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13308
13309         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13310         support for sync'ing tick marks.
13311
13312 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13313
13314         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13315         there's no visible header.
13316
13317 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13318
13319         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13320         necessary, pass full group name to gnus-request-set-marks.
13321
13322 2004-10-01  Simon Josefsson  <jas@extundo.com>
13323
13324         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13325         acroread.
13326
13327 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13328
13329         * spam-report.el (spam-report-gmane): Fix interactive.
13330
13331         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13332
13333         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13334         when writing file.
13335         (gnus-agent-synchronize-flags): Don't default to being
13336         interactive.
13337
13338 2004-09-30  Simon Josefsson  <jas@extundo.com>
13339
13340         * message.el (message-generate-hashcash): Add.
13341         (message-send-mail): Use it, call mail-add-payment.
13342
13343 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13344
13345         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13346
13347 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13348
13349         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13350         gnus-requst-update-info with explicit code to sync the in-memory
13351         info read flags with the marks being sync'd to the backend.
13352
13353         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13354
13355 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13356
13357         * spam.el (spam-verify-bogofilter): Add new function.
13358         (spam-check-bogofilter)
13359         (spam-bogofilter-register-with-bogofilter): Use it.
13360         (spam-verify-bogofilter): Add small fixes.
13361
13362 2004-09-28  Simon Josefsson  <jas@extundo.com>
13363
13364         * hashcash.el (hashcash-generate-payment): Revert.
13365
13366 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13367
13368         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13369         gnus-extract-references instead of gnus-split-references.
13370
13371         * gnus-util.el (gnus-extract-references): Add new function, analogous
13372         to gnus-split-references but extracts only the message-ID without
13373         anything extra.
13374
13375         * hashcash.el (hashcash-generate-payment)
13376         (hashcash-check-payment): Do the right thing if hashcash-path is
13377         nil (because the hashcash program could not be found).
13378
13379         * spam.el (spam-use-hashcash): Remove comment.
13380
13381 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13382
13383         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13384         (gnus-cache-enter-article, gnus-cache-remove-article)
13385         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13386
13387         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13388
13389         * gnus-art.el (article-hide-boring-headers)
13390         (article-translate-strings, article-display-face)
13391         (gnus-article-mime-match-handle-first)
13392         (gnus-article-highlight-headers)
13393         (gnus-article-add-buttons-to-head): do.
13394
13395 2004-09-27  Simon Josefsson  <jas@extundo.com>
13396
13397         * hashcash.el: New version, from
13398         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13399         ../contrib/.
13400
13401 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13402
13403         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13404
13405 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13406
13407         * gnus-dup.el (gnus-dup-open): Use mapc.
13408         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13409
13410         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13411         Reported by Stefan Wiens <s.wi@gmx.net>.
13412
13413         * gnus.el (gnus-shutdown): Use dolist.
13414
13415         * gnus-undo.el (gnus-undo): Use mapc.
13416
13417         * nnrss.el (nnrss-generate-active): do.
13418
13419         * message.el (message-cite-original-without-signature)
13420         (message-cite-original): Use mapc.
13421         (message-do-actions, message-make-forward-subject): Use dolist.
13422
13423 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13424
13425         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13426         deletion to remove entire duplicate line.  Fixes merged article
13427         number bug.
13428
13429 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13430
13431         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13432         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13433         first ask if you want to open a server and then, even when you
13434         responded with no, asking if you want to synchronize the server's
13435         flags.
13436         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13437         multi-line expressions.
13438         (gnus-agent-synchronize-group-flags): New internal function.
13439         Updates marks in memory (in the info structure) AND in the
13440         backend.
13441
13442         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13443
13444         * nnagent.el (nnagent-request-set-mark): Use
13445         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13446         method, to ensure that synchronization updates marks in the
13447         backend and in the info (in memory) structure.
13448
13449 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13450
13451         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13452         convention fully; don't miss the root article of a thread; make
13453         the X-Draft-From header with correct article numbers.
13454
13455 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13456
13457         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13458         unless plugged.  Disable the agent so that an open failure causes
13459         an error.
13460
13461         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13462         Reverted 2004-09-21 change.  The backend must be opened while
13463         synchronizing flags even when the backend stores the flags
13464         locally.
13465
13466 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13467
13468         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13469         in `header' match.  Reported by Svend Tollak Munkejord.
13470
13471         * message.el (message-cite-original): Fix use of
13472         `message-cite-articles-with-x-no-archive'.
13473
13474 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13475
13476         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13477         (gnus-window-to-buffer): Ditto.
13478
13479         * mml.el (mml-preview-buffer): New variable.
13480         (mml-preview): Manage window layout with gnus-buffer-configuration.
13481
13482         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13483         X-Draft-From header even if those articles aren't quoted.
13484
13485 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13486
13487         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13488         (gnus-request-set-mark, gnus-request-update-mark): Use new
13489         g-s-t-u-l-m to decide to use backend even when unplugged.
13490
13491 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13492
13493         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13494         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13495
13496 2004-09-20  Simon Josefsson  <jas@extundo.com>
13497
13498         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13499         "utf-16-le".
13500
13501 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13502
13503         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13504
13505 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13506
13507         * uudecode.el (uudecode-use-external): Add :version.
13508
13509         * smime.el (smime-CA-file, smime-encrypt-cipher)
13510         (smime-dns-server): Add :version.
13511
13512         * smiley.el (gnus-smiley-file-types): Add :version.
13513
13514         * sha1.el (sha1-use-external): Add :version.
13515
13516         * pgg-def.el (pgg-query-keyserver): Add :version.
13517
13518         * nnmail.el (nnmail-fancy-expiry-targets)
13519         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13520         Add :version.
13521
13522         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13523         (nnimap-retrieve-groups-asynchronous): Add :version.
13524         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13525
13526         * mml.el (mml-content-disposition-parameters)
13527         (mml-insert-mime-headers-always): Add :version.
13528
13529         * mm-util.el (mm-coding-system-priorities): Add :version.
13530
13531         * mm-decode.el (mm-inline-text-html-with-images)
13532         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13533         (mm-verify-option): Add :version.
13534         (mm-text-html-renderer): Change :version.
13535
13536         * message.el (message-fcc-externalize-attachments)
13537         (message-required-headers, message-draft-headers)
13538         (message-subject-trailing-was-query)
13539         (message-subject-trailing-was-ask-regexp)
13540         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13541         (message-mark-insert-end, message-archive-header)
13542         (message-archive-note, message-cross-post-default)
13543         (message-cross-post-note, message-followup-to-note)
13544         (message-cross-post-note-function, message-use-mail-followup-to)
13545         (message-subscribed-address-functions)
13546         (message-subscribed-address-file, message-subscribed-addresses)
13547         (message-subscribed-regexps, message-allow-no-recipients)
13548         (message-yank-cited-prefix, message-signature-insert-empty-line)
13549         (message-hidden-headers, message-hierarchical-addresses)
13550         (message-mail-user-agent, message-use-idna)
13551         (message-valid-fqdn-regexp)
13552         (message-strip-special-text-properties, message-header-synonyms)
13553         (message-beginning-of-line, message-tab-body-function): Add :version.
13554         (message-insert-canlock, message-wide-reply-confirm-recipients):
13555         Change :version.
13556
13557         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13558         and :version.
13559         (mail-source-delete-old-incoming-confirm)
13560         (mail-source-movemail-program): Add :version.
13561
13562         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13563         (gnus-agent-cache, gnus-agent): Change :version.
13564
13565         * gnus-util.el (gnus-use-byte-compile): Change :version.
13566
13567         * gnus-sum.el (gnus-summary-make-false-root-always)
13568         (gnus-summary-default-high-score)
13569         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13570         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13571         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13572         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13573         (gnus-sum-thread-tree-single-indent)
13574         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13575         (gnus-sum-thread-tree-leaf-with-other)
13576         (gnus-sum-thread-tree-single-leaf): Add :version.
13577         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13578         (gnus-article-loose-mime): Change :version.
13579
13580         * gnus-start.el (gnus-backup-startup-file)
13581         (gnus-save-startup-file-via-temp-buffer): Add :version.
13582
13583         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13584         (gnus-server-offline-face): Add :version.
13585
13586         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13587
13588         * gnus-msg.el (gnus-gcc-externalize-attachments)
13589         (gnus-debug-files, gnus-debug-exclude-variables)
13590         (gnus-discouraged-post-methods): Change :version.
13591         (gnus-confirm-mail-reply-to-news)
13592         (gnus-confirm-treat-mail-like-news): Add :version.
13593
13594         * gnus-int.el (gnus-server-unopen-status): Add :version.
13595
13596         * gnus-group.el (gnus-group-jump-to-group-prompt)
13597         (gnus-large-ephemeral-newsgroup)
13598         (gnus-fetch-old-ephemeral-headers): Add :version.
13599
13600         * gnus-fun.el (gnus-x-face-directory)
13601         (gnus-convert-pbm-to-x-face-command)
13602         (gnus-convert-image-to-x-face-command)
13603         (gnus-convert-image-to-face-command): Add :version.
13604
13605         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13606
13607         * gnus-cite.el (gnus-cite-blank-line-after-header)
13608         (gnus-article-boring-faces): Add :version.
13609
13610         * gnus-art.el (gnus-buttonized-mime-types)
13611         (gnus-inhibit-mime-unbuttonizing)
13612         (gnus-treat-display-face)
13613         (gnus-treat-body-boundary): Change :version.
13614         (gnus-body-boundary-delimiter, gnus-picon-databases)
13615         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13616         (gnus-treat-date-english, gnus-treat-fold-headers)
13617         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13618         (gnus-treat-mail-picon, gnus-treat-wash-html)
13619         (gnus-article-encrypt-protocol)
13620         (gnus-use-idna, gnus-article-over-scroll)
13621         (gnus-mime-display-multipart-alternative-as-mixed)
13622         (gnus-mime-display-multipart-related-as-mixed)
13623         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13624         (gnus-ctan-url, gnus-button-ctan-handler)
13625         (gnus-button-handle-ctan-bogus-regexp)
13626         (gnus-button-ctan-directory-regexp)
13627         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13628         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13629         (gnus-button-man-level, gnus-button-emacs-level)
13630         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13631
13632         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13633         (gnus-agent-go-online): Change :version.
13634         (gnus-agent-expire-unagentized-dirs)
13635         (gnus-agent-auto-agentize-methods): Add :version.
13636
13637         * flow-fill.el (fill-flowed-display-column)
13638         (fill-flowed-encode-column): Add :version.
13639
13640         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13641         (gnus-outlook-deuglify-unwrap-max)
13642         (gnus-outlook-deuglify-cite-marks)
13643         (gnus-outlook-deuglify-unwrap-stop-chars)
13644         (gnus-outlook-deuglify-no-wrap-chars)
13645         (gnus-outlook-deuglify-attrib-cut-regexp)
13646         (gnus-outlook-deuglify-attrib-verb-regexp)
13647         (gnus-outlook-deuglify-attrib-end-regexp)
13648         (gnus-outlook-display-hook): Add :version.
13649
13650         * binhex.el (binhex-use-external): Add :version.
13651
13652 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13653
13654         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13655         and `invisible'.
13656
13657 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13658
13659         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13660         in gnus-registry-trim.
13661
13662 2004-09-13  Simon Josefsson  <jas@extundo.com>
13663
13664         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13665
13666         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13667
13668         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13669         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13670         <yamaoka@jpl.org>.
13671         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13672         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13673         <yamaoka@jpl.org>.
13674
13675         * sieve.el (sieve-manage-mode): Ditto.
13676
13677 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13678
13679         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13680
13681 2004-09-11  Simon Josefsson  <jas@extundo.com>
13682
13683         * dns-mode.el: Add.
13684
13685         * mm-view.el (mm-display-dns-inline): Add.
13686
13687         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13688         (mm-automatic-display): Ditto.
13689
13690         * mailcap.el (mailcap-mime-data): Add text/dns.
13691         (mailcap-mime-extensions): Map .soa to text/dns.
13692
13693 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13694
13695         * gnus-art.el (article-decode-mime-words, article-babel)
13696         (gnus-article-highlight-signature, gnus-article-add-buttons)
13697         (gnus-signature-toggle): Remove unnecessary bindings of
13698         `inhibit-read-only' inherited from v5.10 merge.
13699
13700 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13701
13702         * nntp.el (nntp): New customization group.
13703         (nntp-authinfo-file): Add customization group.
13704
13705         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13706
13707         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13708
13709         * gnus.el (to-address, to-list, subscribed)
13710         (large-newsgroup-initial): Ditto.
13711
13712         * flow-fill.el (fill-flowed-display-column)
13713         (fill-flowed-encode-column): Ditto.
13714
13715 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13716
13717         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13718         Use point-min rather than 1.
13719         (message-send-mail): Use buffer-size rather than point-max.
13720
13721         * gnus-sum.el (gnus-summary-search-article-forward):
13722         Signal a specific `search-failed' rather than a generic `error'.
13723
13724         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13725         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13726         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13727
13728 2004-09-10  Simon Josefsson  <jas@extundo.com>
13729
13730         * nndb.el (require): Remove tcp and duplicate cl.
13731
13732 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13733
13734         * gnus-agent.el (directory-files-and-attributes): Move forward.
13735
13736 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13737
13738         * gnus-agent.el (directory-files-and-attributes): Optionally
13739         defined to support XEmacs.
13740
13741 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13742
13743         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13744         to avoid run-time CL dependencies.
13745         (gnus-agent-unfetch-articles): New function.
13746         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13747         article numbers even when local .overview file is missing.
13748         (gnus-agent-read-article-number): New function.  Only accepts
13749         27-bit article numbers.
13750         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13751         gnus-agent-read-article-number.
13752         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13753         from backend while recognizing that article numbers in .overview
13754         must be valid.
13755         (gnus-agent-update-files-total-fetched-for): Use
13756         directory-files-and-attributes to improve performance.
13757         * gnus-int.el (gnus-request-move-article): Use
13758         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13759         improve performance.
13760
13761         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13762         some users confused by references to .newsrc when they only have a
13763         .newsrc.eld file.
13764         (gnus-convert-mark-converter-prompt)
13765         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13766         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13767         New function.  Used internally to only display 'gnus converting
13768         files' message when actually necessary.
13769
13770         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13771         methods now autoloaded.
13772
13773 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13774
13775         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13776         identifiers.
13777
13778 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13779
13780         * gnus-picon.el: Fix indentation and closing parenthesis.
13781
13782 2004-09-01  Simon Josefsson  <jas@extundo.com>
13783
13784         * message.el (message-canlock-generate): Require sha1, not
13785         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13786         to require within a function.  Sadly, if sha1.el isn't loaded, the
13787         let binding in m-c-g will hide the defcustom definition, which is
13788         bad.)
13789
13790         * canlock.el: Require sha1, not sha1-el.
13791
13792         * message.el: Don't autoload sha1 (there is a autoload cookie in
13793         sha1.el).
13794
13795         * sha1-el.el: Renamed to sha1.el.
13796
13797 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13798
13799         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13800
13801 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13802
13803         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13804
13805 2004-08-30  Kim F. Storm  <storm@cua.dk>
13806
13807         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13808
13809         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13810         Add :group 'nnimap.
13811
13812 2004-08-30  Andreas Schwab  <schwab@suse.de>
13813
13814         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13815         ?* and ?\;.
13816
13817         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13818         and ?\' to symbol instead of whitespace.
13819
13820 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13821
13822         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13823
13824         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13825         instead of re-search-forward.
13826
13827         * gnus-uu.el (gnus-uu-save-article): Ditto.
13828         (gnus-uu-post-encode-uuencode): Ditto.
13829
13830         * html2text.el (html2text-clean-list-items): Ditto.
13831         (html2text-clean-dtdd): Ditto.
13832         (html2text-format-tags): Ditto.
13833
13834         * message.el (message-send-mail-with-sendmail): Fix regexp.
13835         (message-fill-field-general): Use search-forward instead of
13836         re-search-forward.
13837         (unbold-region): Ditto.
13838
13839         * nnrss.el (nnrss-request-article): Ditto.
13840
13841         * nnslashdot.el (nnslashdot-request-article): Ditto.
13842
13843         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13844
13845         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13846         "Unrecognized menu descriptor" error in XEmacs.
13847
13848 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13849
13850         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13851         parent article of a sparse article in the thread hashtb.
13852
13853 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13854
13855         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13856         (nnmail-expand-newtext): Lowercase expanded entries if
13857         nnmail-split-lowercase-expanded is non-nil.
13858
13859 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13860
13861         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13862
13863         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13864         of gnus-tmp-news-method into string under XEmacs.  It will be
13865         passed to gnus-correct-length which takes only a string argument.
13866
13867 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13868
13869         * gnus-util.el (gnus-bind-print-variables): New macro.
13870         (gnus-prin1): Use it.
13871         (gnus-prin1-to-string): Use it.
13872         (gnus-pp): New function.
13873         (gnus-pp-to-string): New function.
13874
13875         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13876         Replace pp-to-string with gnus-pp-to-string.
13877         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13878         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13879         * gnus-msg.el (gnus-debug): Ditto.
13880         * gnus-score.el (gnus-score-save): Ditto.
13881         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13882         gnus-pp-to-string.
13883         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13884         with gnus-pp.
13885         * score-mode.el (gnus-score-pretty-print): Ditto.
13886         * webmail.el (webmail-debug): Ditto.
13887
13888 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13889
13890         * gnus-art.el (article-display-face, article-display-x-face):
13891         Use buffer-read-only.
13892
13893 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13894
13895         * gnus-art.el (article-hide-list-identifiers):
13896         Bind inhibit-read-only as t.
13897
13898 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13899
13900         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13901
13902 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13903
13904         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13905         (gnus-narrow-to-page): Don't assume point-min == 1.
13906         (gnus-article-edit-mode): Derive from message-mode.
13907
13908         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13909         point-min == 1.
13910
13911         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13912         Disable incorrect use of `assert'.
13913
13914         * message.el (message-mode): Set comment-start-skip.
13915
13916
13917 2004-08-22  Sam Steingold  <sds@gnu.org>
13918
13919         * pop3.el (pop3-leave-mail-on-server): New user variable.
13920         (pop3-movemail): Delete mail only when it is nil.
13921
13922 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13923
13924         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13925
13926         * mml.el (mml-preview): Use `pop-to-buffer'.
13927
13928         * message.el (message-goto-mail-followup-to): Insert after "To".
13929         (message-carefully-insert-headers): Add comment.
13930
13931         * gnus.el: Remove unused variable `gnus-article-check-size'.
13932
13933         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13934
13935         * gnus-art.el (gnus-button-alist): Improve
13936         `gnus-button-handle-library' entry.
13937
13938 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13939
13940         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13941         downcase, since XEmacs capitalizes error messages differently.
13942
13943 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13944
13945         * nntp.el: Add (require 'gnus) due to reference to
13946         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13947
13948 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13949
13950         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13951         `mm-fill-flowed'.
13952
13953         * mm-decode.el (mm-dissect-singlepart): Check it.
13954
13955 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13956
13957         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13958         'imap' for netrc parsing.
13959
13960 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13961
13962         * mailcap.el (mailcap-mime-data): Mark as risky.
13963
13964 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13965
13966         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13967         may be included in the encoded word.
13968         (rfc2047-encode): Don't append a space if the encoded word
13969         includes close parenthesis.
13970
13971 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13972
13973         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13974         of text within parentheses.
13975
13976 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13977
13978         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13979         (gnus-encrypt-write-file-contents): Make the password key the file
13980         name PLUS the cipher, not just the cipher.  Also remove failed
13981         passwords from the cache.
13982
13983 2004-08-06  Simon Josefsson  <jas@extundo.com>
13984
13985         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13986         fix.
13987
13988 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13989
13990         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13991         LWSP.
13992
13993 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13994
13995         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13996         to append in-reply-to: data to the references: header.
13997
13998         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13999         (netrc-parse): Use gnus-encrypt.el functions.
14000
14001         * gnus-encrypt.el: Add new file for encryption support; currently
14002         does only a few GPG ciphers and an internal XOR cipher.
14003
14004         * password.el: Add comments on using password-read-and-add.
14005         (password-read-and-add): Add function to read and add the
14006         password to the cache at once.
14007
14008 2004-07-28  Simon Josefsson  <jas@extundo.com>
14009
14010         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14011         parameter (but don't use it, for now).
14012
14013         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14014         instead of hard coding to nil.
14015
14016 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14017
14018         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14019         as mm-inline-image-xemacs does.
14020
14021 2004-07-26  Simon Josefsson  <jas@extundo.com>
14022
14023         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14024         Revert part of 2004-07-17 change below.
14025
14026 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14027
14028         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14029         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14030
14031 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14032
14033         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14034         quotes that actually start with ">" at the beginning of the
14035         lines.
14036
14037 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14038
14039         * rfc2047.el (rfc2047-encode-region): Fix last change.
14040         (rfc2047-encode-parameter): Remove useless concat.
14041
14042 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14043
14044         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14045         encode special characters; fix some kind of misconfigured headers;
14046         signal a real error if debug-on-quit or debug-on-error is non-nil.
14047         (rfc2047-encode-max-chars): New variable.
14048         (rfc2047-encode-1): Use it.
14049         (rfc2047-encode-parameter): New function.
14050
14051         * mml.el (mml-insert-parameter): Remove an excessive space.
14052
14053 2004-07-17  Simon Josefsson  <jas@extundo.com>
14054
14055         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14056         Kai Grossjohann <kai@emptydomain.de>.
14057         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14058         (gnus-group-make-menu-bar): Ditto.
14059
14060         * gnus-util.el (gnus-group-server): Add.
14061
14062 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14063
14064         * message.el (message-clone-locals): Clone sendmail and smtp
14065         variables.
14066
14067 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14068
14069         * rfc2047.el (rfc2047-encode-region): Fix last change.
14070
14071 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14072
14073         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14074         characters as non-special.
14075
14076 2004-07-09  Simon Josefsson  <jas@extundo.com>
14077
14078         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14079         Users will lose all flag changes made while unplugged with
14080         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14081         good default.  See numerous reports on ding mailing list.
14082
14083 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14084
14085         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14086         add generate-head-function and generate-article-function to the
14087         rfc822-forward entry.
14088         (nndoc-rfc822-forward-generate-article): New function.
14089         (nndoc-rfc822-forward-generate-head): New function.
14090
14091         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14092
14093 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14094
14095         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14096         respect display group parameter and gnus-summary-expunge-below.
14097         (gnus-articles-to-read): Remove unused reference to display group
14098         parameter.
14099
14100 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14101
14102         * nnheader.el (nnheader-uniquify-message-id): New experimental
14103         variable.
14104         (nnheader-nov-read-message-id): Use it.
14105
14106         * spam-report.el (spam-report-gmane): Add interactive.
14107
14108 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14109
14110         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14111         qp-or-base64 for the application/* types.
14112
14113 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14114
14115         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14116
14117 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14118
14119         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14120         trim value.
14121
14122 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14123
14124         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14125         New macro and function.
14126         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14127
14128 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14129
14130         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14131         after-load-alist.
14132
14133 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14134
14135         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14136         update info that isn't there.
14137
14138 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14139
14140         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14141         entry.
14142
14143 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14144
14145         * mm-view.el (mm-inline-render-with-function): Use multibyte
14146         buffer; decode html source by charset.
14147
14148         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14149
14150         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14151         Mule-UCS is loaded under XEmacs.
14152         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14153
14154 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14155
14156         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14157
14158 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14159
14160         * mm-util.el (mm-coding-system-p): Return a coding-system.
14161         (mm-mime-mule-charset-alist): Use shift_jis instead of
14162         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14163         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14164         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14165         instead of japanese-shift-jis and iso-latin-1 respectively in
14166         order to share the default value with both Emacs and XEmacs-mule.
14167         (mm-mule-charset-to-mime-charset): Make
14168         mm-coding-system-priorities effective.
14169         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14170         while predicating of candidates upon the priorities.
14171
14172 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14173
14174         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14175         gnus-uu-invert-processable.
14176
14177         * gnus.el: Autoload gnus-uu-invert-processable.
14178
14179 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14180
14181         * mm-util.el (mm-with-multibyte-buffer): New macro.
14182
14183         * rfc2047.el (rfc2047-encode-string): Use it.
14184         (rfc2047-encode-region): Move point to the end of the region after
14185         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14186
14187 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14188
14189         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14190         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14191
14192 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14193
14194         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14195         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14196         Karl Chen <quarl@nospam.quarl.org>.
14197
14198 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14199
14200         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14201         invalid addresses.
14202
14203 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14204
14205         * spam.el: Change section markers, revise TODO list.
14206         (spam-backends): Make new master list of all installed backends.
14207         (spam-summary-exit-behavior): Add new variable to determine how
14208         messages moves are done at summary exit.
14209         (spam-move-spam-nonspam-groups-only)
14210         (spam-process-ham-in-nonham-groups)
14211         (spam-process-ham-in-spam-groups): Remove variables, the
14212         spam-summary-exit-behavior variable should be used to manage this
14213         behavior.
14214         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14215         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14216         and spam-old-spam-articles.
14217         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14218         Add empty variables, placeholders for the backends they represent.
14219         (spam-set-difference): Move, unchanged.
14220         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14221         unless the user has a processor variable.
14222         (spam-classifications, spam-classification-valid-p)
14223         (spam-backend-properties, spam-backend-property-valid-p)
14224         (spam-backend-function-type-valid-p)
14225         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14226         (spam-report-articles-gmane, spam-report-articles-resend):
14227         Remove functions, they are not needed.
14228         (spam-install-backend-super, spam-backend-list)
14229         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14230         (spam-backend-function, spam-backend-ham-registration-function)
14231         (spam-backend-spam-registration-function)
14232         (spam-backend-ham-unregistration-function)
14233         (spam-backend-spam-unregistration-function)
14234         (spam-backend-statistical-p, spam-backend-mover-p)
14235         (spam-install-backend-alias, spam-install-checkonly-backend)
14236         (spam-install-mover-backend, spam-install-nocheck-backend)
14237         (spam-install-backend, spam-install-statistical-backend)
14238         (spam-install-statistical-checkonly-backend): Add backend installation
14239         support.
14240         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14241         (spam-group-processor-p): Use the new backend code and respect the
14242         summary exit behavior.
14243         (spam-mark-spam-as-expired-and-move-routine): Remove.
14244         (spam-summary-prepare): Change to use the new spam-old-articles
14245         variable.
14246         (spam-copy-or-move-routine, spam-copy-spam-routine)
14247         (spam-move-spam-routine, spam-copy-ham-routine)
14248         (spam-move-ham-routine): Add code to copy/move ham or spam.
14249         (spam-fetch-field-fast): Improve doc and code, plus allow the
14250         'number request.
14251         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14252         variables.
14253         (spam-split, spam-find-spam): Use the new backend code.
14254         (spam-registration-functions): Remove variable.
14255         (spam-unregister-routine): Add convenience wrapper.
14256         (spam-log-undo-registration, spam-register-routine)
14257         (spam-log-processing-to-registry)
14258         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14259         where possible.
14260         (spam-check-gmane-xref, spam-check-regex-headers)
14261         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14262         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14263         (spam-check-bogofilter-headers, spam-check-spamoracle)
14264         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14265         (spam-check-crm114-headers): Use the spam-split-group that
14266         spam-split prepares, no need to determine it every time.
14267
14268         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14269         to the nnheader-parse-naked-head call.
14270
14271         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14272
14273         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14274         the nnheader-nov-read-message-id call.
14275
14276 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14277
14278         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14279         gnus-activate-group twice.  Suggested by Markus Peter
14280         <warp@spin.de>.
14281
14282 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14283
14284         * gnus-art.el (gnus-article-time-format): Exchange the order of
14285         day and month in the default value; fix customization type.
14286         (article-date-ut): Use add-text-properties.
14287         (article-make-date-line): Use message-make-date instead of
14288         current-time-string.
14289
14290         * message.el (message-fetch-field): Don't use set-text-properties.
14291         (message-make-date): Simplify.
14292
14293         * messagexmas.el (message-xmas-make-date): New function.
14294         (message-xmas-redefine): Defalias message-make-date to it.
14295
14296 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14297
14298         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14299         (rfc2047-encode-region): Treat text within parentheses as special;
14300         show the original text when error has occurred.
14301
14302         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14303         already-computed method to gnus-activate-group.
14304
14305         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14306         same select-methods identical Lisp objects.
14307
14308         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14309         object when modifying the info.
14310
14311 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14312
14313         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14314         gnus-opened-servers since it has never been opened with the new
14315         configuration yet.
14316
14317 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14318
14319         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14320         arg to nnheader-generate-fake-message-id.
14321
14322 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14323
14324         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14325         number and build a fake message ID localized to a group and
14326         article number (so it's repeatable from that point on).
14327         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14328         ID format.
14329
14330         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14331         nnheader-generate-fake-message-id with the article number.
14332
14333 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14334
14335         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14336         end-of-buffer.
14337
14338 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14339
14340         * message.el (message-ignored-supersedes-headers): Add Approved.
14341
14342 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14343
14344         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14345         goto-char.
14346         (rfc2047-encode): Fold the line before encoding.
14347
14348 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14349
14350         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14351         folding -- not all headers can be folded, and this should be done
14352         by the message composition mode.  Probably.  I think.
14353
14354 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14355
14356         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14357         fast.
14358
14359         * gnus-ems.el (gnus-remove-image): Don't use
14360         message-text-with-property; remove only the image found first.
14361
14362         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14363         found first.
14364
14365 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14366
14367         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14368
14369 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14370
14371         * message.el (message-text-with-property): Make it fast and accept
14372         optional arguments.
14373         (message-strip-forbidden-properties): Use it.
14374         (message-fix-before-sending): Follow the m-t-w-p change.
14375
14376         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14377
14378 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14379
14380         * gnus-art.el (article-hide-headers): Don't change the buffer
14381         mistakenly when performing mml-preview even if
14382         gnus-single-article-buffer is nil.
14383
14384 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14385
14386         * message.el (message-expand-name-databases): New user option.
14387         (message-expand-name): Use it.
14388
14389 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14390
14391         * spam.el (spam-report-articles-resend)
14392         (spam-report-resend-register-routine): Allow ham reporting.
14393         (spam-report-resend-register-ham-routine): Add wrapper.
14394         (spam-registration-functions): Add ham resending functions.
14395         (spam-list-of-processors): Add ham resend processor.
14396
14397         * gnus.el (ham-resend-to): Add new group parameter.
14398         (spam-process): Add ham resend option.
14399
14400         * spam-report.el (spam-report-resend): Allow reporting ham.
14401         (spam-report-resend-ham): Add wrapper.
14402
14403 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14404
14405         * message.el (message-cite-articles-with-x-no-archive): New
14406         variable.
14407         (message-cite-original): Use it.
14408
14409 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14410
14411         * message.el (message-cite-original): Respect X-No-Archive.
14412
14413 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14414
14415         * gnus-art.el (article-hide-headers): Refer to the values for
14416         gnus-ignored-headers and gnus-visible-headers in the summary
14417         buffer since a user may have set them as group parameters.
14418
14419 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14420
14421         * assistant.el (assistant-node-name): Add convenience function.
14422         (assistant-render-text, assistant-render-node): Add error handling,
14423         plus handle multiple next nodes.
14424         (assistant-find-next-node): Comment out for now.
14425         (assistant-find-next-nodes): Add function, returns list of next
14426         nodes.
14427
14428 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14429
14430         * mail-source.el (mail-source-directory): Fix doc-string.
14431
14432 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14433
14434         * assistant.el (assistant-render-text, assistant-eval): Add :set
14435         widget type, which is different because it takes and returns a
14436         list.  Much hilarity ensues.
14437
14438 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14439
14440         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14441
14442         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14443         doc-string.
14444
14445         * gnus-start.el (gnus-activate-group): Added doc-string.
14446
14447 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14448
14449         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14450
14451 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14452
14453         * assistant.el (assistant-render-text): Try to add a :set
14454         widget, more to come.
14455
14456         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14457         strings.
14458         (spam-report-articles-resend)
14459         (spam-register-routine): Do registration iff any articles warrant
14460         it.
14461         (spam-summary-prepare-exit): Change log message for nil group
14462         destinations.
14463
14464 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14465
14466         * spam.el (spam-report-resend-register-routine): Allow
14467         spam-report-resend-to to be a group parameter or a global value.
14468
14469 2004-05-26  Simon Josefsson  <jas@extundo.com>
14470
14471         * starttls.el: Merge with my GNUTLS based starttls.el.
14472         (starttls-gnutls-program, starttls-use-gnutls)
14473         (starttls-extra-arguments, starttls-process-connection-type)
14474         (starttls-connect, starttls-failure, starttls-success): New
14475         variables.
14476         (starttls-program, starttls-extra-args): Doc fix.
14477         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14478         functions.
14479         (starttls-negotiate, starttls-open-stream): Check
14480         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14481         function if it is set.
14482
14483 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14484
14485         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14486         structured fields.
14487
14488 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14489
14490         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14491
14492 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14493
14494         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14495         variable.
14496         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14497         assigning the spam-mark to new messages.
14498
14499 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14500
14501         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14502
14503 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14504
14505         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14506
14507         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14508         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14509         default.
14510
14511 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14512
14513         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14514         correct data.
14515
14516 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14517
14518         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14519         (spam-group-processor-p): Fix function.
14520         (spam-group-processor-multiple-p)
14521         (spam-group-spam-processor-report-gmane-p)
14522         (spam-group-spam-processor-report-resend-p)
14523         (spam-group-spam-processor-bogofilter-p)
14524         (spam-group-spam-processor-blacklist-p)
14525         (spam-group-spam-processor-ifile-p)
14526         (spam-group-ham-processor-ifile-p)
14527         (spam-group-spam-processor-spamoracle-p)
14528         (spam-group-spam-processor-crm114-p)
14529         (spam-group-ham-processor-bogofilter-p)
14530         (spam-group-spam-processor-stat-p)
14531         (spam-group-ham-processor-stat-p)
14532         (spam-group-ham-processor-whitelist-p)
14533         (spam-group-ham-processor-BBDB-p)
14534         (spam-group-ham-processor-spamoracle-p)
14535         (spam-group-ham-processor-copy-p): Remove functions with some
14536         prejudice against unneeded code.
14537         (spam-report-articles-resend)
14538         (spam-report-resend-register-routine): Allow the group/topic
14539         spam-resend-to value to override spam-report-resend-to.
14540         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14541         properly now.
14542
14543         * gnus.el (spam-resend-to): Add group/topic parameter.
14544         (spam-process): Move the OBSOLETE processors to the end of the
14545         choices.
14546
14547 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14548
14549         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14550         with resend-to set to nil, and then ask the user if necessary.
14551         (spam-report-resend): spam-report-resend takes a list of articles, not
14552         separate article numbers.
14553
14554 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14555
14556         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14557         addition to emacs-w3m.
14558
14559 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14560
14561         * assistant.el (assistant-authinfo-data): New function.
14562         (assistant-eval): Eval for entire assistant.
14563
14564         * netrc.el (netrc-services-file): New variable.
14565         (netrc-parse-services): New function.
14566         (netrc-find-service-name): New function.
14567         (netrc-find-service-number): New function.
14568         (netrc-port-equal): New function.
14569         (netrc-machine): Use it.
14570
14571         * nnimap.el (nnimap-open-connection): Use netrc.
14572
14573         * gnus-util.el (gnus-netrc-get): Remove aliases.
14574
14575         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14576
14577         * assistant.el (wid-edit): Fix compilation.
14578
14579         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14580
14581 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14582
14583         * gnus-util.el (gnus-set-file-modes): New function.  (small
14584         patch).
14585
14586 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14587
14588         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14589
14590         * assistant.el (assistant-render-node): Fix up rendering and
14591         read-only text.
14592         (assistant-render-node): Reset.
14593         (assistant-make-read-only): Not sticky.
14594
14595 2004-05-20  Danny Siu  <dsiu@adobe.com>
14596
14597         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14598         centered even when gnus-auto-center-summary is t.
14599
14600 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14601
14602         * dns.el (dns-get-txt-answer): New function.
14603         (dns-read-txt): Ditto.
14604         (query-dns): Use it.
14605
14606 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14607
14608         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14609         active for foreign groups even if the group level is higher than
14610         the specified value.
14611
14612 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14613
14614         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14615         non-active groups.
14616
14617         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14618
14619 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14620
14621         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14622
14623 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14624
14625         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14626         (spam-crm114-header, spam-crm114-spam-switch)
14627         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14628         (spam-crm114-positive-spam-header)
14629         (spam-crm114-database-directory, spam-list-of-processors)
14630         (spam-group-spam-processor-crm114-p)
14631         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14632         (spam-generic-score, spam-list-of-checks)
14633         (spam-list-of-statistical-checks, spam-registration-functions)
14634         (spam-check-crm114-headers, spam-crm114-score)
14635         (spam-check-crm114, spam-crm114-register-with-crm114)
14636         (spam-crm114-register-spam-routine)
14637         (spam-crm114-unregister-spam-routine)
14638         (spam-crm114-register-ham-routine)
14639         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14640         asjo@koldfront.dk (Adam Sjøgren).
14641
14642         * gnus.el: Add spam-use-crm114.
14643
14644         * spam.el (spam-list-of-processors, spam-registration-functions):
14645         Add spam-use-resend.
14646         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14647         (spam-report-articles-gmane): Add doc fix.
14648         (spam-report-articles-resend, spam-report-resend-register-routine):
14649         Add wrappers around spam-report-resend-to.
14650
14651         * spam-report.el (spam-report-resend-to, spam-report-resend):
14652         Add support for resending spam.
14653         (spam-report-gmane): Fix line length >80.
14654
14655         * gnus.el (spam-process): Add spam-use-resend.
14656
14657 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14658
14659         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14660         number of processed spam messages.
14661         (spam-ham-copy-or-move-routine): Return the number of processed
14662         ham messages.
14663         (spam-summary-prepare-exit): Use the above values to decide
14664         whether status messages shouled be displayed.
14665
14666 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14667
14668         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14669         `rfc2047-encoding-function-alist' in order to avoid conflicting
14670         with the old version.
14671         (rfc2047-encode-region): Concatenate words containing non-ASCII
14672         characters in structured fields; don't encode space-delimited
14673         ASCII words even in unstructured fields; don't break words at
14674         char-category boundaries.
14675         (rfc2047-encode-1): New function.
14676         (rfc2047-encode): Use it; encode text so that it occupies the
14677         maximum width within 76-column; work correctly on Q encoding for
14678         iso-2022-* charsets.
14679         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14680         sure not to break a line just after the header name.
14681         (rfc2047-b-encode-region): Removed.
14682         (rfc2047-b-encode-string): New function.
14683         (rfc2047-q-encode-region): Removed.
14684         (rfc2047-q-encode-string): New function.
14685
14686         * mm-util.el (mm-replace-in-string): New function.
14687
14688 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14689
14690         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14691         get it right.
14692         (gnus-inews-make-draft): Really.
14693
14694 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14695
14696         * nnmh.el (nnmh-request-list-1): Don't check the link count
14697         before descending.  (small patch)
14698
14699 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14700
14701         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14702         stuff.
14703
14704         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14705         on real group name.
14706
14707         * gnus-art.el (gnus-signature-limit): Doc fix.
14708
14709         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14710
14711         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14712
14713 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14714
14715         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14716         isn't a string.
14717
14718 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14719
14720         * gnus-draft.el (gnus-draft-send): Bind
14721         rfc2047-encode-encoded-words.
14722
14723         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14724         (rfc2047-encodable-p): Say that =? needs encoding.
14725         (rfc2047-encode-encoded-words): New variable.
14726
14727         * gnus-group.el (gnus-group-select-group): Doc fix.
14728
14729         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14730
14731         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14732         to nil.
14733
14734         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14735
14736         * nnheader.el (nnheader-get-lines-and-char): New function.
14737
14738 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14739
14740         * gnus-msg.el (gnus-summary-followup-with-original): Document
14741         yanking of region when active.
14742
14743 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14744
14745         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14746         groups if the group level is higher than the specified value.
14747
14748 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14749
14750         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14751         (gnus-group-jump-to-group): Added prefix argument using
14752         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14753         non-active group.
14754
14755         * compface.el (uncompface): Be verbose when changing
14756         `uncompface-use-external'.
14757
14758         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14759         handle manual section.
14760
14761 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14762
14763         * gnus-art.el (gnus-button-alist): Revert previous change.
14764
14765 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14766
14767         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14768
14769 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14770
14771         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14772         whether backend can accept message.
14773
14774         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14775
14776 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14777
14778         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14779         Avoid creating directory when nntp-marks-is-evil is true.
14780         Reported by Reiner Steib.
14781
14782 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14783
14784         * gnus-picon.el (gnus-picon-style): New variable.
14785         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14786         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14787         Jesper Harder <harder@ifa.au.dk>.
14788
14789 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14790
14791         * message.el (message-fill-field): Return point.
14792         (message-generate-headers): Go to end of field.
14793
14794         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14795         stuff for non-living groups.
14796
14797 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14798
14799         * gnus-art.el (gnus-article-followup-with-original)
14800         (gnus-article-reply-with-original): gnus-mark-active-p ->
14801         gnus-region-active-p.
14802
14803 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14804
14805         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14806         only when there is spam or ham to be processed.
14807
14808 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14809
14810         * mail-source.el (mail-source-delete-crash-box): Refactor.
14811         (mail-source-fetch): Use it.
14812         (mail-source-fetch-file): Ditto.
14813         (mail-source-fetch-directory): Run postscript in loop.
14814         (mail-source-fetch-pop): Delete.
14815         (mail-source-fetch-maildir): Ditto.
14816         (mail-source-fetch-imap): Ditto.
14817
14818         * imap.el (imap-authenticators): Comment out sasl.
14819
14820         * message.el (message-skip-to-next-address): New function.
14821         (message-fill-header-address): Refactor.
14822         (message-fill-address): Use it.
14823         (message-delete-address): Use it.
14824         (message-fill-header-general): Refactor.
14825         (message-fill-field-address): Rename.
14826         (message-narrow-to-field): Find the start of the header.
14827         (message-header-format-alist): Don't pre-fill.
14828         (message-fill-header): Removed.
14829         (message-insert-header): New function.
14830         (message-shorten-references): Use it.
14831
14832         * rfc2047.el (rfc2047-field-value): Strip props.
14833
14834         * mail-parse.el (mail-header-make-address): New alias.
14835
14836         * ietf-drums.el (ietf-drums-make-address): New function.
14837
14838         * imap.el: Add compiler directives.
14839
14840         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14841
14842         * gnus-art.el (article-decode-idna-rhs): Don't use
14843         message-idna-inside-rhs-p.
14844
14845 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14846
14847         * message.el (message-idna-inside-rhs-p): Removed.
14848         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14849
14850         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14851         false positives.
14852
14853 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14854
14855         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14856
14857 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14858
14859         * nneething.el (nneething-file-name): Don't create spurious
14860         files.
14861
14862         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14863         (gnus-inews-do-gcc): Remove sleep.
14864
14865         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14866         part under point.
14867
14868         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14869         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14870
14871 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14872
14873         * spam.el (spam-summary-prepare-exit): Fixed (length).
14874
14875 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14876
14877         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14878         as expired without moving it" message when there are spam
14879         messages left.
14880
14881 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14882
14883         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14884         header is not nil.
14885
14886 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14887
14888         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14889         nntp-possibly-create-directory, not nntp-possibly-change-group.
14890         (nntp-marks-changed-p): New arg SERVER.
14891         (nntp-request-update-info): Adjust caller.
14892
14893 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14894
14895         * nntp.el (nntp-save-marks): Pass missing arg.
14896
14897 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14898
14899         * nntp.el: Support marks.
14900         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14901         (nntp-marks-modtime, nntp-marks-directory): New variables.
14902         (nntp-request-set-mark, nntp-request-update-info)
14903         (nntp-possibly-create-directory, nntp-marks-changed-p)
14904         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14905         functions.
14906
14907 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14908
14909         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14910         (gnus-xmas-redefine): Rename.
14911
14912         * gnus-score.el (gnus-score-insert-help): Use
14913         gnus-select-lowest-window.
14914
14915         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14916         appt-select-lowest-window and rename to gnus-select-lowest-window.
14917
14918         * gnus.el: do.
14919
14920 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14921
14922         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14923         encodings of MIME-encoded words, in order to improve
14924         interoperability with several broken MUAs.
14925
14926 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14927
14928         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14929         tags, only when charsets are not specified in headers.
14930         (mm-inline-text-html-render-with-w3m): Ditto.
14931
14932         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14933         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14934
14935 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14936
14937         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14938         instead of MIME-decoded from fields when checking
14939         `gnus-article-address-banner-alist'.
14940
14941 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14942
14943         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14944         description rather than subject.
14945
14946 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14947
14948         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14949
14950 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14951
14952         * gnus.el (gnus-version-number): Bump.
14953
14954 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14955
14956         * gnus.el: No Gnus v0.2 is released.
14957
14958 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14959
14960         * gnus-agent.el (gnus-agent-read-agentview): Inline
14961         gnus-uncompress-range.
14962
14963 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14964
14965         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14966         `exec-installed-p'.
14967
14968 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14969
14970         * gnus.el (spam-process, spam-autodetect-methods): Add
14971         bsfilter and bsfilter-headers.
14972
14973         * spam.el (spam-bsfilter): New customize group.
14974         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14975         (spam-bsfilter-header, spam-bsfilter-probability-header)
14976         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14977         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14978         (spam-bsfilter-database-directory): New options.
14979         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14980         (spam-list-of-statistical-checks, spam-registration-functions):
14981         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14982         (spam-bsfilter-score): New command.
14983         (spam-check-bsfilter-headers, spam-check-bsfilter)
14984         (spam-bsfilter-register-with-bsfilter)
14985         (spam-bsfilter-register-spam-routine)
14986         (spam-bsfilter-unregister-spam-routine)
14987         (spam-bsfilter-register-ham-routine)
14988         (spam-bsfilter-unregister-ham-routine): New functions.
14989         (spam-generic-score): Support bsfilter; Accept an optional argument
14990         to recalcurate spam score even if scoring header has already been
14991         added.
14992         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14993         optional argument to recalcurate spam score even if scoring header
14994         has already been added.
14995
14996 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14997
14998         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14999         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15000         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15001         link is missing.
15002
15003 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15004
15005         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15006         (html2text-get-attr): Rewrite.
15007
15008         * message.el (message-setup-1): Remove redundant put-text-property
15009         on mail-header-separator.
15010
15011 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15012
15013         * gnus-registry.el (gnus-registry-cache-whitespace)
15014         (gnus-registry-action, gnus-registry-spool-action)
15015         (gnus-registry-split-fancy-with-parent): Change message levels
15016         from 5 to 3 or 7, as needed.
15017
15018         * spam.el (spam-summary-prepare-exit)
15019         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15020         (spam-split, spam-find-spam, spam-log-undo-registration)
15021         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15022         level from 5 to 6.
15023
15024 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15027         2004-03-04 change).
15028
15029 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15030
15031         * sieve-manage.el (sieve-manage-open):
15032         * nnweb.el (nnweb-insert-html):
15033         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15034         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15035         * nnspool.el (nnspool-request-group):
15036         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15037         * nnml.el (nnml-request-update-info):
15038         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15039         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15040         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15041         (nnimap-request-set-mark):
15042         * nnfolder.el (nnfolder-request-update-info):
15043         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15044         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15045         * gnus-uu.el (gnus-uu-find-articles-matching):
15046         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15047         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15048         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15049         * gnus-nocem.el (gnus-nocem-scan-groups):
15050         * gnus-int.el (gnus-start-news-server):
15051         * gnus-group.el (gnus-group-make-kiboze-group)
15052         (gnus-group-browse-foreign-server):
15053         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15054         Use mapc when appropriate.
15055
15056 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15057
15058         FIXME: Make separate entries for each person.
15059
15060         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15061         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15062         <shields@msrl.com>:
15063
15064         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15065         may need for spam sorting and scoring.
15066         (spam-user-format-function-S): Add user format function suitable for
15067         general use.
15068         (spam-article-sort-by-spam-status): Add sorting function for summary
15069         sorting.
15070         (spam-extra-header-to-number): Add function to get a score from a
15071         header.
15072         (spam-summary-score): Add function to get a numeric score from the
15073         headers.
15074         (spam-generic-score): Fix function doc, was in wrong place.
15075         (spam-initialize): Take symbols when it's run, and install the
15076         extra headers that spam-necessary-extra-headers thinks we need.
15077
15078 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15079
15080         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15081         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15082
15083 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15084
15085         * gnus-sum.el (gnus-set-global-variables)
15086         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15087         (gnus-article-get-xrefs, gnus-summary-best-group)
15088         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15089         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15090         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15091         Use with-current-buffer.
15092
15093 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15094
15095         * spam.el (spam-summary-prepare-exit): Simplify logic.
15096         (spam-fetch-article-header): Read the article header if it's not
15097         available.
15098         (spam-list-articles): Simplify logic.
15099         (spam-filelist-register-routine): Fix bug with unregister-list.
15100
15101         * gnus-registry.el: Fix comments at beginning.
15102
15103 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15104
15105         * message.el (message-cater-to-broken-inn): Remove.
15106         (message-shorten-references): Make sure the total folded length of
15107         References is shorter than 998 characters to cater to a bug in INN
15108         2.3.  Also, don't pretend that references aren't folded -- this
15109         hasn't worked for a while.
15110
15111 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15112
15113         * gnus-agent.el (gnus-agentize):
15114         gnus-agent-send-mail-real-function no longer set to current value
15115         of message-send-mail-function but rather a lambda that calls
15116         message-send-mail-function.  The change makes the agent real-time
15117         responsive to user changes to message-send-mail-function.
15118
15119 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15120
15121         * legacy-gnus-agent.el
15122         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15123         help from Florian Weimer <fw@deneb.enyo.de>
15124
15125 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15126
15127         * nnmail.el (nnmail-cache-insert): Revert last change.
15128
15129 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15130
15131         * nnmail.el (nnmail-cache-insert): Always check whether
15132         nnmail-cache-ignore-groups matches a group name.
15133
15134 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15135
15136         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15137         (spam-find-spam, spam-log-processing-to-registry)
15138         (spam-log-registered-p, spam-log-unregistration-needed-p)
15139         (spam-log-undo-registration): Use gnus-message instead of
15140         gnus-error, none of these errors are fatal.
15141
15142         * gnus-registry.el (gnus-registry-clean-empty-function)
15143         (gnus-registry-clean-empty): Remove only empty entries without
15144         extra data.
15145
15146 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15147
15148         * spam-stat.el (spam-stat-buffer-change-to-spam)
15149         (spam-stat-buffer-change-to-non-spam): Change (error) to
15150         (gnus-message 8) invocation.
15151
15152 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15153
15154         * nntp.el (nntp-via-netcat-command): New variable.
15155         (nntp-via-netcat-switches): New variable.
15156         (nntp-open-via-rlogin-and-netcat): New function.
15157         (nntp-open-connection-function): Doc fix.
15158         (nntp-telnet-command): Doc fix.
15159         (nntp-end-of-line): Doc fix.
15160         (nntp-via-rlogin-command): Doc fix.
15161         (nntp-via-user-name): Doc fix.
15162         (nntp-via-address): Doc fix.
15163
15164 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15165
15166         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15167         error in Emacs 21.1.
15168
15169 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15170
15171         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15172
15173 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15174
15175         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15176         (gnus-agent-with-refreshed-group): New macro.
15177         (gnus-agent-rename-group): New function.
15178         (gnus-agent-delete-group): New function.
15179         (gnus-agent-save-group-info): Use gnus-command-method when
15180         `method' parameter is nil.  Don't write nil entries into the
15181         active file.
15182         (gnus-agent-get-group-info): New function.
15183         (gnus-agent-fetch-articles): Use
15184         gnus-agent-update-files-total-fetched-for to increment disk space
15185         used.
15186         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15187         gnus-agent-update-view-total-fetched-for to increment disk space
15188         used.
15189         (gnus-agent-get-local): Added optional parameters to avoid calling
15190         gnus-group-real-name and gnus-find-method-for-group.
15191         (gnus-agent-set-local): Delete stored entry if either min, or max,
15192         are nil.
15193         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15194         quit, use gnus-agent-regenerate-group to record existance of any
15195         articles fetched to disk before the quit occurred.
15196         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15197         gnus-agent-update-view-total-fetched-for, and
15198         gnus-agent-update-files-total-fetched-for to decrement disk space
15199         used.
15200         (gnus-agent-retrieve-headers): Use
15201         gnus-agent-update-view-total-fetched-for to increment disk space
15202         used.
15203         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15204         with gnus-agent-update-files-total-fetched-for to decrement disk
15205         space and fresh group buffer.
15206         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15207         (gnus-agent-need-update-total-fetched-for): New variable.
15208         (gnus-agent-update-files-total-fetched-for): New function.
15209         (gnus-agent-update-view-total-fetched-for): New function.
15210         (gnus-agent-total-fetched-for): New function.
15211
15212         * gnus-cache.el (gnus-cache-save-buffers): Use
15213         gnus-cache-update-overview-total-fetched-for to change disk space
15214         used by this group.
15215         (gnus-cache-possibly-enter-article): Use
15216         gnus-cache-update-file-total-fetched-for to increment disk space
15217         used by this group.
15218         (gnus-cache-possibly-remove-article): Use
15219         gnus-cache-update-file-total-fetched-for to decrement disk space
15220         used by this group.
15221         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15222         (gnus-cache-rename-group): New function.
15223         (gnus-cache-delete-group): New function.
15224         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15225         (gnus-cache-need-update-total-fetched-for): New variable.
15226         (gnus-cache-with-refreshed-group): New macro.
15227         (gnus-cache-update-file-total-fetched-for): New function.
15228         (gnus-cache-update-overview-total-fetched-for): New function.
15229         (gnus-cache-rename-group-total-fetched-for): New function.
15230         (gnus-cache-delete-group-total-fetched-for): New function.
15231         (gnus-cache-total-fetched-for): New function.
15232
15233         * gnus-group.el: Require gnus-sum and autoload functions to
15234         resolve warnings when gnus-group.el compiled alone.
15235         (gnus-group-line-format): Documented new %F.
15236         (size of Fetched data) group line format; identifies disk space
15237         used by agent and cache.
15238         (gnus-group-line-format-alist): Defined new F format.
15239         (gnus-total-fetched-for): New function.
15240         (gnus-group-delete-group): No longer update
15241         gnus-cache-active-altered as gnus-request-delete-group now keeps
15242         the cache in sync.
15243         (gnus-group-list-active): Let the agent store a server's active
15244         list if currently plugged.
15245
15246         * gnus-int.el (gnus-request-delete-group):
15247         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15248         local disk in sync with the server.
15249         (gnus-request-rename-group):
15250         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15251         local disk in sync with the server.
15252
15253         * gnus-start.el (gnus-get-unread-articles):
15254         Cosmetic simplification to logic.
15255
15256         * gnus-util.el (gnus-rename-file): New function.
15257
15258 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15259
15260         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15261
15262 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15263
15264         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15265         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15266
15267 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15268
15269         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15270         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15271
15272 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15273
15274         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15275
15276 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15277
15278         * spam.el (spam-set-difference): Add function to replace
15279         gnus-set-difference in spam.el.
15280         (spam-summary-prepare-exit): Use spam-set-difference.
15281
15282 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15283
15284         * gnus-registry.el (gnus-registry-cache-file): Update to use
15285         gnus-dribble-directory OR gnus-home-directory OR ~.
15286         (gnus-registry-split-fancy-with-parent): Fix doc.
15287
15288 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15289
15290         * message.el (message-exchange-point-and-mark): Use
15291         message-mark-active-p.  Suggested by Jesper Harder
15292         <harder@ifa.au.dk>.
15293
15294 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15295
15296         * message.el (message-exchange-point-and-mark): Don't activate
15297         region if it was inactive.  Suggested by Hiroshi Fujishima
15298         <pooh@nature.tsukuba.ac.jp>.
15299
15300 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15301
15302         * gnus-art.el (article-display-face): Display Faces in the same
15303         order as X-Faces.
15304
15305 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15306
15307         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15308
15309 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15310
15311         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15312         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15313         (gnus-article-mime-hierarchy): Remove.
15314         (gnus-article-mime-hierarchy-next): Remove.
15315         (gnus-article-mode): Revert 2004-03-19 change.
15316         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15317         (gnus-insert-mime-button): Revert 2004-03-19 change.
15318         (gnus-mime-accumulate-hierarchy): Remove.
15319         (gnus-mime-enter-multipart): Remove.
15320         (gnus-mime-leave-multipart): Remove.
15321         (gnus-mime-display-part): Revert 2004-03-19 change.
15322         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15323
15324         * mml.el (mml-preview): Revert 2004-03-19 change.
15325
15326 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15327
15328         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15329
15330 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15331
15332         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15333         t while entering a file name using the mm-with-multibyte macro.
15334         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15335
15336         * mm-util.el (mm-with-multibyte): New macro.
15337
15338 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15339
15340         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15341         user option.
15342         (gnus-mime-multipart-functions): Doc and customization fix.
15343         (gnus-article-mime-hierarchy): New variable.
15344         (gnus-article-mime-hierarchy-next): New variable.
15345         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15346         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15347         gnus-article-mime-hierarchy-next to nil.
15348         (gnus-insert-mime-button): Show hierarchy numbers.
15349         (gnus-mime-accumulate-hierarchy): New function.
15350         (gnus-mime-enter-multipart): New function.
15351         (gnus-mime-leave-multipart): New function.
15352         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15353         (gnus-mime-display-alternative): Show hierarchy numbers.
15354
15355         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15356         gnus-article-mime-hierarchy-next to nil.
15357
15358 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15359
15360         * dns.el: Don't require gnus-xmas.
15361
15362 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15363
15364         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15365         inline PGP.
15366         (mml-menu): Disable mml-quote-region if mark is inactive.
15367
15368 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15369
15370         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15371         when the group's active is not available.
15372
15373 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15374
15375         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15376         error.
15377
15378 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15379
15380         * imap.el (imap-store-password): New variable.
15381         (imap-interactive-login): Use it.
15382         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15383
15384 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15385
15386         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15387         window-start and hscroll to summary window.
15388
15389 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15390
15391         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15392         conversion message to newsrc-dribble when an actual conversion is
15393         performed.
15394
15395 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15396
15397         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15398
15399 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15400
15401         * mm-decode.el (mm-complicated-handles): New function reviving
15402         former definition of mm-multiple-handles.
15403
15404         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15405         (gnus-mime-delete-part): Use it.
15406
15407 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15408
15409         * gnus-agent.el (gnus-agent-read-local): Bind
15410         nnheader-file-coding-system to gnus-agent-file-coding-system to
15411         avoid the implicit assumption that they will always be equal.
15412         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15413         coding-system-for-write, as the with-temp-file macro first prints
15414         to a buffer then saves the buffer.
15415
15416 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15417
15418         * gnus-art.el (gnus-article-edit-part): New function.
15419         (gnus-mime-save-part-and-strip): Use it; do query instead of
15420         signaling an error; don't use mm-multiple-handles.
15421         (gnus-mime-delete-part): Ditto.
15422
15423 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15424
15425         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15426         old file versions.
15427         (gnus-group-prepare-hook): Removed function that converted list
15428         form of gnus-agent-expire-days to group properties.
15429
15430         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15431         (gnus-request-accept-article): Re-indented.
15432
15433         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15434         converters to handle old agent file formats.  Added logic for a
15435         "backup before upgrading warning".
15436         (gnus-convert-mark-converter-prompt): Developers can mark
15437         functions as needing (default), or not needing,
15438         gnus-convert-old-newsrc's "backup before upgrading warning".
15439         (gnus-convert-converter-needs-prompt): Tests whether the user
15440         should be protected from potentially irreversable changes by the
15441         function.
15442
15443         * legacy-gnus-agent.el: New.  Provides converters that are only
15444         loaded when gnus-convert-old-newsrc needs to call them.
15445
15446 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15447
15448         * mail-source.el (mail-source-touch-pop): Doc fix.
15449
15450         * message.el (message-smtpmail-send-it): Doc fix.
15451
15452 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15453
15454         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15455
15456         * nnmail.el (nnmail-split-fancy): do.
15457
15458         * gnus-kill.el (gnus-kill, gnus-execute): do.
15459
15460 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15461
15462         * gnus-sum.el (gnus-widget-reversible-match)
15463         (gnus-widget-reversible-to-internal)
15464         (gnus-widget-reversible-to-external): New functions.
15465         (gnus-widget-reversible): New widget.
15466         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15467
15468 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15469
15470         * gnus-sum.el (gnus-thread-sort-functions)
15471         (gnus-article-sort-functions): Document `(not F)' items.
15472
15473 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15474
15475         * spam.el (spam-use-gmane-xref): Add new backend.
15476         (spam-gmane-xref-spam-group): Add variable to control the name of the
15477         Gmane spam group.
15478         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15479         (spam-regex-headers-spam, spam-regex-headers-ham)
15480         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15481         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15482         backends and checks.
15483         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15484
15485         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15486         an autodetect method.
15487
15488 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15489
15490         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15491         articles are being added to a group.
15492         (gnus-request-replace-article): Inform the agent that articles
15493         need to be uncached as the cached contents are no longer valid.
15494
15495 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15496
15497         * binhex.el: Don't autoload executable-find.
15498
15499         * canlock.el: Don't autoload mail-fetch-field.
15500
15501         * dgnushack.el: Autoload c-mode for XEmacs.
15502
15503         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15504
15505         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15506         rmail-dont-reply-to and rmail-output.
15507
15508         * gnus-score.el: Don't autoload ffap-string-at-point.
15509
15510         * gnus-setup.el: Don't autoload sc-cite-original.
15511
15512         * imap.el: Don't autoload base64-decode-string,
15513         base64-encode-string and md5.
15514
15515         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15516         and rmail-msg-restore-non-pruned-header.
15517
15518         * mm-decode.el: Don't autoload executable-find.
15519
15520         * mm-url.el: Don't autoload executable-find.
15521
15522         * mm-view.el: Don't autoload diff-mode.
15523
15524         * nndb.el: Don't autoload news-reply-mode, news-setup,
15525         cancel-timer and telnet.
15526
15527         * password.el: Don't autoload run-at-time for Emacs.
15528
15529         * sha1-el.el: Don't autoload executable-find.
15530
15531         * sieve-mode.el: Don't autoload c-mode.
15532
15533         * uudecode.el: Don't autoload executable-find.
15534
15535 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15536
15537         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15538         (gnus-agent-possibly-alter-active): Avoid null in numeric
15539         comparison.
15540         (gnus-agent-set-local): Refuse to save null in local object table.
15541         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15542         list of articles that will be marked as unread.
15543
15544 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15545
15546         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15547
15548 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15549
15550         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15551         language tags.
15552
15553 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15554
15555         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15556         Don't bind "obarray".
15557
15558         * gnus-sum.el (gnus-thread-sort-functions): Added
15559         `gnus-thread-sort-by-most-recent-number' and
15560         `gnus-thread-sort-by-most-recent-date'.
15561         Reported by Kai Grossjohann <kai@emptydomain.de>.
15562
15563 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15564
15565         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15566
15567 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15568
15569         * gnus-cus.el (gnus-agent-customize-category): Removed
15570         ignore-errors macro reference that required cl to be loaded at
15571         run-time.
15572
15573         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15574         single-interval range of the form (min . max).  Previously the
15575         range had to look like ((min . max)).  Likewise, return
15576         (min . max) rather than ((min . max)).
15577         (gnus-range-map): Use gnus-range-normalize to accept
15578         single-interval range.
15579
15580         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15581         the cache, but not the agent, now appear with their usual face.
15582
15583         * dgnushack.el (loaddir): New variable that is bound to the
15584         directory containing the dgnushack.el file. Use loaddir, rather
15585         than srcdir, to update load-path. Change lets dgnushack compile
15586         code in directories other than GNUS/lisp.
15587
15588 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15589
15590         * lpath.el: Don't bind w3m-safe-url-regexp.
15591
15592         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15593         w3m-safe-url-regexp variable buffer-local.
15594
15595         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15596
15597 2004-02-27  Simon Josefsson  <jas@extundo.com>
15598
15599         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15600         gnus-group-real-prefix.
15601         (gnus-summary-move-article): Use it, instead of
15602         gnus-group-real-prefix.
15603
15604 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15605
15606         * lpath.el: Bind w3m-safe-url-regexp.
15607
15608         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15609         w3m-safe-url-regexp variable buffer-local and set it as the value
15610         of mm-w3m-safe-url-regexp.
15611
15612         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15613
15614         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15615         parsing gnus-posting-styles when the message is not for replying.
15616
15617         * dgnushack.el: Autoload sgml-mode for XEmacs.
15618
15619         * nnrss.el (nnrss-opml-export): Use
15620         mm-set-buffer-file-coding-system instead of
15621         set-buffer-file-coding-system.
15622
15623 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15624
15625         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15626         of checkdoc.el).
15627         * nnrss.el: do.
15628         * gnus-mlspl.el: do.
15629         * gnus-ml.el: do.
15630         * gnus-srvr.el: do.
15631
15632         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15633
15634 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15635
15636         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15637         Corrections to custom-manual links.
15638
15639         * gnus-art.el (gnus-article): Ditto.
15640
15641         * mm-decode.el (mime-display, mime-security): Ditto.
15642
15643 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15644
15645         * flow-fill.el: Typo.
15646
15647 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15648
15649         * spam-wash.el: New file.
15650
15651 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15652
15653         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15654
15655 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15656
15657         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15658         to be run with new-articles as LIST1, not LIST2.
15659         (spam-registration-functions): Add spam-use-ham-copy as a nil
15660         registration backend.
15661
15662 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15663
15664         * spam-stat.el (spam-stat-washing-hook): New option.
15665         (spam-stat-buffer-words): Use it.
15666         (spam-stat-process-directory, spam-stat-test-directory): Use
15667         insert-file-contents-literally.
15668         (spam-stat-coding-system): New variable.
15669         (spam-stat-load, spam-stat-save): Use it.
15670
15671 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15672
15673         * spam-report.el (spam-report-plug-agent): Quote
15674         spam-report-url-to-file and spam-report-url-ping-plain.
15675
15676 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15677
15678         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15679         / in mailto URLs.
15680
15681 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15682
15683         * spam-report.el (spam-report-process-queue): Fix interactive use.
15684         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15685         (spam-report-unplug-agent): Doc fixes.
15686         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15687         (spam-report-agentize, spam-report-deagentize): Autoload.
15688
15689 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15690
15691         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15692
15693         * message.el (message-setup-fill-variables): Add mml tags to
15694         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15695         <ajk@iu.edu>.
15696         (message-mode): Don't modify paragraph-separate there.
15697
15698 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15699
15700         * compface.el (uncompface-use-external): Default to undecided.
15701         (uncompface-use-external-threshold): New variable.
15702         (uncompface-float-time): New macro.
15703         (uncompface): Determine whether to use the external decoder if
15704         uncompface-use-external is undecided.
15705
15706 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15707
15708         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15709         after images.
15710
15711         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15712
15713 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15714
15715         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15716
15717         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15718
15719         * gnus-sum.el (gnus-summary-limit-to-age)
15720         (gnus-summary-limit-children): do.
15721
15722         * gnus-int.el (gnus-request-scan): do.
15723
15724         * gnus-group.el (gnus-group-suspend): do.
15725
15726         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15727
15728         * gnus-cite.el (gnus-cite-parse-attributions): do.
15729
15730         * gnus-agent.el (gnus-summary-set-agent-mark)
15731         (gnus-agent-regenerate-group): do.
15732
15733         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15734
15735         * binhex.el (binhex-decode-region-internal): do.
15736
15737 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15738
15739         * gnus-fun.el (gnus-face-properties-alist): New user option.
15740         (gnus-display-x-face-in-from): Use it.
15741
15742         * gnus-art.el (article-display-face): Ditto.
15743
15744         * compface.el (uncompface-use-external): Default to nil.
15745
15746 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15747
15748         * nntp.el (nntp-erase-buffer): New function.
15749         (nntp-retrieve-data, nntp-send-command)
15750         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15751         (nntp-possibly-change-group): Use it.
15752
15753         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15754         with-current-buffer.
15755
15756 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15757
15758         * compface.el: Merge the ELisp-based uncompface program.
15759         (compface): New customization group.
15760         (uncompface-use-external): New user option.
15761         (uncompface): Call uncompface-internal if uncompface-use-external
15762         is nil.
15763         (uncompface-internal): New function.  Note that there are also
15764         some other functions and variables added for this function.
15765
15766 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15767
15768         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15769         if necessary.
15770
15771 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15772
15773         * spam-report.el (spam-report-unplug-agent)
15774         (spam-report-plug-agent, spam-report-deagentize)
15775         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15776         Add support for the Agent in spam-report: when unplugged, report to a
15777         file; when plugged, submit all the requests.
15778
15779         * spam.el (spam-register-routine): Fix message about
15780         registration.
15781
15782 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15783
15784         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15785         dependencies.
15786         (rfc2047-encode): Use it.
15787
15788         * gnus-art.el (gnus-button-marker-list): Move before first
15789         reference.
15790
15791         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15792         (imap-parse-body): Fix format string mismatch.
15793
15794         * gnus-score.el (gnus-summary-increase-score): do.
15795
15796         * nnrss.el (nnrss-close): New function.
15797
15798 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15799
15800         * nnrss.el (nnrss-make-filename): New function.
15801         (nnrss-request-delete-group, nnrss-read-server-data)
15802         (nnrss-save-server-data, nnrss-read-group-data)
15803         (nnrss-save-group-data): Use it.
15804         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15805         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15806         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15807
15808 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15809
15810         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15811
15812 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15813
15814         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15815         files.
15816
15817         * message.el (message-generate-headers-first): Don't quote nil
15818         and t in docstrings.
15819
15820         * imap.el (imap-id): do.
15821
15822         * gnus-agent.el (gnus-agent-consider-all-articles)
15823         (gnus-agent-queue-mail): do.
15824
15825 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15826
15827         * spam-report.el (spam-report-process-queue): New function.
15828         Process requests from `spam-report-requests-file'.
15829         (spam-report-process-queue): Doc fix.
15830
15831 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15832
15833         * spam.el (spam-register-routine)
15834         (spam-log-processing-to-registry, spam-log-registered-p)
15835         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15836         Change "check" to "spam-check" for semi-clarity.
15837
15838 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15839
15840         * pop3.el: Require nnheader.
15841
15842         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15843
15844         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15845
15846         * gnus-picon.el: Require cl.
15847
15848         * gnus-fun.el: Require gnus-ems and gnus-util.
15849
15850         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15851
15852         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15853
15854         * gnus-art.el (gnus-article-edit-mode): Define before first
15855         reference.
15856
15857 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15858
15859         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15860         (gnus-uu-post-encoded): Use point-at-bol.
15861
15862         * gnus-topic.el (gnus-group-active-topic-p): do.
15863
15864         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15865
15866         * gnus-group.el (gnus-group-kill-region): do.
15867
15868         * gnus-art.el (article-date-ut): do.
15869
15870         * message.el (message-fetch-field): Remove redundant
15871         case-fold-search binding.
15872         (message-narrow-to-field): Simplify.
15873
15874 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15875
15876         * spam.el (spam-directory): Derive from `gnus-directory'.
15877
15878         * spam-report.el (spam-report-url-to-file)
15879         (spam-report-requests-file): New function and variable for offline
15880         reporting.
15881         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15882         and user defined function.
15883         (spam-report-url-ping-mm-url): Remove doubled slash.
15884
15885 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15886
15887         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15888
15889 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15890
15891         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15892         format string mismatch.
15893
15894         * sieve.el (sieve-deactivate-all): do.
15895
15896         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15897
15898         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15899
15900         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15901
15902         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15903
15904 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15905
15906         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15907         the list of checks.
15908
15909 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15910
15911         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15912         padding.
15913
15914 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15915
15916         * mm-view.el (mm-fill-flowed): New variable.
15917         (mm-inline-text): Use it.
15918
15919 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15920
15921         * spam.el (spam-spamassassin-register-ham-routine)
15922         (spam-spamassassin-register-spam-routine): Fix function names.
15923
15924 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15925
15926         * gnus.el (gnus-tmp-grouplens): Remove.
15927         (gnus-summary-line-format): Remove grouplens.
15928
15929         * gnus-group.el (gnus-group-line-format): Ditto.
15930
15931         * gnus-spec.el (gnus-format-specs): Ditto.
15932         (gnus-update-format-specifications): Flush the group format spec
15933         cache if there's the grouplens stuff.
15934         (gnus-parse-simple-format): Replace %l with the empty string.
15935
15936 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15937
15938         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15939         omission.
15940
15941 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15942
15943         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15944         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15945
15946 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15947
15948         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15949         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15950         New macros and functions.
15951         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15952         Handle > NLINK_MAX messages.
15953         * nnmaildir.el (nnmaildir-request-set-mark): Use
15954         nnmaildir--emlink-p and nnmaildir--eexist-p.
15955
15956 2004-01-25  Alex Schroeder  <alex@gnu.org>
15957
15958         * spam-stat.el (spam-stat-process-directory-age): New option.
15959         (spam-stat-process-directory): Use it.
15960
15961 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15962
15963         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15964         (spam-stat-save): Accept prefix argument.
15965
15966 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15967
15968         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15969         links" error.
15970
15971 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15972
15973         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15974         the rest of the and/or forms.
15975
15976 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15977
15978         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15979         compatibility with old .newsrc.eld files.
15980
15981         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15982
15983         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15984
15985         * gnus-start.el (gnus-1): do.
15986
15987         * gnus-group.el (gnus-group-line-format-alist): do.
15988
15989         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15990
15991         * gnus-gl.el: Remove.
15992
15993 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15994
15995         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15996         marks consisting of a single range {for example, (3 . 5)} rather
15997         than a list of a single range { ((3 . 5)) }.
15998
15999 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16000
16001         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16002         with-current-buffer.
16003         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16004         avoid consing a string.
16005
16006         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16007         Remove obsolete entries for big5 and gb2312.
16008
16009 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16010
16011         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16012         uncompressed list.
16013
16014 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16015
16016         * spam-stat.el (spam-stat-strip-xref): New function.
16017         (spam-stat-process-directory): Use it.
16018
16019         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16020         here -- it's done in message-fetch-field.
16021
16022 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16023
16024         * gnus-agent.el (gnus-agent-queue-mail)
16025         (gnus-agent-prompt-send-queue): New variables.
16026         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16027         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16028         "nndraft:queue" along to gnus-draft-send.  Use
16029         gnus-agent-prompt-send-queue.
16030         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16031         is "nndraft:queue".  Suggested by Gaute Strokkenes
16032         <gs234@srcf.ucam.org>
16033
16034         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16035         (agent-enable-undownloaded-faces): Added.
16036         (gnus-agent-cat-groups): Use eval-and-compile, not
16037         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16038         method of gnus-agent-cat-groups even when the buffer has been
16039         evaled.
16040         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16041         delete gnus-agent-save-active-1.
16042         (gnus-agent-save-groups): Deleted.  Identical to
16043         gnus-agent-save-active.
16044         (gnus-agent-write-active): No longer adjust agent's copy of active
16045         file as agent's adjustments are now stored in their own
16046         file.  Removed optional parameter.
16047         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16048         servers.  Add use of min/max range limits from server's local
16049         file.
16050         (gnus-agent-save-alist): Removed unused optional argument.
16051         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16052         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16053         (gnus-agent-set-local): A per-server file that keeps min/max range
16054         limits for articles known to the agent.  Provides a fast mechanism
16055         for altering many active ranges.
16056         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16057         active file (local makes it unnecessary).
16058         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16059
16060         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16061         (agent-enable-undownloaded-faces): Added.
16062
16063         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16064         disable it when sending to "nndraft:queue".
16065         (gnus-group-send-queue): Add safety check to avoid sending queue
16066         when unplugged.
16067
16068         * gnus-group.el (gnus-group-catchup): Use new
16069         gnus-sequence-of-unread-articles, not
16070         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16071         numbers of articles.  Use gnus-range-map to avoid having to
16072         uncompress the unread list.
16073         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16074         Fixed invalid ange-ftp reference.
16075
16076         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16077         (gnus-sorted-range-intersection): Intersection of two ranges
16078         without requiring that they first be uncompressed.
16079
16080         * gnus-start.el (gnus-activate-group): Unless blocked by the
16081         caller, possibly expand the active range to include both cached
16082         and agentized articles.
16083         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16084         multiple version-dependent converters.
16085         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16086         gnus-agent-save-active.
16087         (gnus-save-newsrc-file): Save dirty agent range limits.
16088
16089         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16090         gnus-agent-possibly-alter-active.
16091         (gnus-adjust-marked-articles): Faster handling of simple lists.
16092
16093 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16094
16095         * spam-stat.el (spam-stat-test-directory): New optional argument
16096         displays a list of files detected.  Suggested by Andrew Cohen
16097         <cohen@andy.bu.edu>.
16098         (spam-stat-buffer-words-with-scores): Don't narrow and change
16099         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16100
16101 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16102
16103         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16104         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16105         (spam-spamassassin-arguments)
16106         (spam-spamassassin-spam-flag-header)
16107         (spam-spamassassin-positive-spam-flag-header)
16108         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16109         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16110         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16111         (spam-list-of-processors, spam-list-of-checks)
16112         (spam-list-of-statistical-checks, spam-registration-functions)
16113         (spam-check-spamassassin-headers, spam-check-spamassassin)
16114         (spam-spamassassin-score)
16115         (spam-spamassassin-register-with-sa-learn)
16116         (spam-spamassassin-register-spam-routine)
16117         (spam-spamassassin-register-ham-routine)
16118         (spam-assassin-register-spam-routine)
16119         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16120         (spam-bogofilter-score): Fix to show article before scoring.
16121
16122 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16123
16124         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16125         default scoring function.
16126         (spam-generic-score): Call spam-spamassassin-score if
16127         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16128         spam-bogofilter-score otherwise.
16129
16130         * gnus.el (spam-process, spam-autodetect-methods): Add
16131         spamassassin and spamassassin-headers.
16132
16133 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16134
16135         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16136         Suppress unnecessary messages.
16137
16138 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16139
16140         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16141         make-hash-table.
16142
16143 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16144
16145         * canlock.el (base64-encode-string): Don't autoload it.
16146
16147 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16148
16149         * run-at-time.el: Remove useless (require 'itimer),
16150         eval-and-compile and (featurep 'xemacs).
16151
16152 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16153
16154         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16155         GROUP is a virtual group.
16156
16157 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16158
16159         * gnus.el: Autoload `message-y-or-n-p'.
16160
16161 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16162
16163         * pgg-parse.el: Remove unnecessary (require 'custom).
16164
16165         * pgg-def.el: do.
16166
16167         * nnmail.el: do.
16168
16169         * gnus-undo.el: do.
16170
16171         * gnus-picon.el: do.
16172
16173         * gnus-util.el: do.
16174
16175 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16176
16177         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16178
16179 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16180
16181         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16182         handle, as well as a list.
16183
16184         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16185         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16186         (mm-w3m-cid-retrieve): Simplify.
16187
16188 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16189
16190         * message.el (message-kill-to-signature): Allow prefix arg to
16191         specify number of lines to keep before signature.
16192
16193 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16194
16195         * message.el (message-kill-to-signature): Change docstring.
16196
16197 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16198
16199         * canlock.el: Always require sha1-el.
16200         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16201
16202         * message.el: Autoload sha1 only when compiling.
16203
16204         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16205         eudc-expand-inline for XEmacs.
16206
16207 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16208
16209         * message.el (message-canlock-generate): Require sha1-el.
16210
16211 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16212
16213         * message.el (message-expand-name): Silence the byte compiler.
16214
16215         * lpath.el: Add detect-coding-system.
16216
16217         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16218         cus-edit.
16219
16220 2004-01-13  Simon Josefsson  <jas@extundo.com>
16221
16222         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16223         Invoke gnus-score-mode.  Reported by
16224         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16225
16226         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16227         Jim Blandy <jimb@redhat.com> (tiny change).
16228
16229 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16230
16231         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16232
16233 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16234
16235         * spam.el (spam-get-article-as-string): Update to use
16236         gnus-request-article-this-buffer, much simpler.
16237         (spam-get-article-as-buffer): Remove.
16238
16239 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16240
16241         * message.el (message-expand-name): Use EUDC if the user uses that.
16242
16243 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16244
16245         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16246         character for the encoding to avoid consing a string.
16247
16248         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16249         unnecessarily.
16250
16251         * mm-util.el (mm-replace-chars-in-string): Remove.
16252
16253         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16254         of mm-replace-chars-in-string.
16255
16256 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16257
16258         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16259
16260         * mm-util.el (mm-subst-char-in-string): Support inplace.
16261
16262         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16263         a new string in every iteration.  Use shy groups.
16264
16265 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16266
16267         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16268         * gnus-soup.el (gnus-soup-group-brew):
16269         * gnus-msg.el (gnus-put-message):
16270         * gnus-move.el (gnus-group-move-group-to-server):
16271         * gnus-kill.el (gnus-batch-score):
16272         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16273         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16274         (gnus-group-update-group, gnus-group-read-group)
16275         (gnus-group-make-group, gnus-group-make-help-group)
16276         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16277         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16278         (gnus-group-sort-by-unread, gnus-group-catchup)
16279         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16280         (gnus-group-yank-group, gnus-group-set-info)
16281         (gnus-group-list-groups):
16282         * gnus.el (gnus-generate-new-group-name):
16283         * gnus-delay.el (gnus-delay-send-queue):
16284         * nnvirtual.el (nnvirtual-catchup-group):
16285         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16286         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16287         (gnus-group-prepare-topics, gnus-topic-check-topology):
16288         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16289         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16290         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16291         (gnus-group-make-articles-read):
16292         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16293         (gnus-group-change-level, gnus-kill-newsgroup)
16294         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16295         (gnus-get-unread-articles, gnus-make-articles-unread)
16296         (gnus-make-ascending-articles-unread): Use accessor
16297         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16298         to get group information for improved readability.
16299
16300
16301 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16302
16303         * gnus-art.el (article-decode-mime-words, article-babel)
16304         (gnus-article-highlight-signature, gnus-article-add-buttons)
16305         (gnus-signature-toggle): Use gnus-with-article-buffer.
16306
16307         * gnus-art.el (gnus-article-highlight-headers)
16308         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16309
16310         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16311         (gnus-article-set-globals, gnus-request-article-this-buffer)
16312         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16313         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16314         (gnus-mime-display-alternative): Use with-current-buffer.
16315
16316 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16317
16318         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16319         also under 80 char limit, and call gnus-error if needed.
16320         (spam-fetch-article-header): Fix - it was a
16321         buffer-local variable (gnus-newsgroup-data).
16322         (spam-find-spam): Use spam-generate-fake-headers, forget about
16323         spam-insert-fake-headers.
16324         (spam-insert-fake-headers): Remove.
16325
16326 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16327
16328         * deuglify.el (gnus-article-outlook-unwrap-lines)
16329         (gnus-outlook-rearrange-article)
16330         (gnus-outlook-repair-attribution-outlook)
16331         (gnus-outlook-repair-attribution-block)
16332         (gnus-outlook-repair-attribution-other): Remove redundant
16333         save-excursion.
16334
16335 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16336
16337         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16338         (spam-fetch-field-subject-fast)
16339         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16340         (spam-fetch-article-header): Add functions to deal with Gnus
16341         internals for fast retrieval of article header data.
16342         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16343
16344 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16345
16346         * pop3.el (pop3-md5): Remove.
16347         (pop3-apop): Replace pop3-md5 with md5.
16348
16349         * mm-bodies.el: base64 is always built-in.
16350
16351         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16352         with-current-buffer.
16353
16354 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16355
16356         * canlock.el (canlock-insert-header): Remove excessive grouping in
16357         regexp.
16358
16359         * gnus-sum.el (gnus-summary-read-document): Ditto.
16360
16361         * gnus-uu.el (gnus-uu-part-number): Ditto.
16362
16363         * html2text.el (html2text-remove-tags): Ditto.
16364         (html2text-format-tags): Ditto.
16365         (html2text-format-single-elements): Ditto.
16366
16367         * mml.el (mml-parse-1): Ditto.
16368
16369 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16370
16371         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16372
16373         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16374
16375         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16376
16377         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16378
16379 2003-11-15  Simon Josefsson  <jas@extundo.com>
16380
16381         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16382         (pgg-gpg-lookup-key): Use regexp match instead of
16383         split-string (split-string is different between emacs 21.2 and
16384         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16385
16386 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16387
16388         * gnus-art.el (gnus-mime-view-all-parts)
16389         (gnus-article-part-wrapper, gnus-article-view-part): Use
16390         with-current-buffer.
16391
16392 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16393
16394         * spam.el (spam-disable-spam-split-during-ham-respool)
16395         (spam-spamoracle-database, spam-cache-lookups)
16396         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16397         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16398         (spam-group-ham-marks, spam-group-spam-marks)
16399         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16400         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16401         also add spam-use-blackholes to the statistical checks.
16402         (spam-fetch-field-fast): Add interface to fetching fields, may
16403         become a macro.
16404         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16405         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16406         (spam-insert-fake-headers): Fake an article when needed.
16407         (spam-find-spam): Fake article when possible.
16408         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16409         (spam-check-bogofilter-headers): Use message-fetch-field instead
16410         of nnmail-fetch-field.
16411
16412 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16413
16414         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16415
16416 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16417
16418         * spam.el (spam-split): Do not require spam-use-CHECK to be
16419         enabled if that check is passed to spam-split explicitly; also
16420         fix so 'spam doesn't get converted to spam-split-group when
16421         spam-split-symbolic-return is t.
16422         (spam-find-spam): Find registrations of the article and use those
16423         instead of re-running spam-split to find the spam/ham
16424         classification of the article.
16425         (spam-log-processing-to-registry, spam-log-registered-p)
16426         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16427         Use gnus-error instead of gnus-message.
16428         (spam-log-registration-type): Add function to determine the
16429         classification of a message based on registry entries; will
16430         return nil if both 'spam and 'ham are found.
16431         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16432         a reasonably fast local cache without the loading errors.
16433         (spam-cache-lookups): Set to t by default.
16434         (spam-find-spam): Don't try to guess spam-cache-lookups.
16435         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16436         spam-caches entry.
16437         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16438         caching of whitelist/blacklist entries.
16439         (spam-check-whitelist, spam-check-blacklist): Invoke
16440         spam-from-listed-p with a type, not a cache variable.
16441         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16442
16443 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16444
16445         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16446
16447         * nnmail.el (nnmail-split-fancy): do.
16448
16449         * mml.el (mml-parse): do.
16450
16451         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16452         (gnus-score-adaptive): do.
16453
16454 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16455
16456         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16457         (gnus-mime-button-map): Don't set keymap parent.
16458         (gnus-button-ctan-directory-regexp): Use shy grouping.
16459         (gnus-prev-page-map): Don't set keymap parent.
16460         (gnus-prev-page-map): Remove duplicated one.
16461         (gnus-next-page-map): Don't set keymap parent.
16462         (gnus-mime-security-button-map): Ditto.
16463
16464         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16465         version number.
16466
16467         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16468
16469 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16470
16471         * canlock.el (canlock-sha1-function): Remove.
16472         (canlock-sha1-function-for-verify): Remove.
16473         (canlock-openssl-program): Remove.
16474         (canlock-openssl-args): Remove.
16475         (canlock-ignore-errors): Remove.
16476         (canlock-sha1-with-openssl): Remove.
16477         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16478         (canlock-verify): Don't use canlock-ignore-errors.
16479
16480         * sha1-el.el (sha1-string-external): Make it can return a string
16481         in binary form.
16482         (sha1-region-external): Ditto.
16483         (sha1-string-internal): Ditto.
16484         (sha1-region-internal): Ditto.
16485         (sha1-region): Ditto.
16486         (sha1-string): Ditto.
16487         (sha1): Ditto.
16488
16489 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16490
16491         * spam.el (spam-report-articles-gmane): New command.
16492
16493 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16494
16495         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16496
16497         * run-at-time.el (run-at-time-saved): Remove.
16498         (run-at-time): Doc fix.
16499
16500 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16501
16502         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16503         (gnus-summary-limit-map): Add it.
16504         (gnus-summary-make-menu-bar): do.
16505
16506 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16507
16508         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16509         Make attempt at some caching support (done for BBDB only now).
16510         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16511         addresses to be checked.
16512         (spam-clear-cache-BBDB): Add function, to be invoked by
16513         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16514         (spam-check-BBDB): Check and use the caches, if
16515         spam-cache-lookups is on, remove superfluous (provide).
16516
16517 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16518
16519         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16520
16521 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16522
16523         * run-at-time.el (run-at-time-saved): Move to after the definition
16524         of `run-at-time'.
16525
16526         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16527
16528 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16529
16530         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16531         mm-w3m-local-map-property.
16532
16533         * mm-view.el (mm-w3m-mode-map): Remove.
16534         (mm-w3m-local-map-property): Remove.
16535         (mm-inline-text-html-render-with-w3m): Don't use
16536         mm-w3m-local-map-property.
16537
16538 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16539
16540         * run-at-time.el: New file.
16541
16542         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16543         under Emacs.
16544
16545         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16546         of gnus-set-text-properties.
16547
16548         * gnus-uu.el (gnus-uu-save-article): Ditto.
16549
16550         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16551
16552         * gnus-cite.el (gnus-cite-parse): Ditto.
16553
16554         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16555         of gnus-.
16556
16557         * gnus-xmas.el (run-at-time): Require run-at-time.
16558
16559         * gnus.el: Changed calls to nnheader-run-at-time and
16560         password-run-at-time throughout to use run-at-time directly.
16561
16562         * password.el: Removed definition of run-at-time.
16563
16564         * nnheaderxm.el: Remove definition of run-at-time.
16565
16566 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16567
16568         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16569         in prompt.
16570
16571 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16572
16573         * messagexmas.el (message-xmas-redefine): Alias
16574         `message-make-caesar-translation-table' to
16575         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16576         version.
16577
16578         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16579         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16580         `gnus-xmas-set-text-properties'.
16581         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16582         `gnus-xmas-completing-read'.
16583         (gnus-xmas-completing-read): Removed.
16584         (gnus-xmas-open-network-stream): Removed.
16585
16586         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16587         XEmacs version.
16588
16589         * dns.el (dns-make-network-process): Use `open-network-stream'
16590         instead of `gnus-xmas-open-network-stream'.
16591
16592         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16593
16594         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16595
16596 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16597
16598         * gnus-art.el (gnus-mime-display-alternative)
16599         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16600         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16601         Don't use gnus-local-map-property.
16602
16603         * gnus-util.el (gnus-local-map-property): Remove.
16604
16605         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16606         gnus-completing-read-maybe-default with completing-read.
16607
16608         * gnus-util.el (gnus-completing-read): do.
16609         (gnus-completing-read-maybe-default): Remove.
16610
16611 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16612
16613         * password.el: Only autoload `run-at-time' if not XEmacs.
16614         Only autoload the itimer functions if XEmacs.
16615
16616 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16617
16618         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16619         XEmacsen.
16620
16621         * dgnushack.el: Autoload executable-find for XEmacs.
16622
16623 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16624
16625         * gnus-art.el (gnus-read-string): Remove.
16626         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16627         read-string.
16628
16629 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16630
16631         * netrc.el: Autoload password-read.
16632         (netrc): Add configuration group.
16633         (netrc-encoding-method, netrc-openssl-path): Add
16634         variables for encoding and decoding of files with symmetric
16635         ciphers.
16636         (netrc-encode): Add assistant function to encode a file with
16637         netrc-encoding-method.
16638         (netrc-parse): Add interactive parameter, added optional
16639         decoding if netrc-encoding-method is non-nil but otherwise
16640         behavior is standard.
16641         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16642         Do s/encode/encrypt/ everywhere.
16643
16644         * spam.el: Remove executable-find autoload.
16645
16646 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16647
16648         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16649
16650         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16651
16652 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16653
16654         * gnus-art.el (gnus-treat-ansi-sequences)
16655         (article-treat-ansi-sequences): New variable and function.
16656         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16657
16658         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16659         Use it.
16660
16661 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16662
16663         * mm-util.el (mm-quote-arg): Remove.
16664
16665         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16666         shell-quote-argument.
16667
16668         * gnus-uu.el (gnus-uu-command): do.
16669
16670         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16671
16672         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16673         with make-char.
16674
16675         * mm-util.el (mm-make-char): Remove.
16676
16677         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16678         add-minor-mode.
16679
16680         * gnus-undo.el (gnus-undo-mode): do.
16681
16682         * gnus-topic.el (gnus-topic-mode): do.
16683
16684         * gnus-sum.el (gnus-dead-summary-mode): do.
16685
16686         * gnus-start.el (gnus-slave-mode): do.
16687
16688         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16689
16690         * gnus-ml.el (gnus-mailing-list-mode): do.
16691
16692         * gnus-gl.el (gnus-grouplens-mode): do.
16693
16694         * gnus-draft.el (gnus-draft-mode): do.
16695
16696         * gnus-dired.el (gnus-dired-mode): do.
16697
16698         * gnus-ems.el (gnus-add-minor-mode): Remove.
16699
16700         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16701         Replace gnus-char-width with char-width.
16702
16703         * gnus-ems.el (gnus-char-width): Remove.
16704
16705         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16706         Replace gnus-char-width with char-width.
16707
16708         * gnus-ems.el (gnus-char-width): Remove.
16709
16710         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16711         definition.
16712         Remove Emacs 20 hash table compatibility code.
16713
16714         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16715         20 compatibility code.
16716
16717         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16718
16719         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16720
16721         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16722         with point-at-{eol,bol}.
16723
16724         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16725
16726         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16727
16728         * flow-fill.el (fill-flowed-point-at-bol)
16729         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16730
16731         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16732         Replace with point-at-{eol,bol} throughout all files.
16733
16734 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16735
16736         * ntlm.el (ntlm-string-as-unibyte): New macro.
16737         (ntlm-build-auth-response): Use it.
16738
16739         Remove Emacs 20 stuff:
16740         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16741         (butlast, mapc, remove): Remove the compiler macros.
16742         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16743         of delq and copy-sequence.
16744         * gnus-art.el (popup-menu): Remove the compiler macro.
16745         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16746         Emacs 20.
16747
16748 2004-01-05  Simon Josefsson  <jas@extundo.com>
16749
16750         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16751         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16752         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16753         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16754         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16755         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16756         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16757         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16758         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16759         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16760         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16761         string-xor into ntlm-string-xor.  Suggested by
16762         Jesper Harder <harder@myrealbox.com>.
16763
16764         * ntlm.el: Don't include poem.
16765
16766         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16767         Jesper Harder <harder@myrealbox.com>.
16768
16769         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16770
16771         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16772         probably breaks emacs with DL patch, but do we care? Is anyone
16773         still using the DL stuff?)
16774
16775         * sieve-manage.el: Use the password package.
16776         (sieve-manage-read-passwd): Remove.
16777         (sieve-manage-interactive-login): Use password.  Re-add
16778         condition-case around loop.
16779
16780         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16781         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16782         the password package.
16783
16784 2003-02-19  Simon Josefsson  <jas@extundo.com>
16785
16786         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16787         token.
16788
16789 2002-08-07  Simon Josefsson  <jas@extundo.com>
16790
16791         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16792         (sieve-manage-authenticators):
16793         (sieve-manage-authenticator-alist): Add some SASL mechs.
16794         (sieve-sasl-auth): New function.
16795         (sieve-manage-cram-md5-auth):
16796         (sieve-manage-plain-auth): Rewrite using SASL library.
16797         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16798         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16799         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16800         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16801
16802 2004-01-05  Simon Josefsson  <jas@extundo.com>
16803
16804         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16805         New files.
16806
16807 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16808
16809         * gnus-group.el (gnus-no-groups-message): Update.
16810
16811         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16812
16813 2003-11-09  Simon Josefsson  <jas@extundo.com>
16814
16815         * imap.el: Support for ID IMAP extension (RFC 2971).
16816         (imap-local-variables): Add imap-id.
16817         (imap-id): New variable.
16818         (imap-id): New function.
16819         (imap-parse-response): Parse untagged ID response.
16820         * nnimap.el (nnimap-id): New variable.
16821         (nnimap-open-connection): Use it.
16822
16823 2003-12-28  Simon Josefsson  <jas@extundo.com>
16824
16825         * gnus-score.el (gnus-score-edit-all-score): New.
16826         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16827
16828 2004-01-04  Simon Josefsson  <jas@extundo.com>
16829
16830         * password.el: Add.
16831
16832 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16833
16834         * dns.el (dns-query-types): Fix typo.
16835         (dns-query-types): New function.
16836         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16837         PTR and SOA replies, see RFC 1035.
16838
16839 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16840
16841         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16842
16843         * Moved to Changelog.2.
16844
16845 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16846
16847         * gnus.el (gnus-version-number): Bump version.
16848
16849 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16850
16851         * gnus.el: No Gnus v0.1 is released.
16852
16853 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16854
16855         * gnus.el: No Gnus v0.0 is released.
16856
16857 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16858
16859         * gnus.el (gnus-version-number): Bump.
16860         (gnus-version): No.
16861
16862 See ChangeLog.2 for earlier changes.
16863
16864     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16865       Free Software Foundation, Inc.
16866
16867   This file is part of GNU Emacs.
16868
16869   GNU Emacs is free software: you can redistribute it and/or modify
16870   it under the terms of the GNU General Public License as published by
16871   the Free Software Foundation, either version 3 of the License, or
16872   (at your option) any later version.
16873
16874   GNU Emacs is distributed in the hope that it will be useful,
16875   but WITHOUT ANY WARRANTY; without even the implied warranty of
16876   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16877   GNU General Public License for more details.
16878
16879   You should have received a copy of the GNU General Public License
16880   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16881
16882 ;; Local Variables:
16883 ;; coding: utf-8
16884 ;; fill-column: 79
16885 ;; add-log-time-zone-rule: t
16886 ;; End: