(nnimap-update-info): Protect against nil uidnexts.
[gnus] / lisp / ChangeLog
1 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4
5         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
6         use the same article number for all the cached articles.
7
8         * nnimap.el (nnimap-command): Register the last command time so
9         that we can use it for idling NOOPs.
10         (nnimap-open-connection): Start the keeplive timer.
11         (nnimap-make-process-buffer): Store all the process buffers.
12         (nnimap-keepalive): New function.
13
14         * starttls.el: (starttls-open-stream): Add autoload cookie.
15
16 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
17
18         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
19         handling.
20
21 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22
23         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
24         its data structures.
25
26         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
27         instead of the cl.el copy-list.
28         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
29         equalp.
30
31 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
32
33         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
34         and tool-bar-local-item-from-menu.
35
36         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
37         mode-line-highlight face for Emacs.
38
39         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
40         loading gnus-sum.elc; fix comment for canlock-verify.
41         (gnus-article-jump-to-part): Use read-number.
42         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
43         Emacs pre-21 compatible code for help-echo.
44         (gnus-article-next-page-1): No need to adjust the number of lines.
45         (gnus-article-describe-bindings): Always use help-buffer.
46
47         * gnus-audio.el (gnus-audio-inline-sound)
48         * gnus-cus.el (gnus-custom-mode)
49         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
50
51         * gnus-sum.el (gnus-remove-overlays): Doc fix.
52
53         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
54         compatible code.
55
56 2010-09-24  Glenn Morris  <rgm@gnu.org>
57
58         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
59         visiting the fcc file in rmail-mode.
60
61         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
62
63 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
64
65         * nnir.el: Silence the byte compiler.
66
67         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
68         alias to browse-url-url-encode-chars if any.
69         (gnus-html-encode-url): Use it.
70
71 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
72
73         * gnus-start.el (gnus-use-backend-marks): New variable.
74         (gnus-get-unread-articles-in-group): Use it.
75
76         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
77         makeover.
78
79 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
80
81         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
82
83 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
84
85         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
86         Removed.
87         (gnus-setup-news-hook): Removed
88         gnus-fixup-nnimap-unread-after-getting-new-news.
89
90         * gnus-int.el (gnus-request-update-info): Protect against backends not
91         having the function.
92
93         * nnimap.el (nnimap-stream): Mention starttls.
94         (nnimap-open-connection): Add starttls support.
95
96 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
97
98         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
99
100 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
101
102         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
103         BODYSTRUCTUREs.
104         (nnimap-transform-headers): Unfold quoted {42} headers.
105
106         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
107         the info.
108         (gnus-get-unread-articles): Only call updatep on backends that support
109         it.
110
111         * nnweb.el (nnweb-request-update-info): NOOP.
112
113         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
114
115         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
116         since it only deals with marks.
117
118         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
119         gnus-request-marks, and make a new gnus-request-update-info.
120
121         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
122         the active instead of the high number, which is usually too low.
123
124 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
125
126         * netrc.el (netrc-parse): Remove encrypt.el mentions.
127         * encrypt.el: Removed.
128
129 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
130
131         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
132         server in symbolic form.
133
134         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
135         0.9.
136
137 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
138
139         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
140         (nnimap-update-info): Fix up code slightly.
141
142         * gnus-int.el (gnus-open-server): Add tracing for performance
143         debugging.
144
145         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
146         (gnus-group-insert-group-line): Pass the real group name so that it
147         gets the right data.
148
149         * gnus-start.el (gnus-get-unread-articles): Don't have
150         `gnus-get-unread-articles-in-group' update info, since that can be
151         really slow and doesn't seem to be needed?
152
153 2010-09-22  Dan Christensen  <jdc@uwo.ca>
154
155         * time-date.el (date-to-time): Try using parse-time-string first before
156         using the slower timezone-make-date-arpa-standard.
157
158 2010-09-22  Julien Danjou  <julien@danjou.info>
159
160         * gnus-group.el (gnus-group-insert-group-line): Call
161         gnus-group-highlight-line.
162         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
163         default hook list.
164         (gnus-group-update-eval-form): Add new function.
165         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
166         (gnus-group-get-icon): Use gnus-group-update-eval-form.
167
168 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
169
170         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
171         immediate, then expire all articles.
172         (nnimap-update-info): Fix off-by-one errors.
173         (nnimap-flags-to-marks): Would return no marks lists for group with no
174         flags.  Instead return the other data.
175
176 2010-09-22  Julien Danjou  <julien@danjou.info>
177
178         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
179         Only return an icon.
180         (gnus-group-insert-group-line): Compute icon to return.
181
182         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
183         variable.
184         (gnus-html-image-fetched): Only cache if
185         gnus-html-image-automatic-caching is set.
186         (gnus-html-image-fetched): Check for errors.
187
188 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
189
190         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
191         once per method on `g'.  This ensures that backends like nnfolder don't
192         open all their folders.
193
194         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
195         (nnimap-request-list): Nix out group in the correct buffer.
196         (nnimap-parse-flags): Implement by using `read' instead of
197         hand-parsing.
198         (nnimap-flags-to-marks): Pass on permanent-flags.
199         (nnimap-make-process-buffer): Record the server name.
200         (nnimap-parse-flags): Fix typo.
201         (nnimap-request-scan): Run split on the server in general, not just a
202         single group.
203
204         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
205         parameter, and propagate this downwards.
206
207         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
208         since EXAMINE changes it on the server.
209
210         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
211         this command might take a while.
212
213 2010-09-22  Julien Danjou  <julien@danjou.info>
214
215         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
216         harmful if you have 2 images side-by-side, they can't be properly
217         update on text deletion.  Using text-property is safer here.
218         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
219         data.
220
221 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
222
223         * nnimap.el (nnimap-expunge-inbox): Removed.
224         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
225         (nnimap-expunge): Flip default to t.
226
227         * gnus.el (gnus-method-to-server): Don't push things to the cache
228         unless it's unique.
229         (gnus-server-to-method): Ditto.
230
231 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
232
233         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
234
235 2010-09-22  Julien Danjou  <julien@danjou.info>
236
237         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
238         get the start of data.
239         (gnus-html-encode-url): Add this function to encode special chars in
240         URL.
241         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
242         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
243
244         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
245         default.
246         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
247
248         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
249         images alt-text.
250         (gnus-html-put-image): Put alt-text as help-echo.
251
252 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
253
254         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
255         * mm-util.el (mm-decompress-buffer)
256         * nnir.el (nnir-run-find-grep)
257         * pop3.el (pop3-list): Use 3rd arg of split-string.
258
259         * time-date.el (format-seconds): Comment fix.
260
261         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
262         and byte-optimize-form-code-walker.
263         (dgnushack-make-auto-load): Don't advise make-autoload.
264
265         * lpath.el: Remove Emacs 21 stuff.
266
267 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
268
269         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
270         outside the active range.  Suggested by Dan Christensen.
271
272         * gnus-start.el (gnus-get-unread-articles): Get the extended method
273         slightly later to avoid double-getting it.
274
275         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
276         previous patch.
277
278         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
279
280 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
281
282         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
283
284 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
285
286         * gnus-int.el (gnus-open-server): Give a better error message in the
287         "go offline" case.
288
289         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
290         marks for nnimap, which is seldom the right thing to do.
291
292         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
293         (gnus-same-method-different-name): New function.
294
295         * nnimap.el (parse-time): Require.
296
297         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
298         method in the presence of many similar methods.
299
300         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
301
302         * nnimap.el (nnimap-find-expired-articles): Don't refer to
303         nnml-inhibit-expiry.
304
305         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
306         find out whether methods are equal.
307
308         * nnimap.el (nnimap-find-expired-articles): New function.
309         (nnimap-process-expiry-targets): New function.
310         (nnimap-request-move-article): Request the article before looking at
311         what the Message-ID is.  Fix found by Andrew Cohen.
312         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
313
314         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
315         for oldness in addition to being a predicate.
316
317         * nnimap.el (nnimap-request-group): When we have zero articles, return
318         the right data to Gnus.
319         (nnimap-request-expire-articles): Only delete articles immediately if
320         the target is 'delete.
321
322         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
323         method, this would bug out.
324
325         * gnus-group.el (gnus-group-expunge-group): Renamed from
326         gnus-group-nnimap-expunge, and implemented as a normal interface
327         function.
328
329         * gnus-int.el (gnus-request-expunge-group): New function.
330
331         * nnimap.el (nnimap-request-create-group): Implement.
332         (nnimap-request-expunge-group): New function.
333
334 2010-09-21  Julien Danjou  <julien@danjou.info>
335
336         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
337         (gnus-html-cache-expired): Add new function.
338         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
339         wethever we should display image for fetch it.
340         Compute alt-text earlier to pass it to the fetching function too.
341         (gnus-html-schedule-image-fetching): Change function argument to only
342         get one image at a time, not a list.
343         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
344         cache.
345         (gnus-html-get-image-data): New function to retrieve image data from
346         cache.
347         (gnus-html-put-image): Change buffer argument to use image data rather
348         than file, and place image above region rather than inserting a new
349         one. Do not take alt-text as argument, since it's useless now: we place
350         the image above alt-text.
351         (gnus-html-prune-cache): Remove.
352         (gnus-html-show-images): Start to fetch image when we find one, do not
353         push into a temporary list.
354         (gnus-html-prefetch-images): Only fetch image if they have expired.
355         (gnus-html-browse-image): Fix, use 'gnus-image-url.
356         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
357
358 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
359
360         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
361
362 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
363
364         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
365         spec inser "*" if the group isn't active instead of 0.
366
367         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
368         opening the server.
369         (nnimap-request-delete-group): Implement group deletion.
370         (nnimap-transform-headers): Return the size of the entire message in
371         the Bytes header, not just the size of the first part.
372         (nnimap-request-move-article): When moving an article from nnimap,
373         request the article first so the accepting form has an article to
374         accept.  Reported by Dan Christensen.
375         (nnimap-command): Make sure that the error message doesn't error out.
376
377 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
378
379         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
380         we haven't requested anything.
381
382 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
383
384         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
385         "".  Fix found by Andrew Cohen.
386
387         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
388         instead of -encode-string.
389
390 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
391
392         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
393
394         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
395         by mm-subst-char-in-string.
396
397 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
398
399         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
400         waiting for the connection string.
401
402         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
403         arriving.
404
405         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
406         bogus characters.  This allows selecting certain Gmail groups.
407
408         * nnimap.el (nnimap-find-wanted-parts-1): New function.
409         (nnimap-fetch-partial-articles): New variable.
410         (nnimap-open-connection): When looking for credentials, also use the
411         nnimap-server-port.
412         (nnimap-request-article): Return the group/article number, so that Gnus
413         `^' works as expected.
414         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
415         them.
416
417         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
418         comments.
419         (gnus-methods-sloppily-equal): New function.
420         (gnus): When using the development version of Gnus, load the gnus-load
421         file.
422
423         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
424         `gnus-open-server' on each method before trying to scan them etc.  This
425         ensures that all the backend parameters are set correctly.
426
427         * nnimap.el (nnimap-authenticator): New variable.
428         (nnimap-open-connection): Allow anonymous login.
429         (nnimap-transform-headers): The chars header is called Chars not
430         Bytes.
431         (nnimap-wait-for-response): Don't infloop if the IMAP connection
432         drops.
433
434         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
435         patch, found by Knut Anders Hatlen.
436
437 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
438
439         * gnus-agent.el (gnus-agent-batch-confirmation)
440         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
441         to gnus-message.
442         * gnus-art.el (gnus-article-describe-briefly): Likewise.
443         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
444         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
445         * gnus-int.el (gnus-open-server): Likewise.
446         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
447         (gnus-score-check-syntax): Likewise.
448         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
449         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
450         Likewise.
451         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
452
453 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
454
455         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
456         calling conventions so that prefetch doesn't bug out.
457
458 2010-09-19  Julien Danjou  <julien@danjou.info>
459
460         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
461         rather than `subst-char-in-region' in order to be able to replace ASCII
462         char by UTF-8 ones.
463
464         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
465         than curl.
466         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
467         the right URL and ALT text on images.
468         (gnus-html-wash-tags): Fix tag case.
469         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
470         (gnus-article-html): Add -o display_ins_del=2 option.
471         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
472
473 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
474
475         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
476         the extra mail headers, which sometimes seem to happen for unknown
477         reasons.
478
479         * mail-parse.el (mail-header-encode-parameter): Define as
480         rfc2045-encode-string instead of as rfc2231-encode-string, since some
481         (or most, perhaps?) mail readers don't understand the latter, but do
482         understand the former.
483
484         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
485         to nil, so that no methods are automatically agentized.  I think this
486         is probably what most users want.
487
488         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
489         from url-retrieve, for instance about invalid URLs.
490
491         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
492         groups that have no articles.
493         (nnimap-request-article): Check that we really got an article when we
494         requested one.
495
496         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
497         doesn't exist.
498
499         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
500         nntp buffer so the agent can save it.
501         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
502         that CRLF doesn't get translated to \n.
503         (nnimap-open-connection): Don't make 'shell commands only send \n.
504
505 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
506
507         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
508         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
509         Update var name.
510         (nnml-generate-nov-file): Use dolist.
511         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
512         Use with-current-buffer.
513
514 2010-09-18  Julien Danjou  <julien@danjou.info>
515
516         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
517         parallel.
518
519 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
520
521         * nnimap.el (nnimap-update-info): When doing partial marks update, get
522         the range update right.
523         (nnimap-request-group): Don't make `M-g' bug out on group with no
524         marks.
525         (nnoo): Required, so that other packages can require nnimap.
526         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
527         command we're looking for.  This helps when the server sends more
528         responses after we've gotten everything we expected.
529         (nnimap): Add a `newlinep' field to keep track of end-of-line
530         conventions.
531         Don't send CRLF to things that don't want it.
532         (nnimap-request-accept-article): Ditto.
533
534 2010-09-18  Julien Danjou  <julien@danjou.info>
535
536         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
537         than curl to retrieve images.
538
539 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
540
541         * nnimap.el (nnimap-update-info): Extend the info so that we can set
542         the marks.
543         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
544         (nnimap-wait-for-connection): New function.
545         (nnimap-open-connection): If we have PREAUTH, don't query for login
546         credentials.
547         (nnimap-update-info): Fix off-by-one error when concatenating ranges
548         when doing a partial update.
549
550 2010-09-18  Julien Danjou  <julien@danjou.info>
551
552         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
553         tags.
554
555 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
556
557         * nnimap.el (nnimap-credentials): New function.
558         (nnimap-open-connection): Use the new function to look for credentials
559         also on the numeric equivalents of "imap" and "imaps".
560
561         * gnus-start.el (gnus-activate-group): Send the info to
562         gnus-request-group.
563
564         * nnimap.el (nnimap-request-group): Have the "check" version of the
565         function parse flags and update the info, so that a `M-g' get a total
566         resync of all flags from the group.
567
568         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
569         to allow backends to alter the info on group selection.  Also alter all
570         the backend -request-group functions to take the parameter.
571
572         * nnimap.el (nnimap-store-info): New function.
573         (nnimap-update-info): Store the info for later usage.
574         (nnimap-request-group): Use the stored info for the dont-check case, so
575         that we don't retrieve all marks when we enter a group.
576
577         * nnimap.el: Use deffoo instead of defun for interface functions.
578
579         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
580         update the group info.  This makes the nndraft groups, for instance, go
581         back to their old behaviour.
582
583         * gnus-sum.el (gnus-select-newsgroup): Indent.
584
585         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
586         in.
587         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
588         nothing.
589
590         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
591         from methods that are denied.
592
593         * gnus-int.el (gnus-method-denied-p): New function.
594
595         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
596         store the password instead of netrc.
597         (nnimap-open-connection): Don't error out when we can't make a
598         connections.
599
600         * auth-source.el (auth-source-create): In the password prompt, say what
601         we're querying for.  Also prompt for user name if that hasn't been
602         given.
603
604         * nnimap.el (nnimap-with-process-buffer): Removed.
605
606 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
607
608         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
609         method when we're reading from the agent.
610
611         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
612
613         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
614         that's probably most useful for users.
615
616         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
617         "failed" all the time.
618
619         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
620         ...)) with (with-current-buffer ... ).
621
622         * nntp.el (nntp-open-server): Return whether the open was successful or
623         not.
624
625         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
626         select an unread unseen article first.
627
628         * nnimap.el (nnimap-open-connection): If the user doesn't have a
629         /etc/services, supply some sensible port defaults.
630
631         * dgnushack.el: Define netrc-credentials.
632
633 2010-09-17  Julien Danjou  <julien@danjou.info>
634
635         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
636
637 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
638
639         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
640         doesn't have any parameters.
641
642 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
643
644         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
645         only upcased checks.
646
647         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
648
649         * nnimap.el (nnimap-open-shell-stream): New function.
650         (nnimap-open-connection): Use it.
651         (nnimap-transform-headers): Get the number of lines in each message.
652         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
653         number of lines.
654         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
655         problem.
656
657         * utf7.el (utf7-encode): Autoload.
658
659         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
660         to allow the mail splitting to not return a default group.  This is
661         useful for nnimap, which will leave unmatched mail in the inbox.
662
663         * nnimap.el: Rewritten.
664
665         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
666         nnimap usage.
667
668         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
669         if the move is internal, so that nnimap can do fast internal moves.
670
671         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
672         data.
673         (gnus-read-active-for-groups): Support finishing the early retrieval of
674         data.
675
676         * gnus-range.el (gnus-range-nconcat): New function.
677
678         * gnus-int.el (gnus-finish-retrieve-group-infos)
679         (gnus-retrieve-group-data-early): New functions.
680
681 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
682
683         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
684         (nnrss-retrieve-groups):
685         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
686         (pop3-quit): Use with-current-buffer.
687
688 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
689
690         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
691         instead of nnheader-accept-process-output.
692
693         * dgnushack.el (dgnushack-compile): Add comment.
694
695         * lpath.el: No need to fbind propertize for XEmacs 21.4.
696
697         * gnus-html.el (gnus-html-schedule-image-fetching)
698         (gnus-html-prefetch-images): Replace process-kill-without-query by
699         gnus-set-process-query-on-exit-flag.
700
701 2010-09-16  Romain Francoise  <romain@orebokech.com>
702
703         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
704
705 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
706
707         * gnus-registry.el (gnus-registry-install-shortcuts): The second
708         parameter to unintern is mandatory-ish in Emacs 24.
709
710         * gnus-html.el (gnus-html-schedule-image-fetching)
711         (gnus-html-prefetch-images): Check for curl before using it.
712
713         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
714         depend on curl, which isn't essential.
715
716         * imap.el: Revert back to version
717         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
718         seem problematic.
719
720 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
721
722         * gnus-registry.el (gnus-registry-install-shortcuts):
723         Explicitly pass `obarray' to `unintern' to avoid a warning.
724
725 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
726
727         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
728         change.
729
730         * nnrss.el (nnrss-request-list): Removed this function and related
731         functions, including the moreover stuff.
732
733 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
734
735         * nnrss.el (nnrss-retrieve-groups): New function.
736
737 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
738
739         * .dir-locals.el: Add no-byte-compile cookie.
740
741 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
742
743         * time-date.el (format-seconds): Comment fix.
744
745         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
746         for back end that doesn't support request-scan.
747
748 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
749
750         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
751         then do request scans from the backends.
752
753         * netrc.el (netrc-credentials): New conveniency function.
754
755         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
756         avoid running a hook per line, since this takes a lot of time,
757         profiling shows.
758         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
759         directly if gnus-visual-p is true.
760
761 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
762
763         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
764         groups; replace mapcar with dolist which is a bit faster; pass groups
765         info to gnus-read-active-file-1.
766         (gnus-read-active-file-1): Scan only specified groups if the new
767         optional arg `infos' is given.
768
769 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
770
771         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
772
773         * pop3.el (pop3-movemail): Removed.
774         (pop3-streaming-movemail): Renamed to pop3-movemail.
775
776         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
777         don't restrict end-tag searches to the end of the line.
778
779 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
780
781         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
782         articles of every unchecked group to t, which means unknown since the
783         server has never been opened.
784
785 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
786
787         * gnus-html.el (gnus-html-show-alt-text): New command.
788         (gnus-html-browse-image): Ditto.
789         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
790         to browse the image directly.
791         (gnus-html-wash-tags): Search for images first, so that <a><img> works
792         better.
793
794         * gnus-async.el (gnus-async-article-callback): Call
795         `gnus-html-prefetch-images' unconditionally.
796
797         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
798         before feeding URLs to curl.
799
800 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
801
802         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
803         internal images as deletable by `W D D'.
804
805         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
806         (gnus-async-article-callback): Fix typo.
807
808 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
809
810         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
811         current line to work around bugs in the output from w3m.
812
813         * gnus-async.el (gnus-async-article-callback): Always prefetch images
814         for groups that want that.
815
816         * nntp.el (nntp-wait-for-string): Supply a timeout for
817         accept-process-output to ensure progress.
818
819         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
820         level to get unread articles from, then use that for foreign groups,
821         too.
822
823         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
824         confuses the rest of the function.
825
826         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
827         for the methods that support -retrieve-groups, too.
828
829         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
830
831 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
832
833         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
834         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
835
836         * pop3.el: Require cl when compiling.
837         (pop3-number-of-responses): Search for "+OK", not "+OK ".
838
839 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
840
841         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
842         that aren't going to be activated.
843         (gnus-get-unread-articles): Fix up the last commit.
844
845         * gnus-html.el (gnus-article-html): Allow calling without specifying
846         the handle.  In that case, dissect the buffer first.
847
848         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
849
850         * nnimap.el (nnimap-open-connection): Revert the change that would look
851         into authinfo for imaps instead of imap.
852
853         * gnus-start.el (gnus-activate-group): Take an optional parameter to
854         say that you don't want to call gnus-request-group with don-check, but
855         do check the reponse.  This is for virtual groups only.
856         (gnus-get-unread-articles): Count the archive groups as secondary, so
857         that they're activated the same way as before.
858
859         * imap.el (imap-message-map): Removed optional buffer parameter, since
860         no callers use it.
861         (imap-message-get): Ditto.
862         (imap-message-put): Ditto.
863         (imap-mailbox-map): Ditto.
864         (imap-mailbox-put): Ditto.
865         (imap-mailbox-get): Ditto.
866         (imap-mailbox-get): Revert last change for this function.
867
868         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
869         case-insensitively.
870         (nnimap-debug): Removed.
871
872         * imap.el (imap-fetch-safe): Removed function, and altered all callers
873         to use `imap-fetch' instead.  According to the comments, this should be
874         safe, since all other IMAP clients use the 1:* syntax.
875         (imap-enable-exchange-bug-workaround): Removed.
876         (imap-debug): Removed -- doesn't seem very useful.
877
878         * mail-source.el (mail-source-fetch): Don't message if we're fetching
879         mail from a file, and the file doesn't exist.
880
881         * imap.el (imap-log): New convenience function used throughout instead
882         of repeating the same code all over the place.
883
884         * pop3.el (pop3-streaming-movemail): Return t for success.
885
886         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
887         .authinfo if we're using ssl connection.
888
889         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
890         already have if we're in a main Gnus `g' run.
891
892         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
893
894 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
895
896         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
897
898         * nnmh.el (nnmh-request-list-1): Bind `file'.
899
900         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
901         alias to set-process-query-on-exit-flag or process-kill-without-query.
902         (pop3-open-server): Use it.
903
904 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
905
906         * mail-source.el (mail-source-delete-crash-box): Always move the crash
907         box to the Incoming file.  Fixes mistake in previous checkin.
908
909         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
910         request loop (for debugging purposes) removed.
911
912         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
913         culprit is more visible.
914         (nnml-save-incremental-nov, nnml-open-incremental-nov)
915         (nnml-add-incremental-nov): New functions to do "incremental" nov
916         updates, where we just append to the end of the existing nov files
917         without reading/writing them in full.
918
919         * mail-source.el (mail-source-delete-crash-box): Really only check the
920         incoming files once in a while.
921
922         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
923
924         * mail-source.el (mail-source-delete-crash-box): Only check the
925         incoming files for deletion once per day to save a lot of file
926         accesses.
927
928         * pop3.el (pop3-logon): Fix up unbound variable typo.
929
930         * mail-source.el (pop3-streaming-movemail): Autoload.
931
932         * pop3.el (pop3-streaming-movemail): Respect
933         pop3-leave-mail-on-server.
934
935         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
936         retrieval.
937
938         * pop3.el (pop3-process-filter): Removed unused function.
939         (pop3-streaming-movemail, pop3-send-streaming-command)
940         (pop3-wait-for-messages, pop3-write-to-file)
941         (pop3-number-of-responses): New functions for streaming pop3
942         retrieval.
943
944         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
945         come from no known methods.
946         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
947         list.
948
949         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
950         message sizes.
951         (pop3-movemail): Use erase-buffer instead of looping and deleting
952         regions, which seems rather odd.
953
954         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
955         file once per `g' run.
956
957         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
958         directories.  This makes the draft queue directory work.
959
960         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
961         data from the backends, so that we only request the list of groups from
962         each method once.  This should speed things up considerably.
963
964         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
965         detect that it's not implemented.
966
967         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
968         we actually do recurse down into the tree, but don't stat all leaf
969         nodes.
970
971         * gnus-html.el (gnus-html-show-images): If there are no images to show,
972         then say so instead of bugging out.
973
974         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
975         files exist before trying to read them.
976
977         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
978         around <pre_int>.
979
980         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
981
982         * nnmh.el (nnmh-request-list-1): Optimize for speed.
983
984 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
985
986         * mm-util.el (mm-image-load-path): Just return the image directories,
987         not all directories in the path in addition to the image directories.
988         (mm-image-load-path): Maintain a cache of the image directories so that
989         the `g' command in Gnus doesn't have to stat dozens of directories each
990         time.
991
992         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
993         (gnus-html-wash-tags): Add a new `i' command to insert images.
994         (gnus-html-insert-image): New command and keystroke.
995         (gnus-html-redisplay-with-images): New command and keystroke.
996         (gnus-html-show-images): Renamed command.
997         (gnus-html-wash-tags): Remove more white space before <pre_int> image
998         spacers.
999         (gnus-html-wash-tags): Decode entities at the end, so that entities
1000         inside the tags don't mess up the rest of the "parsing".
1001
1002         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1003         so that nnimap methods aren't agentized by default.  There's apparently
1004         many problems related to agent/imap behaviour.
1005
1006         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1007
1008         * gnus-html.el: Doc fix.
1009
1010 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1011
1012         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1013         specifier-spec-list for Emacs 21.
1014
1015         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1016         glyph-width and glyph-height instead of display-graphic-p and
1017         image-size; make avoidance of displaying small images work for XEmacs.
1018
1019         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1020         for XEmacs.
1021
1022         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1023         of symbol that holds plist data.
1024         (gnus-process-plist): Remove plist of process after getting it.
1025
1026 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1027
1028         * message.el (message-generate-hashcash): Change default to
1029         'opportunistic if hashcash is installed.
1030
1031         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1032         (gnus-html-put-image): Only call image-size once, since it's somewhat
1033         time-consuming on remote X servers.
1034
1035 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1036
1037         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1038         type on data, not a file name.
1039
1040         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1041         window-pixel-edges for Emacs 21.
1042
1043         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1044         decoded contents.
1045         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1046
1047 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1048
1049         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1050         group line format, since it isn't very interesting.
1051
1052         * gnus-agent.el (gnus-agent-short-article),
1053         (gnus-agent-long-article): Increase values for these two variables,
1054         since most people are likely to have more network connection and
1055         storage than before.
1056
1057         * gnus.el (gnus-refer-article-method): Change default to 'current.
1058         When referring an article, the common behaviour is to refer it from the
1059         current select method, not the native select method.  The chances of
1060         the native select method having the message in question is rather slim
1061         these days.
1062
1063         * gnus-sum.el (gnus-auto-select-subject): Change default to
1064         `unseen-or-unread'.  I think it's likely that most people want to
1065         select an unseen article over a previously seen, but unread one.
1066
1067         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1068         means that in the article buffer none of the minor mode elements will
1069         be shown, usually, and this is not desirable in most cases.
1070
1071         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1072         that commands like `d' (and the like) go to the next line in the
1073         buffer, instead of the next unread article.  I think this is the
1074         behaviour that is most natural for most users.
1075         (gnus-single-article-buffer): Change default to nil, so that people can
1076         have as many article buffers open as they have summary buffer.  I think
1077         this is the most natural way for the groups to behave.
1078
1079         * message.el (message-generate-new-buffers): Change default to
1080         `unsent', so that all new message buffers start their names with the
1081         string "*unsent", and it's easier to find the buffers if you move from
1082         them.
1083
1084 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1085
1086         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1087         small.  They're probably tracking images.
1088         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1089         (gnus-html-rescale-image): Yet another try at getting the image sizing
1090         right.
1091
1092         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1093         nntp-marks-file-name is nil.
1094
1095 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1096
1097         * gnus-html.el (gnus-html-wash-tags)
1098         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1099         Better logging.
1100
1101 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1102
1103         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1104
1105         * gnus-html.el (gnus-html-wash-tags): Check the value of
1106         gnus-blocked-images in the summary buffer.
1107
1108 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1109
1110         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1111
1112 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1113
1114         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1115         like "a", it seems like.
1116         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1117         since it needs to be picked from the correct buffer.
1118
1119         * nnwfm.el: Removed.
1120
1121         * nnlistserv.el: Removed.
1122
1123 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1124
1125         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1126         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1127
1128 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1129
1130         * nnkiboze.el: Removed.
1131
1132         * nndb.el: Removed.
1133
1134         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1135         alt text.
1136         (gnus-html-rescale-image): Try to get the rescaling logic right for
1137         images that are just wide and not tall.
1138
1139         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1140         overshadow variable bindings.
1141
1142 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1143
1144         * gnus-html.el (gnus-html-wash-tags)
1145         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1146         extra logging.
1147
1148 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1149
1150         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1151         (gnus-max-image-proportion): New variable.
1152         (gnus-html-rescale-image): New function.
1153         (gnus-html-put-image): Rescale images.
1154
1155 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1156
1157         Fix up some byte-compiler warnings.
1158         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1159         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1160         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1161         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1162         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1163         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1164         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1165
1166 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1167
1168         * gnus-html.el (gnus-article-html): Decode contents by charset.
1169
1170 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1171
1172         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1173         (gnus-html-frame-width, gnus-blocked-images)
1174         * message.el (message-prune-recipient-rules): Add custom version.
1175         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1176
1177         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1178         functions.
1179
1180         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1181         gnus-process-get.
1182
1183 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1184
1185         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1186         instead of lsub directly.
1187
1188 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1189
1190         * nnwarchive.el: Removed.
1191
1192         * gnus-soup.el: Removed.
1193
1194         * nnsoup.el: Removed.
1195
1196         * nnultimate.el: Removed.
1197
1198         * gnus-html.el (gnus-blocked-images): New variable.
1199
1200         * message.el (message-prune-recipients): New function.
1201         (message-prune-recipient-rules): New variable.
1202
1203         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1204         guess whether a long line is natural text or not.
1205
1206         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1207         gnus-process-plist and friends for compatibility.
1208
1209 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1210
1211         * gnus-html.el: Require packages that define macros used in this file.
1212         (gnus-article-mouse-face): Declare to silence byte-compiler.
1213         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1214         process-get.
1215         (gnus-html-put-image): Use plist-get to avoid getf.
1216         (gnus-html-prefetch-images): Use with-current-buffer.
1217
1218 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1219
1220         * gnus-ems.el: Provide compatibility functions for
1221         gnus-set-process-plist.
1222
1223         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1224         header-line-format for XEmacs 21.4.
1225
1226         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1227         * gnus.el (gnus-valid-select-methods)
1228         * message.el (message-send-mail-partially-limit)
1229         * mm-decode.el (mm-text-html-renderer)
1230         * mml.el (mml-insert-mime-headers-always)
1231         * smiley.el (smiley-regexp-alist): Bump custom version.
1232
1233 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1234
1235         * gnus-html.el: require mm-url.
1236         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1237         with the url to `url'.
1238         (gnus-html-wash-tags): Support cid: URLs/images.
1239
1240 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1241
1242         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1243         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1244         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1245
1246         * gnus-move.el: Removed file, since it doesn't really work.
1247
1248         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1249         UTF-8.  This seems to fix problems with some German web feeds.
1250
1251         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1252         at the top so that the proper colours are applied.
1253
1254         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1255         don't have dots in their names.
1256
1257         * gnus-art.el (gnus-article-view-part): Doc fix.
1258
1259         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1260         XEmacs-compatible.
1261         (gnus-html-put-image): Don't do images on non-graphic displays.
1262
1263         * nnslashdot.el: Removed this unused backend.
1264
1265         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1266         actions.
1267         (gnus-undo-register-1): Revert last change.
1268
1269         * gnus-group.el (gnus-group-completing-read): Protect against not
1270         having completion-styles bound.
1271
1272         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1273         make broken recipients happier.
1274
1275         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1276
1277         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1278         point parameter.
1279
1280         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1281
1282         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1283         completion-styles for group selection.
1284
1285 2009-02-04  Andreas Schwab  <schwab@suse.de>
1286
1287         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1288         headers and regexp-quote the match if necessary.
1289
1290 2009-03-24  Miles Bader  <miles@gnu.org>
1291
1292         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1293         the blinking smiley.
1294
1295 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1296
1297         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1298         blink smiley.
1299
1300 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1301
1302         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1303         where the dribbel file lives exists.
1304
1305         * message.el (message-send-mail-partially-limit): Change the default to
1306         nil, since most people don't want this.
1307
1308         * mm-url.el (mm-url-decode-entities): Also decode entities like
1309         &#x3212.
1310
1311 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1312
1313         * gnus-sum.el (gnus-summary-idna-message):
1314         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1315         Hyperlink urls in docstrings with URL `...'.
1316
1317 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1318
1319         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1320         functions.
1321
1322 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1323
1324         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1325         say what the mouseover text should be.
1326
1327         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1328         version of the mm-w3m-safe-url-regexp variable to only download images
1329         in the groups where we want that to happen.
1330
1331         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1332
1333         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1334         easier debugging.
1335         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1336         big pictures in the article buffer.
1337
1338         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1339         gnus-article-html.
1340         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1341         w3m.
1342
1343         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1344
1345 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1346
1347         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1348         which doesn't exist.
1349
1350         * message.el (message-inhibit-ecomplete): New variable to allow some
1351         function to inhibit ecomplete address storage.
1352         (message-resend): Disable ecomplete message storage when resending
1353         messages.
1354
1355         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1356
1357 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1358
1359         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1360         Save excursion while copying, moving, and deleting articles in order to
1361         prevent the cursor from jumping to unforeseen place.
1362
1363 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1364
1365         * lpath.el: No need to bind bookmark-current-buffer,
1366         bookmark-yank-point and bookmark-make-record-function.
1367
1368 2010-08-17  Glenn Morris  <rgm@gnu.org>
1369
1370         * gnus-sync.el: Require gnus components whose functions are used.
1371
1372         * gnus-art.el (bookmark-make-record-function):
1373         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1374         Declare for compiler.
1375
1376         * mm-url.el (mml-compute-boundary): Autoload.
1377
1378 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1379
1380         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1381
1382 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1383
1384         Typo fix "hoo4a" -> "hook".
1385
1386         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1387
1388 2010-08-14  Glenn Morris  <rgm@gnu.org>
1389
1390         * gnus-sync.el (gnus-sync): Fix defgroup version.
1391
1392 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1393
1394         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1395
1396         * gnus-sync.el: Fix docs.
1397         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1398         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1399
1400 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1401
1402         Optimizations for gnus-sync.el.
1403
1404         * gnus-sync.el: Add docs about gnus-sync-backend
1405         possibilities.
1406         (gnus-sync-save): Remove unnecessary message.
1407         (gnus-sync-read): Optimize and show what groups were skipped.
1408
1409 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1410
1411         Minor bug fixes for gnus-sync.el.
1412
1413         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1414         read the sync on get-new-news.
1415
1416         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1417         quiet.
1418
1419         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1420
1421 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1422
1423         Make saving and restoring of hidden threads work with overlays.
1424         Patch applied by Ted Zlatanov.
1425
1426         * gnus-sum.el (gnus-hidden-threads-configuration)
1427         (gnus-restore-hidden-threads-configuration): Update to deal with text
1428         properties, rather than searching for a magic character.
1429
1430 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1431
1432         New gnus-sync.el library for synchronization of marks.
1433
1434         * gnus-sync.el: New library for synchronization of marks.
1435
1436         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1437         renamed from `gnus-registry-grep-in-list'.
1438
1439         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1440
1441         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1442
1443 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1444
1445         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1446         determining charset of text fails.
1447
1448 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1449
1450         * nnmail.el (nnmail-get-new-mail-1): Revert.
1451
1452         * nnml.el (nnml-active-number): Make sure names of newly created groups
1453         in nnml-group-alist are encoded.
1454
1455 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1456
1457         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1458         containing non-ASCII characters in active file for nnml back end.
1459
1460 2010-07-24  David Engster  <dengste@eml.cc>
1461
1462         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1463         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1464
1465 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1466
1467         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1468         tag (Bug#6654).
1469
1470 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1471
1472         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1473         the article buffer, not the summary buffer.
1474
1475 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1476
1477         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1478         Emacs 23 as well.
1479
1480 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1481
1482         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1483         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1484
1485 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1486
1487         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1488         Patch applied by Karl Fogel.
1489
1490         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1491         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1492
1493 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1494
1495         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1496         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1497         C-w still not working correctly from Article buffers; Thierry's
1498         patch to fix that will be applied after this.
1499
1500         * gnus-art.el (bookmark-make-record-function): New local variable.
1501
1502         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1503         article buffer.
1504         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1505
1506 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1507
1508         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1509         on changes in bookmark.el.
1510
1511 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1512
1513         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1514         `no-log' instead of message not to log prompt string.
1515
1516 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1517
1518         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1519         the *other* type of HTML form submission.
1520
1521 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1522
1523         * auth-source.el (auth-source-pick): If choice does not contain a
1524         questioned keyword, set the check to t.
1525
1526 2010-06-12  Romain Francoise  <romain@orebokech.com>
1527
1528         * gnus-util.el (gnus-date-get-time): Move up before first use.
1529
1530 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1531
1532         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1533         (gnus-article-edit-part): Bind it to make last part that is substituted
1534         or deleted visible.
1535         (gnus-mime-display-single): Buttonize part of which id equals to
1536         gnus-mime-buttonized-part-id.
1537
1538 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1539
1540         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1541         (gnus-dd-mmm): Use gnus-date-get-time.
1542         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1543         simplify logic.
1544         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1545         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1546
1547 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1548
1549         * auth-source.el (top): Autoload `secrets-list-collections',
1550         `secrets-create-item', `secrets-delete-item'.
1551         (auth-sources): Fix tag string.
1552         (auth-get-source, auth-source-retrieve, auth-source-create)
1553         (auth-source-delete): New defuns.
1554         (auth-source-pick): Rewrite in order to avoid 2 passes.
1555         (auth-source-forget-user-or-password): New parameter USERNAME.
1556         (auth-source-user-or-password): New parameters CREATE-MISSING and
1557         DELETE-EXISTING.  Retrieve password interactively, if needed.
1558
1559 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1560
1561         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1562         deleting unused directories when gnus-expert-user is t.
1563
1564 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1565
1566         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1567         for each temp file when gnus-article-browse-delete-temp is ask.
1568
1569 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1570
1571         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1572         Lisp calls to delete-backward-char by calls to delete-char.
1573
1574 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1575
1576         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1577
1578 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1579
1580         * password-cache.el (password-cache-remove): Fix docstring.
1581
1582 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1583
1584         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1585         article unless decoding article to be saved.
1586
1587 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1588
1589         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1590         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1591         generated within the mm-with-unibyte-current-buffer macro.
1592
1593 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1594
1595         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1596         to nil when we're in a mml-preview buffer and no group is selected.
1597
1598 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1599
1600         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1601         when catching the `C-g'.  Reported by "Leo".
1602
1603 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1604
1605         * message.el (message-forward-make-body-plain)
1606         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1607         multibyte-string-p.
1608
1609         * lpath.el: Revert.
1610
1611 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1612
1613         * message.el (message-forward-make-body-mml): Assume original message
1614         is multibyte string; error on unibyte.
1615         (message-forward-make-body-plain): Ditto; don't add excessive newline
1616         in body end.
1617
1618         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1619
1620 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1621
1622         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1623         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1624
1625 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1626
1627         * mm-extern.el (mm-extern-url): Don't use
1628         mm-with-unibyte-current-buffer.
1629         (mm-extern-cache-contents): Use with-current-buffer instead of
1630         save-excursion + set-buffer.
1631
1632 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1633
1634         * mm-util.el (mm-emacs-mule): Remove.
1635
1636 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1637
1638         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1639         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1640         change.
1641
1642 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1643
1644         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1645         bind the default value of enable-multibyte-characters to nil.
1646
1647 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1648
1649         * message.el (message-forward-make-body-plain)
1650         (message-forward-make-body-mml):
1651         Don't use mm-with-unibyte-current-buffer.
1652
1653 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1654
1655         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1656
1657 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1658
1659         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1660         (Bug#5592).
1661
1662 2010-05-07  Julien Danjou  <julien@danjou.info>
1663
1664         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1665         it to mm-pipe-part.
1666
1667         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1668         it is given.
1669
1670 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1671
1672         * binhex.el (binhex-decode-region-internal)
1673         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1674         (dns-query)
1675         * nnweb.el (nnweb-gmane-search)
1676         * pgg-parse.el (pgg-parse-armor)
1677         * pgg.el (pgg-verify-region)
1678         * sha1.el (sha1-string-external)
1679         * uudecode.el (uudecode-decode-region-internal)
1680         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1681         XEmacs.
1682
1683         * gnus-art.el (gnus-article-browse-html-parts)
1684         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1685         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1686         make-temp-file.
1687
1688         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1689         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1690         compiling.
1691
1692         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1693         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1694         XEmacs when compiling.
1695
1696         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1697         gnus-pick-mode-off-hook for XEmacs when compiling.
1698         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1699         gnus-binary-mode-off-hook for XEmacs when compiling.
1700
1701         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1702         nil if char-charset is not available.
1703
1704         * imap.el (imap-disable-multibyte)
1705         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1706         macros.
1707
1708         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1709         instead of encode-coding-string.
1710
1711         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1712         'xemacs) instead of mm-emacs-mule to switch function definitions.
1713         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1714
1715         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1716         bind temporary-file-directory for XEmacs;
1717         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1718         timer-set-function for XEmacs 21.4 and SXEmacs;
1719         bind timer-list for XEmacs 21.4 and SXEmacs;
1720         fbind char-charset and find-charset-region for non-Mule XEmacs;
1721         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1722         encode-coding-region and encode-coding-string for XEmacs having no
1723         file-coding feature.
1724
1725 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1726
1727         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1728
1729 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1730
1731         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1732         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1733
1734 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1735
1736         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1737         alias `jka-compr-delete-temp-file' no longer exists.
1738
1739 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1740
1741         Use define-minor-mode in Gnus where applicable.
1742         * mml.el (mml-mode): Use define-minor-mode.
1743         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1744         (gnus-undo-mode): Use define-minor-mode.
1745         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1746         (gnus-dead-summary-mode): Use define-minor-mode.
1747         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1748         Initialize in declaration.
1749         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1750         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1751         (gnus-mailing-list-mode): Use define-minor-mode.
1752         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1753         (gnus-draft-mode): Use define-minor-mode.
1754         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1755         (gnus-dired-mode): Use define-minor-mode.
1756
1757 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1758
1759         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1760         handles on recursive mml-to-mime translation and check them for
1761         boundary delimiter collisions.  Reported by Greg Troxel.
1762
1763 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1764
1765         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1766
1767 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1768
1769         * mm-util.el (mm-find-buffer-file-coding-system):
1770         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1771
1772 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1773
1774         * message.el (message-generate-headers): Record insertion of optional
1775         headers as well.  Otherwise the check to prevent repeated insertion of
1776         optional headers is a no-op.
1777
1778 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1779
1780         * smime.el: Don't mention CVS.
1781
1782         * nnrss.el (nnrss-fetch): Don't mention CVS.
1783
1784         * nnir.el: Don't mention CVS.
1785
1786 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1787
1788         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1789
1790 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1791
1792         * lpath.el: Fbind bookmark-default-handler,
1793         bookmark-get-bookmark-record, bookmark-make-record-default,
1794         bookmark-prop-get for Emacs <23 and XEmacs.
1795
1796 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1797
1798         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1799         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1800         Use with-current-buffer to silence the byte-compiler.
1801         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1802         bother to require `gnus'.
1803         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1804
1805 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1806
1807         * gnus-sum.el (gnus-summary-bookmark-make-record)
1808         (gnus-summary-bookmark-jump): New functions.
1809         (gnus-summary-mode): Setup bookmark support.
1810
1811 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1812
1813         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1814         if set.
1815
1816 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1817
1818         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1819         gnus-article-browse-html-save-cid-image; make it work recursively for
1820         forwarded messages as well.
1821         (gnus-article-browse-html-parts): Work when prefix arg is given.
1822         (gnus-article-browse-html-article): Doc fix.
1823
1824 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1825
1826         * message.el (message-default-mail-headers):
1827         (message-default-headers): Carry the value mail-default-headers over
1828         into message-default-mail-headers, rather than message-default-headers.
1829
1830 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1831
1832         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1833         charset.
1834
1835         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1836         charset into the <meta> tag when the article is encoded to utf-8.
1837
1838 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1839
1840         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1841         directories as well.
1842         (gnus-article-browse-html-parts): Work for images that do not specify
1843         file names; delete temp directory when quitting; insert header at the
1844         right place; use file: scheme for image files.
1845
1846 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1847
1848         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1849         (gnus-article-browse-html-parts): Use it to make temporary cid image
1850         files in addition to html file so that browser may display them.
1851
1852 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1853
1854         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1855
1856 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1857
1858         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1859
1860 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1861
1862         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1863         about Secret Service API sources.  Improve Customize options.
1864         (auth-source-pick): Change to accept any number of search parameters.
1865         Implement fallbacks iteratively, not recursively.  Add scoring on the
1866         second pass and sort by score.  Call Secret Service API when needed.
1867         (auth-source-user-or-password): Use it.  Call Secret Service API
1868         directly when needed to get the user name and the password.
1869
1870 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1871
1872         * message.el (message-interactive): Doc fix.
1873         (message-qmail-inject-args): Reflow.
1874         (message-kill-to-signature): Fix typo in docstring.
1875
1876         * smiley.el (smiley-buffer): Fix typo in docstring.
1877
1878 2010-03-24  Glenn Morris  <rgm@gnu.org>
1879
1880         * mail-source.el (gnus-message): Declare.
1881         (mail-source-delete-old-incoming): Require gnus-util.
1882
1883 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1884
1885         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1886
1887         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1888
1889         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1890         password-cache's default if it is not bound.
1891         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1892         password-cache-expiry's default if it is not bound.
1893
1894         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1895         available in Emacs 21.
1896
1897         * lpath.el: Suppress compiler warnings for:
1898         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1899         XEmacs;
1900         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1901         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1902         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1903
1904 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1905
1906         * auth-source.el (auth-sources): Fix up definition so extra parameters
1907         are always inline.
1908
1909 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1910
1911         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1912         wasn't updated after mismatch.  Clear cached mailbox info correctly
1913         when uidvalidity changes.
1914         (nnimap-group-prefixed-name): New function to avoid some code
1915         duplication.
1916         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1917         (nnimap-request-group): Use it.
1918         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1919         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1920         with many imap folders.  This is done by caching the group status from
1921         the imap server persistently in a group parameter `imap-status'.  (This
1922         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1923         but not persistently, so every Gnus startup was still very slow.)
1924
1925 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1926
1927         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1928         delete the extra newline.  Otherwise editing of :string and :number
1929         types don't work.
1930
1931 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1932
1933         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1934         secrets.el dependency.
1935         (auth-sources): Add optional user name.  Add secrets.el configuration
1936         choice (unused right now).
1937
1938 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1939
1940         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1941         `gnus-registry-install-shortcuts' fill in the functions.
1942
1943         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1944         warnings.
1945         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1946         (gnus-registry-install-shortcuts): Populate and use it in a
1947         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1948
1949 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1950
1951         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1952         In-place substitutions for the group name encoding/decoding.
1953         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1954         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1955         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1956         (nnimap-update-unseen, nnimap-request-list)
1957         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1958         (nnimap-request-set-mark, nnimap-split-to-groups)
1959         (nnimap-split-articles, nnimap-request-newgroups)
1960         (nnimap-request-create-group, nnimap-request-accept-article)
1961         (nnimap-request-delete-group, nnimap-request-rename-group)
1962         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1963         `encoded-mbx' for consistency.
1964         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1965         variable `imap-current-mailbox'.
1966
1967         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1968         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1969
1970 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1971
1972         * pop3.el (pop3-display-message-size-flag): Display message size byte
1973         counts during POP3 download.
1974         (pop3-movemail): Use it.
1975         (pop3-list): Implement listing of available messages.
1976
1977 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1978
1979         * nnir.el (nnir-get-article-nov-override-function): New function to
1980         override the normal NOV retrieval.
1981         (nnir-retrieve-headers): Use it.
1982
1983 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1984
1985         * auth-source.el (netrc-machine-user-or-password): Autoload.
1986
1987 2010-03-19  Glenn Morris  <rgm@gnu.org>
1988
1989         Stop message.el from loading about 40 libraries it doesn't always need.
1990         The general approach is to autoload rather than require, and to
1991         require in the specific functions rather than the file.  (Bug#5642)
1992
1993         * gmm-utils.el: Don't require wid-edit.
1994         (widget-create-child-value, widget-convert, widget-default-get):
1995         Autoload.
1996
1997         * gnus-util.el: Don't require time-date, netrc.
1998         (message-fetch-field, gnus-group-name-decode): Declare rather than
1999         autoloading.
2000         (gnus-fetch-field): Require message.
2001         (gnus-decode-newsgroups): Require gnus-group.
2002
2003         * ietf-drums.el: Don't require time-date.
2004
2005         * message.el: Don't require hashcash, canlock, ecomplete.
2006         Do require mail-utils.  Require nnheader only when compiling.
2007         (smtpmail-default-smtp-server): Remove declaration.
2008         (message-send-mail-function): Check smtpmail-default-smtp-server
2009         is bound rather than requiring smtpmail.
2010         (message-auto-save-directory, message-insert-signature): Use
2011         expand-file-name rather than nnheader-concat.
2012         (nnheader-insert-file-contents): Autoload.
2013         (hashcash-wait-async): Declare.
2014         (message-send-mail): Only call gnus-setup-posting-charset if
2015         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2016         (message-send-mail-with-sendmail): Require sendmail.
2017         (canlock-password, canlock-password-for-verify): Declare.
2018         (message-canlock-password): Require canlock.
2019         (nnheader-get-report): Autoload.
2020         (gnus-setup-posting-charset): Declare.
2021         (message-send-news): Require gnus-msg.
2022         (message-make-references, message-make-in-reply-to): Use mail-header-id
2023         rather than the alias mail-header-message-id.
2024         (ecomplete-add-item, ecomplete-save): Declare.
2025         (message-put-addresses-in-ecomplete): Require ecomplete.
2026         (ecomplete-display-matches): Autoload.
2027
2028         * mm-decode.el: Don't require mailcap, gnus-util.
2029         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2030         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2031         Autoload.
2032         (mailcap-mime-extensions): Declare.
2033
2034         * mm-encode.el: Don't require mailcap.
2035         (mailcap-extension-to-mime): Autoload.
2036
2037         * mml-sec.el: Don't require password-cache.
2038
2039         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2040         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2041         (mml-minibuffer-read-type): Require mailcap.
2042         (mml-preview): Require gnus-msg.
2043
2044         * mml1991.el: Require password-cache.
2045         (password-cache-expiry): Remove declaration.
2046
2047         * mml2015.el: Require password-cache.
2048         (password-cache-expiry): Remove declaration.
2049
2050         * nneething.el (mailcap): Require mailcap.
2051
2052         * nnheader.el (declare-function): Add compatibility stub.
2053         (message-remove-header): Declare rather than autoload.
2054         (nnheader-replace-header): Require message.
2055
2056         * nnimap.el (declare-function): Add compatibility stub.
2057         (netrc-parse, netrc-machine-user-or-password): Declare.
2058         (nnimap-open-connection): Require netrc.
2059
2060         * nntp.el (declare-function): Add compatibility stub.
2061         (netrc-parse, netrc-machine, netrc-get): Declare.
2062         (nntp-send-authinfo): Require netrc.
2063
2064         * rfc2047.el: Don't require qp.
2065         (quoted-printable-encode-region, quoted-printable-decode-string):
2066         Autoload.
2067
2068         * sieve-mode.el: Don't require easymenu.
2069         (easy-menu-add-item): Autoload it.
2070
2071         * spam-stat.el (time-to-number-of-days): Autoload it.
2072
2073 2010-03-19  Glenn Morris  <rgm@gnu.org>
2074
2075         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2076
2077 2010-03-18  Glenn Morris  <rgm@gnu.org>
2078
2079         * hashcash.el (declare-function): Remove duplicate definition.
2080
2081 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2082
2083         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2084         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2085         value if any backslash escapes).
2086
2087 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2088
2089         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2090         if it is available.  (bug#5647)
2091
2092         * lpath.el: Suppress compiler warning for coding-system-from-name for
2093         Emacs 21 and XEmacs.
2094
2095 2010-03-14  Juri Linkov  <juri@jurta.org>
2096
2097         * hmac-def.el:
2098         * hmac-md5.el:
2099         * netrc.el: Fix keywords.
2100
2101 2010-02-26  Glenn Morris  <rgm@gnu.org>
2102
2103         * message.el (message-send-mail-function): Change the default, so that
2104         it inherits from a customized send-mail-function.  (Bug#5643)
2105
2106 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2107
2108         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2109         shell-command-to-string signals an error (bug#5299).
2110
2111 2010-02-24  Glenn Morris  <rgm@gnu.org>
2112
2113         * message.el (message-smtpmail-send-it)
2114         (message-send-mail-with-mailclient): Doc fixes.
2115
2116 2010-02-16  Glenn Morris  <rgm@gnu.org>
2117
2118         * message.el (message-default-mail-headers): Change the default value
2119         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2120
2121 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2122
2123         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2124         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2125
2126 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2127
2128         * time-date.el (date-to-time): Doc fix (Bug#5408).
2129
2130 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2131
2132         * message.el (message-mail): Just pass yank-action on to message-setup.
2133         (message-setup): Handle (FUN . ARGS) form of yank-action.
2134         (message-with-reply-buffer, message-widen-reply)
2135         (message-yank-original): Handle non-buffer values of
2136         message-reply-buffer (Bug#4080).
2137         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2138
2139 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2140
2141         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2142         Fix typo in docstring.
2143
2144 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2145
2146         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2147         response.
2148
2149 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2150
2151         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2152
2153         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2154
2155         * message.el (message-check-news-header-syntax): Protect against a
2156         string that `rfc822-addresses' returns when parsing fails.
2157
2158 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2159
2160         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2161         (gnus-previous-char-property-change): New functions.
2162
2163         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2164
2165 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2166
2167         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2168         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2169
2170 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2171
2172         * message.el (message-exchange-point-and-mark): Rework last change to
2173         avoid using optional arg of exchange-point-and-mark, for backward
2174         compatibility.
2175
2176 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2177
2178         * message.el (message-exchange-point-and-mark): Call
2179         exchange-point-and-mark with an argument rather than setting
2180         mark-active by hand (Bug#5175).
2181
2182 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2183
2184         * nntp.el (nntp-service-to-port): Work for service expressed with
2185         numeric string; replace [:digit:] with [0-9] for XEmacs.
2186
2187 2009-12-17  Glenn Morris  <rgm@gnu.org>
2188
2189         * gnus-group.el (gnus-bug-group-download-format-alist):
2190         Change emacs entry to debbugs.gnu.org.  Bump :version.
2191
2192 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2193
2194         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2195
2196 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2197
2198         * message.el (message-info): Explain why we use `Info-goto-node'.
2199
2200 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2201
2202         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2203
2204 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2205
2206         * message.el (message-completion-in-region): New compatibility function.
2207         (message-expand-group): Use it.
2208
2209 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2210
2211         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2212         with no unread article should be listed if the 2nd arg `predicate' is
2213         given.
2214
2215 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2216
2217         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2218
2219 2009-11-29  Juri Linkov  <juri@jurta.org>
2220
2221         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2222         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2223         on `gnus-recenter'. (Bug#4698, Bug#4981)
2224
2225 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2226
2227         * sha1.el (sha1-string-external): default-directory "/" in case
2228         otherwise non-existent.  process-connection-type pipe for touch of
2229         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2230
2231 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2232
2233         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2234         it's comms related and sgml-mode.el has "comm" on that basis too.
2235
2236 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2237
2238         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2239         containing tspecial characters if they have been already quoted.
2240
2241 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2242
2243         * dns-mode.el (auto-mode-alist): Purecopy string.
2244
2245 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2246
2247         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2248
2249 2009-10-24  Glenn Morris  <rgm@gnu.org>
2250
2251         * gnus-art.el (help-xref-stack-item): Define for compiler.
2252
2253 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2254
2255         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2256
2257 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2258
2259         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2260
2261 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2262
2263         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2264         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2265
2266 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2267
2268         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2269         (gnus-overlays-in): New alias to overlays-in.
2270
2271         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2272         gnus-overlay-get, and gnus-delete-overlay.
2273         (gnus-summary-show-thread): Make it work as well for systems in which
2274         next-single-char-property-change is not available.
2275         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2276
2277         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2278         (gnus-overlay-get): New alias to extent-property.
2279         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2280
2281         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2282         SXEmacs.
2283
2284         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2285         SXEmacs.
2286
2287 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2288
2289         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2290
2291 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2292
2293         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2294         and XEmacs that don't have `remove-overlays'.
2295
2296 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2297
2298         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2299         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2300         selective display.  Use overlays instead.
2301
2302 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2303
2304         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2305
2306 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2307
2308         * spam-stat.el (spam-stat-load): Fix typo in message.
2309
2310 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2311
2312         * dig.el (dig-invoke): Fix typo in docstring.
2313         (query-dig): Reflow docstring.
2314
2315 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2316
2317         * gnus-art.el (gnus-article-encrypt-body):
2318         * message.el (message-check-recipients):
2319         * mm-util.el (mm-codepage-setup):
2320         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2321         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2322
2323 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2324
2325         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2326         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2327         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2328         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2329         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2330
2331 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2332
2333         * dig.el: Add "Keywords: comm", as per net-utils.el.
2334
2335 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2336
2337         * dig.el (dig-mode): Use define-derived-mode.
2338
2339 2009-09-19  Glenn Morris  <rgm@gnu.org>
2340
2341         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2342
2343 2009-09-18  Glenn Morris  <rgm@gnu.org>
2344
2345         * gnus-diary.el (gnus-diary-check-message):
2346         * message.el (message-insert-formatted-citation-line):
2347         * nnbabyl.el (top-level):
2348         * nndiary.el (nndiary-schedule):
2349         Fix typos in condition-case handlers.
2350
2351 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2352
2353         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2354         configuration that provides the sole article window in a frame;
2355         position point correctly after deleting a part.
2356
2357 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2358
2359         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2360         (spam-resolve-registrations-routine): Use it to unregister articles
2361         that change status.
2362
2363 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2364
2365         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2366         with XEmacs.
2367         (parse-time-string-chars): Use it.
2368
2369 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2370
2371         * imap.el (imap-interactive-login): Better messages.
2372         (imap-open): Fix bug with renamed buffer on reconnect.
2373         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2374         for easier debugging and cleaner code.  On successful (guessed based on
2375         server capabilities) secondary authentication, set imap-state
2376         correctly.
2377         (imap-last-authenticator): Define imap-last-authenticator as a variable
2378         to avoid warnings.
2379
2380 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2381
2382         * nnrss.el (nnrss-request-article): Remove binding of
2383         default-enable-multibyte-characters that has gotten needless by
2384         the 2007-07-13 change in rfc2047-encode-message-header.
2385
2386         * mml.el (mml-insert-multipart): Error on the message header.
2387         (mml-insert-part): Error on the message header; position point at
2388         the end of a MIME tag.
2389
2390 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2391
2392         * time-date.el (autoload): Expand define-obsolete-function-alias into
2393         defalias and make-obsolete for old Emacsen that Gnus supports.
2394         (with-no-warnings): Define it for old Emacsen.
2395         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2396         is available.
2397         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2398         float-time is available; suppress compile warning for time-to-seconds.
2399
2400         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2401         (gnus-float-time): Alias to float-time if it exists.
2402
2403         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2404         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2405         float-time is available; suppress compile warning for time-to-seconds.
2406
2407         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2408         XEmacs.
2409
2410 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2411
2412         * imap.el (imap-message-map): Docstring fix.
2413
2414 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2417         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2418         Add the optional argument `encoding' that overrides the default.
2419
2420         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2421         mm-encode-buffer.
2422
2423 2009-09-04  Glenn Morris  <rgm@gnu.org>
2424
2425         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2426         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2427         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2428         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2429         * mm-util.el (mm-with-unibyte-current-buffer)
2430         (mm-find-buffer-file-coding-system):
2431         * yenc.el (yenc-decode-region): Use default-value rather than
2432         default-enable-multibyte-characters.
2433
2434 2009-09-03  Glenn Morris  <rgm@gnu.org>
2435
2436         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2437         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2438         than default-enable-multibyte-characters.
2439
2440 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2441
2442         * gnus-art.el (gnus-article-read-summary-keys):
2443         Fix gnus-buffer-configuration's value temporarily used.
2444
2445 2009-09-02  Glenn Morris  <rgm@gnu.org>
2446
2447         * gnus-util.el (gnus-float-time): New function.
2448         * gnus-delay.el (gnus-delay-article):
2449         * gnus-sum.el (gnus-thread-latest-date):
2450         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2451         * nnspool.el (nnspool-request-newgroups):
2452         Use gnus-float-time rather than time-to-seconds.
2453         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2454
2455         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2456         (gnus-header-subject-face, gnus-header-newsgroups-face)
2457         (gnus-header-name-face, gnus-header-content-face):
2458         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2459         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2460         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2461         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2462         (gnus-cite-face-11):
2463         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2464         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2465         (gnus-server-closed-face, gnus-server-denied-face)
2466         (gnus-server-offline-face):
2467         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2468         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2469         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2470         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2471         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2472         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2473         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2474         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2475         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2476         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2477         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2478         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2479         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2480         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2481         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2482         (gnus-summary-high-undownloaded-face)
2483         (gnus-summary-low-undownloaded-face)
2484         (gnus-summary-normal-undownloaded-face)
2485         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2486         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2487         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2488         (gnus-splash-face):
2489         * message.el (message-header-to-face, message-header-cc-face)
2490         (message-header-subject-face, message-header-newsgroups-face)
2491         (message-header-other-face, message-header-name-face)
2492         (message-header-xheader-face, message-separator-face)
2493         (message-cited-text-face, message-mml-face):
2494         * sieve-mode.el (sieve-control-commands-face)
2495         (sieve-action-commands-face, sieve-test-commands-face)
2496         (sieve-tagged-arguments-face):
2497         * spam.el (spam-face):
2498         Mark face aliases with "-face" in the name as obsolete.
2499
2500 2009-09-01  Glenn Morris  <rgm@gnu.org>
2501
2502         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2503         than goto-line.
2504
2505 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2506
2507         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2508         Don't move point if the command is invoked inside the message header.
2509
2510 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2511
2512         * imap.el (imap-send-command): Simplify.
2513         (imap-wait-for-tag): point-max -> buffer-size.
2514
2515 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2516
2517         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2518         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2519         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2520         * nnir.el (nnir-swish-e-index-file):
2521         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2522         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2523         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2524         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2525         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2526         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2527
2528 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2529
2530         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2531         Don't save excursion.
2532
2533 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2534
2535         * nnheader.el (nnheader-find-file-noselect):
2536         * mm-util.el (mm-insert-file-contents):
2537         Use (default-value 'major-mode) instead of default-major-mode.
2538
2539 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2540
2541         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2542
2543 2009-08-26  Glenn Morris  <rgm@gnu.org>
2544
2545         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2546         than placing in files.el.
2547
2548 2009-08-25  Glenn Morris  <rgm@gnu.org>
2549
2550         * nnir.el (top-level): Don't require cl at run-time.
2551         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2552         Replace cl-function substitute with gnus-replace-in-string.
2553         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2554         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2555         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2556         simplified expansions.
2557
2558 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2559
2560         * dig.el (dig): Add autoload cookie.
2561
2562 2009-08-22  Glenn Morris  <rgm@gnu.org>
2563
2564         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2565         goto-line.
2566
2567 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2568
2569         * parse-time.el (parse-time-string-chars): Save match data.
2570
2571 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2572
2573         * parse-time.el (parse-time-string-chars): Compute using character
2574         classes, to handle non-ascii characters (Bug#3190).
2575
2576 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2577
2578         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2579
2580         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2581         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2582         (gnus-mm-display-part, gnus-mime-display-single)
2583         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2584         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2585
2586         * gnus-sum.el
2587         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2588         (gnus-summary-move-article): Add expirable mark to articles copied or
2589         moved to group that has auto-expire turned on if the option is non-nil.
2590
2591 2009-07-24  Glenn Morris  <rgm@gnu.org>
2592
2593         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2594         Fix typo.  (Bug#3903)
2595
2596 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2597
2598         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2599         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2600         that should not be used for draft articles.
2601         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2602         that has no concern in minor mode keys.
2603         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2604         Abolish.
2605
2606 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2607
2608         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2609         article without making inquiry to a user for unknown encoding.
2610
2611         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2612         (nnmaildir--scan): Assume i-node and device number that file-attributes
2613         returns might be cons-cell.
2614
2615         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2616
2617         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2618
2619 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2620
2621         * auth-source.el: Remove docs now in auth.texi.  Don't use
2622         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2623         `auth-source-hide-passwords' and use them.
2624
2625 2009-07-15  Glenn Morris  <rgm@gnu.org>
2626
2627         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2628
2629 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2630
2631         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2632         excessive whitespace from the default values of title and description.
2633
2634 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2635
2636         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2637         mail-fetch-field to fetch Content-Description header in order to
2638         exclude newlines.
2639
2640 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2641
2642         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2643         format used by GnuPG 2.0.11.
2644
2645 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2646
2647         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2648         to deleted part.
2649
2650 2009-05-30  David Engster  <dengste@eml.cc>
2651
2652         * nnmairix.el: Remove old documentation in the commentary block.
2653         (nnmairix-request-group): Do not update active file for nnml back ends.
2654         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2655         end so that overview files are ignored.
2656         (nnmairix-update-groups): Make updating the groups more robust by using
2657         marks.
2658         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2659         with dollar characters in message-id.
2660
2661 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2662
2663         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2664         2008-12-25 in dns.el.
2665
2666 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2667
2668         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2669         could happen if the text is only composed of spaces and/or tabs.
2670
2671 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2672
2673         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2674         when sending a queued message to avoid extra mml tags.
2675
2676 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2677
2678         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2679
2680 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2681
2682         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2683         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2684         rmail-toggle-header for XEmacs;
2685         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2686
2687 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2688
2689         * gnus-dired.el: Remove autoload for gnus-setup-message.
2690         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2691         displaying Gnus logo; always use compose-mail.
2692
2693 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2694
2695         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2696
2697 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2698
2699         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2700         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2701         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2702         available.
2703         (gnus-nocem-epg-verify): New function.
2704
2705 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2706
2707         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2708
2709 2009-02-15  Glenn Morris  <rgm@gnu.org>
2710
2711         * gnus-util.el (rmail-insert-rmail-file-header)
2712         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2713         autoloads.
2714         (rmail-default-rmail-file): Remove unnecessary declaration.
2715         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2716
2717 2009-02-14  Glenn Morris  <rgm@gnu.org>
2718
2719         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2720         variable (only used in gnus-util, which declares it anyway).
2721         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2722         which was only needed by gnus-art (changed to not use it any more).
2723         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2724         only used in gnus-util, which autoloads it itself.
2725         (rmail-update-summary): Fix autoload.
2726
2727         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2728         rather than rmail-output-to-rmail-file.
2729
2730 2009-02-07  Glenn Morris  <rgm@gnu.org>
2731
2732         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2733         autoload of function that no longer exists.
2734         (rmail-toggle-header): Declare.
2735         (message-forward-rmail-make-body): Handle mbox Rmail.
2736
2737 2009-01-31  Glenn Morris  <rgm@gnu.org>
2738
2739         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2740         2009-01-09 change.
2741
2742 2009-01-31  Dave Love  <fx@gnu.org>
2743
2744         * imap.el (imap-fetch-safe): Bind debug-on-error.
2745         (imap-debug): Add imap-fetch-safe.
2746
2747 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2748
2749         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2750         (auth-source-forget-all-cached): New convenience function.
2751         (auth-source-user-or-password): Accept list of modes or a single mode.
2752
2753         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2754         auth-source modes.
2755
2756         * netrc.el (netrc-machine-user-or-password): Use list of
2757         auth-source modes.
2758
2759         * nnimap.el (nnimap-open-connection): Use list of
2760         auth-source modes.
2761
2762         * nntp.el (nntp-send-authinfo): Use list of
2763         auth-source modes.
2764
2765 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2766
2767         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2768         now.
2769
2770 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2771
2772         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2773         coding system in XEmacs; add a workaround for XEmacs.
2774
2775         * lpath.el: Fbind coding-system-aliasee.
2776
2777 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2778
2779         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2780         of current-language-environment.
2781
2782 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2783
2784         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2785         available at runtime.
2786
2787 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2788
2789         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2790
2791 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2792
2793         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2794         the greatest positive fixnum value doesn't work under an XEmacs with
2795         bignum support; use the most-positive-fixnum constant instead,
2796         available since Emacs 21.1 with cl and XEmacs 21.1.
2797
2798 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2799
2800         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2801         XEmacs gets not to work.
2802
2803 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2804
2805         * mm-util.el (mm-coding-system-priorities): Allow the value like
2806         "Japanese (UTF-8)" of current-language-environment.
2807
2808 2009-01-09  Glenn Morris  <rgm@gnu.org>
2809
2810         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2811         with last-command-event.
2812
2813 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2814
2815         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2816         in the doc string.
2817
2818         * message.el (message-fix-before-sending): Amend comment.
2819
2820 2009-01-08  Dave Love  <fx@gnu.org>
2821
2822         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2823
2824 2009-01-07  David Engster  <dengste@eml.cc>
2825
2826         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2827         simplified server definitions by converting it via
2828         gnus-server-to-method.
2829
2830 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2831
2832         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2833         parameter's operands.
2834
2835 2009-01-06  David Engster  <dengste@eml.cc>
2836
2837         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2838         primary select method (for gnus-group-mark-article-as-read).
2839
2840 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2841
2842         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2843         `(gnus)Face', not `(gnus)X-Face'.
2844
2845 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2846
2847         * mm-util.el (mm-ucs-to-char): New function.
2848
2849         * mm-url.el (mm-url-decode-entities): Use it.
2850
2851         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2852         unicode-to-char.
2853
2854 2009-01-05  Dave Love  <fx@gnu.org>
2855
2856         * time-date.el: Require cl for `declare'.
2857
2858 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2859
2860         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2861         Dave Love.
2862
2863 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2864
2865         * message.el (message-fix-before-sending): Add `eight-bit' to
2866         illegible-text check.
2867
2868 2009-01-03  Michael Olson  <mwolson@gnu.org>
2869
2870         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2871         `headers' is nil.  This can occur if the IMAP server does not have
2872         permissions to read messages from a folder, but can write new messages
2873         to the folder.
2874         (nnimap-request-article-part): Do not insert `data' if it is nil.
2875
2876         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2877         characters which will confuse `read', so skip past them.
2878
2879 2009-01-01  Dave Love  <fx@gnu.org>
2880
2881         * imap.el (imap-string-to-integer): Fix typo.
2882         (imap-fetch-safe): New function.
2883         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2884
2885         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2886
2887         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2888         (imap-parse-greeting): Fix doc strings.
2889         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2890         (imap-parse-flag-list): Make messages unique.
2891         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2892
2893         * nnimap.el: Fix author email.
2894         (nnimap-split-rule): Add FIXME comment.
2895         (nnimap-debug): Fix doc string.
2896
2897 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2898
2899         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2900
2901 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2902
2903         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2904         nslookup if resolv.conf isn't available.
2905         (dns-query): Rename from query-dns.
2906         (dns-query-cached): Rename from query-dns-cached.
2907
2908 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2909
2910         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2911         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2912         to check if those variables exist (first appeared in Emacs 18.50).
2913
2914 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2915
2916         * mm-util.el (mm-line-number-at-pos): New function.
2917
2918         * spam-report.el (spam-report-process-queue): Use it.
2919
2920 2008-12-24  David Engster  <dengste@eml.cc>
2921
2922         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2923         parameters that haven't existed as variables as buffer-local variables.
2924
2925 2008-12-23  Dave Love  <fx@gnu.org>
2926
2927         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2928         cadar.
2929
2930         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2931         imap-starttls-p.
2932         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2933
2934 2008-12-22  Dave Love  <fx@gnu.org>
2935
2936         * imap.el: Fix author email.  Doc fixes.
2937         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2938         reply.
2939
2940 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2941
2942         * spam-report.el (spam-report-gmane-max-requests): New constant.
2943         (spam-report-gmane-wait): New variable.
2944         (spam-report-gmane-ham, spam-report-gmane-spam)
2945         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2946         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2947         the server.
2948
2949         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2950         Add explanations.
2951
2952         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2953         nnheader-accept-process-output and nnheader-read-timeout if available.
2954         (pop3-movemail): Use it.
2955
2956         * message.el (message-check-news-body-syntax): Fix signature check if
2957         there's an attachment.
2958
2959 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2960
2961         * mm-util.el: Add comments to the mm- emulating functions.
2962
2963 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2964
2965         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2966         by Stephen Berman <stephen.berman@gmx.net>.
2967
2968 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2969
2970         * mm-util.el (mm-substring-no-properties): New function.
2971         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2972         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2973         (mm-string-to-multibyte): Doc fix.
2974
2975         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2976
2977 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2978
2979         * mml.el (mml-attach-file): Strip text properties from file name.
2980         (Bug#1574)
2981
2982 2008-12-16  Glenn Morris  <rgm@gnu.org>
2983
2984         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2985
2986 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2987
2988         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2989         knows since the charset specified might be a bogus alias that
2990         mm-charset-synonym-alist provides.
2991
2992 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2993
2994         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2995         "ISO_8859-1".
2996
2997         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2998
2999 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3000
3001         * mm-util.el (mm-charset-eval-alist):
3002         Define it before mm-charset-to-coding-system.
3003         (mm-charset-to-coding-system): Add optional argument `silent';
3004         define it before mm-charset-override-alist.
3005         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3006         default value if it can be used in Emacs currently running;
3007         silence mm-charset-to-coding-system.
3008
3009 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3010
3011         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3012         `allow-override' which says whether to use `mm-charset-override-alist'.
3013         (rfc2047-decode-encoded-words): Use it.
3014
3015         * mm-util.el (mm-charset-override-alist): Fix custom type;
3016         add `(gb2312 . gbk)' to choices.
3017
3018 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3019
3020         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3021         fast.
3022
3023         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3024
3025         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3026
3027 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3028
3029         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3030         on links.
3031
3032         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3033
3034 2008-12-03  Lute Kamstra  <lute@gnu.org>
3035
3036         * sha1.el: Remove leading * from docstrings of defcustoms,
3037         deffaces, defconsts and defuns.
3038
3039 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3040
3041         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3042         users' addresses that don't have domain parts.
3043         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3044         rather than message-narrow-to-head since there will be the message
3045         header separator.
3046
3047 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3048
3049         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3050         since the result is inserted in a unibyte buffer anyway.
3051         (nnimap-demule-use-string-to-multibyte): Remove.
3052         (nnimap-demule): Alias it to mm-string-to-multibyte.
3053
3054 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3055
3056         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3057         variable for debugging bug#464 and bug#1174.
3058         (nnimap-demule): Use it.
3059
3060 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3061
3062         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3063         score calculation correctly.
3064
3065 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3066
3067         * message.el (message-send-mail): Just set the buffer to unibyte
3068         rather than use mm-with-unibyte-current-buffer which does a lot more.
3069         (message-send-mail-partially): Don't bother with
3070         mm-with-unibyte-current-buffer since it's already been made unibyte by
3071         message-send-mail.
3072
3073 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3074
3075         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3076
3077 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3078
3079         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3080
3081 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3082
3083         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3084         require itself and to remove `with-no-warnings'.
3085
3086 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3087
3088         * starttls.el (starttls-any-program-available): Get the name of the
3089         available TLS layer program.
3090         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3091         well as the host name in the "opening" message.
3092
3093         * auth-source.el (auth-source-cache, auth-source-do-cache)
3094         (auth-source-user-or-password): Cache passwords and logins by default,
3095         allow override with `auth-source-do-cache'.
3096         (auth-source-forget-user-or-password): Allow users to remove cache
3097         entries if needed.
3098
3099 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3100
3101         * md4.el (md4-buffer): Fix typo in docstring.
3102         (md4, md4-64): Doc fixes.
3103         (md4-pack-int32): Reflow docstring.
3104
3105 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3106
3107         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3108         condition-case to only the forward-sexp call.
3109
3110 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3111
3112         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3113         quotes contained.  Make it more robust regardless by an extra
3114         condition-case wrapper.
3115
3116 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3117
3118         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3119
3120 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3121
3122         * nnml.el (nnml-request-expire-articles): Check if the function set to
3123         `nnmail-expiry-target' returns the symbol `delete'.
3124
3125         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3126
3127         * nnmail.el (nnmail-expiry-target): Fix custom type.
3128
3129 2008-10-02  Glenn Morris  <rgm@gnu.org>
3130
3131         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3132         Silence compiler warning.
3133
3134 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3135
3136         * tls.el (open-tls-stream): Show the actual command being
3137         executed, instead of the format string.
3138
3139 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3140
3141         * lpath.el: Fbind codepage-setup for Emacs 23.
3142
3143 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3144
3145         * mml.el (mml-menu): Don't assume mml2015 is bound.
3146
3147 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3148
3149         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3150         exists.
3151
3152 2008-09-27  Glenn Morris  <rgm@gnu.org>
3153
3154         * gnus-util.el (mail-header-remove-comments): Autoload it.
3155
3156 2008-09-27  Andreas Schwab  <schwab@suse.de>
3157
3158         * gnus-util.el (gnus-split-references): Strip comments.
3159         (gnus-parent-id): Likewise.
3160
3161 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3162
3163         * message.el (message-confirm-send): Fix version.
3164
3165 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3166
3167         * message.el (message-idna-to-ascii-rhs-1): Use
3168         mail-extract-address-components rather than mail-header-parse-addresses
3169         that is an alias by default to ietf-drums-parse-addresses that does not
3170         support non-ASCII names in headers' contents.
3171
3172 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3173
3174         * message.el (message-confirm-send): Fixed variable documentation to
3175         avoid the "y/n" wording.
3176
3177 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3178
3179         * message.el (message-set-auto-save-file-name): Save to a different
3180         filename so multiple messages (especially drafts) can be recovered.
3181
3182 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3183
3184         * message.el (message-confirm-send): Add appropriate version.
3185
3186 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3187
3188         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3189         defvar.
3190
3191 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3192
3193         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3194         (mm-pkcs7-enveloped-magic): Ditto.
3195
3196 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3197
3198         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3199         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3200
3201 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3202
3203         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3204         default, it's better.
3205
3206 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3207
3208         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3209         summary line gnus-number property and ignore them (with a warning
3210         message).
3211
3212 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3213
3214         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3215         macro caddr in the interactive form since it won't be expanded.
3216
3217 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3218
3219         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3220         `charset'; fix name of function called recursively.
3221         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3222
3223 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3224
3225         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3226         (gnus-mime-set-charset-parameters): New function.
3227         (gnus-mime-view-part-as-charset): Use it to correctly display part
3228         specifying wrong charset.
3229
3230 2008-09-08  David Engster  <dengste@eml.cc>
3231
3232         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3233         in completing-read for back end server.
3234
3235 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3236
3237         * message.el (message-confirm-send): New variable to confirm sending a
3238         message.
3239         (message-send): Use it.
3240
3241 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3242
3243         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3244
3245 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3246
3247         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3248
3249 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3250
3251         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3252         prevent tracking too many groups.
3253         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3254         Use it.
3255
3256 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3257
3258         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3259         moving point to the bottom of the window in order to avoid recentering.
3260
3261 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3262
3263         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3264
3265         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3266         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3267         (gnus-article-beginning-of-window): Fix calculation.
3268
3269 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3270
3271         * gnus-msg.el (gnus-summary-supersede-article)
3272         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3273         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3274         message header.
3275
3276 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3277
3278         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3279         pending output coming after the status change.
3280
3281 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3282
3283         * message.el:
3284         * gnus-start.el:
3285         * gnus-registry.el: Remove VMS support.
3286
3287 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3288
3289         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3290         macro.
3291         (rfc2104-hash): Use it.
3292
3293 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3294
3295         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3296         (gnus-summary-sort-by-most-recent-date): New commands.
3297         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3298         and menu entries.
3299
3300 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3301
3302         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3303         don't redisplay article for raw contents; remove plural articles stuff.
3304
3305         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3306         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3307         on gnus-summary-save-article; display results properly.
3308
3309 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3310
3311         * lpath.el: No need to fbind ns-focus-frame.
3312
3313 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3314
3315         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3316
3317 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3318
3319         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3320         gnus-save-all-headers.
3321
3322 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3323
3324         * gnus-util.el (ns-focus-frame): Remove declaration.
3325         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3326         like x.
3327
3328 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3329
3330         * rfc2104.el (rfc2104-zero): Delete defconst.
3331         (rfc2104-hex-alist): Likewise.
3332         (rfc2104-hex-to-int): Delete func.
3333         (rfc2104-hexstring-to-bitstring): Likewise.
3334         (rfc2104-nybbles): New defconst.
3335         (rfc2104-hash): Rewrite for speed.
3336
3337 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3338
3339         * tls.el (open-tls-stream): Make it work with the 2nd argument
3340         BUFFER that is a string but does not exist as a buffer object, as
3341         mentioned in the doc-string.
3342
3343 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3344
3345         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3346         SXEmacs.
3347
3348 2008-07-16  Glenn Morris  <rgm@gnu.org>
3349
3350         * gnus-util.el (ns-focus-frame): Declare for compiler.
3351
3352 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3353
3354         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3355         set as a group parameter.
3356         (gnus-summary-save-in-pipe): Work when it is called independently.
3357         (gnus-summary-pipe-to-muttprint): Don't modify
3358         gnus-summary-pipe-output-default-command.
3359
3360 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3361
3362         * message.el (message-send-mail-with-sendmail):
3363         Display the error message.
3364
3365 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3366
3367         * gnus-art.el (gnus-default-article-saver):
3368         Add gnus-summary-save-in-pipe to choices.
3369         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3370         gnus-summary-pipe-output-default-command as the default command.
3371         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3372         instead of gnus-last-shell-command.
3373
3374         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3375         New user option.
3376         (gnus-summary-muttprint-program): Mention the value will be changed.
3377         (gnus-summary-save-article): Force showing of all headers.
3378         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3379
3380 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3381
3382         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3383
3384 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3385
3386         * nnimap.el (nnimap-id):
3387         * sieve-manage.el (sieve-manage-open): Doc fixes.
3388
3389 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3390
3391         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3392         if available.
3393
3394 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3395
3396         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3397
3398         * nnkiboze.el (nnkiboze-generate-group):
3399         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3400
3401         * nnmairix.el: Require CL.
3402
3403 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3404
3405         * dgnushack.el: Autoload get-display-table and put-display-table for
3406         XEmacs 21.5.
3407
3408         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3409         21.4 and SXEmacs.
3410
3411 2008-06-15  David Engster  <dengste@eml.cc>
3412
3413         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3414
3415 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3416
3417         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3418         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3419         runtime choice under XEmacs.
3420
3421         * gnus-sum.el (gnus-summary-set-display-table):
3422         Use `gnus-put-display-table', `gnus-get-display-table',
3423         `gnus-set-display-table' for the display table, instead of `aset'.
3424
3425         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3426         Use `gnus-put-display-table', `gnus-get-display-table',
3427         `gnus-set-display-table' for the display table.
3428
3429 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3430
3431         * nnmairix.el: Add autoloads.
3432
3433 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3434
3435         * nnmairix.el (nnmairix-delete-recreate-group)
3436         (nnmairix-update-and-clear-marks): Fix error messages.
3437
3438 2008-06-14  David Engster  <dengste@eml.cc>
3439
3440         * nnmairix.el: Upgrade to version 0.6.
3441         (nnmairix-group-toggle-propmarks-this-group)
3442         (nnmairix-group-toggle-readmarks-this-group)
3443         (nnmairix-group-delete-recreate-this-group)
3444         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3445         (nnmairix-remove-tick-mark-original-article): New commands.
3446         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3447         (nnmairix-propagate-marks-to-nnmairix-groups)
3448         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3449         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3450         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3451         functions needed for marks propagation and manipulation of read marks.
3452         (nnmairix-update-groups): New function.
3453         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3454         (nnmairix-determine-original-group-from-registry)
3455         (nnmairix-determine-original-group-from-path)
3456         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3457         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3458         New helper functions.
3459         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3460         keystrokes for new commands.
3461         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3462         (nnmairix-request-group): Check allow-fast group parameter.
3463         (nnmairix-request-create-group): Set allow-fast group parameter if
3464         nnmairix-allowfast-default is set.
3465         (nnmairix-close-group): Propagate marks upon closing if needed.
3466         (nnmairix-group-toggle-threads-this-group): Use new.
3467         nnmairix-group-toggle-parameter helper function.
3468         (nnmairix-search): Better check for empty search result.
3469         (nnmairix-goto-original-article): Use new helper functions for
3470         determining original article.
3471         (nnmairix-show-original-article): Make sure message-id is in brackets.
3472         (nnmairix-call-mairix-binary): Change variable name.
3473         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3474         helper function.
3475         (nnmairix-widget-toggle-activate): Fix doc string.
3476
3477 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3478
3479         * nnir.el: Require edmacro when compiling with XEmacs.
3480         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3481         available in Emacs 21.
3482
3483 2008-06-11  Glenn Morris  <rgm@gnu.org>
3484
3485         * gnus-util.el (x-focus-frame):
3486         * gnus.el (image-size):
3487         * mm-decode.el (image-size): Declare.
3488
3489         * gnus-picon.el (declare-function): Add compat definition.
3490         (image-size): Declare.
3491
3492         * gnus-group.el (tool-bar-map):
3493         * gnus-sum.el (tool-bar-map): Define for compiler.
3494
3495         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3496
3497         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3498
3499         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3500         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3501         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3502         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3503         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3504         * sieve-manage.el, spam-report.el, spam.el:
3505         Remove unnecessary eval-and-compile of autoloads.
3506
3507 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3508
3509         * auth-source.el: Precise Tramp doc.
3510
3511 2008-06-07  Glenn Morris  <rgm@gnu.org>
3512
3513         * nnmairix.el: Remove unnecessary eval-when-compile.
3514
3515 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3516
3517         * lpath.el: Fbind propertize for XEmacs 21.4.
3518
3519 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3520
3521         * nnir.el: Move here from ../contrib.
3522
3523 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3524
3525         * gnus-util.el (gnus-read-shell-command): New function.
3526         * mm-decode.el (mm-pipe-part):
3527         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3528
3529 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3530
3531         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3532
3533 2008-06-03  Glenn Morris  <rgm@gnu.org>
3534
3535         * pop3.el (nnheader-accept-process-output): Autoload it.
3536
3537 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3538
3539         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3540         are not 2-digit hexadecimal characters that follow `%'s.
3541
3542 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3543
3544         * message.el (message-bogus-recipient-p): Fix type in doc string.
3545         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3546         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3547         Improve custom options.
3548         (message-bogus-recipient-p): Adjust accordingly.
3549
3550 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3551
3552         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3553         long-form month and day names.
3554
3555 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3556
3557         * dgnushack.el: Autoload debug, eudc-expand-inline and
3558         pgg-snarf-keys-region for XEmacs.
3559
3560         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3561
3562         * nnmairix.el: Require edmacro when compiling with XEmacs.
3563
3564 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3565
3566         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3567         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3568
3569 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3570
3571         * auth-source.el: Add more docs.
3572
3573         * netrc.el (netrc-machine): Always match if the port is not given.
3574
3575 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3576
3577         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3578         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3579         retrieval faster in some cases, but might make CPU usage larger.  If
3580         this has any bad side effects, we might revert this change.
3581
3582         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3583         seems to make mail retrieval much, much faster.
3584         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3585         unconditionally.
3586
3587         * gnus-draft.el (gnus-group-send-queue): Bind
3588         message-send-mail-partially-limit to nil to avoid being prompted.
3589
3590 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3591
3592         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3593
3594         * message.el (message-bogus-address-regexp): Fix and improve custom
3595         type.
3596         (message-setup-hook): Add message-check-recipients as custom option.
3597
3598 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3599
3600         * message.el (message-cite-function): Remove bogus autoload which crept
3601         in during merge from v5-10.
3602
3603 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3604
3605         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3606
3607         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3608
3609         * auth-source.el: Preliminary Tramp docs.
3610         (auth-sources): Change the default auth-sources to use
3611         EPA .gpg files.
3612
3613 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3614
3615         * nntp.el: Autoload `auth-source-user-or-password'.
3616         (nntp-send-authinfo): Use it.
3617
3618         * nnimap.el: Autoload `auth-source-user-or-password'.
3619         (nnimap-open-connection): Use it.
3620
3621         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3622         for the gnus-message function.
3623         (auth-source-user-or-password): Use it.
3624
3625 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3626
3627         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3628         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3629         (rfc2104-hash): Use it.
3630
3631 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3632
3633         * gnus-art.el (gnus-article-toggle-truncate-lines):
3634         Don't use `iff' in docstring.
3635
3636 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3637
3638         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3639
3640         * gnus-util.el (gnus-extract-address-component-name)
3641         (gnus-extract-address-component-email): Convenience functions around
3642         `gnus-extract-address-components'.
3643
3644         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3645         Use `gnus-extract-address-component-email' to fix bug of comparing full
3646         sender name to `user-mail-address'.
3647
3648 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3649
3650         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3651         catch/throw to optimize.
3652         (gnus-registry-find-keywords): Just use member to find a keyword.
3653
3654 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3655
3656         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3657         is current before calling gnus-server-prepare.
3658         (gnus-server-setup-buffer, gnus-server-update-server)
3659         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3660
3661 2008-05-04  Juri Linkov  <juri@jurta.org>
3662
3663         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3664         (mailcap-file-default-commands): Use mailcap-replace-in-string
3665         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3666         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3667
3668 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3669
3670         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3671
3672 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3673
3674         * gnus.el: Bump version to 0.11.
3675
3676 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3677
3678         * gnus.el: No Gnus v0.10 is released.
3679
3680 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3681
3682         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3683         hooks.
3684         (gnus-update-read-articles): Speed up non-marks-using users.
3685         (gnus-use-marks): Define gnus-use-marks.
3686         (gnus-propagate-marks): Rename variable to something more sensible.
3687
3688 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3689
3690         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3691         (gmm-image-load-path-for-library): Fix typos in docstrings.
3692         (gmm-message): Reflow docstring.
3693
3694 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3695
3696         * mail-source.el (mail-source-set-1, mail-source-bind):
3697         Move auth-source code out of the macro to clean it up and fix bugs.
3698
3699 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3700
3701         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3702         by sender if it's equal to user-mail-address, it's likely to be
3703         useless.
3704
3705         * mail-source.el (mail-source-bind): Don't use user or password if they
3706         are not bound.  Unintern them if they are nil.  Don't use server unless
3707         it's bound, and default it to empty string otherwise.
3708
3709 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3710
3711         * mail-source.el: Load auth-source.el.
3712         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3713         get user name or password, if auth-sources is set up.
3714
3715         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3716         strategy of splitting with parent.
3717         (gnus-registry-split-fancy-with-parent)
3718         (gnus-registry-post-process-groups): Use it and fix prior
3719         bug (returning a list as the split result).
3720
3721         * auth-source.el (auth-sources): Remove server parameter.
3722         (auth-source-pick, auth-source-user-or-password)
3723         (auth-source-user-or-password-imap)
3724         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3725         (auth-source-user-or-password-sftp)
3726         (auth-source-user-or-password-smtp): Remove server parameter.
3727
3728 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3729
3730         * smime.el (smime-sign-region, smime-encrypt-region)
3731         (smime-decrypt-region):
3732         Remove redundant calls to `generate-new-buffer-name'.
3733
3734 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3735
3736         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3737         Don't use QP for message/rfc822.
3738         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3739
3740 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3741
3742         * sieve-manage.el (sieve-string-bytes): Remove.
3743         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3744         correct byte-length only if the process's coding-system is the same as
3745         the one used internally by Emacs to represent strings.
3746
3747 2008-04-22  Juri Linkov  <juri@jurta.org>
3748
3749         * mailcap.el (mailcap-file-default-commands): New function.
3750
3751 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3752
3753         * message.el (message-signature-separator, message-cite-function):
3754         Change custom version.
3755
3756 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3757
3758         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3759         commands.
3760         (tls-checktrust): Ditto.
3761
3762 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3763
3764         * mm-decode.el (mm-display-external): Make temp file read-only.
3765
3766 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3767
3768         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3769         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3770         `C-c C-f d'.
3771
3772 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3773
3774         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3775
3776 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3777
3778         * gnus.el: Bump version to 0.9.
3779
3780 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3781
3782         * gnus.el: No Gnus v0.8 is released.
3783
3784 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3785
3786         * mail-source.el (mail-source-value):
3787         Prefer fboundp to functionp so it works with macros as well.
3788
3789 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3790
3791         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3792         Fix last change in case the element is not even a symbol.
3793
3794 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3795
3796         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3797         Prefer fboundp to functionp so it works with macros as well.
3798
3799 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3800
3801         * auth-source.el: Added docs.
3802         (auth-sources): Modify format to support server.
3803         (auth-source-pick, auth-source-user-or-password)
3804         (auth-source-user-or-password-imap)
3805         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3806         (auth-source-user-or-password-sftp)
3807         (auth-source-user-or-password-smtp): Add server parameter.
3808
3809 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3810
3811         * gnus-registry.el: Initialize the registry when gnus-registry-install
3812         is t.
3813
3814 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3815
3816         * compface.el (uncompface): Make buffer unibyte.
3817
3818 2008-04-05  Glenn Morris  <rgm@gnu.org>
3819
3820         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3821
3822 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3823
3824         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3825         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3826
3827         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3828         multibyteness after rather than before erasing it.
3829
3830         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3831         mm-with-multibyte.
3832         (gnus-request-article-this-buffer): Make sure the proper decoding is
3833         used if gnus-original-article-buffer happens to be unibyte.
3834
3835         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3836         default-enable-multibyte-characters.
3837
3838         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3839         default-enable-multibyte-characters.
3840
3841         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3842
3843         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3844
3845 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3846
3847         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3848         (imap-message-copyuid-1): Use it.
3849         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3850         J. Williams in
3851         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3852
3853         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3854         imap-enable-exchange-bug-workaround.
3855         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3856
3857 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3858
3859         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3860         a 100 byte status-checks into a 2-3MB transfer for each group.
3861         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3862         to enable bug workaround or not.
3863         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3864
3865 2008-03-31  Glenn Morris  <rgm@gnu.org>
3866
3867         * message.el (mml2015-use): Declare for compiler.
3868         (message-info): Require mml2015 when appropriate.
3869
3870 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3871
3872         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3873         whitespace.
3874
3875 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3876
3877         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3878         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3879         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3880         (nntp-service-to-port): New function.
3881         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3882         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3883         (nntp-open-netcat-stream): New function.
3884         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3885
3886 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3887
3888         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3889
3890 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3891
3892         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3893
3894 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3895
3896         * dns.el (dns-write): Use set-buffer-multibyte.
3897
3898 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3899
3900         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3901
3902 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3903
3904         * message.el (message-signature-separator): Change default.
3905         Improve custom type.
3906         (message-cite-function): Change default to
3907         message-cite-original-without-signature.
3908
3909         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3910         toggle.
3911
3912         * message.el (message-check-news-body-syntax): Fix signature check.
3913         (message-setup-1): Mark buffer as unmodified _after_ running
3914         message-setup-hook and handling message-alternative-emails.
3915         (message-shorten-references): Be more strict when building list of
3916         valid references to comply with GNKSA.
3917
3918         * gnus-group.el (gnus-read-ephemeral-bug-group)
3919         (gnus-read-ephemeral-debian-bug-group)
3920         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3921
3922         * message.el (message-info): Don't use booleanp which isn't supported
3923         in Emacs 21 and XEmacs.
3924
3925 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3926
3927         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3928         gnus-group-gmane-group-download-format.
3929         (gnus-group-read-ephemeral-gmane-group): Rename from
3930         gnus-group-read-ephemeral-gmane-group.
3931         (gnus-read-ephemeral-gmane-group-url): Rename from
3932         gnus-group-read-ephemeral-gmane-group-url.
3933         (gnus-bug-group-download-format-alist): New variable.
3934         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3935         (gnus-read-ephemeral-emacs-bug-group): New commands.
3936
3937 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3938
3939         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3940         (gnus-visible-headers): Improve custom type.
3941
3942 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3943
3944         * mml.el (mml-menu): Add workarounds for XEmacs.
3945
3946         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3947         X-Boundary header.
3948
3949         * message.el (message-simplify-recipients): Fix previous commit.
3950
3951 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3952
3953         * mm-util.el (mm-set-buffer-multibyte): New function.
3954         * mm-decode.el (mm-copy-to-buffer): Use it.
3955
3956 2008-03-19  Glenn Morris  <rgm@gnu.org>
3957
3958         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3959         Accidentally removed in the sync process with Emacs.
3960
3961 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3962
3963         * message.el (message-alter-recipients-discard-bogus-full-name):
3964         New function.
3965         (message-alter-recipients-function): New variable.
3966         (message-get-reply-headers): Use it.
3967         (message-replace-header): New helper function.
3968         (message-recipients-without-full-name): New variable.
3969         (message-simplify-recipients): New command.
3970
3971         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3972
3973         * message.el (message-info): Handle EasyPG manual.
3974
3975         * mml.el (mml-menu): Add entry for EasyPG.
3976
3977 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3978
3979         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3980         parameter.
3981
3982         * message.el (message-disassociate-draft): Specify drafts group name
3983         fully.
3984
3985 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3986
3987         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3988         unnecessary duplicates from the match list.
3989
3990 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3991
3992         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3993
3994         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3995
3996         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3997         args of `how-many' of which the XEmacs version doesn't take; declare
3998         Info-index-next as function.
3999
4000 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4001
4002         * gnus-score.el (gnus-score-headers): Fix handling of
4003         gnus-inhibit-slow-scoring.
4004
4005         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4006         string.
4007         (gnus-button-url-regexp): Improve handling of parenthesis.
4008         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4009         (gnus-button-handle-info-keystrokes): Handle index entries.
4010
4011 2008-03-15  Glenn Morris  <rgm@gnu.org>
4012
4013         * parse-time.el (parse-time-string): Simplify.
4014
4015 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4016
4017         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4018         Incoming* files.
4019
4020 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4021
4022         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4023         (auth-source-pick): Use it.
4024
4025 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4026
4027         * binhex.el (binhex-decode-region-internal):
4028         * uudecode.el (uudecode-decode-region-internal):
4029         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4030         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4031         setting default-enable-multibyte-characters.
4032
4033 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4034
4035         * auth-source.el (auth-source-protocols)
4036         (auth-source-protocols-customize, auth-source-choices): Added and
4037         modified variable customizations and defaults.
4038         (auth-source-pick, auth-source-user-or-password)
4039         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4040         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4041         (auth-source-user-or-password-sftp)
4042         (auth-source-user-or-password-smtp): Use new variables and provide an
4043         interface to netrc.el.
4044
4045 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4046
4047         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4048         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4049         Make sure the nntp port to specify is a string.
4050
4051 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4052
4053         * nntp.el: Use with-current-buffer.
4054         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4055         dubious mm-with-unibyte-current-buffer.
4056         (nntp-with-open-group-function): New function extracted from
4057         nntp-with-open-group macro.
4058         (nntp-with-open-group): Use the function, so it's easier to debug.
4059         Add indentation and debugging info.
4060         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4061         the use of the netcat alternatives.
4062
4063         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4064         Avoid mm-string-as-multibyte as well.
4065
4066         * nnweb.el (nnweb-insert-html):
4067         Remove use of nnheader-string-as-multibyte.
4068
4069         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4070         (nnheader-string-as-multibyte): Remove.
4071
4072         * mm-view.el: Use inhibit-read-only.
4073         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4074         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4075         or unibyte-string.
4076
4077         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4078         (mm-uu-yenc-extract): Use with-current-buffer.
4079
4080         * gnus-soup.el (gnus-soup-send-packet): Don't use
4081         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4082
4083         * nnmh.el: Use with-current-buffer.
4084         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4085         mm-string-as-multibyte on the output of mm-encode-coding-string.
4086
4087         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4088         (nnimap-request-move-article): Use with-current-buffer.
4089
4090         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4091         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4092         conversion uses string-make-unibyte rather than string-as-unibyte.
4093
4094         * gnus-msg.el: Use with-current-buffer.
4095
4096         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4097
4098 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4099
4100         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4101         string for caching if it is 'PIN.
4102
4103 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4104
4105         * lpath.el: Consider the case without Emacs/W3.
4106
4107 2008-03-08  Glenn Morris  <rgm@gnu.org>
4108
4109         * time-date.el (date-to-time, time-subtract, time-add)
4110         (safe-date-to-time): Doc fixes.
4111
4112 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4113
4114         * mail-source.el (mail-source-delete-old-incoming-confirm):
4115         Change default to nil.
4116         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4117
4118 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4119
4120         * lpath.el: Rearrange.
4121
4122         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4123         (gnus-article-goto-prev-page): Work for articles having ^L's.
4124
4125         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4126
4127         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4128
4129 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4130
4131         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4132         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4133         (gnus-bookmark-jump): Adjust some variable names.
4134
4135 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4136
4137         * auth-source.el: New package.
4138         (auth-source-choices): Add customization entry point variable.
4139
4140         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4141         bug.
4142
4143 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4144
4145         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4146         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4147         (gnus-registry-install-shortcuts): Rename from
4148         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4149         the `gnus-registry-mark-map' keymap dynamically from
4150         `gnus-registry-marks'.  The generated functions update the summary line
4151         when a registry mark is added or deleted, and will call
4152         `gnus-registry-install-p' (see the comments in the code).
4153         (gnus-registry-user-format-function-M): Use concat intelligently.
4154
4155         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4156         the registry mark functions.
4157
4158 2008-03-05  Glenn Morris  <rgm@gnu.org>
4159
4160         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4161         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4162         gnus-art.
4163         (top-level): No need to load own source when compiling.
4164
4165 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4166
4167         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4168         Suggested by <chris.anderton@zetnet.co.uk>.
4169
4170 2008-03-04  Glenn Morris  <rgm@gnu.org>
4171
4172         * gnus-sum.el (top-level): No need to require gnus when compiling,
4173         since unconditionally required near start of file.
4174         (gnus-summary-display-while-building): Move definition before use.
4175
4176 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4177
4178         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4179         formatting function.
4180
4181 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4182
4183         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4184         with plists.
4185         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4186         Use new format.
4187
4188 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4189
4190         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4191         `where-is-internal' that returns a range of key sequences.
4192
4193 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4194
4195         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4196
4197         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4198         (gnus-summary-jump-to-group): Consider windows on other displayed
4199         frames as well.  Similar changes might be needed elsewhere, but that's
4200         the one I've bumped into during my use.
4201
4202         * nndoc.el (nndoc-oe-dbx-type-p):
4203         * gnus-msg.el (gnus-debug):
4204         * gnus-group.el (gnus-update-group-mark-positions):
4205         Use mm-string-to-multibyte.
4206
4207 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4208
4209         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4210         doesn't handle NotDashEscaped.
4211
4212         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4213         (mml-dnd-attach-options): Fix typo in custom choice.
4214
4215         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4216         nndoc-article-type to mbox.
4217         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4218
4219         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4220         to nil, instead of html2text.
4221
4222         * imap.el (imap-debug): Add `imap-ping-server'.
4223
4224         * gnus-bookmark.el: Add FIXMEs.
4225
4226         * message.el (message-form-letter-separator)
4227         (message-send-form-letter-delay): New variables.
4228         (message-send-form-letter): Use them.  New command to send form
4229         letters.  Requested by Uwe Siart.
4230         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4231
4232 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4233
4234         * Update copyright years.
4235
4236 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4237
4238         Sync from EMACS_22_BASE.
4239
4240         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4241
4242 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4243
4244         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4245         empty author.
4246
4247 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4248
4249         * gnus-registry.el (gnus-registry-marks): Add variable for
4250         customization of marks and their appearance.
4251         (gnus-registry-read-mark): Use it.
4252         (gnus-registry-do-marks): Add utility function to loop through
4253         `gnus-registry-marks'.
4254         (gnus-registry-install-shortcuts-and-menus): Add function to install
4255         shortcuts and menus.
4256         (gnus-registry-initialize): Use it.
4257         (gnus-registry-default-mark): Clarify documentation.
4258
4259 2008-02-29  Glenn Morris  <rgm@gnu.org>
4260
4261         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4262         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4263         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4264         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4265         Change defcustom :version from 23.0 to 23.1.
4266
4267 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4268
4269         * gnus-registry.el (gnus-registry-follow-group-p)
4270         (gnus-registry-post-process-groups): Add functions to aid registry
4271         splitting and improve logging.  Clarify behavior in function
4272         documentation.
4273         (gnus-registry-split-fancy-with-parent): Use them.
4274
4275 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4276
4277         * gnus-art.el: Use with-current-buffer.
4278
4279 2008-02-27  David Engster  <dengste@eml.cc>
4280
4281         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4282         Express real group name in the response.
4283
4284 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4285
4286         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4287         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4288         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4289         autoload gnus-registry-fetch-group when compiling.
4290         (nnmairix-request-group-with-article-number-correction): Remove
4291         unreferenced argument passed to nnmairix-call-backend.
4292
4293 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4294
4295         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4296         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4297         Wilde.
4298
4299 2008-02-27  Glenn Morris  <rgm@gnu.org>
4300
4301         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4302         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4303         variables to defconsts.  Convert comments to doc-strings.
4304         (nnmairix-last-server, nnmairix-current-server): Convert from free
4305         variables to defvars.  Convert comments to doc-strings.
4306         (gnus-registry-fetch-group): Autoload.
4307         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4308         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4309         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4310         caddr.
4311         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4312         nnmairix-request-group-with-article-number-correction call.
4313         (nnmairix-fast, nnmairix-group): New, less general names, for free
4314         variables passed from nnmairix-request-group to
4315         nnmairix-request-group-with-article-number-correction.  Declare.
4316         (nnmairix-request-group-with-article-number-correction):
4317         Use nnmairix-fast, nnmairix-group rather than fast, group.
4318
4319 2008-02-26  David Engster  <dengste@eml.cc>
4320
4321         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4322         version 0.5.
4323
4324 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4325
4326         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4327         instead of making an extra function call.  Don't add the current group
4328         to articles only when they have the group.  Use
4329         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4330         Reported by David <de_bb@arcor.de>.
4331
4332 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4333
4334         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4335         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4336
4337 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4338
4339         * mail-source.el (mail-source-delete-incoming): Change default.
4340         Supplement doc string.
4341
4342         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4343
4344 2008-02-14  Glenn Morris  <rgm@gnu.org>
4345
4346         * time-date.el (format-seconds): New function.
4347
4348 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4349
4350         * nnmail.el (nnmail-message-id-cache-file): Derive from
4351         `gnus-home-directory'.
4352
4353 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4354
4355         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4356         Document negative prefix.
4357
4358         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4359
4360 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4361
4362         * message.el (message-unsent-separator): Add the Exim bounce
4363         separator.
4364
4365 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4366
4367         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4368         list.
4369         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4370         recipient/signer list.
4371
4372 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4373
4374         * Makefile.in (datarootdir): Define.
4375         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4376         name that might contain whitespace.
4377
4378 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4379
4380         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4381         fbound (Emacs 23 unicode), signal an error.
4382
4383 2008-02-08  Glenn Morris  <rgm@gnu.org>
4384
4385         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4386
4387 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4388
4389         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4390         ports to the calls to `netrc-machine-user-or-password' in addition to
4391         "imap" and "imaps".
4392
4393 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4394
4395         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4396
4397         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4398
4399 2008-02-01  Kenichi Handa  <handa@m17n.org>
4400
4401         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4402         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4403         (rfc2104-hash): Convert the result of concat to unibyte string.
4404
4405 2008-02-01  Dave Love  <fx@gnu.org>
4406
4407         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4408         coding-system-for-read.
4409         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4410
4411 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4412
4413         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4414         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4415         <hanche@math.ntnu.no>.
4416
4417 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4418
4419         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4420
4421         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4422
4423 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4424
4425         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4426         * message.el (message-beginning-of-line): Use featurep instead of bound
4427         tests in order to resolve conditionals at compile time.
4428
4429 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4430
4431         * mail-source.el (mail-sources): Add `group' choice.
4432
4433         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4434         parameter `in-group' to control into which group the articles go.
4435         Add treatment of `group' mail-source.
4436
4437 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4438
4439         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4440
4441         * mm-decode.el (mm-dissect-buffer): Decode description.
4442
4443         * mml.el (mml-to-mime): Encode message header first.
4444
4445 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4446
4447         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4448         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4449
4450         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4451         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4452
4453 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4454
4455         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4456
4457 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4458
4459         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4460         prefix keys.
4461         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4462         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4463         gnus-xmas.el.
4464
4465         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4466         (gnus-xmas-article-describe-bindings): New function.
4467         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4468         gnus-xmas-article-describe-bindings.
4469
4470         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4471
4472 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4473
4474         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4475         Add new variables for article mark management.
4476         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4477         list of extra data entries which, when present, will indicate that the
4478         article ID should not be trimmed from the registry.
4479         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4480         functions.
4481         (gnus-registry-read-mark): New function to read a mark name from the
4482         user.
4483         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4484         (gnus-registry-set-article-mark-internal): New functions to add and
4485         remove marks.
4486         (gnus-registry-get-article-marks): New function to show the marks for
4487         an article, or retrieve them for further use.
4488
4489 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4490
4491         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4492         keys when no argument is given.
4493
4494 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4495
4496         * imap.el (imap-ping-server): New variable.
4497         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4498         (imap-ping-server): Minor doc string fixes.
4499
4500 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4501
4502         * imap.el (imap-ping-server): New function.
4503         (imap-opened): Call imap-ping-server.
4504
4505 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4506
4507         * gnus-sum.el (gnus-article-sort-by-random)
4508         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4509         jidanni@jidanni.org.
4510
4511 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4512
4513         * gnus-art.el (gnus-article-describe-bindings): New function.
4514         (gnus-article-read-summary-keys): Use it.
4515         (gnus-article-mode-map): Bind `C-h b' to it.
4516
4517 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4518
4519         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4520         XEmacs.
4521         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4522         against non-character events.
4523
4524         * lpath.el: Fbind map-keymap for Emacs 21.
4525
4526 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4527
4528         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4529         command.
4530         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4531         instead of END.  Change name of the temp file.
4532         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4533         customizable.
4534
4535 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4536
4537         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4538         bind `S W' to gnus-article-wide-reply-with-original; set default
4539         binding to gnus-article-read-summary-send-keys.
4540         (gnus-article-read-summary-keys): Fix the order of keys; display
4541         continuation keys correctly in the echo area; describe bindings
4542         correctly when keys end with `C-h'.
4543         (gnus-article-read-summary-send-keys): New function.
4544         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4545         for gnus-article-read-summary-send-keys; display continuation keys
4546         correctly in the echo area.
4547         (gnus-article-reply-with-original): Ignore prefix argument.
4548         (gnus-article-wide-reply-with-original): New function.
4549
4550         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4551         Emacs 21.
4552
4553 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4554
4555         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4556         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4557
4558 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4559
4560         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4561         (gnus-group-read-ephemeral-gmane-group): New command.
4562
4563 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4564
4565         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4566
4567 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4568
4569         * message.el (message-send-mail-function): Increase custom version.
4570
4571         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4572         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4573
4574 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4575
4576         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4577         for the cases where imap-authenticate is called with a nil buffer
4578         parameter.
4579
4580 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4581
4582         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4583         html parts correctly; support forwarded messages.
4584         (gnus-article-browse-html-article): Remove work buffers.
4585
4586         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4587         compiling.
4588         (netrc-bound-and-true-p): New macro.
4589         (netrc-parse): Use it instead of bound-and-true-p that is not available
4590         in XEmacs 21.4.
4591
4592 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4593
4594         * gnus-registry.el (gnus-registry-mark-article)
4595         (gnus-registry-article-marks): Add functionality to mark articles
4596         through the Gnus registry.
4597
4598         * encrypt.el: Clarify documentation for the new pgg method.
4599         (encrypt-file-alist): Add PGG option.
4600         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4601         functionality.  Abstract password key and messaging to external
4602         functions.
4603         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4604         (encrypt-message-method-and-cipher): Add new convenience external
4605         functions.
4606         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4607         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4608
4609         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4610         (netrc-parse): Use encrypt-file-alist to determine if
4611         encrypt-find-model or encrypt-insert-file-contents should be used.
4612
4613         * encrypt.el: Clarify documentation.  Load password-cache or
4614         password, whichever one is found first, instead of autoloading.
4615
4616 2007-12-19  Glenn Morris  <rgm@gnu.org>
4617
4618         * mml.el (message-options-set, message-narrow-to-head)
4619         (message-in-body-p, message-mail-p, message-encode-message-body):
4620         Autoload.
4621         (message-remove-header, message-narrow-to-headers-or-head)
4622         (message-subscribed-p, message-make-mail-followup-to)
4623         (message-position-on-field, message-news-p)
4624         (message-options-set-recipient, message-generate-headers)
4625         (message-sort-headers): Declare as functions.
4626
4627 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4628
4629         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4630         convention in doc string.
4631
4632 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4635         title to html parts.
4636         (gnus-article-browse-html-article): Pass message header to it.
4637
4638         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4639
4640 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4641
4642         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4643         or password compatible with XEmacs.
4644
4645 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4646
4647         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4648         format document.
4649         (gnus-mime-delete-part): Don't write description line if empty.
4650         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4651
4652 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4653
4654         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4655         (gnus-summary-mark-read-and-unread-as-read)
4656         (gnus-summary-mark-current-read-and-unread-as-read)
4657         (gnus-summary-mark-unread-as-ticked): Doc fix.
4658         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4659
4660 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4661
4662         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4663         Christoph Conrad <christoph.conrad@gmx.de>.
4664
4665 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4666
4667         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4668         yes-or-no-p.
4669
4670 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4671
4672         * mm-decode.el (mm-add-meta-html-tag): New function.
4673         (mm-save-part-to-file, mm-pipe-part): Use it.
4674
4675         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4676         gnus-y-or-n-p instead of y-or-n-p.
4677         (gnus-article-browse-html-parts): Work with message/external-body; use
4678         mm-add-meta-html-tag.
4679
4680 2007-12-11  Glenn Morris  <rgm@gnu.org>
4681
4682         * gnus-cache.el: Require gnus-sum not just when compiling.
4683
4684         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4685
4686         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4687         definitions before use.
4688
4689         * mm-decode.el: Require gnus-util.
4690         (mm-remove-part): Only call delete-annotation on XEmacs.
4691
4692         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4693
4694         * nnmail.el: Require gnus-int.
4695
4696         * spam.el: Move `require's before `eval-when-compile's.
4697
4698         * gnus-ems.el (gnus-alive-p):
4699         * gnus-fun.el (message-goto-eoh):
4700         * gnus-util.el (gnus-group-name-decode):
4701         * mail-source.el (gnus-compress-sequence):
4702         * message.el (Info-goto-node, format-spec):
4703         * mm-bodies.el (message-options-get):
4704         * mm-decode.el (mm-view-pkcs7):
4705         * mm-util.el (gmm-write-region):
4706         * mml-smime.el (mml-compute-boundary)
4707         (gnus-completing-read-with-default):
4708         * mml.el (widget-button-press, gnus-make-hashtable):
4709         * mml1991.el (mm-decode-content-transfer-encoding)
4710         (mm-encode-content-transfer-encoding)
4711         (message-options-get, message-options-set):
4712         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4713         * nnfolder.el (gnus-request-group):
4714         * nnheader.el (ietf-drums-unfold-fws):
4715         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4716         * smime.el (gnus-run-mode-hooks):
4717         * spam-stat.el (gnus-message): Autoload.
4718
4719         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4720         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4721         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4722         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4723         Add declare-function compatibility definition.
4724
4725         * gnus-cache.el (nnvirtual-find-group-art):
4726         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4727         (gnus-add-image, gnus-add-wash-type):
4728         * gnus-group.el (nnkiboze-score-file):
4729         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4730         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4731         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4732         (message-tokenize-header, gnus-get-buffer-create)
4733         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4734         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4735         * gnus.el (gnus-group-decoded-name):
4736         * mail-source.el (imap-capability):
4737         * mm-bodies.el (message-options-set):
4738         * mm-decode.el (gnus-configure-windows):
4739         * mm-extern.el (message-goto-body):
4740         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4741         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4742         (epg-sub-key-validity, message-options-set):
4743         * mml.el (widget-event-point, gnus-configure-windows):
4744         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4745         * mml2015.el (epg-check-configuration, epg-configuration)
4746         (message-options-set):
4747         * nndb.el (nndb-request-article):
4748         * nnfolder.el (gnus-request-create-group):
4749         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4750         * nnmaildir.el (gnus-group-mark-article-read):
4751         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4752         * rfc1843.el (message-fetch-field):
4753         * spam.el (gnus-extract-address-components):
4754         Declare as functions.
4755
4756 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4757
4758         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4759
4760         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4761
4762         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4763         bind show-trailing-whitespace for XEmacs.
4764
4765 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4766
4767         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4768         new no-op macro for backward compatibility.
4769
4770         * imap.el (imap-string-to-integer): New function.
4771
4772 2007-12-09  Glenn Morris  <rgm@gnu.org>
4773
4774         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4775
4776         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4777         * message.el, mm-view.el, sieve-manage.el, smime.el:
4778         Add declare-function compatibility definition.
4779
4780         * gnus-art.el (w3-region, w3m-region, Info-menu):
4781         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4782         * gnus-sum.el (gnus-get-predicate):
4783         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4784         * message.el (mail-abbrev-in-expansion-header-p):
4785         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4786         (w3m-detect-meta-charset, w3m-region):
4787         * sieve-manage.el (password-read, password-cache-add)
4788         (password-cache-remove):
4789         * smime.el (password-read-and-add): Declare as functions.
4790
4791 2007-12-08  David Kastrup  <dak@gnu.org>
4792
4793         * gnus-sum.el (gnus-summary-simplify-subject-query):
4794         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4795         `message'.
4796
4797 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4798
4799         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4800         it to bind idna-program, installation-directory, defined-colors, and
4801         face-attribute for XEmacs of the version that compiles defcustom forms.
4802
4803 2007-12-07  Glenn Morris  <rgm@gnu.org>
4804
4805         * gnus-art.el (article-make-date-line): Revert previous change.
4806
4807 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4808
4809         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4810
4811 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4812
4813         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4814         Call gnus-add-to-range ranges only once with a prepared article-list.
4815
4816 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4817
4818         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4819         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4820         group names with backslashes.  Reported by Tassilo Horn
4821         <tassilo@member.fsf.org>.
4822
4823 2007-12-06  Deepak Goel  <deego3@gmail.com>
4824
4825         * gnus-art.el (article-make-date-line):
4826         * gnus-start.el (gnus-load):
4827         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4828
4829 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4830
4831         * gnus-art.el (gnus-use-idna)
4832         * gnus-start.el (gnus-site-init-file)
4833         * message.el (message-use-idna)
4834         * mm-uu.el (mm-uu-hide-markers)
4835         * smiley.el (smiley-style): Revert changes that suppress warnings.
4836
4837 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4838
4839         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4840         specify charset to html source.  Reported by Christoph Conrad
4841         <christoph.conrad@gmx.de>.
4842
4843 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4844
4845         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4846         idna-program in order to suppress byte compile warning issued by XEmacs
4847         that came to byte compile the default value section of defcustom forms
4848         recently.
4849
4850         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4851         value of installation-directory.
4852
4853         * message.el (message-use-idna): Don't directly refer to the value of
4854         idna-program.
4855
4856         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4857
4858         * smiley.el (smiley-style): Don't directly call face-attribute.
4859
4860 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4861
4862         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4863
4864         * gnus-dired.el: Reduce Gnus dependencies.
4865         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4866         require.  Use autoloads instead.
4867         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4868         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4869         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4870         (gnus-dired-mode): Adjust doc string.
4871         (gnus-dired-mail-mode): New variable.
4872         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4873         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4874         (gnus-dired-mail-buffers): New function.  Return mail or message
4875         composition buffers.
4876         (gnus-dired-attach): Use it.
4877         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4878         NO-DECODE.
4879         (gnus-dired-print): Use `gnus-print-buffer' depending on
4880         `gnus-dired-mail-mode'.
4881
4882 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4883
4884         * rfc2047.el (rfc2047-encoded-word-regexp)
4885         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4886         explaining what regexp patterns are for.
4887
4888 2007-12-04  Glenn Morris  <rgm@gnu.org>
4889
4890         * password.el: Move to password-cache.el.
4891
4892         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4893         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4894         * mml-smime.el (password-read, password-cache-add)
4895         (password-cache-remove):
4896         No need to autoload, since mml-sec requires password.
4897
4898         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4899         * message.el (gnus-extract-address-components):
4900         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4901
4902         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4903         password.
4904
4905 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4906
4907         * mailcap.el: Reduce dependencies.
4908         (mail-header-parse-content-type): Autoload.
4909         (mailcap-delete-duplicates): New alias.
4910         (mailcap-mime-info): Add optional argument NO-DECODE.
4911         (mailcap-mime-types): Use mailcap-delete-duplicates.
4912
4913         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4914
4915 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4916
4917         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4918         (imap-parse-status): Upcase status-att for servers that sends them
4919         lower-case (e.g., MS Exchange 2007).
4920
4921 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4922
4923         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4924         function.
4925
4926         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4927         (gnus-uu-yenc-article): New function.
4928
4929         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4930
4931         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4932         buffer.
4933
4934 2007-12-02  Glenn Morris  <rgm@gnu.org>
4935
4936         * binhex.el (binhex): New custom group.
4937         (binhex-decoder-program, binhex-decoder-switches)
4938         (binhex-use-external): Move to the binhex custom group.
4939
4940         * uudecode.el (uudecode): New custom group.
4941         (uudecode-decoder-program, uudecode-decoder-switches)
4942         (uudecode-use-external): Move to the uudecode custom group.
4943
4944         * netrc.el (top-level): Don't load `encrypt' features.
4945         (netrc-parse): Don't use encrypt.
4946         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4947
4948         * encrypt.el: Remove file.
4949
4950 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4951
4952         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4953         matches on patches.
4954
4955         * gnus-art.el (gnus-article-browse-html-article): Mention
4956         `mm-text-html-renderer' in the doc string.
4957
4958         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4959         string.  Add comments.
4960
4961         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4962         if rhs is ASCII.
4963
4964 2007-12-01  Glenn Morris  <rgm@gnu.org>
4965
4966         * mail-source.el (top-level): Require format-spec before
4967         eval-when-compile.
4968
4969 2007-11-30  Glenn Morris  <rgm@gnu.org>
4970
4971         * encrypt.el: Require password, rather than autoloading password-read.
4972
4973 2007-11-29  Glenn Morris  <rgm@gnu.org>
4974
4975         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4976         (sasl-make-client, sasl-next-step, sasl-step-data)
4977         (sasl-step-set-data): Declare as functions.
4978
4979 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4980
4981         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4982
4983 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4984
4985         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4986         certs should be verified and what is to be done in the event of a
4987         verification failure.
4988
4989         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4990         caller can indicate whether the cache should be disregarded for this
4991         call.  This way the result of the call is reproducible at all times and
4992         can be considered a canonical server name for the supplied method.
4993         (gnus-agent-method-p): Canonicalize server names by pushing their
4994         method through `gnus-method-to-server' using the no-cache argument.
4995
4996         * gnus-srvr.el (gnus-server-insert-server-line): Call
4997         `gnus-method-to-server' with `no-cache' argument.
4998
4999         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5000         gnus-agent-possibly-synchronize-flags as this should be called when the
5001         server is actually being opened.
5002         (gnus-agent-possibly-synchronize-flags)
5003         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5004         flags file of an agentized server to the latter function.
5005
5006         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5007         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5008         after a connection has been established successfully.
5009
5010 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5011
5012         * gnus-art.el (article-display-face): Force to display face if called
5013         interactively; check if gnus-article-x-face-too-ugly matches author.
5014         (article-display-x-face): Display face even if From header is missing
5015         as article-display-face does.
5016
5017 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5018
5019         * hashcash.el (message-narrow-to-headers-or-head)
5020         (message-fetch-field, message-goto-eoh)
5021         (message-narrow-to-headers): Declare as functions.
5022
5023 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5024
5025         * mail-source.el (mail-sources): Default to fetch from file for
5026         compatibility with default of nnmail-spool-file.
5027
5028 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5029
5030         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5031         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5032         to look for encoded word that should be encoded again.
5033         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5034         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5035         encoding pattern.
5036         (rfc2047-decode-region): Switch strict regexp and loose one according
5037         to rfc2047-allow-irregular-q-encoded-words.
5038
5039 2007-11-25  Romain Francoise  <romain@orebokech.com>
5040
5041         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5042
5043 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5044
5045         * tls.el (tls-program): Provide more custom choices from
5046         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5047         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5048
5049 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5050
5051         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5052         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5053
5054         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5055         `nnmail-spool-file'.
5056
5057         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5058         `nnmail-spool-file'.
5059
5060         * gnus-move.el (gnus-change-server): Ditto.
5061
5062         * gnus-kill.el (gnus-batch-score): Ditto.
5063
5064         * gnus-cache.el (gnus-jog-cache): Ditto.
5065
5066         * gnus-msg.el (gnus-summary-reply):
5067         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5068
5069 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5070
5071         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5072         version.  Minor improvement to doc strings.
5073         (tls-program): Add comment.
5074
5075 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5076
5077         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5078         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5079         mismatch between the hostname provided in the certificate and the name
5080         of the host connnecting to.
5081         (open-tls-stream): Use them.  Check certificates against trusted root
5082         certificates.
5083
5084 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5085
5086         * gnus-cache.el (gnus-cache-generate-nov-databases):
5087         Use nnml-generate-nov-databases-directory instead of
5088         nnml-generate-nov-databases-1.
5089
5090 2007-11-24  Glenn Morris  <rgm@gnu.org>
5091
5092         * message.el (message-tool-bar-retro): Update for rename
5093         mail_send.xpm->mail-send.xpm.
5094
5095 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5096
5097         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5098         `smime-ldap-search' for Emacs 22 and up.
5099
5100 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5101
5102         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5103
5104         * message.el (message-send-mail-function): Fix error convention.
5105         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5106         (message-widen-reply, message-send-mail, message-talkative-question)
5107         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5108         (message-clone-locals, message-send-news): Use with-current-buffer.
5109         (message-insert-or-toggle-importance): Remove unused var `valid'.
5110         (message-make-references): Remove unused var `new-references'.
5111         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5112
5113 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5114
5115         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5116         (spam-split-symbolic-return-positive): Reflow docstring.
5117         (spam-backends, spam-summary-exit-behavior)
5118         (spam-mark-ham-unread-before-move-from-spam-group)
5119         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5120         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5121         (spam-clear-cache, spam-backend-check, spam-install-backend)
5122         (spam-install-statistical-backend, spam-list-of-processors)
5123         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5124         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5125         (spam-check-crm114, spam-initialize, spam-unload-hook):
5126         Fix typos in docstrings.
5127
5128 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5129
5130         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5131         been checked if they have never been read and those group levels are
5132         higher than the one that a user specified.
5133
5134 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5135
5136         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5137         foreign groups unless a group level is specified by a user.
5138         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5139
5140 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5141
5142         * message.el (message-send-mail-function): Require sendmail.
5143
5144 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5145
5146         * message.el (message-send-mail-function): Check for smtpmail too.
5147
5148         * utf7.el (utf7-encode, utf7-decode): Use coding system
5149         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5150
5151         * message.el (message-send-mail-function): New function.
5152         (message-send-mail-function): Set default using
5153         message-send-mail-function.  Adjust doc string.
5154         (message-send-mail-with-mailclient): New function.
5155
5156 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5157
5158         * smime.el (from):
5159         * rfc2047.el (message-posting-charset):
5160         * qp.el (mm-use-ultra-safe-encoding):
5161         * pop3.el (parse-time-months):
5162         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5163         * nnml.el (files):
5164         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5165         (jka-compr-compression-info-list, ange-ftp-path-format)
5166         (efs-path-regexp):
5167         * nndiary.el (files):
5168         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5169         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5170         (epg-digest-algorithm-alist, inhibit-redisplay)
5171         (password-cache-expiry):
5172         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5173         (pgg-output-buffer, password-cache-expiry):
5174         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5175         (efs-path-regexp):
5176         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5177         (inhibit-redisplay):
5178         * mm-uu.el (file-name, start-point, end-point, entry)
5179         (gnus-newsgroup-name, gnus-newsgroup-charset):
5180         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5181         (latin-unity-ucs-list):
5182         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5183         (mm-uu-binhex-decode-function):
5184         * message.el (gnus-message-group-art, gnus-list-identifiers)
5185         (rmail-enable-mime-composing, gnus-local-organization)
5186         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5187         (gnus-read-active-file, facemenu-add-face-function)
5188         (facemenu-remove-face-function, gnus-article-decoded-p)
5189         (tool-bar-mode):
5190         * mail-source.el (display-time-mail-function):
5191         * gnus-util.el (nnmail-pathname-coding-system)
5192         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5193         (gnus-original-article-buffer, gnus-user-agent)
5194         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5195         (xemacs-codename, sxemacs-codename, emacs-program-version):
5196         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5197         * gnus-start.el (gnus-agent-covered-methods)
5198         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5199         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5200         (gnus-newsgroup-headers, gnus-group-list-mode)
5201         (gnus-group-mark-positions, gnus-newsgroup-data)
5202         (gnus-newsgroup-unreads, nnoo-state-alist)
5203         (gnus-current-select-method, mail-sources)
5204         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5205         (nnmail-spool-file, gnus-cache-active-hashtb):
5206         * gnus-mh.el (mh-lib-progs):
5207         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5208         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5209         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5210         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5211         (gnus-group-buffer):
5212         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5213         (font-lock-set-defaults):
5214         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5215         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5216         (gnus-summary-post-menu, total-parts, type, condition, length):
5217         * gnus-agent.el (gnus-agent-read-agentview):
5218         * flow-fill.el (show-trailing-whitespace):
5219         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5220         eval-and-compile wrappers for byte compiler pacifiers.
5221
5222         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5223         (mm-display-inline-fontify): Check for featurep 'xemacs not
5224         extent-list.
5225
5226         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5227         itimer-list.
5228         (mm-create-image-xemacs): Only do something for XEmacs.
5229         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5230
5231         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5232
5233         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5234         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5235
5236 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5237
5238         * nnimap.el (nnimap-split-download-body):
5239         * gnus-demon.el (gnus-demon):
5240         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5241
5242 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5243
5244         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5245         macros.
5246         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5247         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5248         copy data from unibyte buffer to multibyte current buffer.
5249         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5250         to copy data from unibyte current buffer to multibyte buffer.
5251         (nntp-make-process-buffer): Make process buffer unibyte.
5252
5253         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5254
5255 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5256
5257         * pop3.el (pop3-open-server): Accept and process data more robustly at
5258         connexion start to avoid spurious "POP SSL connexion failed" errors.
5259
5260 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5263         read group names.
5264
5265 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5266
5267         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5268
5269 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5270
5271         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5272         (nnmail-save-active): Use a unibyte buffer when saving active file,
5273         which may contain non-ASCII group names.
5274
5275         * nnml.el (nnml-request-group): Decode group names in messages.
5276
5277 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5278
5279         * message.el (message-citation-line-function)
5280         (message-insert-formatted-citation-line): Fix spelling of
5281         `message-insert-formated-citation-line'.
5282
5283 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5284
5285         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5286
5287 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5288
5289         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5290         nnmail-pathname-coding-system.
5291
5292         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5293         that a user enters; decode group names in messages.
5294
5295         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5296
5297 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5298
5299         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5300
5301         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5302
5303         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5304         risky local variable.
5305
5306         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5307
5308 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5309
5310         * encrypt.el: Improve documentation to fix function name typo.
5311         Reported by Daiki Ueno <ueno@unixuser.org>.
5312
5313 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5314
5315         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5316         even if the point is not in the last page of an article.
5317         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5318         back to the previous page.
5319
5320 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5321
5322         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5323
5324 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5325
5326         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5327
5328 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5329
5330         * message.el (message-check-news-body-syntax): Avoid
5331         mm-string-as-multibyte.
5332         (message-hide-headers): Don't assume (point-min)==1.
5333
5334 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5335
5336         * message.el (message-remove-blank-cited-lines): Fix if remove is
5337         given.
5338         (message-bogus-address-regexp): New variable.
5339         (message-bogus-recipient-p): New function.
5340         (message-check-recipients): New command.
5341         (message-syntax-checks): Add `bogus-recipient'.
5342         (message-fix-before-sending): Add `bogus-recipient'.
5343
5344         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5345         (gnus-treat-body-boundary): Don't test window-system.
5346
5347 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5348
5349         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5350
5351 2007-10-28  Miles Bader  <miles@gnu.org>
5352
5353         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5354         at compile-time too.
5355
5356 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5357
5358         * gnus-msg.el (gnus-message-setup-hook): Add
5359         `message-remove-blank-cited-lines' to options.
5360
5361 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5362
5363         * message.el (message-remove-blank-cited-lines): New function.
5364         Suggested by Karl Plästerer.
5365
5366 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5367
5368         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5369         mapc.
5370
5371         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5372         (top-level): Use mapc to set functions to be traced for debugging.
5373
5374         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5375         called for effect with while loop.
5376
5377         * message.el (message-talkative-question): Replace mapcar called for
5378         effect with mapc.
5379
5380         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5381         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5382         called for effect with dolist.
5383
5384         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5385
5386         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5387         gnus-extra-headers and nnmail-extra-headers.
5388
5389         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5390         called for effect with dolist.
5391         (top-level): Use mapc to set functions to be traced for debugging.
5392
5393         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5394         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5395         dolist.
5396
5397         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5398         Replace mapcar called for effect with mapc.
5399         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5400         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5401         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5402         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5403
5404         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5405         remove-if that's a cl function.
5406
5407         * webmail.el (webmail-debug): Replace mapcar called for effect with
5408         dolist.
5409
5410         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5411         with mapc.
5412
5413 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5414
5415         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5416         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5417         with while loop.
5418
5419         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5420         functions from article-* functions.
5421         (gnus-multi-decode-header): Replace mapcar called for effect with
5422         dolist.
5423
5424         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5425         (gnus-bookmark-show-details): Replace mapcar called for effect with
5426         while loop.
5427
5428         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5429         called for effect with while loop.
5430
5431         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5432         with dolist.
5433
5434         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5435         mapcar called for effect with dolist.
5436
5437         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5438
5439         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5440         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5441         Replace mapcar called for effect with dolist.
5442         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5443         mapc.
5444
5445         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5446         Replace mapcar called for effect with dolist.
5447         (gnus-topic-list): Replace mapcar called for effect with mapc.
5448
5449         * gnus.el: Use mapc instead of mapcar to add autoloads.
5450
5451 2007-10-23  Richard Stallman  <rms@gnu.org>
5452
5453         * gnus-group.el (gnus-group-highlight): Mark as risky.
5454
5455 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5456
5457         * gnus.el (gnus-server-to-method): Return method found first in
5458         gnus-newsrc-alist.
5459
5460         * gnus-art.el (gnus-article-highlight-signature)
5461         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5462         button overlay without the front stickiness.
5463
5464 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5465
5466         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5467         overview buffer needed a catch to receive its throw.
5468         (gnus-agent-flush-cache): Declared as interactive to make this function
5469         easier to use.
5470
5471 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5472
5473         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5474         `next-line'.
5475
5476 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5477
5478         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5479         exclude address matching message-dont-reply-to-names.
5480
5481 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5482
5483         * gnus-util.el (gnus-string<): New function.
5484
5485         * gnus-sum.el (gnus-article-sort-by-author)
5486         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5487
5488 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5489
5490         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5491         the frame-focus tag is set in gnus-buffer-configuration.
5492
5493 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5494
5495         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5496         the front stickiness.
5497
5498 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5499
5500         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5501         url pattern; remove duplicate one.
5502         (gnus-article-extend-url-button): New function.
5503         (gnus-article-add-buttons): Use it.
5504         (gnus-button-push): Use concatenated url that it makes.
5505
5506 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5507
5508         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5509
5510 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5511
5512         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5513         Don't hardcode point-min==1.
5514
5515 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5516
5517         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5518         Fix comment about "iso8859-1".
5519
5520 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5521
5522         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5523         ones returned from the verify-function.
5524
5525         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5526         mml2015-extract-cleartext-signature if extraction failed.
5527
5528 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5529
5530         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5531         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5532         failed.
5533
5534 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5535
5536         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5537
5538 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5539
5540         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5541         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5542         recommends to use EasyPG instead of PGG.
5543
5544         * pgg.el: Revert to revision 6.23.2.16.
5545
5546         * pgg-def.el: Revert to revision 6.6.2.14.
5547
5548         * pgg-gpg.el: Revert to revision 6.23.2.34.
5549
5550 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5551
5552         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5553         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5554         thread for both the null and zero (kill/expire thread) universal prefix
5555         cases.
5556         (gnus-summary-expire-thread): Add new function to expire a thread,
5557         using gnus-summary-kill-thread.
5558         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5559         shortcuts for gnus-summary-expire-thread.
5560         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5561         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5562
5563 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5564
5565         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5566         extras value, so an extras entry can be deleted.
5567         (gnus-registry-delete-extra-entry): Use it.
5568         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5569         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5570         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5571         storage through the gnus-registry, and provide an appropriate API for
5572         it.
5573
5574 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5575
5576         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5577         Suggested by Leo <sdl.web@gmail.com>.
5578
5579         * gnus.el: Do.
5580
5581 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5582
5583         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5584         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5585
5586         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5587
5588         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5589         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5590
5591 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5592
5593         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5594         newline.
5595         (nnmbox-request-accept-article): Don't change article in source buffer;
5596         narrow to header to use message-fetch-field rather than
5597         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5598         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5599         as delimiters; make sure article ends with newline.
5600         (nnmbox-delete-mail): Correct last position of article to be deleted;
5601         ignore X-Gnus-Newsgroup header in article body.
5602         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5603         positions; make sure article ends with newline.
5604
5605         * message.el (message-display-abbrev): Don't infloop when a user
5606         inserts SPC in the beginning of header.
5607
5608         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5609         coding-system-for-read and coding-system-for-write for XEmacs having no
5610         file-coding feature.
5611
5612         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5613
5614 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5615
5616         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5617         list of groups not followed by default.  Fix type to be regexp.
5618         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5619
5620 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5621
5622         * hmac-def.el (define-hmac-function): Switch from old-style to
5623         new-style backquotes.
5624
5625         * md4.el (md4-make-step): Likewise.
5626
5627 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5628
5629         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5630         raw-text coding system when saving .newsrc file, which may contain
5631         non-ASCII group names.
5632
5633 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5634
5635         * gnus-cus.el (gnus-score-extra): New widget.
5636         (gnus-score-extra-convert): New function.
5637         (gnus-score-customize): Use it for Extra.
5638
5639 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5640
5641         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5642         (mml2015-mailcrypt-clear-verify): Use it.
5643         (mml2015-gpg-clear-verify): Use it.
5644         (mml2015-pgg-clear-verify): Use it.
5645         (mml2015-epg-clear-verify): Replace the current part with the output
5646         from GnuPG; don't extract the plaintext by itself.
5647
5648         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5649         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5650         mml2015-clear-verify-function; don't touch the armor headers or
5651         dash-escaped text here.
5652
5653 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5654
5655         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5656         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5657         parts, or application/octet-stream as a last resort.
5658         (gnus-mime-view-part-as-type): Don't toggle display.
5659         (gnus-mime-view-part-as-charset): Don't turn off display before
5660         querying charset.
5661
5662         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5663         stuff to undisplayer function in Emacs.
5664         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5665
5666         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5667         text/calendar parts.
5668
5669 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5670
5671         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5672         decoding text/calendar parts.
5673
5674         * message.el (message-forward-make-body-mime): Always mark body as
5675         having no illegible text; remove signed-or-encrypted argument.
5676         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5677
5678         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5679         (mml-generate-mime-1): Don't encode body if it is specified to be in
5680         raw form; don't make buffer be unibyte when inserting multibyte string.
5681
5682 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5683
5684         * sha1.el: Fix up comment style.
5685         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5686         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5687
5688         * hex-util.el: Fix up comment style.
5689         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5690
5691         * gnus-salt.el: Use with-current-buffer.
5692         (gnus-pick-setup-message): Fix long-standing typo.
5693
5694 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5695
5696         * imap.el (imap-logout-timeout): New variable.
5697         (imap-logout, imap-logout-wait): New functions.
5698         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5699
5700         * nnimap.el (nnimap-logout-timeout): New server variable.
5701         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5702         nnimap-logout-timeout.
5703
5704         * gnus-art.el (gnus-article-summary-command-nosave)
5705         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5706
5707 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5708
5709         * gnus.el (gnus-maximum-newsgroup): New variable.
5710
5711         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5712         according to gnus-maximum-newsgroup.
5713
5714         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5715         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5716         Limit the range of articles according to gnus-maximum-newsgroup.
5717
5718 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5719
5720         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5721         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5722         Don't perform gnus-configure-windows here; reuse existing sticky
5723         article buffer.
5724
5725         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5726         it doesn't exist in gnus-article-mode.
5727
5728 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5729
5730         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5731         (gnus-agent-decoded-group-name): New function.
5732         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5733         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5734
5735 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5736
5737         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5738         Add binding for gnus-sticky-article.
5739         (gnus-summary-exit): Don't kill sticky article buffers.
5740
5741         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5742         article buffer.
5743         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5744         (gnus-kill-sticky-article-buffers): New commands.
5745
5746 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5747
5748         * nntp.el (nntp-xref-number-is-evil): New server variable.
5749         (nntp-find-group-and-number): If it is non-nil, don't trust article
5750         numbers in the Xref header.
5751
5752 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5753
5754         * gnus-agent.el (gnus-agent-read-group): New function.
5755         (gnus-agent-flush-group, gnus-agent-expire-group)
5756         (gnus-agent-regenerate-group): Use it.
5757         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5758         nnmail-pathname-coding-system.
5759
5760 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5761
5762         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5763
5764         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5765         that are unread as unread, and also as selected so that information of
5766         marks having been changed by a user may be updated when exiting group.
5767
5768 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5769
5770         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5771         calculated ignoring signature parts to gnus-treat-article.
5772
5773 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5774
5775         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5776         a point here in order to keep the window start.
5777         (gnus-insert-mime-security-button): Make a button overlay without the
5778         front stickiness.
5779         (gnus-mime-display-security): Goto the end of a button.
5780
5781         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5782
5783 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5784
5785         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5786         group-name-at-point.
5787         (gnus-group-completing-read): New function that offers decoded
5788         non-ASCII group names for completion.
5789         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5790         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5791         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5792         (gnus-group-fetch-control): Use it.
5793         (gnus-fetch-group): Use group-name-at-point for the initial value
5794         rather than the default value; use gnus-alive-p.
5795
5796         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5797         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5798         (gnus-summary-post-news): Use gnus-group-completing-read.
5799
5800         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5801         (gnus-read-move-group-name): Decode group name for completion.
5802
5803 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5804
5805         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5806         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5807         Yamaoka slightly modified the code).
5808
5809 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5810
5811         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5812         (nnmail-split-incoming): Bind it.
5813
5814         * nnml.el (nnml-group-name-charset): New function.
5815         (nnml-decoded-group-name): Use it; don't decode group name if
5816         nnmail-group-names-not-encoded-p is non-nil.
5817         (nnml-encoded-group-name): New function.
5818         (nnml-group-pathname): Inline nnml-decoded-group-name.
5819         (nnml-request-expire-articles): Decode group name in message.
5820         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5821         nnmail-pathname-coding-system.
5822         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5823         not decoded ones according to nnmail-group-names-not-encoded-p.
5824         (nnml-generate-active-info): Use nnml-encoded-group-name.
5825
5826 2007-08-08  Glenn Morris  <rgm@gnu.org>
5827
5828         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5829         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5830         doc-strings and comments.
5831
5832 2007-07-25  Glenn Morris  <rgm@gnu.org>
5833
5834         * Relicense all FSF files to GPLv3 or later.
5835
5836 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5837
5838         * gnus-sum.el (gnus-summary-move-article): Make
5839         gnus-summary-respool-article work.
5840
5841 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5842
5843         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5844         string.
5845
5846 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5847
5848         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5849         that should be ignored when comparing distant RSS articles with local
5850         ones.
5851         (nnrss-make-hash-index): New function.  Create a hash index according
5852         to the ignored fields.
5853         (nnrss-check-group): Use it.
5854
5855 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5856
5857         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5858
5859         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5860
5861         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5862         the new optional argument ENCODED is non-nil.
5863         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5864         coding system for encoding group name.
5865         (gnus-group-make-rss-group): Pass un-encoded group name to
5866         gnus-group-make-group.
5867         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5868         encoded.
5869
5870         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5871         Encode group name to which articles are moved or copied.
5872         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5873         coding system for encoding Newsgroup, Followup-To and Xref headers.
5874
5875         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5876         marks; use nnheader-file-coding-system to write a file.
5877         (nnagent-retrieve-headers): Bind file-name-coding-system to
5878         nnmail-pathname-coding-system.
5879
5880         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5881
5882         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5883         (nnml-request-article, nnml-request-create-group)
5884         (nnml-request-rename-group, nnml-find-id)
5885         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5886         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5887         (nnml-save-marks): Use nnml-group-pathname instead of
5888         nnmail-group-pathname.
5889
5890         (nnml-request-create-group, nnml-request-expire-articles)
5891         (nnml-request-move-article, nnml-request-delete-group)
5892         (nnml-deletable-article-p, nnml-possibly-create-directory)
5893         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5894         (nnml-open-marks): Bind file-name-coding-system to
5895         nnmail-pathname-coding-system.
5896
5897         (nnml-request-article): Pass server argument to nnml-find-group-number.
5898         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5899         server argument to nnml-possibly-create-directory.
5900         (nnml-request-accept-article): Pass server argument to
5901         nnml-active-number and nnml-save-mail.
5902         (nnml-find-group-number): Pass server argument to nnml-find-id.
5903         (nnml-request-update-info): Pass server argument to
5904         nnml-marks-changed-p.
5905
5906         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5907         (nnml-save-mail, nnml-active-number): Add server argument.
5908
5909         (nnml-request-delete-group): Warn if group is missing.
5910         (nnml-get-nov-buffer): Decode group name.
5911         (nnml-generate-active-info): Encode group name.
5912         (nnml-open-marks): Decode group name in messages.
5913
5914 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5915
5916         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5917         if it is not specified.
5918         (gnus-article-pipe-part, gnus-article-save-part)
5919         (gnus-article-interactively-view-part, gnus-article-copy-part)
5920         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5921         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5922         (gnus-article-replace-part, gnus-article-delete-part)
5923         (gnus-article-view-part-as-type): Pass raw prefix argument to
5924         gnus-article-part-wrapper.
5925
5926 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5927
5928         * gnus-agent.el (gnus-agent-save-active): Bind
5929         nnheader-file-coding-system to gnus-agent-file-coding-system.
5930
5931         * gnus-cache.el (gnus-cache-save-buffers)
5932         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5933         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5934         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5935         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5936         (gnus-cache-generate-active, gnus-cache-rename-group)
5937         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5938         (gnus-cache-update-overview-total-fetched-for): Bind
5939         file-name-coding-system to nnmail-pathname-coding-system.
5940         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5941         variables.
5942         (gnus-cache-decoded-group-name): New function.
5943         (gnus-cache-file-name): Use it.
5944         (gnus-cache-generate-active): Use non-decoded group name for active.
5945
5946         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5947         right place.
5948         (gnus-write-active-file): Don't break non-ASCII group names.
5949
5950         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5951         nnmail-pathname-coding-system.
5952
5953         * lpath.el: Bind default-file-name-coding-system,
5954         file-name-coding-system and language-info-alist for XEmacs.
5955
5956         * gnus-uu.el (gnus-uu-decode-save): Typo.
5957
5958 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5959
5960         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5961
5962 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5963
5964         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5965         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5966         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5967         (gnus-agent-flush-group, gnus-agent-flush-cache)
5968         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5969         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5970         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5971         (gnus-agent-regenerate-group)
5972         (gnus-agent-update-files-total-fetched-for)
5973         (gnus-agent-update-view-total-fetched-for): Bind
5974         file-name-coding-system to nnmail-pathname-coding-system.
5975         (gnus-agent-group-pathname): Don't encode file names by
5976         nnmail-pathname-coding-system.
5977         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5978         coding-system-for-write instead of buffer-file-coding-system to
5979         gnus-agent-file-coding-system.
5980
5981         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5982         Decode group name.
5983
5984         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5985
5986         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5987         (gnus-read-newsrc-el-file): Make group names unibyte.
5988
5989         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5990         nnmail-pathname-coding-system.
5991
5992         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5993         (nnrss-request-delete-group): Bind file-name-coding-system to
5994         nnmail-pathname-coding-system.
5995         (nnrss-read-server-data, nnrss-read-group-data): Bind
5996         file-name-coding-system correctly.
5997         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5998
5999         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6000         (nntp-server-to-method-cache): New variable.
6001         (nntp-group-pathname): New function that decodes non-ASCII group names.
6002         (nntp-possibly-create-directory, nntp-marks-changed-p)
6003         (nntp-save-marks, nntp-open-marks): Use it.
6004         (nntp-possibly-create-directory, nntp-open-marks):
6005         Bind file-name-coding-system to nnmail-pathname-coding-system.
6006         (nntp-open-marks): Decode group names when bootstrapping marks.
6007
6008         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6009         Newsgroups and Folowup-To headers.
6010
6011 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6014         (gnus-server-closed-face, gnus-server-denied-face)
6015         (gnus-server-offline-face): Remove variable.
6016         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6017
6018         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6019         of modifying message-stack directly for XEmacs.
6020
6021         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6022         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6023         if the coding-system argument is nil for XEmacs.
6024
6025         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6026         mm-charset-override-alist.
6027
6028         * rfc2047.el: Don't require base64; require rfc2045 for the function
6029         rfc2045-encode-string.
6030         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6031         to quote the parameter value.
6032
6033 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6034
6035         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6036         form in gnus-group-name-charset-method-alist.
6037
6038         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6039         overrides the default layout edit-form.
6040
6041         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6042
6043         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6044
6045 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6046
6047         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6048         as unfetched articles.
6049
6050 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6051
6052         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6053
6054 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6055
6056         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6057         original back end that keeps marks in the local system.
6058
6059 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6060
6061         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6062         arg of pop-to-buffer for XEmacs.
6063         (gnus-article-read-summary-keys): Ditto; don't restore window
6064         configuration if summary command ends up with neither article buffer
6065         nor summary buffer; describe bindings if summary keys end with C-h.
6066
6067 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6068
6069         * message.el (message-fix-before-sending): Skip raw message part to be
6070         forwarded while checking illegible text.
6071         (message-forward-make-body-mime, message-forward-make-body): Mark
6072         signed or encrypted raw message as having no illegible text.
6073
6074 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6075
6076         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6077         (gnus-message-with-timestamp-1): New macro.
6078         (gnus-message-with-timestamp): New function.
6079         (gnus-message): Use them.
6080
6081         * nnheader.el (nnheader-message): Use them.
6082
6083 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6084
6085         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6086         .newsrc.eld file.
6087
6088 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6089
6090         * gnus-agent.el (gnus-agent-fetch-headers)
6091         (gnus-agent-retrieve-headers): Bind
6092         gnus-decode-encoded-address-function to identity.
6093
6094         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6095         available also when the server returns simply a dot.
6096
6097         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6098
6099 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6100
6101         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6102
6103 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6104
6105         * gnus-ems.el (gnus-x-splash): Make it work.
6106
6107         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6108         from being used.
6109
6110         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6111
6112 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6113
6114         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6115         4th and the 5th arguments.
6116
6117         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6118         the front stickiness.
6119         (gnus-article-summary-command-nosave): Correct the order of the
6120         arguments passed to pop-to-buffer.
6121         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6122         summary command ends up with the article buffer.
6123
6124         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6125         the same faces.
6126
6127 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6128
6129         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6130
6131 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6132
6133         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6134         * gnus-sum.el (gnus-summary-highlight):
6135         * pgg.el (pgg-sign-region, pgg-sign):
6136         * mail-source.el (mail-source-delete-old-incoming-confirm):
6137         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6138
6139 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6140
6141         * gnus-art.el (gnus-mime-view-part-externally)
6142         (gnus-mime-view-part-internally): Fix predicate function passed to
6143         completing-read.
6144
6145         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6146
6147         * gnus.el (gnus-update-message-archive-method): Add :version.
6148
6149 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6150
6151         * gnus.el (gnus-update-message-archive-method): New variable.
6152
6153         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6154         according to gnus-message-archive-method if
6155         gnus-update-message-archive-method is non-nil.
6156
6157 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6158
6159         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6160         by Loic Dachary <loic@dachary.org>.
6161         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6162
6163 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6164
6165         * message.el (message-pop-to-buffer): Add switch-function argument.
6166         (message-mail): Pass switch-function argument to it.
6167
6168 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6169
6170         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6171         Improve doc string.
6172
6173 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6174
6175         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6176         (gnus-header-content)
6177         * gnus-cite.el (gnus-cite-10)
6178         * gnus-srvr.el (gnus-server-closed)
6179         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6180         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6181         (gnus-group-mail-3-empty, gnus-group-mail-low)
6182         (gnus-group-mail-low-empty, gnus-splash)
6183         * message.el (message-header-to, message-header-cc)
6184         (message-header-subject, message-header-other, message-header-name)
6185         (message-header-xheader, message-separator, message-cited-text)
6186         (message-mml): Lighten colors of faces used for dark background.
6187
6188 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6189
6190         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6191         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6192
6193 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6194
6195         * message.el (message-narrow-to-headers-or-head):
6196         Ignore mail-header-separator in the body.
6197
6198 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6199
6200         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6201         same as window size.
6202
6203 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6204
6205         * message.el (message-font-lock-keywords): Use message-header-xheader
6206         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6207         ahead of the anything pattern, to get it recognised.
6208
6209 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6210
6211         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6212         spam.el loads uses it in the compiled defadvice form.
6213
6214 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6215
6216         * gnus-sum.el (gnus-articles-to-read)
6217         (gnus-summary-insert-old-articles): Don't truncate group name for
6218         `read-string'.
6219
6220         * gnus-util.el (gnus-limit-string): Delete this function.
6221
6222         * gnus-sum.el (gnus-simplify-subject-fully): Use
6223         `truncate-string-to-width' instead.
6224
6225 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6226
6227         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6228         if, on summary exit, the next group has to be selected.
6229         (gnus-summary-exit): Use it.
6230
6231 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6232
6233         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6234         non-break space.
6235
6236 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6237
6238         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6239         Check if group is not a directory.
6240         (nnfolder-request-expire-articles): Don't delete articles if the target
6241         group is not available.
6242
6243         * nnml.el (nnml-request-create-group): Properly check if group is not a
6244         file.
6245         (nnml-request-expire-articles): Don't delete articles if the target
6246         group is not available.
6247
6248         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6249         Don't quote characters that are within parentheses.
6250
6251 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6252
6253         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6254         (gnus-handle-ephemeral-exit): Select article according to it.
6255
6256 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6257
6258         * message.el (message-insert-formated-citation-line): Remove newline.
6259         (message-citation-line-format): Add final \n here so that the user can
6260         avoid a blank line.
6261
6262 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6263
6264         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6265         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6266         Update lanl/arXiv support.
6267
6268 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6269
6270         * gnus.el: Bump version number.
6271
6272 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6273
6274         * gnus.el (gnus-version-number): Bump version.
6275
6276 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6277
6278         * gnus.el: No Gnus v0.6 is released.
6279
6280 2007-04-27  Didier Verna  <didier@xemacs.org>
6281
6282         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6283         * gmm-utils.el (gmm-regexp-concat): here.
6284         * message.el: Don't require 'gnus-util.
6285         (message-dont-reply-to-names): Handle name change above.
6286         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6287
6288 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6289
6290         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6291         since the initial value varies according to the system.
6292
6293 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6294
6295         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6296
6297 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6298
6299         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6300
6301 2007-04-24  Didier Verna  <didier@xemacs.org>
6302
6303         Improve the type of gnus-ignored-from-addresses.
6304         * gnus-util.el (gnus-orify-regexp): New function.
6305         * message.el (gnus-util): Require it.
6306         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6307         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6308         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6309
6310 2007-04-24  Didier Verna  <didier@xemacs.org>
6311
6312         * gnus-sum.el:
6313         * gnus-utils.el: Fix some trailing whitespaces.
6314
6315 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6316
6317         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6318         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6319         article's Message-ID; refer parent article in summary buffer.
6320
6321         * message.el (message-bounce): Call mime-to-mml.
6322
6323         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6324         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6325         optimize and/or forms properly.
6326
6327 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6328
6329         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6330         URL.
6331
6332 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6333
6334         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6335
6336 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6337
6338         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6339         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6340         displayed of multipart/alternative part if it is invoked from summary
6341         buffer.
6342
6343         * mm-view.el (mm-inline-text-html-render-with-w3m)
6344         (mm-inline-text-html-render-with-w3m-standalone)
6345         (mm-inline-render-with-function): Use mail-parse-charset by default.
6346
6347 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6348
6349         * parse-time.el (parse-time-string-chars): Check if CHAR
6350         is less than the length of parse-time-syntax.
6351
6352 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6353
6354         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6355         from gnus-newsgroup-processable.
6356
6357 2007-04-16  Didier Verna  <didier@xemacs.org>
6358
6359         * gnus-msg.el (gnus-configure-posting-styles): Handle
6360         message-signature-directory properly with :file syntax.  Reported by
6361         "Leo".
6362
6363 2007-04-11  Didier Verna  <didier@xemacs.org>
6364
6365         New user option: message-signature-directory.
6366         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6367         * message.el (message-insert-signature): Ditto.
6368         * message.el (message-signature-file): Doc update.
6369         * message.el (message-signature-directory): New.
6370
6371 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6372
6373         * gnus-msg.el (gnus-inews-yank-articles): Use
6374         message-exchange-point-and-mark instead of exchange-point-and-mark.
6375
6376 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6377
6378         * message.el (message-yank-original): Make sure cited text ends with
6379         newline; don't exchange point and mark.
6380
6381 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6382
6383         * tls.el (open-tls-stream): Properly handle case where there
6384         is no associated buffer.
6385
6386 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6387
6388         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6389         message-yank-original, make sure (< mark TEXT point).
6390
6391 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6392
6393         * message.el (message-fill-column): New variable.
6394         (message-mode): Use it.  Add comment on a possible new hook.
6395
6396         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6397         (nnmail-get-new-mail): Reformat.
6398
6399         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6400
6401         * gmm-utils.el: Fix Commentary.
6402         (gmm-tool-bar-from-list): Fix typo in doc string.
6403
6404 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6405
6406         * message.el (message-yank-original): Don't switch point and mark
6407         unnecessarily to put point and mark as documented.
6408
6409 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6410
6411         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6412         from the message heads.
6413
6414 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6415
6416         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6417         article buffer does not have a window.  This may not be the best
6418         solution but is certainly better than setting the start of the null,
6419         that is the current, window.
6420
6421 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6422
6423         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6424         (gnus-draft-setup): Run it.
6425
6426         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6427         gnus-score-fast-scoring.  Allow regexp.
6428         (gnus-score-headers): Use it.
6429
6430         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6431         XEmacs.
6432
6433         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6434         string.
6435         (gnus-button-alist): Also catch `<f1> k ...'.
6436         (gnus-treat-display-x-face): Fix doc string.
6437
6438 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6439
6440         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6441         evaluation of gnus-extended-version to ensure correct generation of the
6442         User-Agent header when message-generate-headers-first is used.
6443
6444 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6445
6446         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6447         hashcash-path is nil.  Don't call callback with incorrect number of
6448         parameters if val is 0.
6449
6450 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6451
6452         * message.el (message-required-news-headers):
6453         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6454
6455 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6456
6457         * tls.el (open-tls-stream): In handshake-waiting loop,
6458         don't wait more if there is output available to process.
6459
6460 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6461
6462         * tls.el (tls-program): Doc fix.
6463
6464 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6465
6466         * message.el (message-generate-new-buffers): Change the meaning of the
6467         nil value; add `standard' to the choices; treat t as `unique'; improve
6468         doc string.
6469         (gnus-select-frame-set-input-focus): Autoload.
6470         (message-buffer-name): Search for the existing message buffer if
6471         message-generate-new-buffers is nil or `standard'; treat the value t of
6472         message-generate-new-buffers as `unique'.
6473         (message-pop-to-buffer): Raise the frame already displaying the message
6474         buffer; clear the echo area after querying.
6475         (message-setup): Pass the `continue' argument to compose-mail.
6476         (message-mail): Prefer `switch-function' if it is given; search for the
6477         existing message buffer if the `continue' argument is non-nil; pass
6478         continue and switch-function arguments to compose-mail by way of
6479         message-setup.
6480         (message-mail-other-window): Adjust argument of message-setup.
6481         (message-mail-other-frame): Ditto.
6482
6483 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6484
6485         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6486         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6487         to turn font-lock on when turning gnus-message-citation-mode on.
6488
6489 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6490
6491         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6492         (mml-smime-function-alist): New variable; add epg as the backend.
6493         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6494         mml-smime- functions instead.
6495         * mm-view.el: Require smime.
6496
6497 2007-03-05  Didier Verna  <didier@xemacs.org>
6498
6499         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6500         instead of just inheritance for posting styles.
6501         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6502
6503 2007-02-24  Chris Moore  <dooglus@gmail.com>
6504
6505         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6506         * pgg-pgp.el (pgg-pgp-encrypt-region):
6507         * pgg-gpg.el (pgg-gpg-encrypt-region):
6508         Check pgg-encrypt-for-me if no other recipients.
6509
6510 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6511
6512         * tls.el (tls-certtool-program): Fix custom type.
6513
6514 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6515
6516         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6517         and point-at-eol instead of line-(beginning|end)-position.
6518
6519         * assistant.el (assistant-parse-buffer): Ditto.
6520
6521         * netrc.el (netrc-parse-services): Ditto.
6522
6523 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6524
6525         * mml2015.el (mml2015-epg-find-usable-key): New function.
6526         (mml2015-epg-sign): Use it.
6527         (mml2015-epg-encrypt): Use it.
6528
6529 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6530
6531         * message.el (message-make-in-reply-to): Quote name containing
6532         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6533         if there are special characters.  Reported by NAKAJI Hiroyuki
6534         <nakaji@jp.freebsd.org>.
6535
6536 2007-02-27  Didier Verna  <didier@xemacs.org>
6537
6538         Include the group parameters as well as the topic ones in the
6539         inheritance filter process.
6540         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6541         argument GROUP-PARAMS-LIST.
6542         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6543
6544 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6545
6546         * nntp.el (nntp-never-echoes-commands)
6547         (nntp-open-connection-functions-never-echo-commands): New variables.
6548         (nntp-send-command): Use them.
6549
6550 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6551
6552         * mml2015.el (mml2015-epg-verify): Simplified.
6553
6554 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6555
6556         * mml.el (mml-content-disposition-alist): New user option.
6557         (mml-content-disposition): New function.
6558         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6559         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6560
6561 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6562
6563         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6564         verification.
6565
6566 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6567
6568         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6569         articles posted in the last 24 hours.
6570
6571 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6572
6573         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6574
6575 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6576
6577         * nntp.el (nntp-send-command): Don't wait for echoes when
6578         nntp-open-ssl-stream is used.
6579
6580 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6581
6582         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6583         (gnus-message-add-citation-keywords)
6584         (gnus-message-remove-citation-keywords): Remove.
6585         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6586         directly, make the variables in font-lock-defaults buffer-local, add
6587         gnus-message-citation-keywords to them and then update the value of
6588         font-lock-keywords.
6589
6590 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6591
6592         * message.el (message-cite-original-1): Don't call
6593         gnus-article-highlight-citation.
6594
6595         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6596         citations; fix line count.
6597
6598 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6599
6600         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6601         (gnus-message-add-citation-keywords)
6602         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6603         versions of font-lock-add-keywords and font-lock-remove-keywords to
6604         work with XEmacs correctly.
6605
6606 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6607
6608         * gnus-cite.el (gnus-cite-face-list): Set the values of
6609         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6610         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6611         (gnus-message-cite-prefix-regexp): New variable.
6612         (gnus-message-search-citation-line): Use it; protect against long
6613         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6614         the 0th match data for Emacs.
6615         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6616         (gnus-message-add-citation-keywords): Append keywords rather than
6617         prepending; emulate font-lock-add-keywords if it is not available.
6618         (gnus-message-remove-citation-keywords): Emulate
6619         font-lock-remove-keywords if it is not available.
6620
6621         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6622
6623         * message.el (message-cite-prefix-regexp): Set the value of
6624         gnus-message-cite-prefix-regexp.
6625
6626 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6627
6628         * nnweb.el (nnweb-google-parse-1): Update parser.
6629
6630 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6631
6632         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6633
6634 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6635
6636         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6637         regexp.
6638
6639 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6640
6641         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6642         string-to-multibyte.
6643         (uudecode-decode-region-internal): Use it.
6644
6645         * lpath.el: Fbind string-as-multibyte for XEmacs.
6646
6647 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6648
6649         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6650         custom choice.
6651
6652         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6653
6654 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6655
6656         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6657
6658         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6659         `write-region' to respect `mm-inhibit-file-name-handlers'.
6660
6661 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6662
6663         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6664         Use gnus-home-directory instead of "~/" or "$HOME".
6665
6666 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6667
6668         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6669         to mention filename.
6670         Add comments at beginning regarding usage.
6671         (encrypt-write-file-contents): Change interactive so a string is
6672         acceptable.  If the file has no associated model, show an error instead
6673         of a nonsense prompt.
6674
6675 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6676
6677         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6678         Thanks to Yoshihiko Yamada for kind notification of this typo.
6679
6680 2007-01-12  Kenichi Handa  <handa@m17n.org>
6681
6682         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6683         multibyte buffer.
6684
6685 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6686
6687         * gnus-score.el (gnus-score-fast-scoring): New variable.
6688         (gnus-score-headers): Use it.
6689
6690         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6691
6692         * message.el (message-cite-original-1): Call
6693         gnus-article-highlight-citation if requested.
6694         (message-make-from): Allow name and address as optional arguments.
6695
6696         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6697
6698         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6699         bugs to doc string.
6700         (gnus-button-alist): Add mid\\|message-id.
6701         (gnus-button-fetch-group): Extend for use in
6702         `browse-url-browser-function'.
6703         (gnus-button-url-regexp): Try to catch paired parentheses like in
6704         Wikipedia URLs.
6705
6706         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6707         Suggested by Simon Krahnke <overlord@gmx.li>.
6708
6709 2007-01-13  Romain Francoise  <romain@orebokech.com>
6710
6711         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6712         Update copyright.
6713
6714 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6715
6716         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6717
6718 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6719
6720         * gnus-registry.el (gnus-registry-unfollowed-groups)
6721         (gnus-registry-split-fancy-with-parent): Fix documentation.
6722
6723 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6724
6725         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6726         from nnweb groups.
6727
6728 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6729
6730         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6731         Xref urls.  Erase buffer before requesting head.
6732
6733 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6734
6735         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6736         customizable.
6737
6738 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6739
6740         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6741         no signing key is found.
6742         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6743         no encrypting and/or signing key is found.
6744
6745 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6746
6747         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6748
6749 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6750
6751         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6752         headers read from disk with the ones newly found in the current search.
6753         This should no longer cause problems, because the article numbers in
6754         Gmane's `nov.php' output are ignored since the previous change.
6755
6756 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6757
6758         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6759
6760 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6761
6762         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6763         replace-regexp-in-string; bind url-version; fbind display-images-p and
6764         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6765         find-face and set-itimer-function for Emacs; bind itimer-list for
6766         Emacs.
6767
6768         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6769
6770 2007-01-01  Romain Francoise  <romain@orebokech.com>
6771
6772         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6773
6774 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6775
6776         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6777         `define-minor-mode' macro definition expanded properly.
6778         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6779         exclude it there.
6780
6781         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6782         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6783         `fboundp' test.
6784         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6785         This is OK to autoload in (S)XEmacs now.
6786
6787 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6788
6789         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6790         keystroke.
6791         (gnus-summary-limit-to-singletons): Fix typo.
6792
6793         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6794         else fails.
6795
6796 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6797
6798         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6799         docstring.
6800
6801         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6802         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6803         (gnus-summary-insert-dormant-articles): Fix typo in message.
6804
6805 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6806
6807         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6808         nil for XEmacs.
6809         (gnus-message-citation-mode): Don't autoload in XEmacs.
6810
6811         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6812
6813 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6814
6815         * nnimap.el (nnimap-expunge-search-string): Mention
6816         nnimap-search-uids-not-since-is-evil in docstring.
6817
6818 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6819
6820         * spam.el: Revert to make-obsolete-variable because
6821         define-obsolete-variable-alias is not supported in Emacs 21.
6822
6823         * spam.el (spam-ifile-path, spam-ifile-database-path)
6824         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6825         make-obsolete-variable.
6826         (spam-bsfilter-path, spam-bsfilter-program)
6827         (spam-spamassassin-path, spam-spamassassin-program)
6828         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6829         use "path" inappropriately.
6830         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6831         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6832         variable names.
6833
6834 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6835
6836         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6837         summary buffer.
6838
6839         * password.el (password-cache-remove): Use clear-string to burn
6840         password, if available.
6841
6842 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6843
6844         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6845
6846         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6847
6848         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6849         (gnus-message-highlight-citation): Move defcustom here from
6850         gnus-cite.el.
6851         (gnus-message-citation-mode): Autoload.
6852
6853         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6854         checks to make it compile with XEmacs.
6855         (gnus-message-citation-mode): New minor mode.
6856         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6857         (gnus-message-highlight-citation): New variables.
6858         (gnus-message-search-citation-line)
6859         (gnus-message-add-citation-keywords)
6860         (gnus-message-remove-citation-keywords)
6861         (turn-on-gnus-message-citation-mode)
6862         (turn-off-gnus-message-citation-mode): New functions.
6863
6864 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6865
6866         * gnus-cite.el: Enable highlighting of different citation levels in
6867         message-mode.
6868
6869 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6870
6871         * message.el (message-make-fqdn): Fix comment.
6872         (message-bogus-system-names): Add ".local".
6873
6874         * spam.el (spam-ifile-path, spam-ifile-program)
6875         (spam-ifile-database-path, spam-ifile-database)
6876         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6877         Don't use "path" inappropriately.
6878         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6879         strings.
6880         (spam-check-ifile, spam-ifile-register-with-ifile)
6881         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6882         new variable names.
6883
6884         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6885         (gnus-treat-display-smileys): Simplify using
6886         gnus-image-type-available-p.
6887
6888         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6889         available.
6890
6891         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6892         `display-images-p' if available.
6893
6894 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6897         one after turning on the buffer's multibyteness instead of decoding
6898         them directly in the unibyte buffer that causes unexpected conversion
6899         in Emacs 23 (unicode).
6900
6901 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6902
6903         * message.el (message-generate-hashcash): Fix custom type.
6904
6905 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6906
6907         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6908
6909 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6910
6911         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6912         disconnect icons.  Add help text.
6913
6914 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6915
6916         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6917         negated to be consistent with the others we handle.
6918
6919 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6920
6921         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6922         version of gnus-summary-buffer to something, so that we can use two
6923         article buffers at the same time.
6924
6925 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6926
6927         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6928         trigger all the extra headers.
6929         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6930         sorting.
6931
6932 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6933
6934         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6935         solid groups.
6936
6937 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6938
6939         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6940
6941 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6942
6943         * legacy-gnus-agent.el: Add Copyright notice.
6944
6945 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6946
6947         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6948
6949 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6950
6951         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6952
6953         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6954         to make it work reliably in CVS Emacs.
6955         (gnus-summary-limit-strange-charsets-predicate)
6956         (gnus-summary-limit-to-predicate): New functions.
6957
6958 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6959
6960         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6961         specifying array size.
6962         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6963         array if it is too small.
6964         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6965         (gnus-sort-threads-loop): New function.
6966
6967 2006-12-06  Chris Moore  <dooglus@gmail.com>
6968
6969         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6970         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6971
6972 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6973
6974         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6975         options.
6976
6977 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6978
6979         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6980         DOS-ing the recipient.
6981
6982         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6983         the headers when creating the mapping to avoid mismappings.
6984         (nnweb-gmane-create-mapping): Always nix out old mapping.
6985
6986 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6987
6988         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6989         and mm-verify-option to never.
6990
6991 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6992
6993         * message.el (message-signed-or-encrypted-p): New function.
6994         (message-forward-make-body): Use it.
6995
6996         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6997         Replace encode-coding-string with mm-encode-coding-string.
6998
6999 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7000
7001         * nneething.el (nneething-decode-file-name): Replace
7002         decode-coding-string with mm-decode-coding-string.
7003
7004         * gnus-int.el (gnus-open-server): Say failed server's name.
7005
7006 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7007
7008         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7009         strings to a single string.  Quote `errors-file-name'.
7010         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7011         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7012         Adjust calls.  Use `shell-quote-argument'.
7013
7014 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7015
7016         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7017         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7018
7019         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7020         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7021         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7022         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7023         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7024         (gnus-subscribe-newsgroup, gnus-1):
7025         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7026         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7027         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7028         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7029
7030 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7031
7032         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7033         keystroke.
7034         (gnus-summary-limit-to-bodies): Implement headersp.
7035
7036 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7037
7038         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7039
7040 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7041
7042         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7043
7044 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7045
7046         * message.el (message-generate-hashcash): Expand range of values to
7047         include `opportunistic'.
7048         (message-send-mail): Use it.
7049
7050 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7051
7052         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7053         and comment it.
7054
7055         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7056
7057 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7058
7059         * gnus-util.el (gnus-extract-address-components): Improve comment.
7060
7061 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7062
7063         * gnus-util.el (gnus-extract-address-components): Work with address in
7064         which the name portion contains @.
7065
7066         * lpath.el: Fbind custom-autoload.
7067
7068 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7069
7070         * gnus.el (gnus-start): Move custom group up.
7071         (gnus-select-method): Don't autoload, but make it available for
7072         `customize-variable'.
7073         (gnus-getenv-nntpserver): Don't autoload.
7074
7075 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7076
7077         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7078
7079 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7080
7081         * message.el (message-sendmail-extra-arguments): New variable.
7082         (message-send-mail-with-sendmail): Use it.
7083
7084 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7085
7086         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7087         mm-with-unibyte-current-buffer to make string unibyte.
7088
7089         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7090         mm-string-as-multibyte.
7091
7092 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7093
7094         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7095         Reported by Werner Koch <wk@gnupg.org>.
7096
7097 2006-11-14  Daiki Ueno  <ueno@p360>
7098
7099         * mml2015.el: Autoload epa-select-keys when compiling.
7100
7101 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7102
7103         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7104         message-options.
7105         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7106
7107 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7108
7109         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7110         EasyPG (< 0.0.6).
7111         (mml2015-always-trust): New user option.
7112         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7113         prompt.
7114
7115 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7116
7117         * nntp.el (nntp-authinfo-force): New variable.
7118         (nntp-send-authinfo): Use it.
7119
7120 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7121
7122         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7123         decode encoded words.  Improve prompt.  Add comment about forwarding.
7124         (message-replacement-char): Move up.
7125
7126 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7127
7128         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7129         instead of gnus-intersection because arguments of gnus-sorted-nunion
7130         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7131
7132 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7133
7134         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7135         (message-simplify-subject-functions): Enable
7136         message-strip-subject-encoded-words by default.
7137
7138 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7139
7140         * message.el (message-strip-subject-encoded-words): New function.
7141         (message-simplify-subject-functions): New variable.
7142         (message-simplify-subject): Use it.  Fix typo in doc string.
7143         Support message-strip-subject-encoded-words.
7144
7145 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7146
7147         * gnus-diary.el (gnus-diary-delay-format-function):
7148         * nndiary.el (nndiary-reminders):
7149         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7150
7151 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7152
7153         * gnus-art.el (article-hide-boring-headers): Fetch date from
7154         gnus-original-article-buffer to avoid problems with localized date
7155         strings.
7156
7157 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7158
7159         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7160
7161 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7162
7163         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7164         New variables.
7165         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7166         (mm-charset-synonym-alist): Move some entries to
7167         mm-codepage-iso-8859-list.
7168         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7169         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7170
7171 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7172
7173         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7174
7175 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7176
7177         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7178         with Emacs 21 and XEmacs.
7179
7180 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7181
7182         * spam.el (spam-parse-address): New function for better parsing,
7183         catching errors, etc.
7184         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7185
7186 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7187
7188         * mm-view.el: Add interactive arg to html2text autoload.
7189
7190 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7193
7194 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7195
7196         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7197         variables.
7198         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7199         (mm-charset-synonym-alist): Move some entries to
7200         mm-codepage-iso-8859-list.
7201
7202         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7203
7204 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7205
7206         * message.el (message-citation-line-format)
7207         (message-insert-formated-citation-line): Fix implementation of %E, %N
7208         and %n according to the doc string.
7209
7210 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7211
7212         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7213         car-safe to avoid bad parses.
7214
7215 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7216
7217         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7218         names.
7219
7220         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7221
7222 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7225         header.
7226
7227         * message.el (message-draft-headers): Add Date.
7228         (message-headers-to-generate): Fix typo in docstring.
7229
7230         * nndraft.el (nndraft-required-headers): New variable.
7231         (nndraft-generate-headers): Use it.
7232
7233         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7234
7235 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7236
7237         * gnus-registry.el (gnus-registry-wash-for-keywords)
7238         (gnus-registry-find-keywords): New functions to allow easy searching of
7239         articles that are in the registry.
7240
7241 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7242
7243         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7244         ietf-drums-parse-address instead of gnus-extract-address-components.
7245         Reported by Damien Elmes <damien@repose.cx>.
7246
7247 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7248
7249         * gnus.el (gnus-mime): Remove unused custom group.
7250
7251 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7252
7253         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7254         "blank line" when searching for end of armor headers.
7255
7256 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7257
7258         * gmm-utils.el (gmm-write-region): Fix variable name.
7259
7260 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7261
7262         * gmm-utils.el (gmm-write-region): New function based on compatibility
7263         code from `mm-make-temp-file'.
7264
7265         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7266
7267         * nnmaildir.el (nnmaildir--update-nov)
7268         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7269         Use `gmm-write-region'.
7270
7271 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7272
7273         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7274         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7275
7276         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7277
7278         * message.el (message-replacement-char): New variable.
7279         (message-fix-before-sending): Use it.
7280         (message-simplify-subject): New function to remove duplicate code.
7281         (message-reply, message-followup): Use it.
7282
7283         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7284         gnus-summary-limit-to-articles.
7285
7286 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7287
7288         * gnus-util.el (gnus-with-local-quit): New macro.
7289
7290         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7291
7292 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7293
7294         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7295         ignore non-string data.
7296
7297 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7298
7299         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7300         non-string data (needs to be done in the registry too).
7301
7302 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7303
7304         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7305         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7306         (gnus-registry-split-fancy-with-parent)
7307         (gnus-registry-fetch-simplified-message-subject-fast)
7308         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7309         Remove text properties on ingress into the registry and when it's saved.
7310         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7311         registry from entries with no groups.
7312
7313 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7314
7315         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7316         function to remove string properties.
7317
7318 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7319
7320         * gmm-utils.el (gmm): Adjust custom version.
7321
7322         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7323         custom version.
7324
7325         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7326
7327 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7328
7329         * gnus-art.el (gnus-insert-prev-page-button)
7330         (gnus-insert-next-page-button): Simplify.  Reformat.
7331
7332 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7333
7334         * gnus-art.el (gnus-insert-prev-page-button)
7335         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7336
7337 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7338
7339         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7340
7341 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7342
7343         * gnus-art.el (gnus-insert-mime-button)
7344         (gnus-insert-mime-security-button):
7345         Apply gnus-article-button-face to MIME and security buttons.
7346
7347 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7348
7349         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7350         readable.
7351
7352 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7353
7354         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7355
7356 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7357
7358         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7359         `browse-url-of-file' instead of `browse-url'.
7360
7361 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7362
7363         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7364         regexp.  Articles containing quotation were cut prematurely.
7365
7366 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7367
7368         * message.el (message-cite-original-1): Use nobody by default for the
7369         value of From header.
7370         (message-reply): Ditto.
7371
7372 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7373
7374         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7375         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7376         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7377
7378 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7379
7380         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7381         mails in the doc string.  Add some URLs in comment.
7382         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7383
7384 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7385
7386         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7387         backslashes handling and the way to find boundaries of quoted strings.
7388
7389 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7390
7391         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7392         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7393         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7394         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7395
7396 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7397
7398         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7399         doc string.
7400         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7401
7402 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7403
7404         * lpath.el: Fbind epg-check-configuration.
7405
7406 2006-09-06  Simon Josefsson  <jas@extundo.com>
7407
7408         * mml2015.el (mml2015-use): Doc fix, mention epg.
7409
7410 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7411
7412         * mml2015.el (mml2015-use): Default to epg, if available.
7413
7414 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7415
7416         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7417         message-sender.
7418         (mml1991-epg-encrypt): Ditto.
7419         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7420         message-sender.
7421         (mml2015-epg-encrypt): Ditto.
7422
7423 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7424
7425         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7426         several common directories.
7427
7428 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7429
7430         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7431         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7432
7433 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7434
7435         * gnus-art.el (article-decode-encoded-words): Make it fast.
7436
7437 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7438
7439         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7440
7441         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7442         in quoted string into `\'.
7443
7444 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7447         Use standard-syntax-table.
7448
7449 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7450
7451         * gnus-art.el (gnus-decode-address-function): New variable.
7452         (article-decode-encoded-words): Use it to decode headers which are
7453         assumed to contain addresses.
7454         (gnus-mime-delete-part): Remove useless `or'.
7455
7456         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7457         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7458         (gnus-nov-parse-line): Use it to decode From header.
7459         (gnus-get-newsgroup-headers): Ditto.
7460         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7461
7462         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7463         (mail-decode-encoded-address-string): New alias.
7464
7465         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7466         New function.
7467         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7468         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7469         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7470         (rfc2047-decode-string): Ditto.
7471         (rfc2047-decode-address-region): New function.
7472         (rfc2047-decode-address-string): New function.
7473
7474 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7475
7476         * message.el (message-caesar-buffer-body): Allow rotating headers.
7477
7478         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7479
7480         * message.el (message-insert-formated-citation-line): Fix %f.
7481         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7482
7483 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7484
7485         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7486         (gnus-bookmark-mouse-available-p): New macro.
7487         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7488         (gnus-bookmark-bmenu-show-infos): Use it.
7489         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7490         (gnus-bookmark-bmenu-hide-infos): Ditto.
7491         (gnus-bookmark-remove-properties): New function.
7492         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7493         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7494         (gnus-bookmark-write-file): Bind coding-system-for-write.
7495         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7496         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7497         group before selecting it.
7498         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7499         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7500         quit-window if it is not available; use gnus-mouse-2 and bind it to
7501         gnus-bookmark-bmenu-select-by-mouse.
7502         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7503         (gnus-bookmark-bmenu-select-by-mouse): New function.
7504
7505 2006-08-13  Romain Francoise  <romain@orebokech.com>
7506
7507         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7508         space.
7509
7510 2006-08-10  Romain Francoise  <romain@orebokech.com>
7511
7512         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7513         (dns-mode-soa-auto-increment-serial): New user option.
7514         (dns-mode-soa-maybe-increment-serial): New function.
7515         (dns-mode): Add the latter to `write-contents-functions'.
7516
7517 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7518
7519         * compface.el (uncompface): Use binary rather than raw-text-unix.
7520
7521 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7522
7523         * compface.el (uncompface): Make sure the eol conversion doesn't take
7524         place when communicating with the external programs.  Reported by
7525         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7526
7527 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7528
7529         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7530
7531 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7532
7533         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7534         Make it more robust by parsing author and date independently.
7535
7536 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7537
7538         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7539
7540 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7541
7542         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7543         first matching secret key.
7544         (mml2015-epg-encrypt): Ditto.
7545
7546         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7547         first matching secret key.
7548         (mml1991-epg-encrypt): Ditto.
7549
7550         * mml2015.el (mml2015-encrypt-to-self): New user option.
7551         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7552         mml2015-epg-encrypt-to-self is set.
7553
7554         * mml1991.el (mml1991-encrypt-to-self): New variable.
7555         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7556         mml1991-epg-encrypt-to-self is set.
7557
7558         * mml2015.el (mml2015-signers): New user option.
7559         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7560         (mml2015-epg-encrypt): Allow to select signing keys.
7561
7562         * mml1991.el (mml1991-signers): New variable.
7563         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7564         (mml1991-epg-encrypt): Allow to select signing keys.
7565
7566 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * nnheader.el (nnheader-insert-head): Make it work even if the file
7569         uses CRLF for the line-break code.
7570
7571 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7572
7573         * mml2015.el: Require mml-sec instead of password.
7574         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7575         (mml2015-cache-passphrase): Inherit the default value from
7576         mml-secure-cache-passphrase.
7577         (mml2015-passphrase-cache-expiry): Inherit the default value from
7578         mml-secure-passphrase-cache-expiry.
7579
7580         * mml1991.el: Require mml-sec instead of password.
7581         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7582         (mml1991-cache-passphrase): Inherit the default value from
7583         mml-secure-cache-passphrase.
7584         (mml1991-passphrase-cache-expiry): Inherit the default value from
7585         mml-secure-passphrase-cache-expiry.
7586
7587         * mml-sec.el: Require password.
7588         (mml-secure-verbose): New user option.
7589         (mml-secure-cache-passphrase): New user option.
7590         (mml-secure-passphrase-cache-expiry): New user option.
7591
7592 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7593
7594         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7595         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7596         andreas@altroot.de (Andreas Vögele).
7597
7598         FIXME: Use `tiny change'?
7599
7600 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7601
7602         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7603         workaround for the url package included with Emacs.
7604
7605         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7606
7607 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7608
7609         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7610         correctly.  This fixes a bug caused by the 2006-05-12 change.
7611
7612 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7613
7614         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7615         some information about the error when saying that the `bogus' mail
7616         group will be used.
7617
7618 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7619
7620         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7621         string.
7622
7623 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7624
7625         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7626
7627 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7628
7629         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7630
7631 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7632
7633         * mml1991.el (mml1991-function-alist): Add epg.
7634         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7635         (mml1991-epg-encrypt): New functions.
7636
7637 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7638
7639         * mml2015.el (mml2015-verbose): New variable.
7640         (mml2015-cache-passphrase): Ditto.
7641         (mml2015-passphrase-cache-expiry): Ditto.
7642         (mml2015-function-alist): Add epg.
7643         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7644         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7645         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7646         functions.
7647
7648 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7649
7650         * message.el (message-cite-original-1): Preserve region when removing
7651         quoted text due to X-No-Archive in order to avoid bogus attribution
7652         when citing multiple messages.
7653
7654 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7655
7656         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7657         Kenneth Jacker <khj@be.cs.appstate.edu>.
7658
7659 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7660
7661         * gnus-diary.el (gnus-user-format-function-d)
7662         (gnus-user-format-function-D): Autoload.
7663
7664         * imap.el (Commentary): Fix typo.
7665
7666         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7667         2006-04-22 contribution.
7668
7669 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7670
7671         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7672         It didn't really fix the bogosity I'm seeing with solid web groups.
7673
7674 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7675
7676         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7677         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7678         created using server names.  If we use the feature without declaring
7679         it, Gnus does not properly manage server and group state.
7680
7681         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7682         bound.
7683
7684 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7685
7686         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7687         looking up the method using GROUP's prefix before inventing a new one.
7688         It is used on killed/unknown groups in various places where returning
7689         an all-new method isn't expected by the caller.
7690
7691         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7692         and match semantics of gnus-group-real-prefix.
7693
7694 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7695
7696         * nnmail.el (nnmail-broken-references-mailers): New variable.
7697         (nnmail-ignore-broken-references): New function generalizing
7698         nnmail-fix-eudora-headers.
7699         (nnmail-fix-eudora-headers): Now obsolete.
7700
7701         * gnus-art.el (gnus-button-handle-custom): Support
7702         `customize-apropos*'.
7703
7704 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7705
7706         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7707
7708         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7709         articles.
7710
7711 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7712
7713         * message.el (message-cite-reply-above): New variable.
7714         (message-yank-original): Use it.
7715
7716 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7717
7718         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7719
7720 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7721
7722         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7723         as read.
7724
7725         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7726
7727 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7728
7729         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7730         (gnus-bookmark-default-file): Use gnus-directory.
7731         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7732         Remove "*" in doc string.
7733         (gnus-bookmark-write-file): Simplify.
7734         (gnus-bookmark-maybe-sort-alist): Use `when'.
7735         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7736         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7737         FIXME about Emacs 21 and XEmacs compatibility.
7738         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7739         compatibility.
7740         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7741         compatibility.
7742         (gnus-bookmark-menu-heading): Fix version.
7743
7744 2006-06-19  Bastien Guerry  <bzg@altern.org>
7745
7746         * gnus-bookmark.el: New file.
7747
7748 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7749
7750         * message.el (message-syntax-checks): Doc fix.
7751
7752 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7753
7754         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7755         unsubscribed groups as if they were killed ones.  It causes duplicate
7756         entries in gnus-newsrc-alist.
7757
7758 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7759
7760         * message.el (message-syntax-checks): Doc fix.
7761         (message-send-mail): Add check for continuation headers.
7762         (message-check-news-header-syntax): Fix regexp used to check for
7763         continuation headers.
7764
7765 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7766
7767         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7768
7769 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7770
7771         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7772
7773 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7774
7775         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7776         default-truncate-lines.
7777
7778 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7779
7780         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7781         to fill the utf-8 entry.
7782
7783         * lpath.el: Fbind unicode-precedence-list.
7784
7785 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7786
7787         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7788
7789 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7790
7791         * gnus-agent.el (directory-files-and-attributes): Move all the way
7792         forward (the third and final move).
7793         (gnus-agent-read-agentview): Trap reconstruction errors due to
7794         nonexistant directory.  Handle by returning nil.
7795
7796 2006-05-30  Didier Verna  <didier@xemacs.org>
7797
7798         * message.el (message-dont-reply-to-names): Update the custom type.
7799         * message.el (message-dont-reply-to-names): New defsubst: potentially
7800         convert a list of regexps into a single one.
7801         * message.el (message-get-reply-headers): Use it.
7802         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7803
7804 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7805
7806         * gnus-agent.el (directory-files-and-attributes): Move forward.
7807
7808 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7809
7810         * gnus-ml.el (gnus-mailing-list-subscribe)
7811         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7812         (gnus-mailing-list-message): Fix doc strings.
7813
7814 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7815
7816         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7817         of doing it manually.
7818
7819 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7820
7821         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7822         comment.
7823
7824 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7825
7826         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7827         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7828         (gnus-agent-read-local): All symbols allocated in my-obarray.
7829         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7830         (gnus-agent-regenerate-group): Check numeric names to see if they are
7831         messages or groups.
7832         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7833         better way of do this...)
7834
7835         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7836         'dummy.group' (there should be a better way of do this...)
7837
7838 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7839
7840         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7841         (gnus-saved-headers): Ditto.
7842         (gnus-default-article-saver): Mention functions may have properties.
7843         (gnus-article-save): Override gnus-save-all-headers and
7844         gnus-saved-headers by :headers property which saver function may have.
7845         (gnus-summary-save-in-file): Add :headers property.
7846         (gnus-summary-write-to-file): Ditto.
7847
7848         * gnus-sum.el (gnus-summary-save-article): Bind
7849         gnus-prompt-before-saving to t when saving many articles in a file;
7850         always show all headers.
7851
7852         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7853
7854 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7855
7856         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7857         marks.
7858
7859         * message.el (message-indent-citation): Add optional arguments to allow
7860         using it outside of message buffers.
7861
7862         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7863         (gnus-article-treat-unfold-headers): Use it.
7864         (gnus-article-truncate-lines): New variable.
7865         (gnus-article-mode): Use it.
7866         (gnus-article-toggle-truncate-lines): New function.
7867
7868         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7869         gnus-article-toggle-truncate-lines.
7870
7871         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7872         coding system in XEmacs, use binary.
7873
7874 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7875
7876         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7877         after-load-alist.
7878
7879         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7880         this function should save decoded articles.
7881         (gnus-summary-write-to-file): Use property to specify this function
7882         should save decoded articles and specify gnus-summary-save-in-file
7883         should be used to save articles other than the first one when saving
7884         many articles.
7885         (gnus-summary-save-body-in-file): Use property to specify this
7886         function should save decoded articles.
7887         (gnus-summary-write-body-to-file): Use property to specify this
7888         function should save decoded articles and specify
7889         gnus-summary-save-body-in-file should be used to save articles other
7890         than the first one when saving many articles.
7891
7892         * gnus-sum.el (gnus-summary-save-article): Simplify.
7893
7894 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7895
7896         * gnus-art.el (gnus-default-article-saver): Add
7897         gnus-summary-write-body-to-file.
7898         (gnus-article-save-coding-system): Don't use coding system object
7899         in XEmacs.
7900         (gnus-read-save-file-name): Add optional `dir-var' argument which
7901         specifies directory in which files are saved; work even if optional
7902         `variable' argument is not specified.
7903         (gnus-summary-write-to-file): Read file name.
7904         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7905         (gnus-summary-write-body-to-file): New function.
7906
7907         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7908         (gnus-summary-local-variables): Add it.
7909         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7910         (gnus-summary-save-article): Remove optional `decode' argument;
7911         determine whether to decode articles by the value of
7912         gnus-default-article-saver; when saving many files using
7913         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7914         it first and use gnus-summary-save-in-file or
7915         gnus-summary-save-body-in-file thereafter unless
7916         gnus-prompt-before-saving is always; move point to article which
7917         will be saved.
7918         (gnus-summary-save-article-file): Revert.
7919         (gnus-summary-write-article-file): Revert.
7920         (gnus-summary-save-article-body-file): Revert.
7921         (gnus-summary-write-article-body-file): New function.
7922
7923 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7924
7925         * gnus-art.el (gnus-default-article-saver): Doc fix.
7926         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7927         from gnus-summary-save-article-coding-system, and default to a
7928         certain coding system.
7929         (gnus-output-to-file): Add coding cookie and encode text according
7930         to gnus-article-save-coding-system; don't use mm-append-to-file.
7931
7932         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7933         gnus-art.el and rename to gnus-article-save-coding-system.
7934         (gnus-summary-save-article): Require gnus-art; don't show all
7935         headers if it decodes articles; don't add coding cookie here;
7936         don't bind mm-text-coding-system-for-write.
7937         (gnus-summary-save-article-file): Save decoded articles.
7938         (gnus-summary-write-article-file): When saving many files, use
7939         gnus-summary-write-to-file first and gnus-summary-save-in-file
7940         thereafter unless gnus-prompt-before-saving is always.
7941         (gnus-summary-save-article-body-file): Save decoded articles.
7942
7943         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7944
7945 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7946
7947         * nnrss.el (nnrss-check-group): Bind hash-index.
7948
7949 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7950
7951         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7952         its hash index.  Store this hash in `nnrss-group-data'.
7953         (nnrss-read-group-data): Update accordingly.
7954
7955 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7956
7957         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7958         entry.
7959
7960         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7961         gnus-article-browse-html-article.
7962
7963 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7964
7965         * gnus-sum.el (gnus-summary-mime-map): Add
7966         gnus-article-browse-html-article.
7967
7968         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7969
7970 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7971
7972         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7973         suitable coding systems in customize.
7974
7975 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7976
7977         * mail-source.el (mail-sources): Fix custom type.
7978
7979 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7980
7981         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7982         (gnus-summary-expire-articles-now): Shorten prompt.
7983
7984         * gmm-utils.el (wid-edit): Require.
7985         (defun-gmm): Renamed from `gmm-defun-compat'.
7986         (gmm-image-search-load-path): Use it.
7987         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7988
7989 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7990
7991         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7992         variable.
7993         (gnus-summary-save-article): Add optional `decode' argument.  If
7994         it is set and gnus-summary-save-article-coding-system is non-nil,
7995         save decoded article.
7996         (gnus-summary-write-article-file): Save decoded article if
7997         gnus-summary-save-article-coding-system is non-nil.
7998
7999         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8000         type.
8001
8002 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8003
8004         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8005
8006 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8009         first to test gnus-single-article-buffer which may be buffer-local.
8010
8011         * gnus-sum.el (gnus-summary-setup-buffer): Make
8012         gnus-single-article-buffer buffer-local and nil in ephemeral
8013         group; make gnus-article-buffer, gnus-article-current, and
8014         gnus-original-article-buffer always buffer-local.
8015         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8016         group.
8017         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8018
8019 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8020
8021         * nnml.el (nnml-request-compact-group): Compressed files might not
8022         have .gz extension.
8023
8024 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8025
8026         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8027         (mm-copy-to-buffer): Use with-current-buffer.
8028         (mm-display-part): Simplify.
8029         (mm-inlinable-p): Add optional arg `type'.
8030
8031 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8032
8033         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8034         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8035         Try harder to show the attachment internally or externally using
8036         gnus-mime-view-part-as-type.
8037
8038 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8039
8040         * message.el (message-from-style, message-signature-separator)
8041         (message-user-organization-file, message-send-mail-function)
8042         (message-citation-line-function, message-yank-prefix)
8043         (message-indent-citation-function, message-signature)
8044         (message-signature-file, message-signature-insert-empty-line):
8045         Remove autoloads.
8046
8047         * gnus-art.el (gnus-buttonized-mime-types): Remove
8048         "multipart/signed".  Revert 2006-04-26 change.
8049
8050 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8051
8052         * gnus.el (gnus-version-number): Bump version.
8053
8054 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8055
8056         * gnus.el: No Gnus v0.5 is released.
8057
8058 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8059
8060         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8061         fetching articles by message-id.
8062
8063 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8064
8065         * message.el (hashcash): Require hashcash as normal.
8066
8067         * ecomplete.el (ecomplete-highlight-match-line): Use
8068         point-at-eol.
8069         (ecomplete-highlight-match-line): Use `highlight', because that
8070         face exists in both Emacs and XEmacs.
8071
8072         * message.el (message-display-abbrev): Use point-at-bol.
8073
8074         * mail-source.el: Don't require timer/timer-funcs.
8075
8076         * gnus-async.el: Ditto.
8077
8078         * password.el: Ditto.
8079
8080         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8081
8082         * mm-url.el: Ditto.
8083
8084         * gnus-xmas.el: Don't require timer-funcs.
8085
8086         * mm-util.el: Require timer/timer-funcs.
8087
8088 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8089
8090         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8091         Close.
8092
8093 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8094
8095         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8096         unibyte after clear-decrypt function runs.
8097
8098         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8099         returns as a unibyte string.
8100
8101 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8102
8103         * lpath.el: Revert.
8104
8105         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8106         (pgg-gpg-process-sentinel): Revert.
8107
8108         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8109         (pgg-pgp-lookup-key): Revert.
8110
8111         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8112         (pgg-pgp5-lookup-key): Revert.
8113
8114         * pgg.el (pgg-fetch-key): Revert.
8115
8116 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8117
8118         * lpath.el: Fbind string-as-multibyte for XEmacs.
8119
8120         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8121         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8122         (mml1991-pgg-encrypt): Ditto.
8123
8124         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8125         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8126         a multibyte buffer.
8127
8128         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8129         (pgg-pgp-lookup-key): Ditto.
8130
8131         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8132         (pgg-pgp5-lookup-key): Ditto.
8133
8134         * pgg.el (pgg-fetch-key): Ditto.
8135
8136 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8137
8138         * message.el (message-user-organization-file): Check several
8139         locations of the organization file.
8140
8141         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8142         Add gnus-article-view-part-as-type.
8143
8144         * gnus-art.el (gnus-article-view-part-as-type): New function.
8145
8146         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8147         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8148
8149         * mml.el: Simplify autoload.
8150         (mml-mode): defvar dnd-protocol-alist instead of using
8151         symbol-value.
8152         (mml-default-directory): New variable.
8153         (mml-minibuffer-read-file): Use it.
8154         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8155
8156         * message.el (message-citation-line-format): New variable.
8157         (message-insert-formated-citation-line): New function.
8158         (message-citation-line-function): Add
8159         `message-insert-formated-citation-line' to custom type.
8160
8161         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8162         to doc string.
8163
8164         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8165         depending on mm-verify-option.
8166
8167 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8168
8169         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8170         binding pgg-* variables; reimplement the section which prevents
8171         MIME header from being signed.
8172         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8173         pgg-text-mode; remove a blank line at the top of body.
8174
8175         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8176         lines at the top of body; use gnus-newsgroup-charset if there's no
8177         Charset header.
8178
8179 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8180
8181         * message.el (message-self-insert-commands): Doc fix.
8182
8183         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8184         (mm-uu-pgp-encrypted-test): Ditto.
8185         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8186         between header and body; return application/pgp-encrypted handle
8187         if decryption failed; decode decrypted body by charset.
8188
8189         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8190         element match to application/pgp-*.
8191
8192 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8193
8194         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8195         HTML.
8196
8197 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8198
8199         * mail-source.el (mail-source-call-script): Message the error
8200         string.
8201
8202 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8203
8204         * gnus-util.el (gnus-byte-compile): Use it.
8205
8206 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8207
8208         * gnus-util.el (kill-empty-logs): New function.
8209
8210 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8211
8212         * message.el (message-mail-alias-type): Doc fix.
8213         (message-mail-alias-type-p): New function.
8214         (message-send): Use it.
8215         (message-mode): Ditto.
8216         (message-strip-forbidden-properties): Ditto.
8217
8218         * ecomplete.el (ecomplete-database-file-coding-system): New
8219         variable.
8220         (ecomplete-save): Use it.
8221         (ecomplete-setup): Use it.
8222
8223 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8224
8225         * message.el (message-self-insert-commands): New variable.
8226         (message-strip-forbidden-properties): Use it.
8227
8228 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8229
8230         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8231         that doesn't make XEmacs choke.
8232
8233 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8234
8235         * gnus-util.el (gnus-replace-in-string):
8236         Prefer replace-regexp-in-string over of replace-in-string.
8237
8238 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8239
8240         * gnus-util.el (gnus-select-frame-set-input-focus):
8241         Use select-frame-set-input-focus if it is available in XEmacs; use
8242         definition defined in Emacs 22 for old Emacsen.
8243
8244         * dgnushack.el: Autoload unmorse-region for XEmacs.
8245
8246         * lpath.el: Bind cursor-in-non-selected-windows and
8247         select-frame-set-input-focus for XEmacs.
8248
8249 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8250
8251         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8252
8253 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8254
8255         * gnus-registry.el (gnus-registry-cache-save): Remove text
8256         properties when saving via the temp buffer.
8257
8258 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8259
8260         * message.el (message-generate-hashcash): Honor custom type.
8261
8262 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8263
8264         * message.el (message-generate-hashcash): Default to non-nil when
8265         hashcash is found.
8266
8267         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8268         (gnus-refer-thread-limit): Increase default to 500.
8269
8270         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8271
8272         * flow-fill.el (fill-flowed): Allow delete-space.
8273
8274 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8275
8276         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8277         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8278         Remove autoloads.
8279
8280 2006-04-18  Simon Josefsson  <jas@extundo.com>
8281
8282         * message.el (message-generate-hashcash): Default to.
8283
8284 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8285
8286         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8287         concatenating segments rather than before concatenating them.
8288
8289 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8290
8291         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8292
8293 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8294
8295         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8296
8297         * message.el (message-forward-make-body-plain): Allow
8298         message-forward-ignored-headers to be a list.
8299         (message-remove-ignored-headers): Factor out into function.
8300         (message-forward-make-body-mml): Use it.
8301
8302         * imap.el (imap-quote-specials): New function.
8303         (imap-login-auth): Quote specials.
8304
8305         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8306         (rfc2231-parse-string): Allow concatanation of parameters that
8307         aren't contiguous.  The test case is
8308           (mail-header-parse-content-type "message/external-body;
8309             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8310             access-type=LOCAL-FILE;
8311             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8312
8313 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8314
8315         * nntp.el (nntp-accept-process-output): Return the value of
8316         `nnheader-accept-process-output'.
8317
8318 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8319
8320         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8321         (gnus-button-alist): Recognize more diff formats.
8322         (gnus-button-patch): Strip directory.
8323
8324 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8325
8326         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8327         Emacs 22 when setting focus.
8328
8329 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8330
8331         * gnus-art.el (gnus-article-treat-types): Do treatment of
8332         text/x-verbatim parts.
8333         (gnus-button-patch): New command.
8334
8335         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8336         addresses that contain invalid characters.
8337
8338 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8339
8340         * message.el (message-put-addresses-in-ecomplete): Use
8341         gnus-replace-in-string.
8342         (message-is-yours-p): Use the more correct
8343         mail-header-parse-address instead of
8344         mail-extract-address-components.
8345         (message-put-addresses-in-ecomplete): Fix typo.
8346
8347         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8348         keystroke.
8349
8350         * gnus-art.el (gnus-treatment-function-alist): Change order of
8351         newsgroups/generic header folding to avoid double-folding.
8352
8353         * message.el (message-hidden-headers): Add X-Draft-From.
8354
8355         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8356         command.
8357         (gnus-summary-repeat-search-article-backward): New command.
8358
8359         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8360         groups in the parent topic.
8361
8362 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8363
8364         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8365         (spam-extra-header-to-number): Return the CRM114 number as a
8366         number instead of a string.
8367
8368 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8369
8370         * gnus-art.el (gnus-face-properties-alist): Moved here from
8371         gnus-fun.
8372
8373         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8374
8375 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8376
8377         * message.el (message-strip-forbidden-properties): Only display on
8378         self-insert-command.
8379
8380         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8381         reindent.
8382         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8383
8384 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8385
8386         * smiley.el (smiley-style): Fix typo.
8387
8388 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8389
8390         * hashcash.el (hashcash-insert-payment-async-2): Use
8391         message-goto-eoh instead of doing it manually.
8392         (mail-add-payment): Use message-narrow-to-header instead of trying
8393         to do the same itself.
8394
8395         * message.el (message-hidden-headers): Add Face.
8396
8397         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8398         reparenting code.
8399         (gnus-summary-reparent-children): Refactored out code.
8400         (gnus-summary-thread-map): New keystroke.
8401         (gnus-summary-reparent-children): Make into command.
8402
8403         * smiley.el (smiley-style): Default to `medium' if using a large
8404         font.
8405
8406         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8407         does it itself.
8408
8409         * message.el (message-point-in-header-p): Simplify definition.
8410
8411 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8412
8413         * nnagent.el (nnagent-request-set-mark): Silence log file
8414         writing.
8415         (nnagent-request-set-mark): Use write-region instead of
8416         append-to-file.
8417
8418         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8419         strange select method.
8420
8421         * ecomplete.el (ecomplete-display-matches): Get highlightling
8422         right.
8423         (ecomplete-display-matches): Use literals.
8424         (ecomplete-display-matches): Disable message logging.
8425
8426         * message.el (message-display-abbrev): Small optimization.
8427
8428         * ecomplete.el (ecomplete-display-matches): Allow automatic
8429         display.
8430
8431         * message.el (message-strip-forbidden-properties): Display
8432         abbrevs.
8433         (message-display-abbrev): Get automatic display right.
8434
8435         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8436         keystrokes.
8437
8438 2006-04-13  Romain Francoise  <romain@orebokech.com>
8439
8440         TODO: Backport to v5-10!
8441
8442         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8443         Moved here (and renamed) from gnus-registry.el.
8444
8445         * gnus-registry.el: Require gnus-util.
8446         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8447
8448 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8449
8450         * gnus-group.el (gnus-group-catchup-current): Change
8451         if-then-else-if-then-else into cond.
8452         (gnus-group-catchup): Indent.
8453         (group-name-at-point): New function.
8454         (gnus-fetch-group): Provide default from thing at point.
8455
8456 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8457
8458         * message.el (message-display-abbrev): Fix regexp.
8459
8460         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8461         choosing.
8462         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8463         dead variables.
8464
8465         * message.el (message-newline-and-indent): Remove debugging.
8466         (message-display-abbrev): Use new implementation.
8467
8468 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8469
8470         * gnus-art.el (gnus-article-mode): Set
8471         cursor-in-non-selected-windows to nil.
8472
8473         * smiley.el: Revert previous change.
8474         (smiley-data-directory): defvar it before using it in the
8475         defcustom of `smiley-style'.
8476
8477 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8478
8479         * message.el (message-newline-and-indent): New function.
8480
8481         * ecomplete.el: Implement more bits.
8482
8483         * message.el (message-put-addresses-in-ecomplete): Clean up the
8484         string.
8485
8486         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8487
8488         * gnus-sum.el (gnus-summary-save-parts): Bind
8489         gnus-summary-save-parts-counter and use it to make unique file
8490         names.
8491
8492         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8493
8494         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8495         parameter to say whether to actually parse the individual
8496         addresses.
8497
8498         * message.el (message-put-addresses-in-ecomplete): New function.
8499         (ecomplete): Require.
8500         (message-mail-alias-type): Add ecomplete as an option.
8501
8502 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8503
8504         * flow-fill.el (fill-flowed): Remove trailing space from blank
8505         quoted lines.
8506
8507 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8508
8509         * smiley.el (smiley-style): Move definition later to avoid a
8510         compilation warning.
8511
8512 2006-04-12  Kenichi Handa  <handa@m17n.org>
8513
8514         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8515         buffer and then decode the buffer text if necessary.
8516         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8517         first, and after mm-encode-body, change the buffer to unibyte.
8518         Use mm-disable-multibyte instead of set-buffer-multibyte.
8519
8520 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8521
8522         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8523         Content-Type header instead of Content-Disposition header.
8524         (gnus-mime-inline-part): Ditto.
8525         (gnus-mime-view-part-as-charset): Ignore charset that the part
8526         specifies.
8527
8528         * mm-decode.el (mm-display-part): Work with external parts and
8529         usual parts similarly.
8530
8531         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8532         instead of gnus-display-mime.
8533
8534         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8535         instead of with-temp-buffer.
8536
8537         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8538         tag to summarized topics part in order to encode non-ASCII text.
8539
8540 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8541
8542         * smiley.el (smiley-style): New variable.
8543         (smiley-directory): New function.
8544         (smiley-data-directory): Derive from `smiley-style' using
8545         `smiley-directory'.
8546         (smiley-regexp-alist): Add new entries.
8547
8548         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8549         (gnus-article-browse-delete-temp): Add :version.
8550
8551 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8552
8553         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8554         the sieve region.
8555
8556 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8557
8558         * gnus.el (gnus-version-number): Bump version.
8559
8560 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8561
8562         * gnus.el: No Gnus v0.4 is released.
8563
8564 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8565
8566         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8567         layout.
8568
8569         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8570         unknown charset.
8571
8572         * message.el (message-header-synonyms): Add Original-To to the
8573         default.
8574
8575         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8576         optional parameter.
8577
8578 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8579
8580         * gnus-fun.el (gnus): Require it for gnus-directory.
8581
8582 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8583
8584         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8585
8586 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8587
8588         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8589
8590 2006-04-05  Simon Josefsson  <jas@extundo.com>
8591
8592         * password.el (password-reset): New function.
8593
8594 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8595
8596         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8597         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8598
8599 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8600
8601         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8602         Some whitespace was matched into the url, which broke browsing hits
8603         > 100 when mm-url-use-external was nil.
8604
8605 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8606
8607         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8608         gnus-extra-headers for 'Newsgroups.
8609
8610         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8611         bound.
8612
8613 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8614
8615         * pgg-gpg.el: Clean up process buffers every time gpg processes
8616         complete.
8617
8618 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8619
8620         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8621         doc string.
8622
8623 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8624
8625         * pgg-gpg.el (pgg-gpg-process-filter)
8626         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8627
8628         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8629         lines, temporary fix.
8630
8631 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8632
8633         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8634
8635 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8636
8637         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8638         default-enable-multibyte-characters.  This reverts the change from
8639         revision 6.17 which is no longer necessary because the passphrase
8640         is sent separately now.  GnuPG messages are unreadable under
8641         multibyte locales with default-enable-multibyte-characters set to
8642         nil.
8643
8644 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8645
8646         * message.el (message-tool-bar-gnome): Move "spell".
8647
8648 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8649
8650         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8651         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8652         instead.
8653
8654 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8655
8656         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8657         newsgroups handling for NNTP overviews which don't include
8658         Newsgroups.
8659
8660 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8661
8662         * message.el (message-resend): Bind message-generate-hashcash to nil.
8663
8664 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8665
8666         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8667         when searching for already-paid recipients.
8668
8669 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8670
8671         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8672         passphrases when it is not needed.
8673         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8674         passphrase stuff from gpg, should only be necessary when you use
8675         gpg with a smartcard.
8676
8677 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8678
8679         * mml.el (mml-insert-mime): Ignore cached contents of
8680         message/external-body part.
8681
8682         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8683         (mm-insert-part): Ditto.
8684
8685 2006-03-23  Simon Josefsson  <jas@extundo.com>
8686
8687         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8688         Reiner.
8689         (pgg-gpg-use-agent-p): Use it again.
8690
8691 2006-03-23  Simon Josefsson  <jas@extundo.com>
8692
8693         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8694         older emacsen.
8695         (pgg-gpg-use-agent-p): Don't use it.
8696
8697 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8698
8699         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8700         if we can.
8701
8702 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8703
8704         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8705         (pgg-gpg-update-agent): New function.
8706         (pgg-gpg-use-agent-p): New function.
8707         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8708         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8709         (pgg-gpg-sign-region): Use it.
8710
8711 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8712
8713         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8714         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8715
8716 2006-03-21  Simon Josefsson  <jas@extundo.com>
8717
8718         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8719         <wilde@sha-bang.de>.
8720         (pgg-gpg-use-agent): New variable.
8721         (pgg-gpg-process-region): Use it.
8722         (pgg-gpg-encrypt-region): Likewise.
8723         (pgg-gpg-encrypt-symmetric-region): Likewise.
8724         (pgg-gpg-decrypt-region): Likewise.
8725         (pgg-gpg-sign-region): Likewise.
8726         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8727
8728 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8729
8730         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8731
8732         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8733         Add comment on version.
8734
8735 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8736
8737         * smiley.el: Add missing test smiley.
8738
8739 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8740
8741         * mm-decode.el (mm-with-part): New macro.
8742         (mm-get-part): Use it; work with message/external-body as well.
8743         (mm-save-part): Treat name and filename equally.
8744
8745         * mm-extern.el (mm-extern-cache-contents): New function.
8746         (mm-inline-external-body): Use it; force the part to be displayed;
8747         move undisplayer added to the cached handle to the parent.
8748
8749         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8750         (gnus-mime-view-part-as-type): Work with message/external-body.
8751
8752         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8753
8754 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8755
8756         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8757         images in image-load-path.  [Sync with image.el, revision 1.60, in
8758         Emacs.]
8759
8760 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8761
8762         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8763         path rather than symbol.  Always return list of directories.
8764         Guarantee that image directory comes first.  [Sync with image.el,
8765         revision 1.59, in Emacs.]
8766
8767         * message.el (message-make-tool-bar): Adjust to new API of
8768         `gmm-image-load-path-for-library'.
8769
8770         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8771
8772         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8773
8774 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8775
8776         * gnus-art.el (gnus-article-only-boring-p):
8777         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8778         intangible text.
8779         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8780
8781 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8782
8783         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8784         `defun' instead of `gmm-defun-compat'.
8785
8786 2006-03-14  Simon Josefsson  <jas@extundo.com>
8787
8788         * message.el (message-unique-id): Don't use message-number-base36
8789         if (user-uid) is a float.
8790         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8791
8792 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8793
8794         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8795
8796         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8797         empty line between a part and a message part.
8798
8799 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8800
8801         * smiley.el: Add more test smileys.
8802         (smiley-data-directory, smiley-regexp-alist)
8803         (gnus-smiley-file-types): Fix doc strings.
8804         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8805         adding new elements.
8806         (smiley-mouse-map): Unused code.  Make it a comment.
8807
8808 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8809
8810         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8811         scan latest NoCeM messages instead of old ones.
8812         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8813         delimiters that are recently used.
8814         (gnus-nocem-load-cache): Add autoload cookie.
8815
8816         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8817
8818         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8819         level which is larger than gnus-use-nocem is specified.
8820
8821         * gnus-group.el (gnus-group-get-new-news): Ditto.
8822
8823 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8824
8825         * gnus-util.el (gnus-tool-bar-update): New function.
8826
8827         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8828         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8829
8830         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8831
8832         * gnus-group.el (gnus-group-redraw-when-idle)
8833         (gnus-group-redraw-check): Remove.
8834         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8835
8836 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8837
8838         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8839         if optional last element is specified in splits (FIELD VALUE...).
8840
8841 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8842
8843         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8844         to gmm-image-load-path-for-library.  Call with no-error argument.
8845         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8846
8847         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8848
8849         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8850
8851         * gmm-utils.el (gmm-image-load-path): Remove alias.
8852
8853 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8854
8855         * gmm-utils.el (gmm-image-load-path): Add alias.
8856
8857         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8858         nnml-generate-nov-databases-1.
8859         (nnml-generate-nov-databases): Use it.
8860         (nnml-generate-nov-databases-directory): Document no-active
8861         argument.
8862
8863         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8864         directory if path is t.  Add no-error.
8865
8866         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8867         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8868
8869         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8870         resetting gnus-article-browse-html-temp-list.
8871
8872         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8873         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8874         Add example to docstring.  Rename local variables.  Move error
8875         checks to default case in cond and simplify.
8876
8877 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8880         handle is multipart when calling it recursively.
8881         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8882
8883 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8884
8885         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8886         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8887
8888 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8889
8890         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8891         is loaded.
8892
8893         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8894         loaded.
8895
8896 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8897
8898         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8899         to "Emacs 23 (unicode)" in doc string.
8900
8901         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8902         "Emacs 23 (unicode)" in comment.
8903
8904 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8905
8906         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8907
8908         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8909         characters 160 through 255 in Emacs 23.
8910
8911 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8912
8913         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8914         gnus-article-browse-html-temp.
8915         (gnus-article-browse-delete-temp): Make it customizable.  Add
8916         `file'.  Adjust doc string.
8917         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8918         query for each file.  Adjust doc string.
8919         (gnus-article-browse-html-parts): Add
8920         `gnus-article-browse-delete-temp-files' to
8921         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8922
8923 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8924
8925         * gnus-art.el (gnus-article-browse-html-temp)
8926         (gnus-article-browse-delete-temp): New variables.
8927         (gnus-article-browse-delete-temp-files): New function.
8928         (gnus-article-browse-html-parts): Use it.
8929
8930 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8931
8932         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8933
8934         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8935         string.
8936
8937         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8938         gnus-summary-insert-new-articles when unplugged.  Remove
8939         gnus-summary-search-article-forward.
8940
8941         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8942         display-visual-class instead of display-color-cells.
8943
8944 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8945
8946         * dgnushack.el: Autoload customize-group for XEmacs.
8947
8948         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8949         message/* containing non-ASCII text properly.
8950
8951 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8952
8953         * message.el: Require gmm-utils, remove autoloads.
8954         (message-tool-bar): Set default based on
8955         gmm-tool-bar-style.
8956         (message-tool-bar-gnome): Add gmm-customize-mode.
8957
8958         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8959         gmm-tool-bar-style.
8960         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8961
8962         * gnus-group.el (gnus-group-tool-bar): Set default based on
8963         gmm-tool-bar-style.
8964         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8965
8966         * gmm-utils.el (gmm-image-directory): Rename variable from
8967         gmm-image-load-path.
8968         (gmm-image-load-path): Use gmm-image-directory.
8969         (gmm-customize-mode): New function.
8970         (gmm-tool-bar-style): New variable.
8971
8972         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8973         gnus-group-redraw-line-number.
8974         (gnus-group-redraw-check): Simplify.
8975         (gnus-group-tool-bar-update): Remove redraw check.
8976         (gnus-group-make-tool-bar): Add redraw check.
8977
8978 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8979
8980         * gnus-art.el (gnus-button): Add missing parentheses.
8981
8982 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8983
8984         * lpath.el: Fbind line-number-at-pos.
8985
8986 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8987
8988         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8989
8990 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8991
8992         * gnus-art.el (gnus-button): New face.
8993         (gnus-article-button-face): Use it.
8994
8995         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8996         gnus-summary-next-page.  Re-order.
8997
8998         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8999         next-node are now included.
9000         (gnus-group-redraw-line-number): New internal variable.
9001         (gnus-group-redraw-check): Helper function for updating the tool
9002         bar.
9003         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9004
9005         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9006
9007         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9008         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9009         Use it to match format of Spamassassin 3.0 and later.  Reported by
9010         IRIE Tetsuya <irie@t.email.ne.jp>.
9011         (spam-check-bogofilter)
9012         (spam-bogofilter-register-with-bogofilter): Fix args of
9013         `gnus-error' calls.
9014
9015 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9016
9017         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9018         unnecessary interaction when sending queued mails.  Reported by
9019         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9020
9021 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9022
9023         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9024         first or last are nil.
9025
9026 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9027
9028         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9029
9030 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9031
9032         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9033
9034 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9035
9036         * dns.el (query-dns): Protect more against buggy tcp output.
9037
9038 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9039
9040         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9041         nov.php.
9042
9043 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9044
9045         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9046         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9047         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9048         output on the server side.
9049         (nnweb-google-create-mapping): Update regexps and add some
9050         progress indication.
9051
9052 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9053
9054         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9055         gnus-agent-toggle-plugged.  Re-order icons.
9056         (gnus-group-tool-bar-gnome): Add
9057         gnus-group-{prev,next}-unread-group.
9058         (gnus-group-tool-bar-gnome): Re-order icons.
9059
9060         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9061         gnus-summary-insert-new-articles.
9062
9063         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9064         comments.
9065
9066         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9067         also available in Emacs 21.3.
9068
9069         * message.el (message-fix-before-sending): Change "Emacs 22" to
9070         "Emacs 23 (unicode)" in comment.
9071
9072         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9073         "Emacs 23 (unicode)" in comment.
9074
9075         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9076         comment.
9077         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9078
9079         * mm-view.el (mm-fill-flowed): Add :version.
9080
9081 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9082
9083         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9084         and load-path.
9085
9086 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9087
9088         * message.el: Autoload gmm-image-load-path.
9089         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9090         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9091         consitency.
9092
9093         * gmm-utils.el (gmm-image-load-path): Also search in
9094         "../etc/images".  Don't set gmm-image-load-path if we don't find
9095         the image.
9096
9097 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9098
9099         * gmm-utils.el (gmm-image-load-path): Don't make
9100         `gmm-image-load-path' include subdirectories which the second arg
9101         `image' might specify.
9102
9103         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9104         subdirectory to icon file names.
9105
9106         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9107
9108 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9109
9110         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9111         gmm-image-load-path calls.
9112
9113         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9114
9115         * message.el (message-make-tool-bar): Ditto.
9116
9117         * mml.el (mml-preview): Added comment concerning tool bar icons.
9118
9119         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9120         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9121
9122         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9123         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9124
9125         * message.el (message-tool-bar-gnome): Use new icon names.
9126         (message-make-tool-bar): Use `gmm-image-load-path'.
9127
9128         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9129         functions from MH-E.
9130         (gmm-image-load-path): New variable from MH-E.
9131         (gmm-image-load-path): New function from MH-E.  Added arguments
9132         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9133         *-image-load-path-called-flag.
9134
9135 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9136
9137         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9138
9139 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9140
9141         * nnimap.el (nnimap-request-move-article): Change folder back to
9142         source group before deleting.
9143
9144 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9145
9146         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9147
9148         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9149         mm-url.
9150
9151         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9152
9153 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9154
9155         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9156         coding system which mm-charset-to-coding-system returns for a
9157         given charset is valid.
9158
9159 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9160
9161         * html2text.el (html2text-remove-tag-list):
9162         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9163
9164 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9165
9166         * gnus-cus.el: Revert 2005-10-17 change.
9167
9168 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9169
9170         * gnus-art.el (article-strip-banner): Call
9171         article-really-strip-banner only when the regexp match is made.
9172
9173 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9174
9175         * gnus-art.el (article-strip-banner): Use
9176         gnus-extract-address-components instead of
9177         mail-header-parse-addresses to make it work with non-ASCII text;
9178         remove mail-encode-encoded-word-string.
9179
9180         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9181         values which are surrounded with \"...\"; make it never cause a
9182         Lisp error; give up parsing of parameters if it failed in
9183         extracting type.
9184
9185 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9186
9187         * smime.el (smime-cert-by-ldap-1): Fix bug where
9188         `smime-ldap-search' returns results without userCertificates.
9189
9190 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9191
9192         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9193
9194 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9195
9196         * spam.el (spam-check-spamassassin-headers): Adapt format for
9197         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9198         <ari@mbf.ocn.ne.jp>.
9199         (spam-list-of-processors): Add spam-use-gmane.
9200
9201 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9202
9203         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9204         make-temp-file; make it work with XEmacs as well.
9205
9206         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9207         mm-make-temp-file.
9208
9209         * mm-decode.el (mm-display-external): Use the 3rd arg of
9210         mm-make-temp-file.
9211         (mm-create-image-xemacs): Ditto.
9212
9213 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9214
9215         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9216         with message-narrow-to-headers.
9217         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9218         (gnus-draft-check-draft-articles): New function.
9219         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9220
9221 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9222
9223         * gnus-art.el (gnus-article-browse-html-parts):
9224         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9225         Don't use suffix argument for mm-make-temp-file for Emacs 21
9226         compatibility.  Remove useless `format'.
9227
9228 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9229
9230         * nnweb.el (nnweb-google-wash-article): Update regexps.
9231         (nnweb-group-alist): Use defvoo instead of defvar.
9232
9233 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9234
9235         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9236         re-loading nn* modules.
9237
9238 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9239
9240         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9241         for `tool-bar-mode' and don't check it's default-value.
9242
9243         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9244
9245         * message.el (message-make-tool-bar): Ditto.
9246
9247         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9248         `substring'.  Shorten tmp-file name.
9249
9250         * gnus.el: Remove bogus comment.
9251
9252 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9253
9254         * gnus-art.el (gnus-article-browse-html-parts): New function.
9255         (gnus-article-browse-html-article): New function for viewing html
9256         articles with a browser.
9257
9258 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9259
9260         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9261         in elisp.
9262         (pgg-gpg-encrypt-symmetric-region): Ditto.
9263         (pgg-gpg-sign-region): Ditto.
9264
9265         * pgg-def.el (pgg-text-mode): New variable.
9266
9267         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9268         (mml2015-pgg-encrypt): Ditto.
9269
9270         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9271         (mml1991-pgg-encrypt): Ditto.
9272
9273 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9274
9275         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9276         message-make-date instead of current-time-string.
9277
9278         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9279         to gnus-decoded which mm-uu might set.
9280
9281 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9282
9283         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9284         don't decode quoted parameters; remove misimported Emacs code.
9285         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9286         (rfc2231-decode-encoded-string): Don't use split-string which
9287         behaves differently according to Emacs version; use
9288         mm-decode-coding-region to convert charset to coding-system.
9289         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9290         (rfc2231-encode-string): Remove misimported Emacs code.
9291
9292 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9293
9294         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9295         when calling mail-header-parse-content-type.
9296         (article-de-quoted-unreadable): Ditto.
9297         (article-de-base64-unreadable): Ditto.
9298         (article-wash-html): Ditto.
9299
9300         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9301         calling mail-header-parse-content-type and
9302         mail-header-parse-content-disposition.
9303         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9304         mail-header-parse-content-type.
9305
9306         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9307         insert charset and format parameters; encode description after
9308         inserting it to buffer.
9309         (mml-insert-parameter): Fold lines properly even if a parameter is
9310         segmented into two or more lines; change the max column to 76.
9311
9312         * rfc1843.el (rfc1843-decode-article-body): Don't use
9313         ignore-errors when calling mail-header-parse-content-type.
9314
9315         * rfc2231.el (rfc2231-parse-string): Return at least type if
9316         possible; don't cause an error even if it fails in parsing of
9317         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9318         (rfc2231-encode-string): Don't break lines at the beginning, leave
9319         it to mml-insert-parameter.
9320
9321         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9322         calling mail-header-parse-content-type.
9323
9324 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9325
9326         * spam-report.el (spam-report-gmane-use-article-number):
9327         Improve doc string.
9328         (spam-report-gmane-internal): Check if a suitable header was found
9329         in the article.
9330
9331 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9332
9333         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9334         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9335
9336 2006-02-05  Romain Francoise  <romain@orebokech.com>
9337
9338         Update copyright notices of all files in the gnus directory.
9339
9340 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9341
9342         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9343
9344 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9345
9346         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9347         segmented lines of parameter value to cope with Thunderbird 1.5
9348         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9349         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9350         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9351
9352 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9353
9354         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9355         parts.
9356
9357 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9358
9359         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9360         there's only one active file for all servers.
9361         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9362         solid groups.  Gnus might have used a FAST request to select the group.
9363         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9364         and nnweb-search redundantly in the active file.
9365         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9366         (nnweb-request-create-group): Don't use ARGS.
9367         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9368         initialisations.  Let nnoo do the work.
9369
9370 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9371
9372         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9373         Say the part has been decoded.
9374
9375         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9376
9377 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9378
9379         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9380         mailcap-viewer-test-cache when there's no 'test clause, since that
9381         will invert the meaning of a "nil" test previously determined by
9382         mailcap-mailcap-entry-passes-test.
9383
9384 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9385
9386         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9387         compiling.
9388
9389         * gnus-sum.el: Ditto.
9390
9391         * message.el: Don't bind tool-bar-map when compiling.
9392
9393 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9394
9395         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9396
9397 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9398
9399         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9400         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9401         current Google Groups.
9402
9403 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9404
9405         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9406         and tool-bar-mode.
9407
9408         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9409         and tool-bar-mode.
9410
9411         * message.el (message-tool-bar-update): Simplify.
9412         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9413
9414         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9415         gnus-summary-buffer.
9416         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9417         gnus-summary-reply.
9418
9419         * gmm-utils.el (gmm): Add :version.
9420
9421 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9422
9423         * Makefile.in (clean): New rule.
9424         (distclean): Use it.
9425
9426 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9427
9428         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9429         autoload.
9430
9431 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9432
9433         * gmm-utils.el (gmm-verbose): Add :group.
9434
9435 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9436
9437         * message.el: Change some comments WRT tool-bars.
9438
9439         * gnus-sum.el (gnus-summary-tool-bar)
9440         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9441         (gnus-summary-tool-bar-zap-list): New variables.
9442         (gnus-summary-make-tool-bar): Complete rewrite using
9443         `gmm-tool-bar-from-list'.
9444
9445         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9446         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9447         variables.
9448         (gnus-group-make-tool-bar): Complete rewrite using
9449         `gmm-tool-bar-from-list'.
9450         (gnus-group-tool-bar-update): New function.
9451
9452         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9453
9454 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9455
9456         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9457         is dissected into a single part of which the type is the same as
9458         the given one; decode charset.
9459
9460 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9461
9462         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9463         into alists as symbol not string, since that's what
9464         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9465         look for.
9466
9467 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9468
9469         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9470         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9471
9472         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9473
9474 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9475
9476         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9477         (gnus-xmas-mime-security-button-menu): New function.
9478
9479         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9480         (gnus-mime-security-button-menu): New definition.
9481         (gnus-mime-security-button-map): Use them.
9482         (gnus-mime-security-button-menu): New function.
9483         (gnus-insert-mime-security-button): Addition to help echo.
9484         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9485         (gnus-mime-security-pipe-part): New functions.
9486
9487         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9488         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9489
9490         * mm-decode.el (mm-handle-set-disposition): Remove.
9491         (mm-handle-set-description): Remove.
9492
9493 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9494
9495         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9496         (mm-w3m-standalone-supports-m17n-p): New function.
9497         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9498         w3m usage.
9499
9500         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9501         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9502
9503 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9504
9505         * message.el (message-tool-bar-zap-list): Use
9506         gmm-tool-bar-zap-list as custom type.
9507         (message-tool-bar-update): New function.
9508         (message-tool-bar, message-tool-bar-gnome)
9509         (message-tool-bar-retro): Add message-tool-bar-update.
9510         (message-tool-bar-gnome): Add flyspell-buffer.
9511
9512         * gnus-util.el (gnus-error): Describe `args'.
9513
9514         * gmm-utils.el (gmm-error): Describe `args'.
9515         (gmm-tool-bar-zap-list): New widget.
9516         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9517
9518 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9519
9520         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9521         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9522         the number of recursive calls.
9523
9524         * mm-decode.el (mm-handle-set-disposition): New macro.
9525         (mm-handle-set-description): New macro.
9526
9527 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9528
9529         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9530         encoding.
9531
9532 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9533
9534         * message.el (message-tool-bar-zap-list, message-tool-bar)
9535         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9536         (message-tool-bar-local-item-from-menu): Remove.
9537         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9538         (message-make-tool-bar): New function.
9539         (message-mode): Use `message-make-tool-bar'.
9540
9541         * gmm-utils.el: New file.
9542         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9543         (gmm-lazy): New widget copied from `nnmail.el'.
9544         (gmm-tool-bar-from-list): New function for creating customizable
9545         tool bars.
9546         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9547         output.
9548         (gmm): Add :prefix to defgroup.
9549
9550 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9551
9552         * gmm-utils.el (gmm-widget-p): New function.
9553
9554 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9555
9556         * mml.el (mml-attach-file): Describe `description' in doc string.
9557         (mml-menu): Add Emacs MIME manual and PGG manual.
9558
9559 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9560
9561         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9562
9563 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9564
9565         * nntp.el (nntp-end-of-line): Doc fix.
9566
9567 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9568
9569         * imap.el (imap-open): Handle case where buffer is a buffer
9570         object.
9571
9572 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9573
9574         * gnus-delay.el (gnus-delay): Don't autoload.
9575         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9576         to be re-loaded when customizing the `gnus-delay' group.
9577
9578 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9579
9580         * message.el (message-insert-citation-line): Use newlines.
9581
9582 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9583
9584         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9585         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9586         these routines, so the passphrase can be managed externally and
9587         passed in to the system.
9588         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9589         pgg-add-passphrase-to-cache function.
9590
9591         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9592         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9593         these routines, so the passphrase can be managed externally and
9594         passed in to the system.
9595         (pgg-pgp5-sign-region): Use new name of
9596         pgg-add-passphrase-to-cache function.
9597
9598 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9599
9600         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9601         part of the decoded armor to find the key-identifier.
9602         (pgg-gpg-lookup-key-owner): New function to return the
9603         human-readable identifier of a key owner.
9604         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9605         itself.
9606         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9607         the key value) if we have a key and can match it against a secret
9608         key.  Also, added a note pointing out fact that the prompt only
9609         indicates the first matching key.
9610
9611         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9612         pgg-decrypt-region.
9613         (pgg-add-passphrase-to-cache): Rename from
9614         `pgg-add-passphrase-cache' to reduce confusion (all callers
9615         changed).
9616         (pgg-remove-passphrase-from-cache): Rename from
9617         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9618         changed).
9619         (pgg-read-passphrase, pgg-add-passphrase-cache)
9620         (pgg-remove-passphrase-cache): Add informative docstrings.
9621         (pgg-decrypt): Convey provided passphrase in subordinate call to
9622         pgg-decrypt-region.
9623
9624 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9625
9626         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9627         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9628         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9629         'passphrase' argument, so the passphrase can be managed externally
9630         and then passed in to the system.
9631
9632         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9633         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9634         so the passphrase cache can be used reliably with identifiers
9635         besides a pgp packet's key id.
9636
9637         * pgg-gpg.el (pgg-gpg-encrypt-region)
9638         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9639         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9640         these routines, so the passphrase can be managed externally and
9641         passed in to the system.
9642
9643         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9644         'notruncate' argument, so the passphrase cache can be used
9645         reliably with identifiers besides a pgp packet's key id.
9646
9647 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9648
9649         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9650         symmetric encryption.
9651         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9652         encrypted session key.
9653         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9654         message ask for the passphrase in a proper way.
9655
9656         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9657         New user commands for symmetric encryption.
9658
9659 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9660
9661         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9662
9663         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9664
9665 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9666
9667         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9668
9669 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9670
9671         * mm-decode.el (mm-inlined-types): Add application/pgp.
9672         (mm-automatic-display): Ditto.
9673
9674         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9675         part as text.
9676
9677 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9678
9679         * nnrss.el: Update copyright.
9680         (nnrss-opml-import): Query whether to subscribe to each entry.
9681
9682         * gnus-art.el:
9683         * gnus-sum.el:
9684         * gnus-xmas.el:
9685         * messagexmas.el:
9686         * mm-uu.el:
9687         * mm-view.el: Update copyright.
9688
9689 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9690
9691         * message.el (message-info): New function.
9692         (message-mode-menu): Add it.
9693         Update copyright.
9694
9695         * ChangeLog: Fix and update copyright.
9696
9697 2006-01-13  Romain Francoise  <romain@orebokech.com>
9698
9699         * message.el (message-forward-subject-name-subject): Prefer the
9700         address to 'nowhere' if the sender has no name.
9701         Fix typo.  Update copyright year.
9702
9703 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9704
9705         * gnus-art.el (article-wash-html): Use
9706         gnus-summary-show-article-charset-alist if a numeric arg is given.
9707         (gnus-article-wash-html-with-w3m-standalone): New function.
9708
9709         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9710         mm-inline-text-html-render-with-w3m-standalone.
9711         (mm-text-html-washer-alist): Map w3m-standalone to
9712         gnus-article-wash-html-with-w3m-standalone.
9713         (mm-inline-text-html-render-with-w3m-standalone): New function.
9714
9715 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9716
9717         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9718         Improve LaTeX.
9719
9720 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9721
9722         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9723         (nnrss-request-article): Render text/plain parts as HTML.
9724
9725         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9726         the buffer.
9727
9728 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9729
9730         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9731         custom definition of `gnus-posting-styles'.
9732
9733         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9734         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9735
9736 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9737
9738         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9739         Use nntp for bug archive.
9740
9741 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9742
9743         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9744         parts.
9745         (nnrss-normalize-date): New function converts ISO 8601 date into
9746         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9747         (nnrss-check-group): Use it.
9748
9749 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9750
9751         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9752
9753         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9754         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9755         (nnrss-insert-w3): Ditto.
9756
9757 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9758
9759         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9760         the articles to be forwarded including the case where neither a
9761         number of articles nor a region is specified.
9762
9763 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9764
9765         * nnrss.el (nnrss-request-article): Fix last change; fill
9766         text/plain parts.
9767
9768 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9769
9770         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9771         in text/plain part.
9772         (nnrss-check-group): Don't add excessive newline to dc:subject.
9773
9774 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9775
9776         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9777         article.
9778
9779 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9780
9781         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9782         (nnml-use-compressed-files, nnml-save-mail): Support other
9783         comression programs such as bzip2.
9784
9785 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9786
9787         * dns.el (query-dns): Make sure we check the buffer size before
9788         removing tcp headers.
9789
9790 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9791
9792         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9793         remove MIME buttons associated with multipart/alternative parts.
9794         (gnus-mime-display-alternative): Tag buttons using `article-type'
9795         text property.
9796
9797         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9798         associated with multipart/alternative parts.
9799
9800         * gnus-art.el (gnus-signature-separator): Fix custom type.
9801
9802         * mm-decode.el (mm-inlined-types): Fix custom type.
9803         (mm-keep-viewer-alive-types): Ditto.
9804         (mm-automatic-display): Ditto.
9805         (mm-attachment-override-types): Ditto.
9806         (mm-inline-override-types): Ditto.
9807         (mm-automatic-external-display): Ditto.
9808
9809 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9810
9811         * spam-report.el (spam-report-user-mail-address)
9812         (spam-report-user-agent): New variables.
9813         (spam-report-url-ping-plain): Use spam-report-user-agent.
9814
9815 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9816
9817         * gnus-art.el (gnus-button-handle-custom): Do not just use
9818         `customize-apropos' for any "M-x customize-*" button but the
9819         function called for.  Accept both the function name and its
9820         argument in order to achieve this.
9821         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9822         function name to `gnus-button-handle-custom' in case of "M-x
9823         customize-*" buttons.
9824
9825 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9826
9827         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9828         multipart/alternative and add xref to mm-discouraged-alternatives
9829         in doc string.
9830
9831         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9832         gnus-buttonized-mime-types in doc string.
9833
9834 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9835
9836         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9837         Suggest image/.* in the doc string.
9838
9839 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9840
9841         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9842         message-marks (Debian bug #342521).
9843
9844 2005-12-12  Simon Josefsson  <jas@extundo.com>
9845
9846         * password.el (password-read-from-cache): Add.
9847         (password-read): Use it.
9848
9849 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9850
9851         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9852         us-ascii as a MIME charset.
9853
9854         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9855         against the case where the 2nd arg TYPE is nil.
9856
9857 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9858
9859         * pop3.el (pop3-stream-type): Fix custom version.
9860
9861         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9862
9863 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9864
9865         * mm-decode.el (mm-display-external): Add missing cdr.
9866
9867 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9868
9869         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9870         RFC1524) if it is in mailcap or add a suffix according to
9871         mailcap-mime-extensions when generating a temp filename; postpone
9872         deleting a temp file for 2 seconds for some wrappers, shell
9873         scripts, and so on, which might exit right after having started a
9874         viewer command as a background job.
9875
9876 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9877
9878         * nntp.el (nntp-marks-directory): Fix custom group.
9879
9880         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9881         steps when < 10.
9882
9883         * gnus-start.el (gnus-no-server-1): Mention
9884         `gnus-level-default-subscribed' in doc string.
9885
9886 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9887
9888         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9889         parens.
9890
9891 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9892
9893         * gnus-xmas.el (gnus-use-toolbar): Revert.
9894         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9895         gnus-use-toolbar is default.
9896
9897         * messagexmas.el (message-use-toolbar): Revert.
9898         (message-setup-toolbar): Use global default-toolbar if
9899         message-use-toolbar is default.
9900
9901 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9902
9903         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9904         according to default-toolbar-visible-p.
9905
9906         * messagexmas.el (message-use-toolbar): Ditto.
9907
9908 2005-11-26  Dave Love  <fx@gnu.org>
9909
9910         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9911         (tls-program, tls-success): Provide openssl alternative.
9912
9913         * starttls.el: Doc fixes.
9914         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9915         SERVICE to PORT.
9916
9917         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9918         port null or service name.
9919         (starttls-negotiate): Autoload.
9920
9921 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9922
9923         * message.el (message-kill-to-signature): Fix interactive spec.
9924
9925 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9926
9927         * pop3.el (pop3-open-server): Recognize a string as a service name.
9928
9929 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9930
9931         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9932
9933 2005-11-23  Dave Love  <fx@gnu.org>
9934
9935         Add pop3s, pop3/starttls.
9936
9937         * pop3.el (pop3-authentication-scheme): Clarify doc.
9938         (open-tls-stream, starttls-open-stream): Autoload.
9939         (pop3-stream-type): New.
9940         (pop3-open-server): Use it.
9941
9942         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9943         for POP.
9944         (mail-source-keyword-map): Add :stream for POP.
9945         (mail-source-fetch-pop): Use pop3-stream-type.
9946
9947 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9948
9949         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9950         of current-time-string.
9951
9952 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9953
9954         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9955         date header.
9956
9957 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9958
9959         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9960         it can seriously impact performance as it bypasses the agent's
9961         local caches.
9962
9963 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9964
9965         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9966         must be explicitly online rather than "not explicitly offline" for
9967         its flags to be synchronized.
9968
9969         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9970         that gnus-uu-unmark-thread will function correctly.
9971
9972         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9973         1024K is instead displayed as 1M.
9974
9975 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9976
9977         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9978
9979 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9980
9981         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9982
9983 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9984
9985         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9986         error message to display actual error condition.
9987         (gnus-agent-save-local): Avoid saving symbols that are bound to
9988         nil as they simply result in a warning message in
9989         gnus-agent-read-local.
9990
9991 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9992
9993         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9994         rather than make-variable-buffer-local for file-precious-flag.
9995
9996 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9997
9998         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9999         for duplicates which are removed.  The invalid sort check then
10000         triggers a rescan after the sort as sorting may have moved
10001         duplicate entries such that they can be cheaply detected.
10002
10003 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10004
10005         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10006
10007 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10008
10009         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10010         internal variable to a custom variable.  Changed default value
10011         from compressed(2) to uncompressed(1).
10012         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10013         support for uncompressed agentview files.  Taken together, reading
10014         the agentview file should now be 6-7 times faster.
10015
10016 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10017
10018         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10019         as a buffer-local variable.  This avoids creating truncated
10020         dribble files as a result of a hang up, eg.
10021
10022 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10023
10024         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10025         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10026         XEmacs.
10027
10028 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10029
10030         * gnus-start.el (gnus-start-draft-setup): Enforce
10031         `gnus-draft-mode' for nndraft:drafts at startup.
10032
10033         * gnus.el (gnus-splash): Change custom group.
10034         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10035         allow-list argument.
10036
10037         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10038         string.
10039
10040 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10041
10042         * gnus-art.el (gnus-default-article-saver): Add user-defined
10043         `function' to custom type.
10044
10045 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10046
10047         * imap.el (imap-open): Handle case where buffer is a buffer
10048         object.
10049
10050 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10051
10052         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10053         long lines.
10054         (gnus-cache-delete-group): Wrap doc strings.
10055
10056         * gnus-agent.el (gnus-agent-rename-group)
10057         (gnus-agent-delete-group): Wrap doc strings.
10058
10059 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10060
10061         * messagexmas.el (message-use-toolbar): Change the valid values
10062         into default, top, bottom, left, and right.
10063         (message-toolbar-thickness): New variable.
10064         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10065         well.
10066         (message-setup-toolbar): Make it work.
10067
10068         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10069         (gnus-use-toolbar): Change the valid values into default, top,
10070         bottom, left, and right.
10071         (gnus-toolbar-thickness): New variable.
10072         (gnus-xmas-setup-toolbar): New function.
10073         (gnus-xmas-setup-group-toolbar): Use it.
10074         (gnus-xmas-setup-summary-toolbar): Use it.
10075
10076 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10077
10078         * gnus-start.el (gnus-1): Add "native" to
10079         gnus-predefined-server-alist.
10080
10081         * gnus.el (gnus-method-to-server): Don't add "native" to the
10082         lists here, because that leads to problems when
10083         gnus-select-method is bound.
10084
10085 2005-11-09  Simon Josefsson  <jas@extundo.com>
10086
10087         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10088         use (not sort-by-date) instead.
10089
10090 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10091
10092         * gnus-delay.el (gnus-delay-group): Don't autoload.
10093         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10094         to be re-loaded when customizing the `gnus-delay' group.
10095
10096 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10097
10098         * message.el: Revert last changes.
10099         (message-insert-citation-line): Use newlines.
10100
10101 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10102
10103         * message.el (message-courtesy-message)
10104         (message-mark-insert-begin, message-mark-insert-end)
10105         (message-elide-ellipsis, message-cancel-message)
10106         (message-add-header, message-change-subject)
10107         (message-cross-post-followup-to-header)
10108         (message-cross-post-insert-note, message-reduce-to-to-cc)
10109         (message-widen-reply, message-delete-not-region)
10110         (message-kill-to-signature, message-insert-signature)
10111         (message-insert-importance-high, message-insert-importance-low)
10112         (message-insert-or-toggle-importance)
10113         (message-insert-disposition-notification-to)
10114         (message-indent-citation, message-yank-original)
10115         (message-cite-original-without-signature, message-cite-original)
10116         (message-insert-citation-line, message-position-on-field)
10117         (message-fix-before-sending, message-send-mail-partially)
10118         (message-send-mail, message-send-mail-with-sendmail)
10119         (message-send-mail-with-qmail, message-send-news)
10120         (message-check-news-header-syntax, message-generate-headers)
10121         (message-insert-courtesy-copy, message-fill-address)
10122         (message-fill-header, message-shorten-references)
10123         (message-setup-1, message-cancel-news)
10124         (message-forward-make-body-plain, message-forward-make-body-mime)
10125         (message-forward-make-body-mml, message-encode-message-body)
10126         (message-forward-make-body-digest-plain)
10127         (message-forward-make-body-digest-mime)
10128         (message-use-alternative-email-as-from): Insert `hard-newline'
10129         instead of ordinary newlines.
10130
10131 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10132
10133         * message.el (message-generate-headers): Downcase the argument
10134         given to message-check-element.
10135
10136 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10137
10138         * nntp.el (nntp-authinfo-rejected): New error condition.
10139         (nntp-wait-for): Use new error condition to signal authentication
10140         error.
10141         (nntp-retrieve-data): Rethrow new error condition to break out of
10142         recursive call to nntp-send-authinfo.
10143
10144 2005-11-08  Romain Francoise  <romain@orebokech.com>
10145
10146         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10147         (gnus-summary-exit-map): Bind to `Z p'.
10148         (gnus-summary-make-menu-bar): Add menu item.
10149
10150 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10151
10152         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10153         (gnus-treat-*): Add `first' in all doc strings.
10154
10155         * gnus-group.el (gnus-group-compact-group): Fix typo.
10156
10157 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10158
10159         * gnus.el (gnus-parameters-case-fold-search): New variable.
10160         (gnus-parameters-get-parameter): Use it.
10161
10162         * gnus-score.el (gnus-home-score-file): Doc fix.
10163
10164 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10165
10166         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10167
10168 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10169
10170         * mm-util.el (mm-special-display-p): New function.
10171
10172         * mml.el (mml-preview): Use it; doc fix.
10173
10174 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10175
10176         * imap.el (imap-open): Handle case where buffer is a buffer object.
10177
10178 2005-10-29  Romain Francoise  <romain@orebokech.com>
10179
10180         * message.el (message-fix-before-sending): Fix comment.
10181
10182 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10183
10184         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10185
10186 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10187
10188         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10189         Used in gnus-score.el.
10190
10191 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10192
10193         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10194
10195 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10196
10197         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10198         whitespace removed in revision 7.8.  Use concatenated string to
10199         protect trailing whitespace.
10200
10201 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10202
10203         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10204         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10205         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10206         Courier IMAP ("some version from 2004").  Mostly based on similar
10207         code in the same function.
10208
10209 2005-10-26  Didier Verna  <didier@xemacs.org>
10210
10211         * gnus-group.el (gnus-group-compact-group): Invalidate original
10212         article buffer.
10213         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10214         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10215         NOV database and in article itself.
10216         Invalidate article backlog.
10217
10218 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10219
10220         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10221
10222 2005-10-26  Simon Josefsson  <jas@extundo.com>
10223
10224         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10225         part of 2004-07-25 change.
10226
10227 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10228
10229         * message.el (message-display-completion-list): New function.
10230         (message-expand-group): Use it; make sure the Completions buffer
10231         is modifiable.
10232 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10233
10234         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10235         user-mail-name is an empty string.
10236
10237 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10238
10239         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10240         depending on gnus-score-decay-constant.
10241
10242         * encrypt.el (encrypt-insert-file-contents)
10243         (encrypt-write-file-contents): Don't use `gnus-message'.
10244
10245         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10246         arguments.
10247         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10248         arguments to mm-uu-verbatim-marks-extract.
10249         (mm-uu-hide-markers): New variable.
10250         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10251
10252         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10253         (gnus-convert-image-to-face-command): Use "convert" by default to
10254         allow other input image formats.
10255         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10256         accordingly.
10257
10258 2005-10-23  Simon Josefsson  <jas@extundo.com>
10259
10260         * imap.el (imap-gssapi-program): Align command line parameters
10261         with latest GNU SASL.
10262         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10263
10264 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10265
10266         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10267         HTML.
10268         (nnslashdot-request-article): Ditto.
10269
10270         * lpath.el (featurep): Add nobreak-char-display.
10271
10272 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10273
10274         * mail-source.el (mail-source-fetch-pop): Require pop3.
10275         (mail-source-check-pop): Ditto.
10276
10277 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10278
10279         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10280         errors.
10281
10282 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10283
10284         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10285         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10286
10287         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10288
10289         * mm-bodies.el (mm-decode-string): Call
10290         `mm-charset-to-coding-system' with allow-override argument.
10291
10292 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10293
10294         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10295         (rfc2047-charset-to-coding-system): New function.
10296         (rfc2047-decode-encoded-words): New function.
10297         (rfc2047-decode-region): Use them.
10298         (rfc2047-decode-cte): Remove.
10299         (rfc2047-parse-and-decode): Remove.
10300         (rfc2047-decode): Remove.
10301
10302 2005-10-15  Kenichi Handa  <handa@m17n.org>
10303
10304         * rfc2047.el (rfc2047-decode-cte): New function.
10305         (rfc2047-decode-region): Change the way to decode successive
10306         encoded-words: decode B- or Q-encoding in each encoded-word,
10307         concatenate them, and decode it as charset.
10308
10309 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10310
10311         * lpath.el: Fbind codepage-setup for XEmacs.
10312
10313 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10314
10315         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10316         widget-move-and-invoke.
10317         (gnus-custom-mode): Use gnus-custom-map.
10318
10319 2005-10-15  Bill Wohler  <wohler@newt.com>
10320
10321         * message.el (message-tool-bar-map): Renamed image file from
10322         mail_send to mail/send.
10323
10324 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10325
10326         * message.el (message-expand-group): Pass the common
10327         prefix substring of completion to `display-completion-list'.
10328
10329 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10330
10331         * mml-sec.el (mml-secure-method): New internal variable.
10332         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10333         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10334         functions using mml-secure-method.
10335
10336         * mml.el (mml-mode-map): Add key bindings for those functions.
10337         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10338         Harder <harder@myrealbox.com>.
10339         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10340         end of message if point is the headers of the message.
10341
10342         * message.el (message-in-body-p): New function.
10343
10344         * assistant.el: Autoload gnus-util and netrc.
10345
10346         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10347         Use `mm-charset-override-alist' only when decoding.
10348
10349         * mm-bodies.el (mm-decode-body): Call
10350         `mm-charset-to-coding-system' with allow-override argument.
10351
10352         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10353         `filename' from Content-Disposition if Content-Type doesn't
10354         provide `name'.
10355         (gnus-mime-view-part-as-type): Set default instead of
10356         initial-input.
10357
10358 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10359
10360         * format-spec.el (format-spec): Propagate text properties of % spec.
10361
10362 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10363
10364         * gnus-art.el (gnus-treat-predicate): Add `first'.
10365
10366 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10367
10368         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10369         (mm-charset-override-alist): New variable.
10370         (mm-charset-to-coding-system): Use it.
10371         (mm-codepage-setup): New helper function.
10372         (mm-charset-eval-alist): New variable.
10373         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10374         about unknown charsets.
10375
10376         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10377
10378 2005-10-04  David Hansen  <david.hansen@gmx.net>
10379
10380         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10381         (nnrss-check-group): Ditto.
10382
10383 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10384
10385         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10386         Rename x-gnus-verbatim to x-verbatim.
10387         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10388
10389         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10390         x-verbatim.
10391
10392         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10393
10394         * gnus-util.el (gnus-remove-duplicates): Remove.
10395
10396         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10397         instead of gnus-remove-duplicates.
10398
10399         * message.el (message-remove-duplicates): Remove.
10400         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10401         message-remove-duplicates.
10402
10403         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10404         available, else use implementation from `delete-dups'.
10405
10406         * message.el (message-insert-expires): New function.
10407         (message-mode-map): Add key binding.
10408         (message-mode-field-menu): Add menu entry.
10409         (message-mode): Document it.
10410         (message-make-expires-date): Use `message-make-date'.
10411
10412 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10413
10414         * message.el (message-make-expires-date): New function.
10415
10416 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10417
10418         * Makefile.in (list-installed-shadows): New entry.
10419         (install): Use it.
10420         (remove-installed-shadows): New entry.
10421
10422         * dgnushack.el (dgnushack-default-load-path): New variable.
10423         (dgnushack-find-lisp-shadows): New function.
10424         (dgnushack-remove-lisp-shadows): New function.
10425
10426 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10427
10428         * Makefile.in (install-el-elc): New entry.
10429         (install): Use it so that .el files are necessarily installed.
10430
10431 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10432
10433         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10434
10435 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10436
10437         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10438         function rather than the diff-mode.el package.
10439         (mm-display-external): Use with-current-buffer.
10440         (mm-viewer-completion-map, mm-viewer-completion-map):
10441         Move initialization inside declaration.
10442
10443 2005-09-29  Simon Josefsson  <jas@extundo.com>
10444
10445         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10446         autoload mail-check-payment.
10447         (spam-check-hashcash): Define unconditionally, since hashcash.el
10448         is part of Gnus now.  Ignore errors from payment checking.
10449
10450 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10451
10452         * message.el (message-bold-region, message-unbold-region): Rename
10453         from `bold-region' and `unbold-region'.
10454
10455         * message.el: Remove useless autoloads.
10456
10457 2005-09-28  Simon Josefsson  <jas@extundo.com>
10458
10459         * message.el (message-use-idna): Default to t.
10460         (message-use-idna): Test whether encoding works too.  Doc fix.
10461
10462 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10463
10464         * nntp.el (nntp-warn-about-losing-connection): Remove.
10465
10466 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10467
10468         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10469         customizable.  Change default value.
10470         (mm-uu-diff-groups-regexp): Change default value.
10471         (mm-uu-type-alist): Add doc string.
10472         (mm-uu-configure): Add doc string.  Make it interactive.
10473         (mm-uu-tex-groups-regexp): New variable.
10474         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10475         (mm-uu-type-alist): Add LaTeX documents.
10476         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10477         of "text/verbatim".
10478         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10479
10480         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10481         instead of "text/verbatim".
10482
10483         * message.el (message-mark-inserted-region)
10484         (message-mark-insert-file): Use slrn style marks when called with
10485         prefix argument.
10486
10487 2005-09-27  Simon Josefsson  <jas@extundo.com>
10488
10489         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10490
10491 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10492
10493         * message.el (message-remove-duplicates): New function.
10494         Implementation borrowed from `gnus-remove-duplicates'.
10495         (message-idna-to-ascii-rhs): Also encode idna addresses in
10496         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10497         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10498         only ask about the same idna domain once per header and also tell
10499         in what header to replace the idna domain.
10500
10501         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10502         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10503         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10504         a header is decoded and not just the last one.
10505
10506 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10507
10508         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10509         has been decoded.
10510
10511         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10512         (mm-insert-part): Don't modify text if it has been decoded.
10513
10514         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10515         decoded.
10516
10517         * mm-view.el (mm-inline-text): Don't strip text props unless
10518         decoding enriched or richtext parts.
10519
10520 2005-09-25  Romain Francoise  <romain@orebokech.com>
10521
10522         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10523         * gnus-start.el (gnus-subscribe-interactively):
10524         * gnus-uu.el (gnus-uu-grab-articles):
10525         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10526         space.
10527
10528 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10529
10530         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10531         * mm-view.el (mm-view-pkcs7-decrypt):
10532         * gnus-sum.el (gnus-summary-limit-to-extra)
10533         (gnus-summary-respool-article, gnus-read-move-group-name):
10534         * gnus-score.el (gnus-summary-increase-score):
10535         * gnus-util.el (gnus-completing-read-with-default):
10536         * gnus-art.el (gnus-read-save-file-name)
10537         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10538         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10539         * message.el (message-check-news-header-syntax):
10540         Follow convention for reading with the minibuffer.
10541
10542 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10543
10544         * spam-report.el (spam-report-url-ping-plain):
10545         Use gnus-extended-version as User-Agent.
10546
10547         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10548         default value is nil.
10549
10550         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10551         (mm-uu-verbatim-marks-extract): New function.
10552         (mm-uu-extract): New face.
10553         (mm-uu-copy-to-buffer): Use it.
10554
10555         * spam-report.el (spam-report-gmane-ham): Renamed from
10556         `spam-report-gmane-unspam'.
10557         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10558         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10559
10560         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10561         Autoload.
10562         (spam-report-gmane-unregister-routine): Renamed
10563         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10564
10565 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10566
10567         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10568         (spam-report-gmane-unregister-routine): Add support for gmane
10569         unregistration.
10570
10571         * spam-report.el (spam-report-gmane-unspam)
10572         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10573         (spam-report-gmane): Change to take a single article and do unspam
10574         registration.
10575
10576 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10577
10578         * mm-url.el (mm-url-decode-entities): Fix regexp.
10579
10580 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10581
10582         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10583         default to nil, to be able to use Gnus at all.  If the default
10584         switches to something else, then the function should be fixed not
10585         be exceedingly slow.
10586
10587 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10588
10589         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10590         fail hard.
10591
10592         * spam-report.el: Add better Keywords line.
10593
10594         * spam.el: Add Maintainer and better Keywords line.
10595
10596 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10597
10598         * gnus-art.el (gnus-article-replace-part)
10599         (gnus-mime-replace-part): New functions.
10600         (gnus-mime-action-alist, gnus-mime-button-commands)
10601         (gnus-mime-save-part-and-strip): Added file argument.
10602         (gnus-article-part-wrapper): Added interactive argument.
10603
10604         * gnus-sum.el (gnus-summary-mime-map): Add
10605         `gnus-article-replace-part'.
10606
10607 2005-09-19  Didier Verna  <didier@xemacs.org>
10608
10609         The nnml compaction feature:
10610         * nnml.el (nnml-request-compact-group): New function.
10611         * nnml.el (nnml-request-compact): New function.
10612         * gnus-int.el (gnus-request-compact-group): New function.
10613         * gnus-int.el (gnus-request-compact): New function.
10614         * gnus-group.el (gnus-group-compact-group): New function.
10615         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10616         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10617         * gnus-srvr.el (gnus-server-compact-server): New function.
10618         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10619         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10620
10621 2005-09-18  Deepak Goel  <deego@gnufans.org>
10622
10623         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10624         format spec.
10625
10626 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10627
10628         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10629
10630 2005-09-15  Romain Francoise  <romain@orebokech.com>
10631
10632         * message.el (message-fill-paragraph): Clarify docstring.
10633
10634 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10635
10636         * gnus-art.el (gnus-mime-display-part): Protect against broken
10637         MIME messages.
10638
10639 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10640
10641         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10642         before parsing header.
10643
10644 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10645
10646         * html2text.el (html2text-replace-list): Add new entities.
10647
10648 2005-09-11  Romain Francoise  <romain@orebokech.com>
10649
10650         * message.el (message-alternative-emails): Improve docstring.
10651         (message-setup-1): Call `message-use-alternative-email-as-from'
10652         after `message-setup-hook' to give it precedence over posting
10653         styles, etc.
10654         (message-use-alternative-email-as-from): Add docstring.  Remove
10655         the original From header if present.
10656
10657         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10658         (nnml-save-mail): Use it.
10659
10660         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10661         articles.  Add new argument `silent'.
10662         (gnus-uu-mark-all): Report the total number of marked articles.
10663
10664 2005-09-10  Romain Francoise  <romain@orebokech.com>
10665
10666         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10667         (gnus-uu-mark-series): Likewise.
10668
10669 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10670
10671         * spam-report.el (spam-report-gmane): Fix generation of spam
10672         report URL.
10673
10674 2005-09-10  Simon Josefsson  <jas@extundo.com>
10675
10676         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10677         t, based on discussion on the ding list with Robert Epprecht
10678         <epprecht@solnet.ch>.
10679
10680 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10681
10682         * spam-report.el (spam-report-gmane): Make it work without
10683         X-Report-Spam header.  Gmane now only provides Archived-At.
10684         This is only used if `spam-report-gmane-use-article-number' is nil.
10685         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10686
10687         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10688         make `gnus-summary-sort-by-recipient' work with threading.
10689
10690         * nnweb.el (nnweb-google-wash-article): Print a message if article
10691         is not available.
10692
10693 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10694
10695         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10696         change.  Decode text/* parts content before displaying.
10697
10698 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10699
10700         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10701
10702 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10703
10704         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10705
10706         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10707         url-package-name, url-package-version,
10708         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10709         w3m-display-inline-images, and w3m-minor-mode-map.
10710
10711 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10712
10713         * message.el (message-tab-body-function): Fix mismatched custom type.
10714
10715         * gnus.el (gnus-group-change-level-function): Ditto.
10716
10717         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10718
10719         * gnus-art.el (gnus-signature-limit)
10720         (gnus-article-mime-part-function): Ditto.
10721
10722 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10723
10724         * mml.el (mml-mode): Silence the byte compiler.
10725
10726         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10727         using `(sit-for 0)' before moving the point to the specified part;
10728         skip unbuttonized parts.
10729         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10730         return to the summary window if gnus-auto-select-part is non-nil.
10731
10732 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10733
10734         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10735         variables.
10736         (mml-dnd-attach-file, mml-mode): Use them.
10737
10738         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10739         Make fetching article by MID work again for Google Groups.  Added
10740         FIXME concerning gnus-group-make-web-group.
10741
10742         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10743         Don't depend on Gnus by using mail-extract-address-components if
10744         gnus-extract-address-components is not bound.
10745
10746 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10747
10748         * gnus-art.el (gnus-mime-display-security): Don't display the
10749         signature, but only the signed part.
10750
10751 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10752
10753         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10754
10755         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10756         list, not listp.
10757
10758 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10759
10760         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10761         when encoding.
10762
10763         * mm-bodies.el (mm-decode-content-transfer-encoding):
10764         De-canonicalize CRLF for all text content types, not just
10765         text/plain.
10766
10767 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10768
10769         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10770         valid article; point arrow and cursor at the MIME button.
10771
10772 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10773
10774         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10775         Suggested by Dan Christensen <jdc@uwo.ca>.
10776
10777         * mm-decode.el (mm-save-part): Enable change of prompt.
10778
10779 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10780
10781         * gnus-msg.el (gnus-inews-add-send-actions): Made
10782         `message-post-method' lambda parameter ARG `&optional'.
10783
10784 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10785
10786         * gnus-sum.el (gnus-summary-mime-map): Added
10787         gnus-article-save-part-and-strip, gnus-article-delete-part and
10788         gnus-article-jump-to-part.
10789
10790         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10791         (gnus-article-edit-part): Use it.
10792         (gnus-article-part-wrapper): Added no-handle argument.
10793         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10794         functions.
10795
10796 2005-08-29  Romain Francoise  <romain@orebokech.com>
10797
10798         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10799         docstring.
10800         (gnus-face-from-file): Likewise.
10801
10802 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10803
10804         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10805         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10806         non-nil.
10807         (gnus-auto-select-part): New variable.
10808         (gnus-article-jump-to-part): New function.
10809         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10810         (gnus-mime-delete-part): Allow selecting specified part after
10811         deleting or stripping parts.
10812         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10813         part if argument is bogus.
10814
10815 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10816
10817         * gnus-art.el (w3m-minor-mode-map):
10818         * gnus-spec.el (gnus-newsrc-file-version):
10819         * gnus-util.el (nnmail-active-file-coding-system)
10820         (gnus-original-article-buffer, gnus-user-agent):
10821         * gnus.el (gnus-ham-process-destinations)
10822         (gnus-parameter-ham-marks-alist)
10823         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10824         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10825         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10826         * mm-decode.el (gnus-current-window-configuration):
10827         * mm-extern.el (gnus-article-mime-handles):
10828         * mm-url.el (url-current-object, url-package-name)
10829         (url-package-version):
10830         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10831         (smime-keys, w3m-cid-retrieve-function-alist)
10832         (w3m-current-buffer, w3m-display-inline-images)
10833         (w3m-minor-mode-map):
10834         * mml-smime.el (gnus-extract-address-components):
10835         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10836         (gnus-newsrc-hashtb, message-default-charset)
10837         (message-deletable-headers, message-options)
10838         (message-posting-charset, message-required-mail-headers)
10839         (message-required-news-headers):
10840         * mml1991.el (mc-pgp-always-sign):
10841         * mml2015.el (mc-pgp-always-sign):
10842         * nnheader.el (nnmail-extra-headers):
10843         * rfc1843.el (gnus-decode-encoded-word-function)
10844         (gnus-decode-header-function, gnus-newsgroup-name):
10845         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10846
10847 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10848
10849         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10850         the end of the date treatments.
10851
10852 2005-08-15  Simon Josefsson  <jas@extundo.com>
10853
10854         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10855         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10856         Capello and Romain Francoise.
10857         (pgg-fetch-key-function): Removed, not used?
10858         (pgg-insert-url-with-w3): Require url, to get
10859         url-insert-file-contents regardless of where it is defined.
10860
10861 2005-08-13  Romain Francoise  <romain@orebokech.com>
10862
10863         * message.el (message-cite-original-1): New function.
10864         (message-cite-original): Use it.
10865         (message-cite-original-without-signature): Ditto.
10866
10867 2005-08-08  Romain Francoise  <romain@orebokech.com>
10868
10869         * message.el (message-yank-empty-prefix): New variable.
10870         (message-indent-citation): Use it.
10871         (message-cite-original-without-signature): Respect X-No-Archive.
10872
10873 2005-08-08  Simon Josefsson  <jas@extundo.com>
10874
10875         * pgg.el: Autoload url-insert-file-contents instead of loading
10876         w3/url.
10877         (pgg-insert-url-with-w3): Don't load url here.
10878
10879 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10880
10881         * message.el (message-kill-to-signature): Don't insert newline at
10882         bol.
10883         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10884
10885 2005-08-06  Romain Francoise  <romain@orebokech.com>
10886
10887         * message.el (message-user-fqdn): Fix typo in docstring.
10888
10889 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10890
10891         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10892
10893         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10894
10895 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10896
10897         * mm-bodies.el (mm-encode-body): Use coding system rather than
10898         charset to encode text.
10899
10900         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10901         number of charsets if utf-8 is available (XEmacs).
10902
10903 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10904
10905         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10906         taken from `gnus-button-mid-or-mail-regexp'.
10907         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10908         (gnus-button-alist): Improve regexp for domain part of the MIDs
10909         for news:localpart@domain buttons.
10910         (gnus-button-ctan-directory-regexp): Update.
10911
10912 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10913
10914         * sieve-manage.el (sieve-manage-interactive-login): Use
10915         make-local-variable rather than make-variable-buffer-local.
10916         (sieve-manage-open): Ditto.
10917         (sieve-manage-authenticate): Ditto.
10918
10919         * mml.el (mml-generate-mime-1): Make the content type default to
10920         text/plain if the filename is not specified.
10921
10922 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10923
10924         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10925         instead of insert-buffer.
10926
10927         * message.el (message-yank-original): Ditto; set the mark at the
10928         end of the yanked message.
10929
10930 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10931
10932         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10933         lines to scroll rather than to stop it.
10934
10935         * mml.el (mml-generate-default-type): Add doc string.
10936         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10937         default to application/octet-stream when determining the content
10938         type if it is not specified for the part or the mml contents; add
10939         a comment about mml-generate-default-type.
10940
10941 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10942
10943         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10944         make it default to application/octet-stream when determining the
10945         content type if it is not specified for the external contents.
10946
10947 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10948
10949         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10950         segmented parameter but also other parameters might be there.
10951
10952 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10953
10954         * mm-decode.el (mm-display-external): Delete temp file, directory
10955         and buffer immediately if the external process is exited.
10956
10957 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10958
10959         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10960         fewer lines than that of scroll-margin.
10961         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10962
10963 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10964
10965         * gnus-art.el (gnus-article-next-page): Revert.
10966         (gnus-article-beginning-of-window): New macro.
10967         (gnus-article-next-page-1): Use it.
10968         (gnus-article-prev-page): Ditto.
10969         (gnus-article-edit-part): Use insert-buffer-substring instead of
10970         insert-buffer.
10971         (gnus-article-edit-exit): Ditto.
10972
10973         * gnus-util.el (gnus-beginning-of-window): Remove.
10974         (gnus-end-of-window): Remove.
10975
10976         * lpath.el: Don't bind header-line-format and scroll-margin.
10977
10978 2005-07-25  Simon Josefsson  <jas@extundo.com>
10979
10980         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10981         to have the url package without w3.  Reported by Daiki Ueno
10982         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10983
10984 2005-07-20  Didier Verna  <didier@xemacs.org>
10985
10986         * gnus-diary.el: Remove the description comment (nndiary is now
10987         properly documented in the Gnus manual).
10988         Fix the spelling of "Back End".
10989         * nndiary.el: Ditto.
10990         Fix the copyright notice.
10991
10992 2005-07-18  Romain Francoise  <romain@orebokech.com>
10993
10994         * gnus-sum.el (gnus-summary-to-prefix)
10995         (gnus-summary-newsgroup-prefix): New variables.
10996         (gnus-summary-from-or-to-or-newsgroups): Use them.
10997
10998 2005-07-17  Romain Francoise  <romain@orebokech.com>
10999
11000         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11001         space as it's generally not especially interesting to the user.
11002
11003 2005-07-16  Romain Francoise  <romain@orebokech.com>
11004
11005         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11006         nil to avoid prompting and file modification if one of the
11007         messages at the top of the nnfolder file contains a copyright
11008         notice.
11009         Update copyright notice.
11010
11011         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11012         instead of `current-time-string' as the latter creates a time
11013         string that is not RFC 2822 compliant (it lacks the zone).
11014         Update copyright notice.
11015
11016 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11017
11018         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11019         for text/rtf.  Display default in prompt.  Pass default for M-n.
11020
11021         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11022
11023 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11024
11025         * gnus-msg.el (gnus-button-mailto): Remove
11026         save-selected-window-window hackery because it relies on
11027         save-selected-window internals.
11028
11029 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11030
11031         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11032         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11033         (gnus-article-prev-page): Ditto.
11034
11035         * gnus-util.el (gnus-beginning-of-window): New function.
11036         (gnus-end-of-window): New function.
11037
11038         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11039
11040 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11041
11042         * gnus-score.el (gnus-score-edit-all-score): Set
11043         gnus-score-edit-exit-function to gnus-score-edit-done and call
11044         gnus-message.
11045
11046 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11047
11048         * gnus-msg.el (gnus-button-mailto): Remove
11049         save-selected-window-window hackery because it relies on
11050         save-selected-window internals.
11051
11052 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11053
11054         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11055         add-minor-mode.
11056         (gnus-binary-mode): Ditto.
11057
11058         * gnus-topic.el (gnus-topic-mode): Ditto.
11059
11060 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11061
11062         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11063         (gnus-article-prev-page): Take scroll-margin into consideration.
11064
11065 2005-07-04  Lute Kamstra  <lute@gnu.org>
11066
11067         Update FSF's address in GPL notices.
11068
11069 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11070
11071         * gnus.el (gnus-exit):
11072         * gnus-group.el (gnus-group-icons):
11073         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11074
11075         * gnus-nocem.el (gnus-nocem):
11076         * message.el (message-various, message-buffers, message-sending)
11077         (message-interface, message-forwarding, message-insertion)
11078         (message-headers, message-news, message-mail):
11079         * pgg-gpg.el (pgg-gpg):
11080         * pgg-parse.el (pgg-parse):
11081         * pgg-pgp.el (pgg-pgp):
11082         * pgg-pgp5.el (pgg-pgp5):
11083         * pop3.el (pop3): Finish `defgroup' description with period.
11084
11085 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11086
11087         * gnus-art.el (article-display-face): Improve the efficiency.
11088         (article-display-x-face): Ditto; remove grey x-face stuff.
11089
11090 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11091
11092         * gnus-art.el (article-display-face): Correct the position in
11093         which Faces are inserted.
11094
11095 2005-06-29  Didier Verna  <didier@xemacs.org>
11096
11097         * gnus-art.el (article-display-face): Display faces in correct
11098         order.
11099
11100 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11101
11102         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11103         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11104         (gnus-nocem-check-article): Fetch the Type header.
11105         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11106         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11107         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11108         make sure gnus-nocem-hashtb is initialized.
11109         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11110         (gnus-nocem-unwanted-article-p): Ditto.
11111
11112         * pgg.el (pgg-verify): Return the verification result.
11113
11114 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11115
11116         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11117         is ascii.
11118
11119 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11120
11121         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11122         `show-nonbreak-escape'.
11123
11124 2005-06-23  Lute Kamstra  <lute@gnu.org>
11125
11126         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11127
11128         * dig.el (dig-mode):
11129         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11130
11131 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11132
11133         * nnimap.el (nnimap-split-download-body): Fix spellings.
11134
11135 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11136
11137         * gnus-art.el (gnus-article-encrypt-body):
11138         * gnus-cus.el (gnus-score-customize):
11139         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11140         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11141
11142 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11143
11144         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11145         header by looking for magic "MII" at the beginnig.
11146
11147 2005-06-16  Miles Bader  <miles@gnu.org>
11148
11149         * gnus-xmas.el (gnus-xmas-group-startup-message):
11150         Use renamed gnus-splash face.
11151
11152         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11153         (assistant-field-face): New backward-compatibility alias for renamed
11154         face.
11155         (assistant-render-text): Use renamed assistant-field face.
11156
11157         * spam.el (spam): Remove "-face" suffix from face name.
11158         (spam-face): New backward-compatibility alias for renamed face.
11159         (spam-face, spam-initialize): Use renamed spam face.
11160
11161         * message.el (message-header-to, message-header-cc)
11162         (message-header-subject, message-header-newsgroups)
11163         (message-header-other, message-header-name)
11164         (message-header-xheader, message-separator, message-cited-text)
11165         (message-mml): Remove "-face" suffix from face names.
11166         (message-header-to-face, message-header-cc-face)
11167         (message-header-subject-face, message-header-newsgroups-face)
11168         (message-header-other-face, message-header-name-face)
11169         (message-header-xheader-face, message-separator-face)
11170         (message-cited-text-face, message-mml-face):
11171         New backward-compatibility aliases for renamed faces.
11172         (message-font-lock-keywords): Use renamed message faces.
11173
11174         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11175         (sieve-test-commands, sieve-tagged-arguments):
11176         Remove "-face" suffix from face names.
11177         (sieve-control-commands-face, sieve-action-commands-face)
11178         (sieve-test-commands-face, sieve-tagged-arguments-face):
11179         New backward-compatibility aliases for renamed faces.
11180         (sieve-control-commands-face, sieve-action-commands-face)
11181         (sieve-test-commands-face, sieve-tagged-arguments-face):
11182         Use renamed sieve faces.
11183
11184         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11185         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11186         (gnus-group-news-3-empty, gnus-group-news-4)
11187         (gnus-group-news-4-empty, gnus-group-news-5)
11188         (gnus-group-news-5-empty, gnus-group-news-6)
11189         (gnus-group-news-6-empty, gnus-group-news-low)
11190         (gnus-group-news-low-empty, gnus-group-mail-1)
11191         (gnus-group-mail-1-empty, gnus-group-mail-2)
11192         (gnus-group-mail-2-empty, gnus-group-mail-3)
11193         (gnus-group-mail-3-empty, gnus-group-mail-low)
11194         (gnus-group-mail-low-empty, gnus-summary-selected)
11195         (gnus-summary-cancelled, gnus-summary-high-ticked)
11196         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11197         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11198         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11199         (gnus-summary-low-undownloaded)
11200         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11201         (gnus-summary-low-unread, gnus-summary-normal-unread)
11202         (gnus-summary-high-read, gnus-summary-low-read)
11203         (gnus-summary-normal-read, gnus-splash):
11204         Remove "-face" suffix from face names.
11205         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11206         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11207         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11208         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11209         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11210         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11211         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11212         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11213         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11214         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11215         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11216         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11217         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11218         (gnus-summary-normal-ticked-face)
11219         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11220         (gnus-summary-normal-ancient-face)
11221         (gnus-summary-high-undownloaded-face)
11222         (gnus-summary-low-undownloaded-face)
11223         (gnus-summary-normal-undownloaded-face)
11224         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11225         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11226         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11227         (gnus-splash-face):
11228         New backward-compatibility aliases for renamed faces.
11229         (gnus-group-startup-message): Use renamed gnus faces.
11230
11231         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11232         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11233         (gnus-server-agent): Remove "-face" suffix from face names.
11234         (gnus-server-agent-face, gnus-server-opened-face)
11235         (gnus-server-closed-face, gnus-server-denied-face)
11236         (gnus-server-offline-face):
11237         New backward-compatibility aliases for renamed faces.
11238         (gnus-server-agent-face, gnus-server-opened-face)
11239         (gnus-server-closed-face, gnus-server-denied-face)
11240         (gnus-server-offline-face): Use renamed gnus faces.
11241
11242         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11243         Remove "-face" suffix from face names.
11244         (gnus-picon-xbm-face, gnus-picon-face):
11245         New backward-compatibility aliases for renamed faces.
11246
11247         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11248         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11249         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11250         (gnus-cite-11): Remove "-face" suffix from face names.
11251         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11252         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11253         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11254         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11255         New backward-compatibility aliases for renamed faces.
11256         (gnus-cite-attribution-face, gnus-cite-face-list)
11257         (gnus-article-boring-faces): Use renamed gnus faces.
11258
11259         * gnus-art.el (gnus-signature, gnus-header-from)
11260         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11261         (gnus-header-content): Remove "-face" suffix from face names.
11262         (gnus-signature-face, gnus-header-from-face)
11263         (gnus-header-subject-face, gnus-header-newsgroups-face)
11264         (gnus-header-name-face, gnus-header-content-face):
11265         New backward-compatibility aliases for renamed faces.
11266         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11267
11268         * gnus-sum.el (gnus-summary-selected-face)
11269         (gnus-summary-highlight): Use renamed gnus faces.
11270         * gnus-group.el (gnus-group-highlight): Likewise.
11271
11272 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11273
11274         * gnus-sieve.el (gnus-sieve-article-add-rule):
11275         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11276         * spam-stat.el (spam-stat-buffer-change-to-spam)
11277         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11278
11279         * message.el (message-is-yours-p):
11280         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11281
11282 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11283
11284         * mm-view.el (mm-inline-text): Withdraw the last change.
11285
11286 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11287
11288         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11289         executing enriched-decode.
11290
11291 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11292
11293         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11294         charset of tar files.
11295
11296 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11297
11298         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11299
11300 2005-06-04  Lute Kamstra  <lute@gnu.org>
11301
11302         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11303         information is never recorded.
11304
11305 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11306
11307         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11308
11309 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11310
11311         * pop3.el (pop3-apop): Run md5 in the binary mode.
11312
11313         * starttls.el (starttls-set-process-query-on-exit-flag):
11314         Use eval-and-compile.
11315
11316 2005-05-31  Simon Josefsson  <jas@extundo.com>
11317
11318         * smime.el (smime-replace-in-string): Define.
11319         (smime-cert-by-ldap-1): Use it.
11320
11321 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11322
11323         * gnus-art.el (article-display-x-face): Replace
11324         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11325
11326         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11327         set-process-query-on-exit-flag or process-kill-without-query.
11328
11329         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11330         loop instead of replace-regexp.
11331
11332         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11333         instead of process-kill-without-query if it is available.
11334
11335         * lpath.el: Fbind ldap-search-entries.
11336
11337         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11338         instead of find-file-hooks if it is available.
11339
11340         * mml1991.el: Bind pgg-default-user-id when compiling.
11341
11342         * mml2015.el: Bind pgg-default-user-id when compiling.
11343
11344         * nndraft.el (nndraft-request-associate-buffer):
11345         Use write-contents-functions instead of write-contents-hooks if it is
11346         available.
11347
11348         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11349         instead of find-file-hooks if it is available.
11350
11351         * nntp.el (nntp-open-connection): Replace
11352         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11353         (nntp-open-ssl-stream): Ditto.
11354         (nntp-open-tls-stream): Ditto.
11355
11356         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11357         set-process-query-on-exit-flag or process-kill-without-query.
11358         (starttls-open-stream-gnutls): Use it instead of
11359         process-kill-without-query.
11360         (starttls-open-stream): Ditto.
11361
11362 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11363
11364         * smime.el (smime-cert-by-ldap-1): Don't use
11365         replace-regexp-in-string.
11366
11367 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11368
11369         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11370
11371         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11372         in PEM format.  Adjust to the XEmacs compability.
11373
11374 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11375
11376         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11377         by `string-to-number'.
11378         * gnus-agent.el (gnus-agent-regenerate-group)
11379         (gnus-agent-fetch-articles): Ditto.
11380         * gnus-art.el (gnus-button-fetch-group): Ditto.
11381         * gnus-cache.el (gnus-cache-generate-active)
11382         (gnus-cache-articles-in-group): Ditto.
11383         * gnus-group.el (gnus-group-set-current-level)
11384         (gnus-group-insert-group-line): Ditto.
11385         * gnus-score.el (gnus-score-set-expunge-below)
11386         (gnus-score-set-mark-below, gnus-summary-score-effect)
11387         (gnus-summary-score-entry): Ditto.
11388         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11389         (gnus-soup-pack): Ditto.
11390         * gnus-spec.el (gnus-xmas-format): Ditto.
11391         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11392         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11393         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11394         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11395         * nndb.el (nndb-get-remote-expire-response): Ditto.
11396         * nndiary.el (nndiary-parse-schedule-value)
11397         (nndiary-string-to-number, nndiary-request-replace-article)
11398         (nndiary-request-article): Ditto.
11399         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11400         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11401         * nneething.el (nneething-make-head): Ditto.
11402         * nnfolder.el (nnfolder-request-article)
11403         (nnfolder-retrieve-headers): Ditto.
11404         * nnheader.el (nnheader-file-to-number): Ditto.
11405         * nnkiboze.el (nnkiboze-request-article): Ditto.
11406         * nnmail.el (nnmail-process-unix-mail-format)
11407         (nnmail-process-babyl-mail-format): Ditto.
11408         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11409         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11410         (nnmh-request-create-group, nnmh-request-list-1)
11411         (nnmh-request-group, nnmh-request-article): Ditto.
11412         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11413         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11414         * nnsoup.el (nnsoup-make-active): Ditto.
11415         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11416         * nntp.el (nntp-find-group-and-number)
11417         (nntp-retrieve-headers-with-xover): Ditto.
11418         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11419         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11420         (pgg-format-key-identifier): Ditto.
11421         * pop3.el (pop3-last, pop3-stat): Ditto.
11422         * qp.el (quoted-printable-decode-region): Ditto.
11423
11424         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11425         of concat.
11426
11427 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11428
11429         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11430
11431         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11432
11433         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11434
11435         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11436
11437         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11438
11439         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11440
11441         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11442         (gnus-carpal-mode): Ditto.
11443
11444         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11445         (gnus-browse-mode): Ditto.
11446
11447         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11448
11449         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11450
11451 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11452
11453         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11454
11455 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11456
11457         * gnus-util.el (gnus-run-mode-hooks): New function.
11458
11459         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11460
11461         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11462         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11463
11464 2005-05-27  Lute Kamstra  <lute@gnu.org>
11465
11466         * dns-mode.el (dns-mode): Specify customization group.
11467
11468 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11469
11470         * gnus-agent.el (gnus-agent-make-mode-line-string):
11471         Use mode-line-highlight as mouse-face.
11472
11473 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11474
11475         * canlock.el (canlock): Change the parent group to news.
11476
11477         * deuglify.el (gnus-outlook-deuglify): Add :group.
11478
11479         * dig.el (dig): Add :group.
11480
11481         * dns-mode.el (dns-mode): Add :group.
11482
11483         * encrypt.el (encrypt): Add :group.
11484
11485         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11486         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11487         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11488         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11489         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11490
11491         * gnus-diary.el (gnus-diary): Add :group.
11492
11493         * gnus.el (gnus-group-news-1-face): Add :group.
11494         (gnus-group-news-1-empty-face): Ditto.
11495         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11496         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11497         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11498         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11499         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11500         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11501         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11502         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11503         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11504         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11505         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11506         (gnus-summary-high-ticked-face): Ditto.
11507         (gnus-summary-low-ticked-face): Ditto.
11508         (gnus-summary-normal-ticked-face): Ditto.
11509         (gnus-summary-high-ancient-face): Ditto.
11510         (gnus-summary-low-ancient-face): Ditto.
11511         (gnus-summary-normal-ancient-face): Ditto.
11512         (gnus-summary-high-undownloaded-face): Ditto.
11513         (gnus-summary-low-undownloaded-face): Ditto.
11514         (gnus-summary-normal-undownloaded-face): Ditto.
11515         (gnus-summary-high-unread-face): Ditto.
11516         (gnus-summary-low-unread-face): Ditto.
11517         (gnus-summary-normal-unread-face): Ditto.
11518         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11519         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11520
11521         * hashcash.el (hashcash): New custom group.
11522         (hashcash-default-payment): Add :group.
11523         (hashcash-payment-alist): Ditto.
11524         (hashcash-default-accept-payment): Ditto.
11525         (hashcash-accept-resources): Ditto.
11526         (hashcash-path): Ditto.
11527         (hashcash-extra-generate-parameters): Ditto.
11528         (hashcash-double-spend-database): Ditto.
11529         (hashcash-in-news): Ditto.
11530
11531         * message.el (message-minibuffer-local-map): Add :group.
11532
11533         * netrc.el (netrc): Add :group.
11534
11535         * sieve-manage.el (sieve-manage-log): Add :group.
11536         (sieve-manage-default-user): Diito.
11537         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11538         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11539         (sieve-manage-authenticators): Ditto.
11540         (sieve-manage-authenticator-alist): Ditto.
11541         (sieve-manage-default-port): Ditto.
11542
11543         * sieve-mode.el (sieve-control-commands-face): Add :group.
11544         (sieve-action-commands-face): Ditto.
11545         (sieve-test-commands-face): Ditto.
11546         (sieve-tagged-arguments-face): Ditto.
11547
11548         * smime.el (smime): Add :group.
11549
11550         * spam-report.el (spam-report): Add :group.
11551
11552         * spam.el (spam, spam-face): Add :group.
11553
11554 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11555
11556         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11557         return \n.\n.\n at the end of articles.  Protect against that.
11558         (nntp-with-open-group): Allow debugging.
11559
11560         * nnheader.el (mail-header-set-extra): Make into a function
11561         because I just could't understand how to quote the list properly.
11562
11563         * dns.el (query-dns-cached): New function.
11564
11565 2005-05-26  Lute Kamstra  <lute@gnu.org>
11566
11567         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11568
11569 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11570
11571         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11572
11573         * gnus-art.el: Don't autoload mail-extract-address-components.
11574
11575         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11576         eval-and-compile to evaluate it.
11577
11578         * hashcash.el: Don't autoload executable-find.
11579
11580         * nndb.el: Don't declare the nndb back end two or more times; don't
11581         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11582
11583         * nntp.el: Autoload format-spec instead of format; use
11584         eval-and-compile to evaluate autoload forms.
11585
11586 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11587
11588         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11589
11590 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11591
11592         * gnus.el (gnus-version-number): Bump version.
11593
11594 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11595
11596         * gnus.el: No Gnus v0.3 is released.
11597
11598 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11599
11600         * lpath.el (featurep): Bind show-nonbreak-escape.
11601
11602 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11603
11604         * gnus-art.el (gnus-article-edit-part): Disable undo.
11605
11606 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11607
11608         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11609         gnus-article-date-lapsed-new-header is t if date timer is active;
11610         skip headers in which the original date value is empty.
11611         (gnus-article-save-original-date): Redefine it as a macro.
11612         (gnus-display-mime): Use it.
11613
11614 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * gnus-art.el (article-date-ut): Support converting date in
11617         forwarded parts as well.
11618         (gnus-article-save-original-date): New function.
11619         (gnus-display-mime): Use it.
11620
11621 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11622
11623         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11624         enclosure element of <item>.
11625
11626 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11627
11628         * message.el (message-kill-buffer-query): Renamed from
11629         `message-kill-buffer-query-if-modified'.  Added :version.
11630
11631 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11632
11633         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11634         window layout.
11635
11636 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11637
11638         * mml.el: Autoload dnd when compiling.
11639
11640 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11641
11642         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11643         x-dnd-*.
11644
11645 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11646
11647         * qp.el (quoted-printable-encode-region): Save excursion.
11648
11649 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11650
11651         * message.el (message-kill-buffer-query-if-modified): Add new variable
11652         so the user can kill a modified message buffer quickly.
11653         (message-kill-buffer): Use it.
11654
11655 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11656
11657         * lpath.el: Fbind display-time-event-handler; don't fbind
11658         string-to-multibyte.
11659
11660         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11661
11662 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11663
11664         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11665         contained in text because xml.el decodes entities) with LFs.
11666
11667 2005-04-11  Lute Kamstra  <lute@gnu.org>
11668
11669         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11670         differently.
11671
11672 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11673
11674         * mm-util.el (mm-detect-coding-region): Typo.
11675
11676 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11677
11678         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11679
11680 2005-04-06  Deepak Goel  <deego@gnufans.org>
11681
11682         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11683         user-function allow user modifications of the scores.
11684         (spam-stat-score-buffer-user): New function, to allow
11685         user-computed modifications to the score.
11686         (spam-stat-score-buffer-user-functions): List of additional
11687         scoring functions.
11688         (spam-stat-error-holder): Global temporary error holder.
11689         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11690         variable.
11691
11692 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11693
11694         * gnus-registry.el (gnus-registry-clean-empty-function)
11695         (gnus-registry-trim, gnus-registry-fetch-groups)
11696         (gnus-registry-delete-group): Groups that match
11697         `gnus-registry-ignored-groups' are removed from the registry
11698         entries, not just ignored for splitting.  This helps clean up the
11699         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11700         to get all the groups a message ID is in.
11701
11702         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11703         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11704         (spam-stat-score-buffer-user-functions): Add :number custom type.
11705
11706 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11707
11708         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11709         argument in XEmacs.
11710
11711         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11712         (nnrss-request-group): Decode group name first.
11713         (nnrss-request-article): Make a text/plain article if mml-to-mime
11714         failed.
11715         (nnrss-get-encoding): Return a compatible encoding according to
11716         nnrss-compatible-encoding-alist.
11717         (nnrss-find-el): Use consp instead of listp.
11718         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11719
11720 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11721
11722         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11723         which Emacs 20 doesn't support.
11724         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11725
11726 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11727
11728         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11729         silence the byte compiler inside the defun.
11730
11731         * gnus-demon.el (parse-time-string): Add autoload.
11732
11733         * gnus-delay.el (parse-time-string): Add autoload.
11734
11735         * gnus-art.el (parse-time-string): Add autoload.
11736
11737         * nnultimate.el (parse-time): Require for `parse-time-string'.
11738
11739 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11740
11741         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11742
11743         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11744
11745         * smime.el (smime-ldap-host-list): Add :version.
11746
11747 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11748
11749         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11750         pass it to `gnus-browse-read-group'.
11751         (gnus-browse-read-group): Add NUMBER argument and pass it to
11752         `gnus-group-read-ephemeral-group'.
11753
11754         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11755         argument and pass it to `gnus-group-read-group'.
11756
11757 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11758
11759         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11760         mm-xemacs-find-mime-charset-1 if we have the mule feature
11761         available at runtime.
11762
11763 2005-03-25  Werner Lemberg  <wl@gnu.org>
11764
11765         * nnmaildir.el: Replace `illegal' with `invalid'.
11766
11767 2005-03-23  Lute Kamstra  <lute@gnu.org>
11768
11769         * time-date.el: Add comment on time value formats.
11770         Don't require parse-time.
11771         (with-decoded-time-value): New macro.
11772         (encode-time-value): New function.
11773         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11774         (days-to-time): Return a valid time value when arg is huge.
11775         (time-since): Use time-subtract.
11776         (time-to-number-of-days): Use time-to-seconds.
11777
11778 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11779
11780         * gnus-start.el (gnus-display-time-event-handler):
11781         Check display-time-timer at runtime rather than only at load time
11782         in case display-time-mode is turned off in the mean time.
11783
11784 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11785
11786         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11787         used.
11788
11789         * nneething.el (nneething-map-file-directory): Derive from
11790         `gnus-directory'.
11791
11792         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11793         the To/Cc button.
11794
11795 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11796
11797         * nnmaildir.el (nnmaildir-request-accept-article):
11798         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11799
11800 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11801
11802         * gnus-async.el: Require timer-funcs at compile time when in
11803         XEmacs for `run-with-idle-timer'.
11804
11805 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11806
11807         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11808         autoloaded function.
11809
11810 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11811
11812         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11813
11814 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11815
11816         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11817
11818 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11819
11820         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11821         gnus-expert-user to default.
11822
11823 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11824
11825         * nnimap.el (nnimap-open-server): Ditto.
11826
11827         * imap.el (imap-authenticate): Fix typo.
11828
11829 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11830
11831         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11832         buffer (since IMAP server might return FETCH response out of
11833         order, and the nntp buffer must be sorted).
11834
11835 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11836
11837         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11838         comparison on string.
11839
11840         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11841         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11842         (gnus-agent-summary-fetch-series): Modified to protect against
11843         gnus-agent-summary-fetch-group clearing processable flags.
11844         (gnus-agent-synchronize-group-flags): Update live group buffer as
11845         synchronization may occur due to the user toggle the plugged
11846         status.
11847         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11848         successfully downloaded.
11849         (gnus-agent-expire-group-1): Avoid using markers when the overview
11850         is in ascending order; greatly improves performance.
11851         (gnus-agent-regenerate-group): Use
11852         gnus-agent-synchronize-group-flags to reset read status in both
11853         gnus and server.
11854         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11855
11856 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11857
11858         * message.el: Don't autoload former message-utils variables.
11859         (message-strip-subject-trailing-was): Change doc string.
11860
11861         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11862         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11863         (nnweb-google-search): Add "hl=en" here.
11864         (nnweb-google-parse-1, nnweb-google-create-mapping):
11865         Don't hardcode URL.
11866
11867 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11868
11869         * message.el (message-get-reply-headers, message-followup):
11870         Mention related variables `message-use-followup-to' and
11871         `message-use-mail-followup-to', in the information buffer.
11872
11873         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11874         of broken groups(-beta).google.com.
11875
11876 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11877
11878         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11879         parameter to invoked gnus-request-move-article; remove the
11880         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11881         all at once instead of once per article.
11882         (gnus-summary-remove-process-mark): Accept a list of articles as
11883         well as a single article for processing.
11884
11885         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11886         parameter.
11887
11888         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11889
11890         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11891
11892         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11893         parameter.
11894
11895         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11896         parameter.
11897
11898         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11899         parameter and remove the gnus-sum-hint-move-is-internal variable.
11900
11901         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11902         parameter.
11903
11904         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11905         parameter.
11906
11907         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11908         parameter.
11909
11910         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11911
11912         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11913         parameter.
11914
11915         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11916         parameter.
11917
11918 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11919
11920         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11921         a more conservative way.
11922
11923 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11924
11925         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11926         buffer, so it moves the window's cursor.
11927
11928 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11929
11930         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11931         `mm-dissect-multipart' and receive the from field as an (optional)
11932         argument from `mm-dissect-multipart'.
11933         (mm-dissect-multipart): Receive the from field as an argument and
11934         pass it on when we call `mm-dissect-buffer' on MIME parts.
11935         Fixes verification/decryption of signed/encrypted MIME parts.
11936
11937 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11938
11939         * gnus-sum.el (gnus-summary-move-article): Set
11940         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11941         whatever it calls (right now, only nnimap-request-move article
11942         respects it).
11943
11944         * nnimap.el (nnimap-request-move-article): When
11945         gnus-sum-hint-move-is-internal is set, don't do the extra
11946         nnimap-request-article.
11947
11948 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11949
11950         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11951
11952         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11953         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11954
11955         * gnus-sum.el (gnus-summary-caesar-message):
11956         Apply `gnus-treat-article' after rotation.
11957
11958         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11959         doc string.
11960
11961 2005-02-22  Simon Josefsson  <jas@extundo.com>
11962
11963         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11964         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11965         <arne@arnested.dk>.
11966         (encrypt): Add password-cache and password-cache-expiry as group
11967         members.
11968
11969 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11970
11971         * smime.el (smime-ldap-host-list): Doc fix.
11972         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11973         cache) password.
11974         (smime-sign-region): Use it.
11975         (smime-decrypt-region): Use it.
11976         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11977         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11978         fails.
11979         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11980         certificate from DER to PEM format rather than calling openssl.
11981
11982         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11983
11984         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11985         for signing/encryption.
11986
11987         * mml.el (mml-parse-1): Use them.
11988
11989 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11990
11991         * nnrss.el (nnrss-verbose): Removed.
11992         (nnrss-request-group): Use `nnheader-message' instead.
11993
11994 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11995
11996         * nnrss.el (nnrss-verbose): New variable.
11997         (nnrss-request-group): Make it say nnrss is requesting a group.
11998
11999 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12000
12001         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12002         Handle news URL with given port correctly.
12003
12004 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12005
12006         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12007         containing special characters.
12008
12009         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12010
12011         * mml.el (mime-to-mml): Ditto.
12012
12013         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12014         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12015         (rfc2047-decode-region): Quote decoded words containing special
12016         characters when rfc2047-quote-decoded-words-containing-tspecials
12017         is non-nil.
12018
12019 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12020
12021         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12022
12023         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12024
12025 2005-02-15  Simon Josefsson  <jas@extundo.com>
12026
12027         * nnimap.el (nnimap-debug): Doc fix.
12028
12029         * imap.el (imap-debug): Doc fix.
12030
12031 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12032
12033         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12034
12035 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12036
12037         * gnus.el (spam-contents): Improve docs for spam-contents
12038         parameter in its variable incarnation.
12039
12040 2005-02-14  Simon Josefsson  <jas@extundo.com>
12041
12042         * smime-ldap.el: Use require instead of load-library for ldap.
12043         (smime-ldap-search): Indent.
12044         (smime-ldap-search-internal): Shorten line.
12045
12046         * smime.el (smime-cert-by-dns): Add doc-string.
12047         (smime-cert-by-ldap-1): Indent.
12048
12049         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12050         mml-smime-get-dns-ldap.
12051         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12052
12053 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12054
12055         * smime.el: Require smime-ldap.
12056         (smime-ldap-host-list): New variable.
12057         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12058
12059         * mml-smime.el (mml-smime-encrypt-query): New function.
12060         (mml-smime-encrypt-query): Use it.
12061
12062         * smime-ldap.el: New file.
12063
12064 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12065
12066         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12067
12068 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12069
12070         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12071         argument in doc string.  Make query for type more clear.
12072
12073 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12074
12075         * gnus.el (gnus-group-startup-message): Search for gnus images in
12076         etc/images/gnus.
12077         * mm-util.el (mm-image-load-path): Likewise.
12078         * smiley.el (smiley-data-directory): Search for smilies in
12079         etc/images/smilies.
12080
12081 2005-02-09  Kim F. Storm  <storm@cua.dk>
12082
12083         Change Emacs release version from 21.4 to 22.1 throughout.
12084         Change Emacs development version from 21.3.50 to 22.0.50.
12085
12086 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12087
12088         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12089
12090         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12091         non-Mule XEmacs as well.
12092         (mm-decompress-buffer): Signal an error intentionally if it does
12093         not decompress compressed data because auto-compression-mode is
12094         disabled.
12095
12096 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12097
12098         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12099         an ID in the registry even if it has no groups.
12100
12101 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12102
12103         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12104         merge it into mm-decompress-buffer.
12105         (gnus-mime-copy-part): Use the MIME part charset, the value which
12106         a user specified or gnus-newsgroup-charset for decoding, like
12107         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12108         save-buffer what was used.  Suggested by Kevin Ryde
12109         <user42@zip.com.au>.
12110         (gnus-mime-inline-part): Allow the name parameter as well as the
12111         filename parameter; force decompressing of compressed data; always
12112         display contents being not decoded as unibyte.
12113
12114         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12115         as well as the filename parameter.
12116
12117         * mm-util.el (mm-decompress-buffer): Merge
12118         gnus-mime-jka-compr-maybe-uncompress.
12119         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12120         of compressed data.
12121
12122 2005-02-08  Simon Josefsson  <jas@extundo.com>
12123
12124         * imap.el (imap-log): Doc fix.
12125
12126 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12127
12128         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12129         the coding cookies; decompress compressed parts.
12130
12131         * mml.el (mml-generate-mime-1): Add the charset parameter according
12132         to the value which a user specified manually or the coding cookie.
12133
12134         * mm-util.el (mm-string-to-multibyte): New function.
12135         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12136         (mm-coding-system-to-mime-charset): New function.
12137         (mm-decompress-buffer): New function.
12138         (mm-find-buffer-file-coding-system): New function.
12139
12140         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12141         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12142         parts.
12143
12144 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12145
12146         * mm-view.el (mm-display-inline-fontify): Decode a part according
12147         to the charset parameter.
12148
12149 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12150
12151         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12152         prefix arg is neither nil nor a number, as info specifies.
12153
12154 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12155
12156         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12157         timestamps.
12158
12159 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12160
12161         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12162         groups error checking and notify user.
12163
12164 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12165
12166         * message.el (message-send-mail-function): Check existence of
12167         sendmail-program first before using default value
12168         `message-send-mail-with-sendmail'.  Otherwise use more generic
12169         `smtpmail-send-it'.
12170
12171 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * nntp.el (nntp-request-update-info): Always return nil.
12174
12175 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12176
12177         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12178
12179 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12180
12181         * message.el (message-beginning-of-line): Change the behavior when
12182         invoked between BOL and : so that it first moves backward.
12183
12184 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12185
12186         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12187         article buffer when editing of the article is discarded.
12188         (gnus-article-prepare): Revert.
12189
12190 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12191
12192         * gnus-art.el (gnus-article-prepare):
12193         Remove message-strip-forbidden-properties from the local hook.
12194
12195 2005-01-27  Simon Josefsson  <jas@extundo.com>
12196
12197         * password.el (password-cache-add): Only start one timer per key.
12198         Reported by Derek Atkins <warlord@MIT.EDU>.
12199
12200 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12201
12202         * run-at-time.el: Removed.  It is no longer needed as
12203         timer-funcs.el in the xemacs-base package has a working version of
12204         `run-at-time'.
12205
12206         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12207
12208         * password.el: Require timer-funcs instead of run-at-time in
12209         XEmacs.
12210         Remove `password-run-at-time' macro.
12211         (password-cache-add): Use `run-at-time' instead of
12212         `password-run-at-time'.
12213
12214         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12215         Remove `nnheader-cancel-function-timers' alias,
12216         `cancel-function-timers' exists in XEmacs in timer-funcs.
12217
12218         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12219         for `run-with-idle-timer'.
12220
12221         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12222         for `run-at-time'.
12223
12224         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12225         for `with-timeout'.
12226
12227         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12228         the same as for XEmacs 21.4.
12229         No need to ignore `run-with-idle-timer', this function exists in
12230         XEmacs now in timer-funcs.el in the xemacs-base package.
12231         (dgnushack-compile): No need to delete
12232         run-at-time.el from the list of files to compile because it
12233         doesn't exist anymore.
12234
12235 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12236
12237         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12238         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12239
12240 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12241
12242         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12243         sensitively.
12244
12245 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12246
12247         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12248
12249 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12250
12251         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12252         which will be inserted according to the multibyteness of a buffer
12253         rather than the type of contents.  Suggested by ARISAWA Akihiro
12254         <ari@mbf.ocn.ne.jp>.
12255
12256         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12257         of string which old xml.el may return rather than a string.
12258
12259 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12260
12261         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12262
12263 2005-01-16  Simon Josefsson  <jas@extundo.com>
12264
12265         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12266         idn/idna.el isn't available.
12267         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12268         <michael@waxrat.com>.
12269
12270         * hashcash.el: Remove non-FSF copyright header.
12271
12272         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12273         (hashcash-generate-payment): Use it.
12274         (hashcash-generate-payment-async): Use it.
12275
12276 2005-01-15  Simon Josefsson  <jas@extundo.com>
12277
12278         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12279         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12280
12281         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12282         gnus-summary-idna-message.
12283         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12284         (gnus-summary-idna-message): New function.
12285
12286 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12287
12288         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12289         gnus-novice-user.
12290
12291 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12292
12293         * nnrss.el (nnrss-request-delete-group): Delete entries in
12294         nnrss-group-alist as well.
12295         (nnrss-save-server-data): Insert newline.
12296
12297 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12298
12299         * gnus.el (gnus-user-agent): Use list of symbols instead of
12300         symbols.  Display full version number for (S)XEmacs.  Optionally
12301         display (S)XEmacs codename.
12302
12303         * gnus-util.el (gnus-emacs-version): Update for new
12304         `gnus-user-agent'.
12305
12306         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12307         Gnus version.
12308
12309 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12310
12311         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12312         which is unreadable in some setups.
12313
12314 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12315
12316         * gnus-spec.el (gnus-update-format-specifications): Flush the
12317         group format spec cache if it doesn't support decoded group names.
12318
12319 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12320
12321         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12322         Allow to apply decay on score files matching a regexp.
12323
12324 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12325
12326         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12327         compatibility in %g and %c.
12328
12329 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12330
12331         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12332         name for only %g and %c.
12333         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12334         of gnus-tmp-group to decoded group name.
12335         (gnus-group-make-rss-group): Exclude `/'s from group names.
12336
12337 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12338
12339         * nnrss.el (nnrss-get-encoding): Fix regexp.
12340
12341 2004-12-27  Simon Josefsson  <jas@extundo.com>
12342
12343         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12344         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12345         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12346
12347 2004-12-17  Kim F. Storm  <storm@cua.dk>
12348
12349         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12350
12351         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12352
12353 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12354
12355         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12356
12357 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12358
12359         * nnrss.el: Require rfc2047 and mml.
12360         (nnrss-file-coding-system): New variable.
12361         (nnrss-format-string): Redefine it as an inline function.
12362         (nnrss-decode-group-name): New function.
12363         (nnrss-string-as-multibyte): Remove.
12364         (nnrss-retrieve-headers): Decode group name; don't use
12365         nnrss-format-string.
12366         (nnrss-request-group): Decode group name.
12367         (nnrss-request-article): Decode group name; allow a Message-ID as
12368         well as an article number; don't use nnrss-format-string; encode a
12369         Message-ID string which may contain non-ASCII characters; use
12370         mml-to-mime to compose a MIME article.
12371         (nnrss-request-expire-articles): Decode group name.
12372         (nnrss-request-delete-group): Decode group name.
12373         (nnrss-fetch): Clarify error message.
12374         (nnrss-read-server-data): Use insert-file-contents instead of load;
12375         bind file-name-coding-system; use multibyte buffer.
12376         (nnrss-save-server-data): Bind coding-system-for-write to the
12377         value of nnrss-file-coding-system; bind file-name-coding-system;
12378         add coding cookie.
12379         (nnrss-read-group-data): Use insert-file-contents instead of load;
12380         bind file-name-coding-system; use multibyte buffer.
12381         (nnrss-save-group-data): Bind coding-system-for-write to the
12382         value of nnrss-file-coding-system; bind file-name-coding-system.
12383         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12384         make it work with non-ASCII text.
12385         (nnrss-find-el): Make it work with old xml.el as well.
12386
12387 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12388
12389         * nnrss.el (nnrss-get-encoding): New function.
12390         (nnrss-fetch): Use unibyte buffer initially; bind
12391         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12392         decode contents according to the encoding attribute.
12393         (nnrss-save-group-data): Add coding cookie.
12394         (nnrss-mime-encode-string): New function.
12395         (nnrss-check-group): Use it to encode subject and author.
12396
12397 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12398
12399         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12400         imaginary variable.
12401
12402 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12403
12404         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12405         correctly even if there are wide characters.
12406
12407 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12408
12409         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12410         downcased symbol names; make a new cache instead of reusing
12411         bbdb-hashtable.
12412
12413 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12414
12415         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12416         concatenating segments rather than before concatenating them.
12417         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12418
12419         * message.el (message-get-reply-headers): Bind `extra'.
12420
12421 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12422
12423         * message.el (message-extra-wide-headers): New variable.
12424         (message-get-reply-headers): Use it.
12425
12426 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12427
12428         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12429         (gnus-agent-group-pathname): Ditto.
12430
12431         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12432
12433         * gnus-group.el (gnus-group-make-group): Decode group name.
12434         (gnus-group-make-rss-group): Register the group data after opening
12435         the nnrss group.
12436
12437 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12438
12439         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12440         by expiry now get marked as read.
12441
12442 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12443
12444         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12445
12446 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12447
12448         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12449         unify Latin characters in XEmacs.
12450         (mm-find-mime-charset-region): Use it.
12451
12452 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12453
12454         * gnus-util.el (gnus-delete-directory): New function.
12455
12456         * gnus-agent.el (gnus-agent-delete-group): Use it.
12457
12458         * gnus-cache.el (gnus-cache-delete-group): Use it.
12459
12460 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12461
12462         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12463         names.
12464
12465 2004-12-16  Simon Josefsson  <jas@extundo.com>
12466
12467         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12468
12469 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12470
12471         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12472
12473         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12474         (gnus-group-set-current-level): Decode group name.
12475
12476 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12477
12478         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12479         failed.
12480
12481 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12482
12483         * gnus-group.el (gnus-group-delete-group): Decode group name.
12484         (gnus-group-make-rss-group): Encode group name.
12485         (gnus-group-catchup-current): Decode group name.
12486         (gnus-group-kill-group): Decode group name.
12487
12488 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12489
12490         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12491
12492 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12493
12494         * gnus-group.el (gnus-group-make-rss-group):
12495         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12496
12497         * gnus-start.el (gnus-setup-news): Honor user's setting to
12498         gnus-message-archive-method.  Suggested by Lute Kamstra
12499         <lute@gnu.org>.
12500
12501 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12502
12503         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12504         global counterparts of the buffer-local variables.
12505
12506 2004-11-16  Romain Francoise  <romain@orebokech.com>
12507
12508         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12509         counterparts of the buffer-local variables.
12510
12511 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12512
12513         * message.el (message-forbidden-properties): Fixed typo in doc
12514         string.
12515
12516 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12517
12518         * gnus-util.el (gnus-replace-in-string): Added doc string.
12519
12520         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12521         to avoid problems when splitting mails with many recipients.
12522
12523 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12524
12525         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12526         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12527
12528 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12529
12530         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12531         if there is no hashtable in memory or file modification time is
12532         newer than cached timestamp.
12533
12534 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12535
12536         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12537         not-matching option.
12538
12539 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12540
12541         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12542         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12543         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12544         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12545         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12546         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12547
12548 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12549
12550         * message.el (message-forward-make-body-mml): Remove headers
12551         according to message-forward-ignored-headers if a message is decoded.
12552
12553 2004-12-02  Romain Francoise  <romain@orebokech.com>
12554
12555         * message.el (message-forward-make-body-plain): Always remove
12556         headers according to message-forward-ignored-headers.
12557
12558 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12559
12560         * spam.el (spam-summary-prepare-exit): Remove the
12561         gnus-summary-limit pop for now, it has problems with ham marks for
12562         me.
12563
12564 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12565
12566         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12567         correctly.
12568
12569 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12570
12571         * format-spec.el (format-spec): Message the char.
12572
12573 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12574
12575         * gnus-art.el (gnus-split-methods): Reformat comments.
12576
12577         * spam.el (spam-summary-prepare-exit): Remove article limits
12578         before exiting the summary buffer.
12579
12580 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12581
12582         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12583         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12584
12585         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12586         order to silence the byte compiler.
12587
12588         * spam.el: Fix the way to silence the byte compiler, which
12589         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12590         bbdb-search-simple, spam-BBDB-register-routine,
12591         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12592         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12593         spam-stat-buffer-is-spam, spam-stat-load,
12594         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12595         spam-stat-save and spam-stat-split-fancy.
12596
12597 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12598
12599         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12600         which may confuse users.
12601         (canlock-password-for-verify): Ditto.
12602
12603         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12604
12605         * gnus-art.el (gnus-emphasis-alist): Ditto.
12606
12607         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12608
12609         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12610
12611         * gnus-start.el (gnus-save-killed-list): Ditto.
12612
12613         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12614         (gnus-sum-thread-tree-root): Ditto.
12615         (gnus-sum-thread-tree-false-root): Ditto.
12616         (gnus-sum-thread-tree-single-indent): Ditto.
12617
12618         * message.el (message-courtesy-message): Ditto.
12619         (message-archive-note): Ditto.
12620         (message-subscribed-address-file): Ditto.
12621         (message-user-fqdn): Ditto.
12622
12623         * spam-report.el (spam-report-gmane-regex): Ditto.
12624
12625         * spam.el (spam-blackhole-good-server-regex): Ditto.
12626
12627 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12628
12629         * mml.el (mml-preview): Widen the message buffer before copying
12630         the contents to the preview buffer; sort headers before previewing.
12631
12632         * message.el (message-hidden-headers): Fix the way to avoid a bug
12633         in the `repeat' widget in Emacs 21.3 or earlier.
12634
12635 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12636
12637         * message.el (message-hidden-headers): Default to "^References:".
12638         Improve customization type.  Suggested by Reiner Steib
12639         <Reiner.Steib@gmx.de>.
12640
12641 2004-11-25  Romain Francoise  <romain@orebokech.com>
12642
12643         * message.el (message-strip-forbidden-properties): Remove check for
12644         obsolete `message-hidden' text property, hidden headers are not
12645         accessible in the buffer anymore.
12646
12647 2004-11-22  Romain Francoise  <romain@orebokech.com>
12648
12649         * message.el (message-header-format-alist): Add `From' in list
12650         so that it can be sorted.
12651         (message-fix-before-sending): Widen and sort headers before
12652         sending.
12653         (message-hide-headers): Use narrowing to hide headers by moving
12654         them to the top of the buffer and narrowing to the region
12655         underneath.
12656
12657 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12658
12659         * message.el (message-strip-forbidden-properties): Bind
12660         buffer-read-only (etc) to nil.
12661
12662 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12663
12664         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12665         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12666
12667 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12668
12669         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12670
12671 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12672
12673         * dns.el (query-dns): Use sit-for to time instead of
12674         accept-process-output, since that doesn't seem to work on udp
12675         sockets.
12676
12677 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12678
12679         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12680
12681 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12682
12683         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12684         doc string.  Improve doc string.
12685
12686 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12687
12688         * nntp.el (nntp-request-update-info): Return nil if
12689         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12690         may not call gnus-activate-group which uselessly issues the GROUP
12691         commands for all nntp groups and wastes time.  Reported by Romain
12692         Francoise <romain@orebokech.com>.
12693
12694         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12695
12696 2004-11-15  Simon Josefsson  <jas@extundo.com>
12697
12698         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12699         headers separately.
12700         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12701         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12702
12703 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12704
12705         * gnus-start.el (gnus-convert-old-newsrc):
12706         Assign legacy-gnus-agent to 5.10.7.
12707
12708 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12709
12710         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12711         start of the lines.
12712
12713 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12714
12715         * hashcash.el (hashcash-default-payment): Change default to 20.
12716         (hashcash-default-accept-payment): Change default to 20.
12717         (hashcash-process-alist): New variable.
12718         (hashcash-generate-payment-async): Add.
12719         (hashcash-already-paid-p): Add.
12720         (hashcash-insert-payment): Don't generate payments twice.
12721         (hashcash-insert-payment-async): Add.
12722         (hashcash-insert-payment-async-2): Add.
12723         (hashcash-cancel-async): Add.
12724         (hashcash-wait-async): Add.
12725         (hashcash-processes-running-p): Add.
12726         (hashcash-wait-or-cancel): Add.
12727         (mail-add-payment): New optional argument.  Conditionally start
12728         asynchronous calculation.
12729         (mail-add-payment-async): Add.
12730
12731         * message.el (message-send-mail): Wait for asynchronous hashcash
12732         results.  Don't clobber existing X-Hashcash headers.
12733         (message-setup-1): Call mail-add-payment-async when
12734         message-generate-hashcash is non-nil.
12735
12736 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12737
12738         * message.el (message-use-alternative-email-as-from): Examine the
12739         From header as well; use message-make-from in order to include a
12740         user's full name.
12741
12742 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12743
12744         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12745         default; improve customization type.
12746         (gnus-emphasis-custom-with-format): New macro.
12747         (gnus-emphasis-custom-value-to-external): New function.
12748         (gnus-emphasis-custom-value-to-internal): New function.
12749
12750 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12751
12752         * dns.el (query-dns): Resolve reverse addresses.
12753
12754 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12755
12756         * gnus-group.el (gnus-group-get-new-news): Use it.
12757
12758         * gnus-start.el (gnus-check-reasonable-setup): New function.
12759
12760 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12763         "Args out of range" error.  Reported by Arnaud Giersch
12764         <arnaud.giersch@free.fr>.
12765
12766 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12767
12768         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12769
12770 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12771
12772         * spam.el (spam group): Add :version.
12773
12774         * pgg-def.el (pgg group): Add :version.
12775
12776 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12777
12778         * gnus-art.el (gnus-article-edit-article): Don't associate the
12779         article buffer with a draft file.  This is a temporary measure
12780         against the 2004-08-22 change to gnus-article-edit-mode.
12781
12782 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12783
12784         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12785         (html2text-format-tags): Remove unused variable `attr'.
12786
12787 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12788
12789         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12790
12791         * tls.el (tls-process-connection-type, tls-success)
12792         (tls-certtool-program): Add :version.
12793
12794         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12795         (starttls-extra-arguments, starttls-process-connection-type)
12796         (starttls-connect, starttls-failure, starttls-success): Add :version.
12797
12798         * spam-stat.el (spam-stat): Add :version.
12799
12800         * sieve.el (sieve): Add :version.
12801
12802         * sha1.el (sha1): Add :version.
12803         (sha1-use-external): Remove redundant version.
12804
12805         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12806         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12807         (nnmail-split-fancy-match-partial-words)
12808         (nnmail-split-lowercase-expanded): Add :version.
12809
12810         * nndiary.el (nndiary): Add :version.
12811
12812         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12813
12814         * mml-sec.el (mml-default-sign-method)
12815         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12816         Add :version.
12817
12818         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12819
12820         * mm-url.el (mm-url-use-external, mm-url-program)
12821         (mm-url-arguments): Add :version.
12822
12823         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12824         (mm-attachment-file-modes, mm-decrypt-option)
12825         (mm-w3m-safe-url-regexp): Add :version.
12826
12827         * message.el (message-cite-prefix-regexp)
12828         (message-sendmail-envelope-from, message-minibuffer-local-map)
12829         (message-user-fqdn, message-completion-alist): Add :version.
12830
12831         * gnus-win.el (gnus-configure-windows-hook)
12832         (gnus-use-frames-on-any-display): Add :version.
12833
12834         * gnus-art.el (gnus-article-address-banner-alist)
12835         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12836         (gnus-treat-from-picon, gnus-treat-mail-picon)
12837         (gnus-treat-x-pgp-sig): Add :version.
12838
12839         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12840         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12841         (gnus-summary-article-delete-hook)
12842         (gnus-summary-display-while-building): Add :version.
12843
12844         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12845         (gnus-get-top-new-news-hook): Add :version.
12846
12847         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12848         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12849
12850         * gnus-registry.el (gnus-registry): Add :version.
12851
12852         * gnus-spec.el (gnus-use-correct-string-widths)
12853         (gnus-make-format-preserve-properties): Add :version.
12854
12855         * gnus.el (gnus-group-charter-alist)
12856         (gnus-group-fetch-control-use-browse-url)
12857         (gnus-install-group-spam-parameters): Add :version.
12858
12859         * gnus-diary.el (gnus-diary): Add :version.
12860
12861         * gnus-delay.el (gnus-delay): Add :version.
12862
12863         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12864         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12865         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12866         Add :version.
12867
12868         * gnus-agent.el (gnus-agent-max-fetch-size)
12869         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12870         (gnus-agent-prompt-send-queue): Add :version.
12871
12872         * deuglify.el (gnus-outlook-deuglify): Add :version.
12873
12874         * html2text.el: Beautify code.  Improve doc strings.  Some
12875         checkdoc cleanup.
12876         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12877
12878 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12879
12880         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12881
12882 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12883
12884         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12885         when package is loaded.
12886
12887         * spam.el (spam-summary-score-preferred-header): Add global preference
12888         for people who want to override the default SpamAssassin over
12889         Bogofilter preference (when both are set).
12890         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12891         (spam-user-format-function-S): Check
12892         spam-summary-score-preferred-header.
12893         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12894         (spam-user-format-function-S): Format the score correctly.
12895
12896 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12897
12898         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12899         signature file.  Suggested by Manoj Srivastava
12900         <srivasta@golden-gryphon.com>.
12901
12902         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12903         iso-2022-jp even in the Japanese language environment.
12904         Suggested by Jason Rumney <jasonr@gnu.org>.
12905
12906 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12907
12908         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12909         use the same characters as the dummy marks; make it free from
12910         getting affected by the language environment.
12911         (gnus-summary-read-group-1): Update mark positions only when the
12912         format spec is updated.
12913
12914         * gnus-spec.el (gnus-update-format-specifications): Return a list
12915         of updated types.
12916
12917 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12918
12919         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12920         of boundp to check if display-warning is available.
12921
12922 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12923
12924         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12925
12926 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12927
12928         * nnspool.el (nnspool-spool-directory): Use news-path if the
12929         news-directory variable is not bound.
12930
12931         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12932         function instead of display-warning if it is not available.
12933
12934 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12935
12936         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12937         v5-10: Use `point-at-bol'.
12938
12939 2004-10-26  Simon Josefsson  <jas@extundo.com>
12940
12941         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12942         <chenggao@gmail.com>.
12943
12944 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12945
12946         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12947         instead.
12948
12949 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12950
12951         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12952         to remove a server from the nnimap-server-buffer-alist.
12953         (nnimap-open-connection, nnimap-close-server): Use it.
12954
12955         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12956
12957 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12958
12959         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12960         running the major-mode function.
12961
12962 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12963
12964         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12965         dummy marks in the right way.
12966
12967 2004-10-18  David Edmondson  <dme@dme.org>
12968
12969         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12970         excessively.
12971
12972 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12973
12974         * gnus-util.el (gnus-split-references): Accept a nil references
12975         string and go on blissfully.
12976
12977         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12978         cases where the references string is non-nil but has no references.
12979
12980         * encrypt.el: Add autoload tags.
12981
12982         * spam.el (spam-resolve-registrations-routine): Remove article
12983         from unregistration list too.  Reported by David Hanak
12984         <dhanak@isis.vanderbilt.edu>
12985
12986 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12987
12988         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12989         nil.  Changed custom type.
12990
12991 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12992
12993         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12994
12995         * gnus-sum.el (gnus-summary-move-article): Use it.
12996
12997 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12998
12999         * encrypt.el: Add autoload cookies.
13000
13001         * spam.el (spam-backend-article-list-property)
13002         (spam-backend-get-article-todo-list)
13003         (spam-backend-put-article-todo-list)
13004         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13005         Resolve registrations separately.
13006         (spam-register-routine): Format comments.
13007         (spam-unregister-routine, spam-register-routine): Always call with
13008         specific-articles, no default list.
13009         (spam-summary-prepare-exit): Use the spam-classifications function.
13010
13011         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13012         gnus-encrypt.el.
13013
13014         * encrypt.el: Copied from gnus-encrypt.el.
13015
13016         * gnus-encrypt.el: Commented that it's obsolete.
13017
13018 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13019
13020         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13021         (gnus-score-save): Use it.
13022
13023         * message.el (message-bury): Use `window-dedicated-p'.
13024
13025 2004-10-15  Simon Josefsson  <jas@extundo.com>
13026
13027         * pop3.el (top-level): Don't require nnheader.
13028         (pop3-read-timeout): Add.
13029         (pop3-accept-process-output): Add.
13030         (pop3-read-response, pop3-retr): Use it.
13031
13032 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13033
13034         * spam.el (spam-register-routine): Move comment.
13035         (spam-verify-bogofilter): Use 'unknown for the initial
13036         spam-bogofilter-valid state, not 'never.
13037
13038         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13039         for netrc-machine.
13040
13041         * nnimap.el (nnimap-open-connection): Use
13042         netrc-machine-user-or-password.
13043
13044 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13045
13046         * gnus-registry.el (gnus-registry-unload-hook):
13047         Set as a variable with add-hook.
13048
13049         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13050         of news-path.
13051
13052         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13053
13054         * spam.el: Delete duplicate `provide'.
13055         (spam-unload-hook): Set as a variable with add-hook.
13056
13057 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13058
13059         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13060         in the doc string.
13061
13062         * message.el (message-ignored-news-headers)
13063         (message-ignored-supersedes-headers)
13064         (message-ignored-resent-headers)
13065         (message-forward-ignored-headers): Improve custom type.
13066
13067 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13068
13069         * message.el (message-tokenize-header): Fix 2004-09-06 change
13070         which used point-min in the wrong place.
13071
13072 2004-10-12  Simon Josefsson  <jas@extundo.com>
13073
13074         * tls.el (tls-certtool-program): New variable.
13075         (tls-certificate-information): New function, based on
13076         ssl-certificate-information.
13077
13078 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13079
13080         * compface.el: Move the version of ELisp-based uncompface program
13081         to the contrib directory because of the copyright problem.
13082
13083 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13084
13085         * message.el (message-kill-buffer): Raise the current frame.
13086
13087 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13088
13089         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13090
13091         * gnus.el (message-y-or-n-p): Autoload.
13092
13093         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13094         (pop3-password-required, pop3-authentication-scheme)
13095         (pop3-leave-mail-on-server): Made customizable.
13096         (pop3): New custom group.
13097         (pop3-retr): Remove `sleep-for' statements.
13098         Suggested by Dave Love <fx@gnu.org>.
13099
13100         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13101         Windows/DOS.
13102
13103         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13104         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13105         Dave Love <fx@gnu.org>.
13106
13107         * mml.el (mml-minibuffer-read-disposition): Require match.
13108         Suggested by Dave Love <fx@gnu.org>.
13109
13110 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13111
13112         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13113         doc string.
13114
13115 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13116
13117         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13118
13119 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13120
13121         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13122         instead of calling `mm-insert-inline', to decode text/* parts
13123         before displaying them.
13124
13125 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13126
13127         * mm-uu.el (mm-uu-text-plain-type): New variable.
13128         (mm-uu-pgp-signed-extract-1): Use it.
13129         (mm-uu-pgp-encrypted-extract-1): Use it.
13130         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13131         bind mm-uu-text-plain-type with that value.
13132         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13133         mm-uu-dissect.
13134
13135 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13136
13137         * gnus-group.el (gnus-update-group-mark-positions):
13138         * gnus-sum.el (gnus-update-summary-mark-positions):
13139         * message.el (message-check-news-body-syntax):
13140         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13141         of string-as-multibyte.
13142
13143 2004-10-05  Juri Linkov  <juri@jurta.org>
13144
13145         * gnus-group.el (gnus-update-group-mark-positions):
13146         * gnus-sum.el (gnus-update-summary-mark-positions):
13147         * message.el (message-check-news-body-syntax):
13148         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13149         8-bit unibyte values to a multibyte string for search functions.
13150
13151 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13152
13153         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13154         (mm-uu-dissect-text-parts): New function.
13155
13156         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13157         dissect text parts.
13158
13159         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13160         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13161
13162         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13163
13164         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13165         gnus-current-topics instead of gnus-current-topic.
13166
13167 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13168
13169         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13170
13171 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13172
13173         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13174         where approriate.
13175
13176         * nnml.el (nnml-generate-active-info): do.
13177
13178         * nndiary.el (nndiary-generate-active-info): do.
13179
13180         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13181         (gnus-topic-move): do.
13182
13183         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13184         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13185
13186         * gnus-srvr.el (gnus-server-prepare)
13187         (gnus-server-open-all-servers): do.
13188
13189         * gnus-msg.el (gnus-summary-cancel-article)
13190         (gnus-summary-resend-message)
13191         (gnus-summary-mail-crosspost-complaint): do.
13192
13193         * gnus-move.el (gnus-change-server): do.
13194
13195         * gnus-group.el (gnus-group-unmark-all-groups)
13196         (gnus-group-set-current-level): do.
13197
13198 2004-10-04  Simon Josefsson  <jas@extundo.com>
13199
13200         * message.el (message-generate-hashcash): Doc fix.
13201
13202 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13203
13204         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13205         avoid infinite recursion via gnus-get-function.
13206
13207 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13208
13209         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13210
13211         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13212
13213         * nnmail.el (nnmail-split-history): do.
13214
13215         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13216         (nnml-request-delete-group): do.
13217
13218         * nnslashdot.el (nnslashdot-read-groups): do.
13219
13220         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13221         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13222
13223         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13224         (nnspool-sift-nov-with-sed): Use last.
13225         (nnspool-retrieve-headers-with-nov): Use mapc.
13226         (nnspool-request-newgroups): Use dolist.
13227         (nnspool-request-group): Use last.
13228
13229         * nntp.el (nntp-read-server-type): Use dolist.
13230
13231         * nnvirtual.el (nnvirtual-create-mapping)
13232         (nnvirtual-update-read-and-marked): Use dolist.
13233         (nnvirtual-convert-headers): Simplify.
13234
13235 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13236
13237         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13238         support for sync'ing tick marks.
13239
13240 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13241
13242         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13243         there's no visible header.
13244
13245 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13246
13247         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13248         necessary, pass full group name to gnus-request-set-marks.
13249
13250 2004-10-01  Simon Josefsson  <jas@extundo.com>
13251
13252         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13253         acroread.
13254
13255 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13256
13257         * spam-report.el (spam-report-gmane): Fix interactive.
13258
13259         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13260
13261         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13262         when writing file.
13263         (gnus-agent-synchronize-flags): Don't default to being
13264         interactive.
13265
13266 2004-09-30  Simon Josefsson  <jas@extundo.com>
13267
13268         * message.el (message-generate-hashcash): Add.
13269         (message-send-mail): Use it, call mail-add-payment.
13270
13271 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13272
13273         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13274
13275 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13276
13277         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13278         gnus-requst-update-info with explicit code to sync the in-memory
13279         info read flags with the marks being sync'd to the backend.
13280
13281         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13282
13283 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13284
13285         * spam.el (spam-verify-bogofilter): Add new function.
13286         (spam-check-bogofilter)
13287         (spam-bogofilter-register-with-bogofilter): Use it.
13288         (spam-verify-bogofilter): Add small fixes.
13289
13290 2004-09-28  Simon Josefsson  <jas@extundo.com>
13291
13292         * hashcash.el (hashcash-generate-payment): Revert.
13293
13294 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13295
13296         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13297         gnus-extract-references instead of gnus-split-references.
13298
13299         * gnus-util.el (gnus-extract-references): Add new function, analogous
13300         to gnus-split-references but extracts only the message-ID without
13301         anything extra.
13302
13303         * hashcash.el (hashcash-generate-payment)
13304         (hashcash-check-payment): Do the right thing if hashcash-path is
13305         nil (because the hashcash program could not be found).
13306
13307         * spam.el (spam-use-hashcash): Remove comment.
13308
13309 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13310
13311         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13312         (gnus-cache-enter-article, gnus-cache-remove-article)
13313         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13314
13315         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13316
13317         * gnus-art.el (article-hide-boring-headers)
13318         (article-translate-strings, article-display-face)
13319         (gnus-article-mime-match-handle-first)
13320         (gnus-article-highlight-headers)
13321         (gnus-article-add-buttons-to-head): do.
13322
13323 2004-09-27  Simon Josefsson  <jas@extundo.com>
13324
13325         * hashcash.el: New version, from
13326         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13327         ../contrib/.
13328
13329 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13330
13331         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13332
13333 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13334
13335         * gnus-dup.el (gnus-dup-open): Use mapc.
13336         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13337
13338         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13339         Reported by Stefan Wiens <s.wi@gmx.net>.
13340
13341         * gnus.el (gnus-shutdown): Use dolist.
13342
13343         * gnus-undo.el (gnus-undo): Use mapc.
13344
13345         * nnrss.el (nnrss-generate-active): do.
13346
13347         * message.el (message-cite-original-without-signature)
13348         (message-cite-original): Use mapc.
13349         (message-do-actions, message-make-forward-subject): Use dolist.
13350
13351 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13352
13353         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13354         deletion to remove entire duplicate line.  Fixes merged article
13355         number bug.
13356
13357 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13358
13359         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13360         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13361         first ask if you want to open a server and then, even when you
13362         responded with no, asking if you want to synchronize the server's
13363         flags.
13364         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13365         multi-line expressions.
13366         (gnus-agent-synchronize-group-flags): New internal function.
13367         Updates marks in memory (in the info structure) AND in the
13368         backend.
13369
13370         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13371
13372         * nnagent.el (nnagent-request-set-mark): Use
13373         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13374         method, to ensure that synchronization updates marks in the
13375         backend and in the info (in memory) structure.
13376
13377 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13378
13379         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13380         convention fully; don't miss the root article of a thread; make
13381         the X-Draft-From header with correct article numbers.
13382
13383 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13384
13385         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13386         unless plugged.  Disable the agent so that an open failure causes
13387         an error.
13388
13389         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13390         Reverted 2004-09-21 change.  The backend must be opened while
13391         synchronizing flags even when the backend stores the flags
13392         locally.
13393
13394 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13395
13396         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13397         in `header' match.  Reported by Svend Tollak Munkejord.
13398
13399         * message.el (message-cite-original): Fix use of
13400         `message-cite-articles-with-x-no-archive'.
13401
13402 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13403
13404         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13405         (gnus-window-to-buffer): Ditto.
13406
13407         * mml.el (mml-preview-buffer): New variable.
13408         (mml-preview): Manage window layout with gnus-buffer-configuration.
13409
13410         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13411         X-Draft-From header even if those articles aren't quoted.
13412
13413 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13414
13415         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13416         (gnus-request-set-mark, gnus-request-update-mark): Use new
13417         g-s-t-u-l-m to decide to use backend even when unplugged.
13418
13419 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13420
13421         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13422         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13423
13424 2004-09-20  Simon Josefsson  <jas@extundo.com>
13425
13426         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13427         "utf-16-le".
13428
13429 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13430
13431         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13432
13433 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13434
13435         * uudecode.el (uudecode-use-external): Add :version.
13436
13437         * smime.el (smime-CA-file, smime-encrypt-cipher)
13438         (smime-dns-server): Add :version.
13439
13440         * smiley.el (gnus-smiley-file-types): Add :version.
13441
13442         * sha1.el (sha1-use-external): Add :version.
13443
13444         * pgg-def.el (pgg-query-keyserver): Add :version.
13445
13446         * nnmail.el (nnmail-fancy-expiry-targets)
13447         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13448         Add :version.
13449
13450         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13451         (nnimap-retrieve-groups-asynchronous): Add :version.
13452         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13453
13454         * mml.el (mml-content-disposition-parameters)
13455         (mml-insert-mime-headers-always): Add :version.
13456
13457         * mm-util.el (mm-coding-system-priorities): Add :version.
13458
13459         * mm-decode.el (mm-inline-text-html-with-images)
13460         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13461         (mm-verify-option): Add :version.
13462         (mm-text-html-renderer): Change :version.
13463
13464         * message.el (message-fcc-externalize-attachments)
13465         (message-required-headers, message-draft-headers)
13466         (message-subject-trailing-was-query)
13467         (message-subject-trailing-was-ask-regexp)
13468         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13469         (message-mark-insert-end, message-archive-header)
13470         (message-archive-note, message-cross-post-default)
13471         (message-cross-post-note, message-followup-to-note)
13472         (message-cross-post-note-function, message-use-mail-followup-to)
13473         (message-subscribed-address-functions)
13474         (message-subscribed-address-file, message-subscribed-addresses)
13475         (message-subscribed-regexps, message-allow-no-recipients)
13476         (message-yank-cited-prefix, message-signature-insert-empty-line)
13477         (message-hidden-headers, message-hierarchical-addresses)
13478         (message-mail-user-agent, message-use-idna)
13479         (message-valid-fqdn-regexp)
13480         (message-strip-special-text-properties, message-header-synonyms)
13481         (message-beginning-of-line, message-tab-body-function): Add :version.
13482         (message-insert-canlock, message-wide-reply-confirm-recipients):
13483         Change :version.
13484
13485         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13486         and :version.
13487         (mail-source-delete-old-incoming-confirm)
13488         (mail-source-movemail-program): Add :version.
13489
13490         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13491         (gnus-agent-cache, gnus-agent): Change :version.
13492
13493         * gnus-util.el (gnus-use-byte-compile): Change :version.
13494
13495         * gnus-sum.el (gnus-summary-make-false-root-always)
13496         (gnus-summary-default-high-score)
13497         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13498         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13499         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13500         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13501         (gnus-sum-thread-tree-single-indent)
13502         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13503         (gnus-sum-thread-tree-leaf-with-other)
13504         (gnus-sum-thread-tree-single-leaf): Add :version.
13505         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13506         (gnus-article-loose-mime): Change :version.
13507
13508         * gnus-start.el (gnus-backup-startup-file)
13509         (gnus-save-startup-file-via-temp-buffer): Add :version.
13510
13511         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13512         (gnus-server-offline-face): Add :version.
13513
13514         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13515
13516         * gnus-msg.el (gnus-gcc-externalize-attachments)
13517         (gnus-debug-files, gnus-debug-exclude-variables)
13518         (gnus-discouraged-post-methods): Change :version.
13519         (gnus-confirm-mail-reply-to-news)
13520         (gnus-confirm-treat-mail-like-news): Add :version.
13521
13522         * gnus-int.el (gnus-server-unopen-status): Add :version.
13523
13524         * gnus-group.el (gnus-group-jump-to-group-prompt)
13525         (gnus-large-ephemeral-newsgroup)
13526         (gnus-fetch-old-ephemeral-headers): Add :version.
13527
13528         * gnus-fun.el (gnus-x-face-directory)
13529         (gnus-convert-pbm-to-x-face-command)
13530         (gnus-convert-image-to-x-face-command)
13531         (gnus-convert-image-to-face-command): Add :version.
13532
13533         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13534
13535         * gnus-cite.el (gnus-cite-blank-line-after-header)
13536         (gnus-article-boring-faces): Add :version.
13537
13538         * gnus-art.el (gnus-buttonized-mime-types)
13539         (gnus-inhibit-mime-unbuttonizing)
13540         (gnus-treat-display-face)
13541         (gnus-treat-body-boundary): Change :version.
13542         (gnus-body-boundary-delimiter, gnus-picon-databases)
13543         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13544         (gnus-treat-date-english, gnus-treat-fold-headers)
13545         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13546         (gnus-treat-mail-picon, gnus-treat-wash-html)
13547         (gnus-article-encrypt-protocol)
13548         (gnus-use-idna, gnus-article-over-scroll)
13549         (gnus-mime-display-multipart-alternative-as-mixed)
13550         (gnus-mime-display-multipart-related-as-mixed)
13551         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13552         (gnus-ctan-url, gnus-button-ctan-handler)
13553         (gnus-button-handle-ctan-bogus-regexp)
13554         (gnus-button-ctan-directory-regexp)
13555         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13556         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13557         (gnus-button-man-level, gnus-button-emacs-level)
13558         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13559
13560         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13561         (gnus-agent-go-online): Change :version.
13562         (gnus-agent-expire-unagentized-dirs)
13563         (gnus-agent-auto-agentize-methods): Add :version.
13564
13565         * flow-fill.el (fill-flowed-display-column)
13566         (fill-flowed-encode-column): Add :version.
13567
13568         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13569         (gnus-outlook-deuglify-unwrap-max)
13570         (gnus-outlook-deuglify-cite-marks)
13571         (gnus-outlook-deuglify-unwrap-stop-chars)
13572         (gnus-outlook-deuglify-no-wrap-chars)
13573         (gnus-outlook-deuglify-attrib-cut-regexp)
13574         (gnus-outlook-deuglify-attrib-verb-regexp)
13575         (gnus-outlook-deuglify-attrib-end-regexp)
13576         (gnus-outlook-display-hook): Add :version.
13577
13578         * binhex.el (binhex-use-external): Add :version.
13579
13580 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13581
13582         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13583         and `invisible'.
13584
13585 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13586
13587         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13588         in gnus-registry-trim.
13589
13590 2004-09-13  Simon Josefsson  <jas@extundo.com>
13591
13592         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13593
13594         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13595
13596         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13597         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13598         <yamaoka@jpl.org>.
13599         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13600         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13601         <yamaoka@jpl.org>.
13602
13603         * sieve.el (sieve-manage-mode): Ditto.
13604
13605 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13606
13607         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13608
13609 2004-09-11  Simon Josefsson  <jas@extundo.com>
13610
13611         * dns-mode.el: Add.
13612
13613         * mm-view.el (mm-display-dns-inline): Add.
13614
13615         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13616         (mm-automatic-display): Ditto.
13617
13618         * mailcap.el (mailcap-mime-data): Add text/dns.
13619         (mailcap-mime-extensions): Map .soa to text/dns.
13620
13621 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13622
13623         * gnus-art.el (article-decode-mime-words, article-babel)
13624         (gnus-article-highlight-signature, gnus-article-add-buttons)
13625         (gnus-signature-toggle): Remove unnecessary bindings of
13626         `inhibit-read-only' inherited from v5.10 merge.
13627
13628 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13629
13630         * nntp.el (nntp): New customization group.
13631         (nntp-authinfo-file): Add customization group.
13632
13633         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13634
13635         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13636
13637         * gnus.el (to-address, to-list, subscribed)
13638         (large-newsgroup-initial): Ditto.
13639
13640         * flow-fill.el (fill-flowed-display-column)
13641         (fill-flowed-encode-column): Ditto.
13642
13643 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13644
13645         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13646         Use point-min rather than 1.
13647         (message-send-mail): Use buffer-size rather than point-max.
13648
13649         * gnus-sum.el (gnus-summary-search-article-forward):
13650         Signal a specific `search-failed' rather than a generic `error'.
13651
13652         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13653         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13654         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13655
13656 2004-09-10  Simon Josefsson  <jas@extundo.com>
13657
13658         * nndb.el (require): Remove tcp and duplicate cl.
13659
13660 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13661
13662         * gnus-agent.el (directory-files-and-attributes): Move forward.
13663
13664 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13665
13666         * gnus-agent.el (directory-files-and-attributes): Optionally
13667         defined to support XEmacs.
13668
13669 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13670
13671         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13672         to avoid run-time CL dependencies.
13673         (gnus-agent-unfetch-articles): New function.
13674         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13675         article numbers even when local .overview file is missing.
13676         (gnus-agent-read-article-number): New function.  Only accepts
13677         27-bit article numbers.
13678         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13679         gnus-agent-read-article-number.
13680         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13681         from backend while recognizing that article numbers in .overview
13682         must be valid.
13683         (gnus-agent-update-files-total-fetched-for): Use
13684         directory-files-and-attributes to improve performance.
13685         * gnus-int.el (gnus-request-move-article): Use
13686         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13687         improve performance.
13688
13689         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13690         some users confused by references to .newsrc when they only have a
13691         .newsrc.eld file.
13692         (gnus-convert-mark-converter-prompt)
13693         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13694         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13695         New function.  Used internally to only display 'gnus converting
13696         files' message when actually necessary.
13697
13698         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13699         methods now autoloaded.
13700
13701 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13702
13703         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13704         identifiers.
13705
13706 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13707
13708         * gnus-picon.el: Fix indentation and closing parenthesis.
13709
13710 2004-09-01  Simon Josefsson  <jas@extundo.com>
13711
13712         * message.el (message-canlock-generate): Require sha1, not
13713         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13714         to require within a function.  Sadly, if sha1.el isn't loaded, the
13715         let binding in m-c-g will hide the defcustom definition, which is
13716         bad.)
13717
13718         * canlock.el: Require sha1, not sha1-el.
13719
13720         * message.el: Don't autoload sha1 (there is a autoload cookie in
13721         sha1.el).
13722
13723         * sha1-el.el: Renamed to sha1.el.
13724
13725 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13726
13727         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13728
13729 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13730
13731         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13732
13733 2004-08-30  Kim F. Storm  <storm@cua.dk>
13734
13735         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13736
13737         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13738         Add :group 'nnimap.
13739
13740 2004-08-30  Andreas Schwab  <schwab@suse.de>
13741
13742         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13743         ?* and ?\;.
13744
13745         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13746         and ?\' to symbol instead of whitespace.
13747
13748 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13749
13750         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13751
13752         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13753         instead of re-search-forward.
13754
13755         * gnus-uu.el (gnus-uu-save-article): Ditto.
13756         (gnus-uu-post-encode-uuencode): Ditto.
13757
13758         * html2text.el (html2text-clean-list-items): Ditto.
13759         (html2text-clean-dtdd): Ditto.
13760         (html2text-format-tags): Ditto.
13761
13762         * message.el (message-send-mail-with-sendmail): Fix regexp.
13763         (message-fill-field-general): Use search-forward instead of
13764         re-search-forward.
13765         (unbold-region): Ditto.
13766
13767         * nnrss.el (nnrss-request-article): Ditto.
13768
13769         * nnslashdot.el (nnslashdot-request-article): Ditto.
13770
13771         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13772
13773         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13774         "Unrecognized menu descriptor" error in XEmacs.
13775
13776 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13777
13778         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13779         parent article of a sparse article in the thread hashtb.
13780
13781 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13782
13783         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13784         (nnmail-expand-newtext): Lowercase expanded entries if
13785         nnmail-split-lowercase-expanded is non-nil.
13786
13787 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13788
13789         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13790
13791         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13792         of gnus-tmp-news-method into string under XEmacs.  It will be
13793         passed to gnus-correct-length which takes only a string argument.
13794
13795 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13796
13797         * gnus-util.el (gnus-bind-print-variables): New macro.
13798         (gnus-prin1): Use it.
13799         (gnus-prin1-to-string): Use it.
13800         (gnus-pp): New function.
13801         (gnus-pp-to-string): New function.
13802
13803         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13804         Replace pp-to-string with gnus-pp-to-string.
13805         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13806         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13807         * gnus-msg.el (gnus-debug): Ditto.
13808         * gnus-score.el (gnus-score-save): Ditto.
13809         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13810         gnus-pp-to-string.
13811         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13812         with gnus-pp.
13813         * score-mode.el (gnus-score-pretty-print): Ditto.
13814         * webmail.el (webmail-debug): Ditto.
13815
13816 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13817
13818         * gnus-art.el (article-display-face, article-display-x-face):
13819         Use buffer-read-only.
13820
13821 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13822
13823         * gnus-art.el (article-hide-list-identifiers):
13824         Bind inhibit-read-only as t.
13825
13826 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13827
13828         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13829
13830 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13831
13832         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13833         (gnus-narrow-to-page): Don't assume point-min == 1.
13834         (gnus-article-edit-mode): Derive from message-mode.
13835
13836         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13837         point-min == 1.
13838
13839         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13840         Disable incorrect use of `assert'.
13841
13842         * message.el (message-mode): Set comment-start-skip.
13843
13844
13845 2004-08-22  Sam Steingold  <sds@gnu.org>
13846
13847         * pop3.el (pop3-leave-mail-on-server): New user variable.
13848         (pop3-movemail): Delete mail only when it is nil.
13849
13850 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13851
13852         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13853
13854         * mml.el (mml-preview): Use `pop-to-buffer'.
13855
13856         * message.el (message-goto-mail-followup-to): Insert after "To".
13857         (message-carefully-insert-headers): Add comment.
13858
13859         * gnus.el: Remove unused variable `gnus-article-check-size'.
13860
13861         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13862
13863         * gnus-art.el (gnus-button-alist): Improve
13864         `gnus-button-handle-library' entry.
13865
13866 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13867
13868         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13869         downcase, since XEmacs capitalizes error messages differently.
13870
13871 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13872
13873         * nntp.el: Add (require 'gnus) due to reference to
13874         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13875
13876 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13877
13878         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13879         `mm-fill-flowed'.
13880
13881         * mm-decode.el (mm-dissect-singlepart): Check it.
13882
13883 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13884
13885         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13886         'imap' for netrc parsing.
13887
13888 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13889
13890         * mailcap.el (mailcap-mime-data): Mark as risky.
13891
13892 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13893
13894         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13895         may be included in the encoded word.
13896         (rfc2047-encode): Don't append a space if the encoded word
13897         includes close parenthesis.
13898
13899 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13900
13901         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13902         of text within parentheses.
13903
13904 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13905
13906         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13907         (gnus-encrypt-write-file-contents): Make the password key the file
13908         name PLUS the cipher, not just the cipher.  Also remove failed
13909         passwords from the cache.
13910
13911 2004-08-06  Simon Josefsson  <jas@extundo.com>
13912
13913         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13914         fix.
13915
13916 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13917
13918         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13919         LWSP.
13920
13921 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13922
13923         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13924         to append in-reply-to: data to the references: header.
13925
13926         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13927         (netrc-parse): Use gnus-encrypt.el functions.
13928
13929         * gnus-encrypt.el: Add new file for encryption support; currently
13930         does only a few GPG ciphers and an internal XOR cipher.
13931
13932         * password.el: Add comments on using password-read-and-add.
13933         (password-read-and-add): Add function to read and add the
13934         password to the cache at once.
13935
13936 2004-07-28  Simon Josefsson  <jas@extundo.com>
13937
13938         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13939         parameter (but don't use it, for now).
13940
13941         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13942         instead of hard coding to nil.
13943
13944 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13945
13946         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13947         as mm-inline-image-xemacs does.
13948
13949 2004-07-26  Simon Josefsson  <jas@extundo.com>
13950
13951         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13952         Revert part of 2004-07-17 change below.
13953
13954 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13955
13956         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13957         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13958
13959 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13960
13961         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13962         quotes that actually start with ">" at the beginning of the
13963         lines.
13964
13965 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13966
13967         * rfc2047.el (rfc2047-encode-region): Fix last change.
13968         (rfc2047-encode-parameter): Remove useless concat.
13969
13970 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13971
13972         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13973         encode special characters; fix some kind of misconfigured headers;
13974         signal a real error if debug-on-quit or debug-on-error is non-nil.
13975         (rfc2047-encode-max-chars): New variable.
13976         (rfc2047-encode-1): Use it.
13977         (rfc2047-encode-parameter): New function.
13978
13979         * mml.el (mml-insert-parameter): Remove an excessive space.
13980
13981 2004-07-17  Simon Josefsson  <jas@extundo.com>
13982
13983         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13984         Kai Grossjohann <kai@emptydomain.de>.
13985         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13986         (gnus-group-make-menu-bar): Ditto.
13987
13988         * gnus-util.el (gnus-group-server): Add.
13989
13990 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13991
13992         * message.el (message-clone-locals): Clone sendmail and smtp
13993         variables.
13994
13995 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13996
13997         * rfc2047.el (rfc2047-encode-region): Fix last change.
13998
13999 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14000
14001         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14002         characters as non-special.
14003
14004 2004-07-09  Simon Josefsson  <jas@extundo.com>
14005
14006         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14007         Users will lose all flag changes made while unplugged with
14008         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14009         good default.  See numerous reports on ding mailing list.
14010
14011 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14012
14013         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14014         add generate-head-function and generate-article-function to the
14015         rfc822-forward entry.
14016         (nndoc-rfc822-forward-generate-article): New function.
14017         (nndoc-rfc822-forward-generate-head): New function.
14018
14019         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14020
14021 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14022
14023         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14024         respect display group parameter and gnus-summary-expunge-below.
14025         (gnus-articles-to-read): Remove unused reference to display group
14026         parameter.
14027
14028 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14029
14030         * nnheader.el (nnheader-uniquify-message-id): New experimental
14031         variable.
14032         (nnheader-nov-read-message-id): Use it.
14033
14034         * spam-report.el (spam-report-gmane): Add interactive.
14035
14036 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14037
14038         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14039         qp-or-base64 for the application/* types.
14040
14041 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14042
14043         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14044
14045 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14046
14047         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14048         trim value.
14049
14050 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14051
14052         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14053         New macro and function.
14054         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14055
14056 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14057
14058         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14059         after-load-alist.
14060
14061 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14062
14063         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14064         update info that isn't there.
14065
14066 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14067
14068         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14069         entry.
14070
14071 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14072
14073         * mm-view.el (mm-inline-render-with-function): Use multibyte
14074         buffer; decode html source by charset.
14075
14076         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14077
14078         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14079         Mule-UCS is loaded under XEmacs.
14080         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14081
14082 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14083
14084         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14085
14086 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14087
14088         * mm-util.el (mm-coding-system-p): Return a coding-system.
14089         (mm-mime-mule-charset-alist): Use shift_jis instead of
14090         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14091         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14092         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14093         instead of japanese-shift-jis and iso-latin-1 respectively in
14094         order to share the default value with both Emacs and XEmacs-mule.
14095         (mm-mule-charset-to-mime-charset): Make
14096         mm-coding-system-priorities effective.
14097         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14098         while predicating of candidates upon the priorities.
14099
14100 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14101
14102         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14103         gnus-uu-invert-processable.
14104
14105         * gnus.el: Autoload gnus-uu-invert-processable.
14106
14107 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14108
14109         * mm-util.el (mm-with-multibyte-buffer): New macro.
14110
14111         * rfc2047.el (rfc2047-encode-string): Use it.
14112         (rfc2047-encode-region): Move point to the end of the region after
14113         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14114
14115 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14116
14117         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14118         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14119
14120 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14121
14122         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14123         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14124         Karl Chen <quarl@nospam.quarl.org>.
14125
14126 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14127
14128         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14129         invalid addresses.
14130
14131 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14132
14133         * spam.el: Change section markers, revise TODO list.
14134         (spam-backends): Make new master list of all installed backends.
14135         (spam-summary-exit-behavior): Add new variable to determine how
14136         messages moves are done at summary exit.
14137         (spam-move-spam-nonspam-groups-only)
14138         (spam-process-ham-in-nonham-groups)
14139         (spam-process-ham-in-spam-groups): Remove variables, the
14140         spam-summary-exit-behavior variable should be used to manage this
14141         behavior.
14142         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14143         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14144         and spam-old-spam-articles.
14145         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14146         Add empty variables, placeholders for the backends they represent.
14147         (spam-set-difference): Move, unchanged.
14148         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14149         unless the user has a processor variable.
14150         (spam-classifications, spam-classification-valid-p)
14151         (spam-backend-properties, spam-backend-property-valid-p)
14152         (spam-backend-function-type-valid-p)
14153         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14154         (spam-report-articles-gmane, spam-report-articles-resend):
14155         Remove functions, they are not needed.
14156         (spam-install-backend-super, spam-backend-list)
14157         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14158         (spam-backend-function, spam-backend-ham-registration-function)
14159         (spam-backend-spam-registration-function)
14160         (spam-backend-ham-unregistration-function)
14161         (spam-backend-spam-unregistration-function)
14162         (spam-backend-statistical-p, spam-backend-mover-p)
14163         (spam-install-backend-alias, spam-install-checkonly-backend)
14164         (spam-install-mover-backend, spam-install-nocheck-backend)
14165         (spam-install-backend, spam-install-statistical-backend)
14166         (spam-install-statistical-checkonly-backend): Add backend installation
14167         support.
14168         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14169         (spam-group-processor-p): Use the new backend code and respect the
14170         summary exit behavior.
14171         (spam-mark-spam-as-expired-and-move-routine): Remove.
14172         (spam-summary-prepare): Change to use the new spam-old-articles
14173         variable.
14174         (spam-copy-or-move-routine, spam-copy-spam-routine)
14175         (spam-move-spam-routine, spam-copy-ham-routine)
14176         (spam-move-ham-routine): Add code to copy/move ham or spam.
14177         (spam-fetch-field-fast): Improve doc and code, plus allow the
14178         'number request.
14179         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14180         variables.
14181         (spam-split, spam-find-spam): Use the new backend code.
14182         (spam-registration-functions): Remove variable.
14183         (spam-unregister-routine): Add convenience wrapper.
14184         (spam-log-undo-registration, spam-register-routine)
14185         (spam-log-processing-to-registry)
14186         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14187         where possible.
14188         (spam-check-gmane-xref, spam-check-regex-headers)
14189         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14190         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14191         (spam-check-bogofilter-headers, spam-check-spamoracle)
14192         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14193         (spam-check-crm114-headers): Use the spam-split-group that
14194         spam-split prepares, no need to determine it every time.
14195
14196         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14197         to the nnheader-parse-naked-head call.
14198
14199         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14200
14201         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14202         the nnheader-nov-read-message-id call.
14203
14204 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14205
14206         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14207         gnus-activate-group twice.  Suggested by Markus Peter
14208         <warp@spin.de>.
14209
14210 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * gnus-art.el (gnus-article-time-format): Exchange the order of
14213         day and month in the default value; fix customization type.
14214         (article-date-ut): Use add-text-properties.
14215         (article-make-date-line): Use message-make-date instead of
14216         current-time-string.
14217
14218         * message.el (message-fetch-field): Don't use set-text-properties.
14219         (message-make-date): Simplify.
14220
14221         * messagexmas.el (message-xmas-make-date): New function.
14222         (message-xmas-redefine): Defalias message-make-date to it.
14223
14224 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14225
14226         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14227         (rfc2047-encode-region): Treat text within parentheses as special;
14228         show the original text when error has occurred.
14229
14230         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14231         already-computed method to gnus-activate-group.
14232
14233         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14234         same select-methods identical Lisp objects.
14235
14236         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14237         object when modifying the info.
14238
14239 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14240
14241         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14242         gnus-opened-servers since it has never been opened with the new
14243         configuration yet.
14244
14245 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14246
14247         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14248         arg to nnheader-generate-fake-message-id.
14249
14250 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14251
14252         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14253         number and build a fake message ID localized to a group and
14254         article number (so it's repeatable from that point on).
14255         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14256         ID format.
14257
14258         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14259         nnheader-generate-fake-message-id with the article number.
14260
14261 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14262
14263         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14264         end-of-buffer.
14265
14266 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14267
14268         * message.el (message-ignored-supersedes-headers): Add Approved.
14269
14270 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14271
14272         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14273         goto-char.
14274         (rfc2047-encode): Fold the line before encoding.
14275
14276 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14277
14278         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14279         folding -- not all headers can be folded, and this should be done
14280         by the message composition mode.  Probably.  I think.
14281
14282 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14283
14284         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14285         fast.
14286
14287         * gnus-ems.el (gnus-remove-image): Don't use
14288         message-text-with-property; remove only the image found first.
14289
14290         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14291         found first.
14292
14293 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14294
14295         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14296
14297 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14298
14299         * message.el (message-text-with-property): Make it fast and accept
14300         optional arguments.
14301         (message-strip-forbidden-properties): Use it.
14302         (message-fix-before-sending): Follow the m-t-w-p change.
14303
14304         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14305
14306 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14307
14308         * gnus-art.el (article-hide-headers): Don't change the buffer
14309         mistakenly when performing mml-preview even if
14310         gnus-single-article-buffer is nil.
14311
14312 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14313
14314         * message.el (message-expand-name-databases): New user option.
14315         (message-expand-name): Use it.
14316
14317 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14318
14319         * spam.el (spam-report-articles-resend)
14320         (spam-report-resend-register-routine): Allow ham reporting.
14321         (spam-report-resend-register-ham-routine): Add wrapper.
14322         (spam-registration-functions): Add ham resending functions.
14323         (spam-list-of-processors): Add ham resend processor.
14324
14325         * gnus.el (ham-resend-to): Add new group parameter.
14326         (spam-process): Add ham resend option.
14327
14328         * spam-report.el (spam-report-resend): Allow reporting ham.
14329         (spam-report-resend-ham): Add wrapper.
14330
14331 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14332
14333         * message.el (message-cite-articles-with-x-no-archive): New
14334         variable.
14335         (message-cite-original): Use it.
14336
14337 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14338
14339         * message.el (message-cite-original): Respect X-No-Archive.
14340
14341 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14342
14343         * gnus-art.el (article-hide-headers): Refer to the values for
14344         gnus-ignored-headers and gnus-visible-headers in the summary
14345         buffer since a user may have set them as group parameters.
14346
14347 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14348
14349         * assistant.el (assistant-node-name): Add convenience function.
14350         (assistant-render-text, assistant-render-node): Add error handling,
14351         plus handle multiple next nodes.
14352         (assistant-find-next-node): Comment out for now.
14353         (assistant-find-next-nodes): Add function, returns list of next
14354         nodes.
14355
14356 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14357
14358         * mail-source.el (mail-source-directory): Fix doc-string.
14359
14360 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14361
14362         * assistant.el (assistant-render-text, assistant-eval): Add :set
14363         widget type, which is different because it takes and returns a
14364         list.  Much hilarity ensues.
14365
14366 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14367
14368         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14369
14370         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14371         doc-string.
14372
14373         * gnus-start.el (gnus-activate-group): Added doc-string.
14374
14375 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14376
14377         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14378
14379 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14380
14381         * assistant.el (assistant-render-text): Try to add a :set
14382         widget, more to come.
14383
14384         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14385         strings.
14386         (spam-report-articles-resend)
14387         (spam-register-routine): Do registration iff any articles warrant
14388         it.
14389         (spam-summary-prepare-exit): Change log message for nil group
14390         destinations.
14391
14392 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14393
14394         * spam.el (spam-report-resend-register-routine): Allow
14395         spam-report-resend-to to be a group parameter or a global value.
14396
14397 2004-05-26  Simon Josefsson  <jas@extundo.com>
14398
14399         * starttls.el: Merge with my GNUTLS based starttls.el.
14400         (starttls-gnutls-program, starttls-use-gnutls)
14401         (starttls-extra-arguments, starttls-process-connection-type)
14402         (starttls-connect, starttls-failure, starttls-success): New
14403         variables.
14404         (starttls-program, starttls-extra-args): Doc fix.
14405         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14406         functions.
14407         (starttls-negotiate, starttls-open-stream): Check
14408         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14409         function if it is set.
14410
14411 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14412
14413         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14414         structured fields.
14415
14416 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14417
14418         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14419
14420 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14421
14422         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14423         variable.
14424         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14425         assigning the spam-mark to new messages.
14426
14427 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14428
14429         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14430
14431 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14432
14433         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14434
14435         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14436         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14437         default.
14438
14439 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14440
14441         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14442         correct data.
14443
14444 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14445
14446         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14447         (spam-group-processor-p): Fix function.
14448         (spam-group-processor-multiple-p)
14449         (spam-group-spam-processor-report-gmane-p)
14450         (spam-group-spam-processor-report-resend-p)
14451         (spam-group-spam-processor-bogofilter-p)
14452         (spam-group-spam-processor-blacklist-p)
14453         (spam-group-spam-processor-ifile-p)
14454         (spam-group-ham-processor-ifile-p)
14455         (spam-group-spam-processor-spamoracle-p)
14456         (spam-group-spam-processor-crm114-p)
14457         (spam-group-ham-processor-bogofilter-p)
14458         (spam-group-spam-processor-stat-p)
14459         (spam-group-ham-processor-stat-p)
14460         (spam-group-ham-processor-whitelist-p)
14461         (spam-group-ham-processor-BBDB-p)
14462         (spam-group-ham-processor-spamoracle-p)
14463         (spam-group-ham-processor-copy-p): Remove functions with some
14464         prejudice against unneeded code.
14465         (spam-report-articles-resend)
14466         (spam-report-resend-register-routine): Allow the group/topic
14467         spam-resend-to value to override spam-report-resend-to.
14468         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14469         properly now.
14470
14471         * gnus.el (spam-resend-to): Add group/topic parameter.
14472         (spam-process): Move the OBSOLETE processors to the end of the
14473         choices.
14474
14475 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14476
14477         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14478         with resend-to set to nil, and then ask the user if necessary.
14479         (spam-report-resend): spam-report-resend takes a list of articles, not
14480         separate article numbers.
14481
14482 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14483
14484         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14485         addition to emacs-w3m.
14486
14487 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14488
14489         * assistant.el (assistant-authinfo-data): New function.
14490         (assistant-eval): Eval for entire assistant.
14491
14492         * netrc.el (netrc-services-file): New variable.
14493         (netrc-parse-services): New function.
14494         (netrc-find-service-name): New function.
14495         (netrc-find-service-number): New function.
14496         (netrc-port-equal): New function.
14497         (netrc-machine): Use it.
14498
14499         * nnimap.el (nnimap-open-connection): Use netrc.
14500
14501         * gnus-util.el (gnus-netrc-get): Remove aliases.
14502
14503         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14504
14505         * assistant.el (wid-edit): Fix compilation.
14506
14507         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14508
14509 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14510
14511         * gnus-util.el (gnus-set-file-modes): New function.  (small
14512         patch).
14513
14514 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14515
14516         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14517
14518         * assistant.el (assistant-render-node): Fix up rendering and
14519         read-only text.
14520         (assistant-render-node): Reset.
14521         (assistant-make-read-only): Not sticky.
14522
14523 2004-05-20  Danny Siu  <dsiu@adobe.com>
14524
14525         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14526         centered even when gnus-auto-center-summary is t.
14527
14528 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14529
14530         * dns.el (dns-get-txt-answer): New function.
14531         (dns-read-txt): Ditto.
14532         (query-dns): Use it.
14533
14534 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14535
14536         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14537         active for foreign groups even if the group level is higher than
14538         the specified value.
14539
14540 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14541
14542         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14543         non-active groups.
14544
14545         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14546
14547 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14548
14549         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14550
14551 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14552
14553         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14554         (spam-crm114-header, spam-crm114-spam-switch)
14555         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14556         (spam-crm114-positive-spam-header)
14557         (spam-crm114-database-directory, spam-list-of-processors)
14558         (spam-group-spam-processor-crm114-p)
14559         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14560         (spam-generic-score, spam-list-of-checks)
14561         (spam-list-of-statistical-checks, spam-registration-functions)
14562         (spam-check-crm114-headers, spam-crm114-score)
14563         (spam-check-crm114, spam-crm114-register-with-crm114)
14564         (spam-crm114-register-spam-routine)
14565         (spam-crm114-unregister-spam-routine)
14566         (spam-crm114-register-ham-routine)
14567         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14568         asjo@koldfront.dk (Adam Sjøgren).
14569
14570         * gnus.el: Add spam-use-crm114.
14571
14572         * spam.el (spam-list-of-processors, spam-registration-functions):
14573         Add spam-use-resend.
14574         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14575         (spam-report-articles-gmane): Add doc fix.
14576         (spam-report-articles-resend, spam-report-resend-register-routine):
14577         Add wrappers around spam-report-resend-to.
14578
14579         * spam-report.el (spam-report-resend-to, spam-report-resend):
14580         Add support for resending spam.
14581         (spam-report-gmane): Fix line length >80.
14582
14583         * gnus.el (spam-process): Add spam-use-resend.
14584
14585 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14586
14587         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14588         number of processed spam messages.
14589         (spam-ham-copy-or-move-routine): Return the number of processed
14590         ham messages.
14591         (spam-summary-prepare-exit): Use the above values to decide
14592         whether status messages shouled be displayed.
14593
14594 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14595
14596         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14597         `rfc2047-encoding-function-alist' in order to avoid conflicting
14598         with the old version.
14599         (rfc2047-encode-region): Concatenate words containing non-ASCII
14600         characters in structured fields; don't encode space-delimited
14601         ASCII words even in unstructured fields; don't break words at
14602         char-category boundaries.
14603         (rfc2047-encode-1): New function.
14604         (rfc2047-encode): Use it; encode text so that it occupies the
14605         maximum width within 76-column; work correctly on Q encoding for
14606         iso-2022-* charsets.
14607         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14608         sure not to break a line just after the header name.
14609         (rfc2047-b-encode-region): Removed.
14610         (rfc2047-b-encode-string): New function.
14611         (rfc2047-q-encode-region): Removed.
14612         (rfc2047-q-encode-string): New function.
14613
14614         * mm-util.el (mm-replace-in-string): New function.
14615
14616 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14617
14618         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14619         get it right.
14620         (gnus-inews-make-draft): Really.
14621
14622 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14623
14624         * nnmh.el (nnmh-request-list-1): Don't check the link count
14625         before descending.  (small patch)
14626
14627 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14628
14629         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14630         stuff.
14631
14632         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14633         on real group name.
14634
14635         * gnus-art.el (gnus-signature-limit): Doc fix.
14636
14637         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14638
14639         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14640
14641 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14642
14643         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14644         isn't a string.
14645
14646 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14647
14648         * gnus-draft.el (gnus-draft-send): Bind
14649         rfc2047-encode-encoded-words.
14650
14651         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14652         (rfc2047-encodable-p): Say that =? needs encoding.
14653         (rfc2047-encode-encoded-words): New variable.
14654
14655         * gnus-group.el (gnus-group-select-group): Doc fix.
14656
14657         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14658
14659         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14660         to nil.
14661
14662         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14663
14664         * nnheader.el (nnheader-get-lines-and-char): New function.
14665
14666 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14667
14668         * gnus-msg.el (gnus-summary-followup-with-original): Document
14669         yanking of region when active.
14670
14671 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14672
14673         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14674         groups if the group level is higher than the specified value.
14675
14676 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14677
14678         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14679         (gnus-group-jump-to-group): Added prefix argument using
14680         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14681         non-active group.
14682
14683         * compface.el (uncompface): Be verbose when changing
14684         `uncompface-use-external'.
14685
14686         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14687         handle manual section.
14688
14689 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14690
14691         * gnus-art.el (gnus-button-alist): Revert previous change.
14692
14693 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14694
14695         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14696
14697 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14698
14699         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14700         whether backend can accept message.
14701
14702         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14703
14704 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14705
14706         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14707         Avoid creating directory when nntp-marks-is-evil is true.
14708         Reported by Reiner Steib.
14709
14710 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14711
14712         * gnus-picon.el (gnus-picon-style): New variable.
14713         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14714         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14715         Jesper Harder <harder@ifa.au.dk>.
14716
14717 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14718
14719         * message.el (message-fill-field): Return point.
14720         (message-generate-headers): Go to end of field.
14721
14722         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14723         stuff for non-living groups.
14724
14725 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14726
14727         * gnus-art.el (gnus-article-followup-with-original)
14728         (gnus-article-reply-with-original): gnus-mark-active-p ->
14729         gnus-region-active-p.
14730
14731 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14732
14733         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14734         only when there is spam or ham to be processed.
14735
14736 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14737
14738         * mail-source.el (mail-source-delete-crash-box): Refactor.
14739         (mail-source-fetch): Use it.
14740         (mail-source-fetch-file): Ditto.
14741         (mail-source-fetch-directory): Run postscript in loop.
14742         (mail-source-fetch-pop): Delete.
14743         (mail-source-fetch-maildir): Ditto.
14744         (mail-source-fetch-imap): Ditto.
14745
14746         * imap.el (imap-authenticators): Comment out sasl.
14747
14748         * message.el (message-skip-to-next-address): New function.
14749         (message-fill-header-address): Refactor.
14750         (message-fill-address): Use it.
14751         (message-delete-address): Use it.
14752         (message-fill-header-general): Refactor.
14753         (message-fill-field-address): Rename.
14754         (message-narrow-to-field): Find the start of the header.
14755         (message-header-format-alist): Don't pre-fill.
14756         (message-fill-header): Removed.
14757         (message-insert-header): New function.
14758         (message-shorten-references): Use it.
14759
14760         * rfc2047.el (rfc2047-field-value): Strip props.
14761
14762         * mail-parse.el (mail-header-make-address): New alias.
14763
14764         * ietf-drums.el (ietf-drums-make-address): New function.
14765
14766         * imap.el: Add compiler directives.
14767
14768         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14769
14770         * gnus-art.el (article-decode-idna-rhs): Don't use
14771         message-idna-inside-rhs-p.
14772
14773 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14774
14775         * message.el (message-idna-inside-rhs-p): Removed.
14776         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14777
14778         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14779         false positives.
14780
14781 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14782
14783         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14784
14785 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14786
14787         * nneething.el (nneething-file-name): Don't create spurious
14788         files.
14789
14790         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14791         (gnus-inews-do-gcc): Remove sleep.
14792
14793         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14794         part under point.
14795
14796         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14797         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14798
14799 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14800
14801         * spam.el (spam-summary-prepare-exit): Fixed (length).
14802
14803 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14804
14805         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14806         as expired without moving it" message when there are spam
14807         messages left.
14808
14809 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14810
14811         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14812         header is not nil.
14813
14814 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14815
14816         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14817         nntp-possibly-create-directory, not nntp-possibly-change-group.
14818         (nntp-marks-changed-p): New arg SERVER.
14819         (nntp-request-update-info): Adjust caller.
14820
14821 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14822
14823         * nntp.el (nntp-save-marks): Pass missing arg.
14824
14825 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14826
14827         * nntp.el: Support marks.
14828         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14829         (nntp-marks-modtime, nntp-marks-directory): New variables.
14830         (nntp-request-set-mark, nntp-request-update-info)
14831         (nntp-possibly-create-directory, nntp-marks-changed-p)
14832         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14833         functions.
14834
14835 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14836
14837         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14838         (gnus-xmas-redefine): Rename.
14839
14840         * gnus-score.el (gnus-score-insert-help): Use
14841         gnus-select-lowest-window.
14842
14843         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14844         appt-select-lowest-window and rename to gnus-select-lowest-window.
14845
14846         * gnus.el: do.
14847
14848 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14849
14850         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14851         encodings of MIME-encoded words, in order to improve
14852         interoperability with several broken MUAs.
14853
14854 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14855
14856         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14857         tags, only when charsets are not specified in headers.
14858         (mm-inline-text-html-render-with-w3m): Ditto.
14859
14860         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14861         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14862
14863 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14864
14865         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14866         instead of MIME-decoded from fields when checking
14867         `gnus-article-address-banner-alist'.
14868
14869 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14870
14871         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14872         description rather than subject.
14873
14874 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14875
14876         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14877
14878 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14879
14880         * gnus.el (gnus-version-number): Bump.
14881
14882 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14883
14884         * gnus.el: No Gnus v0.2 is released.
14885
14886 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14887
14888         * gnus-agent.el (gnus-agent-read-agentview): Inline
14889         gnus-uncompress-range.
14890
14891 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14892
14893         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14894         `exec-installed-p'.
14895
14896 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14897
14898         * gnus.el (spam-process, spam-autodetect-methods): Add
14899         bsfilter and bsfilter-headers.
14900
14901         * spam.el (spam-bsfilter): New customize group.
14902         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14903         (spam-bsfilter-header, spam-bsfilter-probability-header)
14904         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14905         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14906         (spam-bsfilter-database-directory): New options.
14907         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14908         (spam-list-of-statistical-checks, spam-registration-functions):
14909         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14910         (spam-bsfilter-score): New command.
14911         (spam-check-bsfilter-headers, spam-check-bsfilter)
14912         (spam-bsfilter-register-with-bsfilter)
14913         (spam-bsfilter-register-spam-routine)
14914         (spam-bsfilter-unregister-spam-routine)
14915         (spam-bsfilter-register-ham-routine)
14916         (spam-bsfilter-unregister-ham-routine): New functions.
14917         (spam-generic-score): Support bsfilter; Accept an optional argument
14918         to recalcurate spam score even if scoring header has already been
14919         added.
14920         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14921         optional argument to recalcurate spam score even if scoring header
14922         has already been added.
14923
14924 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14925
14926         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14927         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14928         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14929         link is missing.
14930
14931 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14932
14933         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14934         (html2text-get-attr): Rewrite.
14935
14936         * message.el (message-setup-1): Remove redundant put-text-property
14937         on mail-header-separator.
14938
14939 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14940
14941         * gnus-registry.el (gnus-registry-cache-whitespace)
14942         (gnus-registry-action, gnus-registry-spool-action)
14943         (gnus-registry-split-fancy-with-parent): Change message levels
14944         from 5 to 3 or 7, as needed.
14945
14946         * spam.el (spam-summary-prepare-exit)
14947         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14948         (spam-split, spam-find-spam, spam-log-undo-registration)
14949         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14950         level from 5 to 6.
14951
14952 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14953
14954         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14955         2004-03-04 change).
14956
14957 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14958
14959         * sieve-manage.el (sieve-manage-open):
14960         * nnweb.el (nnweb-insert-html):
14961         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14962         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14963         * nnspool.el (nnspool-request-group):
14964         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14965         * nnml.el (nnml-request-update-info):
14966         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14967         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14968         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14969         (nnimap-request-set-mark):
14970         * nnfolder.el (nnfolder-request-update-info):
14971         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14972         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14973         * gnus-uu.el (gnus-uu-find-articles-matching):
14974         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14975         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14976         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14977         * gnus-nocem.el (gnus-nocem-scan-groups):
14978         * gnus-int.el (gnus-start-news-server):
14979         * gnus-group.el (gnus-group-make-kiboze-group)
14980         (gnus-group-browse-foreign-server):
14981         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14982         Use mapc when appropriate.
14983
14984 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14985
14986         FIXME: Make separate entries for each person.
14987
14988         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14989         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14990         <shields@msrl.com>:
14991
14992         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14993         may need for spam sorting and scoring.
14994         (spam-user-format-function-S): Add user format function suitable for
14995         general use.
14996         (spam-article-sort-by-spam-status): Add sorting function for summary
14997         sorting.
14998         (spam-extra-header-to-number): Add function to get a score from a
14999         header.
15000         (spam-summary-score): Add function to get a numeric score from the
15001         headers.
15002         (spam-generic-score): Fix function doc, was in wrong place.
15003         (spam-initialize): Take symbols when it's run, and install the
15004         extra headers that spam-necessary-extra-headers thinks we need.
15005
15006 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15007
15008         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15009         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15010
15011 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15012
15013         * gnus-sum.el (gnus-set-global-variables)
15014         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15015         (gnus-article-get-xrefs, gnus-summary-best-group)
15016         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15017         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15018         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15019         Use with-current-buffer.
15020
15021 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15022
15023         * spam.el (spam-summary-prepare-exit): Simplify logic.
15024         (spam-fetch-article-header): Read the article header if it's not
15025         available.
15026         (spam-list-articles): Simplify logic.
15027         (spam-filelist-register-routine): Fix bug with unregister-list.
15028
15029         * gnus-registry.el: Fix comments at beginning.
15030
15031 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15032
15033         * message.el (message-cater-to-broken-inn): Remove.
15034         (message-shorten-references): Make sure the total folded length of
15035         References is shorter than 998 characters to cater to a bug in INN
15036         2.3.  Also, don't pretend that references aren't folded -- this
15037         hasn't worked for a while.
15038
15039 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15040
15041         * gnus-agent.el (gnus-agentize):
15042         gnus-agent-send-mail-real-function no longer set to current value
15043         of message-send-mail-function but rather a lambda that calls
15044         message-send-mail-function.  The change makes the agent real-time
15045         responsive to user changes to message-send-mail-function.
15046
15047 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15048
15049         * legacy-gnus-agent.el
15050         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15051         help from Florian Weimer <fw@deneb.enyo.de>
15052
15053 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15054
15055         * nnmail.el (nnmail-cache-insert): Revert last change.
15056
15057 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15058
15059         * nnmail.el (nnmail-cache-insert): Always check whether
15060         nnmail-cache-ignore-groups matches a group name.
15061
15062 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15063
15064         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15065         (spam-find-spam, spam-log-processing-to-registry)
15066         (spam-log-registered-p, spam-log-unregistration-needed-p)
15067         (spam-log-undo-registration): Use gnus-message instead of
15068         gnus-error, none of these errors are fatal.
15069
15070         * gnus-registry.el (gnus-registry-clean-empty-function)
15071         (gnus-registry-clean-empty): Remove only empty entries without
15072         extra data.
15073
15074 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15075
15076         * spam-stat.el (spam-stat-buffer-change-to-spam)
15077         (spam-stat-buffer-change-to-non-spam): Change (error) to
15078         (gnus-message 8) invocation.
15079
15080 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15081
15082         * nntp.el (nntp-via-netcat-command): New variable.
15083         (nntp-via-netcat-switches): New variable.
15084         (nntp-open-via-rlogin-and-netcat): New function.
15085         (nntp-open-connection-function): Doc fix.
15086         (nntp-telnet-command): Doc fix.
15087         (nntp-end-of-line): Doc fix.
15088         (nntp-via-rlogin-command): Doc fix.
15089         (nntp-via-user-name): Doc fix.
15090         (nntp-via-address): Doc fix.
15091
15092 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15093
15094         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15095         error in Emacs 21.1.
15096
15097 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15098
15099         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15100
15101 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15102
15103         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15104         (gnus-agent-with-refreshed-group): New macro.
15105         (gnus-agent-rename-group): New function.
15106         (gnus-agent-delete-group): New function.
15107         (gnus-agent-save-group-info): Use gnus-command-method when
15108         `method' parameter is nil.  Don't write nil entries into the
15109         active file.
15110         (gnus-agent-get-group-info): New function.
15111         (gnus-agent-fetch-articles): Use
15112         gnus-agent-update-files-total-fetched-for to increment disk space
15113         used.
15114         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15115         gnus-agent-update-view-total-fetched-for to increment disk space
15116         used.
15117         (gnus-agent-get-local): Added optional parameters to avoid calling
15118         gnus-group-real-name and gnus-find-method-for-group.
15119         (gnus-agent-set-local): Delete stored entry if either min, or max,
15120         are nil.
15121         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15122         quit, use gnus-agent-regenerate-group to record existance of any
15123         articles fetched to disk before the quit occurred.
15124         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15125         gnus-agent-update-view-total-fetched-for, and
15126         gnus-agent-update-files-total-fetched-for to decrement disk space
15127         used.
15128         (gnus-agent-retrieve-headers): Use
15129         gnus-agent-update-view-total-fetched-for to increment disk space
15130         used.
15131         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15132         with gnus-agent-update-files-total-fetched-for to decrement disk
15133         space and fresh group buffer.
15134         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15135         (gnus-agent-need-update-total-fetched-for): New variable.
15136         (gnus-agent-update-files-total-fetched-for): New function.
15137         (gnus-agent-update-view-total-fetched-for): New function.
15138         (gnus-agent-total-fetched-for): New function.
15139
15140         * gnus-cache.el (gnus-cache-save-buffers): Use
15141         gnus-cache-update-overview-total-fetched-for to change disk space
15142         used by this group.
15143         (gnus-cache-possibly-enter-article): Use
15144         gnus-cache-update-file-total-fetched-for to increment disk space
15145         used by this group.
15146         (gnus-cache-possibly-remove-article): Use
15147         gnus-cache-update-file-total-fetched-for to decrement disk space
15148         used by this group.
15149         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15150         (gnus-cache-rename-group): New function.
15151         (gnus-cache-delete-group): New function.
15152         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15153         (gnus-cache-need-update-total-fetched-for): New variable.
15154         (gnus-cache-with-refreshed-group): New macro.
15155         (gnus-cache-update-file-total-fetched-for): New function.
15156         (gnus-cache-update-overview-total-fetched-for): New function.
15157         (gnus-cache-rename-group-total-fetched-for): New function.
15158         (gnus-cache-delete-group-total-fetched-for): New function.
15159         (gnus-cache-total-fetched-for): New function.
15160
15161         * gnus-group.el: Require gnus-sum and autoload functions to
15162         resolve warnings when gnus-group.el compiled alone.
15163         (gnus-group-line-format): Documented new %F.
15164         (size of Fetched data) group line format; identifies disk space
15165         used by agent and cache.
15166         (gnus-group-line-format-alist): Defined new F format.
15167         (gnus-total-fetched-for): New function.
15168         (gnus-group-delete-group): No longer update
15169         gnus-cache-active-altered as gnus-request-delete-group now keeps
15170         the cache in sync.
15171         (gnus-group-list-active): Let the agent store a server's active
15172         list if currently plugged.
15173
15174         * gnus-int.el (gnus-request-delete-group):
15175         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15176         local disk in sync with the server.
15177         (gnus-request-rename-group):
15178         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15179         local disk in sync with the server.
15180
15181         * gnus-start.el (gnus-get-unread-articles):
15182         Cosmetic simplification to logic.
15183
15184         * gnus-util.el (gnus-rename-file): New function.
15185
15186 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15187
15188         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15189
15190 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15191
15192         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15193         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15194
15195 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15196
15197         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15198         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15199
15200 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15201
15202         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15203
15204 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15205
15206         * spam.el (spam-set-difference): Add function to replace
15207         gnus-set-difference in spam.el.
15208         (spam-summary-prepare-exit): Use spam-set-difference.
15209
15210 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15211
15212         * gnus-registry.el (gnus-registry-cache-file): Update to use
15213         gnus-dribble-directory OR gnus-home-directory OR ~.
15214         (gnus-registry-split-fancy-with-parent): Fix doc.
15215
15216 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15217
15218         * message.el (message-exchange-point-and-mark): Use
15219         message-mark-active-p.  Suggested by Jesper Harder
15220         <harder@ifa.au.dk>.
15221
15222 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15223
15224         * message.el (message-exchange-point-and-mark): Don't activate
15225         region if it was inactive.  Suggested by Hiroshi Fujishima
15226         <pooh@nature.tsukuba.ac.jp>.
15227
15228 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15229
15230         * gnus-art.el (article-display-face): Display Faces in the same
15231         order as X-Faces.
15232
15233 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15234
15235         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15236
15237 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15238
15239         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15240         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15241         (gnus-article-mime-hierarchy): Remove.
15242         (gnus-article-mime-hierarchy-next): Remove.
15243         (gnus-article-mode): Revert 2004-03-19 change.
15244         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15245         (gnus-insert-mime-button): Revert 2004-03-19 change.
15246         (gnus-mime-accumulate-hierarchy): Remove.
15247         (gnus-mime-enter-multipart): Remove.
15248         (gnus-mime-leave-multipart): Remove.
15249         (gnus-mime-display-part): Revert 2004-03-19 change.
15250         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15251
15252         * mml.el (mml-preview): Revert 2004-03-19 change.
15253
15254 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15255
15256         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15257
15258 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15259
15260         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15261         t while entering a file name using the mm-with-multibyte macro.
15262         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15263
15264         * mm-util.el (mm-with-multibyte): New macro.
15265
15266 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15267
15268         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15269         user option.
15270         (gnus-mime-multipart-functions): Doc and customization fix.
15271         (gnus-article-mime-hierarchy): New variable.
15272         (gnus-article-mime-hierarchy-next): New variable.
15273         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15274         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15275         gnus-article-mime-hierarchy-next to nil.
15276         (gnus-insert-mime-button): Show hierarchy numbers.
15277         (gnus-mime-accumulate-hierarchy): New function.
15278         (gnus-mime-enter-multipart): New function.
15279         (gnus-mime-leave-multipart): New function.
15280         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15281         (gnus-mime-display-alternative): Show hierarchy numbers.
15282
15283         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15284         gnus-article-mime-hierarchy-next to nil.
15285
15286 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15287
15288         * dns.el: Don't require gnus-xmas.
15289
15290 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15291
15292         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15293         inline PGP.
15294         (mml-menu): Disable mml-quote-region if mark is inactive.
15295
15296 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15297
15298         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15299         when the group's active is not available.
15300
15301 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15302
15303         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15304         error.
15305
15306 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15307
15308         * imap.el (imap-store-password): New variable.
15309         (imap-interactive-login): Use it.
15310         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15311
15312 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15313
15314         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15315         window-start and hscroll to summary window.
15316
15317 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15318
15319         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15320         conversion message to newsrc-dribble when an actual conversion is
15321         performed.
15322
15323 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15324
15325         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15326
15327 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15328
15329         * mm-decode.el (mm-complicated-handles): New function reviving
15330         former definition of mm-multiple-handles.
15331
15332         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15333         (gnus-mime-delete-part): Use it.
15334
15335 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15336
15337         * gnus-agent.el (gnus-agent-read-local): Bind
15338         nnheader-file-coding-system to gnus-agent-file-coding-system to
15339         avoid the implicit assumption that they will always be equal.
15340         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15341         coding-system-for-write, as the with-temp-file macro first prints
15342         to a buffer then saves the buffer.
15343
15344 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15345
15346         * gnus-art.el (gnus-article-edit-part): New function.
15347         (gnus-mime-save-part-and-strip): Use it; do query instead of
15348         signaling an error; don't use mm-multiple-handles.
15349         (gnus-mime-delete-part): Ditto.
15350
15351 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15352
15353         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15354         old file versions.
15355         (gnus-group-prepare-hook): Removed function that converted list
15356         form of gnus-agent-expire-days to group properties.
15357
15358         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15359         (gnus-request-accept-article): Re-indented.
15360
15361         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15362         converters to handle old agent file formats.  Added logic for a
15363         "backup before upgrading warning".
15364         (gnus-convert-mark-converter-prompt): Developers can mark
15365         functions as needing (default), or not needing,
15366         gnus-convert-old-newsrc's "backup before upgrading warning".
15367         (gnus-convert-converter-needs-prompt): Tests whether the user
15368         should be protected from potentially irreversable changes by the
15369         function.
15370
15371         * legacy-gnus-agent.el: New.  Provides converters that are only
15372         loaded when gnus-convert-old-newsrc needs to call them.
15373
15374 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15375
15376         * mail-source.el (mail-source-touch-pop): Doc fix.
15377
15378         * message.el (message-smtpmail-send-it): Doc fix.
15379
15380 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15381
15382         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15383
15384         * nnmail.el (nnmail-split-fancy): do.
15385
15386         * gnus-kill.el (gnus-kill, gnus-execute): do.
15387
15388 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15389
15390         * gnus-sum.el (gnus-widget-reversible-match)
15391         (gnus-widget-reversible-to-internal)
15392         (gnus-widget-reversible-to-external): New functions.
15393         (gnus-widget-reversible): New widget.
15394         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15395
15396 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15397
15398         * gnus-sum.el (gnus-thread-sort-functions)
15399         (gnus-article-sort-functions): Document `(not F)' items.
15400
15401 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15402
15403         * spam.el (spam-use-gmane-xref): Add new backend.
15404         (spam-gmane-xref-spam-group): Add variable to control the name of the
15405         Gmane spam group.
15406         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15407         (spam-regex-headers-spam, spam-regex-headers-ham)
15408         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15409         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15410         backends and checks.
15411         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15412
15413         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15414         an autodetect method.
15415
15416 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15417
15418         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15419         articles are being added to a group.
15420         (gnus-request-replace-article): Inform the agent that articles
15421         need to be uncached as the cached contents are no longer valid.
15422
15423 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15424
15425         * binhex.el: Don't autoload executable-find.
15426
15427         * canlock.el: Don't autoload mail-fetch-field.
15428
15429         * dgnushack.el: Autoload c-mode for XEmacs.
15430
15431         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15432
15433         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15434         rmail-dont-reply-to and rmail-output.
15435
15436         * gnus-score.el: Don't autoload ffap-string-at-point.
15437
15438         * gnus-setup.el: Don't autoload sc-cite-original.
15439
15440         * imap.el: Don't autoload base64-decode-string,
15441         base64-encode-string and md5.
15442
15443         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15444         and rmail-msg-restore-non-pruned-header.
15445
15446         * mm-decode.el: Don't autoload executable-find.
15447
15448         * mm-url.el: Don't autoload executable-find.
15449
15450         * mm-view.el: Don't autoload diff-mode.
15451
15452         * nndb.el: Don't autoload news-reply-mode, news-setup,
15453         cancel-timer and telnet.
15454
15455         * password.el: Don't autoload run-at-time for Emacs.
15456
15457         * sha1-el.el: Don't autoload executable-find.
15458
15459         * sieve-mode.el: Don't autoload c-mode.
15460
15461         * uudecode.el: Don't autoload executable-find.
15462
15463 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15464
15465         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15466         (gnus-agent-possibly-alter-active): Avoid null in numeric
15467         comparison.
15468         (gnus-agent-set-local): Refuse to save null in local object table.
15469         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15470         list of articles that will be marked as unread.
15471
15472 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15473
15474         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15475
15476 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15477
15478         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15479         language tags.
15480
15481 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15482
15483         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15484         Don't bind "obarray".
15485
15486         * gnus-sum.el (gnus-thread-sort-functions): Added
15487         `gnus-thread-sort-by-most-recent-number' and
15488         `gnus-thread-sort-by-most-recent-date'.
15489         Reported by Kai Grossjohann <kai@emptydomain.de>.
15490
15491 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15492
15493         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15494
15495 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15496
15497         * gnus-cus.el (gnus-agent-customize-category): Removed
15498         ignore-errors macro reference that required cl to be loaded at
15499         run-time.
15500
15501         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15502         single-interval range of the form (min . max).  Previously the
15503         range had to look like ((min . max)).  Likewise, return
15504         (min . max) rather than ((min . max)).
15505         (gnus-range-map): Use gnus-range-normalize to accept
15506         single-interval range.
15507
15508         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15509         the cache, but not the agent, now appear with their usual face.
15510
15511         * dgnushack.el (loaddir): New variable that is bound to the
15512         directory containing the dgnushack.el file. Use loaddir, rather
15513         than srcdir, to update load-path. Change lets dgnushack compile
15514         code in directories other than GNUS/lisp.
15515
15516 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15517
15518         * lpath.el: Don't bind w3m-safe-url-regexp.
15519
15520         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15521         w3m-safe-url-regexp variable buffer-local.
15522
15523         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15524
15525 2004-02-27  Simon Josefsson  <jas@extundo.com>
15526
15527         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15528         gnus-group-real-prefix.
15529         (gnus-summary-move-article): Use it, instead of
15530         gnus-group-real-prefix.
15531
15532 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15533
15534         * lpath.el: Bind w3m-safe-url-regexp.
15535
15536         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15537         w3m-safe-url-regexp variable buffer-local and set it as the value
15538         of mm-w3m-safe-url-regexp.
15539
15540         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15541
15542         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15543         parsing gnus-posting-styles when the message is not for replying.
15544
15545         * dgnushack.el: Autoload sgml-mode for XEmacs.
15546
15547         * nnrss.el (nnrss-opml-export): Use
15548         mm-set-buffer-file-coding-system instead of
15549         set-buffer-file-coding-system.
15550
15551 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15552
15553         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15554         of checkdoc.el).
15555         * nnrss.el: do.
15556         * gnus-mlspl.el: do.
15557         * gnus-ml.el: do.
15558         * gnus-srvr.el: do.
15559
15560         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15561
15562 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15563
15564         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15565         Corrections to custom-manual links.
15566
15567         * gnus-art.el (gnus-article): Ditto.
15568
15569         * mm-decode.el (mime-display, mime-security): Ditto.
15570
15571 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15572
15573         * flow-fill.el: Typo.
15574
15575 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15576
15577         * spam-wash.el: New file.
15578
15579 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15580
15581         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15582
15583 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15584
15585         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15586         to be run with new-articles as LIST1, not LIST2.
15587         (spam-registration-functions): Add spam-use-ham-copy as a nil
15588         registration backend.
15589
15590 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15591
15592         * spam-stat.el (spam-stat-washing-hook): New option.
15593         (spam-stat-buffer-words): Use it.
15594         (spam-stat-process-directory, spam-stat-test-directory): Use
15595         insert-file-contents-literally.
15596         (spam-stat-coding-system): New variable.
15597         (spam-stat-load, spam-stat-save): Use it.
15598
15599 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15600
15601         * spam-report.el (spam-report-plug-agent): Quote
15602         spam-report-url-to-file and spam-report-url-ping-plain.
15603
15604 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15605
15606         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15607         / in mailto URLs.
15608
15609 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15610
15611         * spam-report.el (spam-report-process-queue): Fix interactive use.
15612         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15613         (spam-report-unplug-agent): Doc fixes.
15614         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15615         (spam-report-agentize, spam-report-deagentize): Autoload.
15616
15617 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15618
15619         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15620
15621         * message.el (message-setup-fill-variables): Add mml tags to
15622         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15623         <ajk@iu.edu>.
15624         (message-mode): Don't modify paragraph-separate there.
15625
15626 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15627
15628         * compface.el (uncompface-use-external): Default to undecided.
15629         (uncompface-use-external-threshold): New variable.
15630         (uncompface-float-time): New macro.
15631         (uncompface): Determine whether to use the external decoder if
15632         uncompface-use-external is undecided.
15633
15634 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15635
15636         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15637         after images.
15638
15639         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15640
15641 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15642
15643         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15644
15645         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15646
15647         * gnus-sum.el (gnus-summary-limit-to-age)
15648         (gnus-summary-limit-children): do.
15649
15650         * gnus-int.el (gnus-request-scan): do.
15651
15652         * gnus-group.el (gnus-group-suspend): do.
15653
15654         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15655
15656         * gnus-cite.el (gnus-cite-parse-attributions): do.
15657
15658         * gnus-agent.el (gnus-summary-set-agent-mark)
15659         (gnus-agent-regenerate-group): do.
15660
15661         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15662
15663         * binhex.el (binhex-decode-region-internal): do.
15664
15665 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15666
15667         * gnus-fun.el (gnus-face-properties-alist): New user option.
15668         (gnus-display-x-face-in-from): Use it.
15669
15670         * gnus-art.el (article-display-face): Ditto.
15671
15672         * compface.el (uncompface-use-external): Default to nil.
15673
15674 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15675
15676         * nntp.el (nntp-erase-buffer): New function.
15677         (nntp-retrieve-data, nntp-send-command)
15678         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15679         (nntp-possibly-change-group): Use it.
15680
15681         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15682         with-current-buffer.
15683
15684 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15685
15686         * compface.el: Merge the ELisp-based uncompface program.
15687         (compface): New customization group.
15688         (uncompface-use-external): New user option.
15689         (uncompface): Call uncompface-internal if uncompface-use-external
15690         is nil.
15691         (uncompface-internal): New function.  Note that there are also
15692         some other functions and variables added for this function.
15693
15694 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15695
15696         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15697         if necessary.
15698
15699 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15700
15701         * spam-report.el (spam-report-unplug-agent)
15702         (spam-report-plug-agent, spam-report-deagentize)
15703         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15704         Add support for the Agent in spam-report: when unplugged, report to a
15705         file; when plugged, submit all the requests.
15706
15707         * spam.el (spam-register-routine): Fix message about
15708         registration.
15709
15710 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15711
15712         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15713         dependencies.
15714         (rfc2047-encode): Use it.
15715
15716         * gnus-art.el (gnus-button-marker-list): Move before first
15717         reference.
15718
15719         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15720         (imap-parse-body): Fix format string mismatch.
15721
15722         * gnus-score.el (gnus-summary-increase-score): do.
15723
15724         * nnrss.el (nnrss-close): New function.
15725
15726 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15727
15728         * nnrss.el (nnrss-make-filename): New function.
15729         (nnrss-request-delete-group, nnrss-read-server-data)
15730         (nnrss-save-server-data, nnrss-read-group-data)
15731         (nnrss-save-group-data): Use it.
15732         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15733         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15734         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15735
15736 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15737
15738         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15739
15740 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15741
15742         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15743         files.
15744
15745         * message.el (message-generate-headers-first): Don't quote nil
15746         and t in docstrings.
15747
15748         * imap.el (imap-id): do.
15749
15750         * gnus-agent.el (gnus-agent-consider-all-articles)
15751         (gnus-agent-queue-mail): do.
15752
15753 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15754
15755         * spam-report.el (spam-report-process-queue): New function.
15756         Process requests from `spam-report-requests-file'.
15757         (spam-report-process-queue): Doc fix.
15758
15759 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15760
15761         * spam.el (spam-register-routine)
15762         (spam-log-processing-to-registry, spam-log-registered-p)
15763         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15764         Change "check" to "spam-check" for semi-clarity.
15765
15766 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15767
15768         * pop3.el: Require nnheader.
15769
15770         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15771
15772         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15773
15774         * gnus-picon.el: Require cl.
15775
15776         * gnus-fun.el: Require gnus-ems and gnus-util.
15777
15778         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15779
15780         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15781
15782         * gnus-art.el (gnus-article-edit-mode): Define before first
15783         reference.
15784
15785 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15786
15787         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15788         (gnus-uu-post-encoded): Use point-at-bol.
15789
15790         * gnus-topic.el (gnus-group-active-topic-p): do.
15791
15792         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15793
15794         * gnus-group.el (gnus-group-kill-region): do.
15795
15796         * gnus-art.el (article-date-ut): do.
15797
15798         * message.el (message-fetch-field): Remove redundant
15799         case-fold-search binding.
15800         (message-narrow-to-field): Simplify.
15801
15802 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15803
15804         * spam.el (spam-directory): Derive from `gnus-directory'.
15805
15806         * spam-report.el (spam-report-url-to-file)
15807         (spam-report-requests-file): New function and variable for offline
15808         reporting.
15809         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15810         and user defined function.
15811         (spam-report-url-ping-mm-url): Remove doubled slash.
15812
15813 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15814
15815         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15816
15817 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15818
15819         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15820         format string mismatch.
15821
15822         * sieve.el (sieve-deactivate-all): do.
15823
15824         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15825
15826         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15827
15828         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15829
15830         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15831
15832 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15833
15834         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15835         the list of checks.
15836
15837 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15838
15839         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15840         padding.
15841
15842 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15843
15844         * mm-view.el (mm-fill-flowed): New variable.
15845         (mm-inline-text): Use it.
15846
15847 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15848
15849         * spam.el (spam-spamassassin-register-ham-routine)
15850         (spam-spamassassin-register-spam-routine): Fix function names.
15851
15852 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15853
15854         * gnus.el (gnus-tmp-grouplens): Remove.
15855         (gnus-summary-line-format): Remove grouplens.
15856
15857         * gnus-group.el (gnus-group-line-format): Ditto.
15858
15859         * gnus-spec.el (gnus-format-specs): Ditto.
15860         (gnus-update-format-specifications): Flush the group format spec
15861         cache if there's the grouplens stuff.
15862         (gnus-parse-simple-format): Replace %l with the empty string.
15863
15864 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15865
15866         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15867         omission.
15868
15869 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15870
15871         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15872         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15873
15874 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15875
15876         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15877         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15878         New macros and functions.
15879         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15880         Handle > NLINK_MAX messages.
15881         * nnmaildir.el (nnmaildir-request-set-mark): Use
15882         nnmaildir--emlink-p and nnmaildir--eexist-p.
15883
15884 2004-01-25  Alex Schroeder  <alex@gnu.org>
15885
15886         * spam-stat.el (spam-stat-process-directory-age): New option.
15887         (spam-stat-process-directory): Use it.
15888
15889 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15890
15891         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15892         (spam-stat-save): Accept prefix argument.
15893
15894 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15895
15896         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15897         links" error.
15898
15899 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15900
15901         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15902         the rest of the and/or forms.
15903
15904 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15905
15906         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15907         compatibility with old .newsrc.eld files.
15908
15909         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15910
15911         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15912
15913         * gnus-start.el (gnus-1): do.
15914
15915         * gnus-group.el (gnus-group-line-format-alist): do.
15916
15917         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15918
15919         * gnus-gl.el: Remove.
15920
15921 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15922
15923         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15924         marks consisting of a single range {for example, (3 . 5)} rather
15925         than a list of a single range { ((3 . 5)) }.
15926
15927 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15928
15929         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15930         with-current-buffer.
15931         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15932         avoid consing a string.
15933
15934         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15935         Remove obsolete entries for big5 and gb2312.
15936
15937 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15938
15939         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15940         uncompressed list.
15941
15942 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15943
15944         * spam-stat.el (spam-stat-strip-xref): New function.
15945         (spam-stat-process-directory): Use it.
15946
15947         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15948         here -- it's done in message-fetch-field.
15949
15950 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15951
15952         * gnus-agent.el (gnus-agent-queue-mail)
15953         (gnus-agent-prompt-send-queue): New variables.
15954         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15955         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15956         "nndraft:queue" along to gnus-draft-send.  Use
15957         gnus-agent-prompt-send-queue.
15958         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15959         is "nndraft:queue".  Suggested by Gaute Strokkenes
15960         <gs234@srcf.ucam.org>
15961
15962         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15963         (agent-enable-undownloaded-faces): Added.
15964         (gnus-agent-cat-groups): Use eval-and-compile, not
15965         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15966         method of gnus-agent-cat-groups even when the buffer has been
15967         evaled.
15968         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15969         delete gnus-agent-save-active-1.
15970         (gnus-agent-save-groups): Deleted.  Identical to
15971         gnus-agent-save-active.
15972         (gnus-agent-write-active): No longer adjust agent's copy of active
15973         file as agent's adjustments are now stored in their own
15974         file.  Removed optional parameter.
15975         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15976         servers.  Add use of min/max range limits from server's local
15977         file.
15978         (gnus-agent-save-alist): Removed unused optional argument.
15979         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15980         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15981         (gnus-agent-set-local): A per-server file that keeps min/max range
15982         limits for articles known to the agent.  Provides a fast mechanism
15983         for altering many active ranges.
15984         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15985         active file (local makes it unnecessary).
15986         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15987
15988         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15989         (agent-enable-undownloaded-faces): Added.
15990
15991         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15992         disable it when sending to "nndraft:queue".
15993         (gnus-group-send-queue): Add safety check to avoid sending queue
15994         when unplugged.
15995
15996         * gnus-group.el (gnus-group-catchup): Use new
15997         gnus-sequence-of-unread-articles, not
15998         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15999         numbers of articles.  Use gnus-range-map to avoid having to
16000         uncompress the unread list.
16001         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16002         Fixed invalid ange-ftp reference.
16003
16004         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16005         (gnus-sorted-range-intersection): Intersection of two ranges
16006         without requiring that they first be uncompressed.
16007
16008         * gnus-start.el (gnus-activate-group): Unless blocked by the
16009         caller, possibly expand the active range to include both cached
16010         and agentized articles.
16011         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16012         multiple version-dependent converters.
16013         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16014         gnus-agent-save-active.
16015         (gnus-save-newsrc-file): Save dirty agent range limits.
16016
16017         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16018         gnus-agent-possibly-alter-active.
16019         (gnus-adjust-marked-articles): Faster handling of simple lists.
16020
16021 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16022
16023         * spam-stat.el (spam-stat-test-directory): New optional argument
16024         displays a list of files detected.  Suggested by Andrew Cohen
16025         <cohen@andy.bu.edu>.
16026         (spam-stat-buffer-words-with-scores): Don't narrow and change
16027         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16028
16029 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16030
16031         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16032         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16033         (spam-spamassassin-arguments)
16034         (spam-spamassassin-spam-flag-header)
16035         (spam-spamassassin-positive-spam-flag-header)
16036         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16037         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16038         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16039         (spam-list-of-processors, spam-list-of-checks)
16040         (spam-list-of-statistical-checks, spam-registration-functions)
16041         (spam-check-spamassassin-headers, spam-check-spamassassin)
16042         (spam-spamassassin-score)
16043         (spam-spamassassin-register-with-sa-learn)
16044         (spam-spamassassin-register-spam-routine)
16045         (spam-spamassassin-register-ham-routine)
16046         (spam-assassin-register-spam-routine)
16047         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16048         (spam-bogofilter-score): Fix to show article before scoring.
16049
16050 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16051
16052         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16053         default scoring function.
16054         (spam-generic-score): Call spam-spamassassin-score if
16055         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16056         spam-bogofilter-score otherwise.
16057
16058         * gnus.el (spam-process, spam-autodetect-methods): Add
16059         spamassassin and spamassassin-headers.
16060
16061 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16062
16063         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16064         Suppress unnecessary messages.
16065
16066 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16067
16068         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16069         make-hash-table.
16070
16071 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16072
16073         * canlock.el (base64-encode-string): Don't autoload it.
16074
16075 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16076
16077         * run-at-time.el: Remove useless (require 'itimer),
16078         eval-and-compile and (featurep 'xemacs).
16079
16080 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16081
16082         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16083         GROUP is a virtual group.
16084
16085 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16086
16087         * gnus.el: Autoload `message-y-or-n-p'.
16088
16089 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16090
16091         * pgg-parse.el: Remove unnecessary (require 'custom).
16092
16093         * pgg-def.el: do.
16094
16095         * nnmail.el: do.
16096
16097         * gnus-undo.el: do.
16098
16099         * gnus-picon.el: do.
16100
16101         * gnus-util.el: do.
16102
16103 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16104
16105         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16106
16107 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16108
16109         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16110         handle, as well as a list.
16111
16112         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16113         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16114         (mm-w3m-cid-retrieve): Simplify.
16115
16116 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16117
16118         * message.el (message-kill-to-signature): Allow prefix arg to
16119         specify number of lines to keep before signature.
16120
16121 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16122
16123         * message.el (message-kill-to-signature): Change docstring.
16124
16125 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16126
16127         * canlock.el: Always require sha1-el.
16128         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16129
16130         * message.el: Autoload sha1 only when compiling.
16131
16132         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16133         eudc-expand-inline for XEmacs.
16134
16135 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16136
16137         * message.el (message-canlock-generate): Require sha1-el.
16138
16139 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16140
16141         * message.el (message-expand-name): Silence the byte compiler.
16142
16143         * lpath.el: Add detect-coding-system.
16144
16145         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16146         cus-edit.
16147
16148 2004-01-13  Simon Josefsson  <jas@extundo.com>
16149
16150         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16151         Invoke gnus-score-mode.  Reported by
16152         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16153
16154         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16155         Jim Blandy <jimb@redhat.com> (tiny change).
16156
16157 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16158
16159         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16160
16161 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16162
16163         * spam.el (spam-get-article-as-string): Update to use
16164         gnus-request-article-this-buffer, much simpler.
16165         (spam-get-article-as-buffer): Remove.
16166
16167 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16168
16169         * message.el (message-expand-name): Use EUDC if the user uses that.
16170
16171 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16172
16173         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16174         character for the encoding to avoid consing a string.
16175
16176         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16177         unnecessarily.
16178
16179         * mm-util.el (mm-replace-chars-in-string): Remove.
16180
16181         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16182         of mm-replace-chars-in-string.
16183
16184 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16185
16186         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16187
16188         * mm-util.el (mm-subst-char-in-string): Support inplace.
16189
16190         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16191         a new string in every iteration.  Use shy groups.
16192
16193 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16194
16195         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16196         * gnus-soup.el (gnus-soup-group-brew):
16197         * gnus-msg.el (gnus-put-message):
16198         * gnus-move.el (gnus-group-move-group-to-server):
16199         * gnus-kill.el (gnus-batch-score):
16200         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16201         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16202         (gnus-group-update-group, gnus-group-read-group)
16203         (gnus-group-make-group, gnus-group-make-help-group)
16204         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16205         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16206         (gnus-group-sort-by-unread, gnus-group-catchup)
16207         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16208         (gnus-group-yank-group, gnus-group-set-info)
16209         (gnus-group-list-groups):
16210         * gnus.el (gnus-generate-new-group-name):
16211         * gnus-delay.el (gnus-delay-send-queue):
16212         * nnvirtual.el (nnvirtual-catchup-group):
16213         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16214         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16215         (gnus-group-prepare-topics, gnus-topic-check-topology):
16216         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16217         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16218         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16219         (gnus-group-make-articles-read):
16220         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16221         (gnus-group-change-level, gnus-kill-newsgroup)
16222         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16223         (gnus-get-unread-articles, gnus-make-articles-unread)
16224         (gnus-make-ascending-articles-unread): Use accessor
16225         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16226         to get group information for improved readability.
16227
16228
16229 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16230
16231         * gnus-art.el (article-decode-mime-words, article-babel)
16232         (gnus-article-highlight-signature, gnus-article-add-buttons)
16233         (gnus-signature-toggle): Use gnus-with-article-buffer.
16234
16235         * gnus-art.el (gnus-article-highlight-headers)
16236         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16237
16238         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16239         (gnus-article-set-globals, gnus-request-article-this-buffer)
16240         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16241         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16242         (gnus-mime-display-alternative): Use with-current-buffer.
16243
16244 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16245
16246         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16247         also under 80 char limit, and call gnus-error if needed.
16248         (spam-fetch-article-header): Fix - it was a
16249         buffer-local variable (gnus-newsgroup-data).
16250         (spam-find-spam): Use spam-generate-fake-headers, forget about
16251         spam-insert-fake-headers.
16252         (spam-insert-fake-headers): Remove.
16253
16254 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16255
16256         * deuglify.el (gnus-article-outlook-unwrap-lines)
16257         (gnus-outlook-rearrange-article)
16258         (gnus-outlook-repair-attribution-outlook)
16259         (gnus-outlook-repair-attribution-block)
16260         (gnus-outlook-repair-attribution-other): Remove redundant
16261         save-excursion.
16262
16263 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16264
16265         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16266         (spam-fetch-field-subject-fast)
16267         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16268         (spam-fetch-article-header): Add functions to deal with Gnus
16269         internals for fast retrieval of article header data.
16270         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16271
16272 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16273
16274         * pop3.el (pop3-md5): Remove.
16275         (pop3-apop): Replace pop3-md5 with md5.
16276
16277         * mm-bodies.el: base64 is always built-in.
16278
16279         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16280         with-current-buffer.
16281
16282 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16283
16284         * canlock.el (canlock-insert-header): Remove excessive grouping in
16285         regexp.
16286
16287         * gnus-sum.el (gnus-summary-read-document): Ditto.
16288
16289         * gnus-uu.el (gnus-uu-part-number): Ditto.
16290
16291         * html2text.el (html2text-remove-tags): Ditto.
16292         (html2text-format-tags): Ditto.
16293         (html2text-format-single-elements): Ditto.
16294
16295         * mml.el (mml-parse-1): Ditto.
16296
16297 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16298
16299         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16300
16301         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16302
16303         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16304
16305         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16306
16307 2003-11-15  Simon Josefsson  <jas@extundo.com>
16308
16309         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16310         (pgg-gpg-lookup-key): Use regexp match instead of
16311         split-string (split-string is different between emacs 21.2 and
16312         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16313
16314 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16315
16316         * gnus-art.el (gnus-mime-view-all-parts)
16317         (gnus-article-part-wrapper, gnus-article-view-part): Use
16318         with-current-buffer.
16319
16320 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16321
16322         * spam.el (spam-disable-spam-split-during-ham-respool)
16323         (spam-spamoracle-database, spam-cache-lookups)
16324         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16325         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16326         (spam-group-ham-marks, spam-group-spam-marks)
16327         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16328         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16329         also add spam-use-blackholes to the statistical checks.
16330         (spam-fetch-field-fast): Add interface to fetching fields, may
16331         become a macro.
16332         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16333         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16334         (spam-insert-fake-headers): Fake an article when needed.
16335         (spam-find-spam): Fake article when possible.
16336         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16337         (spam-check-bogofilter-headers): Use message-fetch-field instead
16338         of nnmail-fetch-field.
16339
16340 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16341
16342         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16343
16344 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16345
16346         * spam.el (spam-split): Do not require spam-use-CHECK to be
16347         enabled if that check is passed to spam-split explicitly; also
16348         fix so 'spam doesn't get converted to spam-split-group when
16349         spam-split-symbolic-return is t.
16350         (spam-find-spam): Find registrations of the article and use those
16351         instead of re-running spam-split to find the spam/ham
16352         classification of the article.
16353         (spam-log-processing-to-registry, spam-log-registered-p)
16354         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16355         Use gnus-error instead of gnus-message.
16356         (spam-log-registration-type): Add function to determine the
16357         classification of a message based on registry entries; will
16358         return nil if both 'spam and 'ham are found.
16359         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16360         a reasonably fast local cache without the loading errors.
16361         (spam-cache-lookups): Set to t by default.
16362         (spam-find-spam): Don't try to guess spam-cache-lookups.
16363         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16364         spam-caches entry.
16365         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16366         caching of whitelist/blacklist entries.
16367         (spam-check-whitelist, spam-check-blacklist): Invoke
16368         spam-from-listed-p with a type, not a cache variable.
16369         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16370
16371 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16372
16373         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16374
16375         * nnmail.el (nnmail-split-fancy): do.
16376
16377         * mml.el (mml-parse): do.
16378
16379         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16380         (gnus-score-adaptive): do.
16381
16382 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16383
16384         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16385         (gnus-mime-button-map): Don't set keymap parent.
16386         (gnus-button-ctan-directory-regexp): Use shy grouping.
16387         (gnus-prev-page-map): Don't set keymap parent.
16388         (gnus-prev-page-map): Remove duplicated one.
16389         (gnus-next-page-map): Don't set keymap parent.
16390         (gnus-mime-security-button-map): Ditto.
16391
16392         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16393         version number.
16394
16395         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16396
16397 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16398
16399         * canlock.el (canlock-sha1-function): Remove.
16400         (canlock-sha1-function-for-verify): Remove.
16401         (canlock-openssl-program): Remove.
16402         (canlock-openssl-args): Remove.
16403         (canlock-ignore-errors): Remove.
16404         (canlock-sha1-with-openssl): Remove.
16405         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16406         (canlock-verify): Don't use canlock-ignore-errors.
16407
16408         * sha1-el.el (sha1-string-external): Make it can return a string
16409         in binary form.
16410         (sha1-region-external): Ditto.
16411         (sha1-string-internal): Ditto.
16412         (sha1-region-internal): Ditto.
16413         (sha1-region): Ditto.
16414         (sha1-string): Ditto.
16415         (sha1): Ditto.
16416
16417 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16418
16419         * spam.el (spam-report-articles-gmane): New command.
16420
16421 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16422
16423         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16424
16425         * run-at-time.el (run-at-time-saved): Remove.
16426         (run-at-time): Doc fix.
16427
16428 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16429
16430         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16431         (gnus-summary-limit-map): Add it.
16432         (gnus-summary-make-menu-bar): do.
16433
16434 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16435
16436         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16437         Make attempt at some caching support (done for BBDB only now).
16438         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16439         addresses to be checked.
16440         (spam-clear-cache-BBDB): Add function, to be invoked by
16441         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16442         (spam-check-BBDB): Check and use the caches, if
16443         spam-cache-lookups is on, remove superfluous (provide).
16444
16445 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16446
16447         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16448
16449 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16450
16451         * run-at-time.el (run-at-time-saved): Move to after the definition
16452         of `run-at-time'.
16453
16454         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16455
16456 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16457
16458         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16459         mm-w3m-local-map-property.
16460
16461         * mm-view.el (mm-w3m-mode-map): Remove.
16462         (mm-w3m-local-map-property): Remove.
16463         (mm-inline-text-html-render-with-w3m): Don't use
16464         mm-w3m-local-map-property.
16465
16466 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16467
16468         * run-at-time.el: New file.
16469
16470         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16471         under Emacs.
16472
16473         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16474         of gnus-set-text-properties.
16475
16476         * gnus-uu.el (gnus-uu-save-article): Ditto.
16477
16478         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16479
16480         * gnus-cite.el (gnus-cite-parse): Ditto.
16481
16482         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16483         of gnus-.
16484
16485         * gnus-xmas.el (run-at-time): Require run-at-time.
16486
16487         * gnus.el: Changed calls to nnheader-run-at-time and
16488         password-run-at-time throughout to use run-at-time directly.
16489
16490         * password.el: Removed definition of run-at-time.
16491
16492         * nnheaderxm.el: Remove definition of run-at-time.
16493
16494 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16495
16496         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16497         in prompt.
16498
16499 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16500
16501         * messagexmas.el (message-xmas-redefine): Alias
16502         `message-make-caesar-translation-table' to
16503         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16504         version.
16505
16506         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16507         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16508         `gnus-xmas-set-text-properties'.
16509         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16510         `gnus-xmas-completing-read'.
16511         (gnus-xmas-completing-read): Removed.
16512         (gnus-xmas-open-network-stream): Removed.
16513
16514         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16515         XEmacs version.
16516
16517         * dns.el (dns-make-network-process): Use `open-network-stream'
16518         instead of `gnus-xmas-open-network-stream'.
16519
16520         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16521
16522         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16523
16524 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16525
16526         * gnus-art.el (gnus-mime-display-alternative)
16527         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16528         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16529         Don't use gnus-local-map-property.
16530
16531         * gnus-util.el (gnus-local-map-property): Remove.
16532
16533         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16534         gnus-completing-read-maybe-default with completing-read.
16535
16536         * gnus-util.el (gnus-completing-read): do.
16537         (gnus-completing-read-maybe-default): Remove.
16538
16539 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16540
16541         * password.el: Only autoload `run-at-time' if not XEmacs.
16542         Only autoload the itimer functions if XEmacs.
16543
16544 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16545
16546         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16547         XEmacsen.
16548
16549         * dgnushack.el: Autoload executable-find for XEmacs.
16550
16551 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16552
16553         * gnus-art.el (gnus-read-string): Remove.
16554         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16555         read-string.
16556
16557 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16558
16559         * netrc.el: Autoload password-read.
16560         (netrc): Add configuration group.
16561         (netrc-encoding-method, netrc-openssl-path): Add
16562         variables for encoding and decoding of files with symmetric
16563         ciphers.
16564         (netrc-encode): Add assistant function to encode a file with
16565         netrc-encoding-method.
16566         (netrc-parse): Add interactive parameter, added optional
16567         decoding if netrc-encoding-method is non-nil but otherwise
16568         behavior is standard.
16569         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16570         Do s/encode/encrypt/ everywhere.
16571
16572         * spam.el: Remove executable-find autoload.
16573
16574 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16575
16576         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16577
16578         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16579
16580 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16581
16582         * gnus-art.el (gnus-treat-ansi-sequences)
16583         (article-treat-ansi-sequences): New variable and function.
16584         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16585
16586         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16587         Use it.
16588
16589 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16590
16591         * mm-util.el (mm-quote-arg): Remove.
16592
16593         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16594         shell-quote-argument.
16595
16596         * gnus-uu.el (gnus-uu-command): do.
16597
16598         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16599
16600         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16601         with make-char.
16602
16603         * mm-util.el (mm-make-char): Remove.
16604
16605         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16606         add-minor-mode.
16607
16608         * gnus-undo.el (gnus-undo-mode): do.
16609
16610         * gnus-topic.el (gnus-topic-mode): do.
16611
16612         * gnus-sum.el (gnus-dead-summary-mode): do.
16613
16614         * gnus-start.el (gnus-slave-mode): do.
16615
16616         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16617
16618         * gnus-ml.el (gnus-mailing-list-mode): do.
16619
16620         * gnus-gl.el (gnus-grouplens-mode): do.
16621
16622         * gnus-draft.el (gnus-draft-mode): do.
16623
16624         * gnus-dired.el (gnus-dired-mode): do.
16625
16626         * gnus-ems.el (gnus-add-minor-mode): Remove.
16627
16628         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16629         Replace gnus-char-width with char-width.
16630
16631         * gnus-ems.el (gnus-char-width): Remove.
16632
16633         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16634         Replace gnus-char-width with char-width.
16635
16636         * gnus-ems.el (gnus-char-width): Remove.
16637
16638         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16639         definition.
16640         Remove Emacs 20 hash table compatibility code.
16641
16642         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16643         20 compatibility code.
16644
16645         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16646
16647         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16648
16649         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16650         with point-at-{eol,bol}.
16651
16652         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16653
16654         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16655
16656         * flow-fill.el (fill-flowed-point-at-bol)
16657         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16658
16659         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16660         Replace with point-at-{eol,bol} throughout all files.
16661
16662 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16663
16664         * ntlm.el (ntlm-string-as-unibyte): New macro.
16665         (ntlm-build-auth-response): Use it.
16666
16667         Remove Emacs 20 stuff:
16668         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16669         (butlast, mapc, remove): Remove the compiler macros.
16670         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16671         of delq and copy-sequence.
16672         * gnus-art.el (popup-menu): Remove the compiler macro.
16673         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16674         Emacs 20.
16675
16676 2004-01-05  Simon Josefsson  <jas@extundo.com>
16677
16678         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16679         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16680         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16681         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16682         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16683         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16684         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16685         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16686         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16687         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16688         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16689         string-xor into ntlm-string-xor.  Suggested by
16690         Jesper Harder <harder@myrealbox.com>.
16691
16692         * ntlm.el: Don't include poem.
16693
16694         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16695         Jesper Harder <harder@myrealbox.com>.
16696
16697         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16698
16699         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16700         probably breaks emacs with DL patch, but do we care? Is anyone
16701         still using the DL stuff?)
16702
16703         * sieve-manage.el: Use the password package.
16704         (sieve-manage-read-passwd): Remove.
16705         (sieve-manage-interactive-login): Use password.  Re-add
16706         condition-case around loop.
16707
16708         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16709         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16710         the password package.
16711
16712 2003-02-19  Simon Josefsson  <jas@extundo.com>
16713
16714         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16715         token.
16716
16717 2002-08-07  Simon Josefsson  <jas@extundo.com>
16718
16719         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16720         (sieve-manage-authenticators):
16721         (sieve-manage-authenticator-alist): Add some SASL mechs.
16722         (sieve-sasl-auth): New function.
16723         (sieve-manage-cram-md5-auth):
16724         (sieve-manage-plain-auth): Rewrite using SASL library.
16725         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16726         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16727         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16728         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16729
16730 2004-01-05  Simon Josefsson  <jas@extundo.com>
16731
16732         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16733         New files.
16734
16735 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16736
16737         * gnus-group.el (gnus-no-groups-message): Update.
16738
16739         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16740
16741 2003-11-09  Simon Josefsson  <jas@extundo.com>
16742
16743         * imap.el: Support for ID IMAP extension (RFC 2971).
16744         (imap-local-variables): Add imap-id.
16745         (imap-id): New variable.
16746         (imap-id): New function.
16747         (imap-parse-response): Parse untagged ID response.
16748         * nnimap.el (nnimap-id): New variable.
16749         (nnimap-open-connection): Use it.
16750
16751 2003-12-28  Simon Josefsson  <jas@extundo.com>
16752
16753         * gnus-score.el (gnus-score-edit-all-score): New.
16754         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16755
16756 2004-01-04  Simon Josefsson  <jas@extundo.com>
16757
16758         * password.el: Add.
16759
16760 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16761
16762         * dns.el (dns-query-types): Fix typo.
16763         (dns-query-types): New function.
16764         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16765         PTR and SOA replies, see RFC 1035.
16766
16767 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16768
16769         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16770
16771         * Moved to Changelog.2.
16772
16773 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16774
16775         * gnus.el (gnus-version-number): Bump version.
16776
16777 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16778
16779         * gnus.el: No Gnus v0.1 is released.
16780
16781 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16782
16783         * gnus.el: No Gnus v0.0 is released.
16784
16785 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16786
16787         * gnus.el (gnus-version-number): Bump.
16788         (gnus-version): No.
16789
16790 See ChangeLog.2 for earlier changes.
16791
16792     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16793       Free Software Foundation, Inc.
16794
16795   This file is part of GNU Emacs.
16796
16797   GNU Emacs is free software: you can redistribute it and/or modify
16798   it under the terms of the GNU General Public License as published by
16799   the Free Software Foundation, either version 3 of the License, or
16800   (at your option) any later version.
16801
16802   GNU Emacs is distributed in the hope that it will be useful,
16803   but WITHOUT ANY WARRANTY; without even the implied warranty of
16804   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16805   GNU General Public License for more details.
16806
16807   You should have received a copy of the GNU General Public License
16808   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16809
16810 ;; Local Variables:
16811 ;; coding: utf-8
16812 ;; fill-column: 79
16813 ;; add-log-time-zone-rule: t
16814 ;; End: