Add Gravatar support
[gnus] / lisp / ChangeLog
1 2010-09-24  Julien Danjou  <julien@danjou.info>
2
3         * gnus-sum.el: Add support for Gravatars.
4
5         * gnus-art.el: Add support for Gravatars.
6
7         * gnus-gravatar.el: Add this file.
8
9         * gravatar.el: Add this file.
10
11 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12
13         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
14
15         * gnus-group.el (gnus-group-fetch-faq): Removed.
16
17         * gnus.el (gnus-group-faq-directory): Removed.
18
19         * gnus-group.el (gnus-group-fetch-charter): Removed.
20
21         * gnus.el (gnus-group-charter-alist): Removed.
22
23         * gnus-group.el (gnus-group-archive-directory): Removed.
24         (gnus-group-recent-archive-directory): Ditto.
25         (gnus-group-make-archive-group): Removed.
26
27         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
28
29         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
30         use the same article number for all the cached articles.
31
32         * nnimap.el (nnimap-command): Register the last command time so
33         that we can use it for idling NOOPs.
34         (nnimap-open-connection): Start the keeplive timer.
35         (nnimap-make-process-buffer): Store all the process buffers.
36         (nnimap-keepalive): New function.
37
38         * starttls.el: (starttls-open-stream): Add autoload cookie.
39
40 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
41
42         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
43         handling.
44
45 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
46
47         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
48         its data structures.
49
50         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
51         instead of the cl.el copy-list.
52         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
53         equalp.
54
55 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
56
57         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
58         and tool-bar-local-item-from-menu.
59
60         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
61         mode-line-highlight face for Emacs.
62
63         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
64         loading gnus-sum.elc; fix comment for canlock-verify.
65         (gnus-article-jump-to-part): Use read-number.
66         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
67         Emacs pre-21 compatible code for help-echo.
68         (gnus-article-next-page-1): No need to adjust the number of lines.
69         (gnus-article-describe-bindings): Always use help-buffer.
70
71         * gnus-audio.el (gnus-audio-inline-sound)
72         * gnus-cus.el (gnus-custom-mode)
73         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
74
75         * gnus-sum.el (gnus-remove-overlays): Doc fix.
76
77         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
78         compatible code.
79
80 2010-09-24  Glenn Morris  <rgm@gnu.org>
81
82         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
83         visiting the fcc file in rmail-mode.
84
85         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
86
87 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
88
89         * nnir.el: Silence the byte compiler.
90
91         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
92         alias to browse-url-url-encode-chars if any.
93         (gnus-html-encode-url): Use it.
94
95 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
96
97         * gnus-start.el (gnus-use-backend-marks): New variable.
98         (gnus-get-unread-articles-in-group): Use it.
99
100         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
101         makeover.
102
103 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
104
105         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
106
107 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
108
109         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
110         Removed.
111         (gnus-setup-news-hook): Removed
112         gnus-fixup-nnimap-unread-after-getting-new-news.
113
114         * gnus-int.el (gnus-request-update-info): Protect against backends not
115         having the function.
116
117         * nnimap.el (nnimap-stream): Mention starttls.
118         (nnimap-open-connection): Add starttls support.
119
120 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
121
122         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
123
124 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
125
126         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
127         BODYSTRUCTUREs.
128         (nnimap-transform-headers): Unfold quoted {42} headers.
129
130         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
131         the info.
132         (gnus-get-unread-articles): Only call updatep on backends that support
133         it.
134
135         * nnweb.el (nnweb-request-update-info): NOOP.
136
137         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
138
139         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
140         since it only deals with marks.
141
142         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
143         gnus-request-marks, and make a new gnus-request-update-info.
144
145         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
146         the active instead of the high number, which is usually too low.
147
148 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
149
150         * netrc.el (netrc-parse): Remove encrypt.el mentions.
151         * encrypt.el: Removed.
152
153 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
154
155         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
156         server in symbolic form.
157
158         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
159         0.9.
160
161 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
162
163         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
164         (nnimap-update-info): Fix up code slightly.
165
166         * gnus-int.el (gnus-open-server): Add tracing for performance
167         debugging.
168
169         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
170         (gnus-group-insert-group-line): Pass the real group name so that it
171         gets the right data.
172
173         * gnus-start.el (gnus-get-unread-articles): Don't have
174         `gnus-get-unread-articles-in-group' update info, since that can be
175         really slow and doesn't seem to be needed?
176
177 2010-09-22  Dan Christensen  <jdc@uwo.ca>
178
179         * time-date.el (date-to-time): Try using parse-time-string first before
180         using the slower timezone-make-date-arpa-standard.
181
182 2010-09-22  Julien Danjou  <julien@danjou.info>
183
184         * gnus-group.el (gnus-group-insert-group-line): Call
185         gnus-group-highlight-line.
186         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
187         default hook list.
188         (gnus-group-update-eval-form): Add new function.
189         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
190         (gnus-group-get-icon): Use gnus-group-update-eval-form.
191
192 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
193
194         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
195         immediate, then expire all articles.
196         (nnimap-update-info): Fix off-by-one errors.
197         (nnimap-flags-to-marks): Would return no marks lists for group with no
198         flags.  Instead return the other data.
199
200 2010-09-22  Julien Danjou  <julien@danjou.info>
201
202         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
203         Only return an icon.
204         (gnus-group-insert-group-line): Compute icon to return.
205
206         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
207         variable.
208         (gnus-html-image-fetched): Only cache if
209         gnus-html-image-automatic-caching is set.
210         (gnus-html-image-fetched): Check for errors.
211
212 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
213
214         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
215         once per method on `g'.  This ensures that backends like nnfolder don't
216         open all their folders.
217
218         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
219         (nnimap-request-list): Nix out group in the correct buffer.
220         (nnimap-parse-flags): Implement by using `read' instead of
221         hand-parsing.
222         (nnimap-flags-to-marks): Pass on permanent-flags.
223         (nnimap-make-process-buffer): Record the server name.
224         (nnimap-parse-flags): Fix typo.
225         (nnimap-request-scan): Run split on the server in general, not just a
226         single group.
227
228         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
229         parameter, and propagate this downwards.
230
231         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
232         since EXAMINE changes it on the server.
233
234         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
235         this command might take a while.
236
237 2010-09-22  Julien Danjou  <julien@danjou.info>
238
239         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
240         harmful if you have 2 images side-by-side, they can't be properly
241         update on text deletion.  Using text-property is safer here.
242         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
243         data.
244
245 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
246
247         * nnimap.el (nnimap-expunge-inbox): Removed.
248         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
249         (nnimap-expunge): Flip default to t.
250
251         * gnus.el (gnus-method-to-server): Don't push things to the cache
252         unless it's unique.
253         (gnus-server-to-method): Ditto.
254
255 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
256
257         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
258
259 2010-09-22  Julien Danjou  <julien@danjou.info>
260
261         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
262         get the start of data.
263         (gnus-html-encode-url): Add this function to encode special chars in
264         URL.
265         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
266         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
267
268         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
269         default.
270         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
271
272         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
273         images alt-text.
274         (gnus-html-put-image): Put alt-text as help-echo.
275
276 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
277
278         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
279         * mm-util.el (mm-decompress-buffer)
280         * nnir.el (nnir-run-find-grep)
281         * pop3.el (pop3-list): Use 3rd arg of split-string.
282
283         * time-date.el (format-seconds): Comment fix.
284
285         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
286         and byte-optimize-form-code-walker.
287         (dgnushack-make-auto-load): Don't advise make-autoload.
288
289         * lpath.el: Remove Emacs 21 stuff.
290
291 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
292
293         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
294         outside the active range.  Suggested by Dan Christensen.
295
296         * gnus-start.el (gnus-get-unread-articles): Get the extended method
297         slightly later to avoid double-getting it.
298
299         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
300         previous patch.
301
302         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
303
304 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
305
306         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
307
308 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
309
310         * gnus-int.el (gnus-open-server): Give a better error message in the
311         "go offline" case.
312
313         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
314         marks for nnimap, which is seldom the right thing to do.
315
316         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
317         (gnus-same-method-different-name): New function.
318
319         * nnimap.el (parse-time): Require.
320
321         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
322         method in the presence of many similar methods.
323
324         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
325
326         * nnimap.el (nnimap-find-expired-articles): Don't refer to
327         nnml-inhibit-expiry.
328
329         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
330         find out whether methods are equal.
331
332         * nnimap.el (nnimap-find-expired-articles): New function.
333         (nnimap-process-expiry-targets): New function.
334         (nnimap-request-move-article): Request the article before looking at
335         what the Message-ID is.  Fix found by Andrew Cohen.
336         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
337
338         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
339         for oldness in addition to being a predicate.
340
341         * nnimap.el (nnimap-request-group): When we have zero articles, return
342         the right data to Gnus.
343         (nnimap-request-expire-articles): Only delete articles immediately if
344         the target is 'delete.
345
346         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
347         method, this would bug out.
348
349         * gnus-group.el (gnus-group-expunge-group): Renamed from
350         gnus-group-nnimap-expunge, and implemented as a normal interface
351         function.
352
353         * gnus-int.el (gnus-request-expunge-group): New function.
354
355         * nnimap.el (nnimap-request-create-group): Implement.
356         (nnimap-request-expunge-group): New function.
357
358 2010-09-21  Julien Danjou  <julien@danjou.info>
359
360         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
361         (gnus-html-cache-expired): Add new function.
362         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
363         wethever we should display image for fetch it.
364         Compute alt-text earlier to pass it to the fetching function too.
365         (gnus-html-schedule-image-fetching): Change function argument to only
366         get one image at a time, not a list.
367         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
368         cache.
369         (gnus-html-get-image-data): New function to retrieve image data from
370         cache.
371         (gnus-html-put-image): Change buffer argument to use image data rather
372         than file, and place image above region rather than inserting a new
373         one. Do not take alt-text as argument, since it's useless now: we place
374         the image above alt-text.
375         (gnus-html-prune-cache): Remove.
376         (gnus-html-show-images): Start to fetch image when we find one, do not
377         push into a temporary list.
378         (gnus-html-prefetch-images): Only fetch image if they have expired.
379         (gnus-html-browse-image): Fix, use 'gnus-image-url.
380         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
381
382 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
383
384         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
385
386 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
387
388         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
389         spec inser "*" if the group isn't active instead of 0.
390
391         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
392         opening the server.
393         (nnimap-request-delete-group): Implement group deletion.
394         (nnimap-transform-headers): Return the size of the entire message in
395         the Bytes header, not just the size of the first part.
396         (nnimap-request-move-article): When moving an article from nnimap,
397         request the article first so the accepting form has an article to
398         accept.  Reported by Dan Christensen.
399         (nnimap-command): Make sure that the error message doesn't error out.
400
401 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
402
403         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
404         we haven't requested anything.
405
406 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
407
408         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
409         "".  Fix found by Andrew Cohen.
410
411         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
412         instead of -encode-string.
413
414 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
415
416         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
417
418         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
419         by mm-subst-char-in-string.
420
421 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
422
423         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
424         waiting for the connection string.
425
426         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
427         arriving.
428
429         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
430         bogus characters.  This allows selecting certain Gmail groups.
431
432         * nnimap.el (nnimap-find-wanted-parts-1): New function.
433         (nnimap-fetch-partial-articles): New variable.
434         (nnimap-open-connection): When looking for credentials, also use the
435         nnimap-server-port.
436         (nnimap-request-article): Return the group/article number, so that Gnus
437         `^' works as expected.
438         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
439         them.
440
441         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
442         comments.
443         (gnus-methods-sloppily-equal): New function.
444         (gnus): When using the development version of Gnus, load the gnus-load
445         file.
446
447         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
448         `gnus-open-server' on each method before trying to scan them etc.  This
449         ensures that all the backend parameters are set correctly.
450
451         * nnimap.el (nnimap-authenticator): New variable.
452         (nnimap-open-connection): Allow anonymous login.
453         (nnimap-transform-headers): The chars header is called Chars not
454         Bytes.
455         (nnimap-wait-for-response): Don't infloop if the IMAP connection
456         drops.
457
458         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
459         patch, found by Knut Anders Hatlen.
460
461 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
462
463         * gnus-agent.el (gnus-agent-batch-confirmation)
464         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
465         to gnus-message.
466         * gnus-art.el (gnus-article-describe-briefly): Likewise.
467         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
468         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
469         * gnus-int.el (gnus-open-server): Likewise.
470         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
471         (gnus-score-check-syntax): Likewise.
472         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
473         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
474         Likewise.
475         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
476
477 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
478
479         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
480         calling conventions so that prefetch doesn't bug out.
481
482 2010-09-19  Julien Danjou  <julien@danjou.info>
483
484         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
485         rather than `subst-char-in-region' in order to be able to replace ASCII
486         char by UTF-8 ones.
487
488         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
489         than curl.
490         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
491         the right URL and ALT text on images.
492         (gnus-html-wash-tags): Fix tag case.
493         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
494         (gnus-article-html): Add -o display_ins_del=2 option.
495         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
496
497 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
498
499         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
500         the extra mail headers, which sometimes seem to happen for unknown
501         reasons.
502
503         * mail-parse.el (mail-header-encode-parameter): Define as
504         rfc2045-encode-string instead of as rfc2231-encode-string, since some
505         (or most, perhaps?) mail readers don't understand the latter, but do
506         understand the former.
507
508         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
509         to nil, so that no methods are automatically agentized.  I think this
510         is probably what most users want.
511
512         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
513         from url-retrieve, for instance about invalid URLs.
514
515         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
516         groups that have no articles.
517         (nnimap-request-article): Check that we really got an article when we
518         requested one.
519
520         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
521         doesn't exist.
522
523         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
524         nntp buffer so the agent can save it.
525         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
526         that CRLF doesn't get translated to \n.
527         (nnimap-open-connection): Don't make 'shell commands only send \n.
528
529 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
530
531         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
532         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
533         Update var name.
534         (nnml-generate-nov-file): Use dolist.
535         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
536         Use with-current-buffer.
537
538 2010-09-18  Julien Danjou  <julien@danjou.info>
539
540         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
541         parallel.
542
543 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
544
545         * nnimap.el (nnimap-update-info): When doing partial marks update, get
546         the range update right.
547         (nnimap-request-group): Don't make `M-g' bug out on group with no
548         marks.
549         (nnoo): Required, so that other packages can require nnimap.
550         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
551         command we're looking for.  This helps when the server sends more
552         responses after we've gotten everything we expected.
553         (nnimap): Add a `newlinep' field to keep track of end-of-line
554         conventions.
555         Don't send CRLF to things that don't want it.
556         (nnimap-request-accept-article): Ditto.
557
558 2010-09-18  Julien Danjou  <julien@danjou.info>
559
560         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
561         than curl to retrieve images.
562
563 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
564
565         * nnimap.el (nnimap-update-info): Extend the info so that we can set
566         the marks.
567         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
568         (nnimap-wait-for-connection): New function.
569         (nnimap-open-connection): If we have PREAUTH, don't query for login
570         credentials.
571         (nnimap-update-info): Fix off-by-one error when concatenating ranges
572         when doing a partial update.
573
574 2010-09-18  Julien Danjou  <julien@danjou.info>
575
576         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
577         tags.
578
579 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
580
581         * nnimap.el (nnimap-credentials): New function.
582         (nnimap-open-connection): Use the new function to look for credentials
583         also on the numeric equivalents of "imap" and "imaps".
584
585         * gnus-start.el (gnus-activate-group): Send the info to
586         gnus-request-group.
587
588         * nnimap.el (nnimap-request-group): Have the "check" version of the
589         function parse flags and update the info, so that a `M-g' get a total
590         resync of all flags from the group.
591
592         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
593         to allow backends to alter the info on group selection.  Also alter all
594         the backend -request-group functions to take the parameter.
595
596         * nnimap.el (nnimap-store-info): New function.
597         (nnimap-update-info): Store the info for later usage.
598         (nnimap-request-group): Use the stored info for the dont-check case, so
599         that we don't retrieve all marks when we enter a group.
600
601         * nnimap.el: Use deffoo instead of defun for interface functions.
602
603         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
604         update the group info.  This makes the nndraft groups, for instance, go
605         back to their old behaviour.
606
607         * gnus-sum.el (gnus-select-newsgroup): Indent.
608
609         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
610         in.
611         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
612         nothing.
613
614         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
615         from methods that are denied.
616
617         * gnus-int.el (gnus-method-denied-p): New function.
618
619         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
620         store the password instead of netrc.
621         (nnimap-open-connection): Don't error out when we can't make a
622         connections.
623
624         * auth-source.el (auth-source-create): In the password prompt, say what
625         we're querying for.  Also prompt for user name if that hasn't been
626         given.
627
628         * nnimap.el (nnimap-with-process-buffer): Removed.
629
630 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
631
632         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
633         method when we're reading from the agent.
634
635         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
636
637         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
638         that's probably most useful for users.
639
640         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
641         "failed" all the time.
642
643         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
644         ...)) with (with-current-buffer ... ).
645
646         * nntp.el (nntp-open-server): Return whether the open was successful or
647         not.
648
649         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
650         select an unread unseen article first.
651
652         * nnimap.el (nnimap-open-connection): If the user doesn't have a
653         /etc/services, supply some sensible port defaults.
654
655         * dgnushack.el: Define netrc-credentials.
656
657 2010-09-17  Julien Danjou  <julien@danjou.info>
658
659         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
660
661 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
662
663         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
664         doesn't have any parameters.
665
666 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
667
668         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
669         only upcased checks.
670
671         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
672
673         * nnimap.el (nnimap-open-shell-stream): New function.
674         (nnimap-open-connection): Use it.
675         (nnimap-transform-headers): Get the number of lines in each message.
676         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
677         number of lines.
678         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
679         problem.
680
681         * utf7.el (utf7-encode): Autoload.
682
683         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
684         to allow the mail splitting to not return a default group.  This is
685         useful for nnimap, which will leave unmatched mail in the inbox.
686
687         * nnimap.el: Rewritten.
688
689         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
690         nnimap usage.
691
692         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
693         if the move is internal, so that nnimap can do fast internal moves.
694
695         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
696         data.
697         (gnus-read-active-for-groups): Support finishing the early retrieval of
698         data.
699
700         * gnus-range.el (gnus-range-nconcat): New function.
701
702         * gnus-int.el (gnus-finish-retrieve-group-infos)
703         (gnus-retrieve-group-data-early): New functions.
704
705 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
706
707         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
708         (nnrss-retrieve-groups):
709         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
710         (pop3-quit): Use with-current-buffer.
711
712 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
713
714         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
715         instead of nnheader-accept-process-output.
716
717         * dgnushack.el (dgnushack-compile): Add comment.
718
719         * lpath.el: No need to fbind propertize for XEmacs 21.4.
720
721         * gnus-html.el (gnus-html-schedule-image-fetching)
722         (gnus-html-prefetch-images): Replace process-kill-without-query by
723         gnus-set-process-query-on-exit-flag.
724
725 2010-09-16  Romain Francoise  <romain@orebokech.com>
726
727         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
728
729 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
730
731         * gnus-registry.el (gnus-registry-install-shortcuts): The second
732         parameter to unintern is mandatory-ish in Emacs 24.
733
734         * gnus-html.el (gnus-html-schedule-image-fetching)
735         (gnus-html-prefetch-images): Check for curl before using it.
736
737         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
738         depend on curl, which isn't essential.
739
740         * imap.el: Revert back to version
741         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
742         seem problematic.
743
744 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
745
746         * gnus-registry.el (gnus-registry-install-shortcuts):
747         Explicitly pass `obarray' to `unintern' to avoid a warning.
748
749 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
750
751         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
752         change.
753
754         * nnrss.el (nnrss-request-list): Removed this function and related
755         functions, including the moreover stuff.
756
757 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
758
759         * nnrss.el (nnrss-retrieve-groups): New function.
760
761 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
762
763         * .dir-locals.el: Add no-byte-compile cookie.
764
765 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
766
767         * time-date.el (format-seconds): Comment fix.
768
769         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
770         for back end that doesn't support request-scan.
771
772 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
773
774         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
775         then do request scans from the backends.
776
777         * netrc.el (netrc-credentials): New conveniency function.
778
779         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
780         avoid running a hook per line, since this takes a lot of time,
781         profiling shows.
782         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
783         directly if gnus-visual-p is true.
784
785 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
786
787         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
788         groups; replace mapcar with dolist which is a bit faster; pass groups
789         info to gnus-read-active-file-1.
790         (gnus-read-active-file-1): Scan only specified groups if the new
791         optional arg `infos' is given.
792
793 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
794
795         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
796
797         * pop3.el (pop3-movemail): Removed.
798         (pop3-streaming-movemail): Renamed to pop3-movemail.
799
800         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
801         don't restrict end-tag searches to the end of the line.
802
803 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
804
805         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
806         articles of every unchecked group to t, which means unknown since the
807         server has never been opened.
808
809 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
810
811         * gnus-html.el (gnus-html-show-alt-text): New command.
812         (gnus-html-browse-image): Ditto.
813         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
814         to browse the image directly.
815         (gnus-html-wash-tags): Search for images first, so that <a><img> works
816         better.
817
818         * gnus-async.el (gnus-async-article-callback): Call
819         `gnus-html-prefetch-images' unconditionally.
820
821         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
822         before feeding URLs to curl.
823
824 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
825
826         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
827         internal images as deletable by `W D D'.
828
829         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
830         (gnus-async-article-callback): Fix typo.
831
832 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
833
834         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
835         current line to work around bugs in the output from w3m.
836
837         * gnus-async.el (gnus-async-article-callback): Always prefetch images
838         for groups that want that.
839
840         * nntp.el (nntp-wait-for-string): Supply a timeout for
841         accept-process-output to ensure progress.
842
843         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
844         level to get unread articles from, then use that for foreign groups,
845         too.
846
847         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
848         confuses the rest of the function.
849
850         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
851         for the methods that support -retrieve-groups, too.
852
853         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
854
855 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
856
857         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
858         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
859
860         * pop3.el: Require cl when compiling.
861         (pop3-number-of-responses): Search for "+OK", not "+OK ".
862
863 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
864
865         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
866         that aren't going to be activated.
867         (gnus-get-unread-articles): Fix up the last commit.
868
869         * gnus-html.el (gnus-article-html): Allow calling without specifying
870         the handle.  In that case, dissect the buffer first.
871
872         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
873
874         * nnimap.el (nnimap-open-connection): Revert the change that would look
875         into authinfo for imaps instead of imap.
876
877         * gnus-start.el (gnus-activate-group): Take an optional parameter to
878         say that you don't want to call gnus-request-group with don-check, but
879         do check the reponse.  This is for virtual groups only.
880         (gnus-get-unread-articles): Count the archive groups as secondary, so
881         that they're activated the same way as before.
882
883         * imap.el (imap-message-map): Removed optional buffer parameter, since
884         no callers use it.
885         (imap-message-get): Ditto.
886         (imap-message-put): Ditto.
887         (imap-mailbox-map): Ditto.
888         (imap-mailbox-put): Ditto.
889         (imap-mailbox-get): Ditto.
890         (imap-mailbox-get): Revert last change for this function.
891
892         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
893         case-insensitively.
894         (nnimap-debug): Removed.
895
896         * imap.el (imap-fetch-safe): Removed function, and altered all callers
897         to use `imap-fetch' instead.  According to the comments, this should be
898         safe, since all other IMAP clients use the 1:* syntax.
899         (imap-enable-exchange-bug-workaround): Removed.
900         (imap-debug): Removed -- doesn't seem very useful.
901
902         * mail-source.el (mail-source-fetch): Don't message if we're fetching
903         mail from a file, and the file doesn't exist.
904
905         * imap.el (imap-log): New convenience function used throughout instead
906         of repeating the same code all over the place.
907
908         * pop3.el (pop3-streaming-movemail): Return t for success.
909
910         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
911         .authinfo if we're using ssl connection.
912
913         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
914         already have if we're in a main Gnus `g' run.
915
916         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
917
918 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
919
920         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
921
922         * nnmh.el (nnmh-request-list-1): Bind `file'.
923
924         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
925         alias to set-process-query-on-exit-flag or process-kill-without-query.
926         (pop3-open-server): Use it.
927
928 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
929
930         * mail-source.el (mail-source-delete-crash-box): Always move the crash
931         box to the Incoming file.  Fixes mistake in previous checkin.
932
933         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
934         request loop (for debugging purposes) removed.
935
936         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
937         culprit is more visible.
938         (nnml-save-incremental-nov, nnml-open-incremental-nov)
939         (nnml-add-incremental-nov): New functions to do "incremental" nov
940         updates, where we just append to the end of the existing nov files
941         without reading/writing them in full.
942
943         * mail-source.el (mail-source-delete-crash-box): Really only check the
944         incoming files once in a while.
945
946         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
947
948         * mail-source.el (mail-source-delete-crash-box): Only check the
949         incoming files for deletion once per day to save a lot of file
950         accesses.
951
952         * pop3.el (pop3-logon): Fix up unbound variable typo.
953
954         * mail-source.el (pop3-streaming-movemail): Autoload.
955
956         * pop3.el (pop3-streaming-movemail): Respect
957         pop3-leave-mail-on-server.
958
959         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
960         retrieval.
961
962         * pop3.el (pop3-process-filter): Removed unused function.
963         (pop3-streaming-movemail, pop3-send-streaming-command)
964         (pop3-wait-for-messages, pop3-write-to-file)
965         (pop3-number-of-responses): New functions for streaming pop3
966         retrieval.
967
968         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
969         come from no known methods.
970         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
971         list.
972
973         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
974         message sizes.
975         (pop3-movemail): Use erase-buffer instead of looping and deleting
976         regions, which seems rather odd.
977
978         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
979         file once per `g' run.
980
981         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
982         directories.  This makes the draft queue directory work.
983
984         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
985         data from the backends, so that we only request the list of groups from
986         each method once.  This should speed things up considerably.
987
988         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
989         detect that it's not implemented.
990
991         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
992         we actually do recurse down into the tree, but don't stat all leaf
993         nodes.
994
995         * gnus-html.el (gnus-html-show-images): If there are no images to show,
996         then say so instead of bugging out.
997
998         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
999         files exist before trying to read them.
1000
1001         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1002         around <pre_int>.
1003
1004         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1005
1006         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1007
1008 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1009
1010         * mm-util.el (mm-image-load-path): Just return the image directories,
1011         not all directories in the path in addition to the image directories.
1012         (mm-image-load-path): Maintain a cache of the image directories so that
1013         the `g' command in Gnus doesn't have to stat dozens of directories each
1014         time.
1015
1016         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1017         (gnus-html-wash-tags): Add a new `i' command to insert images.
1018         (gnus-html-insert-image): New command and keystroke.
1019         (gnus-html-redisplay-with-images): New command and keystroke.
1020         (gnus-html-show-images): Renamed command.
1021         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1022         spacers.
1023         (gnus-html-wash-tags): Decode entities at the end, so that entities
1024         inside the tags don't mess up the rest of the "parsing".
1025
1026         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1027         so that nnimap methods aren't agentized by default.  There's apparently
1028         many problems related to agent/imap behaviour.
1029
1030         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1031
1032         * gnus-html.el: Doc fix.
1033
1034 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1035
1036         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1037         specifier-spec-list for Emacs 21.
1038
1039         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1040         glyph-width and glyph-height instead of display-graphic-p and
1041         image-size; make avoidance of displaying small images work for XEmacs.
1042
1043         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1044         for XEmacs.
1045
1046         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1047         of symbol that holds plist data.
1048         (gnus-process-plist): Remove plist of process after getting it.
1049
1050 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1051
1052         * message.el (message-generate-hashcash): Change default to
1053         'opportunistic if hashcash is installed.
1054
1055         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1056         (gnus-html-put-image): Only call image-size once, since it's somewhat
1057         time-consuming on remote X servers.
1058
1059 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1060
1061         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1062         type on data, not a file name.
1063
1064         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1065         window-pixel-edges for Emacs 21.
1066
1067         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1068         decoded contents.
1069         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1070
1071 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1072
1073         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1074         group line format, since it isn't very interesting.
1075
1076         * gnus-agent.el (gnus-agent-short-article),
1077         (gnus-agent-long-article): Increase values for these two variables,
1078         since most people are likely to have more network connection and
1079         storage than before.
1080
1081         * gnus.el (gnus-refer-article-method): Change default to 'current.
1082         When referring an article, the common behaviour is to refer it from the
1083         current select method, not the native select method.  The chances of
1084         the native select method having the message in question is rather slim
1085         these days.
1086
1087         * gnus-sum.el (gnus-auto-select-subject): Change default to
1088         `unseen-or-unread'.  I think it's likely that most people want to
1089         select an unseen article over a previously seen, but unread one.
1090
1091         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1092         means that in the article buffer none of the minor mode elements will
1093         be shown, usually, and this is not desirable in most cases.
1094
1095         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1096         that commands like `d' (and the like) go to the next line in the
1097         buffer, instead of the next unread article.  I think this is the
1098         behaviour that is most natural for most users.
1099         (gnus-single-article-buffer): Change default to nil, so that people can
1100         have as many article buffers open as they have summary buffer.  I think
1101         this is the most natural way for the groups to behave.
1102
1103         * message.el (message-generate-new-buffers): Change default to
1104         `unsent', so that all new message buffers start their names with the
1105         string "*unsent", and it's easier to find the buffers if you move from
1106         them.
1107
1108 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1109
1110         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1111         small.  They're probably tracking images.
1112         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1113         (gnus-html-rescale-image): Yet another try at getting the image sizing
1114         right.
1115
1116         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1117         nntp-marks-file-name is nil.
1118
1119 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1120
1121         * gnus-html.el (gnus-html-wash-tags)
1122         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1123         Better logging.
1124
1125 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1126
1127         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1128
1129         * gnus-html.el (gnus-html-wash-tags): Check the value of
1130         gnus-blocked-images in the summary buffer.
1131
1132 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1133
1134         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1135
1136 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1137
1138         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1139         like "a", it seems like.
1140         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1141         since it needs to be picked from the correct buffer.
1142
1143         * nnwfm.el: Removed.
1144
1145         * nnlistserv.el: Removed.
1146
1147 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1148
1149         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1150         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1151
1152 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1153
1154         * nnkiboze.el: Removed.
1155
1156         * nndb.el: Removed.
1157
1158         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1159         alt text.
1160         (gnus-html-rescale-image): Try to get the rescaling logic right for
1161         images that are just wide and not tall.
1162
1163         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1164         overshadow variable bindings.
1165
1166 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1167
1168         * gnus-html.el (gnus-html-wash-tags)
1169         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1170         extra logging.
1171
1172 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1173
1174         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1175         (gnus-max-image-proportion): New variable.
1176         (gnus-html-rescale-image): New function.
1177         (gnus-html-put-image): Rescale images.
1178
1179 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1180
1181         Fix up some byte-compiler warnings.
1182         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1183         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1184         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1185         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1186         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1187         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1188         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1189
1190 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1191
1192         * gnus-html.el (gnus-article-html): Decode contents by charset.
1193
1194 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1195
1196         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1197         (gnus-html-frame-width, gnus-blocked-images)
1198         * message.el (message-prune-recipient-rules): Add custom version.
1199         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1200
1201         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1202         functions.
1203
1204         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1205         gnus-process-get.
1206
1207 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1208
1209         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1210         instead of lsub directly.
1211
1212 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1213
1214         * nnwarchive.el: Removed.
1215
1216         * gnus-soup.el: Removed.
1217
1218         * nnsoup.el: Removed.
1219
1220         * nnultimate.el: Removed.
1221
1222         * gnus-html.el (gnus-blocked-images): New variable.
1223
1224         * message.el (message-prune-recipients): New function.
1225         (message-prune-recipient-rules): New variable.
1226
1227         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1228         guess whether a long line is natural text or not.
1229
1230         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1231         gnus-process-plist and friends for compatibility.
1232
1233 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1234
1235         * gnus-html.el: Require packages that define macros used in this file.
1236         (gnus-article-mouse-face): Declare to silence byte-compiler.
1237         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1238         process-get.
1239         (gnus-html-put-image): Use plist-get to avoid getf.
1240         (gnus-html-prefetch-images): Use with-current-buffer.
1241
1242 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1243
1244         * gnus-ems.el: Provide compatibility functions for
1245         gnus-set-process-plist.
1246
1247         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1248         header-line-format for XEmacs 21.4.
1249
1250         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1251         * gnus.el (gnus-valid-select-methods)
1252         * message.el (message-send-mail-partially-limit)
1253         * mm-decode.el (mm-text-html-renderer)
1254         * mml.el (mml-insert-mime-headers-always)
1255         * smiley.el (smiley-regexp-alist): Bump custom version.
1256
1257 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1258
1259         * gnus-html.el: require mm-url.
1260         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1261         with the url to `url'.
1262         (gnus-html-wash-tags): Support cid: URLs/images.
1263
1264 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1265
1266         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1267         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1268         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1269
1270         * gnus-move.el: Removed file, since it doesn't really work.
1271
1272         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1273         UTF-8.  This seems to fix problems with some German web feeds.
1274
1275         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1276         at the top so that the proper colours are applied.
1277
1278         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1279         don't have dots in their names.
1280
1281         * gnus-art.el (gnus-article-view-part): Doc fix.
1282
1283         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1284         XEmacs-compatible.
1285         (gnus-html-put-image): Don't do images on non-graphic displays.
1286
1287         * nnslashdot.el: Removed this unused backend.
1288
1289         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1290         actions.
1291         (gnus-undo-register-1): Revert last change.
1292
1293         * gnus-group.el (gnus-group-completing-read): Protect against not
1294         having completion-styles bound.
1295
1296         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1297         make broken recipients happier.
1298
1299         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1300
1301         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1302         point parameter.
1303
1304         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1305
1306         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1307         completion-styles for group selection.
1308
1309 2009-02-04  Andreas Schwab  <schwab@suse.de>
1310
1311         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1312         headers and regexp-quote the match if necessary.
1313
1314 2009-03-24  Miles Bader  <miles@gnu.org>
1315
1316         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1317         the blinking smiley.
1318
1319 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1320
1321         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1322         blink smiley.
1323
1324 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1325
1326         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1327         where the dribbel file lives exists.
1328
1329         * message.el (message-send-mail-partially-limit): Change the default to
1330         nil, since most people don't want this.
1331
1332         * mm-url.el (mm-url-decode-entities): Also decode entities like
1333         &#x3212.
1334
1335 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1336
1337         * gnus-sum.el (gnus-summary-idna-message):
1338         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1339         Hyperlink urls in docstrings with URL `...'.
1340
1341 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1342
1343         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1344         functions.
1345
1346 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1347
1348         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1349         say what the mouseover text should be.
1350
1351         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1352         version of the mm-w3m-safe-url-regexp variable to only download images
1353         in the groups where we want that to happen.
1354
1355         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1356
1357         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1358         easier debugging.
1359         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1360         big pictures in the article buffer.
1361
1362         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1363         gnus-article-html.
1364         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1365         w3m.
1366
1367         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1368
1369 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1370
1371         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1372         which doesn't exist.
1373
1374         * message.el (message-inhibit-ecomplete): New variable to allow some
1375         function to inhibit ecomplete address storage.
1376         (message-resend): Disable ecomplete message storage when resending
1377         messages.
1378
1379         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1380
1381 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1382
1383         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1384         Save excursion while copying, moving, and deleting articles in order to
1385         prevent the cursor from jumping to unforeseen place.
1386
1387 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1388
1389         * lpath.el: No need to bind bookmark-current-buffer,
1390         bookmark-yank-point and bookmark-make-record-function.
1391
1392 2010-08-17  Glenn Morris  <rgm@gnu.org>
1393
1394         * gnus-sync.el: Require gnus components whose functions are used.
1395
1396         * gnus-art.el (bookmark-make-record-function):
1397         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1398         Declare for compiler.
1399
1400         * mm-url.el (mml-compute-boundary): Autoload.
1401
1402 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1403
1404         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1405
1406 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1407
1408         Typo fix "hoo4a" -> "hook".
1409
1410         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1411
1412 2010-08-14  Glenn Morris  <rgm@gnu.org>
1413
1414         * gnus-sync.el (gnus-sync): Fix defgroup version.
1415
1416 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1417
1418         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1419
1420         * gnus-sync.el: Fix docs.
1421         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1422         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1423
1424 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1425
1426         Optimizations for gnus-sync.el.
1427
1428         * gnus-sync.el: Add docs about gnus-sync-backend
1429         possibilities.
1430         (gnus-sync-save): Remove unnecessary message.
1431         (gnus-sync-read): Optimize and show what groups were skipped.
1432
1433 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1434
1435         Minor bug fixes for gnus-sync.el.
1436
1437         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1438         read the sync on get-new-news.
1439
1440         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1441         quiet.
1442
1443         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1444
1445 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1446
1447         Make saving and restoring of hidden threads work with overlays.
1448         Patch applied by Ted Zlatanov.
1449
1450         * gnus-sum.el (gnus-hidden-threads-configuration)
1451         (gnus-restore-hidden-threads-configuration): Update to deal with text
1452         properties, rather than searching for a magic character.
1453
1454 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1455
1456         New gnus-sync.el library for synchronization of marks.
1457
1458         * gnus-sync.el: New library for synchronization of marks.
1459
1460         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1461         renamed from `gnus-registry-grep-in-list'.
1462
1463         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1464
1465         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1466
1467 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1468
1469         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1470         determining charset of text fails.
1471
1472 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1473
1474         * nnmail.el (nnmail-get-new-mail-1): Revert.
1475
1476         * nnml.el (nnml-active-number): Make sure names of newly created groups
1477         in nnml-group-alist are encoded.
1478
1479 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1480
1481         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1482         containing non-ASCII characters in active file for nnml back end.
1483
1484 2010-07-24  David Engster  <dengste@eml.cc>
1485
1486         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1487         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1488
1489 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1490
1491         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1492         tag (Bug#6654).
1493
1494 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1495
1496         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1497         the article buffer, not the summary buffer.
1498
1499 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1500
1501         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1502         Emacs 23 as well.
1503
1504 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1505
1506         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1507         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1508
1509 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1510
1511         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1512         Patch applied by Karl Fogel.
1513
1514         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1515         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1516
1517 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1518
1519         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1520         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1521         C-w still not working correctly from Article buffers; Thierry's
1522         patch to fix that will be applied after this.
1523
1524         * gnus-art.el (bookmark-make-record-function): New local variable.
1525
1526         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1527         article buffer.
1528         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1529
1530 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1531
1532         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1533         on changes in bookmark.el.
1534
1535 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1536
1537         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1538         `no-log' instead of message not to log prompt string.
1539
1540 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1541
1542         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1543         the *other* type of HTML form submission.
1544
1545 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1546
1547         * auth-source.el (auth-source-pick): If choice does not contain a
1548         questioned keyword, set the check to t.
1549
1550 2010-06-12  Romain Francoise  <romain@orebokech.com>
1551
1552         * gnus-util.el (gnus-date-get-time): Move up before first use.
1553
1554 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1555
1556         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1557         (gnus-article-edit-part): Bind it to make last part that is substituted
1558         or deleted visible.
1559         (gnus-mime-display-single): Buttonize part of which id equals to
1560         gnus-mime-buttonized-part-id.
1561
1562 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1563
1564         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1565         (gnus-dd-mmm): Use gnus-date-get-time.
1566         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1567         simplify logic.
1568         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1569         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1570
1571 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1572
1573         * auth-source.el (top): Autoload `secrets-list-collections',
1574         `secrets-create-item', `secrets-delete-item'.
1575         (auth-sources): Fix tag string.
1576         (auth-get-source, auth-source-retrieve, auth-source-create)
1577         (auth-source-delete): New defuns.
1578         (auth-source-pick): Rewrite in order to avoid 2 passes.
1579         (auth-source-forget-user-or-password): New parameter USERNAME.
1580         (auth-source-user-or-password): New parameters CREATE-MISSING and
1581         DELETE-EXISTING.  Retrieve password interactively, if needed.
1582
1583 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1584
1585         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1586         deleting unused directories when gnus-expert-user is t.
1587
1588 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1589
1590         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1591         for each temp file when gnus-article-browse-delete-temp is ask.
1592
1593 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1594
1595         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1596         Lisp calls to delete-backward-char by calls to delete-char.
1597
1598 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1599
1600         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1601
1602 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1603
1604         * password-cache.el (password-cache-remove): Fix docstring.
1605
1606 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1607
1608         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1609         article unless decoding article to be saved.
1610
1611 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1612
1613         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1614         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1615         generated within the mm-with-unibyte-current-buffer macro.
1616
1617 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1618
1619         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1620         to nil when we're in a mml-preview buffer and no group is selected.
1621
1622 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1623
1624         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1625         when catching the `C-g'.  Reported by "Leo".
1626
1627 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1628
1629         * message.el (message-forward-make-body-plain)
1630         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1631         multibyte-string-p.
1632
1633         * lpath.el: Revert.
1634
1635 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1636
1637         * message.el (message-forward-make-body-mml): Assume original message
1638         is multibyte string; error on unibyte.
1639         (message-forward-make-body-plain): Ditto; don't add excessive newline
1640         in body end.
1641
1642         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1643
1644 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1645
1646         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1647         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1648
1649 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1650
1651         * mm-extern.el (mm-extern-url): Don't use
1652         mm-with-unibyte-current-buffer.
1653         (mm-extern-cache-contents): Use with-current-buffer instead of
1654         save-excursion + set-buffer.
1655
1656 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1657
1658         * mm-util.el (mm-emacs-mule): Remove.
1659
1660 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1661
1662         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1663         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1664         change.
1665
1666 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1667
1668         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1669         bind the default value of enable-multibyte-characters to nil.
1670
1671 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1672
1673         * message.el (message-forward-make-body-plain)
1674         (message-forward-make-body-mml):
1675         Don't use mm-with-unibyte-current-buffer.
1676
1677 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1678
1679         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1680
1681 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1682
1683         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1684         (Bug#5592).
1685
1686 2010-05-07  Julien Danjou  <julien@danjou.info>
1687
1688         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1689         it to mm-pipe-part.
1690
1691         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1692         it is given.
1693
1694 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1695
1696         * binhex.el (binhex-decode-region-internal)
1697         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1698         (dns-query)
1699         * nnweb.el (nnweb-gmane-search)
1700         * pgg-parse.el (pgg-parse-armor)
1701         * pgg.el (pgg-verify-region)
1702         * sha1.el (sha1-string-external)
1703         * uudecode.el (uudecode-decode-region-internal)
1704         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1705         XEmacs.
1706
1707         * gnus-art.el (gnus-article-browse-html-parts)
1708         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1709         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1710         make-temp-file.
1711
1712         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1713         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1714         compiling.
1715
1716         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1717         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1718         XEmacs when compiling.
1719
1720         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1721         gnus-pick-mode-off-hook for XEmacs when compiling.
1722         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1723         gnus-binary-mode-off-hook for XEmacs when compiling.
1724
1725         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1726         nil if char-charset is not available.
1727
1728         * imap.el (imap-disable-multibyte)
1729         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1730         macros.
1731
1732         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1733         instead of encode-coding-string.
1734
1735         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1736         'xemacs) instead of mm-emacs-mule to switch function definitions.
1737         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1738
1739         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1740         bind temporary-file-directory for XEmacs;
1741         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1742         timer-set-function for XEmacs 21.4 and SXEmacs;
1743         bind timer-list for XEmacs 21.4 and SXEmacs;
1744         fbind char-charset and find-charset-region for non-Mule XEmacs;
1745         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1746         encode-coding-region and encode-coding-string for XEmacs having no
1747         file-coding feature.
1748
1749 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1750
1751         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1752
1753 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1754
1755         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1756         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1757
1758 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1759
1760         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1761         alias `jka-compr-delete-temp-file' no longer exists.
1762
1763 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1764
1765         Use define-minor-mode in Gnus where applicable.
1766         * mml.el (mml-mode): Use define-minor-mode.
1767         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1768         (gnus-undo-mode): Use define-minor-mode.
1769         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1770         (gnus-dead-summary-mode): Use define-minor-mode.
1771         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1772         Initialize in declaration.
1773         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1774         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1775         (gnus-mailing-list-mode): Use define-minor-mode.
1776         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1777         (gnus-draft-mode): Use define-minor-mode.
1778         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1779         (gnus-dired-mode): Use define-minor-mode.
1780
1781 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1782
1783         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1784         handles on recursive mml-to-mime translation and check them for
1785         boundary delimiter collisions.  Reported by Greg Troxel.
1786
1787 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1788
1789         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1790
1791 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1792
1793         * mm-util.el (mm-find-buffer-file-coding-system):
1794         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1795
1796 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1797
1798         * message.el (message-generate-headers): Record insertion of optional
1799         headers as well.  Otherwise the check to prevent repeated insertion of
1800         optional headers is a no-op.
1801
1802 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1803
1804         * smime.el: Don't mention CVS.
1805
1806         * nnrss.el (nnrss-fetch): Don't mention CVS.
1807
1808         * nnir.el: Don't mention CVS.
1809
1810 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1811
1812         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1813
1814 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1815
1816         * lpath.el: Fbind bookmark-default-handler,
1817         bookmark-get-bookmark-record, bookmark-make-record-default,
1818         bookmark-prop-get for Emacs <23 and XEmacs.
1819
1820 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1821
1822         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1823         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1824         Use with-current-buffer to silence the byte-compiler.
1825         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1826         bother to require `gnus'.
1827         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1828
1829 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1830
1831         * gnus-sum.el (gnus-summary-bookmark-make-record)
1832         (gnus-summary-bookmark-jump): New functions.
1833         (gnus-summary-mode): Setup bookmark support.
1834
1835 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1836
1837         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1838         if set.
1839
1840 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1841
1842         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1843         gnus-article-browse-html-save-cid-image; make it work recursively for
1844         forwarded messages as well.
1845         (gnus-article-browse-html-parts): Work when prefix arg is given.
1846         (gnus-article-browse-html-article): Doc fix.
1847
1848 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1849
1850         * message.el (message-default-mail-headers):
1851         (message-default-headers): Carry the value mail-default-headers over
1852         into message-default-mail-headers, rather than message-default-headers.
1853
1854 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1855
1856         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1857         charset.
1858
1859         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1860         charset into the <meta> tag when the article is encoded to utf-8.
1861
1862 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1863
1864         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1865         directories as well.
1866         (gnus-article-browse-html-parts): Work for images that do not specify
1867         file names; delete temp directory when quitting; insert header at the
1868         right place; use file: scheme for image files.
1869
1870 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1871
1872         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1873         (gnus-article-browse-html-parts): Use it to make temporary cid image
1874         files in addition to html file so that browser may display them.
1875
1876 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1877
1878         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1879
1880 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1881
1882         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1883
1884 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1885
1886         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1887         about Secret Service API sources.  Improve Customize options.
1888         (auth-source-pick): Change to accept any number of search parameters.
1889         Implement fallbacks iteratively, not recursively.  Add scoring on the
1890         second pass and sort by score.  Call Secret Service API when needed.
1891         (auth-source-user-or-password): Use it.  Call Secret Service API
1892         directly when needed to get the user name and the password.
1893
1894 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1895
1896         * message.el (message-interactive): Doc fix.
1897         (message-qmail-inject-args): Reflow.
1898         (message-kill-to-signature): Fix typo in docstring.
1899
1900         * smiley.el (smiley-buffer): Fix typo in docstring.
1901
1902 2010-03-24  Glenn Morris  <rgm@gnu.org>
1903
1904         * mail-source.el (gnus-message): Declare.
1905         (mail-source-delete-old-incoming): Require gnus-util.
1906
1907 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1908
1909         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1910
1911         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1912
1913         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1914         password-cache's default if it is not bound.
1915         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1916         password-cache-expiry's default if it is not bound.
1917
1918         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1919         available in Emacs 21.
1920
1921         * lpath.el: Suppress compiler warnings for:
1922         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1923         XEmacs;
1924         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1925         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1926         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1927
1928 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1929
1930         * auth-source.el (auth-sources): Fix up definition so extra parameters
1931         are always inline.
1932
1933 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1934
1935         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1936         wasn't updated after mismatch.  Clear cached mailbox info correctly
1937         when uidvalidity changes.
1938         (nnimap-group-prefixed-name): New function to avoid some code
1939         duplication.
1940         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1941         (nnimap-request-group): Use it.
1942         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1943         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1944         with many imap folders.  This is done by caching the group status from
1945         the imap server persistently in a group parameter `imap-status'.  (This
1946         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1947         but not persistently, so every Gnus startup was still very slow.)
1948
1949 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1950
1951         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1952         delete the extra newline.  Otherwise editing of :string and :number
1953         types don't work.
1954
1955 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1956
1957         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1958         secrets.el dependency.
1959         (auth-sources): Add optional user name.  Add secrets.el configuration
1960         choice (unused right now).
1961
1962 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1963
1964         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1965         `gnus-registry-install-shortcuts' fill in the functions.
1966
1967         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1968         warnings.
1969         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1970         (gnus-registry-install-shortcuts): Populate and use it in a
1971         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1972
1973 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1974
1975         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1976         In-place substitutions for the group name encoding/decoding.
1977         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1978         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1979         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1980         (nnimap-update-unseen, nnimap-request-list)
1981         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1982         (nnimap-request-set-mark, nnimap-split-to-groups)
1983         (nnimap-split-articles, nnimap-request-newgroups)
1984         (nnimap-request-create-group, nnimap-request-accept-article)
1985         (nnimap-request-delete-group, nnimap-request-rename-group)
1986         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1987         `encoded-mbx' for consistency.
1988         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1989         variable `imap-current-mailbox'.
1990
1991         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1992         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1993
1994 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1995
1996         * pop3.el (pop3-display-message-size-flag): Display message size byte
1997         counts during POP3 download.
1998         (pop3-movemail): Use it.
1999         (pop3-list): Implement listing of available messages.
2000
2001 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2002
2003         * nnir.el (nnir-get-article-nov-override-function): New function to
2004         override the normal NOV retrieval.
2005         (nnir-retrieve-headers): Use it.
2006
2007 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2008
2009         * auth-source.el (netrc-machine-user-or-password): Autoload.
2010
2011 2010-03-19  Glenn Morris  <rgm@gnu.org>
2012
2013         Stop message.el from loading about 40 libraries it doesn't always need.
2014         The general approach is to autoload rather than require, and to
2015         require in the specific functions rather than the file.  (Bug#5642)
2016
2017         * gmm-utils.el: Don't require wid-edit.
2018         (widget-create-child-value, widget-convert, widget-default-get):
2019         Autoload.
2020
2021         * gnus-util.el: Don't require time-date, netrc.
2022         (message-fetch-field, gnus-group-name-decode): Declare rather than
2023         autoloading.
2024         (gnus-fetch-field): Require message.
2025         (gnus-decode-newsgroups): Require gnus-group.
2026
2027         * ietf-drums.el: Don't require time-date.
2028
2029         * message.el: Don't require hashcash, canlock, ecomplete.
2030         Do require mail-utils.  Require nnheader only when compiling.
2031         (smtpmail-default-smtp-server): Remove declaration.
2032         (message-send-mail-function): Check smtpmail-default-smtp-server
2033         is bound rather than requiring smtpmail.
2034         (message-auto-save-directory, message-insert-signature): Use
2035         expand-file-name rather than nnheader-concat.
2036         (nnheader-insert-file-contents): Autoload.
2037         (hashcash-wait-async): Declare.
2038         (message-send-mail): Only call gnus-setup-posting-charset if
2039         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2040         (message-send-mail-with-sendmail): Require sendmail.
2041         (canlock-password, canlock-password-for-verify): Declare.
2042         (message-canlock-password): Require canlock.
2043         (nnheader-get-report): Autoload.
2044         (gnus-setup-posting-charset): Declare.
2045         (message-send-news): Require gnus-msg.
2046         (message-make-references, message-make-in-reply-to): Use mail-header-id
2047         rather than the alias mail-header-message-id.
2048         (ecomplete-add-item, ecomplete-save): Declare.
2049         (message-put-addresses-in-ecomplete): Require ecomplete.
2050         (ecomplete-display-matches): Autoload.
2051
2052         * mm-decode.el: Don't require mailcap, gnus-util.
2053         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2054         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2055         Autoload.
2056         (mailcap-mime-extensions): Declare.
2057
2058         * mm-encode.el: Don't require mailcap.
2059         (mailcap-extension-to-mime): Autoload.
2060
2061         * mml-sec.el: Don't require password-cache.
2062
2063         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2064         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2065         (mml-minibuffer-read-type): Require mailcap.
2066         (mml-preview): Require gnus-msg.
2067
2068         * mml1991.el: Require password-cache.
2069         (password-cache-expiry): Remove declaration.
2070
2071         * mml2015.el: Require password-cache.
2072         (password-cache-expiry): Remove declaration.
2073
2074         * nneething.el (mailcap): Require mailcap.
2075
2076         * nnheader.el (declare-function): Add compatibility stub.
2077         (message-remove-header): Declare rather than autoload.
2078         (nnheader-replace-header): Require message.
2079
2080         * nnimap.el (declare-function): Add compatibility stub.
2081         (netrc-parse, netrc-machine-user-or-password): Declare.
2082         (nnimap-open-connection): Require netrc.
2083
2084         * nntp.el (declare-function): Add compatibility stub.
2085         (netrc-parse, netrc-machine, netrc-get): Declare.
2086         (nntp-send-authinfo): Require netrc.
2087
2088         * rfc2047.el: Don't require qp.
2089         (quoted-printable-encode-region, quoted-printable-decode-string):
2090         Autoload.
2091
2092         * sieve-mode.el: Don't require easymenu.
2093         (easy-menu-add-item): Autoload it.
2094
2095         * spam-stat.el (time-to-number-of-days): Autoload it.
2096
2097 2010-03-19  Glenn Morris  <rgm@gnu.org>
2098
2099         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2100
2101 2010-03-18  Glenn Morris  <rgm@gnu.org>
2102
2103         * hashcash.el (declare-function): Remove duplicate definition.
2104
2105 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2106
2107         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2108         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2109         value if any backslash escapes).
2110
2111 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2112
2113         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2114         if it is available.  (bug#5647)
2115
2116         * lpath.el: Suppress compiler warning for coding-system-from-name for
2117         Emacs 21 and XEmacs.
2118
2119 2010-03-14  Juri Linkov  <juri@jurta.org>
2120
2121         * hmac-def.el:
2122         * hmac-md5.el:
2123         * netrc.el: Fix keywords.
2124
2125 2010-02-26  Glenn Morris  <rgm@gnu.org>
2126
2127         * message.el (message-send-mail-function): Change the default, so that
2128         it inherits from a customized send-mail-function.  (Bug#5643)
2129
2130 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2131
2132         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2133         shell-command-to-string signals an error (bug#5299).
2134
2135 2010-02-24  Glenn Morris  <rgm@gnu.org>
2136
2137         * message.el (message-smtpmail-send-it)
2138         (message-send-mail-with-mailclient): Doc fixes.
2139
2140 2010-02-16  Glenn Morris  <rgm@gnu.org>
2141
2142         * message.el (message-default-mail-headers): Change the default value
2143         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2144
2145 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2146
2147         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2148         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2149
2150 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2151
2152         * time-date.el (date-to-time): Doc fix (Bug#5408).
2153
2154 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2155
2156         * message.el (message-mail): Just pass yank-action on to message-setup.
2157         (message-setup): Handle (FUN . ARGS) form of yank-action.
2158         (message-with-reply-buffer, message-widen-reply)
2159         (message-yank-original): Handle non-buffer values of
2160         message-reply-buffer (Bug#4080).
2161         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2162
2163 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2164
2165         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2166         Fix typo in docstring.
2167
2168 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2169
2170         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2171         response.
2172
2173 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2174
2175         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2176
2177         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2178
2179         * message.el (message-check-news-header-syntax): Protect against a
2180         string that `rfc822-addresses' returns when parsing fails.
2181
2182 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2183
2184         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2185         (gnus-previous-char-property-change): New functions.
2186
2187         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2188
2189 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2190
2191         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2192         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2193
2194 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2195
2196         * message.el (message-exchange-point-and-mark): Rework last change to
2197         avoid using optional arg of exchange-point-and-mark, for backward
2198         compatibility.
2199
2200 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2201
2202         * message.el (message-exchange-point-and-mark): Call
2203         exchange-point-and-mark with an argument rather than setting
2204         mark-active by hand (Bug#5175).
2205
2206 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2207
2208         * nntp.el (nntp-service-to-port): Work for service expressed with
2209         numeric string; replace [:digit:] with [0-9] for XEmacs.
2210
2211 2009-12-17  Glenn Morris  <rgm@gnu.org>
2212
2213         * gnus-group.el (gnus-bug-group-download-format-alist):
2214         Change emacs entry to debbugs.gnu.org.  Bump :version.
2215
2216 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2217
2218         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2219
2220 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2221
2222         * message.el (message-info): Explain why we use `Info-goto-node'.
2223
2224 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2225
2226         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2227
2228 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2229
2230         * message.el (message-completion-in-region): New compatibility function.
2231         (message-expand-group): Use it.
2232
2233 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2234
2235         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2236         with no unread article should be listed if the 2nd arg `predicate' is
2237         given.
2238
2239 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2240
2241         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2242
2243 2009-11-29  Juri Linkov  <juri@jurta.org>
2244
2245         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2246         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2247         on `gnus-recenter'. (Bug#4698, Bug#4981)
2248
2249 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2250
2251         * sha1.el (sha1-string-external): default-directory "/" in case
2252         otherwise non-existent.  process-connection-type pipe for touch of
2253         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2254
2255 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2256
2257         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2258         it's comms related and sgml-mode.el has "comm" on that basis too.
2259
2260 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2261
2262         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2263         containing tspecial characters if they have been already quoted.
2264
2265 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2266
2267         * dns-mode.el (auto-mode-alist): Purecopy string.
2268
2269 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2270
2271         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2272
2273 2009-10-24  Glenn Morris  <rgm@gnu.org>
2274
2275         * gnus-art.el (help-xref-stack-item): Define for compiler.
2276
2277 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2278
2279         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2280
2281 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2282
2283         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2284
2285 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2286
2287         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2288         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2289
2290 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2291
2292         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2293         (gnus-overlays-in): New alias to overlays-in.
2294
2295         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2296         gnus-overlay-get, and gnus-delete-overlay.
2297         (gnus-summary-show-thread): Make it work as well for systems in which
2298         next-single-char-property-change is not available.
2299         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2300
2301         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2302         (gnus-overlay-get): New alias to extent-property.
2303         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2304
2305         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2306         SXEmacs.
2307
2308         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2309         SXEmacs.
2310
2311 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2312
2313         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2314
2315 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2316
2317         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2318         and XEmacs that don't have `remove-overlays'.
2319
2320 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2321
2322         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2323         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2324         selective display.  Use overlays instead.
2325
2326 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2327
2328         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2329
2330 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2331
2332         * spam-stat.el (spam-stat-load): Fix typo in message.
2333
2334 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2335
2336         * dig.el (dig-invoke): Fix typo in docstring.
2337         (query-dig): Reflow docstring.
2338
2339 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2340
2341         * gnus-art.el (gnus-article-encrypt-body):
2342         * message.el (message-check-recipients):
2343         * mm-util.el (mm-codepage-setup):
2344         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2345         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2346
2347 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2348
2349         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2350         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2351         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2352         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2353         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2354
2355 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2356
2357         * dig.el: Add "Keywords: comm", as per net-utils.el.
2358
2359 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2360
2361         * dig.el (dig-mode): Use define-derived-mode.
2362
2363 2009-09-19  Glenn Morris  <rgm@gnu.org>
2364
2365         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2366
2367 2009-09-18  Glenn Morris  <rgm@gnu.org>
2368
2369         * gnus-diary.el (gnus-diary-check-message):
2370         * message.el (message-insert-formatted-citation-line):
2371         * nnbabyl.el (top-level):
2372         * nndiary.el (nndiary-schedule):
2373         Fix typos in condition-case handlers.
2374
2375 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2376
2377         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2378         configuration that provides the sole article window in a frame;
2379         position point correctly after deleting a part.
2380
2381 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2382
2383         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2384         (spam-resolve-registrations-routine): Use it to unregister articles
2385         that change status.
2386
2387 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2388
2389         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2390         with XEmacs.
2391         (parse-time-string-chars): Use it.
2392
2393 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2394
2395         * imap.el (imap-interactive-login): Better messages.
2396         (imap-open): Fix bug with renamed buffer on reconnect.
2397         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2398         for easier debugging and cleaner code.  On successful (guessed based on
2399         server capabilities) secondary authentication, set imap-state
2400         correctly.
2401         (imap-last-authenticator): Define imap-last-authenticator as a variable
2402         to avoid warnings.
2403
2404 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2405
2406         * nnrss.el (nnrss-request-article): Remove binding of
2407         default-enable-multibyte-characters that has gotten needless by
2408         the 2007-07-13 change in rfc2047-encode-message-header.
2409
2410         * mml.el (mml-insert-multipart): Error on the message header.
2411         (mml-insert-part): Error on the message header; position point at
2412         the end of a MIME tag.
2413
2414 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * time-date.el (autoload): Expand define-obsolete-function-alias into
2417         defalias and make-obsolete for old Emacsen that Gnus supports.
2418         (with-no-warnings): Define it for old Emacsen.
2419         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2420         is available.
2421         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2422         float-time is available; suppress compile warning for time-to-seconds.
2423
2424         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2425         (gnus-float-time): Alias to float-time if it exists.
2426
2427         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2428         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2429         float-time is available; suppress compile warning for time-to-seconds.
2430
2431         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2432         XEmacs.
2433
2434 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2435
2436         * imap.el (imap-message-map): Docstring fix.
2437
2438 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2439
2440         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2441         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2442         Add the optional argument `encoding' that overrides the default.
2443
2444         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2445         mm-encode-buffer.
2446
2447 2009-09-04  Glenn Morris  <rgm@gnu.org>
2448
2449         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2450         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2451         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2452         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2453         * mm-util.el (mm-with-unibyte-current-buffer)
2454         (mm-find-buffer-file-coding-system):
2455         * yenc.el (yenc-decode-region): Use default-value rather than
2456         default-enable-multibyte-characters.
2457
2458 2009-09-03  Glenn Morris  <rgm@gnu.org>
2459
2460         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2461         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2462         than default-enable-multibyte-characters.
2463
2464 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2465
2466         * gnus-art.el (gnus-article-read-summary-keys):
2467         Fix gnus-buffer-configuration's value temporarily used.
2468
2469 2009-09-02  Glenn Morris  <rgm@gnu.org>
2470
2471         * gnus-util.el (gnus-float-time): New function.
2472         * gnus-delay.el (gnus-delay-article):
2473         * gnus-sum.el (gnus-thread-latest-date):
2474         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2475         * nnspool.el (nnspool-request-newgroups):
2476         Use gnus-float-time rather than time-to-seconds.
2477         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2478
2479         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2480         (gnus-header-subject-face, gnus-header-newsgroups-face)
2481         (gnus-header-name-face, gnus-header-content-face):
2482         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2483         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2484         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2485         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2486         (gnus-cite-face-11):
2487         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2488         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2489         (gnus-server-closed-face, gnus-server-denied-face)
2490         (gnus-server-offline-face):
2491         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2492         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2493         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2494         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2495         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2496         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2497         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2498         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2499         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2500         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2501         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2502         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2503         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2504         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2505         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2506         (gnus-summary-high-undownloaded-face)
2507         (gnus-summary-low-undownloaded-face)
2508         (gnus-summary-normal-undownloaded-face)
2509         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2510         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2511         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2512         (gnus-splash-face):
2513         * message.el (message-header-to-face, message-header-cc-face)
2514         (message-header-subject-face, message-header-newsgroups-face)
2515         (message-header-other-face, message-header-name-face)
2516         (message-header-xheader-face, message-separator-face)
2517         (message-cited-text-face, message-mml-face):
2518         * sieve-mode.el (sieve-control-commands-face)
2519         (sieve-action-commands-face, sieve-test-commands-face)
2520         (sieve-tagged-arguments-face):
2521         * spam.el (spam-face):
2522         Mark face aliases with "-face" in the name as obsolete.
2523
2524 2009-09-01  Glenn Morris  <rgm@gnu.org>
2525
2526         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2527         than goto-line.
2528
2529 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2530
2531         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2532         Don't move point if the command is invoked inside the message header.
2533
2534 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2535
2536         * imap.el (imap-send-command): Simplify.
2537         (imap-wait-for-tag): point-max -> buffer-size.
2538
2539 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2540
2541         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2542         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2543         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2544         * nnir.el (nnir-swish-e-index-file):
2545         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2546         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2547         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2548         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2549         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2550         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2551
2552 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2553
2554         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2555         Don't save excursion.
2556
2557 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2558
2559         * nnheader.el (nnheader-find-file-noselect):
2560         * mm-util.el (mm-insert-file-contents):
2561         Use (default-value 'major-mode) instead of default-major-mode.
2562
2563 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2564
2565         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2566
2567 2009-08-26  Glenn Morris  <rgm@gnu.org>
2568
2569         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2570         than placing in files.el.
2571
2572 2009-08-25  Glenn Morris  <rgm@gnu.org>
2573
2574         * nnir.el (top-level): Don't require cl at run-time.
2575         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2576         Replace cl-function substitute with gnus-replace-in-string.
2577         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2578         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2579         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2580         simplified expansions.
2581
2582 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2583
2584         * dig.el (dig): Add autoload cookie.
2585
2586 2009-08-22  Glenn Morris  <rgm@gnu.org>
2587
2588         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2589         goto-line.
2590
2591 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2592
2593         * parse-time.el (parse-time-string-chars): Save match data.
2594
2595 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2596
2597         * parse-time.el (parse-time-string-chars): Compute using character
2598         classes, to handle non-ascii characters (Bug#3190).
2599
2600 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2601
2602         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2603
2604         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2605         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2606         (gnus-mm-display-part, gnus-mime-display-single)
2607         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2608         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2609
2610         * gnus-sum.el
2611         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2612         (gnus-summary-move-article): Add expirable mark to articles copied or
2613         moved to group that has auto-expire turned on if the option is non-nil.
2614
2615 2009-07-24  Glenn Morris  <rgm@gnu.org>
2616
2617         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2618         Fix typo.  (Bug#3903)
2619
2620 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2621
2622         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2623         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2624         that should not be used for draft articles.
2625         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2626         that has no concern in minor mode keys.
2627         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2628         Abolish.
2629
2630 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2631
2632         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2633         article without making inquiry to a user for unknown encoding.
2634
2635         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2636         (nnmaildir--scan): Assume i-node and device number that file-attributes
2637         returns might be cons-cell.
2638
2639         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2640
2641         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2642
2643 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2644
2645         * auth-source.el: Remove docs now in auth.texi.  Don't use
2646         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2647         `auth-source-hide-passwords' and use them.
2648
2649 2009-07-15  Glenn Morris  <rgm@gnu.org>
2650
2651         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2652
2653 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2654
2655         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2656         excessive whitespace from the default values of title and description.
2657
2658 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2659
2660         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2661         mail-fetch-field to fetch Content-Description header in order to
2662         exclude newlines.
2663
2664 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2665
2666         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2667         format used by GnuPG 2.0.11.
2668
2669 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2670
2671         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2672         to deleted part.
2673
2674 2009-05-30  David Engster  <dengste@eml.cc>
2675
2676         * nnmairix.el: Remove old documentation in the commentary block.
2677         (nnmairix-request-group): Do not update active file for nnml back ends.
2678         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2679         end so that overview files are ignored.
2680         (nnmairix-update-groups): Make updating the groups more robust by using
2681         marks.
2682         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2683         with dollar characters in message-id.
2684
2685 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2686
2687         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2688         2008-12-25 in dns.el.
2689
2690 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2691
2692         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2693         could happen if the text is only composed of spaces and/or tabs.
2694
2695 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2696
2697         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2698         when sending a queued message to avoid extra mml tags.
2699
2700 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2701
2702         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2703
2704 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2705
2706         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2707         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2708         rmail-toggle-header for XEmacs;
2709         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2710
2711 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2712
2713         * gnus-dired.el: Remove autoload for gnus-setup-message.
2714         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2715         displaying Gnus logo; always use compose-mail.
2716
2717 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2718
2719         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2720
2721 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2722
2723         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2724         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2725         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2726         available.
2727         (gnus-nocem-epg-verify): New function.
2728
2729 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2730
2731         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2732
2733 2009-02-15  Glenn Morris  <rgm@gnu.org>
2734
2735         * gnus-util.el (rmail-insert-rmail-file-header)
2736         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2737         autoloads.
2738         (rmail-default-rmail-file): Remove unnecessary declaration.
2739         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2740
2741 2009-02-14  Glenn Morris  <rgm@gnu.org>
2742
2743         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2744         variable (only used in gnus-util, which declares it anyway).
2745         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2746         which was only needed by gnus-art (changed to not use it any more).
2747         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2748         only used in gnus-util, which autoloads it itself.
2749         (rmail-update-summary): Fix autoload.
2750
2751         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2752         rather than rmail-output-to-rmail-file.
2753
2754 2009-02-07  Glenn Morris  <rgm@gnu.org>
2755
2756         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2757         autoload of function that no longer exists.
2758         (rmail-toggle-header): Declare.
2759         (message-forward-rmail-make-body): Handle mbox Rmail.
2760
2761 2009-01-31  Glenn Morris  <rgm@gnu.org>
2762
2763         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2764         2009-01-09 change.
2765
2766 2009-01-31  Dave Love  <fx@gnu.org>
2767
2768         * imap.el (imap-fetch-safe): Bind debug-on-error.
2769         (imap-debug): Add imap-fetch-safe.
2770
2771 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2772
2773         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2774         (auth-source-forget-all-cached): New convenience function.
2775         (auth-source-user-or-password): Accept list of modes or a single mode.
2776
2777         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2778         auth-source modes.
2779
2780         * netrc.el (netrc-machine-user-or-password): Use list of
2781         auth-source modes.
2782
2783         * nnimap.el (nnimap-open-connection): Use list of
2784         auth-source modes.
2785
2786         * nntp.el (nntp-send-authinfo): Use list of
2787         auth-source modes.
2788
2789 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2790
2791         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2792         now.
2793
2794 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2795
2796         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2797         coding system in XEmacs; add a workaround for XEmacs.
2798
2799         * lpath.el: Fbind coding-system-aliasee.
2800
2801 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2802
2803         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2804         of current-language-environment.
2805
2806 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2807
2808         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2809         available at runtime.
2810
2811 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2812
2813         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2814
2815 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2816
2817         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2818         the greatest positive fixnum value doesn't work under an XEmacs with
2819         bignum support; use the most-positive-fixnum constant instead,
2820         available since Emacs 21.1 with cl and XEmacs 21.1.
2821
2822 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2823
2824         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2825         XEmacs gets not to work.
2826
2827 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2828
2829         * mm-util.el (mm-coding-system-priorities): Allow the value like
2830         "Japanese (UTF-8)" of current-language-environment.
2831
2832 2009-01-09  Glenn Morris  <rgm@gnu.org>
2833
2834         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2835         with last-command-event.
2836
2837 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2838
2839         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2840         in the doc string.
2841
2842         * message.el (message-fix-before-sending): Amend comment.
2843
2844 2009-01-08  Dave Love  <fx@gnu.org>
2845
2846         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2847
2848 2009-01-07  David Engster  <dengste@eml.cc>
2849
2850         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2851         simplified server definitions by converting it via
2852         gnus-server-to-method.
2853
2854 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2855
2856         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2857         parameter's operands.
2858
2859 2009-01-06  David Engster  <dengste@eml.cc>
2860
2861         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2862         primary select method (for gnus-group-mark-article-as-read).
2863
2864 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2865
2866         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2867         `(gnus)Face', not `(gnus)X-Face'.
2868
2869 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2870
2871         * mm-util.el (mm-ucs-to-char): New function.
2872
2873         * mm-url.el (mm-url-decode-entities): Use it.
2874
2875         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2876         unicode-to-char.
2877
2878 2009-01-05  Dave Love  <fx@gnu.org>
2879
2880         * time-date.el: Require cl for `declare'.
2881
2882 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2883
2884         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2885         Dave Love.
2886
2887 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2888
2889         * message.el (message-fix-before-sending): Add `eight-bit' to
2890         illegible-text check.
2891
2892 2009-01-03  Michael Olson  <mwolson@gnu.org>
2893
2894         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2895         `headers' is nil.  This can occur if the IMAP server does not have
2896         permissions to read messages from a folder, but can write new messages
2897         to the folder.
2898         (nnimap-request-article-part): Do not insert `data' if it is nil.
2899
2900         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2901         characters which will confuse `read', so skip past them.
2902
2903 2009-01-01  Dave Love  <fx@gnu.org>
2904
2905         * imap.el (imap-string-to-integer): Fix typo.
2906         (imap-fetch-safe): New function.
2907         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2908
2909         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2910
2911         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2912         (imap-parse-greeting): Fix doc strings.
2913         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2914         (imap-parse-flag-list): Make messages unique.
2915         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2916
2917         * nnimap.el: Fix author email.
2918         (nnimap-split-rule): Add FIXME comment.
2919         (nnimap-debug): Fix doc string.
2920
2921 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2922
2923         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2924
2925 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2926
2927         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2928         nslookup if resolv.conf isn't available.
2929         (dns-query): Rename from query-dns.
2930         (dns-query-cached): Rename from query-dns-cached.
2931
2932 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2933
2934         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2935         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2936         to check if those variables exist (first appeared in Emacs 18.50).
2937
2938 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2939
2940         * mm-util.el (mm-line-number-at-pos): New function.
2941
2942         * spam-report.el (spam-report-process-queue): Use it.
2943
2944 2008-12-24  David Engster  <dengste@eml.cc>
2945
2946         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2947         parameters that haven't existed as variables as buffer-local variables.
2948
2949 2008-12-23  Dave Love  <fx@gnu.org>
2950
2951         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2952         cadar.
2953
2954         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2955         imap-starttls-p.
2956         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2957
2958 2008-12-22  Dave Love  <fx@gnu.org>
2959
2960         * imap.el: Fix author email.  Doc fixes.
2961         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2962         reply.
2963
2964 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2965
2966         * spam-report.el (spam-report-gmane-max-requests): New constant.
2967         (spam-report-gmane-wait): New variable.
2968         (spam-report-gmane-ham, spam-report-gmane-spam)
2969         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2970         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2971         the server.
2972
2973         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2974         Add explanations.
2975
2976         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2977         nnheader-accept-process-output and nnheader-read-timeout if available.
2978         (pop3-movemail): Use it.
2979
2980         * message.el (message-check-news-body-syntax): Fix signature check if
2981         there's an attachment.
2982
2983 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2984
2985         * mm-util.el: Add comments to the mm- emulating functions.
2986
2987 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2988
2989         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2990         by Stephen Berman <stephen.berman@gmx.net>.
2991
2992 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2993
2994         * mm-util.el (mm-substring-no-properties): New function.
2995         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2996         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2997         (mm-string-to-multibyte): Doc fix.
2998
2999         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3000
3001 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3002
3003         * mml.el (mml-attach-file): Strip text properties from file name.
3004         (Bug#1574)
3005
3006 2008-12-16  Glenn Morris  <rgm@gnu.org>
3007
3008         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3009
3010 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3011
3012         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3013         knows since the charset specified might be a bogus alias that
3014         mm-charset-synonym-alist provides.
3015
3016 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3017
3018         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3019         "ISO_8859-1".
3020
3021         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3022
3023 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3024
3025         * mm-util.el (mm-charset-eval-alist):
3026         Define it before mm-charset-to-coding-system.
3027         (mm-charset-to-coding-system): Add optional argument `silent';
3028         define it before mm-charset-override-alist.
3029         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3030         default value if it can be used in Emacs currently running;
3031         silence mm-charset-to-coding-system.
3032
3033 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3034
3035         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3036         `allow-override' which says whether to use `mm-charset-override-alist'.
3037         (rfc2047-decode-encoded-words): Use it.
3038
3039         * mm-util.el (mm-charset-override-alist): Fix custom type;
3040         add `(gb2312 . gbk)' to choices.
3041
3042 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3043
3044         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3045         fast.
3046
3047         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3048
3049         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3050
3051 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3052
3053         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3054         on links.
3055
3056         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3057
3058 2008-12-03  Lute Kamstra  <lute@gnu.org>
3059
3060         * sha1.el: Remove leading * from docstrings of defcustoms,
3061         deffaces, defconsts and defuns.
3062
3063 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3064
3065         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3066         users' addresses that don't have domain parts.
3067         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3068         rather than message-narrow-to-head since there will be the message
3069         header separator.
3070
3071 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3072
3073         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3074         since the result is inserted in a unibyte buffer anyway.
3075         (nnimap-demule-use-string-to-multibyte): Remove.
3076         (nnimap-demule): Alias it to mm-string-to-multibyte.
3077
3078 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3079
3080         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3081         variable for debugging bug#464 and bug#1174.
3082         (nnimap-demule): Use it.
3083
3084 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3085
3086         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3087         score calculation correctly.
3088
3089 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3090
3091         * message.el (message-send-mail): Just set the buffer to unibyte
3092         rather than use mm-with-unibyte-current-buffer which does a lot more.
3093         (message-send-mail-partially): Don't bother with
3094         mm-with-unibyte-current-buffer since it's already been made unibyte by
3095         message-send-mail.
3096
3097 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3098
3099         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3100
3101 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3102
3103         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3104
3105 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3106
3107         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3108         require itself and to remove `with-no-warnings'.
3109
3110 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3111
3112         * starttls.el (starttls-any-program-available): Get the name of the
3113         available TLS layer program.
3114         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3115         well as the host name in the "opening" message.
3116
3117         * auth-source.el (auth-source-cache, auth-source-do-cache)
3118         (auth-source-user-or-password): Cache passwords and logins by default,
3119         allow override with `auth-source-do-cache'.
3120         (auth-source-forget-user-or-password): Allow users to remove cache
3121         entries if needed.
3122
3123 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3124
3125         * md4.el (md4-buffer): Fix typo in docstring.
3126         (md4, md4-64): Doc fixes.
3127         (md4-pack-int32): Reflow docstring.
3128
3129 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3130
3131         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3132         condition-case to only the forward-sexp call.
3133
3134 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3135
3136         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3137         quotes contained.  Make it more robust regardless by an extra
3138         condition-case wrapper.
3139
3140 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3141
3142         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3143
3144 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3145
3146         * nnml.el (nnml-request-expire-articles): Check if the function set to
3147         `nnmail-expiry-target' returns the symbol `delete'.
3148
3149         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3150
3151         * nnmail.el (nnmail-expiry-target): Fix custom type.
3152
3153 2008-10-02  Glenn Morris  <rgm@gnu.org>
3154
3155         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3156         Silence compiler warning.
3157
3158 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3159
3160         * tls.el (open-tls-stream): Show the actual command being
3161         executed, instead of the format string.
3162
3163 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3164
3165         * lpath.el: Fbind codepage-setup for Emacs 23.
3166
3167 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3168
3169         * mml.el (mml-menu): Don't assume mml2015 is bound.
3170
3171 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3172
3173         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3174         exists.
3175
3176 2008-09-27  Glenn Morris  <rgm@gnu.org>
3177
3178         * gnus-util.el (mail-header-remove-comments): Autoload it.
3179
3180 2008-09-27  Andreas Schwab  <schwab@suse.de>
3181
3182         * gnus-util.el (gnus-split-references): Strip comments.
3183         (gnus-parent-id): Likewise.
3184
3185 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3186
3187         * message.el (message-confirm-send): Fix version.
3188
3189 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3190
3191         * message.el (message-idna-to-ascii-rhs-1): Use
3192         mail-extract-address-components rather than mail-header-parse-addresses
3193         that is an alias by default to ietf-drums-parse-addresses that does not
3194         support non-ASCII names in headers' contents.
3195
3196 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3197
3198         * message.el (message-confirm-send): Fixed variable documentation to
3199         avoid the "y/n" wording.
3200
3201 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3202
3203         * message.el (message-set-auto-save-file-name): Save to a different
3204         filename so multiple messages (especially drafts) can be recovered.
3205
3206 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3207
3208         * message.el (message-confirm-send): Add appropriate version.
3209
3210 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3211
3212         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3213         defvar.
3214
3215 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3216
3217         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3218         (mm-pkcs7-enveloped-magic): Ditto.
3219
3220 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3221
3222         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3223         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3224
3225 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3226
3227         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3228         default, it's better.
3229
3230 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3231
3232         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3233         summary line gnus-number property and ignore them (with a warning
3234         message).
3235
3236 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3237
3238         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3239         macro caddr in the interactive form since it won't be expanded.
3240
3241 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3242
3243         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3244         `charset'; fix name of function called recursively.
3245         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3246
3247 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3248
3249         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3250         (gnus-mime-set-charset-parameters): New function.
3251         (gnus-mime-view-part-as-charset): Use it to correctly display part
3252         specifying wrong charset.
3253
3254 2008-09-08  David Engster  <dengste@eml.cc>
3255
3256         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3257         in completing-read for back end server.
3258
3259 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3260
3261         * message.el (message-confirm-send): New variable to confirm sending a
3262         message.
3263         (message-send): Use it.
3264
3265 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3266
3267         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3268
3269 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3270
3271         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3272
3273 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3274
3275         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3276         prevent tracking too many groups.
3277         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3278         Use it.
3279
3280 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3281
3282         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3283         moving point to the bottom of the window in order to avoid recentering.
3284
3285 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3286
3287         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3288
3289         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3290         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3291         (gnus-article-beginning-of-window): Fix calculation.
3292
3293 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3294
3295         * gnus-msg.el (gnus-summary-supersede-article)
3296         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3297         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3298         message header.
3299
3300 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3301
3302         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3303         pending output coming after the status change.
3304
3305 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3306
3307         * message.el:
3308         * gnus-start.el:
3309         * gnus-registry.el: Remove VMS support.
3310
3311 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3312
3313         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3314         macro.
3315         (rfc2104-hash): Use it.
3316
3317 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3318
3319         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3320         (gnus-summary-sort-by-most-recent-date): New commands.
3321         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3322         and menu entries.
3323
3324 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3325
3326         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3327         don't redisplay article for raw contents; remove plural articles stuff.
3328
3329         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3330         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3331         on gnus-summary-save-article; display results properly.
3332
3333 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3334
3335         * lpath.el: No need to fbind ns-focus-frame.
3336
3337 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3338
3339         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3340
3341 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3342
3343         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3344         gnus-save-all-headers.
3345
3346 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3347
3348         * gnus-util.el (ns-focus-frame): Remove declaration.
3349         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3350         like x.
3351
3352 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3353
3354         * rfc2104.el (rfc2104-zero): Delete defconst.
3355         (rfc2104-hex-alist): Likewise.
3356         (rfc2104-hex-to-int): Delete func.
3357         (rfc2104-hexstring-to-bitstring): Likewise.
3358         (rfc2104-nybbles): New defconst.
3359         (rfc2104-hash): Rewrite for speed.
3360
3361 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3362
3363         * tls.el (open-tls-stream): Make it work with the 2nd argument
3364         BUFFER that is a string but does not exist as a buffer object, as
3365         mentioned in the doc-string.
3366
3367 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3368
3369         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3370         SXEmacs.
3371
3372 2008-07-16  Glenn Morris  <rgm@gnu.org>
3373
3374         * gnus-util.el (ns-focus-frame): Declare for compiler.
3375
3376 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3377
3378         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3379         set as a group parameter.
3380         (gnus-summary-save-in-pipe): Work when it is called independently.
3381         (gnus-summary-pipe-to-muttprint): Don't modify
3382         gnus-summary-pipe-output-default-command.
3383
3384 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3385
3386         * message.el (message-send-mail-with-sendmail):
3387         Display the error message.
3388
3389 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3390
3391         * gnus-art.el (gnus-default-article-saver):
3392         Add gnus-summary-save-in-pipe to choices.
3393         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3394         gnus-summary-pipe-output-default-command as the default command.
3395         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3396         instead of gnus-last-shell-command.
3397
3398         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3399         New user option.
3400         (gnus-summary-muttprint-program): Mention the value will be changed.
3401         (gnus-summary-save-article): Force showing of all headers.
3402         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3403
3404 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3405
3406         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3407
3408 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3409
3410         * nnimap.el (nnimap-id):
3411         * sieve-manage.el (sieve-manage-open): Doc fixes.
3412
3413 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3414
3415         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3416         if available.
3417
3418 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3419
3420         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3421
3422         * nnkiboze.el (nnkiboze-generate-group):
3423         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3424
3425         * nnmairix.el: Require CL.
3426
3427 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3428
3429         * dgnushack.el: Autoload get-display-table and put-display-table for
3430         XEmacs 21.5.
3431
3432         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3433         21.4 and SXEmacs.
3434
3435 2008-06-15  David Engster  <dengste@eml.cc>
3436
3437         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3438
3439 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3440
3441         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3442         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3443         runtime choice under XEmacs.
3444
3445         * gnus-sum.el (gnus-summary-set-display-table):
3446         Use `gnus-put-display-table', `gnus-get-display-table',
3447         `gnus-set-display-table' for the display table, instead of `aset'.
3448
3449         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3450         Use `gnus-put-display-table', `gnus-get-display-table',
3451         `gnus-set-display-table' for the display table.
3452
3453 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3454
3455         * nnmairix.el: Add autoloads.
3456
3457 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3458
3459         * nnmairix.el (nnmairix-delete-recreate-group)
3460         (nnmairix-update-and-clear-marks): Fix error messages.
3461
3462 2008-06-14  David Engster  <dengste@eml.cc>
3463
3464         * nnmairix.el: Upgrade to version 0.6.
3465         (nnmairix-group-toggle-propmarks-this-group)
3466         (nnmairix-group-toggle-readmarks-this-group)
3467         (nnmairix-group-delete-recreate-this-group)
3468         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3469         (nnmairix-remove-tick-mark-original-article): New commands.
3470         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3471         (nnmairix-propagate-marks-to-nnmairix-groups)
3472         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3473         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3474         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3475         functions needed for marks propagation and manipulation of read marks.
3476         (nnmairix-update-groups): New function.
3477         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3478         (nnmairix-determine-original-group-from-registry)
3479         (nnmairix-determine-original-group-from-path)
3480         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3481         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3482         New helper functions.
3483         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3484         keystrokes for new commands.
3485         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3486         (nnmairix-request-group): Check allow-fast group parameter.
3487         (nnmairix-request-create-group): Set allow-fast group parameter if
3488         nnmairix-allowfast-default is set.
3489         (nnmairix-close-group): Propagate marks upon closing if needed.
3490         (nnmairix-group-toggle-threads-this-group): Use new.
3491         nnmairix-group-toggle-parameter helper function.
3492         (nnmairix-search): Better check for empty search result.
3493         (nnmairix-goto-original-article): Use new helper functions for
3494         determining original article.
3495         (nnmairix-show-original-article): Make sure message-id is in brackets.
3496         (nnmairix-call-mairix-binary): Change variable name.
3497         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3498         helper function.
3499         (nnmairix-widget-toggle-activate): Fix doc string.
3500
3501 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3502
3503         * nnir.el: Require edmacro when compiling with XEmacs.
3504         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3505         available in Emacs 21.
3506
3507 2008-06-11  Glenn Morris  <rgm@gnu.org>
3508
3509         * gnus-util.el (x-focus-frame):
3510         * gnus.el (image-size):
3511         * mm-decode.el (image-size): Declare.
3512
3513         * gnus-picon.el (declare-function): Add compat definition.
3514         (image-size): Declare.
3515
3516         * gnus-group.el (tool-bar-map):
3517         * gnus-sum.el (tool-bar-map): Define for compiler.
3518
3519         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3520
3521         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3522
3523         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3524         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3525         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3526         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3527         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3528         * sieve-manage.el, spam-report.el, spam.el:
3529         Remove unnecessary eval-and-compile of autoloads.
3530
3531 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3532
3533         * auth-source.el: Precise Tramp doc.
3534
3535 2008-06-07  Glenn Morris  <rgm@gnu.org>
3536
3537         * nnmairix.el: Remove unnecessary eval-when-compile.
3538
3539 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3540
3541         * lpath.el: Fbind propertize for XEmacs 21.4.
3542
3543 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3544
3545         * nnir.el: Move here from ../contrib.
3546
3547 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3548
3549         * gnus-util.el (gnus-read-shell-command): New function.
3550         * mm-decode.el (mm-pipe-part):
3551         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3552
3553 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3554
3555         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3556
3557 2008-06-03  Glenn Morris  <rgm@gnu.org>
3558
3559         * pop3.el (nnheader-accept-process-output): Autoload it.
3560
3561 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3562
3563         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3564         are not 2-digit hexadecimal characters that follow `%'s.
3565
3566 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3567
3568         * message.el (message-bogus-recipient-p): Fix type in doc string.
3569         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3570         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3571         Improve custom options.
3572         (message-bogus-recipient-p): Adjust accordingly.
3573
3574 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3575
3576         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3577         long-form month and day names.
3578
3579 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3580
3581         * dgnushack.el: Autoload debug, eudc-expand-inline and
3582         pgg-snarf-keys-region for XEmacs.
3583
3584         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3585
3586         * nnmairix.el: Require edmacro when compiling with XEmacs.
3587
3588 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3589
3590         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3591         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3592
3593 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3594
3595         * auth-source.el: Add more docs.
3596
3597         * netrc.el (netrc-machine): Always match if the port is not given.
3598
3599 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3600
3601         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3602         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3603         retrieval faster in some cases, but might make CPU usage larger.  If
3604         this has any bad side effects, we might revert this change.
3605
3606         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3607         seems to make mail retrieval much, much faster.
3608         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3609         unconditionally.
3610
3611         * gnus-draft.el (gnus-group-send-queue): Bind
3612         message-send-mail-partially-limit to nil to avoid being prompted.
3613
3614 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3615
3616         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3617
3618         * message.el (message-bogus-address-regexp): Fix and improve custom
3619         type.
3620         (message-setup-hook): Add message-check-recipients as custom option.
3621
3622 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3623
3624         * message.el (message-cite-function): Remove bogus autoload which crept
3625         in during merge from v5-10.
3626
3627 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3628
3629         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3630
3631         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3632
3633         * auth-source.el: Preliminary Tramp docs.
3634         (auth-sources): Change the default auth-sources to use
3635         EPA .gpg files.
3636
3637 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3638
3639         * nntp.el: Autoload `auth-source-user-or-password'.
3640         (nntp-send-authinfo): Use it.
3641
3642         * nnimap.el: Autoload `auth-source-user-or-password'.
3643         (nnimap-open-connection): Use it.
3644
3645         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3646         for the gnus-message function.
3647         (auth-source-user-or-password): Use it.
3648
3649 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3650
3651         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3652         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3653         (rfc2104-hash): Use it.
3654
3655 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3656
3657         * gnus-art.el (gnus-article-toggle-truncate-lines):
3658         Don't use `iff' in docstring.
3659
3660 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3661
3662         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3663
3664         * gnus-util.el (gnus-extract-address-component-name)
3665         (gnus-extract-address-component-email): Convenience functions around
3666         `gnus-extract-address-components'.
3667
3668         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3669         Use `gnus-extract-address-component-email' to fix bug of comparing full
3670         sender name to `user-mail-address'.
3671
3672 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3673
3674         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3675         catch/throw to optimize.
3676         (gnus-registry-find-keywords): Just use member to find a keyword.
3677
3678 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3679
3680         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3681         is current before calling gnus-server-prepare.
3682         (gnus-server-setup-buffer, gnus-server-update-server)
3683         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3684
3685 2008-05-04  Juri Linkov  <juri@jurta.org>
3686
3687         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3688         (mailcap-file-default-commands): Use mailcap-replace-in-string
3689         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3690         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3691
3692 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3693
3694         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3695
3696 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3697
3698         * gnus.el: Bump version to 0.11.
3699
3700 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3701
3702         * gnus.el: No Gnus v0.10 is released.
3703
3704 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3705
3706         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3707         hooks.
3708         (gnus-update-read-articles): Speed up non-marks-using users.
3709         (gnus-use-marks): Define gnus-use-marks.
3710         (gnus-propagate-marks): Rename variable to something more sensible.
3711
3712 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3713
3714         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3715         (gmm-image-load-path-for-library): Fix typos in docstrings.
3716         (gmm-message): Reflow docstring.
3717
3718 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3719
3720         * mail-source.el (mail-source-set-1, mail-source-bind):
3721         Move auth-source code out of the macro to clean it up and fix bugs.
3722
3723 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3724
3725         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3726         by sender if it's equal to user-mail-address, it's likely to be
3727         useless.
3728
3729         * mail-source.el (mail-source-bind): Don't use user or password if they
3730         are not bound.  Unintern them if they are nil.  Don't use server unless
3731         it's bound, and default it to empty string otherwise.
3732
3733 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3734
3735         * mail-source.el: Load auth-source.el.
3736         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3737         get user name or password, if auth-sources is set up.
3738
3739         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3740         strategy of splitting with parent.
3741         (gnus-registry-split-fancy-with-parent)
3742         (gnus-registry-post-process-groups): Use it and fix prior
3743         bug (returning a list as the split result).
3744
3745         * auth-source.el (auth-sources): Remove server parameter.
3746         (auth-source-pick, auth-source-user-or-password)
3747         (auth-source-user-or-password-imap)
3748         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3749         (auth-source-user-or-password-sftp)
3750         (auth-source-user-or-password-smtp): Remove server parameter.
3751
3752 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3753
3754         * smime.el (smime-sign-region, smime-encrypt-region)
3755         (smime-decrypt-region):
3756         Remove redundant calls to `generate-new-buffer-name'.
3757
3758 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3759
3760         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3761         Don't use QP for message/rfc822.
3762         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3763
3764 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3765
3766         * sieve-manage.el (sieve-string-bytes): Remove.
3767         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3768         correct byte-length only if the process's coding-system is the same as
3769         the one used internally by Emacs to represent strings.
3770
3771 2008-04-22  Juri Linkov  <juri@jurta.org>
3772
3773         * mailcap.el (mailcap-file-default-commands): New function.
3774
3775 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3776
3777         * message.el (message-signature-separator, message-cite-function):
3778         Change custom version.
3779
3780 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3781
3782         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3783         commands.
3784         (tls-checktrust): Ditto.
3785
3786 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3787
3788         * mm-decode.el (mm-display-external): Make temp file read-only.
3789
3790 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3791
3792         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3793         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3794         `C-c C-f d'.
3795
3796 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3797
3798         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3799
3800 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3801
3802         * gnus.el: Bump version to 0.9.
3803
3804 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3805
3806         * gnus.el: No Gnus v0.8 is released.
3807
3808 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3809
3810         * mail-source.el (mail-source-value):
3811         Prefer fboundp to functionp so it works with macros as well.
3812
3813 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3814
3815         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3816         Fix last change in case the element is not even a symbol.
3817
3818 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3819
3820         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3821         Prefer fboundp to functionp so it works with macros as well.
3822
3823 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3824
3825         * auth-source.el: Added docs.
3826         (auth-sources): Modify format to support server.
3827         (auth-source-pick, auth-source-user-or-password)
3828         (auth-source-user-or-password-imap)
3829         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3830         (auth-source-user-or-password-sftp)
3831         (auth-source-user-or-password-smtp): Add server parameter.
3832
3833 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3834
3835         * gnus-registry.el: Initialize the registry when gnus-registry-install
3836         is t.
3837
3838 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3839
3840         * compface.el (uncompface): Make buffer unibyte.
3841
3842 2008-04-05  Glenn Morris  <rgm@gnu.org>
3843
3844         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3845
3846 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3847
3848         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3849         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3850
3851         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3852         multibyteness after rather than before erasing it.
3853
3854         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3855         mm-with-multibyte.
3856         (gnus-request-article-this-buffer): Make sure the proper decoding is
3857         used if gnus-original-article-buffer happens to be unibyte.
3858
3859         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3860         default-enable-multibyte-characters.
3861
3862         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3863         default-enable-multibyte-characters.
3864
3865         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3866
3867         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3868
3869 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3870
3871         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3872         (imap-message-copyuid-1): Use it.
3873         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3874         J. Williams in
3875         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3876
3877         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3878         imap-enable-exchange-bug-workaround.
3879         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3880
3881 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3882
3883         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3884         a 100 byte status-checks into a 2-3MB transfer for each group.
3885         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3886         to enable bug workaround or not.
3887         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3888
3889 2008-03-31  Glenn Morris  <rgm@gnu.org>
3890
3891         * message.el (mml2015-use): Declare for compiler.
3892         (message-info): Require mml2015 when appropriate.
3893
3894 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3895
3896         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3897         whitespace.
3898
3899 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3900
3901         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3902         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3903         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3904         (nntp-service-to-port): New function.
3905         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3906         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3907         (nntp-open-netcat-stream): New function.
3908         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3909
3910 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3911
3912         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3913
3914 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3915
3916         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3917
3918 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3919
3920         * dns.el (dns-write): Use set-buffer-multibyte.
3921
3922 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3923
3924         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3925
3926 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3927
3928         * message.el (message-signature-separator): Change default.
3929         Improve custom type.
3930         (message-cite-function): Change default to
3931         message-cite-original-without-signature.
3932
3933         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3934         toggle.
3935
3936         * message.el (message-check-news-body-syntax): Fix signature check.
3937         (message-setup-1): Mark buffer as unmodified _after_ running
3938         message-setup-hook and handling message-alternative-emails.
3939         (message-shorten-references): Be more strict when building list of
3940         valid references to comply with GNKSA.
3941
3942         * gnus-group.el (gnus-read-ephemeral-bug-group)
3943         (gnus-read-ephemeral-debian-bug-group)
3944         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3945
3946         * message.el (message-info): Don't use booleanp which isn't supported
3947         in Emacs 21 and XEmacs.
3948
3949 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3950
3951         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3952         gnus-group-gmane-group-download-format.
3953         (gnus-group-read-ephemeral-gmane-group): Rename from
3954         gnus-group-read-ephemeral-gmane-group.
3955         (gnus-read-ephemeral-gmane-group-url): Rename from
3956         gnus-group-read-ephemeral-gmane-group-url.
3957         (gnus-bug-group-download-format-alist): New variable.
3958         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3959         (gnus-read-ephemeral-emacs-bug-group): New commands.
3960
3961 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3962
3963         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3964         (gnus-visible-headers): Improve custom type.
3965
3966 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3967
3968         * mml.el (mml-menu): Add workarounds for XEmacs.
3969
3970         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3971         X-Boundary header.
3972
3973         * message.el (message-simplify-recipients): Fix previous commit.
3974
3975 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3976
3977         * mm-util.el (mm-set-buffer-multibyte): New function.
3978         * mm-decode.el (mm-copy-to-buffer): Use it.
3979
3980 2008-03-19  Glenn Morris  <rgm@gnu.org>
3981
3982         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3983         Accidentally removed in the sync process with Emacs.
3984
3985 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3986
3987         * message.el (message-alter-recipients-discard-bogus-full-name):
3988         New function.
3989         (message-alter-recipients-function): New variable.
3990         (message-get-reply-headers): Use it.
3991         (message-replace-header): New helper function.
3992         (message-recipients-without-full-name): New variable.
3993         (message-simplify-recipients): New command.
3994
3995         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3996
3997         * message.el (message-info): Handle EasyPG manual.
3998
3999         * mml.el (mml-menu): Add entry for EasyPG.
4000
4001 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4002
4003         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4004         parameter.
4005
4006         * message.el (message-disassociate-draft): Specify drafts group name
4007         fully.
4008
4009 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4010
4011         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4012         unnecessary duplicates from the match list.
4013
4014 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4015
4016         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4017
4018         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4019
4020         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4021         args of `how-many' of which the XEmacs version doesn't take; declare
4022         Info-index-next as function.
4023
4024 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4025
4026         * gnus-score.el (gnus-score-headers): Fix handling of
4027         gnus-inhibit-slow-scoring.
4028
4029         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4030         string.
4031         (gnus-button-url-regexp): Improve handling of parenthesis.
4032         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4033         (gnus-button-handle-info-keystrokes): Handle index entries.
4034
4035 2008-03-15  Glenn Morris  <rgm@gnu.org>
4036
4037         * parse-time.el (parse-time-string): Simplify.
4038
4039 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4040
4041         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4042         Incoming* files.
4043
4044 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4045
4046         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4047         (auth-source-pick): Use it.
4048
4049 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4050
4051         * binhex.el (binhex-decode-region-internal):
4052         * uudecode.el (uudecode-decode-region-internal):
4053         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4054         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4055         setting default-enable-multibyte-characters.
4056
4057 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4058
4059         * auth-source.el (auth-source-protocols)
4060         (auth-source-protocols-customize, auth-source-choices): Added and
4061         modified variable customizations and defaults.
4062         (auth-source-pick, auth-source-user-or-password)
4063         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4064         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4065         (auth-source-user-or-password-sftp)
4066         (auth-source-user-or-password-smtp): Use new variables and provide an
4067         interface to netrc.el.
4068
4069 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4070
4071         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4072         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4073         Make sure the nntp port to specify is a string.
4074
4075 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4076
4077         * nntp.el: Use with-current-buffer.
4078         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4079         dubious mm-with-unibyte-current-buffer.
4080         (nntp-with-open-group-function): New function extracted from
4081         nntp-with-open-group macro.
4082         (nntp-with-open-group): Use the function, so it's easier to debug.
4083         Add indentation and debugging info.
4084         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4085         the use of the netcat alternatives.
4086
4087         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4088         Avoid mm-string-as-multibyte as well.
4089
4090         * nnweb.el (nnweb-insert-html):
4091         Remove use of nnheader-string-as-multibyte.
4092
4093         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4094         (nnheader-string-as-multibyte): Remove.
4095
4096         * mm-view.el: Use inhibit-read-only.
4097         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4098         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4099         or unibyte-string.
4100
4101         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4102         (mm-uu-yenc-extract): Use with-current-buffer.
4103
4104         * gnus-soup.el (gnus-soup-send-packet): Don't use
4105         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4106
4107         * nnmh.el: Use with-current-buffer.
4108         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4109         mm-string-as-multibyte on the output of mm-encode-coding-string.
4110
4111         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4112         (nnimap-request-move-article): Use with-current-buffer.
4113
4114         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4115         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4116         conversion uses string-make-unibyte rather than string-as-unibyte.
4117
4118         * gnus-msg.el: Use with-current-buffer.
4119
4120         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4121
4122 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4123
4124         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4125         string for caching if it is 'PIN.
4126
4127 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4128
4129         * lpath.el: Consider the case without Emacs/W3.
4130
4131 2008-03-08  Glenn Morris  <rgm@gnu.org>
4132
4133         * time-date.el (date-to-time, time-subtract, time-add)
4134         (safe-date-to-time): Doc fixes.
4135
4136 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4137
4138         * mail-source.el (mail-source-delete-old-incoming-confirm):
4139         Change default to nil.
4140         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4141
4142 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4143
4144         * lpath.el: Rearrange.
4145
4146         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4147         (gnus-article-goto-prev-page): Work for articles having ^L's.
4148
4149         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4150
4151         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4152
4153 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4154
4155         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4156         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4157         (gnus-bookmark-jump): Adjust some variable names.
4158
4159 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4160
4161         * auth-source.el: New package.
4162         (auth-source-choices): Add customization entry point variable.
4163
4164         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4165         bug.
4166
4167 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4168
4169         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4170         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4171         (gnus-registry-install-shortcuts): Rename from
4172         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4173         the `gnus-registry-mark-map' keymap dynamically from
4174         `gnus-registry-marks'.  The generated functions update the summary line
4175         when a registry mark is added or deleted, and will call
4176         `gnus-registry-install-p' (see the comments in the code).
4177         (gnus-registry-user-format-function-M): Use concat intelligently.
4178
4179         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4180         the registry mark functions.
4181
4182 2008-03-05  Glenn Morris  <rgm@gnu.org>
4183
4184         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4185         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4186         gnus-art.
4187         (top-level): No need to load own source when compiling.
4188
4189 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4190
4191         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4192         Suggested by <chris.anderton@zetnet.co.uk>.
4193
4194 2008-03-04  Glenn Morris  <rgm@gnu.org>
4195
4196         * gnus-sum.el (top-level): No need to require gnus when compiling,
4197         since unconditionally required near start of file.
4198         (gnus-summary-display-while-building): Move definition before use.
4199
4200 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4201
4202         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4203         formatting function.
4204
4205 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4206
4207         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4208         with plists.
4209         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4210         Use new format.
4211
4212 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4213
4214         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4215         `where-is-internal' that returns a range of key sequences.
4216
4217 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4218
4219         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4220
4221         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4222         (gnus-summary-jump-to-group): Consider windows on other displayed
4223         frames as well.  Similar changes might be needed elsewhere, but that's
4224         the one I've bumped into during my use.
4225
4226         * nndoc.el (nndoc-oe-dbx-type-p):
4227         * gnus-msg.el (gnus-debug):
4228         * gnus-group.el (gnus-update-group-mark-positions):
4229         Use mm-string-to-multibyte.
4230
4231 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4232
4233         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4234         doesn't handle NotDashEscaped.
4235
4236         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4237         (mml-dnd-attach-options): Fix typo in custom choice.
4238
4239         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4240         nndoc-article-type to mbox.
4241         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4242
4243         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4244         to nil, instead of html2text.
4245
4246         * imap.el (imap-debug): Add `imap-ping-server'.
4247
4248         * gnus-bookmark.el: Add FIXMEs.
4249
4250         * message.el (message-form-letter-separator)
4251         (message-send-form-letter-delay): New variables.
4252         (message-send-form-letter): Use them.  New command to send form
4253         letters.  Requested by Uwe Siart.
4254         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4255
4256 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4257
4258         * Update copyright years.
4259
4260 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4261
4262         Sync from EMACS_22_BASE.
4263
4264         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4265
4266 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4267
4268         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4269         empty author.
4270
4271 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4272
4273         * gnus-registry.el (gnus-registry-marks): Add variable for
4274         customization of marks and their appearance.
4275         (gnus-registry-read-mark): Use it.
4276         (gnus-registry-do-marks): Add utility function to loop through
4277         `gnus-registry-marks'.
4278         (gnus-registry-install-shortcuts-and-menus): Add function to install
4279         shortcuts and menus.
4280         (gnus-registry-initialize): Use it.
4281         (gnus-registry-default-mark): Clarify documentation.
4282
4283 2008-02-29  Glenn Morris  <rgm@gnu.org>
4284
4285         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4286         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4287         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4288         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4289         Change defcustom :version from 23.0 to 23.1.
4290
4291 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4292
4293         * gnus-registry.el (gnus-registry-follow-group-p)
4294         (gnus-registry-post-process-groups): Add functions to aid registry
4295         splitting and improve logging.  Clarify behavior in function
4296         documentation.
4297         (gnus-registry-split-fancy-with-parent): Use them.
4298
4299 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4300
4301         * gnus-art.el: Use with-current-buffer.
4302
4303 2008-02-27  David Engster  <dengste@eml.cc>
4304
4305         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4306         Express real group name in the response.
4307
4308 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4309
4310         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4311         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4312         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4313         autoload gnus-registry-fetch-group when compiling.
4314         (nnmairix-request-group-with-article-number-correction): Remove
4315         unreferenced argument passed to nnmairix-call-backend.
4316
4317 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4318
4319         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4320         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4321         Wilde.
4322
4323 2008-02-27  Glenn Morris  <rgm@gnu.org>
4324
4325         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4326         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4327         variables to defconsts.  Convert comments to doc-strings.
4328         (nnmairix-last-server, nnmairix-current-server): Convert from free
4329         variables to defvars.  Convert comments to doc-strings.
4330         (gnus-registry-fetch-group): Autoload.
4331         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4332         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4333         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4334         caddr.
4335         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4336         nnmairix-request-group-with-article-number-correction call.
4337         (nnmairix-fast, nnmairix-group): New, less general names, for free
4338         variables passed from nnmairix-request-group to
4339         nnmairix-request-group-with-article-number-correction.  Declare.
4340         (nnmairix-request-group-with-article-number-correction):
4341         Use nnmairix-fast, nnmairix-group rather than fast, group.
4342
4343 2008-02-26  David Engster  <dengste@eml.cc>
4344
4345         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4346         version 0.5.
4347
4348 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4349
4350         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4351         instead of making an extra function call.  Don't add the current group
4352         to articles only when they have the group.  Use
4353         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4354         Reported by David <de_bb@arcor.de>.
4355
4356 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4359         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4360
4361 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4362
4363         * mail-source.el (mail-source-delete-incoming): Change default.
4364         Supplement doc string.
4365
4366         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4367
4368 2008-02-14  Glenn Morris  <rgm@gnu.org>
4369
4370         * time-date.el (format-seconds): New function.
4371
4372 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4373
4374         * nnmail.el (nnmail-message-id-cache-file): Derive from
4375         `gnus-home-directory'.
4376
4377 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4378
4379         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4380         Document negative prefix.
4381
4382         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4383
4384 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4385
4386         * message.el (message-unsent-separator): Add the Exim bounce
4387         separator.
4388
4389 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4390
4391         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4392         list.
4393         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4394         recipient/signer list.
4395
4396 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4397
4398         * Makefile.in (datarootdir): Define.
4399         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4400         name that might contain whitespace.
4401
4402 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4403
4404         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4405         fbound (Emacs 23 unicode), signal an error.
4406
4407 2008-02-08  Glenn Morris  <rgm@gnu.org>
4408
4409         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4410
4411 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4412
4413         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4414         ports to the calls to `netrc-machine-user-or-password' in addition to
4415         "imap" and "imaps".
4416
4417 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4418
4419         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4420
4421         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4422
4423 2008-02-01  Kenichi Handa  <handa@m17n.org>
4424
4425         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4426         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4427         (rfc2104-hash): Convert the result of concat to unibyte string.
4428
4429 2008-02-01  Dave Love  <fx@gnu.org>
4430
4431         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4432         coding-system-for-read.
4433         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4434
4435 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4436
4437         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4438         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4439         <hanche@math.ntnu.no>.
4440
4441 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4442
4443         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4444
4445         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4446
4447 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4448
4449         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4450         * message.el (message-beginning-of-line): Use featurep instead of bound
4451         tests in order to resolve conditionals at compile time.
4452
4453 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4454
4455         * mail-source.el (mail-sources): Add `group' choice.
4456
4457         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4458         parameter `in-group' to control into which group the articles go.
4459         Add treatment of `group' mail-source.
4460
4461 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4462
4463         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4464
4465         * mm-decode.el (mm-dissect-buffer): Decode description.
4466
4467         * mml.el (mml-to-mime): Encode message header first.
4468
4469 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4470
4471         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4472         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4473
4474         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4475         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4476
4477 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4478
4479         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4480
4481 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4482
4483         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4484         prefix keys.
4485         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4486         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4487         gnus-xmas.el.
4488
4489         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4490         (gnus-xmas-article-describe-bindings): New function.
4491         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4492         gnus-xmas-article-describe-bindings.
4493
4494         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4495
4496 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4497
4498         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4499         Add new variables for article mark management.
4500         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4501         list of extra data entries which, when present, will indicate that the
4502         article ID should not be trimmed from the registry.
4503         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4504         functions.
4505         (gnus-registry-read-mark): New function to read a mark name from the
4506         user.
4507         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4508         (gnus-registry-set-article-mark-internal): New functions to add and
4509         remove marks.
4510         (gnus-registry-get-article-marks): New function to show the marks for
4511         an article, or retrieve them for further use.
4512
4513 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4514
4515         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4516         keys when no argument is given.
4517
4518 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4519
4520         * imap.el (imap-ping-server): New variable.
4521         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4522         (imap-ping-server): Minor doc string fixes.
4523
4524 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4525
4526         * imap.el (imap-ping-server): New function.
4527         (imap-opened): Call imap-ping-server.
4528
4529 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4530
4531         * gnus-sum.el (gnus-article-sort-by-random)
4532         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4533         jidanni@jidanni.org.
4534
4535 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4536
4537         * gnus-art.el (gnus-article-describe-bindings): New function.
4538         (gnus-article-read-summary-keys): Use it.
4539         (gnus-article-mode-map): Bind `C-h b' to it.
4540
4541 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4542
4543         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4544         XEmacs.
4545         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4546         against non-character events.
4547
4548         * lpath.el: Fbind map-keymap for Emacs 21.
4549
4550 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4551
4552         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4553         command.
4554         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4555         instead of END.  Change name of the temp file.
4556         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4557         customizable.
4558
4559 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4560
4561         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4562         bind `S W' to gnus-article-wide-reply-with-original; set default
4563         binding to gnus-article-read-summary-send-keys.
4564         (gnus-article-read-summary-keys): Fix the order of keys; display
4565         continuation keys correctly in the echo area; describe bindings
4566         correctly when keys end with `C-h'.
4567         (gnus-article-read-summary-send-keys): New function.
4568         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4569         for gnus-article-read-summary-send-keys; display continuation keys
4570         correctly in the echo area.
4571         (gnus-article-reply-with-original): Ignore prefix argument.
4572         (gnus-article-wide-reply-with-original): New function.
4573
4574         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4575         Emacs 21.
4576
4577 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4578
4579         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4580         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4581
4582 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4583
4584         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4585         (gnus-group-read-ephemeral-gmane-group): New command.
4586
4587 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4588
4589         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4590
4591 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4592
4593         * message.el (message-send-mail-function): Increase custom version.
4594
4595         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4596         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4597
4598 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4599
4600         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4601         for the cases where imap-authenticate is called with a nil buffer
4602         parameter.
4603
4604 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4605
4606         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4607         html parts correctly; support forwarded messages.
4608         (gnus-article-browse-html-article): Remove work buffers.
4609
4610         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4611         compiling.
4612         (netrc-bound-and-true-p): New macro.
4613         (netrc-parse): Use it instead of bound-and-true-p that is not available
4614         in XEmacs 21.4.
4615
4616 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4617
4618         * gnus-registry.el (gnus-registry-mark-article)
4619         (gnus-registry-article-marks): Add functionality to mark articles
4620         through the Gnus registry.
4621
4622         * encrypt.el: Clarify documentation for the new pgg method.
4623         (encrypt-file-alist): Add PGG option.
4624         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4625         functionality.  Abstract password key and messaging to external
4626         functions.
4627         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4628         (encrypt-message-method-and-cipher): Add new convenience external
4629         functions.
4630         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4631         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4632
4633         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4634         (netrc-parse): Use encrypt-file-alist to determine if
4635         encrypt-find-model or encrypt-insert-file-contents should be used.
4636
4637         * encrypt.el: Clarify documentation.  Load password-cache or
4638         password, whichever one is found first, instead of autoloading.
4639
4640 2007-12-19  Glenn Morris  <rgm@gnu.org>
4641
4642         * mml.el (message-options-set, message-narrow-to-head)
4643         (message-in-body-p, message-mail-p, message-encode-message-body):
4644         Autoload.
4645         (message-remove-header, message-narrow-to-headers-or-head)
4646         (message-subscribed-p, message-make-mail-followup-to)
4647         (message-position-on-field, message-news-p)
4648         (message-options-set-recipient, message-generate-headers)
4649         (message-sort-headers): Declare as functions.
4650
4651 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4652
4653         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4654         convention in doc string.
4655
4656 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4657
4658         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4659         title to html parts.
4660         (gnus-article-browse-html-article): Pass message header to it.
4661
4662         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4663
4664 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4665
4666         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4667         or password compatible with XEmacs.
4668
4669 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4670
4671         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4672         format document.
4673         (gnus-mime-delete-part): Don't write description line if empty.
4674         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4675
4676 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4677
4678         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4679         (gnus-summary-mark-read-and-unread-as-read)
4680         (gnus-summary-mark-current-read-and-unread-as-read)
4681         (gnus-summary-mark-unread-as-ticked): Doc fix.
4682         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4683
4684 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4685
4686         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4687         Christoph Conrad <christoph.conrad@gmx.de>.
4688
4689 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4690
4691         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4692         yes-or-no-p.
4693
4694 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4695
4696         * mm-decode.el (mm-add-meta-html-tag): New function.
4697         (mm-save-part-to-file, mm-pipe-part): Use it.
4698
4699         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4700         gnus-y-or-n-p instead of y-or-n-p.
4701         (gnus-article-browse-html-parts): Work with message/external-body; use
4702         mm-add-meta-html-tag.
4703
4704 2007-12-11  Glenn Morris  <rgm@gnu.org>
4705
4706         * gnus-cache.el: Require gnus-sum not just when compiling.
4707
4708         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4709
4710         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4711         definitions before use.
4712
4713         * mm-decode.el: Require gnus-util.
4714         (mm-remove-part): Only call delete-annotation on XEmacs.
4715
4716         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4717
4718         * nnmail.el: Require gnus-int.
4719
4720         * spam.el: Move `require's before `eval-when-compile's.
4721
4722         * gnus-ems.el (gnus-alive-p):
4723         * gnus-fun.el (message-goto-eoh):
4724         * gnus-util.el (gnus-group-name-decode):
4725         * mail-source.el (gnus-compress-sequence):
4726         * message.el (Info-goto-node, format-spec):
4727         * mm-bodies.el (message-options-get):
4728         * mm-decode.el (mm-view-pkcs7):
4729         * mm-util.el (gmm-write-region):
4730         * mml-smime.el (mml-compute-boundary)
4731         (gnus-completing-read-with-default):
4732         * mml.el (widget-button-press, gnus-make-hashtable):
4733         * mml1991.el (mm-decode-content-transfer-encoding)
4734         (mm-encode-content-transfer-encoding)
4735         (message-options-get, message-options-set):
4736         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4737         * nnfolder.el (gnus-request-group):
4738         * nnheader.el (ietf-drums-unfold-fws):
4739         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4740         * smime.el (gnus-run-mode-hooks):
4741         * spam-stat.el (gnus-message): Autoload.
4742
4743         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4744         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4745         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4746         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4747         Add declare-function compatibility definition.
4748
4749         * gnus-cache.el (nnvirtual-find-group-art):
4750         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4751         (gnus-add-image, gnus-add-wash-type):
4752         * gnus-group.el (nnkiboze-score-file):
4753         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4754         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4755         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4756         (message-tokenize-header, gnus-get-buffer-create)
4757         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4758         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4759         * gnus.el (gnus-group-decoded-name):
4760         * mail-source.el (imap-capability):
4761         * mm-bodies.el (message-options-set):
4762         * mm-decode.el (gnus-configure-windows):
4763         * mm-extern.el (message-goto-body):
4764         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4765         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4766         (epg-sub-key-validity, message-options-set):
4767         * mml.el (widget-event-point, gnus-configure-windows):
4768         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4769         * mml2015.el (epg-check-configuration, epg-configuration)
4770         (message-options-set):
4771         * nndb.el (nndb-request-article):
4772         * nnfolder.el (gnus-request-create-group):
4773         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4774         * nnmaildir.el (gnus-group-mark-article-read):
4775         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4776         * rfc1843.el (message-fetch-field):
4777         * spam.el (gnus-extract-address-components):
4778         Declare as functions.
4779
4780 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4781
4782         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4783
4784         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4785
4786         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4787         bind show-trailing-whitespace for XEmacs.
4788
4789 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4790
4791         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4792         new no-op macro for backward compatibility.
4793
4794         * imap.el (imap-string-to-integer): New function.
4795
4796 2007-12-09  Glenn Morris  <rgm@gnu.org>
4797
4798         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4799
4800         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4801         * message.el, mm-view.el, sieve-manage.el, smime.el:
4802         Add declare-function compatibility definition.
4803
4804         * gnus-art.el (w3-region, w3m-region, Info-menu):
4805         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4806         * gnus-sum.el (gnus-get-predicate):
4807         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4808         * message.el (mail-abbrev-in-expansion-header-p):
4809         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4810         (w3m-detect-meta-charset, w3m-region):
4811         * sieve-manage.el (password-read, password-cache-add)
4812         (password-cache-remove):
4813         * smime.el (password-read-and-add): Declare as functions.
4814
4815 2007-12-08  David Kastrup  <dak@gnu.org>
4816
4817         * gnus-sum.el (gnus-summary-simplify-subject-query):
4818         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4819         `message'.
4820
4821 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4822
4823         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4824         it to bind idna-program, installation-directory, defined-colors, and
4825         face-attribute for XEmacs of the version that compiles defcustom forms.
4826
4827 2007-12-07  Glenn Morris  <rgm@gnu.org>
4828
4829         * gnus-art.el (article-make-date-line): Revert previous change.
4830
4831 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4832
4833         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4834
4835 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4836
4837         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4838         Call gnus-add-to-range ranges only once with a prepared article-list.
4839
4840 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4841
4842         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4843         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4844         group names with backslashes.  Reported by Tassilo Horn
4845         <tassilo@member.fsf.org>.
4846
4847 2007-12-06  Deepak Goel  <deego3@gmail.com>
4848
4849         * gnus-art.el (article-make-date-line):
4850         * gnus-start.el (gnus-load):
4851         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4852
4853 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4854
4855         * gnus-art.el (gnus-use-idna)
4856         * gnus-start.el (gnus-site-init-file)
4857         * message.el (message-use-idna)
4858         * mm-uu.el (mm-uu-hide-markers)
4859         * smiley.el (smiley-style): Revert changes that suppress warnings.
4860
4861 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4862
4863         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4864         specify charset to html source.  Reported by Christoph Conrad
4865         <christoph.conrad@gmx.de>.
4866
4867 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4868
4869         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4870         idna-program in order to suppress byte compile warning issued by XEmacs
4871         that came to byte compile the default value section of defcustom forms
4872         recently.
4873
4874         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4875         value of installation-directory.
4876
4877         * message.el (message-use-idna): Don't directly refer to the value of
4878         idna-program.
4879
4880         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4881
4882         * smiley.el (smiley-style): Don't directly call face-attribute.
4883
4884 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4885
4886         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4887
4888         * gnus-dired.el: Reduce Gnus dependencies.
4889         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4890         require.  Use autoloads instead.
4891         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4892         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4893         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4894         (gnus-dired-mode): Adjust doc string.
4895         (gnus-dired-mail-mode): New variable.
4896         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4897         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4898         (gnus-dired-mail-buffers): New function.  Return mail or message
4899         composition buffers.
4900         (gnus-dired-attach): Use it.
4901         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4902         NO-DECODE.
4903         (gnus-dired-print): Use `gnus-print-buffer' depending on
4904         `gnus-dired-mail-mode'.
4905
4906 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4907
4908         * rfc2047.el (rfc2047-encoded-word-regexp)
4909         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4910         explaining what regexp patterns are for.
4911
4912 2007-12-04  Glenn Morris  <rgm@gnu.org>
4913
4914         * password.el: Move to password-cache.el.
4915
4916         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4917         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4918         * mml-smime.el (password-read, password-cache-add)
4919         (password-cache-remove):
4920         No need to autoload, since mml-sec requires password.
4921
4922         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4923         * message.el (gnus-extract-address-components):
4924         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4925
4926         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4927         password.
4928
4929 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4930
4931         * mailcap.el: Reduce dependencies.
4932         (mail-header-parse-content-type): Autoload.
4933         (mailcap-delete-duplicates): New alias.
4934         (mailcap-mime-info): Add optional argument NO-DECODE.
4935         (mailcap-mime-types): Use mailcap-delete-duplicates.
4936
4937         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4938
4939 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4940
4941         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4942         (imap-parse-status): Upcase status-att for servers that sends them
4943         lower-case (e.g., MS Exchange 2007).
4944
4945 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4946
4947         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4948         function.
4949
4950         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4951         (gnus-uu-yenc-article): New function.
4952
4953         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4954
4955         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4956         buffer.
4957
4958 2007-12-02  Glenn Morris  <rgm@gnu.org>
4959
4960         * binhex.el (binhex): New custom group.
4961         (binhex-decoder-program, binhex-decoder-switches)
4962         (binhex-use-external): Move to the binhex custom group.
4963
4964         * uudecode.el (uudecode): New custom group.
4965         (uudecode-decoder-program, uudecode-decoder-switches)
4966         (uudecode-use-external): Move to the uudecode custom group.
4967
4968         * netrc.el (top-level): Don't load `encrypt' features.
4969         (netrc-parse): Don't use encrypt.
4970         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4971
4972         * encrypt.el: Remove file.
4973
4974 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4975
4976         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4977         matches on patches.
4978
4979         * gnus-art.el (gnus-article-browse-html-article): Mention
4980         `mm-text-html-renderer' in the doc string.
4981
4982         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4983         string.  Add comments.
4984
4985         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4986         if rhs is ASCII.
4987
4988 2007-12-01  Glenn Morris  <rgm@gnu.org>
4989
4990         * mail-source.el (top-level): Require format-spec before
4991         eval-when-compile.
4992
4993 2007-11-30  Glenn Morris  <rgm@gnu.org>
4994
4995         * encrypt.el: Require password, rather than autoloading password-read.
4996
4997 2007-11-29  Glenn Morris  <rgm@gnu.org>
4998
4999         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5000         (sasl-make-client, sasl-next-step, sasl-step-data)
5001         (sasl-step-set-data): Declare as functions.
5002
5003 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5004
5005         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5006
5007 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5008
5009         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5010         certs should be verified and what is to be done in the event of a
5011         verification failure.
5012
5013         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5014         caller can indicate whether the cache should be disregarded for this
5015         call.  This way the result of the call is reproducible at all times and
5016         can be considered a canonical server name for the supplied method.
5017         (gnus-agent-method-p): Canonicalize server names by pushing their
5018         method through `gnus-method-to-server' using the no-cache argument.
5019
5020         * gnus-srvr.el (gnus-server-insert-server-line): Call
5021         `gnus-method-to-server' with `no-cache' argument.
5022
5023         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5024         gnus-agent-possibly-synchronize-flags as this should be called when the
5025         server is actually being opened.
5026         (gnus-agent-possibly-synchronize-flags)
5027         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5028         flags file of an agentized server to the latter function.
5029
5030         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5031         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5032         after a connection has been established successfully.
5033
5034 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5035
5036         * gnus-art.el (article-display-face): Force to display face if called
5037         interactively; check if gnus-article-x-face-too-ugly matches author.
5038         (article-display-x-face): Display face even if From header is missing
5039         as article-display-face does.
5040
5041 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5042
5043         * hashcash.el (message-narrow-to-headers-or-head)
5044         (message-fetch-field, message-goto-eoh)
5045         (message-narrow-to-headers): Declare as functions.
5046
5047 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5048
5049         * mail-source.el (mail-sources): Default to fetch from file for
5050         compatibility with default of nnmail-spool-file.
5051
5052 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5053
5054         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5055         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5056         to look for encoded word that should be encoded again.
5057         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5058         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5059         encoding pattern.
5060         (rfc2047-decode-region): Switch strict regexp and loose one according
5061         to rfc2047-allow-irregular-q-encoded-words.
5062
5063 2007-11-25  Romain Francoise  <romain@orebokech.com>
5064
5065         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5066
5067 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5068
5069         * tls.el (tls-program): Provide more custom choices from
5070         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5071         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5072
5073 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5074
5075         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5076         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5077
5078         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5079         `nnmail-spool-file'.
5080
5081         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5082         `nnmail-spool-file'.
5083
5084         * gnus-move.el (gnus-change-server): Ditto.
5085
5086         * gnus-kill.el (gnus-batch-score): Ditto.
5087
5088         * gnus-cache.el (gnus-jog-cache): Ditto.
5089
5090         * gnus-msg.el (gnus-summary-reply):
5091         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5092
5093 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5094
5095         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5096         version.  Minor improvement to doc strings.
5097         (tls-program): Add comment.
5098
5099 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5100
5101         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5102         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5103         mismatch between the hostname provided in the certificate and the name
5104         of the host connnecting to.
5105         (open-tls-stream): Use them.  Check certificates against trusted root
5106         certificates.
5107
5108 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5109
5110         * gnus-cache.el (gnus-cache-generate-nov-databases):
5111         Use nnml-generate-nov-databases-directory instead of
5112         nnml-generate-nov-databases-1.
5113
5114 2007-11-24  Glenn Morris  <rgm@gnu.org>
5115
5116         * message.el (message-tool-bar-retro): Update for rename
5117         mail_send.xpm->mail-send.xpm.
5118
5119 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5120
5121         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5122         `smime-ldap-search' for Emacs 22 and up.
5123
5124 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5125
5126         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5127
5128         * message.el (message-send-mail-function): Fix error convention.
5129         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5130         (message-widen-reply, message-send-mail, message-talkative-question)
5131         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5132         (message-clone-locals, message-send-news): Use with-current-buffer.
5133         (message-insert-or-toggle-importance): Remove unused var `valid'.
5134         (message-make-references): Remove unused var `new-references'.
5135         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5136
5137 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5138
5139         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5140         (spam-split-symbolic-return-positive): Reflow docstring.
5141         (spam-backends, spam-summary-exit-behavior)
5142         (spam-mark-ham-unread-before-move-from-spam-group)
5143         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5144         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5145         (spam-clear-cache, spam-backend-check, spam-install-backend)
5146         (spam-install-statistical-backend, spam-list-of-processors)
5147         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5148         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5149         (spam-check-crm114, spam-initialize, spam-unload-hook):
5150         Fix typos in docstrings.
5151
5152 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5153
5154         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5155         been checked if they have never been read and those group levels are
5156         higher than the one that a user specified.
5157
5158 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5159
5160         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5161         foreign groups unless a group level is specified by a user.
5162         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5163
5164 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5165
5166         * message.el (message-send-mail-function): Require sendmail.
5167
5168 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5169
5170         * message.el (message-send-mail-function): Check for smtpmail too.
5171
5172         * utf7.el (utf7-encode, utf7-decode): Use coding system
5173         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5174
5175         * message.el (message-send-mail-function): New function.
5176         (message-send-mail-function): Set default using
5177         message-send-mail-function.  Adjust doc string.
5178         (message-send-mail-with-mailclient): New function.
5179
5180 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5181
5182         * smime.el (from):
5183         * rfc2047.el (message-posting-charset):
5184         * qp.el (mm-use-ultra-safe-encoding):
5185         * pop3.el (parse-time-months):
5186         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5187         * nnml.el (files):
5188         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5189         (jka-compr-compression-info-list, ange-ftp-path-format)
5190         (efs-path-regexp):
5191         * nndiary.el (files):
5192         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5193         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5194         (epg-digest-algorithm-alist, inhibit-redisplay)
5195         (password-cache-expiry):
5196         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5197         (pgg-output-buffer, password-cache-expiry):
5198         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5199         (efs-path-regexp):
5200         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5201         (inhibit-redisplay):
5202         * mm-uu.el (file-name, start-point, end-point, entry)
5203         (gnus-newsgroup-name, gnus-newsgroup-charset):
5204         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5205         (latin-unity-ucs-list):
5206         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5207         (mm-uu-binhex-decode-function):
5208         * message.el (gnus-message-group-art, gnus-list-identifiers)
5209         (rmail-enable-mime-composing, gnus-local-organization)
5210         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5211         (gnus-read-active-file, facemenu-add-face-function)
5212         (facemenu-remove-face-function, gnus-article-decoded-p)
5213         (tool-bar-mode):
5214         * mail-source.el (display-time-mail-function):
5215         * gnus-util.el (nnmail-pathname-coding-system)
5216         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5217         (gnus-original-article-buffer, gnus-user-agent)
5218         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5219         (xemacs-codename, sxemacs-codename, emacs-program-version):
5220         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5221         * gnus-start.el (gnus-agent-covered-methods)
5222         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5223         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5224         (gnus-newsgroup-headers, gnus-group-list-mode)
5225         (gnus-group-mark-positions, gnus-newsgroup-data)
5226         (gnus-newsgroup-unreads, nnoo-state-alist)
5227         (gnus-current-select-method, mail-sources)
5228         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5229         (nnmail-spool-file, gnus-cache-active-hashtb):
5230         * gnus-mh.el (mh-lib-progs):
5231         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5232         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5233         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5234         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5235         (gnus-group-buffer):
5236         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5237         (font-lock-set-defaults):
5238         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5239         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5240         (gnus-summary-post-menu, total-parts, type, condition, length):
5241         * gnus-agent.el (gnus-agent-read-agentview):
5242         * flow-fill.el (show-trailing-whitespace):
5243         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5244         eval-and-compile wrappers for byte compiler pacifiers.
5245
5246         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5247         (mm-display-inline-fontify): Check for featurep 'xemacs not
5248         extent-list.
5249
5250         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5251         itimer-list.
5252         (mm-create-image-xemacs): Only do something for XEmacs.
5253         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5254
5255         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5256
5257         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5258         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5259
5260 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5261
5262         * nnimap.el (nnimap-split-download-body):
5263         * gnus-demon.el (gnus-demon):
5264         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5265
5266 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5267
5268         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5269         macros.
5270         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5271         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5272         copy data from unibyte buffer to multibyte current buffer.
5273         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5274         to copy data from unibyte current buffer to multibyte buffer.
5275         (nntp-make-process-buffer): Make process buffer unibyte.
5276
5277         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5278
5279 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5280
5281         * pop3.el (pop3-open-server): Accept and process data more robustly at
5282         connexion start to avoid spurious "POP SSL connexion failed" errors.
5283
5284 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5285
5286         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5287         read group names.
5288
5289 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5290
5291         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5292
5293 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5294
5295         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5296         (nnmail-save-active): Use a unibyte buffer when saving active file,
5297         which may contain non-ASCII group names.
5298
5299         * nnml.el (nnml-request-group): Decode group names in messages.
5300
5301 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5302
5303         * message.el (message-citation-line-function)
5304         (message-insert-formatted-citation-line): Fix spelling of
5305         `message-insert-formated-citation-line'.
5306
5307 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5308
5309         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5310
5311 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5312
5313         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5314         nnmail-pathname-coding-system.
5315
5316         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5317         that a user enters; decode group names in messages.
5318
5319         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5320
5321 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5322
5323         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5324
5325         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5326
5327         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5328         risky local variable.
5329
5330         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5331
5332 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5333
5334         * encrypt.el: Improve documentation to fix function name typo.
5335         Reported by Daiki Ueno <ueno@unixuser.org>.
5336
5337 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5338
5339         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5340         even if the point is not in the last page of an article.
5341         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5342         back to the previous page.
5343
5344 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5345
5346         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5347
5348 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5349
5350         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5351
5352 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5353
5354         * message.el (message-check-news-body-syntax): Avoid
5355         mm-string-as-multibyte.
5356         (message-hide-headers): Don't assume (point-min)==1.
5357
5358 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5359
5360         * message.el (message-remove-blank-cited-lines): Fix if remove is
5361         given.
5362         (message-bogus-address-regexp): New variable.
5363         (message-bogus-recipient-p): New function.
5364         (message-check-recipients): New command.
5365         (message-syntax-checks): Add `bogus-recipient'.
5366         (message-fix-before-sending): Add `bogus-recipient'.
5367
5368         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5369         (gnus-treat-body-boundary): Don't test window-system.
5370
5371 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5372
5373         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5374
5375 2007-10-28  Miles Bader  <miles@gnu.org>
5376
5377         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5378         at compile-time too.
5379
5380 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5381
5382         * gnus-msg.el (gnus-message-setup-hook): Add
5383         `message-remove-blank-cited-lines' to options.
5384
5385 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5386
5387         * message.el (message-remove-blank-cited-lines): New function.
5388         Suggested by Karl Plästerer.
5389
5390 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5391
5392         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5393         mapc.
5394
5395         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5396         (top-level): Use mapc to set functions to be traced for debugging.
5397
5398         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5399         called for effect with while loop.
5400
5401         * message.el (message-talkative-question): Replace mapcar called for
5402         effect with mapc.
5403
5404         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5405         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5406         called for effect with dolist.
5407
5408         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5409
5410         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5411         gnus-extra-headers and nnmail-extra-headers.
5412
5413         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5414         called for effect with dolist.
5415         (top-level): Use mapc to set functions to be traced for debugging.
5416
5417         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5418         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5419         dolist.
5420
5421         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5422         Replace mapcar called for effect with mapc.
5423         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5424         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5425         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5426         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5427
5428         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5429         remove-if that's a cl function.
5430
5431         * webmail.el (webmail-debug): Replace mapcar called for effect with
5432         dolist.
5433
5434         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5435         with mapc.
5436
5437 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5438
5439         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5440         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5441         with while loop.
5442
5443         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5444         functions from article-* functions.
5445         (gnus-multi-decode-header): Replace mapcar called for effect with
5446         dolist.
5447
5448         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5449         (gnus-bookmark-show-details): Replace mapcar called for effect with
5450         while loop.
5451
5452         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5453         called for effect with while loop.
5454
5455         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5456         with dolist.
5457
5458         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5459         mapcar called for effect with dolist.
5460
5461         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5462
5463         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5464         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5465         Replace mapcar called for effect with dolist.
5466         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5467         mapc.
5468
5469         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5470         Replace mapcar called for effect with dolist.
5471         (gnus-topic-list): Replace mapcar called for effect with mapc.
5472
5473         * gnus.el: Use mapc instead of mapcar to add autoloads.
5474
5475 2007-10-23  Richard Stallman  <rms@gnu.org>
5476
5477         * gnus-group.el (gnus-group-highlight): Mark as risky.
5478
5479 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5480
5481         * gnus.el (gnus-server-to-method): Return method found first in
5482         gnus-newsrc-alist.
5483
5484         * gnus-art.el (gnus-article-highlight-signature)
5485         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5486         button overlay without the front stickiness.
5487
5488 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5489
5490         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5491         overview buffer needed a catch to receive its throw.
5492         (gnus-agent-flush-cache): Declared as interactive to make this function
5493         easier to use.
5494
5495 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5496
5497         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5498         `next-line'.
5499
5500 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5501
5502         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5503         exclude address matching message-dont-reply-to-names.
5504
5505 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * gnus-util.el (gnus-string<): New function.
5508
5509         * gnus-sum.el (gnus-article-sort-by-author)
5510         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5511
5512 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5513
5514         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5515         the frame-focus tag is set in gnus-buffer-configuration.
5516
5517 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5518
5519         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5520         the front stickiness.
5521
5522 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5523
5524         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5525         url pattern; remove duplicate one.
5526         (gnus-article-extend-url-button): New function.
5527         (gnus-article-add-buttons): Use it.
5528         (gnus-button-push): Use concatenated url that it makes.
5529
5530 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5531
5532         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5533
5534 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5535
5536         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5537         Don't hardcode point-min==1.
5538
5539 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5540
5541         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5542         Fix comment about "iso8859-1".
5543
5544 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5545
5546         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5547         ones returned from the verify-function.
5548
5549         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5550         mml2015-extract-cleartext-signature if extraction failed.
5551
5552 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5553
5554         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5555         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5556         failed.
5557
5558 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5559
5560         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5561
5562 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5563
5564         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5565         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5566         recommends to use EasyPG instead of PGG.
5567
5568         * pgg.el: Revert to revision 6.23.2.16.
5569
5570         * pgg-def.el: Revert to revision 6.6.2.14.
5571
5572         * pgg-gpg.el: Revert to revision 6.23.2.34.
5573
5574 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5575
5576         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5577         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5578         thread for both the null and zero (kill/expire thread) universal prefix
5579         cases.
5580         (gnus-summary-expire-thread): Add new function to expire a thread,
5581         using gnus-summary-kill-thread.
5582         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5583         shortcuts for gnus-summary-expire-thread.
5584         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5585         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5586
5587 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5588
5589         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5590         extras value, so an extras entry can be deleted.
5591         (gnus-registry-delete-extra-entry): Use it.
5592         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5593         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5594         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5595         storage through the gnus-registry, and provide an appropriate API for
5596         it.
5597
5598 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5599
5600         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5601         Suggested by Leo <sdl.web@gmail.com>.
5602
5603         * gnus.el: Do.
5604
5605 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5606
5607         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5608         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5609
5610         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5611
5612         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5613         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5614
5615 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5616
5617         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5618         newline.
5619         (nnmbox-request-accept-article): Don't change article in source buffer;
5620         narrow to header to use message-fetch-field rather than
5621         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5622         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5623         as delimiters; make sure article ends with newline.
5624         (nnmbox-delete-mail): Correct last position of article to be deleted;
5625         ignore X-Gnus-Newsgroup header in article body.
5626         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5627         positions; make sure article ends with newline.
5628
5629         * message.el (message-display-abbrev): Don't infloop when a user
5630         inserts SPC in the beginning of header.
5631
5632         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5633         coding-system-for-read and coding-system-for-write for XEmacs having no
5634         file-coding feature.
5635
5636         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5637
5638 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5639
5640         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5641         list of groups not followed by default.  Fix type to be regexp.
5642         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5643
5644 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5645
5646         * hmac-def.el (define-hmac-function): Switch from old-style to
5647         new-style backquotes.
5648
5649         * md4.el (md4-make-step): Likewise.
5650
5651 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5652
5653         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5654         raw-text coding system when saving .newsrc file, which may contain
5655         non-ASCII group names.
5656
5657 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5658
5659         * gnus-cus.el (gnus-score-extra): New widget.
5660         (gnus-score-extra-convert): New function.
5661         (gnus-score-customize): Use it for Extra.
5662
5663 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5664
5665         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5666         (mml2015-mailcrypt-clear-verify): Use it.
5667         (mml2015-gpg-clear-verify): Use it.
5668         (mml2015-pgg-clear-verify): Use it.
5669         (mml2015-epg-clear-verify): Replace the current part with the output
5670         from GnuPG; don't extract the plaintext by itself.
5671
5672         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5673         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5674         mml2015-clear-verify-function; don't touch the armor headers or
5675         dash-escaped text here.
5676
5677 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5678
5679         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5680         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5681         parts, or application/octet-stream as a last resort.
5682         (gnus-mime-view-part-as-type): Don't toggle display.
5683         (gnus-mime-view-part-as-charset): Don't turn off display before
5684         querying charset.
5685
5686         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5687         stuff to undisplayer function in Emacs.
5688         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5689
5690         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5691         text/calendar parts.
5692
5693 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5694
5695         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5696         decoding text/calendar parts.
5697
5698         * message.el (message-forward-make-body-mime): Always mark body as
5699         having no illegible text; remove signed-or-encrypted argument.
5700         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5701
5702         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5703         (mml-generate-mime-1): Don't encode body if it is specified to be in
5704         raw form; don't make buffer be unibyte when inserting multibyte string.
5705
5706 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5707
5708         * sha1.el: Fix up comment style.
5709         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5710         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5711
5712         * hex-util.el: Fix up comment style.
5713         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5714
5715         * gnus-salt.el: Use with-current-buffer.
5716         (gnus-pick-setup-message): Fix long-standing typo.
5717
5718 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5719
5720         * imap.el (imap-logout-timeout): New variable.
5721         (imap-logout, imap-logout-wait): New functions.
5722         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5723
5724         * nnimap.el (nnimap-logout-timeout): New server variable.
5725         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5726         nnimap-logout-timeout.
5727
5728         * gnus-art.el (gnus-article-summary-command-nosave)
5729         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5730
5731 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * gnus.el (gnus-maximum-newsgroup): New variable.
5734
5735         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5736         according to gnus-maximum-newsgroup.
5737
5738         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5739         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5740         Limit the range of articles according to gnus-maximum-newsgroup.
5741
5742 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5743
5744         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5745         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5746         Don't perform gnus-configure-windows here; reuse existing sticky
5747         article buffer.
5748
5749         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5750         it doesn't exist in gnus-article-mode.
5751
5752 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5753
5754         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5755         (gnus-agent-decoded-group-name): New function.
5756         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5757         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5758
5759 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5760
5761         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5762         Add binding for gnus-sticky-article.
5763         (gnus-summary-exit): Don't kill sticky article buffers.
5764
5765         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5766         article buffer.
5767         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5768         (gnus-kill-sticky-article-buffers): New commands.
5769
5770 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5771
5772         * nntp.el (nntp-xref-number-is-evil): New server variable.
5773         (nntp-find-group-and-number): If it is non-nil, don't trust article
5774         numbers in the Xref header.
5775
5776 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5777
5778         * gnus-agent.el (gnus-agent-read-group): New function.
5779         (gnus-agent-flush-group, gnus-agent-expire-group)
5780         (gnus-agent-regenerate-group): Use it.
5781         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5782         nnmail-pathname-coding-system.
5783
5784 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5785
5786         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5787
5788         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5789         that are unread as unread, and also as selected so that information of
5790         marks having been changed by a user may be updated when exiting group.
5791
5792 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5793
5794         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5795         calculated ignoring signature parts to gnus-treat-article.
5796
5797 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5798
5799         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5800         a point here in order to keep the window start.
5801         (gnus-insert-mime-security-button): Make a button overlay without the
5802         front stickiness.
5803         (gnus-mime-display-security): Goto the end of a button.
5804
5805         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5806
5807 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5808
5809         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5810         group-name-at-point.
5811         (gnus-group-completing-read): New function that offers decoded
5812         non-ASCII group names for completion.
5813         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5814         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5815         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5816         (gnus-group-fetch-control): Use it.
5817         (gnus-fetch-group): Use group-name-at-point for the initial value
5818         rather than the default value; use gnus-alive-p.
5819
5820         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5821         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5822         (gnus-summary-post-news): Use gnus-group-completing-read.
5823
5824         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5825         (gnus-read-move-group-name): Decode group name for completion.
5826
5827 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5828
5829         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5830         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5831         Yamaoka slightly modified the code).
5832
5833 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5834
5835         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5836         (nnmail-split-incoming): Bind it.
5837
5838         * nnml.el (nnml-group-name-charset): New function.
5839         (nnml-decoded-group-name): Use it; don't decode group name if
5840         nnmail-group-names-not-encoded-p is non-nil.
5841         (nnml-encoded-group-name): New function.
5842         (nnml-group-pathname): Inline nnml-decoded-group-name.
5843         (nnml-request-expire-articles): Decode group name in message.
5844         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5845         nnmail-pathname-coding-system.
5846         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5847         not decoded ones according to nnmail-group-names-not-encoded-p.
5848         (nnml-generate-active-info): Use nnml-encoded-group-name.
5849
5850 2007-08-08  Glenn Morris  <rgm@gnu.org>
5851
5852         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5853         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5854         doc-strings and comments.
5855
5856 2007-07-25  Glenn Morris  <rgm@gnu.org>
5857
5858         * Relicense all FSF files to GPLv3 or later.
5859
5860 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5861
5862         * gnus-sum.el (gnus-summary-move-article): Make
5863         gnus-summary-respool-article work.
5864
5865 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5866
5867         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5868         string.
5869
5870 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5871
5872         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5873         that should be ignored when comparing distant RSS articles with local
5874         ones.
5875         (nnrss-make-hash-index): New function.  Create a hash index according
5876         to the ignored fields.
5877         (nnrss-check-group): Use it.
5878
5879 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5880
5881         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5882
5883         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5884
5885         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5886         the new optional argument ENCODED is non-nil.
5887         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5888         coding system for encoding group name.
5889         (gnus-group-make-rss-group): Pass un-encoded group name to
5890         gnus-group-make-group.
5891         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5892         encoded.
5893
5894         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5895         Encode group name to which articles are moved or copied.
5896         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5897         coding system for encoding Newsgroup, Followup-To and Xref headers.
5898
5899         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5900         marks; use nnheader-file-coding-system to write a file.
5901         (nnagent-retrieve-headers): Bind file-name-coding-system to
5902         nnmail-pathname-coding-system.
5903
5904         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5905
5906         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5907         (nnml-request-article, nnml-request-create-group)
5908         (nnml-request-rename-group, nnml-find-id)
5909         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5910         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5911         (nnml-save-marks): Use nnml-group-pathname instead of
5912         nnmail-group-pathname.
5913
5914         (nnml-request-create-group, nnml-request-expire-articles)
5915         (nnml-request-move-article, nnml-request-delete-group)
5916         (nnml-deletable-article-p, nnml-possibly-create-directory)
5917         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5918         (nnml-open-marks): Bind file-name-coding-system to
5919         nnmail-pathname-coding-system.
5920
5921         (nnml-request-article): Pass server argument to nnml-find-group-number.
5922         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5923         server argument to nnml-possibly-create-directory.
5924         (nnml-request-accept-article): Pass server argument to
5925         nnml-active-number and nnml-save-mail.
5926         (nnml-find-group-number): Pass server argument to nnml-find-id.
5927         (nnml-request-update-info): Pass server argument to
5928         nnml-marks-changed-p.
5929
5930         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5931         (nnml-save-mail, nnml-active-number): Add server argument.
5932
5933         (nnml-request-delete-group): Warn if group is missing.
5934         (nnml-get-nov-buffer): Decode group name.
5935         (nnml-generate-active-info): Encode group name.
5936         (nnml-open-marks): Decode group name in messages.
5937
5938 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5939
5940         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5941         if it is not specified.
5942         (gnus-article-pipe-part, gnus-article-save-part)
5943         (gnus-article-interactively-view-part, gnus-article-copy-part)
5944         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5945         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5946         (gnus-article-replace-part, gnus-article-delete-part)
5947         (gnus-article-view-part-as-type): Pass raw prefix argument to
5948         gnus-article-part-wrapper.
5949
5950 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5951
5952         * gnus-agent.el (gnus-agent-save-active): Bind
5953         nnheader-file-coding-system to gnus-agent-file-coding-system.
5954
5955         * gnus-cache.el (gnus-cache-save-buffers)
5956         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5957         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5958         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5959         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5960         (gnus-cache-generate-active, gnus-cache-rename-group)
5961         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5962         (gnus-cache-update-overview-total-fetched-for): Bind
5963         file-name-coding-system to nnmail-pathname-coding-system.
5964         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5965         variables.
5966         (gnus-cache-decoded-group-name): New function.
5967         (gnus-cache-file-name): Use it.
5968         (gnus-cache-generate-active): Use non-decoded group name for active.
5969
5970         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5971         right place.
5972         (gnus-write-active-file): Don't break non-ASCII group names.
5973
5974         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5975         nnmail-pathname-coding-system.
5976
5977         * lpath.el: Bind default-file-name-coding-system,
5978         file-name-coding-system and language-info-alist for XEmacs.
5979
5980         * gnus-uu.el (gnus-uu-decode-save): Typo.
5981
5982 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5983
5984         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5985
5986 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5987
5988         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5989         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5990         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5991         (gnus-agent-flush-group, gnus-agent-flush-cache)
5992         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5993         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5994         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5995         (gnus-agent-regenerate-group)
5996         (gnus-agent-update-files-total-fetched-for)
5997         (gnus-agent-update-view-total-fetched-for): Bind
5998         file-name-coding-system to nnmail-pathname-coding-system.
5999         (gnus-agent-group-pathname): Don't encode file names by
6000         nnmail-pathname-coding-system.
6001         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6002         coding-system-for-write instead of buffer-file-coding-system to
6003         gnus-agent-file-coding-system.
6004
6005         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6006         Decode group name.
6007
6008         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6009
6010         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6011         (gnus-read-newsrc-el-file): Make group names unibyte.
6012
6013         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6014         nnmail-pathname-coding-system.
6015
6016         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6017         (nnrss-request-delete-group): Bind file-name-coding-system to
6018         nnmail-pathname-coding-system.
6019         (nnrss-read-server-data, nnrss-read-group-data): Bind
6020         file-name-coding-system correctly.
6021         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6022
6023         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6024         (nntp-server-to-method-cache): New variable.
6025         (nntp-group-pathname): New function that decodes non-ASCII group names.
6026         (nntp-possibly-create-directory, nntp-marks-changed-p)
6027         (nntp-save-marks, nntp-open-marks): Use it.
6028         (nntp-possibly-create-directory, nntp-open-marks):
6029         Bind file-name-coding-system to nnmail-pathname-coding-system.
6030         (nntp-open-marks): Decode group names when bootstrapping marks.
6031
6032         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6033         Newsgroups and Folowup-To headers.
6034
6035 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6036
6037         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6038         (gnus-server-closed-face, gnus-server-denied-face)
6039         (gnus-server-offline-face): Remove variable.
6040         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6041
6042         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6043         of modifying message-stack directly for XEmacs.
6044
6045         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6046         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6047         if the coding-system argument is nil for XEmacs.
6048
6049         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6050         mm-charset-override-alist.
6051
6052         * rfc2047.el: Don't require base64; require rfc2045 for the function
6053         rfc2045-encode-string.
6054         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6055         to quote the parameter value.
6056
6057 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6058
6059         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6060         form in gnus-group-name-charset-method-alist.
6061
6062         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6063         overrides the default layout edit-form.
6064
6065         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6066
6067         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6068
6069 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6070
6071         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6072         as unfetched articles.
6073
6074 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6075
6076         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6077
6078 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6081         original back end that keeps marks in the local system.
6082
6083 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6084
6085         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6086         arg of pop-to-buffer for XEmacs.
6087         (gnus-article-read-summary-keys): Ditto; don't restore window
6088         configuration if summary command ends up with neither article buffer
6089         nor summary buffer; describe bindings if summary keys end with C-h.
6090
6091 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6092
6093         * message.el (message-fix-before-sending): Skip raw message part to be
6094         forwarded while checking illegible text.
6095         (message-forward-make-body-mime, message-forward-make-body): Mark
6096         signed or encrypted raw message as having no illegible text.
6097
6098 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6099
6100         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6101         (gnus-message-with-timestamp-1): New macro.
6102         (gnus-message-with-timestamp): New function.
6103         (gnus-message): Use them.
6104
6105         * nnheader.el (nnheader-message): Use them.
6106
6107 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6108
6109         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6110         .newsrc.eld file.
6111
6112 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6113
6114         * gnus-agent.el (gnus-agent-fetch-headers)
6115         (gnus-agent-retrieve-headers): Bind
6116         gnus-decode-encoded-address-function to identity.
6117
6118         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6119         available also when the server returns simply a dot.
6120
6121         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6122
6123 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6124
6125         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6126
6127 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6128
6129         * gnus-ems.el (gnus-x-splash): Make it work.
6130
6131         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6132         from being used.
6133
6134         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6135
6136 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6137
6138         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6139         4th and the 5th arguments.
6140
6141         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6142         the front stickiness.
6143         (gnus-article-summary-command-nosave): Correct the order of the
6144         arguments passed to pop-to-buffer.
6145         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6146         summary command ends up with the article buffer.
6147
6148         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6149         the same faces.
6150
6151 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6152
6153         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6154
6155 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6156
6157         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6158         * gnus-sum.el (gnus-summary-highlight):
6159         * pgg.el (pgg-sign-region, pgg-sign):
6160         * mail-source.el (mail-source-delete-old-incoming-confirm):
6161         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6162
6163 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6164
6165         * gnus-art.el (gnus-mime-view-part-externally)
6166         (gnus-mime-view-part-internally): Fix predicate function passed to
6167         completing-read.
6168
6169         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6170
6171         * gnus.el (gnus-update-message-archive-method): Add :version.
6172
6173 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6174
6175         * gnus.el (gnus-update-message-archive-method): New variable.
6176
6177         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6178         according to gnus-message-archive-method if
6179         gnus-update-message-archive-method is non-nil.
6180
6181 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6182
6183         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6184         by Loic Dachary <loic@dachary.org>.
6185         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6186
6187 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6188
6189         * message.el (message-pop-to-buffer): Add switch-function argument.
6190         (message-mail): Pass switch-function argument to it.
6191
6192 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6193
6194         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6195         Improve doc string.
6196
6197 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6198
6199         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6200         (gnus-header-content)
6201         * gnus-cite.el (gnus-cite-10)
6202         * gnus-srvr.el (gnus-server-closed)
6203         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6204         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6205         (gnus-group-mail-3-empty, gnus-group-mail-low)
6206         (gnus-group-mail-low-empty, gnus-splash)
6207         * message.el (message-header-to, message-header-cc)
6208         (message-header-subject, message-header-other, message-header-name)
6209         (message-header-xheader, message-separator, message-cited-text)
6210         (message-mml): Lighten colors of faces used for dark background.
6211
6212 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6213
6214         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6215         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6216
6217 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6218
6219         * message.el (message-narrow-to-headers-or-head):
6220         Ignore mail-header-separator in the body.
6221
6222 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6225         same as window size.
6226
6227 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6228
6229         * message.el (message-font-lock-keywords): Use message-header-xheader
6230         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6231         ahead of the anything pattern, to get it recognised.
6232
6233 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6234
6235         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6236         spam.el loads uses it in the compiled defadvice form.
6237
6238 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6239
6240         * gnus-sum.el (gnus-articles-to-read)
6241         (gnus-summary-insert-old-articles): Don't truncate group name for
6242         `read-string'.
6243
6244         * gnus-util.el (gnus-limit-string): Delete this function.
6245
6246         * gnus-sum.el (gnus-simplify-subject-fully): Use
6247         `truncate-string-to-width' instead.
6248
6249 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6250
6251         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6252         if, on summary exit, the next group has to be selected.
6253         (gnus-summary-exit): Use it.
6254
6255 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6256
6257         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6258         non-break space.
6259
6260 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6261
6262         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6263         Check if group is not a directory.
6264         (nnfolder-request-expire-articles): Don't delete articles if the target
6265         group is not available.
6266
6267         * nnml.el (nnml-request-create-group): Properly check if group is not a
6268         file.
6269         (nnml-request-expire-articles): Don't delete articles if the target
6270         group is not available.
6271
6272         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6273         Don't quote characters that are within parentheses.
6274
6275 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6276
6277         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6278         (gnus-handle-ephemeral-exit): Select article according to it.
6279
6280 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6281
6282         * message.el (message-insert-formated-citation-line): Remove newline.
6283         (message-citation-line-format): Add final \n here so that the user can
6284         avoid a blank line.
6285
6286 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6287
6288         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6289         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6290         Update lanl/arXiv support.
6291
6292 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6293
6294         * gnus.el: Bump version number.
6295
6296 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6297
6298         * gnus.el (gnus-version-number): Bump version.
6299
6300 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6301
6302         * gnus.el: No Gnus v0.6 is released.
6303
6304 2007-04-27  Didier Verna  <didier@xemacs.org>
6305
6306         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6307         * gmm-utils.el (gmm-regexp-concat): here.
6308         * message.el: Don't require 'gnus-util.
6309         (message-dont-reply-to-names): Handle name change above.
6310         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6311
6312 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6313
6314         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6315         since the initial value varies according to the system.
6316
6317 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6318
6319         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6320
6321 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6322
6323         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6324
6325 2007-04-24  Didier Verna  <didier@xemacs.org>
6326
6327         Improve the type of gnus-ignored-from-addresses.
6328         * gnus-util.el (gnus-orify-regexp): New function.
6329         * message.el (gnus-util): Require it.
6330         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6331         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6332         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6333
6334 2007-04-24  Didier Verna  <didier@xemacs.org>
6335
6336         * gnus-sum.el:
6337         * gnus-utils.el: Fix some trailing whitespaces.
6338
6339 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6340
6341         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6342         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6343         article's Message-ID; refer parent article in summary buffer.
6344
6345         * message.el (message-bounce): Call mime-to-mml.
6346
6347         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6348         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6349         optimize and/or forms properly.
6350
6351 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6352
6353         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6354         URL.
6355
6356 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6357
6358         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6359
6360 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6361
6362         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6363         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6364         displayed of multipart/alternative part if it is invoked from summary
6365         buffer.
6366
6367         * mm-view.el (mm-inline-text-html-render-with-w3m)
6368         (mm-inline-text-html-render-with-w3m-standalone)
6369         (mm-inline-render-with-function): Use mail-parse-charset by default.
6370
6371 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6372
6373         * parse-time.el (parse-time-string-chars): Check if CHAR
6374         is less than the length of parse-time-syntax.
6375
6376 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6377
6378         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6379         from gnus-newsgroup-processable.
6380
6381 2007-04-16  Didier Verna  <didier@xemacs.org>
6382
6383         * gnus-msg.el (gnus-configure-posting-styles): Handle
6384         message-signature-directory properly with :file syntax.  Reported by
6385         "Leo".
6386
6387 2007-04-11  Didier Verna  <didier@xemacs.org>
6388
6389         New user option: message-signature-directory.
6390         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6391         * message.el (message-insert-signature): Ditto.
6392         * message.el (message-signature-file): Doc update.
6393         * message.el (message-signature-directory): New.
6394
6395 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * gnus-msg.el (gnus-inews-yank-articles): Use
6398         message-exchange-point-and-mark instead of exchange-point-and-mark.
6399
6400 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6401
6402         * message.el (message-yank-original): Make sure cited text ends with
6403         newline; don't exchange point and mark.
6404
6405 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6406
6407         * tls.el (open-tls-stream): Properly handle case where there
6408         is no associated buffer.
6409
6410 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6411
6412         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6413         message-yank-original, make sure (< mark TEXT point).
6414
6415 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6416
6417         * message.el (message-fill-column): New variable.
6418         (message-mode): Use it.  Add comment on a possible new hook.
6419
6420         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6421         (nnmail-get-new-mail): Reformat.
6422
6423         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6424
6425         * gmm-utils.el: Fix Commentary.
6426         (gmm-tool-bar-from-list): Fix typo in doc string.
6427
6428 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6429
6430         * message.el (message-yank-original): Don't switch point and mark
6431         unnecessarily to put point and mark as documented.
6432
6433 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6434
6435         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6436         from the message heads.
6437
6438 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6439
6440         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6441         article buffer does not have a window.  This may not be the best
6442         solution but is certainly better than setting the start of the null,
6443         that is the current, window.
6444
6445 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6446
6447         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6448         (gnus-draft-setup): Run it.
6449
6450         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6451         gnus-score-fast-scoring.  Allow regexp.
6452         (gnus-score-headers): Use it.
6453
6454         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6455         XEmacs.
6456
6457         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6458         string.
6459         (gnus-button-alist): Also catch `<f1> k ...'.
6460         (gnus-treat-display-x-face): Fix doc string.
6461
6462 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6463
6464         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6465         evaluation of gnus-extended-version to ensure correct generation of the
6466         User-Agent header when message-generate-headers-first is used.
6467
6468 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6469
6470         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6471         hashcash-path is nil.  Don't call callback with incorrect number of
6472         parameters if val is 0.
6473
6474 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6475
6476         * message.el (message-required-news-headers):
6477         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6478
6479 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6480
6481         * tls.el (open-tls-stream): In handshake-waiting loop,
6482         don't wait more if there is output available to process.
6483
6484 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6485
6486         * tls.el (tls-program): Doc fix.
6487
6488 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6489
6490         * message.el (message-generate-new-buffers): Change the meaning of the
6491         nil value; add `standard' to the choices; treat t as `unique'; improve
6492         doc string.
6493         (gnus-select-frame-set-input-focus): Autoload.
6494         (message-buffer-name): Search for the existing message buffer if
6495         message-generate-new-buffers is nil or `standard'; treat the value t of
6496         message-generate-new-buffers as `unique'.
6497         (message-pop-to-buffer): Raise the frame already displaying the message
6498         buffer; clear the echo area after querying.
6499         (message-setup): Pass the `continue' argument to compose-mail.
6500         (message-mail): Prefer `switch-function' if it is given; search for the
6501         existing message buffer if the `continue' argument is non-nil; pass
6502         continue and switch-function arguments to compose-mail by way of
6503         message-setup.
6504         (message-mail-other-window): Adjust argument of message-setup.
6505         (message-mail-other-frame): Ditto.
6506
6507 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6508
6509         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6510         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6511         to turn font-lock on when turning gnus-message-citation-mode on.
6512
6513 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6514
6515         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6516         (mml-smime-function-alist): New variable; add epg as the backend.
6517         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6518         mml-smime- functions instead.
6519         * mm-view.el: Require smime.
6520
6521 2007-03-05  Didier Verna  <didier@xemacs.org>
6522
6523         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6524         instead of just inheritance for posting styles.
6525         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6526
6527 2007-02-24  Chris Moore  <dooglus@gmail.com>
6528
6529         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6530         * pgg-pgp.el (pgg-pgp-encrypt-region):
6531         * pgg-gpg.el (pgg-gpg-encrypt-region):
6532         Check pgg-encrypt-for-me if no other recipients.
6533
6534 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6535
6536         * tls.el (tls-certtool-program): Fix custom type.
6537
6538 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6539
6540         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6541         and point-at-eol instead of line-(beginning|end)-position.
6542
6543         * assistant.el (assistant-parse-buffer): Ditto.
6544
6545         * netrc.el (netrc-parse-services): Ditto.
6546
6547 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6548
6549         * mml2015.el (mml2015-epg-find-usable-key): New function.
6550         (mml2015-epg-sign): Use it.
6551         (mml2015-epg-encrypt): Use it.
6552
6553 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6554
6555         * message.el (message-make-in-reply-to): Quote name containing
6556         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6557         if there are special characters.  Reported by NAKAJI Hiroyuki
6558         <nakaji@jp.freebsd.org>.
6559
6560 2007-02-27  Didier Verna  <didier@xemacs.org>
6561
6562         Include the group parameters as well as the topic ones in the
6563         inheritance filter process.
6564         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6565         argument GROUP-PARAMS-LIST.
6566         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6567
6568 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6569
6570         * nntp.el (nntp-never-echoes-commands)
6571         (nntp-open-connection-functions-never-echo-commands): New variables.
6572         (nntp-send-command): Use them.
6573
6574 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6575
6576         * mml2015.el (mml2015-epg-verify): Simplified.
6577
6578 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6579
6580         * mml.el (mml-content-disposition-alist): New user option.
6581         (mml-content-disposition): New function.
6582         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6583         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6584
6585 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6586
6587         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6588         verification.
6589
6590 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6591
6592         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6593         articles posted in the last 24 hours.
6594
6595 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6596
6597         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6598
6599 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6600
6601         * nntp.el (nntp-send-command): Don't wait for echoes when
6602         nntp-open-ssl-stream is used.
6603
6604 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6605
6606         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6607         (gnus-message-add-citation-keywords)
6608         (gnus-message-remove-citation-keywords): Remove.
6609         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6610         directly, make the variables in font-lock-defaults buffer-local, add
6611         gnus-message-citation-keywords to them and then update the value of
6612         font-lock-keywords.
6613
6614 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6615
6616         * message.el (message-cite-original-1): Don't call
6617         gnus-article-highlight-citation.
6618
6619         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6620         citations; fix line count.
6621
6622 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6623
6624         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6625         (gnus-message-add-citation-keywords)
6626         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6627         versions of font-lock-add-keywords and font-lock-remove-keywords to
6628         work with XEmacs correctly.
6629
6630 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * gnus-cite.el (gnus-cite-face-list): Set the values of
6633         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6634         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6635         (gnus-message-cite-prefix-regexp): New variable.
6636         (gnus-message-search-citation-line): Use it; protect against long
6637         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6638         the 0th match data for Emacs.
6639         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6640         (gnus-message-add-citation-keywords): Append keywords rather than
6641         prepending; emulate font-lock-add-keywords if it is not available.
6642         (gnus-message-remove-citation-keywords): Emulate
6643         font-lock-remove-keywords if it is not available.
6644
6645         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6646
6647         * message.el (message-cite-prefix-regexp): Set the value of
6648         gnus-message-cite-prefix-regexp.
6649
6650 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6651
6652         * nnweb.el (nnweb-google-parse-1): Update parser.
6653
6654 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6655
6656         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6657
6658 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6659
6660         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6661         regexp.
6662
6663 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6666         string-to-multibyte.
6667         (uudecode-decode-region-internal): Use it.
6668
6669         * lpath.el: Fbind string-as-multibyte for XEmacs.
6670
6671 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6672
6673         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6674         custom choice.
6675
6676         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6677
6678 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6679
6680         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6681
6682         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6683         `write-region' to respect `mm-inhibit-file-name-handlers'.
6684
6685 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6686
6687         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6688         Use gnus-home-directory instead of "~/" or "$HOME".
6689
6690 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6691
6692         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6693         to mention filename.
6694         Add comments at beginning regarding usage.
6695         (encrypt-write-file-contents): Change interactive so a string is
6696         acceptable.  If the file has no associated model, show an error instead
6697         of a nonsense prompt.
6698
6699 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6700
6701         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6702         Thanks to Yoshihiko Yamada for kind notification of this typo.
6703
6704 2007-01-12  Kenichi Handa  <handa@m17n.org>
6705
6706         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6707         multibyte buffer.
6708
6709 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6710
6711         * gnus-score.el (gnus-score-fast-scoring): New variable.
6712         (gnus-score-headers): Use it.
6713
6714         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6715
6716         * message.el (message-cite-original-1): Call
6717         gnus-article-highlight-citation if requested.
6718         (message-make-from): Allow name and address as optional arguments.
6719
6720         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6721
6722         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6723         bugs to doc string.
6724         (gnus-button-alist): Add mid\\|message-id.
6725         (gnus-button-fetch-group): Extend for use in
6726         `browse-url-browser-function'.
6727         (gnus-button-url-regexp): Try to catch paired parentheses like in
6728         Wikipedia URLs.
6729
6730         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6731         Suggested by Simon Krahnke <overlord@gmx.li>.
6732
6733 2007-01-13  Romain Francoise  <romain@orebokech.com>
6734
6735         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6736         Update copyright.
6737
6738 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6739
6740         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6741
6742 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6743
6744         * gnus-registry.el (gnus-registry-unfollowed-groups)
6745         (gnus-registry-split-fancy-with-parent): Fix documentation.
6746
6747 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6748
6749         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6750         from nnweb groups.
6751
6752 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6753
6754         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6755         Xref urls.  Erase buffer before requesting head.
6756
6757 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6758
6759         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6760         customizable.
6761
6762 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6763
6764         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6765         no signing key is found.
6766         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6767         no encrypting and/or signing key is found.
6768
6769 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6770
6771         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6772
6773 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6774
6775         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6776         headers read from disk with the ones newly found in the current search.
6777         This should no longer cause problems, because the article numbers in
6778         Gmane's `nov.php' output are ignored since the previous change.
6779
6780 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6781
6782         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6783
6784 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6785
6786         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6787         replace-regexp-in-string; bind url-version; fbind display-images-p and
6788         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6789         find-face and set-itimer-function for Emacs; bind itimer-list for
6790         Emacs.
6791
6792         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6793
6794 2007-01-01  Romain Francoise  <romain@orebokech.com>
6795
6796         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6797
6798 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6799
6800         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6801         `define-minor-mode' macro definition expanded properly.
6802         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6803         exclude it there.
6804
6805         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6806         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6807         `fboundp' test.
6808         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6809         This is OK to autoload in (S)XEmacs now.
6810
6811 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6812
6813         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6814         keystroke.
6815         (gnus-summary-limit-to-singletons): Fix typo.
6816
6817         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6818         else fails.
6819
6820 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6821
6822         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6823         docstring.
6824
6825         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6826         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6827         (gnus-summary-insert-dormant-articles): Fix typo in message.
6828
6829 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6830
6831         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6832         nil for XEmacs.
6833         (gnus-message-citation-mode): Don't autoload in XEmacs.
6834
6835         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6836
6837 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6838
6839         * nnimap.el (nnimap-expunge-search-string): Mention
6840         nnimap-search-uids-not-since-is-evil in docstring.
6841
6842 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6843
6844         * spam.el: Revert to make-obsolete-variable because
6845         define-obsolete-variable-alias is not supported in Emacs 21.
6846
6847         * spam.el (spam-ifile-path, spam-ifile-database-path)
6848         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6849         make-obsolete-variable.
6850         (spam-bsfilter-path, spam-bsfilter-program)
6851         (spam-spamassassin-path, spam-spamassassin-program)
6852         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6853         use "path" inappropriately.
6854         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6855         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6856         variable names.
6857
6858 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6859
6860         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6861         summary buffer.
6862
6863         * password.el (password-cache-remove): Use clear-string to burn
6864         password, if available.
6865
6866 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6867
6868         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6869
6870         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6871
6872         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6873         (gnus-message-highlight-citation): Move defcustom here from
6874         gnus-cite.el.
6875         (gnus-message-citation-mode): Autoload.
6876
6877         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6878         checks to make it compile with XEmacs.
6879         (gnus-message-citation-mode): New minor mode.
6880         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6881         (gnus-message-highlight-citation): New variables.
6882         (gnus-message-search-citation-line)
6883         (gnus-message-add-citation-keywords)
6884         (gnus-message-remove-citation-keywords)
6885         (turn-on-gnus-message-citation-mode)
6886         (turn-off-gnus-message-citation-mode): New functions.
6887
6888 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6889
6890         * gnus-cite.el: Enable highlighting of different citation levels in
6891         message-mode.
6892
6893 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6894
6895         * message.el (message-make-fqdn): Fix comment.
6896         (message-bogus-system-names): Add ".local".
6897
6898         * spam.el (spam-ifile-path, spam-ifile-program)
6899         (spam-ifile-database-path, spam-ifile-database)
6900         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6901         Don't use "path" inappropriately.
6902         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6903         strings.
6904         (spam-check-ifile, spam-ifile-register-with-ifile)
6905         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6906         new variable names.
6907
6908         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6909         (gnus-treat-display-smileys): Simplify using
6910         gnus-image-type-available-p.
6911
6912         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6913         available.
6914
6915         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6916         `display-images-p' if available.
6917
6918 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6919
6920         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6921         one after turning on the buffer's multibyteness instead of decoding
6922         them directly in the unibyte buffer that causes unexpected conversion
6923         in Emacs 23 (unicode).
6924
6925 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6926
6927         * message.el (message-generate-hashcash): Fix custom type.
6928
6929 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6930
6931         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6932
6933 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6934
6935         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6936         disconnect icons.  Add help text.
6937
6938 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6939
6940         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6941         negated to be consistent with the others we handle.
6942
6943 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6944
6945         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6946         version of gnus-summary-buffer to something, so that we can use two
6947         article buffers at the same time.
6948
6949 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6950
6951         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6952         trigger all the extra headers.
6953         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6954         sorting.
6955
6956 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6957
6958         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6959         solid groups.
6960
6961 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6962
6963         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6964
6965 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6966
6967         * legacy-gnus-agent.el: Add Copyright notice.
6968
6969 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6970
6971         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6972
6973 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6974
6975         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6976
6977         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6978         to make it work reliably in CVS Emacs.
6979         (gnus-summary-limit-strange-charsets-predicate)
6980         (gnus-summary-limit-to-predicate): New functions.
6981
6982 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6983
6984         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6985         specifying array size.
6986         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6987         array if it is too small.
6988         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6989         (gnus-sort-threads-loop): New function.
6990
6991 2006-12-06  Chris Moore  <dooglus@gmail.com>
6992
6993         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6994         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6995
6996 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6997
6998         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6999         options.
7000
7001 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7002
7003         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7004         DOS-ing the recipient.
7005
7006         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7007         the headers when creating the mapping to avoid mismappings.
7008         (nnweb-gmane-create-mapping): Always nix out old mapping.
7009
7010 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7011
7012         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7013         and mm-verify-option to never.
7014
7015 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7016
7017         * message.el (message-signed-or-encrypted-p): New function.
7018         (message-forward-make-body): Use it.
7019
7020         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7021         Replace encode-coding-string with mm-encode-coding-string.
7022
7023 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7024
7025         * nneething.el (nneething-decode-file-name): Replace
7026         decode-coding-string with mm-decode-coding-string.
7027
7028         * gnus-int.el (gnus-open-server): Say failed server's name.
7029
7030 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7031
7032         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7033         strings to a single string.  Quote `errors-file-name'.
7034         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7035         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7036         Adjust calls.  Use `shell-quote-argument'.
7037
7038 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7039
7040         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7041         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7042
7043         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7044         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7045         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7046         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7047         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7048         (gnus-subscribe-newsgroup, gnus-1):
7049         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7050         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7051         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7052         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7053
7054 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7055
7056         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7057         keystroke.
7058         (gnus-summary-limit-to-bodies): Implement headersp.
7059
7060 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7061
7062         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7063
7064 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7067
7068 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7069
7070         * message.el (message-generate-hashcash): Expand range of values to
7071         include `opportunistic'.
7072         (message-send-mail): Use it.
7073
7074 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7075
7076         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7077         and comment it.
7078
7079         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7080
7081 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7082
7083         * gnus-util.el (gnus-extract-address-components): Improve comment.
7084
7085 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7086
7087         * gnus-util.el (gnus-extract-address-components): Work with address in
7088         which the name portion contains @.
7089
7090         * lpath.el: Fbind custom-autoload.
7091
7092 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7093
7094         * gnus.el (gnus-start): Move custom group up.
7095         (gnus-select-method): Don't autoload, but make it available for
7096         `customize-variable'.
7097         (gnus-getenv-nntpserver): Don't autoload.
7098
7099 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7100
7101         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7102
7103 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7104
7105         * message.el (message-sendmail-extra-arguments): New variable.
7106         (message-send-mail-with-sendmail): Use it.
7107
7108 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7109
7110         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7111         mm-with-unibyte-current-buffer to make string unibyte.
7112
7113         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7114         mm-string-as-multibyte.
7115
7116 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7117
7118         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7119         Reported by Werner Koch <wk@gnupg.org>.
7120
7121 2006-11-14  Daiki Ueno  <ueno@p360>
7122
7123         * mml2015.el: Autoload epa-select-keys when compiling.
7124
7125 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7126
7127         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7128         message-options.
7129         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7130
7131 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7132
7133         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7134         EasyPG (< 0.0.6).
7135         (mml2015-always-trust): New user option.
7136         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7137         prompt.
7138
7139 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7140
7141         * nntp.el (nntp-authinfo-force): New variable.
7142         (nntp-send-authinfo): Use it.
7143
7144 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7145
7146         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7147         decode encoded words.  Improve prompt.  Add comment about forwarding.
7148         (message-replacement-char): Move up.
7149
7150 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7151
7152         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7153         instead of gnus-intersection because arguments of gnus-sorted-nunion
7154         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7155
7156 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7157
7158         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7159         (message-simplify-subject-functions): Enable
7160         message-strip-subject-encoded-words by default.
7161
7162 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7163
7164         * message.el (message-strip-subject-encoded-words): New function.
7165         (message-simplify-subject-functions): New variable.
7166         (message-simplify-subject): Use it.  Fix typo in doc string.
7167         Support message-strip-subject-encoded-words.
7168
7169 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7170
7171         * gnus-diary.el (gnus-diary-delay-format-function):
7172         * nndiary.el (nndiary-reminders):
7173         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7174
7175 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7176
7177         * gnus-art.el (article-hide-boring-headers): Fetch date from
7178         gnus-original-article-buffer to avoid problems with localized date
7179         strings.
7180
7181 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7182
7183         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7184
7185 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7186
7187         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7188         New variables.
7189         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7190         (mm-charset-synonym-alist): Move some entries to
7191         mm-codepage-iso-8859-list.
7192         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7193         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7194
7195 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7196
7197         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7198
7199 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7200
7201         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7202         with Emacs 21 and XEmacs.
7203
7204 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7205
7206         * spam.el (spam-parse-address): New function for better parsing,
7207         catching errors, etc.
7208         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7209
7210 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7211
7212         * mm-view.el: Add interactive arg to html2text autoload.
7213
7214 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7215
7216         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7217
7218 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7219
7220         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7221         variables.
7222         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7223         (mm-charset-synonym-alist): Move some entries to
7224         mm-codepage-iso-8859-list.
7225
7226         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7227
7228 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7229
7230         * message.el (message-citation-line-format)
7231         (message-insert-formated-citation-line): Fix implementation of %E, %N
7232         and %n according to the doc string.
7233
7234 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7235
7236         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7237         car-safe to avoid bad parses.
7238
7239 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7240
7241         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7242         names.
7243
7244         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7245
7246 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7249         header.
7250
7251         * message.el (message-draft-headers): Add Date.
7252         (message-headers-to-generate): Fix typo in docstring.
7253
7254         * nndraft.el (nndraft-required-headers): New variable.
7255         (nndraft-generate-headers): Use it.
7256
7257         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7258
7259 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7260
7261         * gnus-registry.el (gnus-registry-wash-for-keywords)
7262         (gnus-registry-find-keywords): New functions to allow easy searching of
7263         articles that are in the registry.
7264
7265 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7266
7267         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7268         ietf-drums-parse-address instead of gnus-extract-address-components.
7269         Reported by Damien Elmes <damien@repose.cx>.
7270
7271 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7272
7273         * gnus.el (gnus-mime): Remove unused custom group.
7274
7275 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7276
7277         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7278         "blank line" when searching for end of armor headers.
7279
7280 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7281
7282         * gmm-utils.el (gmm-write-region): Fix variable name.
7283
7284 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7285
7286         * gmm-utils.el (gmm-write-region): New function based on compatibility
7287         code from `mm-make-temp-file'.
7288
7289         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7290
7291         * nnmaildir.el (nnmaildir--update-nov)
7292         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7293         Use `gmm-write-region'.
7294
7295 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7296
7297         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7298         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7299
7300         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7301
7302         * message.el (message-replacement-char): New variable.
7303         (message-fix-before-sending): Use it.
7304         (message-simplify-subject): New function to remove duplicate code.
7305         (message-reply, message-followup): Use it.
7306
7307         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7308         gnus-summary-limit-to-articles.
7309
7310 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7311
7312         * gnus-util.el (gnus-with-local-quit): New macro.
7313
7314         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7315
7316 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7317
7318         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7319         ignore non-string data.
7320
7321 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7322
7323         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7324         non-string data (needs to be done in the registry too).
7325
7326 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7327
7328         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7329         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7330         (gnus-registry-split-fancy-with-parent)
7331         (gnus-registry-fetch-simplified-message-subject-fast)
7332         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7333         Remove text properties on ingress into the registry and when it's saved.
7334         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7335         registry from entries with no groups.
7336
7337 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7338
7339         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7340         function to remove string properties.
7341
7342 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7343
7344         * gmm-utils.el (gmm): Adjust custom version.
7345
7346         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7347         custom version.
7348
7349         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7350
7351 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7352
7353         * gnus-art.el (gnus-insert-prev-page-button)
7354         (gnus-insert-next-page-button): Simplify.  Reformat.
7355
7356 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7357
7358         * gnus-art.el (gnus-insert-prev-page-button)
7359         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7360
7361 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7362
7363         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7364
7365 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7366
7367         * gnus-art.el (gnus-insert-mime-button)
7368         (gnus-insert-mime-security-button):
7369         Apply gnus-article-button-face to MIME and security buttons.
7370
7371 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7372
7373         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7374         readable.
7375
7376 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7377
7378         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7379
7380 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7381
7382         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7383         `browse-url-of-file' instead of `browse-url'.
7384
7385 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7386
7387         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7388         regexp.  Articles containing quotation were cut prematurely.
7389
7390 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7391
7392         * message.el (message-cite-original-1): Use nobody by default for the
7393         value of From header.
7394         (message-reply): Ditto.
7395
7396 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7397
7398         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7399         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7400         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7401
7402 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7403
7404         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7405         mails in the doc string.  Add some URLs in comment.
7406         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7407
7408 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7409
7410         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7411         backslashes handling and the way to find boundaries of quoted strings.
7412
7413 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7414
7415         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7416         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7417         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7418         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7419
7420 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7421
7422         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7423         doc string.
7424         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7425
7426 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * lpath.el: Fbind epg-check-configuration.
7429
7430 2006-09-06  Simon Josefsson  <jas@extundo.com>
7431
7432         * mml2015.el (mml2015-use): Doc fix, mention epg.
7433
7434 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7435
7436         * mml2015.el (mml2015-use): Default to epg, if available.
7437
7438 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7439
7440         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7441         message-sender.
7442         (mml1991-epg-encrypt): Ditto.
7443         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7444         message-sender.
7445         (mml2015-epg-encrypt): Ditto.
7446
7447 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7448
7449         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7450         several common directories.
7451
7452 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7453
7454         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7455         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7456
7457 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7458
7459         * gnus-art.el (article-decode-encoded-words): Make it fast.
7460
7461 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7462
7463         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7464
7465         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7466         in quoted string into `\'.
7467
7468 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7469
7470         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7471         Use standard-syntax-table.
7472
7473 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7474
7475         * gnus-art.el (gnus-decode-address-function): New variable.
7476         (article-decode-encoded-words): Use it to decode headers which are
7477         assumed to contain addresses.
7478         (gnus-mime-delete-part): Remove useless `or'.
7479
7480         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7481         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7482         (gnus-nov-parse-line): Use it to decode From header.
7483         (gnus-get-newsgroup-headers): Ditto.
7484         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7485
7486         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7487         (mail-decode-encoded-address-string): New alias.
7488
7489         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7490         New function.
7491         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7492         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7493         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7494         (rfc2047-decode-string): Ditto.
7495         (rfc2047-decode-address-region): New function.
7496         (rfc2047-decode-address-string): New function.
7497
7498 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7499
7500         * message.el (message-caesar-buffer-body): Allow rotating headers.
7501
7502         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7503
7504         * message.el (message-insert-formated-citation-line): Fix %f.
7505         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7506
7507 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7508
7509         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7510         (gnus-bookmark-mouse-available-p): New macro.
7511         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7512         (gnus-bookmark-bmenu-show-infos): Use it.
7513         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7514         (gnus-bookmark-bmenu-hide-infos): Ditto.
7515         (gnus-bookmark-remove-properties): New function.
7516         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7517         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7518         (gnus-bookmark-write-file): Bind coding-system-for-write.
7519         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7520         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7521         group before selecting it.
7522         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7523         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7524         quit-window if it is not available; use gnus-mouse-2 and bind it to
7525         gnus-bookmark-bmenu-select-by-mouse.
7526         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7527         (gnus-bookmark-bmenu-select-by-mouse): New function.
7528
7529 2006-08-13  Romain Francoise  <romain@orebokech.com>
7530
7531         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7532         space.
7533
7534 2006-08-10  Romain Francoise  <romain@orebokech.com>
7535
7536         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7537         (dns-mode-soa-auto-increment-serial): New user option.
7538         (dns-mode-soa-maybe-increment-serial): New function.
7539         (dns-mode): Add the latter to `write-contents-functions'.
7540
7541 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7542
7543         * compface.el (uncompface): Use binary rather than raw-text-unix.
7544
7545 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7546
7547         * compface.el (uncompface): Make sure the eol conversion doesn't take
7548         place when communicating with the external programs.  Reported by
7549         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7550
7551 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7552
7553         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7554
7555 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7556
7557         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7558         Make it more robust by parsing author and date independently.
7559
7560 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7561
7562         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7563
7564 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7565
7566         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7567         first matching secret key.
7568         (mml2015-epg-encrypt): Ditto.
7569
7570         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7571         first matching secret key.
7572         (mml1991-epg-encrypt): Ditto.
7573
7574         * mml2015.el (mml2015-encrypt-to-self): New user option.
7575         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7576         mml2015-epg-encrypt-to-self is set.
7577
7578         * mml1991.el (mml1991-encrypt-to-self): New variable.
7579         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7580         mml1991-epg-encrypt-to-self is set.
7581
7582         * mml2015.el (mml2015-signers): New user option.
7583         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7584         (mml2015-epg-encrypt): Allow to select signing keys.
7585
7586         * mml1991.el (mml1991-signers): New variable.
7587         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7588         (mml1991-epg-encrypt): Allow to select signing keys.
7589
7590 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7591
7592         * nnheader.el (nnheader-insert-head): Make it work even if the file
7593         uses CRLF for the line-break code.
7594
7595 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7596
7597         * mml2015.el: Require mml-sec instead of password.
7598         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7599         (mml2015-cache-passphrase): Inherit the default value from
7600         mml-secure-cache-passphrase.
7601         (mml2015-passphrase-cache-expiry): Inherit the default value from
7602         mml-secure-passphrase-cache-expiry.
7603
7604         * mml1991.el: Require mml-sec instead of password.
7605         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7606         (mml1991-cache-passphrase): Inherit the default value from
7607         mml-secure-cache-passphrase.
7608         (mml1991-passphrase-cache-expiry): Inherit the default value from
7609         mml-secure-passphrase-cache-expiry.
7610
7611         * mml-sec.el: Require password.
7612         (mml-secure-verbose): New user option.
7613         (mml-secure-cache-passphrase): New user option.
7614         (mml-secure-passphrase-cache-expiry): New user option.
7615
7616 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7617
7618         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7619         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7620         andreas@altroot.de (Andreas Vögele).
7621
7622         FIXME: Use `tiny change'?
7623
7624 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7625
7626         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7627         workaround for the url package included with Emacs.
7628
7629         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7630
7631 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7632
7633         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7634         correctly.  This fixes a bug caused by the 2006-05-12 change.
7635
7636 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7637
7638         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7639         some information about the error when saying that the `bogus' mail
7640         group will be used.
7641
7642 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7643
7644         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7645         string.
7646
7647 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7648
7649         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7650
7651 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7652
7653         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7654
7655 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7656
7657         * mml1991.el (mml1991-function-alist): Add epg.
7658         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7659         (mml1991-epg-encrypt): New functions.
7660
7661 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7662
7663         * mml2015.el (mml2015-verbose): New variable.
7664         (mml2015-cache-passphrase): Ditto.
7665         (mml2015-passphrase-cache-expiry): Ditto.
7666         (mml2015-function-alist): Add epg.
7667         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7668         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7669         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7670         functions.
7671
7672 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7673
7674         * message.el (message-cite-original-1): Preserve region when removing
7675         quoted text due to X-No-Archive in order to avoid bogus attribution
7676         when citing multiple messages.
7677
7678 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7679
7680         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7681         Kenneth Jacker <khj@be.cs.appstate.edu>.
7682
7683 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7684
7685         * gnus-diary.el (gnus-user-format-function-d)
7686         (gnus-user-format-function-D): Autoload.
7687
7688         * imap.el (Commentary): Fix typo.
7689
7690         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7691         2006-04-22 contribution.
7692
7693 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7694
7695         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7696         It didn't really fix the bogosity I'm seeing with solid web groups.
7697
7698 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7699
7700         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7701         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7702         created using server names.  If we use the feature without declaring
7703         it, Gnus does not properly manage server and group state.
7704
7705         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7706         bound.
7707
7708 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7709
7710         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7711         looking up the method using GROUP's prefix before inventing a new one.
7712         It is used on killed/unknown groups in various places where returning
7713         an all-new method isn't expected by the caller.
7714
7715         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7716         and match semantics of gnus-group-real-prefix.
7717
7718 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7719
7720         * nnmail.el (nnmail-broken-references-mailers): New variable.
7721         (nnmail-ignore-broken-references): New function generalizing
7722         nnmail-fix-eudora-headers.
7723         (nnmail-fix-eudora-headers): Now obsolete.
7724
7725         * gnus-art.el (gnus-button-handle-custom): Support
7726         `customize-apropos*'.
7727
7728 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7729
7730         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7731
7732         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7733         articles.
7734
7735 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7736
7737         * message.el (message-cite-reply-above): New variable.
7738         (message-yank-original): Use it.
7739
7740 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7741
7742         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7743
7744 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7745
7746         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7747         as read.
7748
7749         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7750
7751 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7752
7753         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7754         (gnus-bookmark-default-file): Use gnus-directory.
7755         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7756         Remove "*" in doc string.
7757         (gnus-bookmark-write-file): Simplify.
7758         (gnus-bookmark-maybe-sort-alist): Use `when'.
7759         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7760         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7761         FIXME about Emacs 21 and XEmacs compatibility.
7762         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7763         compatibility.
7764         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7765         compatibility.
7766         (gnus-bookmark-menu-heading): Fix version.
7767
7768 2006-06-19  Bastien Guerry  <bzg@altern.org>
7769
7770         * gnus-bookmark.el: New file.
7771
7772 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7773
7774         * message.el (message-syntax-checks): Doc fix.
7775
7776 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7777
7778         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7779         unsubscribed groups as if they were killed ones.  It causes duplicate
7780         entries in gnus-newsrc-alist.
7781
7782 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7783
7784         * message.el (message-syntax-checks): Doc fix.
7785         (message-send-mail): Add check for continuation headers.
7786         (message-check-news-header-syntax): Fix regexp used to check for
7787         continuation headers.
7788
7789 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7790
7791         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7792
7793 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7794
7795         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7796
7797 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7798
7799         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7800         default-truncate-lines.
7801
7802 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7803
7804         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7805         to fill the utf-8 entry.
7806
7807         * lpath.el: Fbind unicode-precedence-list.
7808
7809 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7810
7811         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7812
7813 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7814
7815         * gnus-agent.el (directory-files-and-attributes): Move all the way
7816         forward (the third and final move).
7817         (gnus-agent-read-agentview): Trap reconstruction errors due to
7818         nonexistant directory.  Handle by returning nil.
7819
7820 2006-05-30  Didier Verna  <didier@xemacs.org>
7821
7822         * message.el (message-dont-reply-to-names): Update the custom type.
7823         * message.el (message-dont-reply-to-names): New defsubst: potentially
7824         convert a list of regexps into a single one.
7825         * message.el (message-get-reply-headers): Use it.
7826         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7827
7828 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7829
7830         * gnus-agent.el (directory-files-and-attributes): Move forward.
7831
7832 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7833
7834         * gnus-ml.el (gnus-mailing-list-subscribe)
7835         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7836         (gnus-mailing-list-message): Fix doc strings.
7837
7838 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7839
7840         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7841         of doing it manually.
7842
7843 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7844
7845         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7846         comment.
7847
7848 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7849
7850         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7851         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7852         (gnus-agent-read-local): All symbols allocated in my-obarray.
7853         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7854         (gnus-agent-regenerate-group): Check numeric names to see if they are
7855         messages or groups.
7856         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7857         better way of do this...)
7858
7859         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7860         'dummy.group' (there should be a better way of do this...)
7861
7862 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7863
7864         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7865         (gnus-saved-headers): Ditto.
7866         (gnus-default-article-saver): Mention functions may have properties.
7867         (gnus-article-save): Override gnus-save-all-headers and
7868         gnus-saved-headers by :headers property which saver function may have.
7869         (gnus-summary-save-in-file): Add :headers property.
7870         (gnus-summary-write-to-file): Ditto.
7871
7872         * gnus-sum.el (gnus-summary-save-article): Bind
7873         gnus-prompt-before-saving to t when saving many articles in a file;
7874         always show all headers.
7875
7876         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7877
7878 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7879
7880         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7881         marks.
7882
7883         * message.el (message-indent-citation): Add optional arguments to allow
7884         using it outside of message buffers.
7885
7886         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7887         (gnus-article-treat-unfold-headers): Use it.
7888         (gnus-article-truncate-lines): New variable.
7889         (gnus-article-mode): Use it.
7890         (gnus-article-toggle-truncate-lines): New function.
7891
7892         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7893         gnus-article-toggle-truncate-lines.
7894
7895         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7896         coding system in XEmacs, use binary.
7897
7898 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7899
7900         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7901         after-load-alist.
7902
7903         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7904         this function should save decoded articles.
7905         (gnus-summary-write-to-file): Use property to specify this function
7906         should save decoded articles and specify gnus-summary-save-in-file
7907         should be used to save articles other than the first one when saving
7908         many articles.
7909         (gnus-summary-save-body-in-file): Use property to specify this
7910         function should save decoded articles.
7911         (gnus-summary-write-body-to-file): Use property to specify this
7912         function should save decoded articles and specify
7913         gnus-summary-save-body-in-file should be used to save articles other
7914         than the first one when saving many articles.
7915
7916         * gnus-sum.el (gnus-summary-save-article): Simplify.
7917
7918 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7919
7920         * gnus-art.el (gnus-default-article-saver): Add
7921         gnus-summary-write-body-to-file.
7922         (gnus-article-save-coding-system): Don't use coding system object
7923         in XEmacs.
7924         (gnus-read-save-file-name): Add optional `dir-var' argument which
7925         specifies directory in which files are saved; work even if optional
7926         `variable' argument is not specified.
7927         (gnus-summary-write-to-file): Read file name.
7928         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7929         (gnus-summary-write-body-to-file): New function.
7930
7931         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7932         (gnus-summary-local-variables): Add it.
7933         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7934         (gnus-summary-save-article): Remove optional `decode' argument;
7935         determine whether to decode articles by the value of
7936         gnus-default-article-saver; when saving many files using
7937         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7938         it first and use gnus-summary-save-in-file or
7939         gnus-summary-save-body-in-file thereafter unless
7940         gnus-prompt-before-saving is always; move point to article which
7941         will be saved.
7942         (gnus-summary-save-article-file): Revert.
7943         (gnus-summary-write-article-file): Revert.
7944         (gnus-summary-save-article-body-file): Revert.
7945         (gnus-summary-write-article-body-file): New function.
7946
7947 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7948
7949         * gnus-art.el (gnus-default-article-saver): Doc fix.
7950         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7951         from gnus-summary-save-article-coding-system, and default to a
7952         certain coding system.
7953         (gnus-output-to-file): Add coding cookie and encode text according
7954         to gnus-article-save-coding-system; don't use mm-append-to-file.
7955
7956         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7957         gnus-art.el and rename to gnus-article-save-coding-system.
7958         (gnus-summary-save-article): Require gnus-art; don't show all
7959         headers if it decodes articles; don't add coding cookie here;
7960         don't bind mm-text-coding-system-for-write.
7961         (gnus-summary-save-article-file): Save decoded articles.
7962         (gnus-summary-write-article-file): When saving many files, use
7963         gnus-summary-write-to-file first and gnus-summary-save-in-file
7964         thereafter unless gnus-prompt-before-saving is always.
7965         (gnus-summary-save-article-body-file): Save decoded articles.
7966
7967         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7968
7969 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7970
7971         * nnrss.el (nnrss-check-group): Bind hash-index.
7972
7973 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7974
7975         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7976         its hash index.  Store this hash in `nnrss-group-data'.
7977         (nnrss-read-group-data): Update accordingly.
7978
7979 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7980
7981         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7982         entry.
7983
7984         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7985         gnus-article-browse-html-article.
7986
7987 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7988
7989         * gnus-sum.el (gnus-summary-mime-map): Add
7990         gnus-article-browse-html-article.
7991
7992         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7993
7994 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7995
7996         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7997         suitable coding systems in customize.
7998
7999 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8000
8001         * mail-source.el (mail-sources): Fix custom type.
8002
8003 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8004
8005         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8006         (gnus-summary-expire-articles-now): Shorten prompt.
8007
8008         * gmm-utils.el (wid-edit): Require.
8009         (defun-gmm): Renamed from `gmm-defun-compat'.
8010         (gmm-image-search-load-path): Use it.
8011         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8012
8013 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8014
8015         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8016         variable.
8017         (gnus-summary-save-article): Add optional `decode' argument.  If
8018         it is set and gnus-summary-save-article-coding-system is non-nil,
8019         save decoded article.
8020         (gnus-summary-write-article-file): Save decoded article if
8021         gnus-summary-save-article-coding-system is non-nil.
8022
8023         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8024         type.
8025
8026 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8027
8028         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8029
8030 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8031
8032         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8033         first to test gnus-single-article-buffer which may be buffer-local.
8034
8035         * gnus-sum.el (gnus-summary-setup-buffer): Make
8036         gnus-single-article-buffer buffer-local and nil in ephemeral
8037         group; make gnus-article-buffer, gnus-article-current, and
8038         gnus-original-article-buffer always buffer-local.
8039         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8040         group.
8041         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8042
8043 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8044
8045         * nnml.el (nnml-request-compact-group): Compressed files might not
8046         have .gz extension.
8047
8048 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8049
8050         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8051         (mm-copy-to-buffer): Use with-current-buffer.
8052         (mm-display-part): Simplify.
8053         (mm-inlinable-p): Add optional arg `type'.
8054
8055 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8056
8057         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8058         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8059         Try harder to show the attachment internally or externally using
8060         gnus-mime-view-part-as-type.
8061
8062 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8063
8064         * message.el (message-from-style, message-signature-separator)
8065         (message-user-organization-file, message-send-mail-function)
8066         (message-citation-line-function, message-yank-prefix)
8067         (message-indent-citation-function, message-signature)
8068         (message-signature-file, message-signature-insert-empty-line):
8069         Remove autoloads.
8070
8071         * gnus-art.el (gnus-buttonized-mime-types): Remove
8072         "multipart/signed".  Revert 2006-04-26 change.
8073
8074 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8075
8076         * gnus.el (gnus-version-number): Bump version.
8077
8078 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8079
8080         * gnus.el: No Gnus v0.5 is released.
8081
8082 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8083
8084         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8085         fetching articles by message-id.
8086
8087 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8088
8089         * message.el (hashcash): Require hashcash as normal.
8090
8091         * ecomplete.el (ecomplete-highlight-match-line): Use
8092         point-at-eol.
8093         (ecomplete-highlight-match-line): Use `highlight', because that
8094         face exists in both Emacs and XEmacs.
8095
8096         * message.el (message-display-abbrev): Use point-at-bol.
8097
8098         * mail-source.el: Don't require timer/timer-funcs.
8099
8100         * gnus-async.el: Ditto.
8101
8102         * password.el: Ditto.
8103
8104         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8105
8106         * mm-url.el: Ditto.
8107
8108         * gnus-xmas.el: Don't require timer-funcs.
8109
8110         * mm-util.el: Require timer/timer-funcs.
8111
8112 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8113
8114         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8115         Close.
8116
8117 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8118
8119         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8120         unibyte after clear-decrypt function runs.
8121
8122         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8123         returns as a unibyte string.
8124
8125 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8126
8127         * lpath.el: Revert.
8128
8129         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8130         (pgg-gpg-process-sentinel): Revert.
8131
8132         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8133         (pgg-pgp-lookup-key): Revert.
8134
8135         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8136         (pgg-pgp5-lookup-key): Revert.
8137
8138         * pgg.el (pgg-fetch-key): Revert.
8139
8140 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8141
8142         * lpath.el: Fbind string-as-multibyte for XEmacs.
8143
8144         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8145         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8146         (mml1991-pgg-encrypt): Ditto.
8147
8148         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8149         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8150         a multibyte buffer.
8151
8152         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8153         (pgg-pgp-lookup-key): Ditto.
8154
8155         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8156         (pgg-pgp5-lookup-key): Ditto.
8157
8158         * pgg.el (pgg-fetch-key): Ditto.
8159
8160 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8161
8162         * message.el (message-user-organization-file): Check several
8163         locations of the organization file.
8164
8165         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8166         Add gnus-article-view-part-as-type.
8167
8168         * gnus-art.el (gnus-article-view-part-as-type): New function.
8169
8170         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8171         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8172
8173         * mml.el: Simplify autoload.
8174         (mml-mode): defvar dnd-protocol-alist instead of using
8175         symbol-value.
8176         (mml-default-directory): New variable.
8177         (mml-minibuffer-read-file): Use it.
8178         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8179
8180         * message.el (message-citation-line-format): New variable.
8181         (message-insert-formated-citation-line): New function.
8182         (message-citation-line-function): Add
8183         `message-insert-formated-citation-line' to custom type.
8184
8185         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8186         to doc string.
8187
8188         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8189         depending on mm-verify-option.
8190
8191 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8192
8193         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8194         binding pgg-* variables; reimplement the section which prevents
8195         MIME header from being signed.
8196         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8197         pgg-text-mode; remove a blank line at the top of body.
8198
8199         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8200         lines at the top of body; use gnus-newsgroup-charset if there's no
8201         Charset header.
8202
8203 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8204
8205         * message.el (message-self-insert-commands): Doc fix.
8206
8207         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8208         (mm-uu-pgp-encrypted-test): Ditto.
8209         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8210         between header and body; return application/pgp-encrypted handle
8211         if decryption failed; decode decrypted body by charset.
8212
8213         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8214         element match to application/pgp-*.
8215
8216 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8217
8218         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8219         HTML.
8220
8221 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8222
8223         * mail-source.el (mail-source-call-script): Message the error
8224         string.
8225
8226 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8227
8228         * gnus-util.el (gnus-byte-compile): Use it.
8229
8230 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8231
8232         * gnus-util.el (kill-empty-logs): New function.
8233
8234 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8235
8236         * message.el (message-mail-alias-type): Doc fix.
8237         (message-mail-alias-type-p): New function.
8238         (message-send): Use it.
8239         (message-mode): Ditto.
8240         (message-strip-forbidden-properties): Ditto.
8241
8242         * ecomplete.el (ecomplete-database-file-coding-system): New
8243         variable.
8244         (ecomplete-save): Use it.
8245         (ecomplete-setup): Use it.
8246
8247 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8248
8249         * message.el (message-self-insert-commands): New variable.
8250         (message-strip-forbidden-properties): Use it.
8251
8252 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8253
8254         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8255         that doesn't make XEmacs choke.
8256
8257 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8258
8259         * gnus-util.el (gnus-replace-in-string):
8260         Prefer replace-regexp-in-string over of replace-in-string.
8261
8262 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8263
8264         * gnus-util.el (gnus-select-frame-set-input-focus):
8265         Use select-frame-set-input-focus if it is available in XEmacs; use
8266         definition defined in Emacs 22 for old Emacsen.
8267
8268         * dgnushack.el: Autoload unmorse-region for XEmacs.
8269
8270         * lpath.el: Bind cursor-in-non-selected-windows and
8271         select-frame-set-input-focus for XEmacs.
8272
8273 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8274
8275         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8276
8277 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8278
8279         * gnus-registry.el (gnus-registry-cache-save): Remove text
8280         properties when saving via the temp buffer.
8281
8282 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8283
8284         * message.el (message-generate-hashcash): Honor custom type.
8285
8286 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8287
8288         * message.el (message-generate-hashcash): Default to non-nil when
8289         hashcash is found.
8290
8291         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8292         (gnus-refer-thread-limit): Increase default to 500.
8293
8294         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8295
8296         * flow-fill.el (fill-flowed): Allow delete-space.
8297
8298 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8299
8300         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8301         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8302         Remove autoloads.
8303
8304 2006-04-18  Simon Josefsson  <jas@extundo.com>
8305
8306         * message.el (message-generate-hashcash): Default to.
8307
8308 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8309
8310         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8311         concatenating segments rather than before concatenating them.
8312
8313 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8314
8315         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8316
8317 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8318
8319         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8320
8321         * message.el (message-forward-make-body-plain): Allow
8322         message-forward-ignored-headers to be a list.
8323         (message-remove-ignored-headers): Factor out into function.
8324         (message-forward-make-body-mml): Use it.
8325
8326         * imap.el (imap-quote-specials): New function.
8327         (imap-login-auth): Quote specials.
8328
8329         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8330         (rfc2231-parse-string): Allow concatanation of parameters that
8331         aren't contiguous.  The test case is
8332           (mail-header-parse-content-type "message/external-body;
8333             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8334             access-type=LOCAL-FILE;
8335             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8336
8337 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8338
8339         * nntp.el (nntp-accept-process-output): Return the value of
8340         `nnheader-accept-process-output'.
8341
8342 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8343
8344         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8345         (gnus-button-alist): Recognize more diff formats.
8346         (gnus-button-patch): Strip directory.
8347
8348 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8349
8350         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8351         Emacs 22 when setting focus.
8352
8353 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8354
8355         * gnus-art.el (gnus-article-treat-types): Do treatment of
8356         text/x-verbatim parts.
8357         (gnus-button-patch): New command.
8358
8359         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8360         addresses that contain invalid characters.
8361
8362 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8363
8364         * message.el (message-put-addresses-in-ecomplete): Use
8365         gnus-replace-in-string.
8366         (message-is-yours-p): Use the more correct
8367         mail-header-parse-address instead of
8368         mail-extract-address-components.
8369         (message-put-addresses-in-ecomplete): Fix typo.
8370
8371         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8372         keystroke.
8373
8374         * gnus-art.el (gnus-treatment-function-alist): Change order of
8375         newsgroups/generic header folding to avoid double-folding.
8376
8377         * message.el (message-hidden-headers): Add X-Draft-From.
8378
8379         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8380         command.
8381         (gnus-summary-repeat-search-article-backward): New command.
8382
8383         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8384         groups in the parent topic.
8385
8386 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8387
8388         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8389         (spam-extra-header-to-number): Return the CRM114 number as a
8390         number instead of a string.
8391
8392 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8393
8394         * gnus-art.el (gnus-face-properties-alist): Moved here from
8395         gnus-fun.
8396
8397         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8398
8399 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8400
8401         * message.el (message-strip-forbidden-properties): Only display on
8402         self-insert-command.
8403
8404         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8405         reindent.
8406         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8407
8408 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8409
8410         * smiley.el (smiley-style): Fix typo.
8411
8412 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8413
8414         * hashcash.el (hashcash-insert-payment-async-2): Use
8415         message-goto-eoh instead of doing it manually.
8416         (mail-add-payment): Use message-narrow-to-header instead of trying
8417         to do the same itself.
8418
8419         * message.el (message-hidden-headers): Add Face.
8420
8421         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8422         reparenting code.
8423         (gnus-summary-reparent-children): Refactored out code.
8424         (gnus-summary-thread-map): New keystroke.
8425         (gnus-summary-reparent-children): Make into command.
8426
8427         * smiley.el (smiley-style): Default to `medium' if using a large
8428         font.
8429
8430         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8431         does it itself.
8432
8433         * message.el (message-point-in-header-p): Simplify definition.
8434
8435 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8436
8437         * nnagent.el (nnagent-request-set-mark): Silence log file
8438         writing.
8439         (nnagent-request-set-mark): Use write-region instead of
8440         append-to-file.
8441
8442         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8443         strange select method.
8444
8445         * ecomplete.el (ecomplete-display-matches): Get highlightling
8446         right.
8447         (ecomplete-display-matches): Use literals.
8448         (ecomplete-display-matches): Disable message logging.
8449
8450         * message.el (message-display-abbrev): Small optimization.
8451
8452         * ecomplete.el (ecomplete-display-matches): Allow automatic
8453         display.
8454
8455         * message.el (message-strip-forbidden-properties): Display
8456         abbrevs.
8457         (message-display-abbrev): Get automatic display right.
8458
8459         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8460         keystrokes.
8461
8462 2006-04-13  Romain Francoise  <romain@orebokech.com>
8463
8464         TODO: Backport to v5-10!
8465
8466         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8467         Moved here (and renamed) from gnus-registry.el.
8468
8469         * gnus-registry.el: Require gnus-util.
8470         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8471
8472 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8473
8474         * gnus-group.el (gnus-group-catchup-current): Change
8475         if-then-else-if-then-else into cond.
8476         (gnus-group-catchup): Indent.
8477         (group-name-at-point): New function.
8478         (gnus-fetch-group): Provide default from thing at point.
8479
8480 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8481
8482         * message.el (message-display-abbrev): Fix regexp.
8483
8484         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8485         choosing.
8486         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8487         dead variables.
8488
8489         * message.el (message-newline-and-indent): Remove debugging.
8490         (message-display-abbrev): Use new implementation.
8491
8492 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8493
8494         * gnus-art.el (gnus-article-mode): Set
8495         cursor-in-non-selected-windows to nil.
8496
8497         * smiley.el: Revert previous change.
8498         (smiley-data-directory): defvar it before using it in the
8499         defcustom of `smiley-style'.
8500
8501 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8502
8503         * message.el (message-newline-and-indent): New function.
8504
8505         * ecomplete.el: Implement more bits.
8506
8507         * message.el (message-put-addresses-in-ecomplete): Clean up the
8508         string.
8509
8510         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8511
8512         * gnus-sum.el (gnus-summary-save-parts): Bind
8513         gnus-summary-save-parts-counter and use it to make unique file
8514         names.
8515
8516         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8517
8518         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8519         parameter to say whether to actually parse the individual
8520         addresses.
8521
8522         * message.el (message-put-addresses-in-ecomplete): New function.
8523         (ecomplete): Require.
8524         (message-mail-alias-type): Add ecomplete as an option.
8525
8526 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8527
8528         * flow-fill.el (fill-flowed): Remove trailing space from blank
8529         quoted lines.
8530
8531 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8532
8533         * smiley.el (smiley-style): Move definition later to avoid a
8534         compilation warning.
8535
8536 2006-04-12  Kenichi Handa  <handa@m17n.org>
8537
8538         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8539         buffer and then decode the buffer text if necessary.
8540         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8541         first, and after mm-encode-body, change the buffer to unibyte.
8542         Use mm-disable-multibyte instead of set-buffer-multibyte.
8543
8544 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8545
8546         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8547         Content-Type header instead of Content-Disposition header.
8548         (gnus-mime-inline-part): Ditto.
8549         (gnus-mime-view-part-as-charset): Ignore charset that the part
8550         specifies.
8551
8552         * mm-decode.el (mm-display-part): Work with external parts and
8553         usual parts similarly.
8554
8555         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8556         instead of gnus-display-mime.
8557
8558         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8559         instead of with-temp-buffer.
8560
8561         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8562         tag to summarized topics part in order to encode non-ASCII text.
8563
8564 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8565
8566         * smiley.el (smiley-style): New variable.
8567         (smiley-directory): New function.
8568         (smiley-data-directory): Derive from `smiley-style' using
8569         `smiley-directory'.
8570         (smiley-regexp-alist): Add new entries.
8571
8572         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8573         (gnus-article-browse-delete-temp): Add :version.
8574
8575 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8576
8577         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8578         the sieve region.
8579
8580 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8581
8582         * gnus.el (gnus-version-number): Bump version.
8583
8584 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8585
8586         * gnus.el: No Gnus v0.4 is released.
8587
8588 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8589
8590         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8591         layout.
8592
8593         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8594         unknown charset.
8595
8596         * message.el (message-header-synonyms): Add Original-To to the
8597         default.
8598
8599         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8600         optional parameter.
8601
8602 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8603
8604         * gnus-fun.el (gnus): Require it for gnus-directory.
8605
8606 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8607
8608         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8609
8610 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8611
8612         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8613
8614 2006-04-05  Simon Josefsson  <jas@extundo.com>
8615
8616         * password.el (password-reset): New function.
8617
8618 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8619
8620         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8621         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8622
8623 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8624
8625         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8626         Some whitespace was matched into the url, which broke browsing hits
8627         > 100 when mm-url-use-external was nil.
8628
8629 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8630
8631         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8632         gnus-extra-headers for 'Newsgroups.
8633
8634         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8635         bound.
8636
8637 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8638
8639         * pgg-gpg.el: Clean up process buffers every time gpg processes
8640         complete.
8641
8642 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8643
8644         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8645         doc string.
8646
8647 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8648
8649         * pgg-gpg.el (pgg-gpg-process-filter)
8650         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8651
8652         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8653         lines, temporary fix.
8654
8655 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8656
8657         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8658
8659 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8660
8661         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8662         default-enable-multibyte-characters.  This reverts the change from
8663         revision 6.17 which is no longer necessary because the passphrase
8664         is sent separately now.  GnuPG messages are unreadable under
8665         multibyte locales with default-enable-multibyte-characters set to
8666         nil.
8667
8668 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8669
8670         * message.el (message-tool-bar-gnome): Move "spell".
8671
8672 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8673
8674         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8675         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8676         instead.
8677
8678 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8679
8680         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8681         newsgroups handling for NNTP overviews which don't include
8682         Newsgroups.
8683
8684 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8685
8686         * message.el (message-resend): Bind message-generate-hashcash to nil.
8687
8688 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8689
8690         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8691         when searching for already-paid recipients.
8692
8693 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8694
8695         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8696         passphrases when it is not needed.
8697         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8698         passphrase stuff from gpg, should only be necessary when you use
8699         gpg with a smartcard.
8700
8701 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8702
8703         * mml.el (mml-insert-mime): Ignore cached contents of
8704         message/external-body part.
8705
8706         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8707         (mm-insert-part): Ditto.
8708
8709 2006-03-23  Simon Josefsson  <jas@extundo.com>
8710
8711         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8712         Reiner.
8713         (pgg-gpg-use-agent-p): Use it again.
8714
8715 2006-03-23  Simon Josefsson  <jas@extundo.com>
8716
8717         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8718         older emacsen.
8719         (pgg-gpg-use-agent-p): Don't use it.
8720
8721 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8722
8723         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8724         if we can.
8725
8726 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8727
8728         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8729         (pgg-gpg-update-agent): New function.
8730         (pgg-gpg-use-agent-p): New function.
8731         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8732         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8733         (pgg-gpg-sign-region): Use it.
8734
8735 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8736
8737         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8738         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8739
8740 2006-03-21  Simon Josefsson  <jas@extundo.com>
8741
8742         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8743         <wilde@sha-bang.de>.
8744         (pgg-gpg-use-agent): New variable.
8745         (pgg-gpg-process-region): Use it.
8746         (pgg-gpg-encrypt-region): Likewise.
8747         (pgg-gpg-encrypt-symmetric-region): Likewise.
8748         (pgg-gpg-decrypt-region): Likewise.
8749         (pgg-gpg-sign-region): Likewise.
8750         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8751
8752 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8753
8754         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8755
8756         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8757         Add comment on version.
8758
8759 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8760
8761         * smiley.el: Add missing test smiley.
8762
8763 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8764
8765         * mm-decode.el (mm-with-part): New macro.
8766         (mm-get-part): Use it; work with message/external-body as well.
8767         (mm-save-part): Treat name and filename equally.
8768
8769         * mm-extern.el (mm-extern-cache-contents): New function.
8770         (mm-inline-external-body): Use it; force the part to be displayed;
8771         move undisplayer added to the cached handle to the parent.
8772
8773         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8774         (gnus-mime-view-part-as-type): Work with message/external-body.
8775
8776         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8777
8778 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8779
8780         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8781         images in image-load-path.  [Sync with image.el, revision 1.60, in
8782         Emacs.]
8783
8784 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8785
8786         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8787         path rather than symbol.  Always return list of directories.
8788         Guarantee that image directory comes first.  [Sync with image.el,
8789         revision 1.59, in Emacs.]
8790
8791         * message.el (message-make-tool-bar): Adjust to new API of
8792         `gmm-image-load-path-for-library'.
8793
8794         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8795
8796         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8797
8798 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8799
8800         * gnus-art.el (gnus-article-only-boring-p):
8801         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8802         intangible text.
8803         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8804
8805 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8806
8807         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8808         `defun' instead of `gmm-defun-compat'.
8809
8810 2006-03-14  Simon Josefsson  <jas@extundo.com>
8811
8812         * message.el (message-unique-id): Don't use message-number-base36
8813         if (user-uid) is a float.
8814         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8815
8816 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8817
8818         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8819
8820         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8821         empty line between a part and a message part.
8822
8823 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8824
8825         * smiley.el: Add more test smileys.
8826         (smiley-data-directory, smiley-regexp-alist)
8827         (gnus-smiley-file-types): Fix doc strings.
8828         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8829         adding new elements.
8830         (smiley-mouse-map): Unused code.  Make it a comment.
8831
8832 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8833
8834         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8835         scan latest NoCeM messages instead of old ones.
8836         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8837         delimiters that are recently used.
8838         (gnus-nocem-load-cache): Add autoload cookie.
8839
8840         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8841
8842         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8843         level which is larger than gnus-use-nocem is specified.
8844
8845         * gnus-group.el (gnus-group-get-new-news): Ditto.
8846
8847 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8848
8849         * gnus-util.el (gnus-tool-bar-update): New function.
8850
8851         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8852         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8853
8854         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8855
8856         * gnus-group.el (gnus-group-redraw-when-idle)
8857         (gnus-group-redraw-check): Remove.
8858         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8859
8860 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8861
8862         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8863         if optional last element is specified in splits (FIELD VALUE...).
8864
8865 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8866
8867         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8868         to gmm-image-load-path-for-library.  Call with no-error argument.
8869         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8870
8871         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8872
8873         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8874
8875         * gmm-utils.el (gmm-image-load-path): Remove alias.
8876
8877 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8878
8879         * gmm-utils.el (gmm-image-load-path): Add alias.
8880
8881         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8882         nnml-generate-nov-databases-1.
8883         (nnml-generate-nov-databases): Use it.
8884         (nnml-generate-nov-databases-directory): Document no-active
8885         argument.
8886
8887         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8888         directory if path is t.  Add no-error.
8889
8890         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8891         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8892
8893         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8894         resetting gnus-article-browse-html-temp-list.
8895
8896         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8897         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8898         Add example to docstring.  Rename local variables.  Move error
8899         checks to default case in cond and simplify.
8900
8901 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8902
8903         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8904         handle is multipart when calling it recursively.
8905         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8906
8907 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8908
8909         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8910         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8911
8912 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8913
8914         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8915         is loaded.
8916
8917         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8918         loaded.
8919
8920 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8921
8922         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8923         to "Emacs 23 (unicode)" in doc string.
8924
8925         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8926         "Emacs 23 (unicode)" in comment.
8927
8928 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8929
8930         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8931
8932         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8933         characters 160 through 255 in Emacs 23.
8934
8935 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8936
8937         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8938         gnus-article-browse-html-temp.
8939         (gnus-article-browse-delete-temp): Make it customizable.  Add
8940         `file'.  Adjust doc string.
8941         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8942         query for each file.  Adjust doc string.
8943         (gnus-article-browse-html-parts): Add
8944         `gnus-article-browse-delete-temp-files' to
8945         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8946
8947 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8948
8949         * gnus-art.el (gnus-article-browse-html-temp)
8950         (gnus-article-browse-delete-temp): New variables.
8951         (gnus-article-browse-delete-temp-files): New function.
8952         (gnus-article-browse-html-parts): Use it.
8953
8954 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8955
8956         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8957
8958         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8959         string.
8960
8961         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8962         gnus-summary-insert-new-articles when unplugged.  Remove
8963         gnus-summary-search-article-forward.
8964
8965         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8966         display-visual-class instead of display-color-cells.
8967
8968 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8969
8970         * dgnushack.el: Autoload customize-group for XEmacs.
8971
8972         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8973         message/* containing non-ASCII text properly.
8974
8975 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8976
8977         * message.el: Require gmm-utils, remove autoloads.
8978         (message-tool-bar): Set default based on
8979         gmm-tool-bar-style.
8980         (message-tool-bar-gnome): Add gmm-customize-mode.
8981
8982         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8983         gmm-tool-bar-style.
8984         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8985
8986         * gnus-group.el (gnus-group-tool-bar): Set default based on
8987         gmm-tool-bar-style.
8988         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8989
8990         * gmm-utils.el (gmm-image-directory): Rename variable from
8991         gmm-image-load-path.
8992         (gmm-image-load-path): Use gmm-image-directory.
8993         (gmm-customize-mode): New function.
8994         (gmm-tool-bar-style): New variable.
8995
8996         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8997         gnus-group-redraw-line-number.
8998         (gnus-group-redraw-check): Simplify.
8999         (gnus-group-tool-bar-update): Remove redraw check.
9000         (gnus-group-make-tool-bar): Add redraw check.
9001
9002 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9003
9004         * gnus-art.el (gnus-button): Add missing parentheses.
9005
9006 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9007
9008         * lpath.el: Fbind line-number-at-pos.
9009
9010 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9011
9012         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9013
9014 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9015
9016         * gnus-art.el (gnus-button): New face.
9017         (gnus-article-button-face): Use it.
9018
9019         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9020         gnus-summary-next-page.  Re-order.
9021
9022         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9023         next-node are now included.
9024         (gnus-group-redraw-line-number): New internal variable.
9025         (gnus-group-redraw-check): Helper function for updating the tool
9026         bar.
9027         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9028
9029         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9030
9031         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9032         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9033         Use it to match format of Spamassassin 3.0 and later.  Reported by
9034         IRIE Tetsuya <irie@t.email.ne.jp>.
9035         (spam-check-bogofilter)
9036         (spam-bogofilter-register-with-bogofilter): Fix args of
9037         `gnus-error' calls.
9038
9039 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9040
9041         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9042         unnecessary interaction when sending queued mails.  Reported by
9043         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9044
9045 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9046
9047         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9048         first or last are nil.
9049
9050 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9051
9052         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9053
9054 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9055
9056         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9057
9058 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9059
9060         * dns.el (query-dns): Protect more against buggy tcp output.
9061
9062 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9063
9064         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9065         nov.php.
9066
9067 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9068
9069         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9070         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9071         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9072         output on the server side.
9073         (nnweb-google-create-mapping): Update regexps and add some
9074         progress indication.
9075
9076 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9077
9078         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9079         gnus-agent-toggle-plugged.  Re-order icons.
9080         (gnus-group-tool-bar-gnome): Add
9081         gnus-group-{prev,next}-unread-group.
9082         (gnus-group-tool-bar-gnome): Re-order icons.
9083
9084         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9085         gnus-summary-insert-new-articles.
9086
9087         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9088         comments.
9089
9090         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9091         also available in Emacs 21.3.
9092
9093         * message.el (message-fix-before-sending): Change "Emacs 22" to
9094         "Emacs 23 (unicode)" in comment.
9095
9096         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9097         "Emacs 23 (unicode)" in comment.
9098
9099         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9100         comment.
9101         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9102
9103         * mm-view.el (mm-fill-flowed): Add :version.
9104
9105 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9106
9107         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9108         and load-path.
9109
9110 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9111
9112         * message.el: Autoload gmm-image-load-path.
9113         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9114         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9115         consitency.
9116
9117         * gmm-utils.el (gmm-image-load-path): Also search in
9118         "../etc/images".  Don't set gmm-image-load-path if we don't find
9119         the image.
9120
9121 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9122
9123         * gmm-utils.el (gmm-image-load-path): Don't make
9124         `gmm-image-load-path' include subdirectories which the second arg
9125         `image' might specify.
9126
9127         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9128         subdirectory to icon file names.
9129
9130         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9131
9132 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9133
9134         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9135         gmm-image-load-path calls.
9136
9137         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9138
9139         * message.el (message-make-tool-bar): Ditto.
9140
9141         * mml.el (mml-preview): Added comment concerning tool bar icons.
9142
9143         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9144         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9145
9146         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9147         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9148
9149         * message.el (message-tool-bar-gnome): Use new icon names.
9150         (message-make-tool-bar): Use `gmm-image-load-path'.
9151
9152         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9153         functions from MH-E.
9154         (gmm-image-load-path): New variable from MH-E.
9155         (gmm-image-load-path): New function from MH-E.  Added arguments
9156         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9157         *-image-load-path-called-flag.
9158
9159 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9160
9161         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9162
9163 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9164
9165         * nnimap.el (nnimap-request-move-article): Change folder back to
9166         source group before deleting.
9167
9168 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9169
9170         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9171
9172         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9173         mm-url.
9174
9175         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9176
9177 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9178
9179         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9180         coding system which mm-charset-to-coding-system returns for a
9181         given charset is valid.
9182
9183 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9184
9185         * html2text.el (html2text-remove-tag-list):
9186         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9187
9188 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9189
9190         * gnus-cus.el: Revert 2005-10-17 change.
9191
9192 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9193
9194         * gnus-art.el (article-strip-banner): Call
9195         article-really-strip-banner only when the regexp match is made.
9196
9197 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9198
9199         * gnus-art.el (article-strip-banner): Use
9200         gnus-extract-address-components instead of
9201         mail-header-parse-addresses to make it work with non-ASCII text;
9202         remove mail-encode-encoded-word-string.
9203
9204         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9205         values which are surrounded with \"...\"; make it never cause a
9206         Lisp error; give up parsing of parameters if it failed in
9207         extracting type.
9208
9209 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9210
9211         * smime.el (smime-cert-by-ldap-1): Fix bug where
9212         `smime-ldap-search' returns results without userCertificates.
9213
9214 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9215
9216         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9217
9218 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9219
9220         * spam.el (spam-check-spamassassin-headers): Adapt format for
9221         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9222         <ari@mbf.ocn.ne.jp>.
9223         (spam-list-of-processors): Add spam-use-gmane.
9224
9225 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9226
9227         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9228         make-temp-file; make it work with XEmacs as well.
9229
9230         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9231         mm-make-temp-file.
9232
9233         * mm-decode.el (mm-display-external): Use the 3rd arg of
9234         mm-make-temp-file.
9235         (mm-create-image-xemacs): Ditto.
9236
9237 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9238
9239         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9240         with message-narrow-to-headers.
9241         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9242         (gnus-draft-check-draft-articles): New function.
9243         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9244
9245 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9246
9247         * gnus-art.el (gnus-article-browse-html-parts):
9248         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9249         Don't use suffix argument for mm-make-temp-file for Emacs 21
9250         compatibility.  Remove useless `format'.
9251
9252 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9253
9254         * nnweb.el (nnweb-google-wash-article): Update regexps.
9255         (nnweb-group-alist): Use defvoo instead of defvar.
9256
9257 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9258
9259         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9260         re-loading nn* modules.
9261
9262 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9263
9264         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9265         for `tool-bar-mode' and don't check it's default-value.
9266
9267         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9268
9269         * message.el (message-make-tool-bar): Ditto.
9270
9271         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9272         `substring'.  Shorten tmp-file name.
9273
9274         * gnus.el: Remove bogus comment.
9275
9276 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9277
9278         * gnus-art.el (gnus-article-browse-html-parts): New function.
9279         (gnus-article-browse-html-article): New function for viewing html
9280         articles with a browser.
9281
9282 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9283
9284         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9285         in elisp.
9286         (pgg-gpg-encrypt-symmetric-region): Ditto.
9287         (pgg-gpg-sign-region): Ditto.
9288
9289         * pgg-def.el (pgg-text-mode): New variable.
9290
9291         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9292         (mml2015-pgg-encrypt): Ditto.
9293
9294         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9295         (mml1991-pgg-encrypt): Ditto.
9296
9297 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9298
9299         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9300         message-make-date instead of current-time-string.
9301
9302         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9303         to gnus-decoded which mm-uu might set.
9304
9305 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9306
9307         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9308         don't decode quoted parameters; remove misimported Emacs code.
9309         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9310         (rfc2231-decode-encoded-string): Don't use split-string which
9311         behaves differently according to Emacs version; use
9312         mm-decode-coding-region to convert charset to coding-system.
9313         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9314         (rfc2231-encode-string): Remove misimported Emacs code.
9315
9316 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9317
9318         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9319         when calling mail-header-parse-content-type.
9320         (article-de-quoted-unreadable): Ditto.
9321         (article-de-base64-unreadable): Ditto.
9322         (article-wash-html): Ditto.
9323
9324         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9325         calling mail-header-parse-content-type and
9326         mail-header-parse-content-disposition.
9327         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9328         mail-header-parse-content-type.
9329
9330         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9331         insert charset and format parameters; encode description after
9332         inserting it to buffer.
9333         (mml-insert-parameter): Fold lines properly even if a parameter is
9334         segmented into two or more lines; change the max column to 76.
9335
9336         * rfc1843.el (rfc1843-decode-article-body): Don't use
9337         ignore-errors when calling mail-header-parse-content-type.
9338
9339         * rfc2231.el (rfc2231-parse-string): Return at least type if
9340         possible; don't cause an error even if it fails in parsing of
9341         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9342         (rfc2231-encode-string): Don't break lines at the beginning, leave
9343         it to mml-insert-parameter.
9344
9345         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9346         calling mail-header-parse-content-type.
9347
9348 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9349
9350         * spam-report.el (spam-report-gmane-use-article-number):
9351         Improve doc string.
9352         (spam-report-gmane-internal): Check if a suitable header was found
9353         in the article.
9354
9355 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9356
9357         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9358         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9359
9360 2006-02-05  Romain Francoise  <romain@orebokech.com>
9361
9362         Update copyright notices of all files in the gnus directory.
9363
9364 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9365
9366         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9367
9368 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9369
9370         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9371         segmented lines of parameter value to cope with Thunderbird 1.5
9372         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9373         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9374         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9375
9376 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9377
9378         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9379         parts.
9380
9381 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9382
9383         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9384         there's only one active file for all servers.
9385         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9386         solid groups.  Gnus might have used a FAST request to select the group.
9387         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9388         and nnweb-search redundantly in the active file.
9389         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9390         (nnweb-request-create-group): Don't use ARGS.
9391         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9392         initialisations.  Let nnoo do the work.
9393
9394 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9395
9396         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9397         Say the part has been decoded.
9398
9399         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9400
9401 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9402
9403         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9404         mailcap-viewer-test-cache when there's no 'test clause, since that
9405         will invert the meaning of a "nil" test previously determined by
9406         mailcap-mailcap-entry-passes-test.
9407
9408 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9409
9410         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9411         compiling.
9412
9413         * gnus-sum.el: Ditto.
9414
9415         * message.el: Don't bind tool-bar-map when compiling.
9416
9417 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9418
9419         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9420
9421 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9422
9423         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9424         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9425         current Google Groups.
9426
9427 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9428
9429         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9430         and tool-bar-mode.
9431
9432         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9433         and tool-bar-mode.
9434
9435         * message.el (message-tool-bar-update): Simplify.
9436         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9437
9438         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9439         gnus-summary-buffer.
9440         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9441         gnus-summary-reply.
9442
9443         * gmm-utils.el (gmm): Add :version.
9444
9445 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9446
9447         * Makefile.in (clean): New rule.
9448         (distclean): Use it.
9449
9450 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9451
9452         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9453         autoload.
9454
9455 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9456
9457         * gmm-utils.el (gmm-verbose): Add :group.
9458
9459 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9460
9461         * message.el: Change some comments WRT tool-bars.
9462
9463         * gnus-sum.el (gnus-summary-tool-bar)
9464         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9465         (gnus-summary-tool-bar-zap-list): New variables.
9466         (gnus-summary-make-tool-bar): Complete rewrite using
9467         `gmm-tool-bar-from-list'.
9468
9469         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9470         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9471         variables.
9472         (gnus-group-make-tool-bar): Complete rewrite using
9473         `gmm-tool-bar-from-list'.
9474         (gnus-group-tool-bar-update): New function.
9475
9476         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9477
9478 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9479
9480         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9481         is dissected into a single part of which the type is the same as
9482         the given one; decode charset.
9483
9484 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9485
9486         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9487         into alists as symbol not string, since that's what
9488         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9489         look for.
9490
9491 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9492
9493         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9494         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9495
9496         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9497
9498 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9499
9500         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9501         (gnus-xmas-mime-security-button-menu): New function.
9502
9503         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9504         (gnus-mime-security-button-menu): New definition.
9505         (gnus-mime-security-button-map): Use them.
9506         (gnus-mime-security-button-menu): New function.
9507         (gnus-insert-mime-security-button): Addition to help echo.
9508         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9509         (gnus-mime-security-pipe-part): New functions.
9510
9511         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9512         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9513
9514         * mm-decode.el (mm-handle-set-disposition): Remove.
9515         (mm-handle-set-description): Remove.
9516
9517 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9518
9519         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9520         (mm-w3m-standalone-supports-m17n-p): New function.
9521         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9522         w3m usage.
9523
9524         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9525         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9526
9527 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9528
9529         * message.el (message-tool-bar-zap-list): Use
9530         gmm-tool-bar-zap-list as custom type.
9531         (message-tool-bar-update): New function.
9532         (message-tool-bar, message-tool-bar-gnome)
9533         (message-tool-bar-retro): Add message-tool-bar-update.
9534         (message-tool-bar-gnome): Add flyspell-buffer.
9535
9536         * gnus-util.el (gnus-error): Describe `args'.
9537
9538         * gmm-utils.el (gmm-error): Describe `args'.
9539         (gmm-tool-bar-zap-list): New widget.
9540         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9541
9542 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9543
9544         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9545         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9546         the number of recursive calls.
9547
9548         * mm-decode.el (mm-handle-set-disposition): New macro.
9549         (mm-handle-set-description): New macro.
9550
9551 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9552
9553         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9554         encoding.
9555
9556 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9557
9558         * message.el (message-tool-bar-zap-list, message-tool-bar)
9559         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9560         (message-tool-bar-local-item-from-menu): Remove.
9561         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9562         (message-make-tool-bar): New function.
9563         (message-mode): Use `message-make-tool-bar'.
9564
9565         * gmm-utils.el: New file.
9566         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9567         (gmm-lazy): New widget copied from `nnmail.el'.
9568         (gmm-tool-bar-from-list): New function for creating customizable
9569         tool bars.
9570         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9571         output.
9572         (gmm): Add :prefix to defgroup.
9573
9574 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9575
9576         * gmm-utils.el (gmm-widget-p): New function.
9577
9578 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9579
9580         * mml.el (mml-attach-file): Describe `description' in doc string.
9581         (mml-menu): Add Emacs MIME manual and PGG manual.
9582
9583 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9584
9585         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9586
9587 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9588
9589         * nntp.el (nntp-end-of-line): Doc fix.
9590
9591 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9592
9593         * imap.el (imap-open): Handle case where buffer is a buffer
9594         object.
9595
9596 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9597
9598         * gnus-delay.el (gnus-delay): Don't autoload.
9599         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9600         to be re-loaded when customizing the `gnus-delay' group.
9601
9602 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9603
9604         * message.el (message-insert-citation-line): Use newlines.
9605
9606 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9607
9608         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9609         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9610         these routines, so the passphrase can be managed externally and
9611         passed in to the system.
9612         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9613         pgg-add-passphrase-to-cache function.
9614
9615         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9616         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9617         these routines, so the passphrase can be managed externally and
9618         passed in to the system.
9619         (pgg-pgp5-sign-region): Use new name of
9620         pgg-add-passphrase-to-cache function.
9621
9622 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9623
9624         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9625         part of the decoded armor to find the key-identifier.
9626         (pgg-gpg-lookup-key-owner): New function to return the
9627         human-readable identifier of a key owner.
9628         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9629         itself.
9630         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9631         the key value) if we have a key and can match it against a secret
9632         key.  Also, added a note pointing out fact that the prompt only
9633         indicates the first matching key.
9634
9635         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9636         pgg-decrypt-region.
9637         (pgg-add-passphrase-to-cache): Rename from
9638         `pgg-add-passphrase-cache' to reduce confusion (all callers
9639         changed).
9640         (pgg-remove-passphrase-from-cache): Rename from
9641         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9642         changed).
9643         (pgg-read-passphrase, pgg-add-passphrase-cache)
9644         (pgg-remove-passphrase-cache): Add informative docstrings.
9645         (pgg-decrypt): Convey provided passphrase in subordinate call to
9646         pgg-decrypt-region.
9647
9648 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9649
9650         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9651         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9652         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9653         'passphrase' argument, so the passphrase can be managed externally
9654         and then passed in to the system.
9655
9656         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9657         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9658         so the passphrase cache can be used reliably with identifiers
9659         besides a pgp packet's key id.
9660
9661         * pgg-gpg.el (pgg-gpg-encrypt-region)
9662         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9663         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9664         these routines, so the passphrase can be managed externally and
9665         passed in to the system.
9666
9667         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9668         'notruncate' argument, so the passphrase cache can be used
9669         reliably with identifiers besides a pgp packet's key id.
9670
9671 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9672
9673         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9674         symmetric encryption.
9675         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9676         encrypted session key.
9677         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9678         message ask for the passphrase in a proper way.
9679
9680         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9681         New user commands for symmetric encryption.
9682
9683 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9684
9685         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9686
9687         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9688
9689 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9690
9691         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9692
9693 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9694
9695         * mm-decode.el (mm-inlined-types): Add application/pgp.
9696         (mm-automatic-display): Ditto.
9697
9698         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9699         part as text.
9700
9701 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9702
9703         * nnrss.el: Update copyright.
9704         (nnrss-opml-import): Query whether to subscribe to each entry.
9705
9706         * gnus-art.el:
9707         * gnus-sum.el:
9708         * gnus-xmas.el:
9709         * messagexmas.el:
9710         * mm-uu.el:
9711         * mm-view.el: Update copyright.
9712
9713 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9714
9715         * message.el (message-info): New function.
9716         (message-mode-menu): Add it.
9717         Update copyright.
9718
9719         * ChangeLog: Fix and update copyright.
9720
9721 2006-01-13  Romain Francoise  <romain@orebokech.com>
9722
9723         * message.el (message-forward-subject-name-subject): Prefer the
9724         address to 'nowhere' if the sender has no name.
9725         Fix typo.  Update copyright year.
9726
9727 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9728
9729         * gnus-art.el (article-wash-html): Use
9730         gnus-summary-show-article-charset-alist if a numeric arg is given.
9731         (gnus-article-wash-html-with-w3m-standalone): New function.
9732
9733         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9734         mm-inline-text-html-render-with-w3m-standalone.
9735         (mm-text-html-washer-alist): Map w3m-standalone to
9736         gnus-article-wash-html-with-w3m-standalone.
9737         (mm-inline-text-html-render-with-w3m-standalone): New function.
9738
9739 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9740
9741         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9742         Improve LaTeX.
9743
9744 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9745
9746         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9747         (nnrss-request-article): Render text/plain parts as HTML.
9748
9749         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9750         the buffer.
9751
9752 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9753
9754         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9755         custom definition of `gnus-posting-styles'.
9756
9757         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9758         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9759
9760 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9761
9762         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9763         Use nntp for bug archive.
9764
9765 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9766
9767         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9768         parts.
9769         (nnrss-normalize-date): New function converts ISO 8601 date into
9770         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9771         (nnrss-check-group): Use it.
9772
9773 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9774
9775         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9776
9777         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9778         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9779         (nnrss-insert-w3): Ditto.
9780
9781 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9782
9783         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9784         the articles to be forwarded including the case where neither a
9785         number of articles nor a region is specified.
9786
9787 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9788
9789         * nnrss.el (nnrss-request-article): Fix last change; fill
9790         text/plain parts.
9791
9792 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9793
9794         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9795         in text/plain part.
9796         (nnrss-check-group): Don't add excessive newline to dc:subject.
9797
9798 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9799
9800         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9801         article.
9802
9803 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9804
9805         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9806         (nnml-use-compressed-files, nnml-save-mail): Support other
9807         comression programs such as bzip2.
9808
9809 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9810
9811         * dns.el (query-dns): Make sure we check the buffer size before
9812         removing tcp headers.
9813
9814 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9815
9816         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9817         remove MIME buttons associated with multipart/alternative parts.
9818         (gnus-mime-display-alternative): Tag buttons using `article-type'
9819         text property.
9820
9821         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9822         associated with multipart/alternative parts.
9823
9824         * gnus-art.el (gnus-signature-separator): Fix custom type.
9825
9826         * mm-decode.el (mm-inlined-types): Fix custom type.
9827         (mm-keep-viewer-alive-types): Ditto.
9828         (mm-automatic-display): Ditto.
9829         (mm-attachment-override-types): Ditto.
9830         (mm-inline-override-types): Ditto.
9831         (mm-automatic-external-display): Ditto.
9832
9833 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9834
9835         * spam-report.el (spam-report-user-mail-address)
9836         (spam-report-user-agent): New variables.
9837         (spam-report-url-ping-plain): Use spam-report-user-agent.
9838
9839 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9840
9841         * gnus-art.el (gnus-button-handle-custom): Do not just use
9842         `customize-apropos' for any "M-x customize-*" button but the
9843         function called for.  Accept both the function name and its
9844         argument in order to achieve this.
9845         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9846         function name to `gnus-button-handle-custom' in case of "M-x
9847         customize-*" buttons.
9848
9849 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9850
9851         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9852         multipart/alternative and add xref to mm-discouraged-alternatives
9853         in doc string.
9854
9855         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9856         gnus-buttonized-mime-types in doc string.
9857
9858 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9859
9860         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9861         Suggest image/.* in the doc string.
9862
9863 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9864
9865         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9866         message-marks (Debian bug #342521).
9867
9868 2005-12-12  Simon Josefsson  <jas@extundo.com>
9869
9870         * password.el (password-read-from-cache): Add.
9871         (password-read): Use it.
9872
9873 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9874
9875         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9876         us-ascii as a MIME charset.
9877
9878         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9879         against the case where the 2nd arg TYPE is nil.
9880
9881 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9882
9883         * pop3.el (pop3-stream-type): Fix custom version.
9884
9885         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9886
9887 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9888
9889         * mm-decode.el (mm-display-external): Add missing cdr.
9890
9891 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9892
9893         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9894         RFC1524) if it is in mailcap or add a suffix according to
9895         mailcap-mime-extensions when generating a temp filename; postpone
9896         deleting a temp file for 2 seconds for some wrappers, shell
9897         scripts, and so on, which might exit right after having started a
9898         viewer command as a background job.
9899
9900 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9901
9902         * nntp.el (nntp-marks-directory): Fix custom group.
9903
9904         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9905         steps when < 10.
9906
9907         * gnus-start.el (gnus-no-server-1): Mention
9908         `gnus-level-default-subscribed' in doc string.
9909
9910 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9911
9912         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9913         parens.
9914
9915 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9916
9917         * gnus-xmas.el (gnus-use-toolbar): Revert.
9918         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9919         gnus-use-toolbar is default.
9920
9921         * messagexmas.el (message-use-toolbar): Revert.
9922         (message-setup-toolbar): Use global default-toolbar if
9923         message-use-toolbar is default.
9924
9925 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9926
9927         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9928         according to default-toolbar-visible-p.
9929
9930         * messagexmas.el (message-use-toolbar): Ditto.
9931
9932 2005-11-26  Dave Love  <fx@gnu.org>
9933
9934         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9935         (tls-program, tls-success): Provide openssl alternative.
9936
9937         * starttls.el: Doc fixes.
9938         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9939         SERVICE to PORT.
9940
9941         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9942         port null or service name.
9943         (starttls-negotiate): Autoload.
9944
9945 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9946
9947         * message.el (message-kill-to-signature): Fix interactive spec.
9948
9949 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9950
9951         * pop3.el (pop3-open-server): Recognize a string as a service name.
9952
9953 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9954
9955         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9956
9957 2005-11-23  Dave Love  <fx@gnu.org>
9958
9959         Add pop3s, pop3/starttls.
9960
9961         * pop3.el (pop3-authentication-scheme): Clarify doc.
9962         (open-tls-stream, starttls-open-stream): Autoload.
9963         (pop3-stream-type): New.
9964         (pop3-open-server): Use it.
9965
9966         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9967         for POP.
9968         (mail-source-keyword-map): Add :stream for POP.
9969         (mail-source-fetch-pop): Use pop3-stream-type.
9970
9971 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9972
9973         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9974         of current-time-string.
9975
9976 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9977
9978         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9979         date header.
9980
9981 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9982
9983         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9984         it can seriously impact performance as it bypasses the agent's
9985         local caches.
9986
9987 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9988
9989         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9990         must be explicitly online rather than "not explicitly offline" for
9991         its flags to be synchronized.
9992
9993         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9994         that gnus-uu-unmark-thread will function correctly.
9995
9996         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9997         1024K is instead displayed as 1M.
9998
9999 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10000
10001         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10002
10003 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10004
10005         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10006
10007 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10008
10009         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10010         error message to display actual error condition.
10011         (gnus-agent-save-local): Avoid saving symbols that are bound to
10012         nil as they simply result in a warning message in
10013         gnus-agent-read-local.
10014
10015 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10018         rather than make-variable-buffer-local for file-precious-flag.
10019
10020 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10021
10022         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10023         for duplicates which are removed.  The invalid sort check then
10024         triggers a rescan after the sort as sorting may have moved
10025         duplicate entries such that they can be cheaply detected.
10026
10027 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10028
10029         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10030
10031 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10032
10033         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10034         internal variable to a custom variable.  Changed default value
10035         from compressed(2) to uncompressed(1).
10036         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10037         support for uncompressed agentview files.  Taken together, reading
10038         the agentview file should now be 6-7 times faster.
10039
10040 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10041
10042         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10043         as a buffer-local variable.  This avoids creating truncated
10044         dribble files as a result of a hang up, eg.
10045
10046 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10047
10048         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10049         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10050         XEmacs.
10051
10052 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10053
10054         * gnus-start.el (gnus-start-draft-setup): Enforce
10055         `gnus-draft-mode' for nndraft:drafts at startup.
10056
10057         * gnus.el (gnus-splash): Change custom group.
10058         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10059         allow-list argument.
10060
10061         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10062         string.
10063
10064 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10065
10066         * gnus-art.el (gnus-default-article-saver): Add user-defined
10067         `function' to custom type.
10068
10069 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10070
10071         * imap.el (imap-open): Handle case where buffer is a buffer
10072         object.
10073
10074 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10075
10076         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10077         long lines.
10078         (gnus-cache-delete-group): Wrap doc strings.
10079
10080         * gnus-agent.el (gnus-agent-rename-group)
10081         (gnus-agent-delete-group): Wrap doc strings.
10082
10083 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10084
10085         * messagexmas.el (message-use-toolbar): Change the valid values
10086         into default, top, bottom, left, and right.
10087         (message-toolbar-thickness): New variable.
10088         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10089         well.
10090         (message-setup-toolbar): Make it work.
10091
10092         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10093         (gnus-use-toolbar): Change the valid values into default, top,
10094         bottom, left, and right.
10095         (gnus-toolbar-thickness): New variable.
10096         (gnus-xmas-setup-toolbar): New function.
10097         (gnus-xmas-setup-group-toolbar): Use it.
10098         (gnus-xmas-setup-summary-toolbar): Use it.
10099
10100 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10101
10102         * gnus-start.el (gnus-1): Add "native" to
10103         gnus-predefined-server-alist.
10104
10105         * gnus.el (gnus-method-to-server): Don't add "native" to the
10106         lists here, because that leads to problems when
10107         gnus-select-method is bound.
10108
10109 2005-11-09  Simon Josefsson  <jas@extundo.com>
10110
10111         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10112         use (not sort-by-date) instead.
10113
10114 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10115
10116         * gnus-delay.el (gnus-delay-group): Don't autoload.
10117         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10118         to be re-loaded when customizing the `gnus-delay' group.
10119
10120 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10121
10122         * message.el: Revert last changes.
10123         (message-insert-citation-line): Use newlines.
10124
10125 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10126
10127         * message.el (message-courtesy-message)
10128         (message-mark-insert-begin, message-mark-insert-end)
10129         (message-elide-ellipsis, message-cancel-message)
10130         (message-add-header, message-change-subject)
10131         (message-cross-post-followup-to-header)
10132         (message-cross-post-insert-note, message-reduce-to-to-cc)
10133         (message-widen-reply, message-delete-not-region)
10134         (message-kill-to-signature, message-insert-signature)
10135         (message-insert-importance-high, message-insert-importance-low)
10136         (message-insert-or-toggle-importance)
10137         (message-insert-disposition-notification-to)
10138         (message-indent-citation, message-yank-original)
10139         (message-cite-original-without-signature, message-cite-original)
10140         (message-insert-citation-line, message-position-on-field)
10141         (message-fix-before-sending, message-send-mail-partially)
10142         (message-send-mail, message-send-mail-with-sendmail)
10143         (message-send-mail-with-qmail, message-send-news)
10144         (message-check-news-header-syntax, message-generate-headers)
10145         (message-insert-courtesy-copy, message-fill-address)
10146         (message-fill-header, message-shorten-references)
10147         (message-setup-1, message-cancel-news)
10148         (message-forward-make-body-plain, message-forward-make-body-mime)
10149         (message-forward-make-body-mml, message-encode-message-body)
10150         (message-forward-make-body-digest-plain)
10151         (message-forward-make-body-digest-mime)
10152         (message-use-alternative-email-as-from): Insert `hard-newline'
10153         instead of ordinary newlines.
10154
10155 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10156
10157         * message.el (message-generate-headers): Downcase the argument
10158         given to message-check-element.
10159
10160 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10161
10162         * nntp.el (nntp-authinfo-rejected): New error condition.
10163         (nntp-wait-for): Use new error condition to signal authentication
10164         error.
10165         (nntp-retrieve-data): Rethrow new error condition to break out of
10166         recursive call to nntp-send-authinfo.
10167
10168 2005-11-08  Romain Francoise  <romain@orebokech.com>
10169
10170         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10171         (gnus-summary-exit-map): Bind to `Z p'.
10172         (gnus-summary-make-menu-bar): Add menu item.
10173
10174 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10175
10176         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10177         (gnus-treat-*): Add `first' in all doc strings.
10178
10179         * gnus-group.el (gnus-group-compact-group): Fix typo.
10180
10181 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10182
10183         * gnus.el (gnus-parameters-case-fold-search): New variable.
10184         (gnus-parameters-get-parameter): Use it.
10185
10186         * gnus-score.el (gnus-home-score-file): Doc fix.
10187
10188 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10189
10190         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10191
10192 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10193
10194         * mm-util.el (mm-special-display-p): New function.
10195
10196         * mml.el (mml-preview): Use it; doc fix.
10197
10198 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10199
10200         * imap.el (imap-open): Handle case where buffer is a buffer object.
10201
10202 2005-10-29  Romain Francoise  <romain@orebokech.com>
10203
10204         * message.el (message-fix-before-sending): Fix comment.
10205
10206 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10207
10208         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10209
10210 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10211
10212         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10213         Used in gnus-score.el.
10214
10215 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10216
10217         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10218
10219 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10220
10221         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10222         whitespace removed in revision 7.8.  Use concatenated string to
10223         protect trailing whitespace.
10224
10225 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10226
10227         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10228         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10229         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10230         Courier IMAP ("some version from 2004").  Mostly based on similar
10231         code in the same function.
10232
10233 2005-10-26  Didier Verna  <didier@xemacs.org>
10234
10235         * gnus-group.el (gnus-group-compact-group): Invalidate original
10236         article buffer.
10237         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10238         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10239         NOV database and in article itself.
10240         Invalidate article backlog.
10241
10242 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10243
10244         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10245
10246 2005-10-26  Simon Josefsson  <jas@extundo.com>
10247
10248         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10249         part of 2004-07-25 change.
10250
10251 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * message.el (message-display-completion-list): New function.
10254         (message-expand-group): Use it; make sure the Completions buffer
10255         is modifiable.
10256 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10257
10258         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10259         user-mail-name is an empty string.
10260
10261 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10262
10263         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10264         depending on gnus-score-decay-constant.
10265
10266         * encrypt.el (encrypt-insert-file-contents)
10267         (encrypt-write-file-contents): Don't use `gnus-message'.
10268
10269         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10270         arguments.
10271         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10272         arguments to mm-uu-verbatim-marks-extract.
10273         (mm-uu-hide-markers): New variable.
10274         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10275
10276         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10277         (gnus-convert-image-to-face-command): Use "convert" by default to
10278         allow other input image formats.
10279         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10280         accordingly.
10281
10282 2005-10-23  Simon Josefsson  <jas@extundo.com>
10283
10284         * imap.el (imap-gssapi-program): Align command line parameters
10285         with latest GNU SASL.
10286         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10287
10288 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10289
10290         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10291         HTML.
10292         (nnslashdot-request-article): Ditto.
10293
10294         * lpath.el (featurep): Add nobreak-char-display.
10295
10296 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10297
10298         * mail-source.el (mail-source-fetch-pop): Require pop3.
10299         (mail-source-check-pop): Ditto.
10300
10301 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10302
10303         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10304         errors.
10305
10306 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10307
10308         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10309         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10310
10311         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10312
10313         * mm-bodies.el (mm-decode-string): Call
10314         `mm-charset-to-coding-system' with allow-override argument.
10315
10316 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10317
10318         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10319         (rfc2047-charset-to-coding-system): New function.
10320         (rfc2047-decode-encoded-words): New function.
10321         (rfc2047-decode-region): Use them.
10322         (rfc2047-decode-cte): Remove.
10323         (rfc2047-parse-and-decode): Remove.
10324         (rfc2047-decode): Remove.
10325
10326 2005-10-15  Kenichi Handa  <handa@m17n.org>
10327
10328         * rfc2047.el (rfc2047-decode-cte): New function.
10329         (rfc2047-decode-region): Change the way to decode successive
10330         encoded-words: decode B- or Q-encoding in each encoded-word,
10331         concatenate them, and decode it as charset.
10332
10333 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10334
10335         * lpath.el: Fbind codepage-setup for XEmacs.
10336
10337 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10338
10339         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10340         widget-move-and-invoke.
10341         (gnus-custom-mode): Use gnus-custom-map.
10342
10343 2005-10-15  Bill Wohler  <wohler@newt.com>
10344
10345         * message.el (message-tool-bar-map): Renamed image file from
10346         mail_send to mail/send.
10347
10348 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10349
10350         * message.el (message-expand-group): Pass the common
10351         prefix substring of completion to `display-completion-list'.
10352
10353 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10354
10355         * mml-sec.el (mml-secure-method): New internal variable.
10356         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10357         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10358         functions using mml-secure-method.
10359
10360         * mml.el (mml-mode-map): Add key bindings for those functions.
10361         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10362         Harder <harder@myrealbox.com>.
10363         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10364         end of message if point is the headers of the message.
10365
10366         * message.el (message-in-body-p): New function.
10367
10368         * assistant.el: Autoload gnus-util and netrc.
10369
10370         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10371         Use `mm-charset-override-alist' only when decoding.
10372
10373         * mm-bodies.el (mm-decode-body): Call
10374         `mm-charset-to-coding-system' with allow-override argument.
10375
10376         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10377         `filename' from Content-Disposition if Content-Type doesn't
10378         provide `name'.
10379         (gnus-mime-view-part-as-type): Set default instead of
10380         initial-input.
10381
10382 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10383
10384         * format-spec.el (format-spec): Propagate text properties of % spec.
10385
10386 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10387
10388         * gnus-art.el (gnus-treat-predicate): Add `first'.
10389
10390 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10391
10392         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10393         (mm-charset-override-alist): New variable.
10394         (mm-charset-to-coding-system): Use it.
10395         (mm-codepage-setup): New helper function.
10396         (mm-charset-eval-alist): New variable.
10397         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10398         about unknown charsets.
10399
10400         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10401
10402 2005-10-04  David Hansen  <david.hansen@gmx.net>
10403
10404         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10405         (nnrss-check-group): Ditto.
10406
10407 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10408
10409         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10410         Rename x-gnus-verbatim to x-verbatim.
10411         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10412
10413         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10414         x-verbatim.
10415
10416         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10417
10418         * gnus-util.el (gnus-remove-duplicates): Remove.
10419
10420         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10421         instead of gnus-remove-duplicates.
10422
10423         * message.el (message-remove-duplicates): Remove.
10424         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10425         message-remove-duplicates.
10426
10427         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10428         available, else use implementation from `delete-dups'.
10429
10430         * message.el (message-insert-expires): New function.
10431         (message-mode-map): Add key binding.
10432         (message-mode-field-menu): Add menu entry.
10433         (message-mode): Document it.
10434         (message-make-expires-date): Use `message-make-date'.
10435
10436 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10437
10438         * message.el (message-make-expires-date): New function.
10439
10440 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10441
10442         * Makefile.in (list-installed-shadows): New entry.
10443         (install): Use it.
10444         (remove-installed-shadows): New entry.
10445
10446         * dgnushack.el (dgnushack-default-load-path): New variable.
10447         (dgnushack-find-lisp-shadows): New function.
10448         (dgnushack-remove-lisp-shadows): New function.
10449
10450 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10451
10452         * Makefile.in (install-el-elc): New entry.
10453         (install): Use it so that .el files are necessarily installed.
10454
10455 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10456
10457         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10458
10459 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10460
10461         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10462         function rather than the diff-mode.el package.
10463         (mm-display-external): Use with-current-buffer.
10464         (mm-viewer-completion-map, mm-viewer-completion-map):
10465         Move initialization inside declaration.
10466
10467 2005-09-29  Simon Josefsson  <jas@extundo.com>
10468
10469         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10470         autoload mail-check-payment.
10471         (spam-check-hashcash): Define unconditionally, since hashcash.el
10472         is part of Gnus now.  Ignore errors from payment checking.
10473
10474 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10475
10476         * message.el (message-bold-region, message-unbold-region): Rename
10477         from `bold-region' and `unbold-region'.
10478
10479         * message.el: Remove useless autoloads.
10480
10481 2005-09-28  Simon Josefsson  <jas@extundo.com>
10482
10483         * message.el (message-use-idna): Default to t.
10484         (message-use-idna): Test whether encoding works too.  Doc fix.
10485
10486 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10487
10488         * nntp.el (nntp-warn-about-losing-connection): Remove.
10489
10490 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10491
10492         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10493         customizable.  Change default value.
10494         (mm-uu-diff-groups-regexp): Change default value.
10495         (mm-uu-type-alist): Add doc string.
10496         (mm-uu-configure): Add doc string.  Make it interactive.
10497         (mm-uu-tex-groups-regexp): New variable.
10498         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10499         (mm-uu-type-alist): Add LaTeX documents.
10500         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10501         of "text/verbatim".
10502         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10503
10504         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10505         instead of "text/verbatim".
10506
10507         * message.el (message-mark-inserted-region)
10508         (message-mark-insert-file): Use slrn style marks when called with
10509         prefix argument.
10510
10511 2005-09-27  Simon Josefsson  <jas@extundo.com>
10512
10513         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10514
10515 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10516
10517         * message.el (message-remove-duplicates): New function.
10518         Implementation borrowed from `gnus-remove-duplicates'.
10519         (message-idna-to-ascii-rhs): Also encode idna addresses in
10520         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10521         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10522         only ask about the same idna domain once per header and also tell
10523         in what header to replace the idna domain.
10524
10525         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10526         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10527         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10528         a header is decoded and not just the last one.
10529
10530 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10531
10532         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10533         has been decoded.
10534
10535         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10536         (mm-insert-part): Don't modify text if it has been decoded.
10537
10538         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10539         decoded.
10540
10541         * mm-view.el (mm-inline-text): Don't strip text props unless
10542         decoding enriched or richtext parts.
10543
10544 2005-09-25  Romain Francoise  <romain@orebokech.com>
10545
10546         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10547         * gnus-start.el (gnus-subscribe-interactively):
10548         * gnus-uu.el (gnus-uu-grab-articles):
10549         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10550         space.
10551
10552 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10553
10554         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10555         * mm-view.el (mm-view-pkcs7-decrypt):
10556         * gnus-sum.el (gnus-summary-limit-to-extra)
10557         (gnus-summary-respool-article, gnus-read-move-group-name):
10558         * gnus-score.el (gnus-summary-increase-score):
10559         * gnus-util.el (gnus-completing-read-with-default):
10560         * gnus-art.el (gnus-read-save-file-name)
10561         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10562         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10563         * message.el (message-check-news-header-syntax):
10564         Follow convention for reading with the minibuffer.
10565
10566 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10567
10568         * spam-report.el (spam-report-url-ping-plain):
10569         Use gnus-extended-version as User-Agent.
10570
10571         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10572         default value is nil.
10573
10574         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10575         (mm-uu-verbatim-marks-extract): New function.
10576         (mm-uu-extract): New face.
10577         (mm-uu-copy-to-buffer): Use it.
10578
10579         * spam-report.el (spam-report-gmane-ham): Renamed from
10580         `spam-report-gmane-unspam'.
10581         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10582         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10583
10584         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10585         Autoload.
10586         (spam-report-gmane-unregister-routine): Renamed
10587         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10588
10589 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10590
10591         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10592         (spam-report-gmane-unregister-routine): Add support for gmane
10593         unregistration.
10594
10595         * spam-report.el (spam-report-gmane-unspam)
10596         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10597         (spam-report-gmane): Change to take a single article and do unspam
10598         registration.
10599
10600 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10601
10602         * mm-url.el (mm-url-decode-entities): Fix regexp.
10603
10604 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10605
10606         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10607         default to nil, to be able to use Gnus at all.  If the default
10608         switches to something else, then the function should be fixed not
10609         be exceedingly slow.
10610
10611 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10612
10613         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10614         fail hard.
10615
10616         * spam-report.el: Add better Keywords line.
10617
10618         * spam.el: Add Maintainer and better Keywords line.
10619
10620 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10621
10622         * gnus-art.el (gnus-article-replace-part)
10623         (gnus-mime-replace-part): New functions.
10624         (gnus-mime-action-alist, gnus-mime-button-commands)
10625         (gnus-mime-save-part-and-strip): Added file argument.
10626         (gnus-article-part-wrapper): Added interactive argument.
10627
10628         * gnus-sum.el (gnus-summary-mime-map): Add
10629         `gnus-article-replace-part'.
10630
10631 2005-09-19  Didier Verna  <didier@xemacs.org>
10632
10633         The nnml compaction feature:
10634         * nnml.el (nnml-request-compact-group): New function.
10635         * nnml.el (nnml-request-compact): New function.
10636         * gnus-int.el (gnus-request-compact-group): New function.
10637         * gnus-int.el (gnus-request-compact): New function.
10638         * gnus-group.el (gnus-group-compact-group): New function.
10639         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10640         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10641         * gnus-srvr.el (gnus-server-compact-server): New function.
10642         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10643         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10644
10645 2005-09-18  Deepak Goel  <deego@gnufans.org>
10646
10647         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10648         format spec.
10649
10650 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10651
10652         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10653
10654 2005-09-15  Romain Francoise  <romain@orebokech.com>
10655
10656         * message.el (message-fill-paragraph): Clarify docstring.
10657
10658 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10659
10660         * gnus-art.el (gnus-mime-display-part): Protect against broken
10661         MIME messages.
10662
10663 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10664
10665         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10666         before parsing header.
10667
10668 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10669
10670         * html2text.el (html2text-replace-list): Add new entities.
10671
10672 2005-09-11  Romain Francoise  <romain@orebokech.com>
10673
10674         * message.el (message-alternative-emails): Improve docstring.
10675         (message-setup-1): Call `message-use-alternative-email-as-from'
10676         after `message-setup-hook' to give it precedence over posting
10677         styles, etc.
10678         (message-use-alternative-email-as-from): Add docstring.  Remove
10679         the original From header if present.
10680
10681         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10682         (nnml-save-mail): Use it.
10683
10684         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10685         articles.  Add new argument `silent'.
10686         (gnus-uu-mark-all): Report the total number of marked articles.
10687
10688 2005-09-10  Romain Francoise  <romain@orebokech.com>
10689
10690         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10691         (gnus-uu-mark-series): Likewise.
10692
10693 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10694
10695         * spam-report.el (spam-report-gmane): Fix generation of spam
10696         report URL.
10697
10698 2005-09-10  Simon Josefsson  <jas@extundo.com>
10699
10700         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10701         t, based on discussion on the ding list with Robert Epprecht
10702         <epprecht@solnet.ch>.
10703
10704 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10705
10706         * spam-report.el (spam-report-gmane): Make it work without
10707         X-Report-Spam header.  Gmane now only provides Archived-At.
10708         This is only used if `spam-report-gmane-use-article-number' is nil.
10709         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10710
10711         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10712         make `gnus-summary-sort-by-recipient' work with threading.
10713
10714         * nnweb.el (nnweb-google-wash-article): Print a message if article
10715         is not available.
10716
10717 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10718
10719         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10720         change.  Decode text/* parts content before displaying.
10721
10722 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10723
10724         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10725
10726 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10727
10728         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10729
10730         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10731         url-package-name, url-package-version,
10732         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10733         w3m-display-inline-images, and w3m-minor-mode-map.
10734
10735 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10736
10737         * message.el (message-tab-body-function): Fix mismatched custom type.
10738
10739         * gnus.el (gnus-group-change-level-function): Ditto.
10740
10741         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10742
10743         * gnus-art.el (gnus-signature-limit)
10744         (gnus-article-mime-part-function): Ditto.
10745
10746 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10747
10748         * mml.el (mml-mode): Silence the byte compiler.
10749
10750         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10751         using `(sit-for 0)' before moving the point to the specified part;
10752         skip unbuttonized parts.
10753         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10754         return to the summary window if gnus-auto-select-part is non-nil.
10755
10756 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10757
10758         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10759         variables.
10760         (mml-dnd-attach-file, mml-mode): Use them.
10761
10762         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10763         Make fetching article by MID work again for Google Groups.  Added
10764         FIXME concerning gnus-group-make-web-group.
10765
10766         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10767         Don't depend on Gnus by using mail-extract-address-components if
10768         gnus-extract-address-components is not bound.
10769
10770 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10771
10772         * gnus-art.el (gnus-mime-display-security): Don't display the
10773         signature, but only the signed part.
10774
10775 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10776
10777         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10778
10779         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10780         list, not listp.
10781
10782 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10783
10784         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10785         when encoding.
10786
10787         * mm-bodies.el (mm-decode-content-transfer-encoding):
10788         De-canonicalize CRLF for all text content types, not just
10789         text/plain.
10790
10791 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10792
10793         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10794         valid article; point arrow and cursor at the MIME button.
10795
10796 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10797
10798         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10799         Suggested by Dan Christensen <jdc@uwo.ca>.
10800
10801         * mm-decode.el (mm-save-part): Enable change of prompt.
10802
10803 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10804
10805         * gnus-msg.el (gnus-inews-add-send-actions): Made
10806         `message-post-method' lambda parameter ARG `&optional'.
10807
10808 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10809
10810         * gnus-sum.el (gnus-summary-mime-map): Added
10811         gnus-article-save-part-and-strip, gnus-article-delete-part and
10812         gnus-article-jump-to-part.
10813
10814         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10815         (gnus-article-edit-part): Use it.
10816         (gnus-article-part-wrapper): Added no-handle argument.
10817         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10818         functions.
10819
10820 2005-08-29  Romain Francoise  <romain@orebokech.com>
10821
10822         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10823         docstring.
10824         (gnus-face-from-file): Likewise.
10825
10826 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10827
10828         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10829         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10830         non-nil.
10831         (gnus-auto-select-part): New variable.
10832         (gnus-article-jump-to-part): New function.
10833         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10834         (gnus-mime-delete-part): Allow selecting specified part after
10835         deleting or stripping parts.
10836         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10837         part if argument is bogus.
10838
10839 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10840
10841         * gnus-art.el (w3m-minor-mode-map):
10842         * gnus-spec.el (gnus-newsrc-file-version):
10843         * gnus-util.el (nnmail-active-file-coding-system)
10844         (gnus-original-article-buffer, gnus-user-agent):
10845         * gnus.el (gnus-ham-process-destinations)
10846         (gnus-parameter-ham-marks-alist)
10847         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10848         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10849         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10850         * mm-decode.el (gnus-current-window-configuration):
10851         * mm-extern.el (gnus-article-mime-handles):
10852         * mm-url.el (url-current-object, url-package-name)
10853         (url-package-version):
10854         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10855         (smime-keys, w3m-cid-retrieve-function-alist)
10856         (w3m-current-buffer, w3m-display-inline-images)
10857         (w3m-minor-mode-map):
10858         * mml-smime.el (gnus-extract-address-components):
10859         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10860         (gnus-newsrc-hashtb, message-default-charset)
10861         (message-deletable-headers, message-options)
10862         (message-posting-charset, message-required-mail-headers)
10863         (message-required-news-headers):
10864         * mml1991.el (mc-pgp-always-sign):
10865         * mml2015.el (mc-pgp-always-sign):
10866         * nnheader.el (nnmail-extra-headers):
10867         * rfc1843.el (gnus-decode-encoded-word-function)
10868         (gnus-decode-header-function, gnus-newsgroup-name):
10869         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10870
10871 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10872
10873         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10874         the end of the date treatments.
10875
10876 2005-08-15  Simon Josefsson  <jas@extundo.com>
10877
10878         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10879         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10880         Capello and Romain Francoise.
10881         (pgg-fetch-key-function): Removed, not used?
10882         (pgg-insert-url-with-w3): Require url, to get
10883         url-insert-file-contents regardless of where it is defined.
10884
10885 2005-08-13  Romain Francoise  <romain@orebokech.com>
10886
10887         * message.el (message-cite-original-1): New function.
10888         (message-cite-original): Use it.
10889         (message-cite-original-without-signature): Ditto.
10890
10891 2005-08-08  Romain Francoise  <romain@orebokech.com>
10892
10893         * message.el (message-yank-empty-prefix): New variable.
10894         (message-indent-citation): Use it.
10895         (message-cite-original-without-signature): Respect X-No-Archive.
10896
10897 2005-08-08  Simon Josefsson  <jas@extundo.com>
10898
10899         * pgg.el: Autoload url-insert-file-contents instead of loading
10900         w3/url.
10901         (pgg-insert-url-with-w3): Don't load url here.
10902
10903 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10904
10905         * message.el (message-kill-to-signature): Don't insert newline at
10906         bol.
10907         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10908
10909 2005-08-06  Romain Francoise  <romain@orebokech.com>
10910
10911         * message.el (message-user-fqdn): Fix typo in docstring.
10912
10913 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10914
10915         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10916
10917         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10918
10919 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10920
10921         * mm-bodies.el (mm-encode-body): Use coding system rather than
10922         charset to encode text.
10923
10924         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10925         number of charsets if utf-8 is available (XEmacs).
10926
10927 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10928
10929         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10930         taken from `gnus-button-mid-or-mail-regexp'.
10931         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10932         (gnus-button-alist): Improve regexp for domain part of the MIDs
10933         for news:localpart@domain buttons.
10934         (gnus-button-ctan-directory-regexp): Update.
10935
10936 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10937
10938         * sieve-manage.el (sieve-manage-interactive-login): Use
10939         make-local-variable rather than make-variable-buffer-local.
10940         (sieve-manage-open): Ditto.
10941         (sieve-manage-authenticate): Ditto.
10942
10943         * mml.el (mml-generate-mime-1): Make the content type default to
10944         text/plain if the filename is not specified.
10945
10946 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10947
10948         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10949         instead of insert-buffer.
10950
10951         * message.el (message-yank-original): Ditto; set the mark at the
10952         end of the yanked message.
10953
10954 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10955
10956         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10957         lines to scroll rather than to stop it.
10958
10959         * mml.el (mml-generate-default-type): Add doc string.
10960         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10961         default to application/octet-stream when determining the content
10962         type if it is not specified for the part or the mml contents; add
10963         a comment about mml-generate-default-type.
10964
10965 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10966
10967         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10968         make it default to application/octet-stream when determining the
10969         content type if it is not specified for the external contents.
10970
10971 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10972
10973         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10974         segmented parameter but also other parameters might be there.
10975
10976 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10977
10978         * mm-decode.el (mm-display-external): Delete temp file, directory
10979         and buffer immediately if the external process is exited.
10980
10981 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10982
10983         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10984         fewer lines than that of scroll-margin.
10985         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10986
10987 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10988
10989         * gnus-art.el (gnus-article-next-page): Revert.
10990         (gnus-article-beginning-of-window): New macro.
10991         (gnus-article-next-page-1): Use it.
10992         (gnus-article-prev-page): Ditto.
10993         (gnus-article-edit-part): Use insert-buffer-substring instead of
10994         insert-buffer.
10995         (gnus-article-edit-exit): Ditto.
10996
10997         * gnus-util.el (gnus-beginning-of-window): Remove.
10998         (gnus-end-of-window): Remove.
10999
11000         * lpath.el: Don't bind header-line-format and scroll-margin.
11001
11002 2005-07-25  Simon Josefsson  <jas@extundo.com>
11003
11004         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11005         to have the url package without w3.  Reported by Daiki Ueno
11006         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11007
11008 2005-07-20  Didier Verna  <didier@xemacs.org>
11009
11010         * gnus-diary.el: Remove the description comment (nndiary is now
11011         properly documented in the Gnus manual).
11012         Fix the spelling of "Back End".
11013         * nndiary.el: Ditto.
11014         Fix the copyright notice.
11015
11016 2005-07-18  Romain Francoise  <romain@orebokech.com>
11017
11018         * gnus-sum.el (gnus-summary-to-prefix)
11019         (gnus-summary-newsgroup-prefix): New variables.
11020         (gnus-summary-from-or-to-or-newsgroups): Use them.
11021
11022 2005-07-17  Romain Francoise  <romain@orebokech.com>
11023
11024         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11025         space as it's generally not especially interesting to the user.
11026
11027 2005-07-16  Romain Francoise  <romain@orebokech.com>
11028
11029         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11030         nil to avoid prompting and file modification if one of the
11031         messages at the top of the nnfolder file contains a copyright
11032         notice.
11033         Update copyright notice.
11034
11035         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11036         instead of `current-time-string' as the latter creates a time
11037         string that is not RFC 2822 compliant (it lacks the zone).
11038         Update copyright notice.
11039
11040 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11041
11042         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11043         for text/rtf.  Display default in prompt.  Pass default for M-n.
11044
11045         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11046
11047 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11048
11049         * gnus-msg.el (gnus-button-mailto): Remove
11050         save-selected-window-window hackery because it relies on
11051         save-selected-window internals.
11052
11053 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11054
11055         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11056         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11057         (gnus-article-prev-page): Ditto.
11058
11059         * gnus-util.el (gnus-beginning-of-window): New function.
11060         (gnus-end-of-window): New function.
11061
11062         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11063
11064 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11065
11066         * gnus-score.el (gnus-score-edit-all-score): Set
11067         gnus-score-edit-exit-function to gnus-score-edit-done and call
11068         gnus-message.
11069
11070 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11071
11072         * gnus-msg.el (gnus-button-mailto): Remove
11073         save-selected-window-window hackery because it relies on
11074         save-selected-window internals.
11075
11076 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11077
11078         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11079         add-minor-mode.
11080         (gnus-binary-mode): Ditto.
11081
11082         * gnus-topic.el (gnus-topic-mode): Ditto.
11083
11084 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11085
11086         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11087         (gnus-article-prev-page): Take scroll-margin into consideration.
11088
11089 2005-07-04  Lute Kamstra  <lute@gnu.org>
11090
11091         Update FSF's address in GPL notices.
11092
11093 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11094
11095         * gnus.el (gnus-exit):
11096         * gnus-group.el (gnus-group-icons):
11097         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11098
11099         * gnus-nocem.el (gnus-nocem):
11100         * message.el (message-various, message-buffers, message-sending)
11101         (message-interface, message-forwarding, message-insertion)
11102         (message-headers, message-news, message-mail):
11103         * pgg-gpg.el (pgg-gpg):
11104         * pgg-parse.el (pgg-parse):
11105         * pgg-pgp.el (pgg-pgp):
11106         * pgg-pgp5.el (pgg-pgp5):
11107         * pop3.el (pop3): Finish `defgroup' description with period.
11108
11109 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11110
11111         * gnus-art.el (article-display-face): Improve the efficiency.
11112         (article-display-x-face): Ditto; remove grey x-face stuff.
11113
11114 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11115
11116         * gnus-art.el (article-display-face): Correct the position in
11117         which Faces are inserted.
11118
11119 2005-06-29  Didier Verna  <didier@xemacs.org>
11120
11121         * gnus-art.el (article-display-face): Display faces in correct
11122         order.
11123
11124 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11125
11126         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11127         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11128         (gnus-nocem-check-article): Fetch the Type header.
11129         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11130         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11131         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11132         make sure gnus-nocem-hashtb is initialized.
11133         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11134         (gnus-nocem-unwanted-article-p): Ditto.
11135
11136         * pgg.el (pgg-verify): Return the verification result.
11137
11138 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11139
11140         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11141         is ascii.
11142
11143 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11144
11145         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11146         `show-nonbreak-escape'.
11147
11148 2005-06-23  Lute Kamstra  <lute@gnu.org>
11149
11150         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11151
11152         * dig.el (dig-mode):
11153         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11154
11155 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11156
11157         * nnimap.el (nnimap-split-download-body): Fix spellings.
11158
11159 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11160
11161         * gnus-art.el (gnus-article-encrypt-body):
11162         * gnus-cus.el (gnus-score-customize):
11163         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11164         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11165
11166 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11167
11168         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11169         header by looking for magic "MII" at the beginnig.
11170
11171 2005-06-16  Miles Bader  <miles@gnu.org>
11172
11173         * gnus-xmas.el (gnus-xmas-group-startup-message):
11174         Use renamed gnus-splash face.
11175
11176         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11177         (assistant-field-face): New backward-compatibility alias for renamed
11178         face.
11179         (assistant-render-text): Use renamed assistant-field face.
11180
11181         * spam.el (spam): Remove "-face" suffix from face name.
11182         (spam-face): New backward-compatibility alias for renamed face.
11183         (spam-face, spam-initialize): Use renamed spam face.
11184
11185         * message.el (message-header-to, message-header-cc)
11186         (message-header-subject, message-header-newsgroups)
11187         (message-header-other, message-header-name)
11188         (message-header-xheader, message-separator, message-cited-text)
11189         (message-mml): Remove "-face" suffix from face names.
11190         (message-header-to-face, message-header-cc-face)
11191         (message-header-subject-face, message-header-newsgroups-face)
11192         (message-header-other-face, message-header-name-face)
11193         (message-header-xheader-face, message-separator-face)
11194         (message-cited-text-face, message-mml-face):
11195         New backward-compatibility aliases for renamed faces.
11196         (message-font-lock-keywords): Use renamed message faces.
11197
11198         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11199         (sieve-test-commands, sieve-tagged-arguments):
11200         Remove "-face" suffix from face names.
11201         (sieve-control-commands-face, sieve-action-commands-face)
11202         (sieve-test-commands-face, sieve-tagged-arguments-face):
11203         New backward-compatibility aliases for renamed faces.
11204         (sieve-control-commands-face, sieve-action-commands-face)
11205         (sieve-test-commands-face, sieve-tagged-arguments-face):
11206         Use renamed sieve faces.
11207
11208         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11209         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11210         (gnus-group-news-3-empty, gnus-group-news-4)
11211         (gnus-group-news-4-empty, gnus-group-news-5)
11212         (gnus-group-news-5-empty, gnus-group-news-6)
11213         (gnus-group-news-6-empty, gnus-group-news-low)
11214         (gnus-group-news-low-empty, gnus-group-mail-1)
11215         (gnus-group-mail-1-empty, gnus-group-mail-2)
11216         (gnus-group-mail-2-empty, gnus-group-mail-3)
11217         (gnus-group-mail-3-empty, gnus-group-mail-low)
11218         (gnus-group-mail-low-empty, gnus-summary-selected)
11219         (gnus-summary-cancelled, gnus-summary-high-ticked)
11220         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11221         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11222         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11223         (gnus-summary-low-undownloaded)
11224         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11225         (gnus-summary-low-unread, gnus-summary-normal-unread)
11226         (gnus-summary-high-read, gnus-summary-low-read)
11227         (gnus-summary-normal-read, gnus-splash):
11228         Remove "-face" suffix from face names.
11229         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11230         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11231         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11232         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11233         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11234         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11235         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11236         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11237         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11238         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11239         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11240         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11241         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11242         (gnus-summary-normal-ticked-face)
11243         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11244         (gnus-summary-normal-ancient-face)
11245         (gnus-summary-high-undownloaded-face)
11246         (gnus-summary-low-undownloaded-face)
11247         (gnus-summary-normal-undownloaded-face)
11248         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11249         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11250         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11251         (gnus-splash-face):
11252         New backward-compatibility aliases for renamed faces.
11253         (gnus-group-startup-message): Use renamed gnus faces.
11254
11255         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11256         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11257         (gnus-server-agent): Remove "-face" suffix from face names.
11258         (gnus-server-agent-face, gnus-server-opened-face)
11259         (gnus-server-closed-face, gnus-server-denied-face)
11260         (gnus-server-offline-face):
11261         New backward-compatibility aliases for renamed faces.
11262         (gnus-server-agent-face, gnus-server-opened-face)
11263         (gnus-server-closed-face, gnus-server-denied-face)
11264         (gnus-server-offline-face): Use renamed gnus faces.
11265
11266         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11267         Remove "-face" suffix from face names.
11268         (gnus-picon-xbm-face, gnus-picon-face):
11269         New backward-compatibility aliases for renamed faces.
11270
11271         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11272         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11273         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11274         (gnus-cite-11): Remove "-face" suffix from face names.
11275         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11276         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11277         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11278         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11279         New backward-compatibility aliases for renamed faces.
11280         (gnus-cite-attribution-face, gnus-cite-face-list)
11281         (gnus-article-boring-faces): Use renamed gnus faces.
11282
11283         * gnus-art.el (gnus-signature, gnus-header-from)
11284         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11285         (gnus-header-content): Remove "-face" suffix from face names.
11286         (gnus-signature-face, gnus-header-from-face)
11287         (gnus-header-subject-face, gnus-header-newsgroups-face)
11288         (gnus-header-name-face, gnus-header-content-face):
11289         New backward-compatibility aliases for renamed faces.
11290         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11291
11292         * gnus-sum.el (gnus-summary-selected-face)
11293         (gnus-summary-highlight): Use renamed gnus faces.
11294         * gnus-group.el (gnus-group-highlight): Likewise.
11295
11296 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11297
11298         * gnus-sieve.el (gnus-sieve-article-add-rule):
11299         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11300         * spam-stat.el (spam-stat-buffer-change-to-spam)
11301         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11302
11303         * message.el (message-is-yours-p):
11304         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11305
11306 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11307
11308         * mm-view.el (mm-inline-text): Withdraw the last change.
11309
11310 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11311
11312         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11313         executing enriched-decode.
11314
11315 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11316
11317         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11318         charset of tar files.
11319
11320 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11321
11322         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11323
11324 2005-06-04  Lute Kamstra  <lute@gnu.org>
11325
11326         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11327         information is never recorded.
11328
11329 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11330
11331         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11332
11333 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11334
11335         * pop3.el (pop3-apop): Run md5 in the binary mode.
11336
11337         * starttls.el (starttls-set-process-query-on-exit-flag):
11338         Use eval-and-compile.
11339
11340 2005-05-31  Simon Josefsson  <jas@extundo.com>
11341
11342         * smime.el (smime-replace-in-string): Define.
11343         (smime-cert-by-ldap-1): Use it.
11344
11345 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11346
11347         * gnus-art.el (article-display-x-face): Replace
11348         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11349
11350         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11351         set-process-query-on-exit-flag or process-kill-without-query.
11352
11353         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11354         loop instead of replace-regexp.
11355
11356         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11357         instead of process-kill-without-query if it is available.
11358
11359         * lpath.el: Fbind ldap-search-entries.
11360
11361         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11362         instead of find-file-hooks if it is available.
11363
11364         * mml1991.el: Bind pgg-default-user-id when compiling.
11365
11366         * mml2015.el: Bind pgg-default-user-id when compiling.
11367
11368         * nndraft.el (nndraft-request-associate-buffer):
11369         Use write-contents-functions instead of write-contents-hooks if it is
11370         available.
11371
11372         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11373         instead of find-file-hooks if it is available.
11374
11375         * nntp.el (nntp-open-connection): Replace
11376         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11377         (nntp-open-ssl-stream): Ditto.
11378         (nntp-open-tls-stream): Ditto.
11379
11380         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11381         set-process-query-on-exit-flag or process-kill-without-query.
11382         (starttls-open-stream-gnutls): Use it instead of
11383         process-kill-without-query.
11384         (starttls-open-stream): Ditto.
11385
11386 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11387
11388         * smime.el (smime-cert-by-ldap-1): Don't use
11389         replace-regexp-in-string.
11390
11391 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11392
11393         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11394
11395         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11396         in PEM format.  Adjust to the XEmacs compability.
11397
11398 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11399
11400         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11401         by `string-to-number'.
11402         * gnus-agent.el (gnus-agent-regenerate-group)
11403         (gnus-agent-fetch-articles): Ditto.
11404         * gnus-art.el (gnus-button-fetch-group): Ditto.
11405         * gnus-cache.el (gnus-cache-generate-active)
11406         (gnus-cache-articles-in-group): Ditto.
11407         * gnus-group.el (gnus-group-set-current-level)
11408         (gnus-group-insert-group-line): Ditto.
11409         * gnus-score.el (gnus-score-set-expunge-below)
11410         (gnus-score-set-mark-below, gnus-summary-score-effect)
11411         (gnus-summary-score-entry): Ditto.
11412         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11413         (gnus-soup-pack): Ditto.
11414         * gnus-spec.el (gnus-xmas-format): Ditto.
11415         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11416         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11417         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11418         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11419         * nndb.el (nndb-get-remote-expire-response): Ditto.
11420         * nndiary.el (nndiary-parse-schedule-value)
11421         (nndiary-string-to-number, nndiary-request-replace-article)
11422         (nndiary-request-article): Ditto.
11423         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11424         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11425         * nneething.el (nneething-make-head): Ditto.
11426         * nnfolder.el (nnfolder-request-article)
11427         (nnfolder-retrieve-headers): Ditto.
11428         * nnheader.el (nnheader-file-to-number): Ditto.
11429         * nnkiboze.el (nnkiboze-request-article): Ditto.
11430         * nnmail.el (nnmail-process-unix-mail-format)
11431         (nnmail-process-babyl-mail-format): Ditto.
11432         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11433         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11434         (nnmh-request-create-group, nnmh-request-list-1)
11435         (nnmh-request-group, nnmh-request-article): Ditto.
11436         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11437         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11438         * nnsoup.el (nnsoup-make-active): Ditto.
11439         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11440         * nntp.el (nntp-find-group-and-number)
11441         (nntp-retrieve-headers-with-xover): Ditto.
11442         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11443         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11444         (pgg-format-key-identifier): Ditto.
11445         * pop3.el (pop3-last, pop3-stat): Ditto.
11446         * qp.el (quoted-printable-decode-region): Ditto.
11447
11448         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11449         of concat.
11450
11451 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11452
11453         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11454
11455         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11456
11457         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11458
11459         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11460
11461         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11462
11463         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11464
11465         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11466         (gnus-carpal-mode): Ditto.
11467
11468         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11469         (gnus-browse-mode): Ditto.
11470
11471         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11472
11473         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11474
11475 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11476
11477         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11478
11479 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11480
11481         * gnus-util.el (gnus-run-mode-hooks): New function.
11482
11483         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11484
11485         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11486         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11487
11488 2005-05-27  Lute Kamstra  <lute@gnu.org>
11489
11490         * dns-mode.el (dns-mode): Specify customization group.
11491
11492 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11493
11494         * gnus-agent.el (gnus-agent-make-mode-line-string):
11495         Use mode-line-highlight as mouse-face.
11496
11497 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11498
11499         * canlock.el (canlock): Change the parent group to news.
11500
11501         * deuglify.el (gnus-outlook-deuglify): Add :group.
11502
11503         * dig.el (dig): Add :group.
11504
11505         * dns-mode.el (dns-mode): Add :group.
11506
11507         * encrypt.el (encrypt): Add :group.
11508
11509         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11510         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11511         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11512         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11513         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11514
11515         * gnus-diary.el (gnus-diary): Add :group.
11516
11517         * gnus.el (gnus-group-news-1-face): Add :group.
11518         (gnus-group-news-1-empty-face): Ditto.
11519         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11520         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11521         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11522         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11523         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11524         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11525         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11526         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11527         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11528         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11529         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11530         (gnus-summary-high-ticked-face): Ditto.
11531         (gnus-summary-low-ticked-face): Ditto.
11532         (gnus-summary-normal-ticked-face): Ditto.
11533         (gnus-summary-high-ancient-face): Ditto.
11534         (gnus-summary-low-ancient-face): Ditto.
11535         (gnus-summary-normal-ancient-face): Ditto.
11536         (gnus-summary-high-undownloaded-face): Ditto.
11537         (gnus-summary-low-undownloaded-face): Ditto.
11538         (gnus-summary-normal-undownloaded-face): Ditto.
11539         (gnus-summary-high-unread-face): Ditto.
11540         (gnus-summary-low-unread-face): Ditto.
11541         (gnus-summary-normal-unread-face): Ditto.
11542         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11543         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11544
11545         * hashcash.el (hashcash): New custom group.
11546         (hashcash-default-payment): Add :group.
11547         (hashcash-payment-alist): Ditto.
11548         (hashcash-default-accept-payment): Ditto.
11549         (hashcash-accept-resources): Ditto.
11550         (hashcash-path): Ditto.
11551         (hashcash-extra-generate-parameters): Ditto.
11552         (hashcash-double-spend-database): Ditto.
11553         (hashcash-in-news): Ditto.
11554
11555         * message.el (message-minibuffer-local-map): Add :group.
11556
11557         * netrc.el (netrc): Add :group.
11558
11559         * sieve-manage.el (sieve-manage-log): Add :group.
11560         (sieve-manage-default-user): Diito.
11561         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11562         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11563         (sieve-manage-authenticators): Ditto.
11564         (sieve-manage-authenticator-alist): Ditto.
11565         (sieve-manage-default-port): Ditto.
11566
11567         * sieve-mode.el (sieve-control-commands-face): Add :group.
11568         (sieve-action-commands-face): Ditto.
11569         (sieve-test-commands-face): Ditto.
11570         (sieve-tagged-arguments-face): Ditto.
11571
11572         * smime.el (smime): Add :group.
11573
11574         * spam-report.el (spam-report): Add :group.
11575
11576         * spam.el (spam, spam-face): Add :group.
11577
11578 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11579
11580         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11581         return \n.\n.\n at the end of articles.  Protect against that.
11582         (nntp-with-open-group): Allow debugging.
11583
11584         * nnheader.el (mail-header-set-extra): Make into a function
11585         because I just could't understand how to quote the list properly.
11586
11587         * dns.el (query-dns-cached): New function.
11588
11589 2005-05-26  Lute Kamstra  <lute@gnu.org>
11590
11591         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11592
11593 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11594
11595         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11596
11597         * gnus-art.el: Don't autoload mail-extract-address-components.
11598
11599         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11600         eval-and-compile to evaluate it.
11601
11602         * hashcash.el: Don't autoload executable-find.
11603
11604         * nndb.el: Don't declare the nndb back end two or more times; don't
11605         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11606
11607         * nntp.el: Autoload format-spec instead of format; use
11608         eval-and-compile to evaluate autoload forms.
11609
11610 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11611
11612         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11613
11614 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11615
11616         * gnus.el (gnus-version-number): Bump version.
11617
11618 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11619
11620         * gnus.el: No Gnus v0.3 is released.
11621
11622 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11623
11624         * lpath.el (featurep): Bind show-nonbreak-escape.
11625
11626 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11627
11628         * gnus-art.el (gnus-article-edit-part): Disable undo.
11629
11630 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11631
11632         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11633         gnus-article-date-lapsed-new-header is t if date timer is active;
11634         skip headers in which the original date value is empty.
11635         (gnus-article-save-original-date): Redefine it as a macro.
11636         (gnus-display-mime): Use it.
11637
11638 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11639
11640         * gnus-art.el (article-date-ut): Support converting date in
11641         forwarded parts as well.
11642         (gnus-article-save-original-date): New function.
11643         (gnus-display-mime): Use it.
11644
11645 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11646
11647         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11648         enclosure element of <item>.
11649
11650 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11651
11652         * message.el (message-kill-buffer-query): Renamed from
11653         `message-kill-buffer-query-if-modified'.  Added :version.
11654
11655 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11656
11657         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11658         window layout.
11659
11660 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11661
11662         * mml.el: Autoload dnd when compiling.
11663
11664 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11665
11666         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11667         x-dnd-*.
11668
11669 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11670
11671         * qp.el (quoted-printable-encode-region): Save excursion.
11672
11673 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11674
11675         * message.el (message-kill-buffer-query-if-modified): Add new variable
11676         so the user can kill a modified message buffer quickly.
11677         (message-kill-buffer): Use it.
11678
11679 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11680
11681         * lpath.el: Fbind display-time-event-handler; don't fbind
11682         string-to-multibyte.
11683
11684         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11685
11686 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11689         contained in text because xml.el decodes entities) with LFs.
11690
11691 2005-04-11  Lute Kamstra  <lute@gnu.org>
11692
11693         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11694         differently.
11695
11696 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11697
11698         * mm-util.el (mm-detect-coding-region): Typo.
11699
11700 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11701
11702         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11703
11704 2005-04-06  Deepak Goel  <deego@gnufans.org>
11705
11706         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11707         user-function allow user modifications of the scores.
11708         (spam-stat-score-buffer-user): New function, to allow
11709         user-computed modifications to the score.
11710         (spam-stat-score-buffer-user-functions): List of additional
11711         scoring functions.
11712         (spam-stat-error-holder): Global temporary error holder.
11713         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11714         variable.
11715
11716 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11717
11718         * gnus-registry.el (gnus-registry-clean-empty-function)
11719         (gnus-registry-trim, gnus-registry-fetch-groups)
11720         (gnus-registry-delete-group): Groups that match
11721         `gnus-registry-ignored-groups' are removed from the registry
11722         entries, not just ignored for splitting.  This helps clean up the
11723         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11724         to get all the groups a message ID is in.
11725
11726         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11727         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11728         (spam-stat-score-buffer-user-functions): Add :number custom type.
11729
11730 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11731
11732         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11733         argument in XEmacs.
11734
11735         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11736         (nnrss-request-group): Decode group name first.
11737         (nnrss-request-article): Make a text/plain article if mml-to-mime
11738         failed.
11739         (nnrss-get-encoding): Return a compatible encoding according to
11740         nnrss-compatible-encoding-alist.
11741         (nnrss-find-el): Use consp instead of listp.
11742         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11743
11744 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11745
11746         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11747         which Emacs 20 doesn't support.
11748         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11749
11750 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11751
11752         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11753         silence the byte compiler inside the defun.
11754
11755         * gnus-demon.el (parse-time-string): Add autoload.
11756
11757         * gnus-delay.el (parse-time-string): Add autoload.
11758
11759         * gnus-art.el (parse-time-string): Add autoload.
11760
11761         * nnultimate.el (parse-time): Require for `parse-time-string'.
11762
11763 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11764
11765         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11766
11767         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11768
11769         * smime.el (smime-ldap-host-list): Add :version.
11770
11771 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11772
11773         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11774         pass it to `gnus-browse-read-group'.
11775         (gnus-browse-read-group): Add NUMBER argument and pass it to
11776         `gnus-group-read-ephemeral-group'.
11777
11778         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11779         argument and pass it to `gnus-group-read-group'.
11780
11781 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11782
11783         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11784         mm-xemacs-find-mime-charset-1 if we have the mule feature
11785         available at runtime.
11786
11787 2005-03-25  Werner Lemberg  <wl@gnu.org>
11788
11789         * nnmaildir.el: Replace `illegal' with `invalid'.
11790
11791 2005-03-23  Lute Kamstra  <lute@gnu.org>
11792
11793         * time-date.el: Add comment on time value formats.
11794         Don't require parse-time.
11795         (with-decoded-time-value): New macro.
11796         (encode-time-value): New function.
11797         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11798         (days-to-time): Return a valid time value when arg is huge.
11799         (time-since): Use time-subtract.
11800         (time-to-number-of-days): Use time-to-seconds.
11801
11802 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11803
11804         * gnus-start.el (gnus-display-time-event-handler):
11805         Check display-time-timer at runtime rather than only at load time
11806         in case display-time-mode is turned off in the mean time.
11807
11808 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11809
11810         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11811         used.
11812
11813         * nneething.el (nneething-map-file-directory): Derive from
11814         `gnus-directory'.
11815
11816         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11817         the To/Cc button.
11818
11819 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11820
11821         * nnmaildir.el (nnmaildir-request-accept-article):
11822         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11823
11824 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11825
11826         * gnus-async.el: Require timer-funcs at compile time when in
11827         XEmacs for `run-with-idle-timer'.
11828
11829 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11830
11831         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11832         autoloaded function.
11833
11834 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11835
11836         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11837
11838 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11839
11840         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11841
11842 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11843
11844         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11845         gnus-expert-user to default.
11846
11847 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11848
11849         * nnimap.el (nnimap-open-server): Ditto.
11850
11851         * imap.el (imap-authenticate): Fix typo.
11852
11853 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11854
11855         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11856         buffer (since IMAP server might return FETCH response out of
11857         order, and the nntp buffer must be sorted).
11858
11859 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11860
11861         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11862         comparison on string.
11863
11864         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11865         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11866         (gnus-agent-summary-fetch-series): Modified to protect against
11867         gnus-agent-summary-fetch-group clearing processable flags.
11868         (gnus-agent-synchronize-group-flags): Update live group buffer as
11869         synchronization may occur due to the user toggle the plugged
11870         status.
11871         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11872         successfully downloaded.
11873         (gnus-agent-expire-group-1): Avoid using markers when the overview
11874         is in ascending order; greatly improves performance.
11875         (gnus-agent-regenerate-group): Use
11876         gnus-agent-synchronize-group-flags to reset read status in both
11877         gnus and server.
11878         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11879
11880 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11881
11882         * message.el: Don't autoload former message-utils variables.
11883         (message-strip-subject-trailing-was): Change doc string.
11884
11885         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11886         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11887         (nnweb-google-search): Add "hl=en" here.
11888         (nnweb-google-parse-1, nnweb-google-create-mapping):
11889         Don't hardcode URL.
11890
11891 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11892
11893         * message.el (message-get-reply-headers, message-followup):
11894         Mention related variables `message-use-followup-to' and
11895         `message-use-mail-followup-to', in the information buffer.
11896
11897         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11898         of broken groups(-beta).google.com.
11899
11900 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11901
11902         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11903         parameter to invoked gnus-request-move-article; remove the
11904         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11905         all at once instead of once per article.
11906         (gnus-summary-remove-process-mark): Accept a list of articles as
11907         well as a single article for processing.
11908
11909         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11910         parameter.
11911
11912         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11913
11914         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11915
11916         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11917         parameter.
11918
11919         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11920         parameter.
11921
11922         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11923         parameter and remove the gnus-sum-hint-move-is-internal variable.
11924
11925         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11926         parameter.
11927
11928         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11929         parameter.
11930
11931         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11932         parameter.
11933
11934         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11935
11936         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11937         parameter.
11938
11939         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11940         parameter.
11941
11942 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11943
11944         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11945         a more conservative way.
11946
11947 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11948
11949         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11950         buffer, so it moves the window's cursor.
11951
11952 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11953
11954         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11955         `mm-dissect-multipart' and receive the from field as an (optional)
11956         argument from `mm-dissect-multipart'.
11957         (mm-dissect-multipart): Receive the from field as an argument and
11958         pass it on when we call `mm-dissect-buffer' on MIME parts.
11959         Fixes verification/decryption of signed/encrypted MIME parts.
11960
11961 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11962
11963         * gnus-sum.el (gnus-summary-move-article): Set
11964         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11965         whatever it calls (right now, only nnimap-request-move article
11966         respects it).
11967
11968         * nnimap.el (nnimap-request-move-article): When
11969         gnus-sum-hint-move-is-internal is set, don't do the extra
11970         nnimap-request-article.
11971
11972 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11973
11974         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11975
11976         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11977         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11978
11979         * gnus-sum.el (gnus-summary-caesar-message):
11980         Apply `gnus-treat-article' after rotation.
11981
11982         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11983         doc string.
11984
11985 2005-02-22  Simon Josefsson  <jas@extundo.com>
11986
11987         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11988         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11989         <arne@arnested.dk>.
11990         (encrypt): Add password-cache and password-cache-expiry as group
11991         members.
11992
11993 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11994
11995         * smime.el (smime-ldap-host-list): Doc fix.
11996         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11997         cache) password.
11998         (smime-sign-region): Use it.
11999         (smime-decrypt-region): Use it.
12000         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12001         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12002         fails.
12003         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12004         certificate from DER to PEM format rather than calling openssl.
12005
12006         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12007
12008         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12009         for signing/encryption.
12010
12011         * mml.el (mml-parse-1): Use them.
12012
12013 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12014
12015         * nnrss.el (nnrss-verbose): Removed.
12016         (nnrss-request-group): Use `nnheader-message' instead.
12017
12018 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12019
12020         * nnrss.el (nnrss-verbose): New variable.
12021         (nnrss-request-group): Make it say nnrss is requesting a group.
12022
12023 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12024
12025         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12026         Handle news URL with given port correctly.
12027
12028 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12029
12030         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12031         containing special characters.
12032
12033         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12034
12035         * mml.el (mime-to-mml): Ditto.
12036
12037         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12038         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12039         (rfc2047-decode-region): Quote decoded words containing special
12040         characters when rfc2047-quote-decoded-words-containing-tspecials
12041         is non-nil.
12042
12043 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12044
12045         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12046
12047         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12048
12049 2005-02-15  Simon Josefsson  <jas@extundo.com>
12050
12051         * nnimap.el (nnimap-debug): Doc fix.
12052
12053         * imap.el (imap-debug): Doc fix.
12054
12055 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12058
12059 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12060
12061         * gnus.el (spam-contents): Improve docs for spam-contents
12062         parameter in its variable incarnation.
12063
12064 2005-02-14  Simon Josefsson  <jas@extundo.com>
12065
12066         * smime-ldap.el: Use require instead of load-library for ldap.
12067         (smime-ldap-search): Indent.
12068         (smime-ldap-search-internal): Shorten line.
12069
12070         * smime.el (smime-cert-by-dns): Add doc-string.
12071         (smime-cert-by-ldap-1): Indent.
12072
12073         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12074         mml-smime-get-dns-ldap.
12075         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12076
12077 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12078
12079         * smime.el: Require smime-ldap.
12080         (smime-ldap-host-list): New variable.
12081         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12082
12083         * mml-smime.el (mml-smime-encrypt-query): New function.
12084         (mml-smime-encrypt-query): Use it.
12085
12086         * smime-ldap.el: New file.
12087
12088 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12089
12090         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12091
12092 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12093
12094         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12095         argument in doc string.  Make query for type more clear.
12096
12097 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12098
12099         * gnus.el (gnus-group-startup-message): Search for gnus images in
12100         etc/images/gnus.
12101         * mm-util.el (mm-image-load-path): Likewise.
12102         * smiley.el (smiley-data-directory): Search for smilies in
12103         etc/images/smilies.
12104
12105 2005-02-09  Kim F. Storm  <storm@cua.dk>
12106
12107         Change Emacs release version from 21.4 to 22.1 throughout.
12108         Change Emacs development version from 21.3.50 to 22.0.50.
12109
12110 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12111
12112         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12113
12114         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12115         non-Mule XEmacs as well.
12116         (mm-decompress-buffer): Signal an error intentionally if it does
12117         not decompress compressed data because auto-compression-mode is
12118         disabled.
12119
12120 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12121
12122         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12123         an ID in the registry even if it has no groups.
12124
12125 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12126
12127         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12128         merge it into mm-decompress-buffer.
12129         (gnus-mime-copy-part): Use the MIME part charset, the value which
12130         a user specified or gnus-newsgroup-charset for decoding, like
12131         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12132         save-buffer what was used.  Suggested by Kevin Ryde
12133         <user42@zip.com.au>.
12134         (gnus-mime-inline-part): Allow the name parameter as well as the
12135         filename parameter; force decompressing of compressed data; always
12136         display contents being not decoded as unibyte.
12137
12138         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12139         as well as the filename parameter.
12140
12141         * mm-util.el (mm-decompress-buffer): Merge
12142         gnus-mime-jka-compr-maybe-uncompress.
12143         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12144         of compressed data.
12145
12146 2005-02-08  Simon Josefsson  <jas@extundo.com>
12147
12148         * imap.el (imap-log): Doc fix.
12149
12150 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12151
12152         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12153         the coding cookies; decompress compressed parts.
12154
12155         * mml.el (mml-generate-mime-1): Add the charset parameter according
12156         to the value which a user specified manually or the coding cookie.
12157
12158         * mm-util.el (mm-string-to-multibyte): New function.
12159         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12160         (mm-coding-system-to-mime-charset): New function.
12161         (mm-decompress-buffer): New function.
12162         (mm-find-buffer-file-coding-system): New function.
12163
12164         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12165         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12166         parts.
12167
12168 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12169
12170         * mm-view.el (mm-display-inline-fontify): Decode a part according
12171         to the charset parameter.
12172
12173 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12174
12175         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12176         prefix arg is neither nil nor a number, as info specifies.
12177
12178 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12179
12180         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12181         timestamps.
12182
12183 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12184
12185         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12186         groups error checking and notify user.
12187
12188 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12189
12190         * message.el (message-send-mail-function): Check existence of
12191         sendmail-program first before using default value
12192         `message-send-mail-with-sendmail'.  Otherwise use more generic
12193         `smtpmail-send-it'.
12194
12195 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12196
12197         * nntp.el (nntp-request-update-info): Always return nil.
12198
12199 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12200
12201         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12202
12203 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12204
12205         * message.el (message-beginning-of-line): Change the behavior when
12206         invoked between BOL and : so that it first moves backward.
12207
12208 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12209
12210         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12211         article buffer when editing of the article is discarded.
12212         (gnus-article-prepare): Revert.
12213
12214 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12215
12216         * gnus-art.el (gnus-article-prepare):
12217         Remove message-strip-forbidden-properties from the local hook.
12218
12219 2005-01-27  Simon Josefsson  <jas@extundo.com>
12220
12221         * password.el (password-cache-add): Only start one timer per key.
12222         Reported by Derek Atkins <warlord@MIT.EDU>.
12223
12224 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12225
12226         * run-at-time.el: Removed.  It is no longer needed as
12227         timer-funcs.el in the xemacs-base package has a working version of
12228         `run-at-time'.
12229
12230         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12231
12232         * password.el: Require timer-funcs instead of run-at-time in
12233         XEmacs.
12234         Remove `password-run-at-time' macro.
12235         (password-cache-add): Use `run-at-time' instead of
12236         `password-run-at-time'.
12237
12238         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12239         Remove `nnheader-cancel-function-timers' alias,
12240         `cancel-function-timers' exists in XEmacs in timer-funcs.
12241
12242         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12243         for `run-with-idle-timer'.
12244
12245         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12246         for `run-at-time'.
12247
12248         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12249         for `with-timeout'.
12250
12251         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12252         the same as for XEmacs 21.4.
12253         No need to ignore `run-with-idle-timer', this function exists in
12254         XEmacs now in timer-funcs.el in the xemacs-base package.
12255         (dgnushack-compile): No need to delete
12256         run-at-time.el from the list of files to compile because it
12257         doesn't exist anymore.
12258
12259 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12260
12261         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12262         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12263
12264 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12265
12266         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12267         sensitively.
12268
12269 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12270
12271         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12272
12273 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12274
12275         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12276         which will be inserted according to the multibyteness of a buffer
12277         rather than the type of contents.  Suggested by ARISAWA Akihiro
12278         <ari@mbf.ocn.ne.jp>.
12279
12280         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12281         of string which old xml.el may return rather than a string.
12282
12283 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12284
12285         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12286
12287 2005-01-16  Simon Josefsson  <jas@extundo.com>
12288
12289         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12290         idn/idna.el isn't available.
12291         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12292         <michael@waxrat.com>.
12293
12294         * hashcash.el: Remove non-FSF copyright header.
12295
12296         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12297         (hashcash-generate-payment): Use it.
12298         (hashcash-generate-payment-async): Use it.
12299
12300 2005-01-15  Simon Josefsson  <jas@extundo.com>
12301
12302         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12303         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12304
12305         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12306         gnus-summary-idna-message.
12307         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12308         (gnus-summary-idna-message): New function.
12309
12310 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12311
12312         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12313         gnus-novice-user.
12314
12315 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12316
12317         * nnrss.el (nnrss-request-delete-group): Delete entries in
12318         nnrss-group-alist as well.
12319         (nnrss-save-server-data): Insert newline.
12320
12321 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12322
12323         * gnus.el (gnus-user-agent): Use list of symbols instead of
12324         symbols.  Display full version number for (S)XEmacs.  Optionally
12325         display (S)XEmacs codename.
12326
12327         * gnus-util.el (gnus-emacs-version): Update for new
12328         `gnus-user-agent'.
12329
12330         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12331         Gnus version.
12332
12333 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12334
12335         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12336         which is unreadable in some setups.
12337
12338 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12339
12340         * gnus-spec.el (gnus-update-format-specifications): Flush the
12341         group format spec cache if it doesn't support decoded group names.
12342
12343 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12344
12345         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12346         Allow to apply decay on score files matching a regexp.
12347
12348 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12349
12350         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12351         compatibility in %g and %c.
12352
12353 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12354
12355         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12356         name for only %g and %c.
12357         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12358         of gnus-tmp-group to decoded group name.
12359         (gnus-group-make-rss-group): Exclude `/'s from group names.
12360
12361 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12362
12363         * nnrss.el (nnrss-get-encoding): Fix regexp.
12364
12365 2004-12-27  Simon Josefsson  <jas@extundo.com>
12366
12367         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12368         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12369         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12370
12371 2004-12-17  Kim F. Storm  <storm@cua.dk>
12372
12373         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12374
12375         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12376
12377 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12378
12379         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12380
12381 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12382
12383         * nnrss.el: Require rfc2047 and mml.
12384         (nnrss-file-coding-system): New variable.
12385         (nnrss-format-string): Redefine it as an inline function.
12386         (nnrss-decode-group-name): New function.
12387         (nnrss-string-as-multibyte): Remove.
12388         (nnrss-retrieve-headers): Decode group name; don't use
12389         nnrss-format-string.
12390         (nnrss-request-group): Decode group name.
12391         (nnrss-request-article): Decode group name; allow a Message-ID as
12392         well as an article number; don't use nnrss-format-string; encode a
12393         Message-ID string which may contain non-ASCII characters; use
12394         mml-to-mime to compose a MIME article.
12395         (nnrss-request-expire-articles): Decode group name.
12396         (nnrss-request-delete-group): Decode group name.
12397         (nnrss-fetch): Clarify error message.
12398         (nnrss-read-server-data): Use insert-file-contents instead of load;
12399         bind file-name-coding-system; use multibyte buffer.
12400         (nnrss-save-server-data): Bind coding-system-for-write to the
12401         value of nnrss-file-coding-system; bind file-name-coding-system;
12402         add coding cookie.
12403         (nnrss-read-group-data): Use insert-file-contents instead of load;
12404         bind file-name-coding-system; use multibyte buffer.
12405         (nnrss-save-group-data): Bind coding-system-for-write to the
12406         value of nnrss-file-coding-system; bind file-name-coding-system.
12407         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12408         make it work with non-ASCII text.
12409         (nnrss-find-el): Make it work with old xml.el as well.
12410
12411 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12412
12413         * nnrss.el (nnrss-get-encoding): New function.
12414         (nnrss-fetch): Use unibyte buffer initially; bind
12415         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12416         decode contents according to the encoding attribute.
12417         (nnrss-save-group-data): Add coding cookie.
12418         (nnrss-mime-encode-string): New function.
12419         (nnrss-check-group): Use it to encode subject and author.
12420
12421 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12422
12423         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12424         imaginary variable.
12425
12426 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12427
12428         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12429         correctly even if there are wide characters.
12430
12431 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12432
12433         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12434         downcased symbol names; make a new cache instead of reusing
12435         bbdb-hashtable.
12436
12437 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12438
12439         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12440         concatenating segments rather than before concatenating them.
12441         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12442
12443         * message.el (message-get-reply-headers): Bind `extra'.
12444
12445 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12446
12447         * message.el (message-extra-wide-headers): New variable.
12448         (message-get-reply-headers): Use it.
12449
12450 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12451
12452         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12453         (gnus-agent-group-pathname): Ditto.
12454
12455         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12456
12457         * gnus-group.el (gnus-group-make-group): Decode group name.
12458         (gnus-group-make-rss-group): Register the group data after opening
12459         the nnrss group.
12460
12461 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12462
12463         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12464         by expiry now get marked as read.
12465
12466 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12467
12468         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12469
12470 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12471
12472         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12473         unify Latin characters in XEmacs.
12474         (mm-find-mime-charset-region): Use it.
12475
12476 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12477
12478         * gnus-util.el (gnus-delete-directory): New function.
12479
12480         * gnus-agent.el (gnus-agent-delete-group): Use it.
12481
12482         * gnus-cache.el (gnus-cache-delete-group): Use it.
12483
12484 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12485
12486         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12487         names.
12488
12489 2004-12-16  Simon Josefsson  <jas@extundo.com>
12490
12491         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12492
12493 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12494
12495         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12496
12497         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12498         (gnus-group-set-current-level): Decode group name.
12499
12500 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12501
12502         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12503         failed.
12504
12505 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12506
12507         * gnus-group.el (gnus-group-delete-group): Decode group name.
12508         (gnus-group-make-rss-group): Encode group name.
12509         (gnus-group-catchup-current): Decode group name.
12510         (gnus-group-kill-group): Decode group name.
12511
12512 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12513
12514         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12515
12516 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12517
12518         * gnus-group.el (gnus-group-make-rss-group):
12519         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12520
12521         * gnus-start.el (gnus-setup-news): Honor user's setting to
12522         gnus-message-archive-method.  Suggested by Lute Kamstra
12523         <lute@gnu.org>.
12524
12525 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12526
12527         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12528         global counterparts of the buffer-local variables.
12529
12530 2004-11-16  Romain Francoise  <romain@orebokech.com>
12531
12532         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12533         counterparts of the buffer-local variables.
12534
12535 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12536
12537         * message.el (message-forbidden-properties): Fixed typo in doc
12538         string.
12539
12540 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12541
12542         * gnus-util.el (gnus-replace-in-string): Added doc string.
12543
12544         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12545         to avoid problems when splitting mails with many recipients.
12546
12547 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12548
12549         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12550         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12551
12552 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12553
12554         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12555         if there is no hashtable in memory or file modification time is
12556         newer than cached timestamp.
12557
12558 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12559
12560         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12561         not-matching option.
12562
12563 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12564
12565         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12566         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12567         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12568         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12569         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12570         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12571
12572 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12573
12574         * message.el (message-forward-make-body-mml): Remove headers
12575         according to message-forward-ignored-headers if a message is decoded.
12576
12577 2004-12-02  Romain Francoise  <romain@orebokech.com>
12578
12579         * message.el (message-forward-make-body-plain): Always remove
12580         headers according to message-forward-ignored-headers.
12581
12582 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12583
12584         * spam.el (spam-summary-prepare-exit): Remove the
12585         gnus-summary-limit pop for now, it has problems with ham marks for
12586         me.
12587
12588 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12589
12590         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12591         correctly.
12592
12593 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12594
12595         * format-spec.el (format-spec): Message the char.
12596
12597 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12598
12599         * gnus-art.el (gnus-split-methods): Reformat comments.
12600
12601         * spam.el (spam-summary-prepare-exit): Remove article limits
12602         before exiting the summary buffer.
12603
12604 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12605
12606         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12607         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12608
12609         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12610         order to silence the byte compiler.
12611
12612         * spam.el: Fix the way to silence the byte compiler, which
12613         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12614         bbdb-search-simple, spam-BBDB-register-routine,
12615         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12616         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12617         spam-stat-buffer-is-spam, spam-stat-load,
12618         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12619         spam-stat-save and spam-stat-split-fancy.
12620
12621 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12622
12623         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12624         which may confuse users.
12625         (canlock-password-for-verify): Ditto.
12626
12627         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12628
12629         * gnus-art.el (gnus-emphasis-alist): Ditto.
12630
12631         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12632
12633         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12634
12635         * gnus-start.el (gnus-save-killed-list): Ditto.
12636
12637         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12638         (gnus-sum-thread-tree-root): Ditto.
12639         (gnus-sum-thread-tree-false-root): Ditto.
12640         (gnus-sum-thread-tree-single-indent): Ditto.
12641
12642         * message.el (message-courtesy-message): Ditto.
12643         (message-archive-note): Ditto.
12644         (message-subscribed-address-file): Ditto.
12645         (message-user-fqdn): Ditto.
12646
12647         * spam-report.el (spam-report-gmane-regex): Ditto.
12648
12649         * spam.el (spam-blackhole-good-server-regex): Ditto.
12650
12651 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12652
12653         * mml.el (mml-preview): Widen the message buffer before copying
12654         the contents to the preview buffer; sort headers before previewing.
12655
12656         * message.el (message-hidden-headers): Fix the way to avoid a bug
12657         in the `repeat' widget in Emacs 21.3 or earlier.
12658
12659 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12660
12661         * message.el (message-hidden-headers): Default to "^References:".
12662         Improve customization type.  Suggested by Reiner Steib
12663         <Reiner.Steib@gmx.de>.
12664
12665 2004-11-25  Romain Francoise  <romain@orebokech.com>
12666
12667         * message.el (message-strip-forbidden-properties): Remove check for
12668         obsolete `message-hidden' text property, hidden headers are not
12669         accessible in the buffer anymore.
12670
12671 2004-11-22  Romain Francoise  <romain@orebokech.com>
12672
12673         * message.el (message-header-format-alist): Add `From' in list
12674         so that it can be sorted.
12675         (message-fix-before-sending): Widen and sort headers before
12676         sending.
12677         (message-hide-headers): Use narrowing to hide headers by moving
12678         them to the top of the buffer and narrowing to the region
12679         underneath.
12680
12681 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12682
12683         * message.el (message-strip-forbidden-properties): Bind
12684         buffer-read-only (etc) to nil.
12685
12686 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12687
12688         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12689         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12690
12691 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12692
12693         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12694
12695 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12696
12697         * dns.el (query-dns): Use sit-for to time instead of
12698         accept-process-output, since that doesn't seem to work on udp
12699         sockets.
12700
12701 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12702
12703         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12704
12705 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12706
12707         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12708         doc string.  Improve doc string.
12709
12710 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * nntp.el (nntp-request-update-info): Return nil if
12713         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12714         may not call gnus-activate-group which uselessly issues the GROUP
12715         commands for all nntp groups and wastes time.  Reported by Romain
12716         Francoise <romain@orebokech.com>.
12717
12718         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12719
12720 2004-11-15  Simon Josefsson  <jas@extundo.com>
12721
12722         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12723         headers separately.
12724         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12725         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12726
12727 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12728
12729         * gnus-start.el (gnus-convert-old-newsrc):
12730         Assign legacy-gnus-agent to 5.10.7.
12731
12732 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12733
12734         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12735         start of the lines.
12736
12737 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12738
12739         * hashcash.el (hashcash-default-payment): Change default to 20.
12740         (hashcash-default-accept-payment): Change default to 20.
12741         (hashcash-process-alist): New variable.
12742         (hashcash-generate-payment-async): Add.
12743         (hashcash-already-paid-p): Add.
12744         (hashcash-insert-payment): Don't generate payments twice.
12745         (hashcash-insert-payment-async): Add.
12746         (hashcash-insert-payment-async-2): Add.
12747         (hashcash-cancel-async): Add.
12748         (hashcash-wait-async): Add.
12749         (hashcash-processes-running-p): Add.
12750         (hashcash-wait-or-cancel): Add.
12751         (mail-add-payment): New optional argument.  Conditionally start
12752         asynchronous calculation.
12753         (mail-add-payment-async): Add.
12754
12755         * message.el (message-send-mail): Wait for asynchronous hashcash
12756         results.  Don't clobber existing X-Hashcash headers.
12757         (message-setup-1): Call mail-add-payment-async when
12758         message-generate-hashcash is non-nil.
12759
12760 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12761
12762         * message.el (message-use-alternative-email-as-from): Examine the
12763         From header as well; use message-make-from in order to include a
12764         user's full name.
12765
12766 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12767
12768         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12769         default; improve customization type.
12770         (gnus-emphasis-custom-with-format): New macro.
12771         (gnus-emphasis-custom-value-to-external): New function.
12772         (gnus-emphasis-custom-value-to-internal): New function.
12773
12774 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12775
12776         * dns.el (query-dns): Resolve reverse addresses.
12777
12778 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12779
12780         * gnus-group.el (gnus-group-get-new-news): Use it.
12781
12782         * gnus-start.el (gnus-check-reasonable-setup): New function.
12783
12784 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12785
12786         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12787         "Args out of range" error.  Reported by Arnaud Giersch
12788         <arnaud.giersch@free.fr>.
12789
12790 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12791
12792         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12793
12794 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12795
12796         * spam.el (spam group): Add :version.
12797
12798         * pgg-def.el (pgg group): Add :version.
12799
12800 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12801
12802         * gnus-art.el (gnus-article-edit-article): Don't associate the
12803         article buffer with a draft file.  This is a temporary measure
12804         against the 2004-08-22 change to gnus-article-edit-mode.
12805
12806 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12807
12808         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12809         (html2text-format-tags): Remove unused variable `attr'.
12810
12811 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12812
12813         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12814
12815         * tls.el (tls-process-connection-type, tls-success)
12816         (tls-certtool-program): Add :version.
12817
12818         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12819         (starttls-extra-arguments, starttls-process-connection-type)
12820         (starttls-connect, starttls-failure, starttls-success): Add :version.
12821
12822         * spam-stat.el (spam-stat): Add :version.
12823
12824         * sieve.el (sieve): Add :version.
12825
12826         * sha1.el (sha1): Add :version.
12827         (sha1-use-external): Remove redundant version.
12828
12829         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12830         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12831         (nnmail-split-fancy-match-partial-words)
12832         (nnmail-split-lowercase-expanded): Add :version.
12833
12834         * nndiary.el (nndiary): Add :version.
12835
12836         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12837
12838         * mml-sec.el (mml-default-sign-method)
12839         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12840         Add :version.
12841
12842         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12843
12844         * mm-url.el (mm-url-use-external, mm-url-program)
12845         (mm-url-arguments): Add :version.
12846
12847         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12848         (mm-attachment-file-modes, mm-decrypt-option)
12849         (mm-w3m-safe-url-regexp): Add :version.
12850
12851         * message.el (message-cite-prefix-regexp)
12852         (message-sendmail-envelope-from, message-minibuffer-local-map)
12853         (message-user-fqdn, message-completion-alist): Add :version.
12854
12855         * gnus-win.el (gnus-configure-windows-hook)
12856         (gnus-use-frames-on-any-display): Add :version.
12857
12858         * gnus-art.el (gnus-article-address-banner-alist)
12859         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12860         (gnus-treat-from-picon, gnus-treat-mail-picon)
12861         (gnus-treat-x-pgp-sig): Add :version.
12862
12863         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12864         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12865         (gnus-summary-article-delete-hook)
12866         (gnus-summary-display-while-building): Add :version.
12867
12868         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12869         (gnus-get-top-new-news-hook): Add :version.
12870
12871         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12872         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12873
12874         * gnus-registry.el (gnus-registry): Add :version.
12875
12876         * gnus-spec.el (gnus-use-correct-string-widths)
12877         (gnus-make-format-preserve-properties): Add :version.
12878
12879         * gnus.el (gnus-group-charter-alist)
12880         (gnus-group-fetch-control-use-browse-url)
12881         (gnus-install-group-spam-parameters): Add :version.
12882
12883         * gnus-diary.el (gnus-diary): Add :version.
12884
12885         * gnus-delay.el (gnus-delay): Add :version.
12886
12887         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12888         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12889         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12890         Add :version.
12891
12892         * gnus-agent.el (gnus-agent-max-fetch-size)
12893         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12894         (gnus-agent-prompt-send-queue): Add :version.
12895
12896         * deuglify.el (gnus-outlook-deuglify): Add :version.
12897
12898         * html2text.el: Beautify code.  Improve doc strings.  Some
12899         checkdoc cleanup.
12900         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12901
12902 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12903
12904         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12905
12906 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12907
12908         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12909         when package is loaded.
12910
12911         * spam.el (spam-summary-score-preferred-header): Add global preference
12912         for people who want to override the default SpamAssassin over
12913         Bogofilter preference (when both are set).
12914         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12915         (spam-user-format-function-S): Check
12916         spam-summary-score-preferred-header.
12917         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12918         (spam-user-format-function-S): Format the score correctly.
12919
12920 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12921
12922         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12923         signature file.  Suggested by Manoj Srivastava
12924         <srivasta@golden-gryphon.com>.
12925
12926         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12927         iso-2022-jp even in the Japanese language environment.
12928         Suggested by Jason Rumney <jasonr@gnu.org>.
12929
12930 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12931
12932         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12933         use the same characters as the dummy marks; make it free from
12934         getting affected by the language environment.
12935         (gnus-summary-read-group-1): Update mark positions only when the
12936         format spec is updated.
12937
12938         * gnus-spec.el (gnus-update-format-specifications): Return a list
12939         of updated types.
12940
12941 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12942
12943         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12944         of boundp to check if display-warning is available.
12945
12946 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12947
12948         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12949
12950 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12951
12952         * nnspool.el (nnspool-spool-directory): Use news-path if the
12953         news-directory variable is not bound.
12954
12955         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12956         function instead of display-warning if it is not available.
12957
12958 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12959
12960         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12961         v5-10: Use `point-at-bol'.
12962
12963 2004-10-26  Simon Josefsson  <jas@extundo.com>
12964
12965         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12966         <chenggao@gmail.com>.
12967
12968 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12969
12970         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12971         instead.
12972
12973 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12974
12975         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12976         to remove a server from the nnimap-server-buffer-alist.
12977         (nnimap-open-connection, nnimap-close-server): Use it.
12978
12979         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12980
12981 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12982
12983         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12984         running the major-mode function.
12985
12986 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12987
12988         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12989         dummy marks in the right way.
12990
12991 2004-10-18  David Edmondson  <dme@dme.org>
12992
12993         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12994         excessively.
12995
12996 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12997
12998         * gnus-util.el (gnus-split-references): Accept a nil references
12999         string and go on blissfully.
13000
13001         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13002         cases where the references string is non-nil but has no references.
13003
13004         * encrypt.el: Add autoload tags.
13005
13006         * spam.el (spam-resolve-registrations-routine): Remove article
13007         from unregistration list too.  Reported by David Hanak
13008         <dhanak@isis.vanderbilt.edu>
13009
13010 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13011
13012         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13013         nil.  Changed custom type.
13014
13015 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13016
13017         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13018
13019         * gnus-sum.el (gnus-summary-move-article): Use it.
13020
13021 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13022
13023         * encrypt.el: Add autoload cookies.
13024
13025         * spam.el (spam-backend-article-list-property)
13026         (spam-backend-get-article-todo-list)
13027         (spam-backend-put-article-todo-list)
13028         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13029         Resolve registrations separately.
13030         (spam-register-routine): Format comments.
13031         (spam-unregister-routine, spam-register-routine): Always call with
13032         specific-articles, no default list.
13033         (spam-summary-prepare-exit): Use the spam-classifications function.
13034
13035         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13036         gnus-encrypt.el.
13037
13038         * encrypt.el: Copied from gnus-encrypt.el.
13039
13040         * gnus-encrypt.el: Commented that it's obsolete.
13041
13042 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13043
13044         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13045         (gnus-score-save): Use it.
13046
13047         * message.el (message-bury): Use `window-dedicated-p'.
13048
13049 2004-10-15  Simon Josefsson  <jas@extundo.com>
13050
13051         * pop3.el (top-level): Don't require nnheader.
13052         (pop3-read-timeout): Add.
13053         (pop3-accept-process-output): Add.
13054         (pop3-read-response, pop3-retr): Use it.
13055
13056 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13057
13058         * spam.el (spam-register-routine): Move comment.
13059         (spam-verify-bogofilter): Use 'unknown for the initial
13060         spam-bogofilter-valid state, not 'never.
13061
13062         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13063         for netrc-machine.
13064
13065         * nnimap.el (nnimap-open-connection): Use
13066         netrc-machine-user-or-password.
13067
13068 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13069
13070         * gnus-registry.el (gnus-registry-unload-hook):
13071         Set as a variable with add-hook.
13072
13073         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13074         of news-path.
13075
13076         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13077
13078         * spam.el: Delete duplicate `provide'.
13079         (spam-unload-hook): Set as a variable with add-hook.
13080
13081 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13082
13083         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13084         in the doc string.
13085
13086         * message.el (message-ignored-news-headers)
13087         (message-ignored-supersedes-headers)
13088         (message-ignored-resent-headers)
13089         (message-forward-ignored-headers): Improve custom type.
13090
13091 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13092
13093         * message.el (message-tokenize-header): Fix 2004-09-06 change
13094         which used point-min in the wrong place.
13095
13096 2004-10-12  Simon Josefsson  <jas@extundo.com>
13097
13098         * tls.el (tls-certtool-program): New variable.
13099         (tls-certificate-information): New function, based on
13100         ssl-certificate-information.
13101
13102 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13103
13104         * compface.el: Move the version of ELisp-based uncompface program
13105         to the contrib directory because of the copyright problem.
13106
13107 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13108
13109         * message.el (message-kill-buffer): Raise the current frame.
13110
13111 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13112
13113         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13114
13115         * gnus.el (message-y-or-n-p): Autoload.
13116
13117         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13118         (pop3-password-required, pop3-authentication-scheme)
13119         (pop3-leave-mail-on-server): Made customizable.
13120         (pop3): New custom group.
13121         (pop3-retr): Remove `sleep-for' statements.
13122         Suggested by Dave Love <fx@gnu.org>.
13123
13124         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13125         Windows/DOS.
13126
13127         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13128         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13129         Dave Love <fx@gnu.org>.
13130
13131         * mml.el (mml-minibuffer-read-disposition): Require match.
13132         Suggested by Dave Love <fx@gnu.org>.
13133
13134 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13135
13136         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13137         doc string.
13138
13139 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13140
13141         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13142
13143 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13144
13145         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13146         instead of calling `mm-insert-inline', to decode text/* parts
13147         before displaying them.
13148
13149 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13150
13151         * mm-uu.el (mm-uu-text-plain-type): New variable.
13152         (mm-uu-pgp-signed-extract-1): Use it.
13153         (mm-uu-pgp-encrypted-extract-1): Use it.
13154         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13155         bind mm-uu-text-plain-type with that value.
13156         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13157         mm-uu-dissect.
13158
13159 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13160
13161         * gnus-group.el (gnus-update-group-mark-positions):
13162         * gnus-sum.el (gnus-update-summary-mark-positions):
13163         * message.el (message-check-news-body-syntax):
13164         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13165         of string-as-multibyte.
13166
13167 2004-10-05  Juri Linkov  <juri@jurta.org>
13168
13169         * gnus-group.el (gnus-update-group-mark-positions):
13170         * gnus-sum.el (gnus-update-summary-mark-positions):
13171         * message.el (message-check-news-body-syntax):
13172         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13173         8-bit unibyte values to a multibyte string for search functions.
13174
13175 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13176
13177         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13178         (mm-uu-dissect-text-parts): New function.
13179
13180         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13181         dissect text parts.
13182
13183         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13184         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13185
13186         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13187
13188         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13189         gnus-current-topics instead of gnus-current-topic.
13190
13191 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13192
13193         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13194
13195 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13196
13197         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13198         where approriate.
13199
13200         * nnml.el (nnml-generate-active-info): do.
13201
13202         * nndiary.el (nndiary-generate-active-info): do.
13203
13204         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13205         (gnus-topic-move): do.
13206
13207         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13208         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13209
13210         * gnus-srvr.el (gnus-server-prepare)
13211         (gnus-server-open-all-servers): do.
13212
13213         * gnus-msg.el (gnus-summary-cancel-article)
13214         (gnus-summary-resend-message)
13215         (gnus-summary-mail-crosspost-complaint): do.
13216
13217         * gnus-move.el (gnus-change-server): do.
13218
13219         * gnus-group.el (gnus-group-unmark-all-groups)
13220         (gnus-group-set-current-level): do.
13221
13222 2004-10-04  Simon Josefsson  <jas@extundo.com>
13223
13224         * message.el (message-generate-hashcash): Doc fix.
13225
13226 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13227
13228         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13229         avoid infinite recursion via gnus-get-function.
13230
13231 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13232
13233         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13234
13235         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13236
13237         * nnmail.el (nnmail-split-history): do.
13238
13239         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13240         (nnml-request-delete-group): do.
13241
13242         * nnslashdot.el (nnslashdot-read-groups): do.
13243
13244         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13245         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13246
13247         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13248         (nnspool-sift-nov-with-sed): Use last.
13249         (nnspool-retrieve-headers-with-nov): Use mapc.
13250         (nnspool-request-newgroups): Use dolist.
13251         (nnspool-request-group): Use last.
13252
13253         * nntp.el (nntp-read-server-type): Use dolist.
13254
13255         * nnvirtual.el (nnvirtual-create-mapping)
13256         (nnvirtual-update-read-and-marked): Use dolist.
13257         (nnvirtual-convert-headers): Simplify.
13258
13259 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13260
13261         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13262         support for sync'ing tick marks.
13263
13264 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13265
13266         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13267         there's no visible header.
13268
13269 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13270
13271         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13272         necessary, pass full group name to gnus-request-set-marks.
13273
13274 2004-10-01  Simon Josefsson  <jas@extundo.com>
13275
13276         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13277         acroread.
13278
13279 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13280
13281         * spam-report.el (spam-report-gmane): Fix interactive.
13282
13283         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13284
13285         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13286         when writing file.
13287         (gnus-agent-synchronize-flags): Don't default to being
13288         interactive.
13289
13290 2004-09-30  Simon Josefsson  <jas@extundo.com>
13291
13292         * message.el (message-generate-hashcash): Add.
13293         (message-send-mail): Use it, call mail-add-payment.
13294
13295 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13296
13297         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13298
13299 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13300
13301         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13302         gnus-requst-update-info with explicit code to sync the in-memory
13303         info read flags with the marks being sync'd to the backend.
13304
13305         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13306
13307 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13308
13309         * spam.el (spam-verify-bogofilter): Add new function.
13310         (spam-check-bogofilter)
13311         (spam-bogofilter-register-with-bogofilter): Use it.
13312         (spam-verify-bogofilter): Add small fixes.
13313
13314 2004-09-28  Simon Josefsson  <jas@extundo.com>
13315
13316         * hashcash.el (hashcash-generate-payment): Revert.
13317
13318 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13319
13320         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13321         gnus-extract-references instead of gnus-split-references.
13322
13323         * gnus-util.el (gnus-extract-references): Add new function, analogous
13324         to gnus-split-references but extracts only the message-ID without
13325         anything extra.
13326
13327         * hashcash.el (hashcash-generate-payment)
13328         (hashcash-check-payment): Do the right thing if hashcash-path is
13329         nil (because the hashcash program could not be found).
13330
13331         * spam.el (spam-use-hashcash): Remove comment.
13332
13333 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13334
13335         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13336         (gnus-cache-enter-article, gnus-cache-remove-article)
13337         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13338
13339         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13340
13341         * gnus-art.el (article-hide-boring-headers)
13342         (article-translate-strings, article-display-face)
13343         (gnus-article-mime-match-handle-first)
13344         (gnus-article-highlight-headers)
13345         (gnus-article-add-buttons-to-head): do.
13346
13347 2004-09-27  Simon Josefsson  <jas@extundo.com>
13348
13349         * hashcash.el: New version, from
13350         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13351         ../contrib/.
13352
13353 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13354
13355         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13356
13357 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13358
13359         * gnus-dup.el (gnus-dup-open): Use mapc.
13360         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13361
13362         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13363         Reported by Stefan Wiens <s.wi@gmx.net>.
13364
13365         * gnus.el (gnus-shutdown): Use dolist.
13366
13367         * gnus-undo.el (gnus-undo): Use mapc.
13368
13369         * nnrss.el (nnrss-generate-active): do.
13370
13371         * message.el (message-cite-original-without-signature)
13372         (message-cite-original): Use mapc.
13373         (message-do-actions, message-make-forward-subject): Use dolist.
13374
13375 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13376
13377         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13378         deletion to remove entire duplicate line.  Fixes merged article
13379         number bug.
13380
13381 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13382
13383         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13384         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13385         first ask if you want to open a server and then, even when you
13386         responded with no, asking if you want to synchronize the server's
13387         flags.
13388         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13389         multi-line expressions.
13390         (gnus-agent-synchronize-group-flags): New internal function.
13391         Updates marks in memory (in the info structure) AND in the
13392         backend.
13393
13394         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13395
13396         * nnagent.el (nnagent-request-set-mark): Use
13397         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13398         method, to ensure that synchronization updates marks in the
13399         backend and in the info (in memory) structure.
13400
13401 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13402
13403         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13404         convention fully; don't miss the root article of a thread; make
13405         the X-Draft-From header with correct article numbers.
13406
13407 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13408
13409         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13410         unless plugged.  Disable the agent so that an open failure causes
13411         an error.
13412
13413         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13414         Reverted 2004-09-21 change.  The backend must be opened while
13415         synchronizing flags even when the backend stores the flags
13416         locally.
13417
13418 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13419
13420         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13421         in `header' match.  Reported by Svend Tollak Munkejord.
13422
13423         * message.el (message-cite-original): Fix use of
13424         `message-cite-articles-with-x-no-archive'.
13425
13426 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13427
13428         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13429         (gnus-window-to-buffer): Ditto.
13430
13431         * mml.el (mml-preview-buffer): New variable.
13432         (mml-preview): Manage window layout with gnus-buffer-configuration.
13433
13434         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13435         X-Draft-From header even if those articles aren't quoted.
13436
13437 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13438
13439         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13440         (gnus-request-set-mark, gnus-request-update-mark): Use new
13441         g-s-t-u-l-m to decide to use backend even when unplugged.
13442
13443 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13444
13445         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13446         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13447
13448 2004-09-20  Simon Josefsson  <jas@extundo.com>
13449
13450         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13451         "utf-16-le".
13452
13453 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13454
13455         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13456
13457 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13458
13459         * uudecode.el (uudecode-use-external): Add :version.
13460
13461         * smime.el (smime-CA-file, smime-encrypt-cipher)
13462         (smime-dns-server): Add :version.
13463
13464         * smiley.el (gnus-smiley-file-types): Add :version.
13465
13466         * sha1.el (sha1-use-external): Add :version.
13467
13468         * pgg-def.el (pgg-query-keyserver): Add :version.
13469
13470         * nnmail.el (nnmail-fancy-expiry-targets)
13471         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13472         Add :version.
13473
13474         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13475         (nnimap-retrieve-groups-asynchronous): Add :version.
13476         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13477
13478         * mml.el (mml-content-disposition-parameters)
13479         (mml-insert-mime-headers-always): Add :version.
13480
13481         * mm-util.el (mm-coding-system-priorities): Add :version.
13482
13483         * mm-decode.el (mm-inline-text-html-with-images)
13484         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13485         (mm-verify-option): Add :version.
13486         (mm-text-html-renderer): Change :version.
13487
13488         * message.el (message-fcc-externalize-attachments)
13489         (message-required-headers, message-draft-headers)
13490         (message-subject-trailing-was-query)
13491         (message-subject-trailing-was-ask-regexp)
13492         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13493         (message-mark-insert-end, message-archive-header)
13494         (message-archive-note, message-cross-post-default)
13495         (message-cross-post-note, message-followup-to-note)
13496         (message-cross-post-note-function, message-use-mail-followup-to)
13497         (message-subscribed-address-functions)
13498         (message-subscribed-address-file, message-subscribed-addresses)
13499         (message-subscribed-regexps, message-allow-no-recipients)
13500         (message-yank-cited-prefix, message-signature-insert-empty-line)
13501         (message-hidden-headers, message-hierarchical-addresses)
13502         (message-mail-user-agent, message-use-idna)
13503         (message-valid-fqdn-regexp)
13504         (message-strip-special-text-properties, message-header-synonyms)
13505         (message-beginning-of-line, message-tab-body-function): Add :version.
13506         (message-insert-canlock, message-wide-reply-confirm-recipients):
13507         Change :version.
13508
13509         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13510         and :version.
13511         (mail-source-delete-old-incoming-confirm)
13512         (mail-source-movemail-program): Add :version.
13513
13514         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13515         (gnus-agent-cache, gnus-agent): Change :version.
13516
13517         * gnus-util.el (gnus-use-byte-compile): Change :version.
13518
13519         * gnus-sum.el (gnus-summary-make-false-root-always)
13520         (gnus-summary-default-high-score)
13521         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13522         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13523         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13524         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13525         (gnus-sum-thread-tree-single-indent)
13526         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13527         (gnus-sum-thread-tree-leaf-with-other)
13528         (gnus-sum-thread-tree-single-leaf): Add :version.
13529         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13530         (gnus-article-loose-mime): Change :version.
13531
13532         * gnus-start.el (gnus-backup-startup-file)
13533         (gnus-save-startup-file-via-temp-buffer): Add :version.
13534
13535         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13536         (gnus-server-offline-face): Add :version.
13537
13538         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13539
13540         * gnus-msg.el (gnus-gcc-externalize-attachments)
13541         (gnus-debug-files, gnus-debug-exclude-variables)
13542         (gnus-discouraged-post-methods): Change :version.
13543         (gnus-confirm-mail-reply-to-news)
13544         (gnus-confirm-treat-mail-like-news): Add :version.
13545
13546         * gnus-int.el (gnus-server-unopen-status): Add :version.
13547
13548         * gnus-group.el (gnus-group-jump-to-group-prompt)
13549         (gnus-large-ephemeral-newsgroup)
13550         (gnus-fetch-old-ephemeral-headers): Add :version.
13551
13552         * gnus-fun.el (gnus-x-face-directory)
13553         (gnus-convert-pbm-to-x-face-command)
13554         (gnus-convert-image-to-x-face-command)
13555         (gnus-convert-image-to-face-command): Add :version.
13556
13557         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13558
13559         * gnus-cite.el (gnus-cite-blank-line-after-header)
13560         (gnus-article-boring-faces): Add :version.
13561
13562         * gnus-art.el (gnus-buttonized-mime-types)
13563         (gnus-inhibit-mime-unbuttonizing)
13564         (gnus-treat-display-face)
13565         (gnus-treat-body-boundary): Change :version.
13566         (gnus-body-boundary-delimiter, gnus-picon-databases)
13567         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13568         (gnus-treat-date-english, gnus-treat-fold-headers)
13569         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13570         (gnus-treat-mail-picon, gnus-treat-wash-html)
13571         (gnus-article-encrypt-protocol)
13572         (gnus-use-idna, gnus-article-over-scroll)
13573         (gnus-mime-display-multipart-alternative-as-mixed)
13574         (gnus-mime-display-multipart-related-as-mixed)
13575         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13576         (gnus-ctan-url, gnus-button-ctan-handler)
13577         (gnus-button-handle-ctan-bogus-regexp)
13578         (gnus-button-ctan-directory-regexp)
13579         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13580         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13581         (gnus-button-man-level, gnus-button-emacs-level)
13582         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13583
13584         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13585         (gnus-agent-go-online): Change :version.
13586         (gnus-agent-expire-unagentized-dirs)
13587         (gnus-agent-auto-agentize-methods): Add :version.
13588
13589         * flow-fill.el (fill-flowed-display-column)
13590         (fill-flowed-encode-column): Add :version.
13591
13592         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13593         (gnus-outlook-deuglify-unwrap-max)
13594         (gnus-outlook-deuglify-cite-marks)
13595         (gnus-outlook-deuglify-unwrap-stop-chars)
13596         (gnus-outlook-deuglify-no-wrap-chars)
13597         (gnus-outlook-deuglify-attrib-cut-regexp)
13598         (gnus-outlook-deuglify-attrib-verb-regexp)
13599         (gnus-outlook-deuglify-attrib-end-regexp)
13600         (gnus-outlook-display-hook): Add :version.
13601
13602         * binhex.el (binhex-use-external): Add :version.
13603
13604 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13605
13606         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13607         and `invisible'.
13608
13609 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13610
13611         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13612         in gnus-registry-trim.
13613
13614 2004-09-13  Simon Josefsson  <jas@extundo.com>
13615
13616         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13617
13618         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13619
13620         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13621         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13622         <yamaoka@jpl.org>.
13623         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13624         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13625         <yamaoka@jpl.org>.
13626
13627         * sieve.el (sieve-manage-mode): Ditto.
13628
13629 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13630
13631         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13632
13633 2004-09-11  Simon Josefsson  <jas@extundo.com>
13634
13635         * dns-mode.el: Add.
13636
13637         * mm-view.el (mm-display-dns-inline): Add.
13638
13639         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13640         (mm-automatic-display): Ditto.
13641
13642         * mailcap.el (mailcap-mime-data): Add text/dns.
13643         (mailcap-mime-extensions): Map .soa to text/dns.
13644
13645 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13646
13647         * gnus-art.el (article-decode-mime-words, article-babel)
13648         (gnus-article-highlight-signature, gnus-article-add-buttons)
13649         (gnus-signature-toggle): Remove unnecessary bindings of
13650         `inhibit-read-only' inherited from v5.10 merge.
13651
13652 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13653
13654         * nntp.el (nntp): New customization group.
13655         (nntp-authinfo-file): Add customization group.
13656
13657         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13658
13659         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13660
13661         * gnus.el (to-address, to-list, subscribed)
13662         (large-newsgroup-initial): Ditto.
13663
13664         * flow-fill.el (fill-flowed-display-column)
13665         (fill-flowed-encode-column): Ditto.
13666
13667 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13668
13669         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13670         Use point-min rather than 1.
13671         (message-send-mail): Use buffer-size rather than point-max.
13672
13673         * gnus-sum.el (gnus-summary-search-article-forward):
13674         Signal a specific `search-failed' rather than a generic `error'.
13675
13676         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13677         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13678         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13679
13680 2004-09-10  Simon Josefsson  <jas@extundo.com>
13681
13682         * nndb.el (require): Remove tcp and duplicate cl.
13683
13684 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13685
13686         * gnus-agent.el (directory-files-and-attributes): Move forward.
13687
13688 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13689
13690         * gnus-agent.el (directory-files-and-attributes): Optionally
13691         defined to support XEmacs.
13692
13693 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13694
13695         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13696         to avoid run-time CL dependencies.
13697         (gnus-agent-unfetch-articles): New function.
13698         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13699         article numbers even when local .overview file is missing.
13700         (gnus-agent-read-article-number): New function.  Only accepts
13701         27-bit article numbers.
13702         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13703         gnus-agent-read-article-number.
13704         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13705         from backend while recognizing that article numbers in .overview
13706         must be valid.
13707         (gnus-agent-update-files-total-fetched-for): Use
13708         directory-files-and-attributes to improve performance.
13709         * gnus-int.el (gnus-request-move-article): Use
13710         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13711         improve performance.
13712
13713         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13714         some users confused by references to .newsrc when they only have a
13715         .newsrc.eld file.
13716         (gnus-convert-mark-converter-prompt)
13717         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13718         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13719         New function.  Used internally to only display 'gnus converting
13720         files' message when actually necessary.
13721
13722         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13723         methods now autoloaded.
13724
13725 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13726
13727         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13728         identifiers.
13729
13730 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13731
13732         * gnus-picon.el: Fix indentation and closing parenthesis.
13733
13734 2004-09-01  Simon Josefsson  <jas@extundo.com>
13735
13736         * message.el (message-canlock-generate): Require sha1, not
13737         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13738         to require within a function.  Sadly, if sha1.el isn't loaded, the
13739         let binding in m-c-g will hide the defcustom definition, which is
13740         bad.)
13741
13742         * canlock.el: Require sha1, not sha1-el.
13743
13744         * message.el: Don't autoload sha1 (there is a autoload cookie in
13745         sha1.el).
13746
13747         * sha1-el.el: Renamed to sha1.el.
13748
13749 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13750
13751         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13752
13753 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13754
13755         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13756
13757 2004-08-30  Kim F. Storm  <storm@cua.dk>
13758
13759         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13760
13761         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13762         Add :group 'nnimap.
13763
13764 2004-08-30  Andreas Schwab  <schwab@suse.de>
13765
13766         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13767         ?* and ?\;.
13768
13769         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13770         and ?\' to symbol instead of whitespace.
13771
13772 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13773
13774         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13775
13776         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13777         instead of re-search-forward.
13778
13779         * gnus-uu.el (gnus-uu-save-article): Ditto.
13780         (gnus-uu-post-encode-uuencode): Ditto.
13781
13782         * html2text.el (html2text-clean-list-items): Ditto.
13783         (html2text-clean-dtdd): Ditto.
13784         (html2text-format-tags): Ditto.
13785
13786         * message.el (message-send-mail-with-sendmail): Fix regexp.
13787         (message-fill-field-general): Use search-forward instead of
13788         re-search-forward.
13789         (unbold-region): Ditto.
13790
13791         * nnrss.el (nnrss-request-article): Ditto.
13792
13793         * nnslashdot.el (nnslashdot-request-article): Ditto.
13794
13795         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13796
13797         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13798         "Unrecognized menu descriptor" error in XEmacs.
13799
13800 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13801
13802         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13803         parent article of a sparse article in the thread hashtb.
13804
13805 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13806
13807         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13808         (nnmail-expand-newtext): Lowercase expanded entries if
13809         nnmail-split-lowercase-expanded is non-nil.
13810
13811 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13812
13813         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13814
13815         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13816         of gnus-tmp-news-method into string under XEmacs.  It will be
13817         passed to gnus-correct-length which takes only a string argument.
13818
13819 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13820
13821         * gnus-util.el (gnus-bind-print-variables): New macro.
13822         (gnus-prin1): Use it.
13823         (gnus-prin1-to-string): Use it.
13824         (gnus-pp): New function.
13825         (gnus-pp-to-string): New function.
13826
13827         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13828         Replace pp-to-string with gnus-pp-to-string.
13829         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13830         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13831         * gnus-msg.el (gnus-debug): Ditto.
13832         * gnus-score.el (gnus-score-save): Ditto.
13833         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13834         gnus-pp-to-string.
13835         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13836         with gnus-pp.
13837         * score-mode.el (gnus-score-pretty-print): Ditto.
13838         * webmail.el (webmail-debug): Ditto.
13839
13840 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13841
13842         * gnus-art.el (article-display-face, article-display-x-face):
13843         Use buffer-read-only.
13844
13845 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * gnus-art.el (article-hide-list-identifiers):
13848         Bind inhibit-read-only as t.
13849
13850 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13851
13852         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13853
13854 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13855
13856         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13857         (gnus-narrow-to-page): Don't assume point-min == 1.
13858         (gnus-article-edit-mode): Derive from message-mode.
13859
13860         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13861         point-min == 1.
13862
13863         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13864         Disable incorrect use of `assert'.
13865
13866         * message.el (message-mode): Set comment-start-skip.
13867
13868
13869 2004-08-22  Sam Steingold  <sds@gnu.org>
13870
13871         * pop3.el (pop3-leave-mail-on-server): New user variable.
13872         (pop3-movemail): Delete mail only when it is nil.
13873
13874 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13875
13876         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13877
13878         * mml.el (mml-preview): Use `pop-to-buffer'.
13879
13880         * message.el (message-goto-mail-followup-to): Insert after "To".
13881         (message-carefully-insert-headers): Add comment.
13882
13883         * gnus.el: Remove unused variable `gnus-article-check-size'.
13884
13885         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13886
13887         * gnus-art.el (gnus-button-alist): Improve
13888         `gnus-button-handle-library' entry.
13889
13890 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13891
13892         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13893         downcase, since XEmacs capitalizes error messages differently.
13894
13895 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13896
13897         * nntp.el: Add (require 'gnus) due to reference to
13898         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13899
13900 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13901
13902         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13903         `mm-fill-flowed'.
13904
13905         * mm-decode.el (mm-dissect-singlepart): Check it.
13906
13907 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13908
13909         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13910         'imap' for netrc parsing.
13911
13912 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13913
13914         * mailcap.el (mailcap-mime-data): Mark as risky.
13915
13916 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13917
13918         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13919         may be included in the encoded word.
13920         (rfc2047-encode): Don't append a space if the encoded word
13921         includes close parenthesis.
13922
13923 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13924
13925         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13926         of text within parentheses.
13927
13928 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13929
13930         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13931         (gnus-encrypt-write-file-contents): Make the password key the file
13932         name PLUS the cipher, not just the cipher.  Also remove failed
13933         passwords from the cache.
13934
13935 2004-08-06  Simon Josefsson  <jas@extundo.com>
13936
13937         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13938         fix.
13939
13940 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13941
13942         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13943         LWSP.
13944
13945 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13946
13947         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13948         to append in-reply-to: data to the references: header.
13949
13950         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13951         (netrc-parse): Use gnus-encrypt.el functions.
13952
13953         * gnus-encrypt.el: Add new file for encryption support; currently
13954         does only a few GPG ciphers and an internal XOR cipher.
13955
13956         * password.el: Add comments on using password-read-and-add.
13957         (password-read-and-add): Add function to read and add the
13958         password to the cache at once.
13959
13960 2004-07-28  Simon Josefsson  <jas@extundo.com>
13961
13962         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13963         parameter (but don't use it, for now).
13964
13965         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13966         instead of hard coding to nil.
13967
13968 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13969
13970         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13971         as mm-inline-image-xemacs does.
13972
13973 2004-07-26  Simon Josefsson  <jas@extundo.com>
13974
13975         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13976         Revert part of 2004-07-17 change below.
13977
13978 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13979
13980         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13981         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13982
13983 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13984
13985         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13986         quotes that actually start with ">" at the beginning of the
13987         lines.
13988
13989 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13990
13991         * rfc2047.el (rfc2047-encode-region): Fix last change.
13992         (rfc2047-encode-parameter): Remove useless concat.
13993
13994 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13995
13996         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13997         encode special characters; fix some kind of misconfigured headers;
13998         signal a real error if debug-on-quit or debug-on-error is non-nil.
13999         (rfc2047-encode-max-chars): New variable.
14000         (rfc2047-encode-1): Use it.
14001         (rfc2047-encode-parameter): New function.
14002
14003         * mml.el (mml-insert-parameter): Remove an excessive space.
14004
14005 2004-07-17  Simon Josefsson  <jas@extundo.com>
14006
14007         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14008         Kai Grossjohann <kai@emptydomain.de>.
14009         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14010         (gnus-group-make-menu-bar): Ditto.
14011
14012         * gnus-util.el (gnus-group-server): Add.
14013
14014 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14015
14016         * message.el (message-clone-locals): Clone sendmail and smtp
14017         variables.
14018
14019 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14020
14021         * rfc2047.el (rfc2047-encode-region): Fix last change.
14022
14023 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14024
14025         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14026         characters as non-special.
14027
14028 2004-07-09  Simon Josefsson  <jas@extundo.com>
14029
14030         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14031         Users will lose all flag changes made while unplugged with
14032         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14033         good default.  See numerous reports on ding mailing list.
14034
14035 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14036
14037         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14038         add generate-head-function and generate-article-function to the
14039         rfc822-forward entry.
14040         (nndoc-rfc822-forward-generate-article): New function.
14041         (nndoc-rfc822-forward-generate-head): New function.
14042
14043         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14044
14045 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14046
14047         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14048         respect display group parameter and gnus-summary-expunge-below.
14049         (gnus-articles-to-read): Remove unused reference to display group
14050         parameter.
14051
14052 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14053
14054         * nnheader.el (nnheader-uniquify-message-id): New experimental
14055         variable.
14056         (nnheader-nov-read-message-id): Use it.
14057
14058         * spam-report.el (spam-report-gmane): Add interactive.
14059
14060 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14061
14062         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14063         qp-or-base64 for the application/* types.
14064
14065 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14066
14067         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14068
14069 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14070
14071         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14072         trim value.
14073
14074 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14075
14076         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14077         New macro and function.
14078         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14079
14080 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14081
14082         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14083         after-load-alist.
14084
14085 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14086
14087         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14088         update info that isn't there.
14089
14090 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14091
14092         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14093         entry.
14094
14095 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14096
14097         * mm-view.el (mm-inline-render-with-function): Use multibyte
14098         buffer; decode html source by charset.
14099
14100         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14101
14102         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14103         Mule-UCS is loaded under XEmacs.
14104         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14105
14106 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14107
14108         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14109
14110 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14111
14112         * mm-util.el (mm-coding-system-p): Return a coding-system.
14113         (mm-mime-mule-charset-alist): Use shift_jis instead of
14114         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14115         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14116         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14117         instead of japanese-shift-jis and iso-latin-1 respectively in
14118         order to share the default value with both Emacs and XEmacs-mule.
14119         (mm-mule-charset-to-mime-charset): Make
14120         mm-coding-system-priorities effective.
14121         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14122         while predicating of candidates upon the priorities.
14123
14124 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14125
14126         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14127         gnus-uu-invert-processable.
14128
14129         * gnus.el: Autoload gnus-uu-invert-processable.
14130
14131 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14132
14133         * mm-util.el (mm-with-multibyte-buffer): New macro.
14134
14135         * rfc2047.el (rfc2047-encode-string): Use it.
14136         (rfc2047-encode-region): Move point to the end of the region after
14137         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14138
14139 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14140
14141         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14142         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14143
14144 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14145
14146         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14147         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14148         Karl Chen <quarl@nospam.quarl.org>.
14149
14150 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14151
14152         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14153         invalid addresses.
14154
14155 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14156
14157         * spam.el: Change section markers, revise TODO list.
14158         (spam-backends): Make new master list of all installed backends.
14159         (spam-summary-exit-behavior): Add new variable to determine how
14160         messages moves are done at summary exit.
14161         (spam-move-spam-nonspam-groups-only)
14162         (spam-process-ham-in-nonham-groups)
14163         (spam-process-ham-in-spam-groups): Remove variables, the
14164         spam-summary-exit-behavior variable should be used to manage this
14165         behavior.
14166         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14167         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14168         and spam-old-spam-articles.
14169         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14170         Add empty variables, placeholders for the backends they represent.
14171         (spam-set-difference): Move, unchanged.
14172         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14173         unless the user has a processor variable.
14174         (spam-classifications, spam-classification-valid-p)
14175         (spam-backend-properties, spam-backend-property-valid-p)
14176         (spam-backend-function-type-valid-p)
14177         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14178         (spam-report-articles-gmane, spam-report-articles-resend):
14179         Remove functions, they are not needed.
14180         (spam-install-backend-super, spam-backend-list)
14181         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14182         (spam-backend-function, spam-backend-ham-registration-function)
14183         (spam-backend-spam-registration-function)
14184         (spam-backend-ham-unregistration-function)
14185         (spam-backend-spam-unregistration-function)
14186         (spam-backend-statistical-p, spam-backend-mover-p)
14187         (spam-install-backend-alias, spam-install-checkonly-backend)
14188         (spam-install-mover-backend, spam-install-nocheck-backend)
14189         (spam-install-backend, spam-install-statistical-backend)
14190         (spam-install-statistical-checkonly-backend): Add backend installation
14191         support.
14192         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14193         (spam-group-processor-p): Use the new backend code and respect the
14194         summary exit behavior.
14195         (spam-mark-spam-as-expired-and-move-routine): Remove.
14196         (spam-summary-prepare): Change to use the new spam-old-articles
14197         variable.
14198         (spam-copy-or-move-routine, spam-copy-spam-routine)
14199         (spam-move-spam-routine, spam-copy-ham-routine)
14200         (spam-move-ham-routine): Add code to copy/move ham or spam.
14201         (spam-fetch-field-fast): Improve doc and code, plus allow the
14202         'number request.
14203         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14204         variables.
14205         (spam-split, spam-find-spam): Use the new backend code.
14206         (spam-registration-functions): Remove variable.
14207         (spam-unregister-routine): Add convenience wrapper.
14208         (spam-log-undo-registration, spam-register-routine)
14209         (spam-log-processing-to-registry)
14210         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14211         where possible.
14212         (spam-check-gmane-xref, spam-check-regex-headers)
14213         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14214         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14215         (spam-check-bogofilter-headers, spam-check-spamoracle)
14216         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14217         (spam-check-crm114-headers): Use the spam-split-group that
14218         spam-split prepares, no need to determine it every time.
14219
14220         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14221         to the nnheader-parse-naked-head call.
14222
14223         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14224
14225         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14226         the nnheader-nov-read-message-id call.
14227
14228 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14229
14230         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14231         gnus-activate-group twice.  Suggested by Markus Peter
14232         <warp@spin.de>.
14233
14234 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14235
14236         * gnus-art.el (gnus-article-time-format): Exchange the order of
14237         day and month in the default value; fix customization type.
14238         (article-date-ut): Use add-text-properties.
14239         (article-make-date-line): Use message-make-date instead of
14240         current-time-string.
14241
14242         * message.el (message-fetch-field): Don't use set-text-properties.
14243         (message-make-date): Simplify.
14244
14245         * messagexmas.el (message-xmas-make-date): New function.
14246         (message-xmas-redefine): Defalias message-make-date to it.
14247
14248 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14249
14250         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14251         (rfc2047-encode-region): Treat text within parentheses as special;
14252         show the original text when error has occurred.
14253
14254         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14255         already-computed method to gnus-activate-group.
14256
14257         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14258         same select-methods identical Lisp objects.
14259
14260         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14261         object when modifying the info.
14262
14263 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14264
14265         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14266         gnus-opened-servers since it has never been opened with the new
14267         configuration yet.
14268
14269 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14270
14271         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14272         arg to nnheader-generate-fake-message-id.
14273
14274 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14275
14276         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14277         number and build a fake message ID localized to a group and
14278         article number (so it's repeatable from that point on).
14279         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14280         ID format.
14281
14282         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14283         nnheader-generate-fake-message-id with the article number.
14284
14285 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14286
14287         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14288         end-of-buffer.
14289
14290 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14291
14292         * message.el (message-ignored-supersedes-headers): Add Approved.
14293
14294 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14295
14296         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14297         goto-char.
14298         (rfc2047-encode): Fold the line before encoding.
14299
14300 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14301
14302         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14303         folding -- not all headers can be folded, and this should be done
14304         by the message composition mode.  Probably.  I think.
14305
14306 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14307
14308         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14309         fast.
14310
14311         * gnus-ems.el (gnus-remove-image): Don't use
14312         message-text-with-property; remove only the image found first.
14313
14314         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14315         found first.
14316
14317 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14318
14319         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14320
14321 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14322
14323         * message.el (message-text-with-property): Make it fast and accept
14324         optional arguments.
14325         (message-strip-forbidden-properties): Use it.
14326         (message-fix-before-sending): Follow the m-t-w-p change.
14327
14328         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14329
14330 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14331
14332         * gnus-art.el (article-hide-headers): Don't change the buffer
14333         mistakenly when performing mml-preview even if
14334         gnus-single-article-buffer is nil.
14335
14336 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14337
14338         * message.el (message-expand-name-databases): New user option.
14339         (message-expand-name): Use it.
14340
14341 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14342
14343         * spam.el (spam-report-articles-resend)
14344         (spam-report-resend-register-routine): Allow ham reporting.
14345         (spam-report-resend-register-ham-routine): Add wrapper.
14346         (spam-registration-functions): Add ham resending functions.
14347         (spam-list-of-processors): Add ham resend processor.
14348
14349         * gnus.el (ham-resend-to): Add new group parameter.
14350         (spam-process): Add ham resend option.
14351
14352         * spam-report.el (spam-report-resend): Allow reporting ham.
14353         (spam-report-resend-ham): Add wrapper.
14354
14355 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14356
14357         * message.el (message-cite-articles-with-x-no-archive): New
14358         variable.
14359         (message-cite-original): Use it.
14360
14361 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14362
14363         * message.el (message-cite-original): Respect X-No-Archive.
14364
14365 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14366
14367         * gnus-art.el (article-hide-headers): Refer to the values for
14368         gnus-ignored-headers and gnus-visible-headers in the summary
14369         buffer since a user may have set them as group parameters.
14370
14371 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14372
14373         * assistant.el (assistant-node-name): Add convenience function.
14374         (assistant-render-text, assistant-render-node): Add error handling,
14375         plus handle multiple next nodes.
14376         (assistant-find-next-node): Comment out for now.
14377         (assistant-find-next-nodes): Add function, returns list of next
14378         nodes.
14379
14380 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14381
14382         * mail-source.el (mail-source-directory): Fix doc-string.
14383
14384 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14385
14386         * assistant.el (assistant-render-text, assistant-eval): Add :set
14387         widget type, which is different because it takes and returns a
14388         list.  Much hilarity ensues.
14389
14390 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14391
14392         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14393
14394         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14395         doc-string.
14396
14397         * gnus-start.el (gnus-activate-group): Added doc-string.
14398
14399 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14400
14401         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14402
14403 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14404
14405         * assistant.el (assistant-render-text): Try to add a :set
14406         widget, more to come.
14407
14408         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14409         strings.
14410         (spam-report-articles-resend)
14411         (spam-register-routine): Do registration iff any articles warrant
14412         it.
14413         (spam-summary-prepare-exit): Change log message for nil group
14414         destinations.
14415
14416 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14417
14418         * spam.el (spam-report-resend-register-routine): Allow
14419         spam-report-resend-to to be a group parameter or a global value.
14420
14421 2004-05-26  Simon Josefsson  <jas@extundo.com>
14422
14423         * starttls.el: Merge with my GNUTLS based starttls.el.
14424         (starttls-gnutls-program, starttls-use-gnutls)
14425         (starttls-extra-arguments, starttls-process-connection-type)
14426         (starttls-connect, starttls-failure, starttls-success): New
14427         variables.
14428         (starttls-program, starttls-extra-args): Doc fix.
14429         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14430         functions.
14431         (starttls-negotiate, starttls-open-stream): Check
14432         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14433         function if it is set.
14434
14435 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14436
14437         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14438         structured fields.
14439
14440 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14441
14442         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14443
14444 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14445
14446         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14447         variable.
14448         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14449         assigning the spam-mark to new messages.
14450
14451 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14452
14453         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14454
14455 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14456
14457         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14458
14459         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14460         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14461         default.
14462
14463 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14464
14465         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14466         correct data.
14467
14468 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14469
14470         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14471         (spam-group-processor-p): Fix function.
14472         (spam-group-processor-multiple-p)
14473         (spam-group-spam-processor-report-gmane-p)
14474         (spam-group-spam-processor-report-resend-p)
14475         (spam-group-spam-processor-bogofilter-p)
14476         (spam-group-spam-processor-blacklist-p)
14477         (spam-group-spam-processor-ifile-p)
14478         (spam-group-ham-processor-ifile-p)
14479         (spam-group-spam-processor-spamoracle-p)
14480         (spam-group-spam-processor-crm114-p)
14481         (spam-group-ham-processor-bogofilter-p)
14482         (spam-group-spam-processor-stat-p)
14483         (spam-group-ham-processor-stat-p)
14484         (spam-group-ham-processor-whitelist-p)
14485         (spam-group-ham-processor-BBDB-p)
14486         (spam-group-ham-processor-spamoracle-p)
14487         (spam-group-ham-processor-copy-p): Remove functions with some
14488         prejudice against unneeded code.
14489         (spam-report-articles-resend)
14490         (spam-report-resend-register-routine): Allow the group/topic
14491         spam-resend-to value to override spam-report-resend-to.
14492         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14493         properly now.
14494
14495         * gnus.el (spam-resend-to): Add group/topic parameter.
14496         (spam-process): Move the OBSOLETE processors to the end of the
14497         choices.
14498
14499 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14500
14501         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14502         with resend-to set to nil, and then ask the user if necessary.
14503         (spam-report-resend): spam-report-resend takes a list of articles, not
14504         separate article numbers.
14505
14506 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14507
14508         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14509         addition to emacs-w3m.
14510
14511 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14512
14513         * assistant.el (assistant-authinfo-data): New function.
14514         (assistant-eval): Eval for entire assistant.
14515
14516         * netrc.el (netrc-services-file): New variable.
14517         (netrc-parse-services): New function.
14518         (netrc-find-service-name): New function.
14519         (netrc-find-service-number): New function.
14520         (netrc-port-equal): New function.
14521         (netrc-machine): Use it.
14522
14523         * nnimap.el (nnimap-open-connection): Use netrc.
14524
14525         * gnus-util.el (gnus-netrc-get): Remove aliases.
14526
14527         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14528
14529         * assistant.el (wid-edit): Fix compilation.
14530
14531         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14532
14533 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14534
14535         * gnus-util.el (gnus-set-file-modes): New function.  (small
14536         patch).
14537
14538 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14539
14540         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14541
14542         * assistant.el (assistant-render-node): Fix up rendering and
14543         read-only text.
14544         (assistant-render-node): Reset.
14545         (assistant-make-read-only): Not sticky.
14546
14547 2004-05-20  Danny Siu  <dsiu@adobe.com>
14548
14549         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14550         centered even when gnus-auto-center-summary is t.
14551
14552 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14553
14554         * dns.el (dns-get-txt-answer): New function.
14555         (dns-read-txt): Ditto.
14556         (query-dns): Use it.
14557
14558 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14559
14560         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14561         active for foreign groups even if the group level is higher than
14562         the specified value.
14563
14564 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14565
14566         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14567         non-active groups.
14568
14569         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14570
14571 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14572
14573         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14574
14575 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14576
14577         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14578         (spam-crm114-header, spam-crm114-spam-switch)
14579         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14580         (spam-crm114-positive-spam-header)
14581         (spam-crm114-database-directory, spam-list-of-processors)
14582         (spam-group-spam-processor-crm114-p)
14583         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14584         (spam-generic-score, spam-list-of-checks)
14585         (spam-list-of-statistical-checks, spam-registration-functions)
14586         (spam-check-crm114-headers, spam-crm114-score)
14587         (spam-check-crm114, spam-crm114-register-with-crm114)
14588         (spam-crm114-register-spam-routine)
14589         (spam-crm114-unregister-spam-routine)
14590         (spam-crm114-register-ham-routine)
14591         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14592         asjo@koldfront.dk (Adam Sjøgren).
14593
14594         * gnus.el: Add spam-use-crm114.
14595
14596         * spam.el (spam-list-of-processors, spam-registration-functions):
14597         Add spam-use-resend.
14598         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14599         (spam-report-articles-gmane): Add doc fix.
14600         (spam-report-articles-resend, spam-report-resend-register-routine):
14601         Add wrappers around spam-report-resend-to.
14602
14603         * spam-report.el (spam-report-resend-to, spam-report-resend):
14604         Add support for resending spam.
14605         (spam-report-gmane): Fix line length >80.
14606
14607         * gnus.el (spam-process): Add spam-use-resend.
14608
14609 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14610
14611         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14612         number of processed spam messages.
14613         (spam-ham-copy-or-move-routine): Return the number of processed
14614         ham messages.
14615         (spam-summary-prepare-exit): Use the above values to decide
14616         whether status messages shouled be displayed.
14617
14618 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14619
14620         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14621         `rfc2047-encoding-function-alist' in order to avoid conflicting
14622         with the old version.
14623         (rfc2047-encode-region): Concatenate words containing non-ASCII
14624         characters in structured fields; don't encode space-delimited
14625         ASCII words even in unstructured fields; don't break words at
14626         char-category boundaries.
14627         (rfc2047-encode-1): New function.
14628         (rfc2047-encode): Use it; encode text so that it occupies the
14629         maximum width within 76-column; work correctly on Q encoding for
14630         iso-2022-* charsets.
14631         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14632         sure not to break a line just after the header name.
14633         (rfc2047-b-encode-region): Removed.
14634         (rfc2047-b-encode-string): New function.
14635         (rfc2047-q-encode-region): Removed.
14636         (rfc2047-q-encode-string): New function.
14637
14638         * mm-util.el (mm-replace-in-string): New function.
14639
14640 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14641
14642         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14643         get it right.
14644         (gnus-inews-make-draft): Really.
14645
14646 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14647
14648         * nnmh.el (nnmh-request-list-1): Don't check the link count
14649         before descending.  (small patch)
14650
14651 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14652
14653         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14654         stuff.
14655
14656         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14657         on real group name.
14658
14659         * gnus-art.el (gnus-signature-limit): Doc fix.
14660
14661         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14662
14663         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14664
14665 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14666
14667         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14668         isn't a string.
14669
14670 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14671
14672         * gnus-draft.el (gnus-draft-send): Bind
14673         rfc2047-encode-encoded-words.
14674
14675         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14676         (rfc2047-encodable-p): Say that =? needs encoding.
14677         (rfc2047-encode-encoded-words): New variable.
14678
14679         * gnus-group.el (gnus-group-select-group): Doc fix.
14680
14681         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14682
14683         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14684         to nil.
14685
14686         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14687
14688         * nnheader.el (nnheader-get-lines-and-char): New function.
14689
14690 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14691
14692         * gnus-msg.el (gnus-summary-followup-with-original): Document
14693         yanking of region when active.
14694
14695 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14696
14697         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14698         groups if the group level is higher than the specified value.
14699
14700 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14701
14702         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14703         (gnus-group-jump-to-group): Added prefix argument using
14704         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14705         non-active group.
14706
14707         * compface.el (uncompface): Be verbose when changing
14708         `uncompface-use-external'.
14709
14710         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14711         handle manual section.
14712
14713 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14714
14715         * gnus-art.el (gnus-button-alist): Revert previous change.
14716
14717 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14718
14719         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14720
14721 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14722
14723         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14724         whether backend can accept message.
14725
14726         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14727
14728 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14729
14730         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14731         Avoid creating directory when nntp-marks-is-evil is true.
14732         Reported by Reiner Steib.
14733
14734 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14735
14736         * gnus-picon.el (gnus-picon-style): New variable.
14737         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14738         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14739         Jesper Harder <harder@ifa.au.dk>.
14740
14741 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14742
14743         * message.el (message-fill-field): Return point.
14744         (message-generate-headers): Go to end of field.
14745
14746         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14747         stuff for non-living groups.
14748
14749 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14750
14751         * gnus-art.el (gnus-article-followup-with-original)
14752         (gnus-article-reply-with-original): gnus-mark-active-p ->
14753         gnus-region-active-p.
14754
14755 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14756
14757         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14758         only when there is spam or ham to be processed.
14759
14760 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14761
14762         * mail-source.el (mail-source-delete-crash-box): Refactor.
14763         (mail-source-fetch): Use it.
14764         (mail-source-fetch-file): Ditto.
14765         (mail-source-fetch-directory): Run postscript in loop.
14766         (mail-source-fetch-pop): Delete.
14767         (mail-source-fetch-maildir): Ditto.
14768         (mail-source-fetch-imap): Ditto.
14769
14770         * imap.el (imap-authenticators): Comment out sasl.
14771
14772         * message.el (message-skip-to-next-address): New function.
14773         (message-fill-header-address): Refactor.
14774         (message-fill-address): Use it.
14775         (message-delete-address): Use it.
14776         (message-fill-header-general): Refactor.
14777         (message-fill-field-address): Rename.
14778         (message-narrow-to-field): Find the start of the header.
14779         (message-header-format-alist): Don't pre-fill.
14780         (message-fill-header): Removed.
14781         (message-insert-header): New function.
14782         (message-shorten-references): Use it.
14783
14784         * rfc2047.el (rfc2047-field-value): Strip props.
14785
14786         * mail-parse.el (mail-header-make-address): New alias.
14787
14788         * ietf-drums.el (ietf-drums-make-address): New function.
14789
14790         * imap.el: Add compiler directives.
14791
14792         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14793
14794         * gnus-art.el (article-decode-idna-rhs): Don't use
14795         message-idna-inside-rhs-p.
14796
14797 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14798
14799         * message.el (message-idna-inside-rhs-p): Removed.
14800         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14801
14802         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14803         false positives.
14804
14805 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14806
14807         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14808
14809 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14810
14811         * nneething.el (nneething-file-name): Don't create spurious
14812         files.
14813
14814         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14815         (gnus-inews-do-gcc): Remove sleep.
14816
14817         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14818         part under point.
14819
14820         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14821         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14822
14823 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14824
14825         * spam.el (spam-summary-prepare-exit): Fixed (length).
14826
14827 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14828
14829         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14830         as expired without moving it" message when there are spam
14831         messages left.
14832
14833 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14834
14835         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14836         header is not nil.
14837
14838 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14839
14840         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14841         nntp-possibly-create-directory, not nntp-possibly-change-group.
14842         (nntp-marks-changed-p): New arg SERVER.
14843         (nntp-request-update-info): Adjust caller.
14844
14845 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14846
14847         * nntp.el (nntp-save-marks): Pass missing arg.
14848
14849 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14850
14851         * nntp.el: Support marks.
14852         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14853         (nntp-marks-modtime, nntp-marks-directory): New variables.
14854         (nntp-request-set-mark, nntp-request-update-info)
14855         (nntp-possibly-create-directory, nntp-marks-changed-p)
14856         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14857         functions.
14858
14859 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14860
14861         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14862         (gnus-xmas-redefine): Rename.
14863
14864         * gnus-score.el (gnus-score-insert-help): Use
14865         gnus-select-lowest-window.
14866
14867         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14868         appt-select-lowest-window and rename to gnus-select-lowest-window.
14869
14870         * gnus.el: do.
14871
14872 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14873
14874         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14875         encodings of MIME-encoded words, in order to improve
14876         interoperability with several broken MUAs.
14877
14878 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14879
14880         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14881         tags, only when charsets are not specified in headers.
14882         (mm-inline-text-html-render-with-w3m): Ditto.
14883
14884         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14885         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14886
14887 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14888
14889         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14890         instead of MIME-decoded from fields when checking
14891         `gnus-article-address-banner-alist'.
14892
14893 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14894
14895         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14896         description rather than subject.
14897
14898 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14899
14900         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14901
14902 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14903
14904         * gnus.el (gnus-version-number): Bump.
14905
14906 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14907
14908         * gnus.el: No Gnus v0.2 is released.
14909
14910 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14911
14912         * gnus-agent.el (gnus-agent-read-agentview): Inline
14913         gnus-uncompress-range.
14914
14915 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14916
14917         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14918         `exec-installed-p'.
14919
14920 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14921
14922         * gnus.el (spam-process, spam-autodetect-methods): Add
14923         bsfilter and bsfilter-headers.
14924
14925         * spam.el (spam-bsfilter): New customize group.
14926         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14927         (spam-bsfilter-header, spam-bsfilter-probability-header)
14928         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14929         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14930         (spam-bsfilter-database-directory): New options.
14931         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14932         (spam-list-of-statistical-checks, spam-registration-functions):
14933         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14934         (spam-bsfilter-score): New command.
14935         (spam-check-bsfilter-headers, spam-check-bsfilter)
14936         (spam-bsfilter-register-with-bsfilter)
14937         (spam-bsfilter-register-spam-routine)
14938         (spam-bsfilter-unregister-spam-routine)
14939         (spam-bsfilter-register-ham-routine)
14940         (spam-bsfilter-unregister-ham-routine): New functions.
14941         (spam-generic-score): Support bsfilter; Accept an optional argument
14942         to recalcurate spam score even if scoring header has already been
14943         added.
14944         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14945         optional argument to recalcurate spam score even if scoring header
14946         has already been added.
14947
14948 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14949
14950         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14951         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14952         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14953         link is missing.
14954
14955 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14956
14957         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14958         (html2text-get-attr): Rewrite.
14959
14960         * message.el (message-setup-1): Remove redundant put-text-property
14961         on mail-header-separator.
14962
14963 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14964
14965         * gnus-registry.el (gnus-registry-cache-whitespace)
14966         (gnus-registry-action, gnus-registry-spool-action)
14967         (gnus-registry-split-fancy-with-parent): Change message levels
14968         from 5 to 3 or 7, as needed.
14969
14970         * spam.el (spam-summary-prepare-exit)
14971         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14972         (spam-split, spam-find-spam, spam-log-undo-registration)
14973         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14974         level from 5 to 6.
14975
14976 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14977
14978         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14979         2004-03-04 change).
14980
14981 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14982
14983         * sieve-manage.el (sieve-manage-open):
14984         * nnweb.el (nnweb-insert-html):
14985         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14986         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14987         * nnspool.el (nnspool-request-group):
14988         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14989         * nnml.el (nnml-request-update-info):
14990         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14991         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14992         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14993         (nnimap-request-set-mark):
14994         * nnfolder.el (nnfolder-request-update-info):
14995         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14996         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14997         * gnus-uu.el (gnus-uu-find-articles-matching):
14998         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14999         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15000         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15001         * gnus-nocem.el (gnus-nocem-scan-groups):
15002         * gnus-int.el (gnus-start-news-server):
15003         * gnus-group.el (gnus-group-make-kiboze-group)
15004         (gnus-group-browse-foreign-server):
15005         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15006         Use mapc when appropriate.
15007
15008 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15009
15010         FIXME: Make separate entries for each person.
15011
15012         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15013         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15014         <shields@msrl.com>:
15015
15016         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15017         may need for spam sorting and scoring.
15018         (spam-user-format-function-S): Add user format function suitable for
15019         general use.
15020         (spam-article-sort-by-spam-status): Add sorting function for summary
15021         sorting.
15022         (spam-extra-header-to-number): Add function to get a score from a
15023         header.
15024         (spam-summary-score): Add function to get a numeric score from the
15025         headers.
15026         (spam-generic-score): Fix function doc, was in wrong place.
15027         (spam-initialize): Take symbols when it's run, and install the
15028         extra headers that spam-necessary-extra-headers thinks we need.
15029
15030 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15031
15032         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15033         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15034
15035 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15036
15037         * gnus-sum.el (gnus-set-global-variables)
15038         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15039         (gnus-article-get-xrefs, gnus-summary-best-group)
15040         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15041         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15042         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15043         Use with-current-buffer.
15044
15045 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15046
15047         * spam.el (spam-summary-prepare-exit): Simplify logic.
15048         (spam-fetch-article-header): Read the article header if it's not
15049         available.
15050         (spam-list-articles): Simplify logic.
15051         (spam-filelist-register-routine): Fix bug with unregister-list.
15052
15053         * gnus-registry.el: Fix comments at beginning.
15054
15055 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15056
15057         * message.el (message-cater-to-broken-inn): Remove.
15058         (message-shorten-references): Make sure the total folded length of
15059         References is shorter than 998 characters to cater to a bug in INN
15060         2.3.  Also, don't pretend that references aren't folded -- this
15061         hasn't worked for a while.
15062
15063 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15064
15065         * gnus-agent.el (gnus-agentize):
15066         gnus-agent-send-mail-real-function no longer set to current value
15067         of message-send-mail-function but rather a lambda that calls
15068         message-send-mail-function.  The change makes the agent real-time
15069         responsive to user changes to message-send-mail-function.
15070
15071 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15072
15073         * legacy-gnus-agent.el
15074         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15075         help from Florian Weimer <fw@deneb.enyo.de>
15076
15077 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15078
15079         * nnmail.el (nnmail-cache-insert): Revert last change.
15080
15081 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15082
15083         * nnmail.el (nnmail-cache-insert): Always check whether
15084         nnmail-cache-ignore-groups matches a group name.
15085
15086 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15087
15088         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15089         (spam-find-spam, spam-log-processing-to-registry)
15090         (spam-log-registered-p, spam-log-unregistration-needed-p)
15091         (spam-log-undo-registration): Use gnus-message instead of
15092         gnus-error, none of these errors are fatal.
15093
15094         * gnus-registry.el (gnus-registry-clean-empty-function)
15095         (gnus-registry-clean-empty): Remove only empty entries without
15096         extra data.
15097
15098 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15099
15100         * spam-stat.el (spam-stat-buffer-change-to-spam)
15101         (spam-stat-buffer-change-to-non-spam): Change (error) to
15102         (gnus-message 8) invocation.
15103
15104 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15105
15106         * nntp.el (nntp-via-netcat-command): New variable.
15107         (nntp-via-netcat-switches): New variable.
15108         (nntp-open-via-rlogin-and-netcat): New function.
15109         (nntp-open-connection-function): Doc fix.
15110         (nntp-telnet-command): Doc fix.
15111         (nntp-end-of-line): Doc fix.
15112         (nntp-via-rlogin-command): Doc fix.
15113         (nntp-via-user-name): Doc fix.
15114         (nntp-via-address): Doc fix.
15115
15116 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15117
15118         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15119         error in Emacs 21.1.
15120
15121 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15122
15123         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15124
15125 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15126
15127         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15128         (gnus-agent-with-refreshed-group): New macro.
15129         (gnus-agent-rename-group): New function.
15130         (gnus-agent-delete-group): New function.
15131         (gnus-agent-save-group-info): Use gnus-command-method when
15132         `method' parameter is nil.  Don't write nil entries into the
15133         active file.
15134         (gnus-agent-get-group-info): New function.
15135         (gnus-agent-fetch-articles): Use
15136         gnus-agent-update-files-total-fetched-for to increment disk space
15137         used.
15138         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15139         gnus-agent-update-view-total-fetched-for to increment disk space
15140         used.
15141         (gnus-agent-get-local): Added optional parameters to avoid calling
15142         gnus-group-real-name and gnus-find-method-for-group.
15143         (gnus-agent-set-local): Delete stored entry if either min, or max,
15144         are nil.
15145         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15146         quit, use gnus-agent-regenerate-group to record existance of any
15147         articles fetched to disk before the quit occurred.
15148         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15149         gnus-agent-update-view-total-fetched-for, and
15150         gnus-agent-update-files-total-fetched-for to decrement disk space
15151         used.
15152         (gnus-agent-retrieve-headers): Use
15153         gnus-agent-update-view-total-fetched-for to increment disk space
15154         used.
15155         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15156         with gnus-agent-update-files-total-fetched-for to decrement disk
15157         space and fresh group buffer.
15158         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15159         (gnus-agent-need-update-total-fetched-for): New variable.
15160         (gnus-agent-update-files-total-fetched-for): New function.
15161         (gnus-agent-update-view-total-fetched-for): New function.
15162         (gnus-agent-total-fetched-for): New function.
15163
15164         * gnus-cache.el (gnus-cache-save-buffers): Use
15165         gnus-cache-update-overview-total-fetched-for to change disk space
15166         used by this group.
15167         (gnus-cache-possibly-enter-article): Use
15168         gnus-cache-update-file-total-fetched-for to increment disk space
15169         used by this group.
15170         (gnus-cache-possibly-remove-article): Use
15171         gnus-cache-update-file-total-fetched-for to decrement disk space
15172         used by this group.
15173         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15174         (gnus-cache-rename-group): New function.
15175         (gnus-cache-delete-group): New function.
15176         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15177         (gnus-cache-need-update-total-fetched-for): New variable.
15178         (gnus-cache-with-refreshed-group): New macro.
15179         (gnus-cache-update-file-total-fetched-for): New function.
15180         (gnus-cache-update-overview-total-fetched-for): New function.
15181         (gnus-cache-rename-group-total-fetched-for): New function.
15182         (gnus-cache-delete-group-total-fetched-for): New function.
15183         (gnus-cache-total-fetched-for): New function.
15184
15185         * gnus-group.el: Require gnus-sum and autoload functions to
15186         resolve warnings when gnus-group.el compiled alone.
15187         (gnus-group-line-format): Documented new %F.
15188         (size of Fetched data) group line format; identifies disk space
15189         used by agent and cache.
15190         (gnus-group-line-format-alist): Defined new F format.
15191         (gnus-total-fetched-for): New function.
15192         (gnus-group-delete-group): No longer update
15193         gnus-cache-active-altered as gnus-request-delete-group now keeps
15194         the cache in sync.
15195         (gnus-group-list-active): Let the agent store a server's active
15196         list if currently plugged.
15197
15198         * gnus-int.el (gnus-request-delete-group):
15199         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15200         local disk in sync with the server.
15201         (gnus-request-rename-group):
15202         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15203         local disk in sync with the server.
15204
15205         * gnus-start.el (gnus-get-unread-articles):
15206         Cosmetic simplification to logic.
15207
15208         * gnus-util.el (gnus-rename-file): New function.
15209
15210 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15211
15212         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15213
15214 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15215
15216         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15217         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15218
15219 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15220
15221         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15222         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15223
15224 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15225
15226         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15227
15228 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15229
15230         * spam.el (spam-set-difference): Add function to replace
15231         gnus-set-difference in spam.el.
15232         (spam-summary-prepare-exit): Use spam-set-difference.
15233
15234 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15235
15236         * gnus-registry.el (gnus-registry-cache-file): Update to use
15237         gnus-dribble-directory OR gnus-home-directory OR ~.
15238         (gnus-registry-split-fancy-with-parent): Fix doc.
15239
15240 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15241
15242         * message.el (message-exchange-point-and-mark): Use
15243         message-mark-active-p.  Suggested by Jesper Harder
15244         <harder@ifa.au.dk>.
15245
15246 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15247
15248         * message.el (message-exchange-point-and-mark): Don't activate
15249         region if it was inactive.  Suggested by Hiroshi Fujishima
15250         <pooh@nature.tsukuba.ac.jp>.
15251
15252 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15253
15254         * gnus-art.el (article-display-face): Display Faces in the same
15255         order as X-Faces.
15256
15257 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15258
15259         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15260
15261 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15262
15263         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15264         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15265         (gnus-article-mime-hierarchy): Remove.
15266         (gnus-article-mime-hierarchy-next): Remove.
15267         (gnus-article-mode): Revert 2004-03-19 change.
15268         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15269         (gnus-insert-mime-button): Revert 2004-03-19 change.
15270         (gnus-mime-accumulate-hierarchy): Remove.
15271         (gnus-mime-enter-multipart): Remove.
15272         (gnus-mime-leave-multipart): Remove.
15273         (gnus-mime-display-part): Revert 2004-03-19 change.
15274         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15275
15276         * mml.el (mml-preview): Revert 2004-03-19 change.
15277
15278 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15279
15280         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15281
15282 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15283
15284         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15285         t while entering a file name using the mm-with-multibyte macro.
15286         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15287
15288         * mm-util.el (mm-with-multibyte): New macro.
15289
15290 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15291
15292         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15293         user option.
15294         (gnus-mime-multipart-functions): Doc and customization fix.
15295         (gnus-article-mime-hierarchy): New variable.
15296         (gnus-article-mime-hierarchy-next): New variable.
15297         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15298         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15299         gnus-article-mime-hierarchy-next to nil.
15300         (gnus-insert-mime-button): Show hierarchy numbers.
15301         (gnus-mime-accumulate-hierarchy): New function.
15302         (gnus-mime-enter-multipart): New function.
15303         (gnus-mime-leave-multipart): New function.
15304         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15305         (gnus-mime-display-alternative): Show hierarchy numbers.
15306
15307         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15308         gnus-article-mime-hierarchy-next to nil.
15309
15310 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15311
15312         * dns.el: Don't require gnus-xmas.
15313
15314 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15315
15316         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15317         inline PGP.
15318         (mml-menu): Disable mml-quote-region if mark is inactive.
15319
15320 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15321
15322         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15323         when the group's active is not available.
15324
15325 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15326
15327         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15328         error.
15329
15330 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15331
15332         * imap.el (imap-store-password): New variable.
15333         (imap-interactive-login): Use it.
15334         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15335
15336 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15337
15338         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15339         window-start and hscroll to summary window.
15340
15341 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15342
15343         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15344         conversion message to newsrc-dribble when an actual conversion is
15345         performed.
15346
15347 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15348
15349         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15350
15351 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15352
15353         * mm-decode.el (mm-complicated-handles): New function reviving
15354         former definition of mm-multiple-handles.
15355
15356         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15357         (gnus-mime-delete-part): Use it.
15358
15359 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15360
15361         * gnus-agent.el (gnus-agent-read-local): Bind
15362         nnheader-file-coding-system to gnus-agent-file-coding-system to
15363         avoid the implicit assumption that they will always be equal.
15364         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15365         coding-system-for-write, as the with-temp-file macro first prints
15366         to a buffer then saves the buffer.
15367
15368 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15369
15370         * gnus-art.el (gnus-article-edit-part): New function.
15371         (gnus-mime-save-part-and-strip): Use it; do query instead of
15372         signaling an error; don't use mm-multiple-handles.
15373         (gnus-mime-delete-part): Ditto.
15374
15375 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15376
15377         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15378         old file versions.
15379         (gnus-group-prepare-hook): Removed function that converted list
15380         form of gnus-agent-expire-days to group properties.
15381
15382         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15383         (gnus-request-accept-article): Re-indented.
15384
15385         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15386         converters to handle old agent file formats.  Added logic for a
15387         "backup before upgrading warning".
15388         (gnus-convert-mark-converter-prompt): Developers can mark
15389         functions as needing (default), or not needing,
15390         gnus-convert-old-newsrc's "backup before upgrading warning".
15391         (gnus-convert-converter-needs-prompt): Tests whether the user
15392         should be protected from potentially irreversable changes by the
15393         function.
15394
15395         * legacy-gnus-agent.el: New.  Provides converters that are only
15396         loaded when gnus-convert-old-newsrc needs to call them.
15397
15398 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15399
15400         * mail-source.el (mail-source-touch-pop): Doc fix.
15401
15402         * message.el (message-smtpmail-send-it): Doc fix.
15403
15404 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15405
15406         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15407
15408         * nnmail.el (nnmail-split-fancy): do.
15409
15410         * gnus-kill.el (gnus-kill, gnus-execute): do.
15411
15412 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15413
15414         * gnus-sum.el (gnus-widget-reversible-match)
15415         (gnus-widget-reversible-to-internal)
15416         (gnus-widget-reversible-to-external): New functions.
15417         (gnus-widget-reversible): New widget.
15418         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15419
15420 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15421
15422         * gnus-sum.el (gnus-thread-sort-functions)
15423         (gnus-article-sort-functions): Document `(not F)' items.
15424
15425 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15426
15427         * spam.el (spam-use-gmane-xref): Add new backend.
15428         (spam-gmane-xref-spam-group): Add variable to control the name of the
15429         Gmane spam group.
15430         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15431         (spam-regex-headers-spam, spam-regex-headers-ham)
15432         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15433         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15434         backends and checks.
15435         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15436
15437         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15438         an autodetect method.
15439
15440 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15441
15442         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15443         articles are being added to a group.
15444         (gnus-request-replace-article): Inform the agent that articles
15445         need to be uncached as the cached contents are no longer valid.
15446
15447 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15448
15449         * binhex.el: Don't autoload executable-find.
15450
15451         * canlock.el: Don't autoload mail-fetch-field.
15452
15453         * dgnushack.el: Autoload c-mode for XEmacs.
15454
15455         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15456
15457         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15458         rmail-dont-reply-to and rmail-output.
15459
15460         * gnus-score.el: Don't autoload ffap-string-at-point.
15461
15462         * gnus-setup.el: Don't autoload sc-cite-original.
15463
15464         * imap.el: Don't autoload base64-decode-string,
15465         base64-encode-string and md5.
15466
15467         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15468         and rmail-msg-restore-non-pruned-header.
15469
15470         * mm-decode.el: Don't autoload executable-find.
15471
15472         * mm-url.el: Don't autoload executable-find.
15473
15474         * mm-view.el: Don't autoload diff-mode.
15475
15476         * nndb.el: Don't autoload news-reply-mode, news-setup,
15477         cancel-timer and telnet.
15478
15479         * password.el: Don't autoload run-at-time for Emacs.
15480
15481         * sha1-el.el: Don't autoload executable-find.
15482
15483         * sieve-mode.el: Don't autoload c-mode.
15484
15485         * uudecode.el: Don't autoload executable-find.
15486
15487 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15488
15489         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15490         (gnus-agent-possibly-alter-active): Avoid null in numeric
15491         comparison.
15492         (gnus-agent-set-local): Refuse to save null in local object table.
15493         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15494         list of articles that will be marked as unread.
15495
15496 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15497
15498         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15499
15500 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15501
15502         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15503         language tags.
15504
15505 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15506
15507         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15508         Don't bind "obarray".
15509
15510         * gnus-sum.el (gnus-thread-sort-functions): Added
15511         `gnus-thread-sort-by-most-recent-number' and
15512         `gnus-thread-sort-by-most-recent-date'.
15513         Reported by Kai Grossjohann <kai@emptydomain.de>.
15514
15515 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15516
15517         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15518
15519 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15520
15521         * gnus-cus.el (gnus-agent-customize-category): Removed
15522         ignore-errors macro reference that required cl to be loaded at
15523         run-time.
15524
15525         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15526         single-interval range of the form (min . max).  Previously the
15527         range had to look like ((min . max)).  Likewise, return
15528         (min . max) rather than ((min . max)).
15529         (gnus-range-map): Use gnus-range-normalize to accept
15530         single-interval range.
15531
15532         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15533         the cache, but not the agent, now appear with their usual face.
15534
15535         * dgnushack.el (loaddir): New variable that is bound to the
15536         directory containing the dgnushack.el file. Use loaddir, rather
15537         than srcdir, to update load-path. Change lets dgnushack compile
15538         code in directories other than GNUS/lisp.
15539
15540 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15541
15542         * lpath.el: Don't bind w3m-safe-url-regexp.
15543
15544         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15545         w3m-safe-url-regexp variable buffer-local.
15546
15547         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15548
15549 2004-02-27  Simon Josefsson  <jas@extundo.com>
15550
15551         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15552         gnus-group-real-prefix.
15553         (gnus-summary-move-article): Use it, instead of
15554         gnus-group-real-prefix.
15555
15556 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15557
15558         * lpath.el: Bind w3m-safe-url-regexp.
15559
15560         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15561         w3m-safe-url-regexp variable buffer-local and set it as the value
15562         of mm-w3m-safe-url-regexp.
15563
15564         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15565
15566         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15567         parsing gnus-posting-styles when the message is not for replying.
15568
15569         * dgnushack.el: Autoload sgml-mode for XEmacs.
15570
15571         * nnrss.el (nnrss-opml-export): Use
15572         mm-set-buffer-file-coding-system instead of
15573         set-buffer-file-coding-system.
15574
15575 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15576
15577         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15578         of checkdoc.el).
15579         * nnrss.el: do.
15580         * gnus-mlspl.el: do.
15581         * gnus-ml.el: do.
15582         * gnus-srvr.el: do.
15583
15584         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15585
15586 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15587
15588         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15589         Corrections to custom-manual links.
15590
15591         * gnus-art.el (gnus-article): Ditto.
15592
15593         * mm-decode.el (mime-display, mime-security): Ditto.
15594
15595 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15596
15597         * flow-fill.el: Typo.
15598
15599 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15600
15601         * spam-wash.el: New file.
15602
15603 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15604
15605         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15606
15607 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15608
15609         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15610         to be run with new-articles as LIST1, not LIST2.
15611         (spam-registration-functions): Add spam-use-ham-copy as a nil
15612         registration backend.
15613
15614 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15615
15616         * spam-stat.el (spam-stat-washing-hook): New option.
15617         (spam-stat-buffer-words): Use it.
15618         (spam-stat-process-directory, spam-stat-test-directory): Use
15619         insert-file-contents-literally.
15620         (spam-stat-coding-system): New variable.
15621         (spam-stat-load, spam-stat-save): Use it.
15622
15623 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15624
15625         * spam-report.el (spam-report-plug-agent): Quote
15626         spam-report-url-to-file and spam-report-url-ping-plain.
15627
15628 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15629
15630         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15631         / in mailto URLs.
15632
15633 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15634
15635         * spam-report.el (spam-report-process-queue): Fix interactive use.
15636         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15637         (spam-report-unplug-agent): Doc fixes.
15638         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15639         (spam-report-agentize, spam-report-deagentize): Autoload.
15640
15641 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15642
15643         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15644
15645         * message.el (message-setup-fill-variables): Add mml tags to
15646         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15647         <ajk@iu.edu>.
15648         (message-mode): Don't modify paragraph-separate there.
15649
15650 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15651
15652         * compface.el (uncompface-use-external): Default to undecided.
15653         (uncompface-use-external-threshold): New variable.
15654         (uncompface-float-time): New macro.
15655         (uncompface): Determine whether to use the external decoder if
15656         uncompface-use-external is undecided.
15657
15658 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15659
15660         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15661         after images.
15662
15663         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15664
15665 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15666
15667         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15668
15669         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15670
15671         * gnus-sum.el (gnus-summary-limit-to-age)
15672         (gnus-summary-limit-children): do.
15673
15674         * gnus-int.el (gnus-request-scan): do.
15675
15676         * gnus-group.el (gnus-group-suspend): do.
15677
15678         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15679
15680         * gnus-cite.el (gnus-cite-parse-attributions): do.
15681
15682         * gnus-agent.el (gnus-summary-set-agent-mark)
15683         (gnus-agent-regenerate-group): do.
15684
15685         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15686
15687         * binhex.el (binhex-decode-region-internal): do.
15688
15689 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15690
15691         * gnus-fun.el (gnus-face-properties-alist): New user option.
15692         (gnus-display-x-face-in-from): Use it.
15693
15694         * gnus-art.el (article-display-face): Ditto.
15695
15696         * compface.el (uncompface-use-external): Default to nil.
15697
15698 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15699
15700         * nntp.el (nntp-erase-buffer): New function.
15701         (nntp-retrieve-data, nntp-send-command)
15702         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15703         (nntp-possibly-change-group): Use it.
15704
15705         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15706         with-current-buffer.
15707
15708 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15709
15710         * compface.el: Merge the ELisp-based uncompface program.
15711         (compface): New customization group.
15712         (uncompface-use-external): New user option.
15713         (uncompface): Call uncompface-internal if uncompface-use-external
15714         is nil.
15715         (uncompface-internal): New function.  Note that there are also
15716         some other functions and variables added for this function.
15717
15718 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15719
15720         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15721         if necessary.
15722
15723 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15724
15725         * spam-report.el (spam-report-unplug-agent)
15726         (spam-report-plug-agent, spam-report-deagentize)
15727         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15728         Add support for the Agent in spam-report: when unplugged, report to a
15729         file; when plugged, submit all the requests.
15730
15731         * spam.el (spam-register-routine): Fix message about
15732         registration.
15733
15734 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15735
15736         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15737         dependencies.
15738         (rfc2047-encode): Use it.
15739
15740         * gnus-art.el (gnus-button-marker-list): Move before first
15741         reference.
15742
15743         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15744         (imap-parse-body): Fix format string mismatch.
15745
15746         * gnus-score.el (gnus-summary-increase-score): do.
15747
15748         * nnrss.el (nnrss-close): New function.
15749
15750 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15751
15752         * nnrss.el (nnrss-make-filename): New function.
15753         (nnrss-request-delete-group, nnrss-read-server-data)
15754         (nnrss-save-server-data, nnrss-read-group-data)
15755         (nnrss-save-group-data): Use it.
15756         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15757         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15758         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15759
15760 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15761
15762         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15763
15764 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15765
15766         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15767         files.
15768
15769         * message.el (message-generate-headers-first): Don't quote nil
15770         and t in docstrings.
15771
15772         * imap.el (imap-id): do.
15773
15774         * gnus-agent.el (gnus-agent-consider-all-articles)
15775         (gnus-agent-queue-mail): do.
15776
15777 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15778
15779         * spam-report.el (spam-report-process-queue): New function.
15780         Process requests from `spam-report-requests-file'.
15781         (spam-report-process-queue): Doc fix.
15782
15783 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15784
15785         * spam.el (spam-register-routine)
15786         (spam-log-processing-to-registry, spam-log-registered-p)
15787         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15788         Change "check" to "spam-check" for semi-clarity.
15789
15790 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15791
15792         * pop3.el: Require nnheader.
15793
15794         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15795
15796         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15797
15798         * gnus-picon.el: Require cl.
15799
15800         * gnus-fun.el: Require gnus-ems and gnus-util.
15801
15802         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15803
15804         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15805
15806         * gnus-art.el (gnus-article-edit-mode): Define before first
15807         reference.
15808
15809 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15810
15811         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15812         (gnus-uu-post-encoded): Use point-at-bol.
15813
15814         * gnus-topic.el (gnus-group-active-topic-p): do.
15815
15816         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15817
15818         * gnus-group.el (gnus-group-kill-region): do.
15819
15820         * gnus-art.el (article-date-ut): do.
15821
15822         * message.el (message-fetch-field): Remove redundant
15823         case-fold-search binding.
15824         (message-narrow-to-field): Simplify.
15825
15826 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15827
15828         * spam.el (spam-directory): Derive from `gnus-directory'.
15829
15830         * spam-report.el (spam-report-url-to-file)
15831         (spam-report-requests-file): New function and variable for offline
15832         reporting.
15833         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15834         and user defined function.
15835         (spam-report-url-ping-mm-url): Remove doubled slash.
15836
15837 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15838
15839         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15840
15841 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15842
15843         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15844         format string mismatch.
15845
15846         * sieve.el (sieve-deactivate-all): do.
15847
15848         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15849
15850         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15851
15852         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15853
15854         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15855
15856 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15857
15858         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15859         the list of checks.
15860
15861 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15862
15863         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15864         padding.
15865
15866 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15867
15868         * mm-view.el (mm-fill-flowed): New variable.
15869         (mm-inline-text): Use it.
15870
15871 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15872
15873         * spam.el (spam-spamassassin-register-ham-routine)
15874         (spam-spamassassin-register-spam-routine): Fix function names.
15875
15876 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15877
15878         * gnus.el (gnus-tmp-grouplens): Remove.
15879         (gnus-summary-line-format): Remove grouplens.
15880
15881         * gnus-group.el (gnus-group-line-format): Ditto.
15882
15883         * gnus-spec.el (gnus-format-specs): Ditto.
15884         (gnus-update-format-specifications): Flush the group format spec
15885         cache if there's the grouplens stuff.
15886         (gnus-parse-simple-format): Replace %l with the empty string.
15887
15888 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15889
15890         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15891         omission.
15892
15893 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15894
15895         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15896         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15897
15898 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15899
15900         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15901         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15902         New macros and functions.
15903         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15904         Handle > NLINK_MAX messages.
15905         * nnmaildir.el (nnmaildir-request-set-mark): Use
15906         nnmaildir--emlink-p and nnmaildir--eexist-p.
15907
15908 2004-01-25  Alex Schroeder  <alex@gnu.org>
15909
15910         * spam-stat.el (spam-stat-process-directory-age): New option.
15911         (spam-stat-process-directory): Use it.
15912
15913 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15914
15915         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15916         (spam-stat-save): Accept prefix argument.
15917
15918 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15919
15920         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15921         links" error.
15922
15923 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15924
15925         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15926         the rest of the and/or forms.
15927
15928 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15929
15930         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15931         compatibility with old .newsrc.eld files.
15932
15933         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15934
15935         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15936
15937         * gnus-start.el (gnus-1): do.
15938
15939         * gnus-group.el (gnus-group-line-format-alist): do.
15940
15941         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15942
15943         * gnus-gl.el: Remove.
15944
15945 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15946
15947         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15948         marks consisting of a single range {for example, (3 . 5)} rather
15949         than a list of a single range { ((3 . 5)) }.
15950
15951 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15952
15953         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15954         with-current-buffer.
15955         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15956         avoid consing a string.
15957
15958         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15959         Remove obsolete entries for big5 and gb2312.
15960
15961 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15962
15963         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15964         uncompressed list.
15965
15966 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15967
15968         * spam-stat.el (spam-stat-strip-xref): New function.
15969         (spam-stat-process-directory): Use it.
15970
15971         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15972         here -- it's done in message-fetch-field.
15973
15974 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15975
15976         * gnus-agent.el (gnus-agent-queue-mail)
15977         (gnus-agent-prompt-send-queue): New variables.
15978         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15979         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15980         "nndraft:queue" along to gnus-draft-send.  Use
15981         gnus-agent-prompt-send-queue.
15982         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15983         is "nndraft:queue".  Suggested by Gaute Strokkenes
15984         <gs234@srcf.ucam.org>
15985
15986         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15987         (agent-enable-undownloaded-faces): Added.
15988         (gnus-agent-cat-groups): Use eval-and-compile, not
15989         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15990         method of gnus-agent-cat-groups even when the buffer has been
15991         evaled.
15992         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15993         delete gnus-agent-save-active-1.
15994         (gnus-agent-save-groups): Deleted.  Identical to
15995         gnus-agent-save-active.
15996         (gnus-agent-write-active): No longer adjust agent's copy of active
15997         file as agent's adjustments are now stored in their own
15998         file.  Removed optional parameter.
15999         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16000         servers.  Add use of min/max range limits from server's local
16001         file.
16002         (gnus-agent-save-alist): Removed unused optional argument.
16003         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16004         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16005         (gnus-agent-set-local): A per-server file that keeps min/max range
16006         limits for articles known to the agent.  Provides a fast mechanism
16007         for altering many active ranges.
16008         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16009         active file (local makes it unnecessary).
16010         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16011
16012         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16013         (agent-enable-undownloaded-faces): Added.
16014
16015         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16016         disable it when sending to "nndraft:queue".
16017         (gnus-group-send-queue): Add safety check to avoid sending queue
16018         when unplugged.
16019
16020         * gnus-group.el (gnus-group-catchup): Use new
16021         gnus-sequence-of-unread-articles, not
16022         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16023         numbers of articles.  Use gnus-range-map to avoid having to
16024         uncompress the unread list.
16025         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16026         Fixed invalid ange-ftp reference.
16027
16028         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16029         (gnus-sorted-range-intersection): Intersection of two ranges
16030         without requiring that they first be uncompressed.
16031
16032         * gnus-start.el (gnus-activate-group): Unless blocked by the
16033         caller, possibly expand the active range to include both cached
16034         and agentized articles.
16035         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16036         multiple version-dependent converters.
16037         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16038         gnus-agent-save-active.
16039         (gnus-save-newsrc-file): Save dirty agent range limits.
16040
16041         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16042         gnus-agent-possibly-alter-active.
16043         (gnus-adjust-marked-articles): Faster handling of simple lists.
16044
16045 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16046
16047         * spam-stat.el (spam-stat-test-directory): New optional argument
16048         displays a list of files detected.  Suggested by Andrew Cohen
16049         <cohen@andy.bu.edu>.
16050         (spam-stat-buffer-words-with-scores): Don't narrow and change
16051         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16052
16053 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16054
16055         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16056         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16057         (spam-spamassassin-arguments)
16058         (spam-spamassassin-spam-flag-header)
16059         (spam-spamassassin-positive-spam-flag-header)
16060         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16061         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16062         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16063         (spam-list-of-processors, spam-list-of-checks)
16064         (spam-list-of-statistical-checks, spam-registration-functions)
16065         (spam-check-spamassassin-headers, spam-check-spamassassin)
16066         (spam-spamassassin-score)
16067         (spam-spamassassin-register-with-sa-learn)
16068         (spam-spamassassin-register-spam-routine)
16069         (spam-spamassassin-register-ham-routine)
16070         (spam-assassin-register-spam-routine)
16071         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16072         (spam-bogofilter-score): Fix to show article before scoring.
16073
16074 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16075
16076         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16077         default scoring function.
16078         (spam-generic-score): Call spam-spamassassin-score if
16079         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16080         spam-bogofilter-score otherwise.
16081
16082         * gnus.el (spam-process, spam-autodetect-methods): Add
16083         spamassassin and spamassassin-headers.
16084
16085 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16086
16087         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16088         Suppress unnecessary messages.
16089
16090 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16091
16092         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16093         make-hash-table.
16094
16095 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16096
16097         * canlock.el (base64-encode-string): Don't autoload it.
16098
16099 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16100
16101         * run-at-time.el: Remove useless (require 'itimer),
16102         eval-and-compile and (featurep 'xemacs).
16103
16104 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16105
16106         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16107         GROUP is a virtual group.
16108
16109 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16110
16111         * gnus.el: Autoload `message-y-or-n-p'.
16112
16113 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16114
16115         * pgg-parse.el: Remove unnecessary (require 'custom).
16116
16117         * pgg-def.el: do.
16118
16119         * nnmail.el: do.
16120
16121         * gnus-undo.el: do.
16122
16123         * gnus-picon.el: do.
16124
16125         * gnus-util.el: do.
16126
16127 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16128
16129         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16130
16131 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16132
16133         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16134         handle, as well as a list.
16135
16136         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16137         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16138         (mm-w3m-cid-retrieve): Simplify.
16139
16140 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16141
16142         * message.el (message-kill-to-signature): Allow prefix arg to
16143         specify number of lines to keep before signature.
16144
16145 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16146
16147         * message.el (message-kill-to-signature): Change docstring.
16148
16149 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16150
16151         * canlock.el: Always require sha1-el.
16152         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16153
16154         * message.el: Autoload sha1 only when compiling.
16155
16156         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16157         eudc-expand-inline for XEmacs.
16158
16159 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16160
16161         * message.el (message-canlock-generate): Require sha1-el.
16162
16163 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16164
16165         * message.el (message-expand-name): Silence the byte compiler.
16166
16167         * lpath.el: Add detect-coding-system.
16168
16169         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16170         cus-edit.
16171
16172 2004-01-13  Simon Josefsson  <jas@extundo.com>
16173
16174         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16175         Invoke gnus-score-mode.  Reported by
16176         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16177
16178         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16179         Jim Blandy <jimb@redhat.com> (tiny change).
16180
16181 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16182
16183         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16184
16185 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16186
16187         * spam.el (spam-get-article-as-string): Update to use
16188         gnus-request-article-this-buffer, much simpler.
16189         (spam-get-article-as-buffer): Remove.
16190
16191 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16192
16193         * message.el (message-expand-name): Use EUDC if the user uses that.
16194
16195 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16196
16197         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16198         character for the encoding to avoid consing a string.
16199
16200         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16201         unnecessarily.
16202
16203         * mm-util.el (mm-replace-chars-in-string): Remove.
16204
16205         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16206         of mm-replace-chars-in-string.
16207
16208 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16209
16210         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16211
16212         * mm-util.el (mm-subst-char-in-string): Support inplace.
16213
16214         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16215         a new string in every iteration.  Use shy groups.
16216
16217 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16218
16219         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16220         * gnus-soup.el (gnus-soup-group-brew):
16221         * gnus-msg.el (gnus-put-message):
16222         * gnus-move.el (gnus-group-move-group-to-server):
16223         * gnus-kill.el (gnus-batch-score):
16224         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16225         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16226         (gnus-group-update-group, gnus-group-read-group)
16227         (gnus-group-make-group, gnus-group-make-help-group)
16228         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16229         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16230         (gnus-group-sort-by-unread, gnus-group-catchup)
16231         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16232         (gnus-group-yank-group, gnus-group-set-info)
16233         (gnus-group-list-groups):
16234         * gnus.el (gnus-generate-new-group-name):
16235         * gnus-delay.el (gnus-delay-send-queue):
16236         * nnvirtual.el (nnvirtual-catchup-group):
16237         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16238         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16239         (gnus-group-prepare-topics, gnus-topic-check-topology):
16240         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16241         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16242         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16243         (gnus-group-make-articles-read):
16244         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16245         (gnus-group-change-level, gnus-kill-newsgroup)
16246         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16247         (gnus-get-unread-articles, gnus-make-articles-unread)
16248         (gnus-make-ascending-articles-unread): Use accessor
16249         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16250         to get group information for improved readability.
16251
16252
16253 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16254
16255         * gnus-art.el (article-decode-mime-words, article-babel)
16256         (gnus-article-highlight-signature, gnus-article-add-buttons)
16257         (gnus-signature-toggle): Use gnus-with-article-buffer.
16258
16259         * gnus-art.el (gnus-article-highlight-headers)
16260         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16261
16262         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16263         (gnus-article-set-globals, gnus-request-article-this-buffer)
16264         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16265         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16266         (gnus-mime-display-alternative): Use with-current-buffer.
16267
16268 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16269
16270         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16271         also under 80 char limit, and call gnus-error if needed.
16272         (spam-fetch-article-header): Fix - it was a
16273         buffer-local variable (gnus-newsgroup-data).
16274         (spam-find-spam): Use spam-generate-fake-headers, forget about
16275         spam-insert-fake-headers.
16276         (spam-insert-fake-headers): Remove.
16277
16278 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16279
16280         * deuglify.el (gnus-article-outlook-unwrap-lines)
16281         (gnus-outlook-rearrange-article)
16282         (gnus-outlook-repair-attribution-outlook)
16283         (gnus-outlook-repair-attribution-block)
16284         (gnus-outlook-repair-attribution-other): Remove redundant
16285         save-excursion.
16286
16287 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16288
16289         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16290         (spam-fetch-field-subject-fast)
16291         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16292         (spam-fetch-article-header): Add functions to deal with Gnus
16293         internals for fast retrieval of article header data.
16294         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16295
16296 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16297
16298         * pop3.el (pop3-md5): Remove.
16299         (pop3-apop): Replace pop3-md5 with md5.
16300
16301         * mm-bodies.el: base64 is always built-in.
16302
16303         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16304         with-current-buffer.
16305
16306 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16307
16308         * canlock.el (canlock-insert-header): Remove excessive grouping in
16309         regexp.
16310
16311         * gnus-sum.el (gnus-summary-read-document): Ditto.
16312
16313         * gnus-uu.el (gnus-uu-part-number): Ditto.
16314
16315         * html2text.el (html2text-remove-tags): Ditto.
16316         (html2text-format-tags): Ditto.
16317         (html2text-format-single-elements): Ditto.
16318
16319         * mml.el (mml-parse-1): Ditto.
16320
16321 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16322
16323         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16324
16325         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16326
16327         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16328
16329         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16330
16331 2003-11-15  Simon Josefsson  <jas@extundo.com>
16332
16333         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16334         (pgg-gpg-lookup-key): Use regexp match instead of
16335         split-string (split-string is different between emacs 21.2 and
16336         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16337
16338 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16339
16340         * gnus-art.el (gnus-mime-view-all-parts)
16341         (gnus-article-part-wrapper, gnus-article-view-part): Use
16342         with-current-buffer.
16343
16344 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16345
16346         * spam.el (spam-disable-spam-split-during-ham-respool)
16347         (spam-spamoracle-database, spam-cache-lookups)
16348         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16349         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16350         (spam-group-ham-marks, spam-group-spam-marks)
16351         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16352         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16353         also add spam-use-blackholes to the statistical checks.
16354         (spam-fetch-field-fast): Add interface to fetching fields, may
16355         become a macro.
16356         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16357         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16358         (spam-insert-fake-headers): Fake an article when needed.
16359         (spam-find-spam): Fake article when possible.
16360         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16361         (spam-check-bogofilter-headers): Use message-fetch-field instead
16362         of nnmail-fetch-field.
16363
16364 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16365
16366         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16367
16368 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16369
16370         * spam.el (spam-split): Do not require spam-use-CHECK to be
16371         enabled if that check is passed to spam-split explicitly; also
16372         fix so 'spam doesn't get converted to spam-split-group when
16373         spam-split-symbolic-return is t.
16374         (spam-find-spam): Find registrations of the article and use those
16375         instead of re-running spam-split to find the spam/ham
16376         classification of the article.
16377         (spam-log-processing-to-registry, spam-log-registered-p)
16378         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16379         Use gnus-error instead of gnus-message.
16380         (spam-log-registration-type): Add function to determine the
16381         classification of a message based on registry entries; will
16382         return nil if both 'spam and 'ham are found.
16383         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16384         a reasonably fast local cache without the loading errors.
16385         (spam-cache-lookups): Set to t by default.
16386         (spam-find-spam): Don't try to guess spam-cache-lookups.
16387         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16388         spam-caches entry.
16389         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16390         caching of whitelist/blacklist entries.
16391         (spam-check-whitelist, spam-check-blacklist): Invoke
16392         spam-from-listed-p with a type, not a cache variable.
16393         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16394
16395 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16396
16397         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16398
16399         * nnmail.el (nnmail-split-fancy): do.
16400
16401         * mml.el (mml-parse): do.
16402
16403         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16404         (gnus-score-adaptive): do.
16405
16406 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16407
16408         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16409         (gnus-mime-button-map): Don't set keymap parent.
16410         (gnus-button-ctan-directory-regexp): Use shy grouping.
16411         (gnus-prev-page-map): Don't set keymap parent.
16412         (gnus-prev-page-map): Remove duplicated one.
16413         (gnus-next-page-map): Don't set keymap parent.
16414         (gnus-mime-security-button-map): Ditto.
16415
16416         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16417         version number.
16418
16419         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16420
16421 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16422
16423         * canlock.el (canlock-sha1-function): Remove.
16424         (canlock-sha1-function-for-verify): Remove.
16425         (canlock-openssl-program): Remove.
16426         (canlock-openssl-args): Remove.
16427         (canlock-ignore-errors): Remove.
16428         (canlock-sha1-with-openssl): Remove.
16429         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16430         (canlock-verify): Don't use canlock-ignore-errors.
16431
16432         * sha1-el.el (sha1-string-external): Make it can return a string
16433         in binary form.
16434         (sha1-region-external): Ditto.
16435         (sha1-string-internal): Ditto.
16436         (sha1-region-internal): Ditto.
16437         (sha1-region): Ditto.
16438         (sha1-string): Ditto.
16439         (sha1): Ditto.
16440
16441 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16442
16443         * spam.el (spam-report-articles-gmane): New command.
16444
16445 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16446
16447         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16448
16449         * run-at-time.el (run-at-time-saved): Remove.
16450         (run-at-time): Doc fix.
16451
16452 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16453
16454         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16455         (gnus-summary-limit-map): Add it.
16456         (gnus-summary-make-menu-bar): do.
16457
16458 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16459
16460         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16461         Make attempt at some caching support (done for BBDB only now).
16462         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16463         addresses to be checked.
16464         (spam-clear-cache-BBDB): Add function, to be invoked by
16465         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16466         (spam-check-BBDB): Check and use the caches, if
16467         spam-cache-lookups is on, remove superfluous (provide).
16468
16469 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16470
16471         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16472
16473 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16474
16475         * run-at-time.el (run-at-time-saved): Move to after the definition
16476         of `run-at-time'.
16477
16478         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16479
16480 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16481
16482         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16483         mm-w3m-local-map-property.
16484
16485         * mm-view.el (mm-w3m-mode-map): Remove.
16486         (mm-w3m-local-map-property): Remove.
16487         (mm-inline-text-html-render-with-w3m): Don't use
16488         mm-w3m-local-map-property.
16489
16490 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16491
16492         * run-at-time.el: New file.
16493
16494         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16495         under Emacs.
16496
16497         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16498         of gnus-set-text-properties.
16499
16500         * gnus-uu.el (gnus-uu-save-article): Ditto.
16501
16502         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16503
16504         * gnus-cite.el (gnus-cite-parse): Ditto.
16505
16506         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16507         of gnus-.
16508
16509         * gnus-xmas.el (run-at-time): Require run-at-time.
16510
16511         * gnus.el: Changed calls to nnheader-run-at-time and
16512         password-run-at-time throughout to use run-at-time directly.
16513
16514         * password.el: Removed definition of run-at-time.
16515
16516         * nnheaderxm.el: Remove definition of run-at-time.
16517
16518 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16519
16520         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16521         in prompt.
16522
16523 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16524
16525         * messagexmas.el (message-xmas-redefine): Alias
16526         `message-make-caesar-translation-table' to
16527         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16528         version.
16529
16530         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16531         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16532         `gnus-xmas-set-text-properties'.
16533         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16534         `gnus-xmas-completing-read'.
16535         (gnus-xmas-completing-read): Removed.
16536         (gnus-xmas-open-network-stream): Removed.
16537
16538         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16539         XEmacs version.
16540
16541         * dns.el (dns-make-network-process): Use `open-network-stream'
16542         instead of `gnus-xmas-open-network-stream'.
16543
16544         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16545
16546         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16547
16548 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16549
16550         * gnus-art.el (gnus-mime-display-alternative)
16551         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16552         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16553         Don't use gnus-local-map-property.
16554
16555         * gnus-util.el (gnus-local-map-property): Remove.
16556
16557         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16558         gnus-completing-read-maybe-default with completing-read.
16559
16560         * gnus-util.el (gnus-completing-read): do.
16561         (gnus-completing-read-maybe-default): Remove.
16562
16563 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16564
16565         * password.el: Only autoload `run-at-time' if not XEmacs.
16566         Only autoload the itimer functions if XEmacs.
16567
16568 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16569
16570         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16571         XEmacsen.
16572
16573         * dgnushack.el: Autoload executable-find for XEmacs.
16574
16575 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16576
16577         * gnus-art.el (gnus-read-string): Remove.
16578         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16579         read-string.
16580
16581 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16582
16583         * netrc.el: Autoload password-read.
16584         (netrc): Add configuration group.
16585         (netrc-encoding-method, netrc-openssl-path): Add
16586         variables for encoding and decoding of files with symmetric
16587         ciphers.
16588         (netrc-encode): Add assistant function to encode a file with
16589         netrc-encoding-method.
16590         (netrc-parse): Add interactive parameter, added optional
16591         decoding if netrc-encoding-method is non-nil but otherwise
16592         behavior is standard.
16593         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16594         Do s/encode/encrypt/ everywhere.
16595
16596         * spam.el: Remove executable-find autoload.
16597
16598 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16599
16600         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16601
16602         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16603
16604 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16605
16606         * gnus-art.el (gnus-treat-ansi-sequences)
16607         (article-treat-ansi-sequences): New variable and function.
16608         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16609
16610         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16611         Use it.
16612
16613 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16614
16615         * mm-util.el (mm-quote-arg): Remove.
16616
16617         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16618         shell-quote-argument.
16619
16620         * gnus-uu.el (gnus-uu-command): do.
16621
16622         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16623
16624         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16625         with make-char.
16626
16627         * mm-util.el (mm-make-char): Remove.
16628
16629         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16630         add-minor-mode.
16631
16632         * gnus-undo.el (gnus-undo-mode): do.
16633
16634         * gnus-topic.el (gnus-topic-mode): do.
16635
16636         * gnus-sum.el (gnus-dead-summary-mode): do.
16637
16638         * gnus-start.el (gnus-slave-mode): do.
16639
16640         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16641
16642         * gnus-ml.el (gnus-mailing-list-mode): do.
16643
16644         * gnus-gl.el (gnus-grouplens-mode): do.
16645
16646         * gnus-draft.el (gnus-draft-mode): do.
16647
16648         * gnus-dired.el (gnus-dired-mode): do.
16649
16650         * gnus-ems.el (gnus-add-minor-mode): Remove.
16651
16652         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16653         Replace gnus-char-width with char-width.
16654
16655         * gnus-ems.el (gnus-char-width): Remove.
16656
16657         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16658         Replace gnus-char-width with char-width.
16659
16660         * gnus-ems.el (gnus-char-width): Remove.
16661
16662         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16663         definition.
16664         Remove Emacs 20 hash table compatibility code.
16665
16666         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16667         20 compatibility code.
16668
16669         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16670
16671         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16672
16673         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16674         with point-at-{eol,bol}.
16675
16676         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16677
16678         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16679
16680         * flow-fill.el (fill-flowed-point-at-bol)
16681         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16682
16683         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16684         Replace with point-at-{eol,bol} throughout all files.
16685
16686 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16687
16688         * ntlm.el (ntlm-string-as-unibyte): New macro.
16689         (ntlm-build-auth-response): Use it.
16690
16691         Remove Emacs 20 stuff:
16692         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16693         (butlast, mapc, remove): Remove the compiler macros.
16694         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16695         of delq and copy-sequence.
16696         * gnus-art.el (popup-menu): Remove the compiler macro.
16697         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16698         Emacs 20.
16699
16700 2004-01-05  Simon Josefsson  <jas@extundo.com>
16701
16702         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16703         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16704         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16705         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16706         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16707         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16708         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16709         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16710         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16711         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16712         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16713         string-xor into ntlm-string-xor.  Suggested by
16714         Jesper Harder <harder@myrealbox.com>.
16715
16716         * ntlm.el: Don't include poem.
16717
16718         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16719         Jesper Harder <harder@myrealbox.com>.
16720
16721         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16722
16723         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16724         probably breaks emacs with DL patch, but do we care? Is anyone
16725         still using the DL stuff?)
16726
16727         * sieve-manage.el: Use the password package.
16728         (sieve-manage-read-passwd): Remove.
16729         (sieve-manage-interactive-login): Use password.  Re-add
16730         condition-case around loop.
16731
16732         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16733         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16734         the password package.
16735
16736 2003-02-19  Simon Josefsson  <jas@extundo.com>
16737
16738         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16739         token.
16740
16741 2002-08-07  Simon Josefsson  <jas@extundo.com>
16742
16743         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16744         (sieve-manage-authenticators):
16745         (sieve-manage-authenticator-alist): Add some SASL mechs.
16746         (sieve-sasl-auth): New function.
16747         (sieve-manage-cram-md5-auth):
16748         (sieve-manage-plain-auth): Rewrite using SASL library.
16749         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16750         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16751         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16752         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16753
16754 2004-01-05  Simon Josefsson  <jas@extundo.com>
16755
16756         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16757         New files.
16758
16759 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16760
16761         * gnus-group.el (gnus-no-groups-message): Update.
16762
16763         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16764
16765 2003-11-09  Simon Josefsson  <jas@extundo.com>
16766
16767         * imap.el: Support for ID IMAP extension (RFC 2971).
16768         (imap-local-variables): Add imap-id.
16769         (imap-id): New variable.
16770         (imap-id): New function.
16771         (imap-parse-response): Parse untagged ID response.
16772         * nnimap.el (nnimap-id): New variable.
16773         (nnimap-open-connection): Use it.
16774
16775 2003-12-28  Simon Josefsson  <jas@extundo.com>
16776
16777         * gnus-score.el (gnus-score-edit-all-score): New.
16778         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16779
16780 2004-01-04  Simon Josefsson  <jas@extundo.com>
16781
16782         * password.el: Add.
16783
16784 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16785
16786         * dns.el (dns-query-types): Fix typo.
16787         (dns-query-types): New function.
16788         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16789         PTR and SOA replies, see RFC 1035.
16790
16791 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16792
16793         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16794
16795         * Moved to Changelog.2.
16796
16797 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16798
16799         * gnus.el (gnus-version-number): Bump version.
16800
16801 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16802
16803         * gnus.el: No Gnus v0.1 is released.
16804
16805 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16806
16807         * gnus.el: No Gnus v0.0 is released.
16808
16809 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16810
16811         * gnus.el (gnus-version-number): Bump.
16812         (gnus-version): No.
16813
16814 See ChangeLog.2 for earlier changes.
16815
16816     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16817       Free Software Foundation, Inc.
16818
16819   This file is part of GNU Emacs.
16820
16821   GNU Emacs is free software: you can redistribute it and/or modify
16822   it under the terms of the GNU General Public License as published by
16823   the Free Software Foundation, either version 3 of the License, or
16824   (at your option) any later version.
16825
16826   GNU Emacs is distributed in the hope that it will be useful,
16827   but WITHOUT ANY WARRANTY; without even the implied warranty of
16828   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16829   GNU General Public License for more details.
16830
16831   You should have received a copy of the GNU General Public License
16832   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16833
16834 ;; Local Variables:
16835 ;; coding: utf-8
16836 ;; fill-column: 79
16837 ;; add-log-time-zone-rule: t
16838 ;; End: