7ea94256a893c4e3d26e8c0796e1434b22749223
[gnus] / lisp / ChangeLog
1 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-start.el (gnus-read-active-for-groups): This function is never
4         called with a nil `infos', so clean that up.
5         (gnus-get-unread-articles): Request active files from primary/secondary
6         methods that have no groups (yet).
7
8 2011-02-03  Julien Danjou  <julien@danjou.info>
9
10         * message.el (message-setup-1): Always generate References first.
11         (message-mail): Return the return value of message-setup, not always t.
12         (message-setup-1): Insert mail-header-separator with read-only and
13         intangible properties set.
14
15         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
16         user-date in docstring.
17
18         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
19
20         * gnus.el (gnus-summary-line-format): Mention &user-date format in
21         docstring.
22
23         * gnus.el (gnus-user-date-format-alist): Change default value. Use
24         defcustom, with type and group. Move from gnus-util.el. Rename to
25         gnus-summary-user-date-format-alist.
26
27 2011-02-03  Glenn Morris  <rgm@gnu.org>
28
29         * nnimap.el (gnus-fetch-headers): Declare.
30
31         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
32
33 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
34
35         * message.el (message-forward-make-body-digest-plain)
36         (message-followup, message-reply): Clean up things noted by Stefan.
37
38         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
39         gnus-article-update-date-headers is nil.
40         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
41         it didn't really work with defcustom.
42         (article-update-date-lapsed): Make sure the window start doesn't move,
43         either.
44
45 2011-02-01  Julien Danjou  <julien@danjou.info>
46
47         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
48         format.
49
50         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
51         standard in Emacs nowadays.
52
53         * color.el (color-gradient): Add a color-gradient function.
54
55 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
56
57         * message.el (message-expand-name): Don't trust the return value of
58         bbdb-complete-name.
59         (message-check-news-header-syntax): Remove unused var `start'.
60         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
61         (message-inhibit-body-encoding): Move to before first use.
62         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
63         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
64         (Organization, Message-ID, Date, mh-previous-window-config):
65         Defvar the vars using dynamic scoping.
66
67 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
68
69         * shr.el (shr-render-td): Only do colours at the final rendering.
70         Should be slightly faster.
71         (shr-insert-table): Fix up TD background colours when doing the
72         vertical padding.
73
74         * gnus-art.el (article-date-ut): Protect against articles with no Date
75         header.
76         (article-update-date-lapsed): Don't use current-column to find the
77         horizontal position.  It's fragile in the presence of \003 characters.
78
79         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
80
81 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
82
83         * gnus-art.el (article-transform-date): Rewrite to still work when
84         there are several rfc2822 parts.
85         (article-transform-date): Fix infinite recursion.
86         (article-date-ut): Replace infinitely many Date headers with a single
87         one when called interactively.
88
89         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
90         secure manner.
91
92         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
93         move around by not using save-window-excursion.  It seems to work...
94
95 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
96
97         * gnus-art.el (article-make-date-line): Work for user-defined format.
98
99 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
100
101         * nntp.el (nntp-retrieve-group-data-early)
102         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
103         fetching functions.
104
105         * gnus-start.el (gnus-read-active-for-groups): Read the active files
106         thoroughly for all backends that have no known groups.  This should
107         allow new nnml methods to retrieve mail.
108
109         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
110         that Gnus doesn't know exists again.
111
112         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
113         (gnus-treat-date-ut): Ditto.
114         (gnus-article-update-date-header): Renamed.
115         (gnus-treat-date-local): Removed.
116         (gnus-treat-date-english): Removed.
117         (gnus-treat-date-lapsed): Removed.
118         (gnus-treat-date-combined-lapsed): Removed.
119         (gnus-treat-date-original): Removed.
120         (gnus-treat-date-iso8601): Removed.
121         (gnus-treat-date-user-defined): Removed.
122         (gnus-article-date-headers): New variable to control all the date
123         header options.
124         (article-date-ut): Rewrite to allow using the new way to format date
125         headers(s).
126
127 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
128
129         * nnmail.el (nnmail-article-group): Check for a direct fancy split
130         method.
131         (nnmail-article-group): A better test for fanciness.
132
133         * nnimap.el (nnimap-request-head): Protect against not finding the
134         article by Message-ID.
135
136 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
137
138         * gnus-art.el (article-update-date-lapsed): Try a better way to really
139         keep point at the "same place".
140
141 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
142
143         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
144         data if the group is unactivated.
145
146 2011-01-28  Julien Danjou  <julien@danjou.info>
147
148         * gnus-win.el: Remove dead function gnus-window-configuration-element.
149         (gnus-all-windows-visible-p): Remove old compatibility code.
150         (gnus-window-top-edge): Add docstring.
151
152         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
153
154 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
155
156         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
157         older request-update-info.
158
159         * gnus-art.el (article-make-date-line): Limit the length a bit more.
160
161 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
162
163         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Give
164         mml2015-signers higher precedence over mml2015-sign-with-sender.
165
166 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
167
168         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
169         groups.  This makes the nndraft:queue group pop up if it's not already
170         there.
171
172         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
173         messages" logic, which was reversed.
174
175         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
176         the "same place" even if point is on the line being replaced.
177         (article-update-date-lapsed): Allow updating both the combined lapsed
178         and the lapsed headers.
179         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
180         (article-make-date-line): Limit the number of segments dynamically to
181         avoid too-long lines.
182
183 2011-01-27  Julien Danjou  <julien@danjou.info>
184
185         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
186         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
187
188 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
189
190         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
191         Use plist-get instead of the cl function getf.
192
193 2011-01-27  Glenn Morris  <rgm@gnu.org>
194
195         * gnus-util.el (float-time): Get rid of compiler warning, again.
196
197 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
198
199         * shr.el (shr-put-color): Special-case background colours: Do put them
200         at the blank parts at the front of the lines.
201
202         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
203         exit hook to nix out all data on readedness on group exit.
204
205         * gnus-util.el (float-time): If float-time is bound, always use it on
206         all Emacsen.  It's unclear why the subrp check was there.
207         (time-date): Require to make some autoload issues on XEmacs go away.
208
209         * shr.el (shr-put-color): Don't do the box padding in tables, since
210         they're already padded.
211
212 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
213
214         * gnus-art.el (gnus-article-next-page): When the last line of the
215         article is displayed, scroll down once more instead of going to the
216         next article at once.
217         (article-lapsed-string): Refactor out and allow specifying how many
218         segments you want.
219         (gnus-article-setup-buffer): Start updating the lapsed header directly.
220         (gnus-article-update-lapsed-header): New variable.
221
222         * shr.el: Revert change that made headings use different-sized faces.
223         The Emacs display engine isn't advanced enough that, for instance,
224         tables can comfortably use differntly-sized faces.
225
226 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
227
228         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
229         used.
230         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
231         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
232         we're using an encrypted connection.
233
234         * proto-stream.el: Alter the interface functions to also return the
235         actual stream type used: network or tls.
236
237 2011-01-25  Julien Danjou  <julien@danjou.info>
238
239         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
240         (mm-display-javascript-inline): New function.
241
242         * mm-decode.el (mm-inline-media-tests): Add application/javascript
243         viewing function.
244
245 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
246
247         * shr.el (shr-expand-newlines): Fix variable name.
248
249 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
250
251         * shr.el (shr-expand-newlines): Make nested boxes work.
252
253 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
254
255         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
256         backgrounds.
257         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
258         in a more sensible manner.
259
260 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
261
262         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
263         if EPG is loaded.
264
265 2011-01-24  Julien Danjou  <julien@danjou.info>
266
267         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
268         tags.
269
270 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
271
272         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
273         commands.
274
275         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
276         in the article buffer.
277         (gnus-gravatar-insert): Use blank space from the current buffer to
278         avoid breaking text properties.  This makes X-Sent updating work again.
279
280         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
281
282 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
283
284         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
285         fix the bug in url-http.el instead.
286
287         * shr.el (shr-image-fetched): Ditto.
288
289         * shr.el (shr-image-fetched): Avoid having point move in the article
290         buffer.
291
292         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
293         buffer after being called.  It's apparently being killed by url.el, and
294         killing it made point move to end-of-buffer in a random buffer.
295
296         * shr.el (shr-image-fetched): Ditto.
297
298 2011-01-23  Julien Danjou  <julien@danjou.info>
299
300         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
301
302         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
303         text/x-org.
304
305 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
306
307         * gnus-sum.el (gnus-summary-move-article): Protect against backends
308         (i.e., nnimap) returning nil as the article number.
309
310 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
311
312         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
313         "DelSp" parameter in RFC3676.
314
315 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
316
317         * message.el (message-check-recipients): Display the encoded version of
318         the bogus address if they differ.
319
320         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
321         after sending.
322
323         * gnus-agent.el (gnus-agent-send-mail): Ditto.
324
325         * gnus-group.el (gnus-group-refresh-group): New convenience function.
326
327         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
328         group buffer after sending the queue.
329
330         * gnus-agent.el (gnus-agent-send-mail): Ditto.
331
332 2011-01-22  Julien Danjou  <julien@danjou.info>
333
334         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
335
336 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
337
338         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
339         nested related parts.
340
341         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
342         unexpired articles.  This fixes the regression that led expiry marks to
343         disappear from nnfolder groups.
344
345 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
346
347         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
348         Don't confuse the "ret" of "retrograde" with RET.
349
350 2011-01-21  Julien Danjou  <julien@danjou.info>
351
352         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
353         than mm-insert-inline.
354
355 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
356
357         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
358         Widen article buffer.
359
360 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
361
362         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
363         the temp buffer.
364         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
365
366 2011-01-20  Julien Danjou  <julien@danjou.info>
367
368         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
369
370         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
371         than mm-insert-inline to insert inline part: this respect
372         mm-inline-media-tests displayers.
373
374         * mm-view.el (mm-display-shell-script-inline): New function.
375
376         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
377
378         * mm-uu.el (mm-uu-type-alist): Add org block.
379         (mm-uu-org-src-code-block-extract): New function.
380
381         * mm-view.el (mm-display-org-inline): New function.
382
383         * mm-decode.el (mm-automatic-display): Add text/org.
384
385         * mailcap.el (mailcap-mime-extensions): Add .org.
386
387 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
388
389         * gnus-art.el (gnus-article-highlight): Remove argument passed to
390         gnus-article-add-buttons.
391
392 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
393
394         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
395         From header with a date and "nobody" as the sender.
396
397 2011-01-19  Julien Danjou  <julien@danjou.info>
398
399         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
400         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
401         if you have the same regexp several times.
402         (gnus-button-push): Fix matching when regexp is symbol.
403
404 2011-01-15  Glenn Morris  <rgm@gnu.org>
405
406         * message.el (message-mail): A compose-mail function should
407         accept headers as strings.
408
409 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
410
411         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
412         Add :vert-only tags.
413         (message-mail): New arg RETURN-ACTION.
414         (message-return-action): New var.
415         (message-bury): Use it.
416         (message-mode): Make it buffer-local.
417         (message-send-and-exit): Always call message-bury.
418
419         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
420         message-mail.
421
422 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
423
424         * nnimap.el (nnimap-convert-partial-article): Protect against
425         zero-length body parts.
426
427         * mm-decode.el (mm-preferred-alternative-precedence):
428         Discourage showing empty parts.
429
430         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
431         and stuff if the backend didn't return the article number.  This fixes
432         an Exchange-related nnimap bug.
433
434         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
435         group window, because it does the wrong thing when a separate frame
436         displays the group buffer.
437
438         * proto-stream.el (open-protocol-stream): Protect against the low-level
439         transport functions returning nil.
440
441 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
442
443         * mml2015.el (epg-sub-key-fingerprint): Autoload.
444         (mml2015-epg-find-usable-secret-key): New function.
445         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
446         mml2015-epg-find-usable-key (Bug#7797).
447         (mml2015-epg-encrypt): Ditto.
448
449 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
450
451         * dgnushack.el (rot13-string): Fix the way to get the argument.
452
453 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
454
455         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
456
457 2011-01-03  Glenn Morris  <rgm@gnu.org>
458
459         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
460
461         * sieve.el (sieve-open-server): Give a more explicit error if
462         sieve-manage-open returns nil.  (Bug#7720)
463
464 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
465
466         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
467
468 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
469
470         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
471         This avoids sending passwords in plain text over non-encrypted
472         channels.
473
474         * shr.el (shr-rescale-image): Display all GIF images as animated images.
475
476         * nnimap.el (nnimap-login): Refactored out into own function, and
477         implement CRAM-MD5.
478         (nnimap-wait-for-line): Refactored out.
479
480         * mm-view.el (mml-smime): Require.
481
482 2010-12-20  David Engster  <deng@eml.cc>
483
484         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
485         use EPG to decrypt S/MIME messages instead of openssl.
486
487 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
488
489         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
490
491         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
492         status is the group clearly is unreachable.
493
494         * auth-source.el (auth-source-create): Add the optional second
495         parameter to `local-variable-p' to be compatible with XEmacs.
496
497 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
498
499         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
500         work when using a compressed nnml folder.
501
502 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
503
504         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
505         backends after sanitising on entry, because this never makes sense:
506         If the articles have gone missing, then the data no longer exists on
507         the backend, and if they haven't, then Gnus is wrong, and shouldn't
508         overwrite anything anyway.
509
510         * shr.el (shr-insert-document): Bind shr-width dynamically to
511         window-width if it's nil.
512
513 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
514
515         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
516         with the meaning of using the full emacs window width for rendering.
517
518 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
519
520         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
521         case when sender is not given.
522
523 2010-12-23  Julien Danjou  <julien@danjou.info>
524
525         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
526         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
527         the addresses, otherwise we might misplaced the gravatar.
528
529 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
530
531         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
532         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
533         obsolete in Emacs.
534
535 2010-12-20  Julien Danjou  <julien@danjou.info>
536
537         * gnus-util.el (gnus-rescale-image): Revert last change.
538
539 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
540
541         * binhex.el: Improve commentary (Bug#7482).
542
543 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
544
545         * gnus-group.el (gnus-group-delete-articles): New command.
546
547 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
548
549         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
550
551 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
552
553         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
554         here, since it's up to the backends to do CRLF removal if their
555         protocol has it.
556
557         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
558
559 2010-12-17  Julien Danjou  <julien@danjou.info>
560
561         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
562         they are from file. Can also scale up.
563
564 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
565
566         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
567         gnus-use-agent.
568         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
569
570         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
571
572 2010-12-17  Julien Danjou  <julien@danjou.info>
573
574         * gravatar.el (gravatar-retrieve-synchronously): New function.
575         (gravatar-get-data): Make more robust.
576
577 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
578
579         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
580
581 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
582
583         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
584         to really consider the last line.
585
586 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
587
588         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
589         list of recipient keys, or use symmetric encryption if not a list.
590         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
591         EPA override, replacing the call to `netrc-store-data'.
592
593 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
594
595         * gnus-srvr.el: Avoid passing nil regexp argument to
596         delete-matching-lines.
597
598 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
599
600         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
601         fetching stops when Gnus exits.
602
603         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
604         function.
605         (nnfolder-request-expire-articles): Save all the buffers after doing
606         expiry.
607
608         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
609         the last article", since that led to serious performance regressions
610         when expiring nnml groups.
611
612 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
613
614         * nnir.el: Improve customizations.
615
616 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
617
618         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
619
620         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
621         group has been killed.
622         (gnus-group-yank-group): Ditto.
623
624         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
625
626         * nnimap.el (nnimap-request-update-group-status): New function.
627
628         * gnus-int.el (gnus-request-update-group-status): New interface
629         function.
630
631         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
632         copying read-ness to the backends.
633
634         * nnimap.el (nnimap-quirk): New function.
635         (nnimap-retrieve-group-data-early): Use it.
636         (nnimap-quirks): New alist.
637
638 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
639
640         * shr.el (shr-insert): Set shr-start after deleting trailing space;
641         don't delete it within indentation.
642
643 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
644
645         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
646         previous line.
647
648 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
649
650         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
651         QRESYNC command by deleting a superfluous space which broke Cyrus
652         servers.  This change will break other servers that are buggy the other
653         way around.
654
655 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
656
657         * spam.el: Reindent and fix long lines.
658         (spam-copy-or-move-routine): Exclude invalid move destinations.
659
660 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
661
662         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
663         installed the registry.
664
665 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
666
667         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
668
669 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
670
671         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
672         groupname doesn't contain "gmane".
673
674 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
675
676         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
677         and netrc-bound-and-true-p bindings.
678         (netrc-parse): Cache the netrc contents.
679
680         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
681         (gnus-1): Don't create the nndrafts group twice.
682         (gnus-setup-news): There's no need to read the active file here, since
683         that's done again later on a per-backend basis.
684         (gnus-start-draft-setup): Make sure that the new group is started out
685         empty.
686
687         * gnus-agent.el (gnus-agentize): Don't create the queue group
688         automatically on startup.  It'll be created later, if needed.
689
690         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
691         of automatically subscribed groups.
692         (gnus-auto-subscribed-categories): New variable.
693         (gnus-matches-options-n): Use it.
694         (gnus-default-subscribed-newsgroups): Remove unused variable.
695         (gnus-start-draft-setup): Message a bit less.
696
697 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
698
699         * nnir.el (nnir-run-imap): Return article list in order of increasing
700         UID.
701
702 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
703
704         * gnus-sum.el (gnus-summary-enter-digest-group):
705         Mention gnus-auto-select-on-ephemeral-exit.
706
707         * proto-stream.el (proto-stream-open-network-only): Fix the calling
708         convention of the network-only option.
709
710 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
711
712         * proto-stream.el (proto-stream-open-network-only): New function to
713         have a way to specify non-STARTTLS upgrade connections.
714
715 2010-12-10  Julien Danjou  <julien@danjou.info>
716
717         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
718         email address is nil.
719
720         * message.el (message-bogus-recipient-p): Set address to "" if nil.
721
722 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
723
724         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
725         deletion.
726         (nnir-run-imap): Only need to parse list once.
727
728 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
729
730         * shr.el (shr-tag-script): Ignore <script>.
731         (shr-tag-label): Add <label> support.
732
733 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
734
735         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
736
737         * shr.el (shr-image-displayer): Work for images lined side by side.
738
739 2010-12-08  Robert Pluim  <rpluim@gmail.com>
740
741         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
742         parameter, since XEmacs doesn't accept t as a parameter.
743
744 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
745
746         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
747         ids.
748         (nnir-run-gmane): Simplify groupspec formatting.
749         (nnir-request-expire-articles): New function.
750
751 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
752
753         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
754         overflow, possibly.
755
756         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
757         (shr-render-td): Handle td style="" better.
758         (shr-tag-table): Use the color from the style sheet.
759         (shr-render-td): Make sure we copy over all the overlays, too.
760
761 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
762
763         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
764         (nnir-request-article): Improve article retrieval.
765
766 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
767
768         * mm-util.el (mm-extra-numeric-entities): New variable.
769
770         * mm-url.el (mm-url-decode-entities):
771         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
772
773         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
774
775 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
776
777         * message.el: Use completion-at-point.
778         (message-completion-function): New fun, extracted from message-tab.
779         (message-mode): Use it for completion-at-point-functions.
780         (message-tab): Use it and completion-at-point.
781
782 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
783
784         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
785         character if a non-breakable character follows.
786
787 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
788
789         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
790         any stream.
791
792         * shr.el (shr-tag-font): Colorize the region.
793         (shr-tag-body): Ditto.
794         (shr-tag-font): Actually let the styles be inherited instead of
795         overwriting them.
796         (shr-tag-font): Get the background color right.
797         (shr-tag-style): Ignore all <style> tags for the moment.
798
799         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
800         a Message-ID to avoid having nnimap depend on gnus-sum.
801
802         * shr.el (shr-descend): Only colorize something if we have a node that
803         sets colors.
804
805 2010-12-06  Julien Danjou  <julien@danjou.info>
806
807         * shr.el (shr-render-td): Render td content with shr-descend, so style
808         will be applied to <td> too.
809         (shr-colorize-region): Colorize region even if we only have a background.
810         (shr-tag-body): Fix color and background color inheritance.
811         Do not recolorize after shr-generic.
812         (shr-tag-font): Let shr-generic colorize via inheritance.
813
814 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
815
816         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
817
818 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
819
820         * nnir.el (nnir-request-move-article): Remove obsolete code.
821
822 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
823
824         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
825
826 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
827
828         * gnus-sum.el (gnus-summary-respool-article): The completion function
829         expects a list instead of an alist.
830
831         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
832         string as the parameter.
833
834         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
835
836         * shr.el (shr-stylesheet): New dynamic variable for cascading the
837         styles.
838         (shr-colorize-region): New function.
839         (shr-insert-background-overlay): Remove.
840         (shr-render-td): Background setting should be taken care of on a higher
841         level.
842         (shr-tag-body): Use post-hoc colorizations.
843         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
844         (shr-put-color-1): Don't overwrite old colors.
845         (shr-colorize-region): When the background color isn't explicit, use
846         a fixed background.
847
848         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
849         nnmail variables.
850
851 2010-12-05  Bjørn Mork  <bjorn@mork.no>
852
853         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
854         unless necessary.
855
856 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
857
858         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
859         server.
860
861 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
862
863         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
864         so that TAB works.
865
866         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
867         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
868
869         * shr.el (shr-urlify): Show the URL before the title to avoid
870         misleading URLs.
871
872 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
873
874         * shr.el (shr-urlify): Display the title in <a> tags.
875
876 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
877
878         * nnir.el (nnir-categorize): Replace mapcar with mapc.
879
880 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
881
882         * nnir.el: Rearrange code to allow macros to be autoloaded by
883         gnus-sum.el.
884         (nnir-retrieve-headers-override-function): Make this variable
885         customizable.
886         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
887
888         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
889         from nnir.el.
890
891 2010-12-03  Julien Danjou  <julien@danjou.info>
892
893         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
894
895 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
896
897         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
898         allow optional argument `environment'.
899
900 2010-12-03  Glenn Morris  <rgm@gnu.org>
901
902         * mm-extern.el (message-goto-body): Update declaration.
903
904 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
905
906         * gnus-util.el (gnus-macroexpand-all): New function.
907
908         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
909         instead of macroexpand-all that is unavailable in XEmacs.
910
911 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
912
913         * nnir.el (nnir-summary-line-format): New variable.
914         (nnir-mode): Use it.
915         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
916         (nnir-article-ids): Reimplement as defsubst.
917         (nnir-retrieve-headers): Don't mangle the subject header.
918         (nnir-run-imap): Use 100 as RSV score.
919         (nnir-run-find-grep): Fix for full server searching.
920         (nnir-run-gmane): Better restriction to gmane groups.
921
922         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
923         summary buffers.
924
925 2010-12-02  Julien Danjou  <julien@danjou.info>
926
927         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
928
929         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
930
931         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
932         support.
933
934 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
935
936         * nnir.el: Update to handle the registry better.
937         (autoload): Silence byte-compiler.
938         (nnir-open-server): Add a hook for nnir groups.
939         (nnir-request-move-article): Don't mangle the header. Better to use
940         formating variables (which will be added in the future).
941         (nnir-registry-action): Update the registry using the original article
942         group name.
943         (nnir-mode): Install nnir-specific hooks for updating the registry.
944
945         * gnus-sum.el
946         (gnus-article-original-subject,gnus-newsgroup-original-name):
947         Remove obsolete variables.
948         (gnus-summary-move-article): Remove use of obsolete variables.
949         (gnus-summary-local-variables): Make move and delete hooks local to
950         summary buffers.
951
952 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
953
954         * rtree.el: New file.
955
956 2010-12-01  Julien Danjou  <julien@danjou.info>
957
958         * message.el (message-user-organization): Do not use
959         gnus-local-organization.
960
961         * gnus.el: Remove gnus-local-organization.
962
963         * gnus-msg.el: Remove nastygram thing.
964
965 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
966
967         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
968         funcall.
969
970 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
971
972         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
973         names.
974
975         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
976         characters.
977
978         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
979         to t of inhibit-read-only since it is inside gnus-with-article-headers.
980         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
981         (gnus-gravatar-transform-address): Use mail-extract-address-components
982         that supports non-ASCII names rather than mail-header-parse-addresses.
983
984 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
985
986         * proto-stream.el (open-protocol-stream): All starttls connections are
987         handled by the network handler.
988
989 2010-11-30  Julien Danjou  <julien@danjou.info>
990
991         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
992         (nnimap-open-connection-1): Fix PREAUTH.
993
994         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
995
996 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
997
998         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
999         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1000         (shr-insert): Use them.
1001         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1002
1003 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1004
1005         * nnir.el (nnir-request-move-article): Bail out if original group
1006         doesn't support article moves.
1007         (nnir-get-active): Improve active list retrieval.
1008
1009 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1010
1011         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1012
1013 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1014
1015         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1016         seem to accept strings-with-numbers as port numbers,
1017
1018 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1019
1020         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1021         change the registry.
1022
1023 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1024
1025         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1026         delete-dups that is not available in XEmacs 21.4.
1027
1028         * mm-util.el (mm-delete-duplicates): Add comment.
1029
1030 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1031
1032         * nnir.el (nnir-ignored-newsgroups): New variable.
1033         (nnir-get-active): Use it.
1034
1035 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1036
1037         * proto-stream.el (proto-stream-open-network): Add some comments.
1038
1039         * nntp.el (nntp-open-connection): Provide a :success condition.
1040
1041         * nnimap.el (nnimap-open-connection-1): Ditto.
1042
1043         * proto-stream.el (proto-stream-open-network): See what the response to
1044         the STARTTLS command is.
1045
1046         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1047         backwards compatibility).
1048         (nnimap-open-connection-1): Really respect nnimap-server-port.
1049
1050         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1051         TLS upgrades we don't really care about the identity of the peer.
1052         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1053         that what we've checked for.
1054         (proto-stream-always-use-starttls): Only default to t if
1055         open-gnutls-stream exists.
1056         (proto-stream-open-network): If STARTTLS failed, then just open a
1057         normal connection.
1058         (proto-stream-open-network): Wait until the greeting before doing
1059         STARTTLS.
1060
1061         * nntp.el (nntp-open-connection): Report what the connection error is.
1062
1063         * proto-stream.el (open-protocol-stream): Rename from
1064         open-proto-stream.
1065
1066 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1067
1068         * nnimap.el (nnimap-stream): Change default to `undecided'.
1069         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1070         first, and then network.
1071         (nnimap-open-connection-1): Respect nnimap-server-port.
1072         (nnimap-open-connection): Be more backwards-compatible.
1073
1074         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1075         (proto-stream-open-starttls): De-duplicate the starttls code.
1076         (proto-stream-open-starttls): Folded back into the main function.
1077         (proto-stream-open-network): Fix typo in the gnutls path.
1078         (proto-stream-command): Refactor out.
1079
1080         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1081
1082         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1083         starttls.el STARTTLS.
1084
1085         * color.el (color-lab->srgb): Fix function call name.
1086
1087         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1088         if we're using tls.el.
1089         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1090         built in, then don't try to establish a STARTTLS connection.
1091
1092         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1093         servers.
1094
1095         * proto-stream.el (open-proto-stream): Use network, not stream.
1096         (open-proto-stream): Add a way to specify what the end of a command is.
1097
1098         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1099         connections types.
1100         (nntp-open-network-stream): Remove.
1101         (nntp-open-ssl-stream): Remove.
1102         (nntp-open-tls-stream): Remove.
1103         (nntp-ssl-program): Remove.
1104
1105         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1106
1107 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1108
1109         * nnir.el: Fix typos.
1110         (nnir-retrieve-headers-override-function): Rename variable to reflect
1111         new semantics.
1112         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1113         macros.
1114         (nnir-request-article, nnir-request-move-article): Use them.
1115         (nnir-categorize): New function.
1116         (nnir-run-query): Use it.
1117         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1118         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1119         sorted.
1120         (nnir-group-full-name): Use gnus-group-full-name instead.
1121         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1122         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1123
1124 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1125
1126         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1127
1128         * proto-stream.el: New library to provide protocol-specific
1129         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1130         protocols.
1131         (open-proto-stream): Complete the documentation.
1132         (proto-stream-open-network): Fix some typos.
1133
1134         * nnimap.el (nnimap-open-connection): Use it.
1135
1136 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1137
1138         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1139         negotiation.
1140
1141 2010-11-26  Julien Danjou  <julien@danjou.info>
1142
1143         * color.el: Rename various rgb functions to srgb.
1144
1145 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1146
1147         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1148         names.
1149
1150 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1151
1152         * shr.el (shr-insert): Revert last change.
1153         (shr-find-fill-point): Never leave point being at bol;
1154         relax the kinsoku limitation when rendering tables.
1155
1156 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1157
1158         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1159         results from -accept-article.
1160
1161         * shr-color.el: Require cl when compiling.
1162
1163         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1164         checkin.
1165
1166         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1167
1168         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1169
1170         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1171         'add and 'delete to set backend marks.
1172
1173         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1174
1175         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1176
1177         * nntp.el (nntp-request-set-mark): Use it.
1178
1179         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1180
1181         * nnml.el (nnml-request-set-mark): Ditto.
1182
1183         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1184         introduces regressions in article selection.
1185         (nnimap-find-uid-response): New function.
1186         (nnimap-request-accept-article): Use the UID returned, if any.
1187         (nnimap-request-move-article): Use the UID returned, if any.
1188         (nnimap-get-groups): Reimplement to work with folded lines.
1189         (nnimap-find-uid-response): The UID is the last element in the list.
1190         (nnimap-request-set-mark): Extend syntax with 'set.
1191
1192         * nnml.el (nnml-request-set-mark): Ditto.
1193
1194         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1195
1196         * nntp.el (nntp-request-set-mark): Ditto.
1197
1198 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1199
1200         * message.el (message-called-interactively-p): A temporary macro.
1201         (message-goto-body): Use it temporarily.
1202
1203 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1204
1205         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1206         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1207         (nnimap-last-response-string): Fix last unfolding fix.
1208
1209 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1210
1211         * shr.el (shr-insert): Fix the way to fold lines.
1212
1213 2010-11-25  Julien Danjou  <julien@danjou.info>
1214
1215         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1216
1217         * color.el: Rename from color-lab.el
1218         (color-rgb->hex): Add.
1219         (color-complement): Add.
1220         (color-complement-hex): Add.
1221
1222         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1223
1224 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1225
1226         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1227         don't exist.
1228
1229 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1230
1231         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1232         assuming that article displaying or another mml-preview may be
1233         interrupted for an error or for the like.
1234
1235         * shr.el (shr-get-background): Fix argument name.
1236
1237 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1238
1239         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1240
1241         * gnus-sum.el (gnus-summary-include-articles): New function.
1242
1243         * message.el (message-goto-body): called-interactively-p needs a
1244         parameter, so use `any'.
1245
1246         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1247         clear marks before moving, since they're synced from the Gnus side
1248         first.
1249
1250         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1251         (gnus-summary-move-article): Copy over all marks before moving, so that
1252         IMAP doesn't think a new article has arrived.
1253
1254 2010-11-24  Julien Danjou  <julien@danjou.info>
1255
1256         * shr.el (shr-insert-background-overlay): Fix typo.
1257         (shr-render-td): Copy the background before rendering.
1258
1259         * shr-color.el (shr-color-visible): Fix docstring.
1260
1261         * shr.el (shr-tag-table): Add bgcolor support.
1262         (shr-render-td): Add bgcolor support.
1263         (shr-get-background): Add.
1264         (shr-insert-foreground-overlay): Use shr-get-background.
1265
1266         * message.el (message-goto-body): Use called-interactively-p.
1267         (message-in-body-p): message-goto-body returns point.
1268
1269 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1270
1271         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1272         Fixes something or other in Emacs 23, and is backwards compatible.
1273
1274         * message.el (message-goto-body): Remove the <#secure special-casing,
1275         which is too special.
1276
1277         * shr.el (shr-parse-style): Drop !important from styles.
1278
1279 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1280
1281         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1282         this function to return incorrect results when calling it with an
1283         explicit article argument different from
1284         (gnus-summary-article-number).
1285
1286 2010-11-24  Julien Danjou  <julien@danjou.info>
1287
1288         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1289         (shr-tag-body): Add background support.
1290         (shr-descend): Add background support.
1291         (shr-tag-title): Add.
1292
1293         * shr-color.el (shr-color-visible): Really return original background
1294         if fixed.
1295
1296 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1297
1298         * shr.el (shr-color-check): Protect against non-existant colour names.
1299
1300 2010-11-24  Julien Danjou  <julien@danjou.info>
1301
1302         * color-lab.el: Require 'cl when compiling.
1303
1304         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1305
1306         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1307         matched part.
1308
1309         * color-lab.el: Fix all expt calls to use float type.
1310
1311 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1312
1313         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1314         expression to shr-color-check as is.
1315
1316         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1317
1318         * color-lab.el: Add coding cookie.
1319         (float-pi): Use eval-and-compile.
1320
1321         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1322         compiled for Emacsen having no `libxml-parse-html-region' support.
1323
1324 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1325
1326         * shr.el (shr-insert-color-overlay): Split stuff like
1327         "#444444 !important" to find the real colour.
1328         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1329         parse <font color="red"> entries.
1330
1331 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1332
1333         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1334         point when parsing headers.
1335
1336         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1337         is positioned properly when parsing headers.
1338
1339 2010-11-23  Julien Danjou  <julien@danjou.info>
1340
1341         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1342
1343         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1344
1345         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1346
1347         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1348         Use shr-color-hue-to-rgb.
1349         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1350
1351 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1352
1353         * shr.el (shr-color->hexadecimal): Autoload.
1354         (shr-descend): Add color to all tags.
1355
1356 2010-11-22  Julien Danjou  <julien@danjou.info>
1357
1358         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1359         shr-color->hexadecimal.
1360
1361         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1362         RGB() or HSL() color representation.
1363
1364         * shr.el (shr-tag-font): Add.
1365         (shr-tag-color-check): New function to get better colors.
1366         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1367         tag-span.
1368
1369         * shr-color.el: New file.
1370
1371         * color-lab.el: New file.
1372
1373         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1374
1375 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1376
1377         * nnir.el: Fix typo in comments.
1378         (nnir-run-imap): Simplify code. No need to reverse artlist.
1379         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1380
1381 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1382
1383         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1384
1385         * nnimap.el (nnimap-get-capabilities): Refactor out.
1386         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1387
1388 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1389
1390         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1391         appearing when `mm-uu-hide-markers' is nil.
1392
1393 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1394
1395         * nnimap.el (nnimap-unselect-group): Make into its own function.
1396         (nnimap-request-rename-group): Unselect group before renaming.
1397         This had gotten lost somewhere.
1398         (nnimap-request-accept-article): Keep track of examined groups, and
1399         unselect the group before APPENDing to read-only groups.
1400         (nnimap-request-move-article): Clear flags before moving so that they
1401         can be re-set later.
1402
1403 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1404
1405         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1406         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1407
1408 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1409
1410         * gnus-art.el (gnus-mime-display-single)
1411         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1412         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1413         parameter.
1414
1415 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1416
1417         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1418         (shr-table-vertical-line): New variable.
1419         (shr-insert-table): Use it.
1420
1421 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1422
1423         * gnus-html.el (gnus-html-wash-images): Don't display images if
1424         gnus-inhibit-images is non-nil; register displayer for cid images.
1425         (gnus-html-display-image): Work for cid image.
1426         (gnus-html-insert-image): Allow arguments.
1427         (gnus-html-put-image): Inhibit read-only.
1428         (gnus-html-prefetch-images): Don't prefetch images if
1429         gnus-inhibit-images is non-nil.
1430
1431 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1432
1433         * shr.el (shr-put-image): Break lines when inserting big pictures.
1434
1435 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1436
1437         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1438         sender, thanks Katsumi Yamaoka.
1439
1440 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1441
1442         * nnir.el (nnir-run-imap): Reverse the article list for each group
1443         rather than the whole list.
1444
1445 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1446
1447         * shr.el (shr-image-displayer): Protect function against non-existent
1448         image source.
1449
1450         * gnus-art.el (gnus-inhibit-images): New user option.
1451         (gnus-mime-display-single): Don't display image if it is non-nil.
1452
1453         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1454         gnus-inhibit-images.
1455
1456         * shr.el (shr-image-displayer): New function.
1457         (shr-tag-img): Use it.
1458
1459 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1460
1461         * mml2015.el (mml2015-epg-sign): Use From header.
1462
1463 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1464
1465         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1466
1467         * gnus-util.el (gnus-find-text-property-region): Return markers.
1468
1469         * shr.el (shr-tag-img): Put a displayer in the text property.
1470
1471         * gnus-util.el (gnus-find-text-property-region): New utility function.
1472
1473         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1474         (gnus-html-show-images): Remove.
1475
1476         * gnus-art.el (gnus-article-show-images): New, more general function.
1477
1478         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1479         image url text properties.
1480
1481         * shr.el: Ditto.
1482
1483         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1484         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1485
1486 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1487
1488         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1489         work for two or more articles.
1490
1491 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1492
1493         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1494         divide an image that's in an html article to two or more when washing
1495         non-ASCII characters in alt text of it.
1496
1497 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1498
1499         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1500         smime-decrypt-region using function argument.
1501         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1502
1503         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1504
1505         * smime.el (smime-decrypt-region): Catch it.
1506
1507 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1508
1509         * smime.el (smime-mode-map): Move initialization into declaration.
1510         (gnus-run-mode-hooks): Don't autoload.
1511         (smime-mode): Use define-derived-mode.
1512
1513 2010-11-11  Glenn Morris  <rgm@gnu.org>
1514
1515         * smime.el (from): Restrict declaration to XEmacs.
1516
1517         * nnir.el (gnus-group-topic-name): Autoload.
1518
1519 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1520
1521         * shr.el (shr-insert): Don't break long line if it is because of
1522         kinsoku-bol characters in the line end.
1523
1524 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1525
1526         * nnir.el (nnir-request-move-article): Fix to provide original group
1527         and subject.
1528         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1529         been retrieved.
1530
1531         * gnus-sum.el (gnus-summary-move-article): Use original group and
1532         subject for virtual articles such as those in an nnir summary buffer.
1533
1534 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1535
1536         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1537         least 21.5).
1538
1539         * smime.el (from): Declare it again for XEmacs.
1540
1541 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1542
1543         * message.el (message-resend): Don't disable encoding unless it's
1544         already encoded.
1545
1546         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1547         low-numbered articles.
1548
1549 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1550
1551         * rfc2047.el (rfc2047-syntax-table): Simplify.
1552
1553         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1554
1555         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1556         set-char-table-range for XEmacs.
1557
1558 2010-11-10  Glenn Morris  <rgm@gnu.org>
1559
1560         * time-date.el (time-to-seconds): Always an alias on Emacs,
1561         never a real function.
1562         (with-no-warnings): Remove compat stub, now unused.
1563         (time-less-p): Doc fix.
1564         (time-to-number-of-days): Simplify.
1565
1566         * smime.el (from): Remove unused declaration.
1567
1568         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1569         (gnus-float-time): On Emacs, always an alias.
1570
1571         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1572         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1573
1574 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1575
1576         * dgnushack.el: Don't use ignore-errors in the top level form since it
1577         is unavailable in XEmacs even if cl is loaded.
1578
1579         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1580
1581 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1582
1583         * shr.el (browse-url-mailto): Autoload.
1584
1585         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1586
1587         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1588         regexp doesn't need quoting.
1589
1590 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1591
1592         * message.el (message-subject-trailing-was-ask-regexp)
1593         (message-subject-trailing-was-regexp): Match was: in addition to was.
1594
1595 2010-11-09  Glenn Morris  <rgm@gnu.org>
1596
1597         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1598         (nnbabyl-check-mbox): Use point-at-bol.
1599
1600 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1601
1602         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1603
1604         * message.el (message-mailto): New function.
1605         (message-mailto): Should accept other parameters.
1606         (message-mailto): Remove since it duplicates browse-url-mailto
1607         functionality.
1608
1609 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1610
1611         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1612         methods.
1613         (gnus-read-active-file): Ditto.
1614
1615         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1616         ": " from the prompt.
1617         (gnus-group-make-group): Ditto.
1618
1619 2010-11-07  Glenn Morris  <rgm@gnu.org>
1620
1621         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1622         (gnus-bookmark-kill-line): Use point-at-eol.
1623
1624 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1625
1626         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1627         asterisks in From header.
1628
1629 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1630
1631         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1632         string to avoid making the From headers syntactically invalid.
1633
1634         * message.el (message-send-mail): Don't insert courtesy messages if the
1635         message already has List-Post and List-ID messages.
1636
1637 2010-11-06  Glenn Morris  <rgm@gnu.org>
1638
1639         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1640         `condition', `type', `length' a prefix.
1641         (gnus-treat-predicate): Update for above name changes.
1642
1643 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1644
1645         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1646         binding.  Handled by `gnus-summary-refer-thread' instead.
1647         (nnir-warp-to-article): New backend function.
1648
1649         * nnimap.el (nnimap-request-thread): Force dependency updating.
1650
1651         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1652         (gnus-summary-refer-thread): Rework to improve thread-referral.
1653
1654         * gnus-int.el (gnus-warp-to-article): New function.
1655
1656         * gnus-sum.el (gnus-summary-article-map): Bind it.
1657
1658 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1659
1660         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1661         gnus-summary-refer-thread.
1662
1663         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1664         headers.
1665         (gnus-summary-limit-include-thread): Prevent articles in thread from
1666         being cut in gnus-cut-threads.
1667         (gnus-summary-refer-thread): Limit retrieved headers to those in
1668         thread.
1669
1670 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1671
1672         * message.el (message-send-mail): Use the value of
1673         message-courtesy-message from the message buffer.
1674
1675         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1676
1677         * shr.el (shr-browse-url): Implement mailto: URLs.
1678
1679         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1680         "raw".
1681
1682         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1683         if it's already selected.
1684
1685         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1686
1687 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1688
1689         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1690         to measure the length and truncate alt text.
1691
1692 2010-11-03  Glenn Morris  <rgm@gnu.org>
1693
1694         * nndiary.el (nndiary-generate-nov-databases-1)
1695         (nndiary-generate-active-info): Rename dynamic variable `files' to
1696         something less generic.
1697
1698 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1699
1700         * nnir.el (nnir-request-move-article): Call the underlying backend to
1701         move articles from nnir.
1702
1703 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1704
1705         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1706
1707 2010-11-02  Julien Danjou  <julien@danjou.info>
1708
1709         * nnir.el: Remove wais support.
1710
1711 2010-11-02  Glenn Morris  <rgm@gnu.org>
1712
1713         * gnus-html.el: Reorder requirements to quieten compiler.
1714
1715 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1716
1717         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1718         properly for XEmacs as well.
1719         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1720         (gnus-article-natural-long-line-p): Use window-width rather than
1721         frame-width.
1722
1723 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1724
1725         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1726         (nnir-read-parms): Don't modify query.
1727         (nnir-run-query): Add ability to search topic on current line.
1728         (nnir-get-active): Clean up.
1729
1730 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1731
1732         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1733         degenerate articles.
1734
1735         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1736         (gnus-print-buffer): Just print the buffer as is, without any copying
1737         to a buffer and then re-highlighting.
1738
1739         * nnimap.el (nnimap-request-group): Store the new updated info.
1740         (nnimap-request-group): Select the group when we don't know whether it
1741         exists or not.
1742
1743         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1744         groups.
1745
1746         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1747         groups.
1748
1749         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1750         groups.
1751
1752         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1753         long-lines case by only filling the long lines.
1754
1755         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1756         (bug #7311).
1757
1758 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1759
1760         * shr.el: No need to declare `declare-function' since shr.el is for
1761         only Emacsen that provide `libxml-parse-html-region'.
1762
1763         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1764         effective only in a file it is referred to.
1765
1766 2010-11-01  Glenn Morris  <rgm@gnu.org>
1767
1768         * mm-util.el (gnus-completing-read): Autoload.
1769         (mm-read-coding-system): Simplify Emacs definition.
1770
1771         * nnmail.el (gnus-activate-group):
1772         * nnimap.el (gnutls-negotiate):
1773         * nntp.el (netrc-parse): Fix declarations.
1774
1775 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1776
1777         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1778         string-match-p in Emacs >=23.
1779
1780         * gnus-msg.el (gnus-configure-posting-styles)
1781         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1782
1783 2010-11-01  Glenn Morris  <rgm@gnu.org>
1784
1785         * nnir.el (declare-function): Add compat stub.
1786         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1787         (nnir-run-gmane): Require 'mm-url.
1788
1789         * mm-util.el (mm-string-to-multibyte): Simplify.
1790
1791         * shr.el (declare-function): Add compat stub.
1792         (url-cache-create-filename): Declare.
1793         (mm-disable-multibyte, widget-convert-button): Autoload.
1794
1795         * smime.el (ldap-search): Declare.
1796         (smime-cert-by-ldap-1): Require ldap on Emacs.
1797
1798         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1799         (nnimap-keepalive): Use gnus-float-time.
1800
1801         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1802         (mail-source-delete-crash-box): Use gnus-float-time.
1803
1804         * gnus-dired.el (gnus-completing-read): Autoload.
1805
1806         * mm-view.el (gnus-rescale-image): Autoload.
1807
1808         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1809
1810         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1811
1812         * sieve-manage.el: Require 'cl when compiling.
1813
1814         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1815         (gnus-iswitchb-completing-read): Require iswitchb.
1816         (gnus-select-frame-set-input-focus): Silence compiler.
1817
1818 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1819
1820         * message.el (message-subject-trailing-was-query): Change default to t,
1821         since I think that's what most people want.
1822
1823         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1824         appending for easier debugging.
1825         (nnimap-wait-for-connection): Take a regexp.
1826         (nnimap-request-accept-article): Wait for the continuation line before
1827         sending anything unless we're streaming.
1828
1829         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1830         leave the header washing to take place.
1831
1832 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1833
1834         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1835         regular expression match and replace in posting styles.
1836
1837 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1838
1839         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1840         an entire server.
1841         (nnir-get-active): New function.
1842         (nnir-run-imap): Use it.
1843         (nnir-run-gmane): Who knew, gmane search returns an article score!
1844
1845         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1846         server on the current line with nnir.
1847
1848 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1849
1850         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1851         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1852         left edge.
1853         (gnus-article-foldable-buffer): Skip past the prefix when determining
1854         raggedness.
1855
1856         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1857         the raw article, and change `C-u g' to show the article without doing
1858         treatments.
1859
1860         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1861         on to `gnus-treat-article'.
1862         (gnus-inhibit-article-treatments): New variable.
1863
1864         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1865
1866         * gnus-art.el (gnus-treatment-function-alist): Have
1867         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1868         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1869         sections.
1870
1871         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1872         parameter.
1873         (gnus-article-fill-cited-long-lines): New function.
1874         (gnus-article-fill-cited-article): Allow filling only long sections.
1875
1876         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1877         and non-punctuation (like after the apostrophe in "'We").
1878
1879         * gnus-sum.el (gnus-summary-select-article): Make sure
1880         gnus-original-article-buffer is alive.
1881
1882         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1883         reflect the order they're in in the digest.
1884
1885         * gnus.el (gnus-group-startup-message): Move point to the start of the
1886         buffer.
1887
1888         * nnimap.el (nnimap-capability): New function.
1889         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1890         is set.
1891
1892 2010-10-31  David Engster  <dengste@eml.cc>
1893
1894         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1895         conform with changes to gnus-completing-read.
1896
1897 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1898
1899         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1900
1901 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1902
1903         * nnir.el: Move defvar, defcustom around to keep file organized
1904         and keep byte-compiler quiet.
1905         (nnir-read-parms): Accept search-engine as arg.
1906         (nnir-run-query): Pass search-engine as arg.
1907         (nnir-search-engine): Remove.
1908
1909 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1910
1911         * shr.el (shr-generic): The text nodes should be text, not :text.
1912
1913         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1914         later in the file.
1915
1916 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1917
1918         * nnir.el: General clean up.  Allow searching with multiple engines.
1919         Allow separate extra-parameters for each engine.
1920         Batch queries when possible.
1921         (nnir-imap-default-search-key,nnir-method-default-engines):
1922         Add customize interface.
1923         (nnir-run-gmane): New engine.
1924         (nnir-engines): Use it.  Qualify all prompts with engine name.
1925         (nnir-search-engine): Remove global variable.
1926         (nnir-run-hyrex): Restore for now.
1927         (nnir-extra-parms,nnir-search-history): New variables.
1928         (gnus-group-make-nnir-group): Use them.
1929         (nnir-group-server): Remove in favor of gnus-group-server.
1930         (nnir-request-group): Avoid searching twice.
1931         (nnir-sort-groups-by-server): New function.
1932
1933 2010-10-30  Julien Danjou  <julien@danjou.info>
1934
1935         * gnus-group.el: Remove gnus-group-fetch-control.
1936
1937         * gnus-start.el (gnus-find-new-newsgroups):
1938         Remove gnus-check-first-time-used.
1939
1940         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1941
1942 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1943
1944         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1945         set on groups that don't have \* permanentflags.
1946
1947 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1948
1949         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1950         control the background color.
1951         (shr-tag-img): Ignore very small web bug type images.
1952         (shr-put-image): Add help-echo alt texts to the images.
1953         (shr-tag-video): Show the video poster image.
1954
1955 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1956
1957         * shr.el (shr-table-depth): New variable.
1958         (shr-tag-table-1): Only insert the images after the top-level table.
1959
1960         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1961
1962         * gnus-util.el (gnus-list-memq-of-list): New function.
1963
1964         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1965         selected.
1966         (nnimap-unsplittable-articles): New slot.
1967         (nnimap-new-articles): Use it.
1968
1969 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1970
1971         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1972         move to the previous line on `M-g'.
1973
1974 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1975
1976         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1977         *-request-group, which seems unnecessary.
1978
1979         * nnimap.el (nnimap-quote-specials): Function copied over from
1980         imap.el.
1981         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1982         they support that.  Suggested by Tom Regner.
1983
1984 2010-10-29  Julien Danjou  <julien@danjou.info>
1985
1986         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1987         defalias.
1988         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1989
1990         * gnus.el: Remove `gnus-nntp-service' variable.
1991         (gnus-secondary-servers): Make obsolete.
1992         (gnus-nntp-server): Make obsolete.
1993
1994         * gnus-start.el (gnus-1): Remove x-splash calls.
1995
1996         * gnus-ems.el (gnus-x-splash): Remove.
1997
1998         * gnus.el (gnus-group-startup-message): Simplify/update code.
1999
2000         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2001         definition.
2002
2003         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2004         capability before doing anything.
2005         (gnus-group-insert-group-line): Remove useless
2006         gnus-group-remove-excess-properties.
2007
2008 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2009
2010         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2011
2012 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2013
2014         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2015         config after reselecting.
2016
2017 2010-10-28  Julien Danjou  <julien@danjou.info>
2018
2019         * shr.el (shr-put-image): Use point even if only inserting text.
2020         (shr-put-image): Save excursion when inserting alt text on non-graphic
2021         display, so the behaviour is the same when we are on a graphic display.
2022
2023         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2024
2025 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2026
2027         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2028         (gnus-mime-copy-part): Check coding system, not charset.
2029         (gnus-mime-view-part-externally): Never remove part.
2030         (gnus-mime-view-part-internally): Don't remove part here.
2031         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2032         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2033         multipart/alternative.
2034
2035         * mm-decode.el (mm-display-part): Take optional arg `force'.
2036
2037 2010-10-26  Julien Danjou  <julien@danjou.info>
2038
2039         * gnus-group.el (gnus-group-default-list-level): Add this function to
2040         compute the default list level.
2041         (gnus-group-default-list-level): Add possibility to use a function.
2042
2043 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2044
2045         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2046
2047         * gnus-group.el (gnus-group-completing-read)
2048         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2049         gnus-replace-in-string.
2050
2051 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2052
2053         * shr.el (shr-tag-div): Add.
2054
2055         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2056
2057 2010-10-25  Julien Danjou  <julien@danjou.info>
2058
2059         * gnus-util.el: Remove `gnus-with-local-quit'.
2060
2061         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2062
2063 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2064
2065         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2066         the original article buffer.
2067
2068 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2069
2070         * nnimap.el (nnimap-request-head): New function.
2071         (nnimap-request-move-article): Try to be slighly faster by not
2072         requesting the entire message when moving.
2073         (nnimap-transform-headers): Don't bug out on bodiless articles.
2074         (nnimap-send-command): Have no outstanding messages if the IMAP server
2075         doesn't support streaming.
2076         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2077
2078 2010-10-24  Julien Danjou  <julien@danjou.info>
2079
2080         * message.el (message-default-headers): Fix type.
2081
2082 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2083
2084         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2085         prefetching images.
2086
2087         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2088         backend for unknown groups.  This is mainly useful for nnimap groups.
2089
2090         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2091         group isn't covered by the agent.
2092
2093 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2094
2095         * nnir.el (nnir-method-default-engines): New variable.
2096         (nnir-run-query): Use it.
2097         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2098         (gnus-summary-nnir-goto-thread): Change group if needed.
2099
2100         * gnus-group.el (gnus-group-group-map): Add key binding for
2101         gnus-group-make-nnir-group.
2102
2103 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2104
2105         * shr.el (shr-tag-object): Add.
2106
2107         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2108         original article buffer live.
2109         (gnus-summary-select-article-buffer):
2110         Mention gnus-widen-article-buffer.
2111
2112 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2113
2114         * shr.el (shr-tag-strong): Add.
2115
2116 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2117
2118         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2119         group names.  They mess up the group buffer badly.
2120
2121         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2122
2123         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2124         instead of the summary one.
2125
2126 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2127
2128         * mml.el (mml-preview): Work properly when editing article.
2129
2130         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2131         gnus-have-read-active-file if it's already been in.
2132
2133 2010-10-22  Tom Tromey  <tromey@redhat.com>
2134
2135         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2136         gnus-group-completing-read.
2137
2138 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2139
2140         * message.el (message-mode-map): Don't bind M-; to comment region, to
2141         allow the global comment-dwim to work.
2142
2143 2010-10-21  Julien Danjou  <julien@danjou.info>
2144
2145         * message.el (message-setup-1): Allow message-default-headers to be a
2146         function.
2147
2148 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         * shr.el (shr-tag-table): Simplify.
2151
2152 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2153
2154         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2155         to avoid trying to snarf invalid stuff.
2156
2157         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2158
2159         * gnus.el (gnus-message-archive-group): Quote value.
2160         (gnus-message-archive-group): Mark as changed.
2161
2162         * shr.el (shr-add-font): Don't put the font properties on the newline
2163         or the indentation.
2164
2165         * message.el (message-fix-before-sending): Change options when sending
2166         non-printable characters.
2167
2168         * gnus.el (gnus-message-archive-method): Change the default to
2169         monthly outgoing groups.
2170
2171         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2172         that have gotten new numbers.
2173
2174         * nnimap.el (nnimap-request-replace-article): New function.
2175
2176 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2177
2178         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2179         (nnrss-request-article): Don't use special html washing code.
2180
2181 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2182
2183         * shr.el (shr-tag-table): Remove useless nconc.
2184
2185 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2186
2187         * gnus-art.el (article-wash-html): Simplify and remove the charset
2188         stuff.  Use the normal html rendering code instead of the special html
2189         washing code.
2190
2191         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2192         `gnus-w3m' symbols.
2193         (mm-text-html-washer-alist): Remove.
2194
2195         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2196         (mm-inline-media-tests): Remove use.
2197         (mm-text-html-renderer): Change default to the `shr' symbol.
2198
2199         * mm-view.el (mm-inline-text-html): Remove use.
2200
2201         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2202         `gnus-blocked-images' to be a function.
2203         (gnus-article-wash-function): Remove.
2204
2205 2010-10-20  Julien Danjou  <julien@danjou.info>
2206
2207         * spam.el (spam-list-of-processors): Mark as obsolete.
2208
2209         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2210         (nnimap-insert-partial-structure): Fix boundary detection.
2211
2212 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2213
2214         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2215         run file-truename on remote files.  This can be expensive and even
2216         prevent one from editing drafts if some unrelated buffer has a stale
2217         connection.
2218
2219 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2220
2221         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2222         kinsoku-eol regardless of shr-kinsoku-shorten.
2223         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2224         (shr-tag-table): Support caption, thead, and tfoot.
2225
2226 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227
2228         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2229         lines.
2230         (shr-save-contents): New command and keystroke.
2231
2232         * nndoc.el (nndoc-type-alist): Add git support.
2233         (nndoc-git-type-p): New function.
2234         (nndoc-transform-git-article): Ditto.
2235         (nndoc-transform-git-headers): Ditto.
2236         (nndoc-transform-git-headers): Generate Subject headers.
2237
2238         * shr.el (shr-parse-style): New function.
2239         (shr-tag-span): Ditto.
2240
2241         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2242         to `G G' to avoid collisions.
2243
2244 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2245
2246         * shr.el: Load kinsoku if necessary.
2247         (shr-kinsoku-shorten): New internal variable.
2248         (shr-find-fill-point): Make kinsoku shorten text line if
2249         shr-kinsoku-shorten is bound to non-nil.
2250         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2251         shr-indentation too when testing if table is wider than frame width.
2252         (shr-insert-table): Use `string-width' instead of `length' to measure
2253         text width.
2254         (shr-insert-table-ruler): Make sure indentation is done at bol.
2255
2256 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2257
2258         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2259         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2260         undecoded network data.
2261
2262 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2263
2264         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2265         name in the mode line spec so that the mode line menu works
2266         (bug #2431).
2267
2268         * message.el (message-get-reply-headers): If we're fed `to-address',
2269         then always use that.
2270
2271         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2272         aren't so wide as to need to switch off the edit menu.
2273
2274         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2275         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2276
2277         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2278         `M-g'.
2279         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2280         the permanent marks.
2281
2282 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2283
2284         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2285         Splitting according to references/in-reply-to obeys the ignore-groups
2286         variable, while splitting by sender and subject do not.
2287
2288 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2289
2290         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2291         alist, so that we can look for non-Unicode chars.
2292         (article-translate-strings): Allow both character and string maps.
2293
2294 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2295
2296         * shr.el (shr-insert): Don't insert space behind a wide character
2297         categorized as kinsoku-bol, or between characters both categorized as
2298         nospace.
2299
2300 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2301
2302         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2303         headers to gnus-newsgroup-headers.
2304
2305 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2306
2307         * shr.el (shr-tag-img): Don't align images -- since we're not
2308         rescaling, this often leads to ugly displays.
2309
2310 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2311
2312         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2313         duplicates.
2314
2315 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2316
2317         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2318         call.
2319
2320 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2321
2322         * gnus.el: Autoload gnus-html-show-images.
2323
2324         * nnimap.el: Use nnheader-message throughout.
2325
2326         * shr.el (shr-tag-img): Ignore images with no data.
2327
2328 2010-10-15  Julien Danjou  <julien@danjou.info>
2329
2330         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2331         a possibility to disable format=flow encoding when using hard newlines.
2332
2333 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2334
2335         * shr.el (shr-insert): Remove space inserted before or after a
2336         breakable character or at the beginning or the end of a line.
2337         (shr-find-fill-point): Do kinsoku; find the second best point or give
2338         it up if there's no breakable point.
2339
2340 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2341
2342         * nnimap.el (nnimap-open-connection): Message when opening connection
2343         for debugging purposes.
2344
2345         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2346         on every setup buffer call to allow this to change from article to
2347         article.
2348
2349         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2350         buffers where we have a wide table.
2351
2352 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2353
2354         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2355         uses *-request-thread.
2356
2357 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2358
2359         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2360         incantation, which is no longer valid.
2361
2362 2010-10-14  Julien Danjou  <julien@danjou.info>
2363
2364         * shr.el: Fix defcustom type (char -> character).
2365
2366 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2367
2368         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2369         programs.
2370
2371 2010-10-14  Julien Danjou  <julien@danjou.info>
2372
2373         * shr.el (shr-tag-a): Use url-link as widget type.
2374
2375         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2376         `gnus-group-get-icon'.
2377
2378 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2379
2380         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2381         This should make server editing work better.
2382
2383         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2384
2385         * tls.el (tls-program): Remove spurious %s from openssl.
2386
2387         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2388         (nnimap-parse-flags): Fix regexp.
2389
2390         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2391         probably work for CJVK text, too.
2392
2393         * nnimap.el (nnimap-extend-tls-programs): Remove.
2394         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2395
2396         * tls.el (tls-starttls-switches): Remove starttls hack.
2397         (open-tls-stream): Ditto.
2398         (tls-find-starttls-argument): Ditto.
2399
2400 2010-10-13  Julien Danjou  <julien@danjou.info>
2401
2402         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2403         responses.
2404
2405 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2406
2407         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2408
2409         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2410         anything in Emacs.
2411
2412         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2413
2414 2010-10-13  Julien Danjou  <julien@danjou.info>
2415
2416         * shr.el (shr-width): Make shr-width a defcustom with default to
2417         fill-column.
2418         (shr-tag-img): Use shr-width rather than fill-column.
2419
2420 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2421
2422         * dgnushack.el (byte-optimize-apply)
2423         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2424
2425         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2426         position when (X-)Faces exist.
2427         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2428         avatars when called interactively.
2429
2430 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2431
2432         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2433         gnus-article-x-face-too-ugly is bound.
2434
2435 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2436
2437         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2438
2439         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2440         mailbox that doesn't exist.
2441
2442 2010-10-12  Julien Danjou  <julien@danjou.info>
2443
2444         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2445         (shr-get-image-data): Encode URL properly when fetching from cache.
2446         (shr-tag-img): Use aligned-to spaces to align correctly images.
2447
2448         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2449         before inserting the Gravatar.
2450
2451         * shr.el (shr-tag-img): Add align attribute support for <img>.
2452
2453 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2454
2455         * gnus-gravatar.el (gnus-art): Require.
2456
2457         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2458         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2459         Remove long obsoleted functions.
2460
2461 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2462
2463         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2464
2465         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2466
2467         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2468         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2469         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2470         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2471         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2472         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2473         * sieve-manage.el, smime.el, spam.el:
2474         Fix comment for declare-function.
2475
2476 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2477
2478         * nnimap.el (nnimap-request-rename-group): Select group read-only
2479         before renaming it.
2480
2481         * shr.el (shr-insert): Fix up the white space only regexp.
2482
2483         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2484         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2485
2486         * shr.el (shr-current-column): New function.
2487         (shr-find-fill-point): New function.
2488
2489 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2490
2491         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2492         numbers.
2493
2494 2010-10-11  Julien Danjou  <julien@danjou.info>
2495
2496         * shr.el (shr-hr-line): Add.
2497         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2498         display hr lines.
2499         (shr-max-columns): Do not change state to nil if we just inserting
2500         spaces.
2501
2502 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2503
2504         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2505         select the last group.
2506
2507 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2508
2509         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2510
2511 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2512
2513         * dig.el (dig-mode-map): Declare and define in one step.
2514
2515 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2516
2517         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2518         for Gnus.
2519         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2520         (nnimap-update-qresync-info): Mark \Seen articles as read.
2521
2522         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2523         non-variable, too.
2524
2525         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2526         available.
2527         (nnimap-update-info): Rely more on the current active than the param
2528         active to avoid marking articles as read too much.
2529
2530         * auth-source.el (auth-source-create): Use (user-login-name) for the
2531         user name default.
2532
2533         * nnimap.el (nnimap-update-info): If the server doesn't return any
2534         useful info, just use the previous info.
2535         (nnimap-update-info): Prefer old info over start-article.
2536         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2537
2538 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2539
2540         * nnir.el (autoload): Clean up autoloads.
2541         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2542         Use key rather than value.
2543         (nnir-imap-search-other): New variable.
2544         (nnir-read-parm): Use it.
2545         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2546         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2547
2548 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2549
2550         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2551         the process, too.
2552
2553 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2554
2555         * spam.el (gnus-summary-mode-map): Bind to "$".
2556         Suggested by Russ Allbery.
2557
2558         * shr.el: Rework the way things are indented by <li> slightly.
2559
2560         * gnus.el (gnus-group-set-parameter): Fix typo.
2561
2562         * nnimap.el: Start implementing QRESYNC support.
2563
2564 2010-10-09  Julien Danjou  <julien@danjou.info>
2565
2566         * nnir.el (nnir-engines): Fix too many arguments.
2567
2568 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2569
2570         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2571         group is the "last", so that the backends like nnfolder actually save
2572         their folders.
2573
2574         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2575         try to use that for the tls stream.
2576         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2577         UIDVALIDITY and find out which groups are read-only and not.
2578         (nnimap-get-flags): Use the same marks parsing code as the rest of
2579         nnimap.
2580
2581 2010-10-09  Julien Danjou  <julien@danjou.info>
2582
2583         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2584
2585         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2586         retrieving gravatars.
2587
2588         * shr.el (shr-table-corner): Add.
2589         (shr-table-line): Add.
2590         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2591
2592 2010-10-08  Julien Danjou  <julien@danjou.info>
2593
2594         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2595
2596 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2597
2598         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2599
2600         * gnus-sum.el (gnus-mark-article-as-unread)
2601         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2602         (gnus-summary-set-bookmark): Use it.
2603
2604         * gnus-msg.el (gnus-setup-message): Use it.
2605
2606         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2607
2608         * gnus.el (gnus-group-remove-parameter): Use it.
2609
2610         * gnus-group.el (gnus-group-make-web-group): Use it.
2611
2612         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2613
2614         * nnregistry.el: Update docs to mention manual.
2615
2616         * gnus-registry.el: Update docs to mention nnregistry.el.
2617         (gnus-registry-initialize): Don't install nnregistry refer method
2618         automatically.
2619         (gnus-registry-install-nnregistry): Remove it.
2620
2621 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2622
2623         * shr.el (shr-insert): Don't insert double spaces.
2624
2625 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2626
2627         * gnus-gravatar.el (gnus-treat-from-gravatar)
2628         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2629         called interactively.
2630
2631         * gnus-art.el (gnus-mime-view-part-externally)
2632         (gnus-mime-view-part-internally): Make predicate function passed to
2633         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2634         of a mime type.
2635
2636         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2637
2638 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2639
2640         * shr.el (require): Require cl when compiling.
2641         (shr-tag-hr): New function.
2642
2643         * nnimap.el (nnimap-update-info): Remove double setting of high.
2644         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2645         This makes nnimap work properly on Courier again.
2646
2647         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2648         the variable for backwards compatability.
2649
2650         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2651         the file name before using to avoid setting mm-default-directory to
2652         nil.
2653
2654         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2655         bidning gnus-agent variables.
2656
2657         * shr.el (shr-render-td): Use a cache for the table rendering function
2658         to avoid getting an exponential rendering behaviour in nested tables.
2659         (shr-insert): Rework the line-breaking algorithm.
2660         (shr-insert): Don't leave trailing spaces.
2661         (shr-insert-table): Also insert empty TDs.
2662         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2663
2664 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2665
2666         * gnus-sum.el (gnus-number): Rename from `number'.
2667         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2668         (gnus-summary-limit-children): Update uses correspondingly.
2669
2670 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2671
2672         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2673         (gnus-gravatar-transform-address): Don't show avatars of people of
2674         which mail addresses match gnus-gravatar-too-ugly.
2675
2676 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2677
2678         * shr.el (shr-table-widths): Expand TD elements to fill available
2679         space.
2680
2681 2010-10-07  Julien Danjou  <julien@danjou.info>
2682
2683         * nnimap.el (nnimap-request-rename-group): Add this method.
2684
2685 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2686
2687         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2688         name from XEmacs' function-arglist.
2689
2690         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2691         gravatar under XEmacs.
2692
2693 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2694
2695         * auth-source.el: Update docs with TODO items.
2696
2697         * gnus-sync.el: Update docs to explain state and plans.
2698
2699         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2700         Hooks for mark updates.
2701         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2702
2703         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2704         hooks with arguments, which is needed for mark update hooks.
2705
2706 2010-10-06  Julien Danjou  <julien@danjou.info>
2707
2708         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2709         was matched.
2710
2711         * sieve-manage.el: Update example in `Commentary'.
2712
2713         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2714
2715         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2716         not 2000.
2717         (sieve-manage-authenticate): Re-add function.
2718
2719 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2720
2721         * shr.el (shr-insert): Get 'space transition right.
2722         (shr-render-td): Only delete space at the end of the TD.
2723
2724         * nnimap.el (nnimap-open-connection): Prepare to support
2725         open-gnutls-stream.
2726
2727         * shr.el: Rearrange function order to be more logical.
2728
2729 2010-10-06  Julien Danjou  <julien@danjou.info>
2730
2731         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2732         (nnrss-discover-feed): Remove 404 URL in docstring.
2733
2734         * nnir.el: Fix Swish-E URL.
2735         Fix Namazu URL.
2736
2737         * message.el (message-change-subject): Remove 404 URL in a comment.
2738
2739 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2740
2741         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2742         called interactively.
2743
2744         * gnus-util.el (gnus-remove-if): Allow hash table.
2745         (gnus-remove-if-not): New function.
2746
2747         * gnus-art.el (gnus-mime-view-part-as-type)
2748         * gnus-score.el (gnus-summary-score-effect)
2749         * gnus-sum.el (gnus-read-move-group-name):
2750         Replace remove-if-not with gnus-remove-if-not.
2751
2752         * gnus-group.el (gnus-group-completing-read):
2753         Regard collection as a hash table if it is not a list.
2754
2755 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2756
2757         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2758
2759         * shr.el: Document the table-rendering algorithm.
2760
2761 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2762
2763         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2764         for Emacsen having no `libxml-parse-html-region' support.
2765
2766 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2767
2768         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2769         invalid URLs.
2770
2771         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2772         line-broken.
2773         (shr-tag-img): Ignore image fetching errors.
2774         (shr-overlays-in-region): Compute overlay positions correctly.
2775
2776         * mm-decode.el (mm-shr): Require shr.
2777
2778         * gnus-art.el (gnus-blocked-images): Move variable here.
2779
2780         * shr.el (shr-insert-table): Bind free variable.
2781
2782         * mm-decode.el (mm-shr): Bind shr-content-function.
2783
2784         * shr.el (shr-content-function): New variable.
2785
2786         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2787         added for symmetry.
2788
2789         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2790
2791         * gnus-group.el (gnus-group-make-group): Doc fix.
2792
2793         * nnimap.el (nnimap-request-newgroups): Return success.
2794
2795         * shr.el (shr-find-elements): New function.
2796         (shr-tag-table): Put all the images after the table.
2797         (shr-tag-table): Really inhibit images inside the table.
2798         (shr-collect-overlays): Copy over overlays from the TD elements to the
2799         main document.
2800
2801         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2802         gnus-blocked-images.
2803
2804 2010-10-05  Julien Danjou  <julien@danjou.info>
2805
2806         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2807
2808         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2809         (gnus-html-maximum-image-size): Add this function.
2810         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2811
2812         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2813         server-value of the capability is nil.
2814
2815 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2816
2817         * shr.el (shr-tag-em): Add <EM> tag.
2818
2819 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2820
2821         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2822         customizable.
2823
2824         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2825         handing broken links to browse-url.
2826
2827 2010-10-05  Julien Danjou  <julien@danjou.info>
2828
2829         * gnus-util.el (gnus-emacs-completing-read)
2830         (gnus-iswitchb-completing-read): Use autoload rather than require.
2831
2832 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2833
2834         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2835         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2836         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2837         iswitchb-temp-buflist for XEmacs.
2838
2839         * gnus-util.el (gnus-completing-read-function): Exclude
2840         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2841         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2842         XEmacs.
2843
2844         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2845         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2846
2847         * gnus-html.el: Don't require help-fns under XEmacs.
2848         (gnus-html-schedule-image-fetching): Work for XEmacs.
2849
2850         * mm-decode.el (mm-shr): Decode contents by charset.
2851
2852 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2853
2854         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2855         unknown.
2856
2857         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2858         (shr-get-image-data): Ensure against the cache file missing.
2859
2860         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2861         for data.
2862
2863         * spam-report.el (spam-report-url-ping-plain): Don't query about
2864         killing the process.
2865
2866         * shr.el (shr-render-td): Protect against too-wide text.
2867
2868 2010-10-04  Julien Danjou  <julien@danjou.info>
2869
2870         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2871         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2872
2873         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2874         retrieved.
2875
2876 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2877
2878         * shr.el (browse-url): Require.
2879         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2880         lines.
2881         (shr-show-alt-text, shr-browse-image): New commands.
2882         (shr-browse-url, shr-copy-url): New commands.
2883
2884         * gnus-sum.el (gnus-widen-article-window): New variable.
2885         (gnus-summary-select-article-buffer): Use it.
2886
2887         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2888         without @ signs.
2889
2890 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2891
2892         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2893
2894 2010-10-04  Julien Danjou  <julien@danjou.info>
2895
2896         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2897         for XEmacs.
2898
2899 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2900
2901         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2902
2903         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2904         (nnimap-close-server): Implement.
2905
2906         * dgnushack.el (iswitchb): Require to shut up the compiler.
2907
2908         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2909         (shr-insert): Tweak line breaking.
2910         (shr-insert): Handle <pre> better.
2911         (shr-tag-li): Get <li> indentation right.
2912         (shr-tag-li): Get <li> indentation even righter.
2913         (shr-tag-blockquote): Ensure paragraph start.
2914         (shr-make-table): Tweak table generation.
2915         (shr-make-table): Fix typo.
2916
2917         * shr.el: Implement table rendering.
2918
2919 2010-10-04  Julien Danjou  <julien@danjou.info>
2920
2921         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2922
2923 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2924
2925         * shr.el (shr-insert): Use string anchors instead of line anchors.
2926
2927 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2928
2929         * shr.el: Add headings.
2930         (shr-ensure-paragraph): Actually work.
2931         (shr-tag-li): Make <ul> prettier.
2932         (shr-insert): Get white space at the beginning/end of elements right.
2933         (shr-tag-p): Collapse subsequent <p>s.
2934         (shr-ensure-paragraph): Don't insert double line feeds after blank
2935         lines.
2936         (shr-insert): \t is also space.
2937         (shr-tag-s): Fix "s" tag name function.
2938         (shr-tag-s): Fix face prop name.
2939
2940 2010-10-03  Julien Danjou  <julien@danjou.info>
2941
2942         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2943
2944         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2945         gnus-window-inside-pixel-edges.
2946
2947         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2948         gnus-ems.
2949
2950         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2951
2952         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2953         function.
2954
2955         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2956         resize choice.
2957
2958 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2959
2960         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2961         beginning of the buffer.
2962
2963         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2964         article buffer again.
2965
2966         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2967
2968         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2969         when it's at the start of the buffer.
2970
2971         * shr.el (shr-tag-blockquote): Convert name.
2972         (shr-rescale-image): Use the right image-size variant.
2973
2974         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2975         buffer isn't shown, then select the current article first instead of
2976         bugging out.
2977         (gnus-summary-select-article-buffer): Show both the article and summary
2978         buffers again.
2979
2980         * shr.el (shr-fontize-cont): Protect against regions with no text.
2981         Rename tag functions to shr-tag-* for enhanced security.
2982         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2983
2984 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2985
2986         * shr.el (shr-insert):
2987         * pop3.el (pop3-movemail):
2988         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2989         loaded.
2990
2991 2010-10-03  Glenn Morris  <rgm@gnu.org>
2992
2993         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2994
2995         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2996
2997         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2998
2999         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3000
3001         * gnus-util.el (gnus-make-local-hook): Simplify.
3002
3003 2010-10-02  Julien Danjou  <julien@danjou.info>
3004
3005         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3006         (gnus-ido-completing-read): New function.
3007         (gnus-emacs-completing-read): New function.
3008         (gnus-completing-read): Use gnus-completing-read-function.
3009         Add gnus-completing-read-function.
3010
3011 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3012
3013         * shr.el (shr-insert-document): Autoload.
3014         (shr-img): Be silent.
3015         (shr-insert): Add a newline after every picture before text.
3016         (shr-add-font): Use overlays for combining faces.
3017         (shr-insert): Pass upwards the text start point.
3018
3019         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3020         possible.
3021         (mm-shr): New function.
3022
3023 2010-10-02  Julien Danjou  <julien@danjou.info>
3024
3025         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3026         should go backward.
3027
3028 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3029
3030         * shr.el (shr): Fix typo in provide call.
3031
3032 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3033
3034         * shr.el: New file.
3035
3036         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3037
3038         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3039         completing read.
3040
3041 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3042
3043         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3044         we're being queried about.  Suggested by Dan Jacobson.
3045
3046         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3047         Suggested by Jason Eisner.
3048
3049         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3050         table, too.  Suggested by Stefan Wiens.
3051         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3052         the table unnecessary.  Suggested by Stefan Wiens.
3053
3054         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3055         longer needed, and probably doesn't work either, as pointed out by
3056         Stefan Wiens.
3057         (gnus-summary-exit): Remove call to the clearing function.
3058         (gnus-summary-exit-no-update): Ditto.
3059
3060         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3061         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3062         Reported by Stefan Monnier.
3063         (gnus-summary-save-in-rmail): Ditto.
3064
3065         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3066         article buffer, instead of both the article buffer and the summary
3067         buffer.  Sort of suggested by Dan Jacobson.
3068
3069         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3070
3071         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3072         Suggested by Dan Jacobson.
3073
3074         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3075         documentation clearer.
3076
3077         * message.el (message-shorten-references): Comment on the number "21".
3078         Suggested by Stefan Monnier.
3079
3080         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3081         Suggested by Dan Jacobson.
3082
3083         * gnus.el (gnus-large-newsgroup):
3084         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3085
3086         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3087         externalize attachments.  Bug reported by Steve Wen.
3088
3089         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3090         really message anything to the user.
3091
3092         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3093         directly.
3094
3095         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3096         messages in empty groups.
3097
3098 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3099
3100         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3101         non-UIDNEXT group.
3102
3103 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3104
3105         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3106         not the value from the collection.
3107
3108         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3109         values.  This sometimes happens on some groups that have no info.
3110         (nnimap-request-newgroups): New function.
3111
3112 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3113
3114         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3115         check into `gnus-registry-initialize'.
3116         (gnus-registry-initialize): Ditto.
3117         Fix and extend header docs.
3118
3119 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3120
3121         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3122         regexp backtrace overflows.
3123
3124         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3125         for starttls that tls.el implements; i.e. openssl.
3126
3127         * tls.el (tls-starttls-switches): Give up on using starttls with
3128         gnutls-cli.
3129         (tls-program): Add --insecure to be consistent with the defaults from
3130         openssl s_client.  Now all three commands are insecure.
3131
3132 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3133
3134         * lpath.el: Bind completion-styles-alist for XEmacs.
3135
3136         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3137         (gravatar-create-image): New function that's an alias to
3138         gnus-xmas-create-image, gnus-create-image, or create-image.
3139         (gravatar-data->image): Use it.
3140
3141 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3142
3143         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3144         install the nnregistry refer method.
3145         (gnus-registry-install-hooks): Use it.
3146         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3147         unfollowed groups.
3148
3149 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3150
3151         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3152         expanding threads.
3153
3154 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3155
3156         * nnir.el: Use the server names without suffixes (bug #7009).
3157
3158         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3159         unencrypted to STARTTLS, if possible.
3160
3161 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3162
3163         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3164         headers before superseding.
3165
3166 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3167
3168         * nnrss.el (nnrss-use-local): Add documentation.
3169
3170         * nnimap.el (nnimap-extend-tls-programs): New function.
3171         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3172         (nnimap-wait-for-connection): Accept the greeting from the stupid
3173         output from openssl s_client -starttls, too.
3174
3175         * tls.el (tls-starttls-switches): New variable.
3176         (tls-find-starttls-argument): Use it.
3177         (open-tls-stream): Ditto.
3178
3179         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3180         (netrc-machine): Ditto.
3181
3182         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3183         article number.
3184         (nnimap-split-fancy): New variable.
3185         (nnimap-split-incoming-mail): Use it.
3186
3187         * nntp.el (nntp-server-list-active-group): Document.
3188
3189         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3190         SELECT to get the message-id.
3191
3192         * mail-source.el (mail-sources): Remove webmail support.
3193         (defvar): Ditto.
3194         (mail-source-fetcher-alist): Ditto.
3195         (mail-source-fetch-webmail): Remove.
3196
3197         * webmail.el: Remove -- doesn't seem relevant any more.
3198
3199         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3200
3201         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3202         the \r.
3203
3204 2010-09-30  Julien Danjou  <julien@danjou.info>
3205
3206         * gnus-agent.el (gnus-agent-add-group): Fix call to
3207         gnus-completing-read.
3208
3209 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3210
3211         * nndoc.el (nndoc-retrieve-groups): New function.
3212
3213         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3214         `default', use nnmail-split-methods.
3215         (nnimap-request-article): Downcase the NILs so that they are nil.
3216
3217         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3218         symbol.
3219
3220         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3221         code, since if the user has requested network, that's what they ought
3222         to get.
3223         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3224         (nnimap-split-rule): Mark as obsolete.
3225
3226         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3227         New variable.
3228
3229         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3230         correct slot, too.
3231
3232 2010-09-29  Julien Danjou  <julien@danjou.info>
3233
3234         * gnus.el (gnus-local-domain): Declare variable obsolete.
3235
3236         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3237         Fix history computing.
3238         (gnus-ido-completing-read): Require ido.
3239
3240 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3241
3242         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3243         build Gnus.
3244
3245         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3246         when interpreting the structures.
3247         (nnimap-request-accept-article): Add \r\n to the lines to make this
3248         work with Cyrus.
3249
3250         * nndraft.el (nndraft-request-expire-articles): Use the group name
3251         instead if "nndraft".  Fix found by Nils Ackermann.
3252
3253 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3254
3255         * nnregistry.el: Add.
3256
3257 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3258
3259         * nnmail.el (group, group-art-list, group-art):
3260         Remove unneeded directives.
3261
3262 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3263
3264         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3265         (mm-mime-charset)
3266         * rfc2047.el (rfc2047-syntax-table)
3267         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3268
3269         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3270         rather than `insert-file-contents' and `eval-region'.
3271
3272         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3273         construction.
3274
3275         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3276
3277         * time-date.el: No need to require cl for Emacs 21.
3278
3279 2010-09-29  Julien Danjou  <julien@danjou.info>
3280
3281         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3282         replacement of `gnus-gravatar-relief' to mimic
3283         `gnus-faces-properties-alist'.
3284         Add :version property.
3285
3286 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3287
3288         * mail-source.el (mail-source-report-new-mail)
3289         * message.el (message-default-mail-headers)
3290         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3291
3292         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3293
3294 2010-09-28  Julien Danjou  <julien@danjou.info>
3295
3296         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3297         mail-address contains the same string as real-name.
3298
3299         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3300         non-blank in header, otherwise it'll get stripped.
3301
3302         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3303         real-name, and then for mail address rather than doing : or , search.
3304
3305 2010-09-27  Julien Danjou  <julien@danjou.info>
3306
3307         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3308         right completing-read function.
3309         (gnus-use-ido): New variable
3310         (gnus-completing-read-with-default): Remove.
3311         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3312         (gnus-agent-add-group):
3313         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3314         * mm-view.el (mm-view-pkcs7-decrypt):
3315         * mm-util.el (mm-codepage-setup):
3316         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3317         * mml-smime.el (mml-smime-openssl-sign-query):
3318         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3319         (mml-insert-multipart):
3320         * gnus-msg.el (gnus-summary-yank-message):
3321         * gnus-int.el (gnus-start-news-server):
3322         * mm-decode.el (mm-interactively-view-part):
3323         * gnus-dired.el (gnus-dired-attach):
3324         * gnus.el (gnus-read-method):
3325         * gnus-bookmark.el (gnus-bookmark-jump):
3326         * gnus-art.el (gnus-mime-view-part-as-type)
3327         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3328         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3329         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3330         * nnmairix.el (nnmairix-create-server-and-default-group)
3331         (nnmairix-update-groups, nnmairix-get-server)
3332         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3333         (nnmairix-get-group-from-file-path):
3334         * nnrss.el (nnrss-find-rss-via-syndic8):
3335         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3336         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3337         (gnus-group-browse-foreign-server):
3338         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3339         (gnus-summary-execute-command, gnus-summary-respool-article)
3340         (gnus-read-move-group-name):
3341         * gnus-score.el (gnus-summary-increase-score)
3342         (gnus-summary-score-effect):
3343         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3344
3345 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3346
3347         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3348         x-focus-frame.
3349
3350         * nnimap.el (auth-source-forget-user-or-password)
3351         (auth-source-user-or-password): Autoload.
3352
3353         * message.el (message-from-style, message-interactive)
3354         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3355         (message-yank-prefix, message-indentation-spaces, message-signature)
3356         (message-signature-file): Add comment.
3357
3358 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3359
3360         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3361         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3362         new articles.
3363
3364         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3365         parts.
3366         (nnimap-request-article): Work with the t setting, too.
3367
3368         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3369         that you don't get flashes of other buffers.
3370         (gnus-summary-show-complete-article): Intern before setting.
3371
3372 2010-09-27  David Engster  <dengste@eml.cc>
3373
3374         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3375         well as HEADERS.
3376         (nnmairix-retrieve-headers): Provide new argument for the above.
3377
3378 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3379
3380         * gnus-sum.el (gnus-summary-move-article): Don't alter
3381         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3382         group.
3383
3384         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3385
3386         * message.el (message-cite-prefix-regexp): Revert my last edit.
3387
3388         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3389         variable instead of the Gnus variable.
3390
3391         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3392
3393         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3394
3395         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3396         since some servers don't like it.
3397         (nnimap-open-connection): Forget credentials if the server says the
3398         password was wrong.
3399         (nnimap-parse-line): Protect against invalid data.
3400
3401         * gnus-sum.el (gnus-summary-move-article): Add comment.
3402         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3403         nothing alters it while scanning for new messages.
3404
3405         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3406         which may or may not help.
3407         (nnimap-open-connection): If we're doing a stream connection, and then
3408         discover we're on a STARTTLS-capable server, then open a STARTTLS
3409         connection instead.
3410
3411 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3412
3413         * nnimap.el (utf7): Require.
3414
3415         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3416         prefix.
3417
3418 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3419
3420         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3421
3422 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3423
3424         * nnimap.el (nnimap-request-accept-article): Message the error on
3425         error.
3426
3427 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3428
3429         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3430
3431 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3432
3433         * nndoc.el (nndoc-request-list): Return success always.
3434
3435         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3436         `fetch-old' -- we only want to fetch the articles we've requested.
3437         The rest are in the agent, probably.
3438         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3439         disappeared server" to something low.  It's not important.
3440
3441         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3442         arrived before the FETCH data.
3443
3444         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3445         target here, because we don't know the Gnus name of the group.
3446
3447         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3448         for the correct group.
3449
3450         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3451
3452         * gnus.el (gnus): Give a final warning after startup.
3453
3454         * gnus-util.el (gnus-action-message-log): New variable.
3455         (gnus-message): Use it.
3456         (gnus-final-warning): New function.
3457
3458         * nnimap.el (nnimap-open-connection): Record the greeting.
3459         (nnimap): Add greeting.
3460
3461 2010-09-26  Julien Danjou  <julien@danjou.info>
3462
3463         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3464         arguments.
3465         (gnus-html-wash-images): Fix spec computing to include start/end.
3466
3467         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3468
3469 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3470
3471         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3472         deletion.
3473         (nnimap-retrieve-headers): Don't select the group, because that's
3474         already done by nnimap-possibly-change-group.
3475
3476         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3477         (gnus-picon-transform-address): Use it.
3478
3479         * mail-source.el (mail-source-value): Revert previous patch.
3480
3481         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3482         on failure.
3483         (nnimap-open-connection): Look up both virtual and physical server name
3484         credentials.
3485
3486         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3487
3488 2009-02-07  Dave Love  <fx@gnu.org>
3489
3490         * tls.el (open-tls-stream): Don't query killing process.
3491
3492 2009-02-08  Dave Love  <fx@gnu.org>
3493
3494         * gnus-win.el (gnus-window-to-buffer-helper)
3495         (gnus-all-windows-visible-p): Function needn't be a symbol.
3496
3497         * mail-source.el (mail-source-value): Function needn't be a symbol.
3498
3499 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3500
3501         * message.el (message-cite-prefix-regexp): Remove } from the cite
3502         prefix.
3503
3504         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3505         highlight again, so that the highlight is correct.
3506
3507         * gnus-picon.el (gnus-picon): Remove again.
3508         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3509
3510         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3511         doing the header highlightling, so that the background colour of the
3512         picon is correct.
3513
3514         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3515         (gnus-picon): Ditto.
3516         (gnus-picon): Reinstate.  The background colour for picons is white.
3517         (gnus-picon-insert-glyph): Make the background white.
3518
3519         * nnml.el (nnml-open-nov): Don't return dead buffers.
3520
3521         * auth-source.el (auth-source-create): Query the user for whether to
3522         store the credentials.
3523
3524         * netrc.el (netrc-store-data): New function.
3525
3526         * auth-source.el (auth-source-user-or-password): Use the existing auth
3527         sources, if any, for creation.
3528
3529         * gnus.el (gnus-group-fast-parameter): Return the last matching
3530         parameter instead of the first matching parameter.
3531
3532 2010-09-26  Julien Danjou  <julien@danjou.info>
3533
3534         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3535
3536 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3537
3538         * mml2015.el (mml2015-use): Remove gpg support.
3539
3540         * mml1991.el (mml1991-function-alist): Remove gpg function.
3541         (mml1991-gpg-sign): Remove.
3542
3543 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3544
3545         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3546         (gnus-browse-unsubscribe-current-group): Document it.
3547         (gnus-browse-unsubscribe-group): Use it.
3548
3549 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3550
3551         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3552         address to the To list for easier response.
3553
3554         * gnus.el (gnus-play-startup-jingle): Remove.
3555         (gnus-splash): Don't play jingle.
3556         (gnus): Silence gnus-load message.
3557
3558         * gnus-art.el (gnus-treat-play-sounds): Remove.
3559
3560         * gnus.el (gnus-play-jingle): Remove audio support.
3561
3562         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3563
3564         * earcon.el: Remove -- no users.
3565
3566         * gnus-audio.el: Remove -- no users of this package.
3567
3568         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3569
3570         * gnus-start.el (gnus-setup-news): Remove nocem support.
3571
3572         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3573
3574         * gnus.el (gnus-use-nocem): Remove.
3575
3576         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3577         Remove.
3578
3579         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3580         uses NoCeM any more.
3581
3582         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3583         (gnus-button-ctan-handler): Ditto.
3584         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3585         (gnus-button-ctan-directory-regexp): Ditto.
3586         (gnus-button-handle-ctan): Ditto.
3587         (gnus-button-tex-level): Ditto.
3588         (gnus-button-alist): Remove CTAN stuff.
3589
3590 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3591
3592         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3593         nnimap-streaming test.
3594
3595         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3596         servers twice.
3597
3598         * nnimap.el (nnimap-open-connection): Add more error reporting when
3599         nnimap fails early.
3600
3601         * nnheader.el (nnheader-get-report-string): New function.
3602         (nnheader-get-report): Use it.
3603
3604         * gnus-int.el (gnus-check-server): Say what the error was when opening
3605         failed.
3606
3607         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3608         using streaming.
3609
3610 2010-09-25  Julien Danjou  <julien@danjou.info>
3611
3612         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3613         gnus-window-inside-pixel-edges.
3614
3615 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3616
3617         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3618
3619         * mm-decode.el (mm-save-part): Allow saving to other directories the
3620         normal Emacs way.
3621
3622         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3623         Suggested by Jay Berkenbilt.
3624
3625         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3626         there isn't a single byte.
3627
3628         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3629         just do it.  It doesn't really seem to matter what the user responds
3630         here, I think, so it's just a confusing question.
3631
3632         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3633         non-streaming case.
3634
3635         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3636         (gnus-article-encrypt-body): Use it.
3637
3638         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3639         keystroke.
3640
3641         * nnimap.el (nnimap-find-wanted-parts-1):
3642         Use gnus-fetch-partial-articles.
3643
3644         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3645
3646         * nnimap.el (nnimap-insert-partial-structure): New function.
3647         (nnimap-get-partial-article): New function.
3648         (nnimap-request-article): Use it.
3649         (nnimap-wait-for-response): Return whether the wait was successful.
3650         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3651         retrieval wasn't successful.
3652         (nnimap-retrieve-group-data-early): Allow throttling servers.
3653         (nnimap-streaming): New variable.
3654         (nnimap-fetch-partial-articles): Remove.
3655
3656         * mm-decode.el (mm-with-part): Protect against killed buffers.
3657
3658         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3659         for prettier summary display.
3660
3661 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3662
3663         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3664
3665 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3666
3667         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3668         apparently third-party libraries depend on it.
3669
3670         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3671         before starting negotiation.
3672
3673         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3674         privacy reasons.
3675         (gnus-treat-mail-gravatar): Ditto.
3676
3677         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3678         buffer when inserting images.  Inserting text into the headers, for
3679         instance, can make them invalid.
3680
3681 2010-09-25  Julien Danjou  <julien@danjou.info>
3682
3683         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3684         variables.
3685
3686         * nnheader.el: Remove useless variables news-reply-yank-from and
3687         news-reply-yank-message-id.
3688
3689         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3690         variables.
3691
3692         * mml1991.el: Remove useless mml1991-verbose.
3693
3694         * gnus.el: Remove useless variable gnus-use-generic-from.
3695         Remove obsolete variable gnus-topic-indentation.
3696
3697         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3698
3699         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3700
3701         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3702
3703         * gnus-group.el: Remove useless gnus-group-icon-cache.
3704         Remove useless gnus-ephemeral-group-server.
3705
3706         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3707
3708         * mml2015.el: Remove useless mml2015-verbose.
3709
3710         * mml-smime.el: Remove useless mml-smime-verbose.
3711
3712         * gnus.el: Remove useless gnus-local-domain.
3713
3714         * gnus-gravatar.el (gnus-gravatar-transform-address):
3715         Use gnus-gravatar-size.
3716
3717         * gnus-art.el: Remove useless gnus-treat-translate.
3718
3719 2010-09-24  Julien Danjou  <julien@danjou.info>
3720
3721         * gnus-sum.el: Add support for Gravatars.
3722
3723         * gnus-art.el: Add support for Gravatars.
3724
3725         * gnus-gravatar.el: Add this file.
3726
3727         * gravatar.el: Add this file.
3728
3729 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3730
3731         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3732
3733         * gnus-group.el (gnus-group-fetch-faq): Remove.
3734
3735         * gnus.el (gnus-group-faq-directory): Remove.
3736
3737         * gnus-group.el (gnus-group-fetch-charter): Remove.
3738
3739         * gnus.el (gnus-group-charter-alist): Remove.
3740
3741         * gnus-group.el (gnus-group-archive-directory): Remove.
3742         (gnus-group-recent-archive-directory): Ditto.
3743         (gnus-group-make-archive-group): Remove.
3744
3745         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3746
3747         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3748         use the same article number for all the cached articles.
3749
3750         * nnimap.el (nnimap-command): Register the last command time so
3751         that we can use it for idling NOOPs.
3752         (nnimap-open-connection): Start the keeplive timer.
3753         (nnimap-make-process-buffer): Store all the process buffers.
3754         (nnimap-keepalive): New function.
3755
3756         * starttls.el (starttls-open-stream): Add autoload cookie.
3757
3758 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3759
3760         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3761         handling.
3762
3763 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3764
3765         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3766         its data structures.
3767
3768         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3769         instead of the cl.el copy-list.
3770         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3771         equalp.
3772
3773 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3774
3775         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3776         and tool-bar-local-item-from-menu.
3777
3778         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3779         mode-line-highlight face for Emacs.
3780
3781         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3782         loading gnus-sum.elc; fix comment for canlock-verify.
3783         (gnus-article-jump-to-part): Use read-number.
3784         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3785         Remove Emacs pre-21 compatible code for help-echo.
3786         (gnus-article-next-page-1): No need to adjust the number of lines.
3787         (gnus-article-describe-bindings): Always use help-buffer.
3788
3789         * gnus-audio.el (gnus-audio-inline-sound)
3790         * gnus-cus.el (gnus-custom-mode)
3791         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3792
3793         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3794
3795         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3796         compatible code.
3797
3798 2010-09-24  Glenn Morris  <rgm@gnu.org>
3799
3800         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3801         visiting the fcc file in rmail-mode.
3802
3803         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3804
3805 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3806
3807         * nnir.el: Silence the byte compiler.
3808
3809         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3810         alias to browse-url-url-encode-chars if any.
3811         (gnus-html-encode-url): Use it.
3812
3813 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3814
3815         * gnus-start.el (gnus-use-backend-marks): New variable.
3816         (gnus-get-unread-articles-in-group): Use it.
3817
3818         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3819         makeover.
3820
3821 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3822
3823         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3824
3825 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3826
3827         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3828         Remove.
3829         (gnus-setup-news-hook):
3830         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3831
3832         * gnus-int.el (gnus-request-update-info): Protect against backends not
3833         having the function.
3834
3835         * nnimap.el (nnimap-stream): Mention starttls.
3836         (nnimap-open-connection): Add starttls support.
3837
3838 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3839
3840         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3841
3842 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3843
3844         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3845         BODYSTRUCTUREs.
3846         (nnimap-transform-headers): Unfold quoted {42} headers.
3847
3848         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3849         the info.
3850         (gnus-get-unread-articles): Only call updatep on backends that support
3851         it.
3852
3853         * nnweb.el (nnweb-request-update-info): NOOP.
3854
3855         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3856
3857         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3858         since it only deals with marks.
3859
3860         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3861         gnus-request-marks, and make a new gnus-request-update-info.
3862
3863         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3864         the active instead of the high number, which is usually too low.
3865
3866 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3867
3868         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3869         * encrypt.el: Remove.
3870
3871 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3872
3873         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3874         server in symbolic form.
3875
3876         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3877
3878 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3879
3880         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3881         (nnimap-update-info): Fix up code slightly.
3882
3883         * gnus-int.el (gnus-open-server): Add tracing for performance
3884         debugging.
3885
3886         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3887         (gnus-group-insert-group-line): Pass the real group name so that it
3888         gets the right data.
3889
3890         * gnus-start.el (gnus-get-unread-articles): Don't have
3891         `gnus-get-unread-articles-in-group' update info, since that can be
3892         really slow and doesn't seem to be needed?
3893
3894 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3895
3896         * time-date.el (date-to-time): Try using parse-time-string first before
3897         using the slower timezone-make-date-arpa-standard.
3898
3899 2010-09-22  Julien Danjou  <julien@danjou.info>
3900
3901         * gnus-group.el (gnus-group-insert-group-line):
3902         Call gnus-group-highlight-line.
3903         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3904         default hook list.
3905         (gnus-group-update-eval-form): Add new function.
3906         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3907         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3908
3909 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3910
3911         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3912         immediate, then expire all articles.
3913         (nnimap-update-info): Fix off-by-one errors.
3914         (nnimap-flags-to-marks): Would return no marks lists for group with no
3915         flags.  Instead return the other data.
3916
3917 2010-09-22  Julien Danjou  <julien@danjou.info>
3918
3919         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3920         Only return an icon.
3921         (gnus-group-insert-group-line): Compute icon to return.
3922
3923         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3924         (gnus-html-image-fetched): Only cache if
3925         gnus-html-image-automatic-caching is set.
3926         (gnus-html-image-fetched): Check for errors.
3927
3928 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3929
3930         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3931         once per method on `g'.  This ensures that backends like nnfolder don't
3932         open all their folders.
3933
3934         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3935         (nnimap-request-list): Nix out group in the correct buffer.
3936         (nnimap-parse-flags): Implement by using `read' instead of
3937         hand-parsing.
3938         (nnimap-flags-to-marks): Pass on permanent-flags.
3939         (nnimap-make-process-buffer): Record the server name.
3940         (nnimap-parse-flags): Fix typo.
3941         (nnimap-request-scan): Run split on the server in general, not just a
3942         single group.
3943
3944         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3945         parameter, and propagate this downwards.
3946
3947         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3948         since EXAMINE changes it on the server.
3949
3950         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3951         this command might take a while.
3952
3953 2010-09-22  Julien Danjou  <julien@danjou.info>
3954
3955         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3956         harmful if you have 2 images side-by-side, they can't be properly
3957         update on text deletion.  Using text-property is safer here.
3958         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3959         data.
3960
3961 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3962
3963         * nnimap.el (nnimap-expunge-inbox): Remove.
3964         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3965         (nnimap-expunge): Flip default to t.
3966
3967         * gnus.el (gnus-method-to-server): Don't push things to the cache
3968         unless it's unique.
3969         (gnus-server-to-method): Ditto.
3970
3971 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3972
3973         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3974
3975 2010-09-22  Julien Danjou  <julien@danjou.info>
3976
3977         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3978         get the start of data.
3979         (gnus-html-encode-url): Add this function to encode special chars in
3980         URL.
3981         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3982         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3983
3984         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3985         default.
3986         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3987
3988         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3989         images alt-text.
3990         (gnus-html-put-image): Put alt-text as help-echo.
3991
3992 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3993
3994         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3995         * mm-util.el (mm-decompress-buffer)
3996         * nnir.el (nnir-run-find-grep)
3997         * pop3.el (pop3-list): Use 3rd arg of split-string.
3998
3999         * time-date.el (format-seconds): Comment fix.
4000
4001         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4002         and byte-optimize-form-code-walker.
4003         (dgnushack-make-auto-load): Don't advise make-autoload.
4004
4005         * lpath.el: Remove Emacs 21 stuff.
4006
4007 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4008
4009         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4010         outside the active range.  Suggested by Dan Christensen.
4011
4012         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4013         slightly later to avoid double-getting it.
4014
4015         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4016         previous patch.
4017
4018         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4019
4020 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4021
4022         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4023
4024 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4025
4026         * gnus-int.el (gnus-open-server): Give a better error message in the
4027         "go offline" case.
4028
4029         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4030         marks for nnimap, which is seldom the right thing to do.
4031
4032         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4033         (gnus-same-method-different-name): New function.
4034
4035         * nnimap.el (parse-time): Require.
4036
4037         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4038         method in the presence of many similar methods.
4039
4040         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4041
4042         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4043         nnml-inhibit-expiry.
4044
4045         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4046         find out whether methods are equal.
4047
4048         * nnimap.el (nnimap-find-expired-articles): New function.
4049         (nnimap-process-expiry-targets): New function.
4050         (nnimap-request-move-article): Request the article before looking at
4051         what the Message-ID is.  Fix found by Andrew Cohen.
4052         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4053
4054         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4055         for oldness in addition to being a predicate.
4056
4057         * nnimap.el (nnimap-request-group): When we have zero articles, return
4058         the right data to Gnus.
4059         (nnimap-request-expire-articles): Only delete articles immediately if
4060         the target is 'delete.
4061
4062         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4063         method, this would bug out.
4064
4065         * gnus-group.el (gnus-group-expunge-group): Rename from
4066         gnus-group-nnimap-expunge, and implemented as a normal interface
4067         function.
4068
4069         * gnus-int.el (gnus-request-expunge-group): New function.
4070
4071         * nnimap.el (nnimap-request-create-group): Implement.
4072         (nnimap-request-expunge-group): New function.
4073
4074 2010-09-21  Julien Danjou  <julien@danjou.info>
4075
4076         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4077         (gnus-html-cache-expired): Add new function.
4078         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4079         wethever we should display image for fetch it.
4080         Compute alt-text earlier to pass it to the fetching function too.
4081         (gnus-html-schedule-image-fetching): Change function argument to only
4082         get one image at a time, not a list.
4083         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4084         cache.
4085         (gnus-html-get-image-data): New function to retrieve image data from
4086         cache.
4087         (gnus-html-put-image): Change buffer argument to use image data rather
4088         than file, and place image above region rather than inserting a new
4089         one.  Do not take alt-text as argument, since it's useless now: we place
4090         the image above alt-text.
4091         (gnus-html-prune-cache): Remove.
4092         (gnus-html-show-images): Start to fetch image when we find one, do not
4093         push into a temporary list.
4094         (gnus-html-prefetch-images): Only fetch image if they have expired.
4095         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4096         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4097
4098 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4099
4100         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4101
4102 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4103
4104         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4105         spec inser "*" if the group isn't active instead of 0.
4106
4107         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4108         opening the server.
4109         (nnimap-request-delete-group): Implement group deletion.
4110         (nnimap-transform-headers): Return the size of the entire message in
4111         the Bytes header, not just the size of the first part.
4112         (nnimap-request-move-article): When moving an article from nnimap,
4113         request the article first so the accepting form has an article to
4114         accept.  Reported by Dan Christensen.
4115         (nnimap-command): Make sure that the error message doesn't error out.
4116
4117 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4118
4119         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4120         we haven't requested anything.
4121
4122 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4123
4124         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4125         "".  Fix found by Andrew Cohen.
4126
4127         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4128         instead of -encode-string.
4129
4130 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4131
4132         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4133
4134         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4135         by mm-subst-char-in-string.
4136
4137 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4138
4139         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4140         waiting for the connection string.
4141
4142         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4143         arriving.
4144
4145         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4146         bogus characters.  This allows selecting certain Gmail groups.
4147
4148         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4149         (nnimap-fetch-partial-articles): New variable.
4150         (nnimap-open-connection): When looking for credentials, also use the
4151         nnimap-server-port.
4152         (nnimap-request-article): Return the group/article number, so that Gnus
4153         `^' works as expected.
4154         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4155
4156         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4157         comments.
4158         (gnus-methods-sloppily-equal): New function.
4159         (gnus): When using the development version of Gnus, load the gnus-load
4160         file.
4161
4162         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4163         `gnus-open-server' on each method before trying to scan them etc.
4164         This ensures that all the backend parameters are set correctly.
4165
4166         * nnimap.el (nnimap-authenticator): New variable.
4167         (nnimap-open-connection): Allow anonymous login.
4168         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4169         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4170
4171         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4172         patch, found by Knut Anders Hatlen.
4173
4174 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4175
4176         * gnus-agent.el (gnus-agent-batch-confirmation)
4177         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4178         to gnus-message.
4179         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4180         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4181         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4182         * gnus-int.el (gnus-open-server): Likewise.
4183         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4184         (gnus-score-check-syntax): Likewise.
4185         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4186         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4187         Likewise.
4188         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4189
4190 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4191
4192         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4193         calling conventions so that prefetch doesn't bug out.
4194
4195 2010-09-19  Julien Danjou  <julien@danjou.info>
4196
4197         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4198         rather than `subst-char-in-region' in order to be able to replace ASCII
4199         char by UTF-8 ones.
4200
4201         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4202         than curl.
4203         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4204         the right URL and ALT text on images.
4205         (gnus-html-wash-tags): Fix tag case.
4206         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4207         (gnus-article-html): Add -o display_ins_del=2 option.
4208         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4209
4210 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4211
4212         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4213         the extra mail headers, which sometimes seem to happen for unknown
4214         reasons.
4215
4216         * mail-parse.el (mail-header-encode-parameter): Define as
4217         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4218         (or most, perhaps?) mail readers don't understand the latter, but do
4219         understand the former.
4220
4221         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4222         to nil, so that no methods are automatically agentized.  I think this
4223         is probably what most users want.
4224
4225         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4226         from url-retrieve, for instance about invalid URLs.
4227
4228         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4229         groups that have no articles.
4230         (nnimap-request-article): Check that we really got an article when we
4231         requested one.
4232
4233         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4234         doesn't exist.
4235
4236         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4237         nntp buffer so the agent can save it.
4238         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4239         that CRLF doesn't get translated to \n.
4240         (nnimap-open-connection): Don't make 'shell commands only send \n.
4241
4242 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4243
4244         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4245         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4246         Update var name.
4247         (nnml-generate-nov-file): Use dolist.
4248         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4249         Use with-current-buffer.
4250
4251 2010-09-18  Julien Danjou  <julien@danjou.info>
4252
4253         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4254         parallel.
4255
4256 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4257
4258         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4259         the range update right.
4260         (nnimap-request-group): Don't make `M-g' bug out on group with no
4261         marks.
4262         (nnoo): Require, so that other packages can require nnimap.
4263         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4264         command we're looking for.  This helps when the server sends more
4265         responses after we've gotten everything we expected.
4266         (nnimap): Add a `newlinep' field to keep track of end-of-line
4267         conventions.
4268         Don't send CRLF to things that don't want it.
4269         (nnimap-request-accept-article): Ditto.
4270
4271 2010-09-18  Julien Danjou  <julien@danjou.info>
4272
4273         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4274         than curl to retrieve images.
4275
4276 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4277
4278         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4279         the marks.
4280         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4281         (nnimap-wait-for-connection): New function.
4282         (nnimap-open-connection): If we have PREAUTH, don't query for login
4283         credentials.
4284         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4285         when doing a partial update.
4286
4287 2010-09-18  Julien Danjou  <julien@danjou.info>
4288
4289         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4290         tags.
4291
4292 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4293
4294         * nnimap.el (nnimap-credentials): New function.
4295         (nnimap-open-connection): Use the new function to look for credentials
4296         also on the numeric equivalents of "imap" and "imaps".
4297
4298         * gnus-start.el (gnus-activate-group): Send the info to
4299         gnus-request-group.
4300
4301         * nnimap.el (nnimap-request-group): Have the "check" version of the
4302         function parse flags and update the info, so that a `M-g' get a total
4303         resync of all flags from the group.
4304
4305         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4306         to allow backends to alter the info on group selection.  Also alter all
4307         the backend -request-group functions to take the parameter.
4308
4309         * nnimap.el (nnimap-store-info): New function.
4310         (nnimap-update-info): Store the info for later usage.
4311         (nnimap-request-group): Use the stored info for the dont-check case, so
4312         that we don't retrieve all marks when we enter a group.
4313
4314         * nnimap.el: Use deffoo instead of defun for interface functions.
4315
4316         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4317         update the group info.  This makes the nndraft groups, for instance, go
4318         back to their old behaviour.
4319
4320         * gnus-sum.el (gnus-select-newsgroup): Indent.
4321
4322         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4323         in.
4324         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4325         nothing.
4326
4327         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4328         from methods that are denied.
4329
4330         * gnus-int.el (gnus-method-denied-p): New function.
4331
4332         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4333         store the password instead of netrc.
4334         (nnimap-open-connection): Don't error out when we can't make a
4335         connections.
4336
4337         * auth-source.el (auth-source-create): In the password prompt, say what
4338         we're querying for.  Also prompt for user name if that hasn't been
4339         given.
4340
4341         * nnimap.el (nnimap-with-process-buffer): Remove.
4342
4343 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4344
4345         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4346         method when we're reading from the agent.
4347
4348         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4349
4350         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4351         that's probably most useful for users.
4352
4353         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4354         "failed" all the time.
4355
4356         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4357         ...)) with (with-current-buffer ... ).
4358
4359         * nntp.el (nntp-open-server): Return whether the open was successful or
4360         not.
4361
4362         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4363         select an unread unseen article first.
4364
4365         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4366         /etc/services, supply some sensible port defaults.
4367
4368         * dgnushack.el: Define netrc-credentials.
4369
4370 2010-09-17  Julien Danjou  <julien@danjou.info>
4371
4372         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4373
4374 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4375
4376         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4377         doesn't have any parameters.
4378
4379 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4380
4381         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4382         only upcased checks.
4383
4384         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4385
4386         * nnimap.el (nnimap-open-shell-stream): New function.
4387         (nnimap-open-connection): Use it.
4388         (nnimap-transform-headers): Get the number of lines in each message.
4389         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4390         number of lines.
4391         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4392         problem.
4393
4394         * utf7.el (utf7-encode): Autoload.
4395
4396         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4397         to allow the mail splitting to not return a default group.  This is
4398         useful for nnimap, which will leave unmatched mail in the inbox.
4399
4400         * nnimap.el: Rewritten.
4401
4402         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4403         nnimap usage.
4404
4405         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4406         if the move is internal, so that nnimap can do fast internal moves.
4407
4408         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4409         data.
4410         (gnus-read-active-for-groups): Support finishing the early retrieval of
4411         data.
4412
4413         * gnus-range.el (gnus-range-nconcat): New function.
4414
4415         * gnus-int.el (gnus-finish-retrieve-group-infos)
4416         (gnus-retrieve-group-data-early): New functions.
4417
4418 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4419
4420         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4421         (nnrss-retrieve-groups):
4422         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4423         (pop3-quit): Use with-current-buffer.
4424
4425 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4426
4427         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4428         instead of nnheader-accept-process-output.
4429
4430         * dgnushack.el (dgnushack-compile): Add comment.
4431
4432         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4433
4434         * gnus-html.el (gnus-html-schedule-image-fetching)
4435         (gnus-html-prefetch-images): Replace process-kill-without-query by
4436         gnus-set-process-query-on-exit-flag.
4437
4438 2010-09-16  Romain Francoise  <romain@orebokech.com>
4439
4440         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4441
4442 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4443
4444         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4445         parameter to unintern is mandatory-ish in Emacs 24.
4446
4447         * gnus-html.el (gnus-html-schedule-image-fetching)
4448         (gnus-html-prefetch-images): Check for curl before using it.
4449
4450         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4451         depend on curl, which isn't essential.
4452
4453         * imap.el: Revert back to version
4454         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4455         seem problematic.
4456
4457 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4458
4459         * gnus-registry.el (gnus-registry-install-shortcuts):
4460         Explicitly pass `obarray' to `unintern' to avoid a warning.
4461
4462 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4463
4464         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4465         change.
4466
4467         * nnrss.el (nnrss-request-list): Remove this function and related
4468         functions, including the moreover stuff.
4469
4470 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4471
4472         * nnrss.el (nnrss-retrieve-groups): New function.
4473
4474 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4475
4476         * .dir-locals.el: Add no-byte-compile cookie.
4477
4478 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4479
4480         * time-date.el (format-seconds): Comment fix.
4481
4482         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4483         for back end that doesn't support request-scan.
4484
4485 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4486
4487         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4488         then do request scans from the backends.
4489
4490         * netrc.el (netrc-credentials): New conveniency function.
4491
4492         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4493         avoid running a hook per line, since this takes a lot of time,
4494         profiling shows.
4495         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4496         directly if gnus-visual-p is true.
4497
4498 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4499
4500         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4501         groups; replace mapcar with dolist which is a bit faster; pass groups
4502         info to gnus-read-active-file-1.
4503         (gnus-read-active-file-1): Scan only specified groups if the new
4504         optional arg `infos' is given.
4505
4506 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4507
4508         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4509
4510         * pop3.el (pop3-movemail): Remove.
4511         (pop3-streaming-movemail): Rename to pop3-movemail.
4512
4513         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4514         don't restrict end-tag searches to the end of the line.
4515
4516 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4517
4518         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4519         articles of every unchecked group to t, which means unknown since the
4520         server has never been opened.
4521
4522 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4523
4524         * gnus-html.el (gnus-html-show-alt-text): New command.
4525         (gnus-html-browse-image): Ditto.
4526         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4527         to browse the image directly.
4528         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4529         better.
4530
4531         * gnus-async.el (gnus-async-article-callback):
4532         Call `gnus-html-prefetch-images' unconditionally.
4533
4534         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4535         before feeding URLs to curl.
4536
4537 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4538
4539         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4540         internal images as deletable by `W D D'.
4541
4542         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4543         (gnus-async-article-callback): Fix typo.
4544
4545 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4546
4547         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4548         current line to work around bugs in the output from w3m.
4549
4550         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4551         for groups that want that.
4552
4553         * nntp.el (nntp-wait-for-string): Supply a timeout for
4554         accept-process-output to ensure progress.
4555
4556         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4557         level to get unread articles from, then use that for foreign groups,
4558         too.
4559
4560         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4561         confuses the rest of the function.
4562
4563         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4564         for the methods that support -retrieve-groups, too.
4565
4566         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4567
4568 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4569
4570         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4571         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4572
4573         * pop3.el: Require cl when compiling.
4574         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4575
4576 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4577
4578         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4579         that aren't going to be activated.
4580         (gnus-get-unread-articles): Fix up the last commit.
4581
4582         * gnus-html.el (gnus-article-html): Allow calling without specifying
4583         the handle.  In that case, dissect the buffer first.
4584
4585         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4586
4587         * nnimap.el (nnimap-open-connection): Revert the change that would look
4588         into authinfo for imaps instead of imap.
4589
4590         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4591         say that you don't want to call gnus-request-group with don-check, but
4592         do check the reponse.  This is for virtual groups only.
4593         (gnus-get-unread-articles): Count the archive groups as secondary, so
4594         that they're activated the same way as before.
4595
4596         * imap.el (imap-message-map): Removed optional buffer parameter, since
4597         no callers use it.
4598         (imap-message-get): Ditto.
4599         (imap-message-put): Ditto.
4600         (imap-mailbox-map): Ditto.
4601         (imap-mailbox-put): Ditto.
4602         (imap-mailbox-get): Ditto.
4603         (imap-mailbox-get): Revert last change for this function.
4604
4605         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4606         case-insensitively.
4607         (nnimap-debug): Remove.
4608
4609         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4610         to use `imap-fetch' instead.  According to the comments, this should be
4611         safe, since all other IMAP clients use the 1:* syntax.
4612         (imap-enable-exchange-bug-workaround): Removed.
4613         (imap-debug): Removed -- doesn't seem very useful.
4614
4615         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4616         mail from a file, and the file doesn't exist.
4617
4618         * imap.el (imap-log): New convenience function used throughout instead
4619         of repeating the same code all over the place.
4620
4621         * pop3.el (pop3-streaming-movemail): Return t for success.
4622
4623         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4624         .authinfo if we're using ssl connection.
4625
4626         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4627         already have if we're in a main Gnus `g' run.
4628
4629         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4630
4631 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4632
4633         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4634
4635         * nnmh.el (nnmh-request-list-1): Bind `file'.
4636
4637         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4638         alias to set-process-query-on-exit-flag or process-kill-without-query.
4639         (pop3-open-server): Use it.
4640
4641 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4642
4643         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4644         box to the Incoming file.  Fixes mistake in previous checkin.
4645
4646         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4647         request loop (for debugging purposes) removed.
4648
4649         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4650         culprit is more visible.
4651         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4652         (nnml-add-incremental-nov): New functions to do "incremental" nov
4653         updates, where we just append to the end of the existing nov files
4654         without reading/writing them in full.
4655
4656         * mail-source.el (mail-source-delete-crash-box): Really only check the
4657         incoming files once in a while.
4658
4659         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4660
4661         * mail-source.el (mail-source-delete-crash-box): Only check the
4662         incoming files for deletion once per day to save a lot of file
4663         accesses.
4664
4665         * pop3.el (pop3-logon): Fix up unbound variable typo.
4666
4667         * mail-source.el (pop3-streaming-movemail): Autoload.
4668
4669         * pop3.el (pop3-streaming-movemail):
4670         Respect pop3-leave-mail-on-server.
4671
4672         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4673         retrieval.
4674
4675         * pop3.el (pop3-process-filter): Remove unused function.
4676         (pop3-streaming-movemail, pop3-send-streaming-command)
4677         (pop3-wait-for-messages, pop3-write-to-file)
4678         (pop3-number-of-responses): New functions for streaming pop3
4679         retrieval.
4680
4681         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4682         come from no known methods.
4683         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4684         list.
4685
4686         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4687         message sizes.
4688         (pop3-movemail): Use erase-buffer instead of looping and deleting
4689         regions, which seems rather odd.
4690
4691         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4692         file once per `g' run.
4693
4694         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4695         directories.  This makes the draft queue directory work.
4696
4697         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4698         data from the backends, so that we only request the list of groups from
4699         each method once.  This should speed things up considerably.
4700
4701         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4702         detect that it's not implemented.
4703
4704         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4705         we actually do recurse down into the tree, but don't stat all leaf
4706         nodes.
4707
4708         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4709         then say so instead of bugging out.
4710
4711         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4712         files exist before trying to read them.
4713
4714         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4715         around <pre_int>.
4716
4717         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4718
4719         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4720
4721 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4722
4723         * mm-util.el (mm-image-load-path): Just return the image directories,
4724         not all directories in the path in addition to the image directories.
4725         (mm-image-load-path): Maintain a cache of the image directories so that
4726         the `g' command in Gnus doesn't have to stat dozens of directories each
4727         time.
4728
4729         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4730         (gnus-html-wash-tags): Add a new `i' command to insert images.
4731         (gnus-html-insert-image): New command and keystroke.
4732         (gnus-html-redisplay-with-images): New command and keystroke.
4733         (gnus-html-show-images): Rename command.
4734         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4735         spacers.
4736         (gnus-html-wash-tags): Decode entities at the end, so that entities
4737         inside the tags don't mess up the rest of the "parsing".
4738
4739         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4740         so that nnimap methods aren't agentized by default.  There's apparently
4741         many problems related to agent/imap behaviour.
4742
4743         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4744
4745         * gnus-html.el: Doc fix.
4746
4747 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4748
4749         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4750         specifier-spec-list for Emacs 21.
4751
4752         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4753         glyph-width and glyph-height instead of display-graphic-p and
4754         image-size; make avoidance of displaying small images work for XEmacs.
4755
4756         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4757         for XEmacs.
4758
4759         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4760         of symbol that holds plist data.
4761         (gnus-process-plist): Remove plist of process after getting it.
4762
4763 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4764
4765         * message.el (message-generate-hashcash): Change default to
4766         'opportunistic if hashcash is installed.
4767
4768         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4769         (gnus-html-put-image): Only call image-size once, since it's somewhat
4770         time-consuming on remote X servers.
4771
4772 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4773
4774         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4775         type on data, not a file name.
4776
4777         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4778         window-pixel-edges for Emacs 21.
4779
4780         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4781         decoded contents.
4782         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4783
4784 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4785
4786         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4787         group line format, since it isn't very interesting.
4788
4789         * gnus-agent.el (gnus-agent-short-article),
4790         (gnus-agent-long-article): Increase values for these two variables,
4791         since most people are likely to have more network connection and
4792         storage than before.
4793
4794         * gnus.el (gnus-refer-article-method): Change default to 'current.
4795         When referring an article, the common behaviour is to refer it from the
4796         current select method, not the native select method.  The chances of
4797         the native select method having the message in question is rather slim
4798         these days.
4799
4800         * gnus-sum.el (gnus-auto-select-subject): Change default to
4801         `unseen-or-unread'.  I think it's likely that most people want to
4802         select an unseen article over a previously seen, but unread one.
4803
4804         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4805         means that in the article buffer none of the minor mode elements will
4806         be shown, usually, and this is not desirable in most cases.
4807
4808         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4809         that commands like `d' (and the like) go to the next line in the
4810         buffer, instead of the next unread article.  I think this is the
4811         behaviour that is most natural for most users.
4812         (gnus-single-article-buffer): Change default to nil, so that people can
4813         have as many article buffers open as they have summary buffer.  I think
4814         this is the most natural way for the groups to behave.
4815
4816         * message.el (message-generate-new-buffers): Change default to
4817         `unsent', so that all new message buffers start their names with the
4818         string "*unsent", and it's easier to find the buffers if you move from
4819         them.
4820
4821 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4822
4823         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4824         small.  They're probably tracking images.
4825         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4826         (gnus-html-rescale-image): Yet another try at getting the image sizing
4827         right.
4828
4829         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4830         nntp-marks-file-name is nil.
4831
4832 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4833
4834         * gnus-html.el (gnus-html-wash-tags)
4835         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4836         Better logging.
4837
4838 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4839
4840         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4841
4842         * gnus-html.el (gnus-html-wash-tags): Check the value of
4843         gnus-blocked-images in the summary buffer.
4844
4845 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4846
4847         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4848
4849 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4850
4851         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4852         like "a", it seems like.
4853         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4854         since it needs to be picked from the correct buffer.
4855
4856         * nnwfm.el: Remove.
4857
4858         * nnlistserv.el: Remove.
4859
4860 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4861
4862         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4863         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4864
4865 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4866
4867         * nnkiboze.el: Remove.
4868
4869         * nndb.el: Remove.
4870
4871         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4872         alt text.
4873         (gnus-html-rescale-image): Try to get the rescaling logic right for
4874         images that are just wide and not tall.
4875
4876         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4877         overshadow variable bindings.
4878
4879 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4880
4881         * gnus-html.el (gnus-html-wash-tags)
4882         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4883         Add extra logging.
4884
4885 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4886
4887         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4888         (gnus-max-image-proportion): New variable.
4889         (gnus-html-rescale-image): New function.
4890         (gnus-html-put-image): Rescale images.
4891
4892 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4893
4894         Fix up some byte-compiler warnings.
4895         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4896         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4897         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4898         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4899         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4900         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4901         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4902
4903 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4904
4905         * gnus-html.el (gnus-article-html): Decode contents by charset.
4906
4907 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4908
4909         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4910         (gnus-html-frame-width, gnus-blocked-images)
4911         * message.el (message-prune-recipient-rules): Add custom version.
4912         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4913
4914         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4915         functions.
4916
4917         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4918         gnus-process-get.
4919
4920 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4921
4922         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4923         instead of lsub directly.
4924
4925 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4926
4927         * nnwarchive.el: Remove.
4928
4929         * gnus-soup.el: Remove.
4930
4931         * nnsoup.el: Remove.
4932
4933         * nnultimate.el: Remove.
4934
4935         * gnus-html.el (gnus-blocked-images): New variable.
4936
4937         * message.el (message-prune-recipients): New function.
4938         (message-prune-recipient-rules): New variable.
4939
4940         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4941         guess whether a long line is natural text or not.
4942
4943         * gnus-html.el (gnus-html-schedule-image-fetching):
4944         Use gnus-process-plist and friends for compatibility.
4945
4946 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4947
4948         * gnus-html.el: Require packages that define macros used in this file.
4949         (gnus-article-mouse-face): Declare to silence byte-compiler.
4950         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4951         process-get.
4952         (gnus-html-put-image): Use plist-get to avoid getf.
4953         (gnus-html-prefetch-images): Use with-current-buffer.
4954
4955 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4956
4957         * gnus-ems.el: Provide compatibility functions for
4958         gnus-set-process-plist.
4959
4960         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4961         header-line-format for XEmacs 21.4.
4962
4963         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4964         * gnus.el (gnus-valid-select-methods)
4965         * message.el (message-send-mail-partially-limit)
4966         * mm-decode.el (mm-text-html-renderer)
4967         * mml.el (mml-insert-mime-headers-always)
4968         * smiley.el (smiley-regexp-alist): Bump custom version.
4969
4970 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4971
4972         * gnus-html.el: require mm-url.
4973         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4974         with the url to `url'.
4975         (gnus-html-wash-tags): Support cid: URLs/images.
4976
4977 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4978
4979         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4980         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4981         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4982
4983         * gnus-move.el: Remove file, since it doesn't really work.
4984
4985         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4986         UTF-8.  This seems to fix problems with some German web feeds.
4987
4988         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4989         at the top so that the proper colours are applied.
4990
4991         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4992         don't have dots in their names.
4993
4994         * gnus-art.el (gnus-article-view-part): Doc fix.
4995
4996         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4997         XEmacs-compatible.
4998         (gnus-html-put-image): Don't do images on non-graphic displays.
4999
5000         * nnslashdot.el: Remove this unused backend.
5001
5002         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5003         actions.
5004         (gnus-undo-register-1): Revert last change.
5005
5006         * gnus-group.el (gnus-group-completing-read): Protect against not
5007         having completion-styles bound.
5008
5009         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5010         make broken recipients happier.
5011
5012         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5013
5014         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5015         point parameter.
5016
5017         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5018
5019         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5020         completion-styles for group selection.
5021
5022 2009-02-04  Andreas Schwab  <schwab@suse.de>
5023
5024         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5025         headers and regexp-quote the match if necessary.
5026
5027 2009-03-24  Miles Bader  <miles@gnu.org>
5028
5029         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5030         the blinking smiley.
5031
5032 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5033
5034         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5035         blink smiley.
5036
5037 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5038
5039         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5040         where the dribbel file lives exists.
5041
5042         * message.el (message-send-mail-partially-limit): Change the default to
5043         nil, since most people don't want this.
5044
5045         * mm-url.el (mm-url-decode-entities): Also decode entities like
5046         &#x3212.
5047
5048 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5049
5050         * gnus-sum.el (gnus-summary-idna-message):
5051         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5052         Hyperlink urls in docstrings with URL `...'.
5053
5054 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5055
5056         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5057         functions.
5058
5059 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5060
5061         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5062         say what the mouseover text should be.
5063
5064         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5065         version of the mm-w3m-safe-url-regexp variable to only download images
5066         in the groups where we want that to happen.
5067
5068         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5069
5070         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5071         easier debugging.
5072         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5073         big pictures in the article buffer.
5074
5075         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5076         gnus-article-html.
5077         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5078         w3m.
5079
5080         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5081
5082 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5083
5084         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5085         which doesn't exist.
5086
5087         * message.el (message-inhibit-ecomplete): New variable to allow some
5088         function to inhibit ecomplete address storage.
5089         (message-resend): Disable ecomplete message storage when resending
5090         messages.
5091
5092         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5093
5094 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5095
5096         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5097         Save excursion while copying, moving, and deleting articles in order to
5098         prevent the cursor from jumping to unforeseen place.
5099
5100 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5101
5102         * lpath.el: No need to bind bookmark-current-buffer,
5103         bookmark-yank-point and bookmark-make-record-function.
5104
5105 2010-08-17  Glenn Morris  <rgm@gnu.org>
5106
5107         * gnus-sync.el: Require gnus components whose functions are used.
5108
5109         * gnus-art.el (bookmark-make-record-function):
5110         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5111         Declare for compiler.
5112
5113         * mm-url.el (mml-compute-boundary): Autoload.
5114
5115 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5116
5117         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5118
5119 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5120
5121         Typo fix "hoo4a" -> "hook".
5122
5123         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5124
5125 2010-08-14  Glenn Morris  <rgm@gnu.org>
5126
5127         * gnus-sync.el (gnus-sync): Fix defgroup version.
5128
5129 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5130
5131         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5132
5133         * gnus-sync.el: Fix docs.
5134         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5135         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5136
5137 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5138
5139         Optimizations for gnus-sync.el.
5140
5141         * gnus-sync.el: Add docs about gnus-sync-backend
5142         possibilities.
5143         (gnus-sync-save): Remove unnecessary message.
5144         (gnus-sync-read): Optimize and show what groups were skipped.
5145
5146 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5147
5148         Minor bug fixes for gnus-sync.el.
5149
5150         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5151         Don't read the sync on get-new-news.
5152
5153         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5154         quiet.
5155
5156         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5157         (fix typo).
5158
5159 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5160
5161         Make saving and restoring of hidden threads work with overlays.
5162         Patch applied by Ted Zlatanov.
5163
5164         * gnus-sum.el (gnus-hidden-threads-configuration)
5165         (gnus-restore-hidden-threads-configuration): Update to deal with text
5166         properties, rather than searching for a magic character.
5167
5168 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5169
5170         New gnus-sync.el library for synchronization of marks.
5171
5172         * gnus-sync.el: New library for synchronization of marks.
5173
5174         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5175         renamed from `gnus-registry-grep-in-list'.
5176
5177         * gnus-registry.el (gnus-registry-follow-group-p):
5178         Use `gnus-grep-in-list'.
5179
5180         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5181
5182 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5183
5184         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5185         determining charset of text fails.
5186
5187 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5188
5189         * nnmail.el (nnmail-get-new-mail-1): Revert.
5190
5191         * nnml.el (nnml-active-number): Make sure names of newly created groups
5192         in nnml-group-alist are encoded.
5193
5194 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5195
5196         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5197         containing non-ASCII characters in active file for nnml back end.
5198
5199 2010-07-24  David Engster  <dengste@eml.cc>
5200
5201         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5202         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5203
5204 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5205
5206         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5207         tag (Bug#6654).
5208
5209 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5210
5211         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5212         the article buffer, not the summary buffer.
5213
5214 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5215
5216         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5217         Emacs 23 as well.
5218
5219 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5220
5221         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5222         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5223
5224 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5225
5226         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5227         Patch applied by Karl Fogel.
5228
5229         * gnus-sum.el (gnus-summary-bookmark-make-record):
5230         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5231
5232 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5233
5234         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5235         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5236         C-w still not working correctly from Article buffers; Thierry's
5237         patch to fix that will be applied after this.
5238
5239         * gnus-art.el (bookmark-make-record-function): New local variable.
5240
5241         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5242         article buffer.
5243         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5244
5245 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5246
5247         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5248         on changes in bookmark.el.
5249
5250 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5251
5252         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5253         `no-log' instead of message not to log prompt string.
5254
5255 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5256
5257         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5258         the *other* type of HTML form submission.
5259
5260 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5261
5262         * auth-source.el (auth-source-pick): If choice does not contain a
5263         questioned keyword, set the check to t.
5264
5265 2010-06-12  Romain Francoise  <romain@orebokech.com>
5266
5267         * gnus-util.el (gnus-date-get-time): Move up before first use.
5268
5269 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5270
5271         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5272         (gnus-article-edit-part): Bind it to make last part that is substituted
5273         or deleted visible.
5274         (gnus-mime-display-single): Buttonize part of which id equals to
5275         gnus-mime-buttonized-part-id.
5276
5277 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5278
5279         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5280         (gnus-dd-mmm): Use gnus-date-get-time.
5281         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5282         simplify logic.
5283         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5284         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5285
5286 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5287
5288         * auth-source.el (top): Autoload `secrets-list-collections',
5289         `secrets-create-item', `secrets-delete-item'.
5290         (auth-sources): Fix tag string.
5291         (auth-get-source, auth-source-retrieve, auth-source-create)
5292         (auth-source-delete): New defuns.
5293         (auth-source-pick): Rewrite in order to avoid 2 passes.
5294         (auth-source-forget-user-or-password): New parameter USERNAME.
5295         (auth-source-user-or-password): New parameters CREATE-MISSING and
5296         DELETE-EXISTING.  Retrieve password interactively, if needed.
5297
5298 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5299
5300         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5301         deleting unused directories when gnus-expert-user is t.
5302
5303 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5304
5305         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5306         for each temp file when gnus-article-browse-delete-temp is ask.
5307
5308 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5309
5310         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5311         Lisp calls to delete-backward-char by calls to delete-char.
5312
5313 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5314
5315         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5316
5317 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5318
5319         * password-cache.el (password-cache-remove): Fix docstring.
5320
5321 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5322
5323         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5324         article unless decoding article to be saved.
5325
5326 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5327
5328         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5329         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5330         generated within the mm-with-unibyte-current-buffer macro.
5331
5332 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5333
5334         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5335         to nil when we're in a mml-preview buffer and no group is selected.
5336
5337 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5338
5339         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5340         when catching the `C-g'.  Reported by "Leo".
5341
5342 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5343
5344         * message.el (message-forward-make-body-plain)
5345         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5346         multibyte-string-p.
5347
5348         * lpath.el: Revert.
5349
5350 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5351
5352         * message.el (message-forward-make-body-mml): Assume original message
5353         is multibyte string; error on unibyte.
5354         (message-forward-make-body-plain): Ditto; don't add excessive newline
5355         in body end.
5356
5357         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5358
5359 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5360
5361         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5362         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5363
5364 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5365
5366         * mm-extern.el (mm-extern-url): Don't use
5367         mm-with-unibyte-current-buffer.
5368         (mm-extern-cache-contents): Use with-current-buffer instead of
5369         save-excursion + set-buffer.
5370
5371 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * mm-util.el (mm-emacs-mule): Remove.
5374
5375 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5376
5377         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5378         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5379         change.
5380
5381 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5384         bind the default value of enable-multibyte-characters to nil.
5385
5386 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * message.el (message-forward-make-body-plain)
5389         (message-forward-make-body-mml):
5390         Don't use mm-with-unibyte-current-buffer.
5391
5392 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5393
5394         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5395
5396 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5397
5398         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5399         (Bug#5592).
5400
5401 2010-05-07  Julien Danjou  <julien@danjou.info>
5402
5403         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5404         it to mm-pipe-part.
5405
5406         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5407         it is given.
5408
5409 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5410
5411         * binhex.el (binhex-decode-region-internal)
5412         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5413         (dns-query)
5414         * nnweb.el (nnweb-gmane-search)
5415         * pgg-parse.el (pgg-parse-armor)
5416         * pgg.el (pgg-verify-region)
5417         * sha1.el (sha1-string-external)
5418         * uudecode.el (uudecode-decode-region-internal)
5419         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5420         XEmacs.
5421
5422         * gnus-art.el (gnus-article-browse-html-parts)
5423         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5424         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5425         make-temp-file.
5426
5427         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5428         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5429         compiling.
5430
5431         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5432         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5433         XEmacs when compiling.
5434
5435         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5436         gnus-pick-mode-off-hook for XEmacs when compiling.
5437         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5438         gnus-binary-mode-off-hook for XEmacs when compiling.
5439
5440         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5441         Return nil if char-charset is not available.
5442
5443         * imap.el (imap-disable-multibyte)
5444         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5445         macros.
5446
5447         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5448         instead of encode-coding-string.
5449
5450         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5451         'xemacs) instead of mm-emacs-mule to switch function definitions.
5452         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5453
5454         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5455         bind temporary-file-directory for XEmacs;
5456         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5457         timer-set-function for XEmacs 21.4 and SXEmacs;
5458         bind timer-list for XEmacs 21.4 and SXEmacs;
5459         fbind char-charset and find-charset-region for non-Mule XEmacs;
5460         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5461         encode-coding-region and encode-coding-string for XEmacs having no
5462         file-coding feature.
5463
5464 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5465
5466         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5467
5468 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5469
5470         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5471         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5472
5473 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5474
5475         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5476         alias `jka-compr-delete-temp-file' no longer exists.
5477
5478 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5479
5480         Use define-minor-mode in Gnus where applicable.
5481         * mml.el (mml-mode): Use define-minor-mode.
5482         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5483         (gnus-undo-mode): Use define-minor-mode.
5484         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5485         (gnus-dead-summary-mode): Use define-minor-mode.
5486         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5487         Initialize in declaration.
5488         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5489         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5490         (gnus-mailing-list-mode): Use define-minor-mode.
5491         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5492         (gnus-draft-mode): Use define-minor-mode.
5493         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5494         (gnus-dired-mode): Use define-minor-mode.
5495
5496 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5497
5498         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5499         handles on recursive mml-to-mime translation and check them for
5500         boundary delimiter collisions.  Reported by Greg Troxel.
5501
5502 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5503
5504         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5505
5506 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5507
5508         * mm-util.el (mm-find-buffer-file-coding-system):
5509         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5510
5511 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5512
5513         * message.el (message-generate-headers): Record insertion of optional
5514         headers as well.  Otherwise the check to prevent repeated insertion of
5515         optional headers is a no-op.
5516
5517 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5518
5519         * smime.el: Don't mention CVS.
5520
5521         * nnrss.el (nnrss-fetch): Don't mention CVS.
5522
5523         * nnir.el: Don't mention CVS.
5524
5525 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5526
5527         * gnus-sum.el (gnus-summary-bookmark-make-record):
5528         Add `location' field.
5529
5530 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5531
5532         * lpath.el: Fbind bookmark-default-handler,
5533         bookmark-get-bookmark-record, bookmark-make-record-default,
5534         bookmark-prop-get for Emacs <23 and XEmacs.
5535
5536 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5537
5538         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5539         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5540         Use with-current-buffer to silence the byte-compiler.
5541         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5542         bother to require `gnus'.
5543         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5544
5545 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5546
5547         * gnus-sum.el (gnus-summary-bookmark-make-record)
5548         (gnus-summary-bookmark-jump): New functions.
5549         (gnus-summary-mode): Setup bookmark support.
5550
5551 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5552
5553         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5554         if set.
5555
5556 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5557
5558         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5559         gnus-article-browse-html-save-cid-image; make it work recursively for
5560         forwarded messages as well.
5561         (gnus-article-browse-html-parts): Work when prefix arg is given.
5562         (gnus-article-browse-html-article): Doc fix.
5563
5564 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5565
5566         * message.el (message-default-mail-headers):
5567         (message-default-headers): Carry the value mail-default-headers over
5568         into message-default-mail-headers, rather than message-default-headers.
5569
5570 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5571
5572         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5573         charset.
5574
5575         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5576         charset into the <meta> tag when the article is encoded to utf-8.
5577
5578 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5579
5580         * gnus-art.el (gnus-article-browse-delete-temp-files):
5581         Delete directories as well.
5582         (gnus-article-browse-html-parts): Work for images that do not specify
5583         file names; delete temp directory when quitting; insert header at the
5584         right place; use file: scheme for image files.
5585
5586 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5587
5588         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5589         (gnus-article-browse-html-parts): Use it to make temporary cid image
5590         files in addition to html file so that browser may display them.
5591
5592 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5593
5594         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5595
5596 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5597
5598         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5599
5600 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5601
5602         * auth-source.el (auth-sources): Change default to be simpler.
5603         Explain about Secret Service API sources.  Improve Customize options.
5604         (auth-source-pick): Change to accept any number of search parameters.
5605         Implement fallbacks iteratively, not recursively.  Add scoring on the
5606         second pass and sort by score.  Call Secret Service API when needed.
5607         (auth-source-user-or-password): Use it.  Call Secret Service API
5608         directly when needed to get the user name and the password.
5609
5610 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5611
5612         * message.el (message-interactive): Doc fix.
5613         (message-qmail-inject-args): Reflow.
5614         (message-kill-to-signature): Fix typo in docstring.
5615
5616         * smiley.el (smiley-buffer): Fix typo in docstring.
5617
5618 2010-03-24  Glenn Morris  <rgm@gnu.org>
5619
5620         * mail-source.el (gnus-message): Declare.
5621         (mail-source-delete-old-incoming): Require gnus-util.
5622
5623 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5624
5625         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5626
5627         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5628
5629         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5630         password-cache's default if it is not bound.
5631         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5632         password-cache-expiry's default if it is not bound.
5633
5634         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5635         available in Emacs 21.
5636
5637         * lpath.el: Suppress compiler warnings for:
5638         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5639         XEmacs;
5640         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5641         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5642         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5643
5644 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5645
5646         * auth-source.el (auth-sources): Fix up definition so extra parameters
5647         are always inline.
5648
5649 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5650
5651         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5652         wasn't updated after mismatch.  Clear cached mailbox info correctly
5653         when uidvalidity changes.
5654         (nnimap-group-prefixed-name): New function to avoid some code
5655         duplication.
5656         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5657         (nnimap-request-group): Use it.
5658         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5659         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5660         with many imap folders.  This is done by caching the group status from
5661         the imap server persistently in a group parameter `imap-status'.  (This
5662         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5663         but not persistently, so every Gnus startup was still very slow.)
5664
5665 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5666
5667         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5668         delete the extra newline.  Otherwise editing of :string and :number
5669         types don't work.
5670
5671 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5672
5673         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5674         secrets.el dependency.
5675         (auth-sources): Add optional user name.  Add secrets.el configuration
5676         choice (unused right now).
5677
5678 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5679
5680         * gnus-sum.el (gnus-summary-make-menu-bar):
5681         Let `gnus-registry-install-shortcuts' fill in the functions.
5682
5683         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5684         warnings.
5685         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5686         (gnus-registry-install-shortcuts): Populate and use it in a
5687         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5688
5689 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5690
5691         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5692         In-place substitutions for the group name encoding/decoding.
5693         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5694         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5695         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5696         (nnimap-update-unseen, nnimap-request-list)
5697         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5698         (nnimap-request-set-mark, nnimap-split-to-groups)
5699         (nnimap-split-articles, nnimap-request-newgroups)
5700         (nnimap-request-create-group, nnimap-request-accept-article)
5701         (nnimap-request-delete-group, nnimap-request-rename-group)
5702         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5703         `encoded-mbx' for consistency.
5704         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5705         variable `imap-current-mailbox'.
5706
5707         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5708         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5709
5710 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5711
5712         * pop3.el (pop3-display-message-size-flag): Display message size byte
5713         counts during POP3 download.
5714         (pop3-movemail): Use it.
5715         (pop3-list): Implement listing of available messages.
5716
5717 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5718
5719         * nnir.el (nnir-get-article-nov-override-function): New function to
5720         override the normal NOV retrieval.
5721         (nnir-retrieve-headers): Use it.
5722
5723 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5724
5725         * auth-source.el (netrc-machine-user-or-password): Autoload.
5726
5727 2010-03-19  Glenn Morris  <rgm@gnu.org>
5728
5729         Stop message.el from loading about 40 libraries it doesn't always need.
5730         The general approach is to autoload rather than require, and to
5731         require in the specific functions rather than the file.  (Bug#5642)
5732
5733         * gmm-utils.el: Don't require wid-edit.
5734         (widget-create-child-value, widget-convert, widget-default-get):
5735         Autoload.
5736
5737         * gnus-util.el: Don't require time-date, netrc.
5738         (message-fetch-field, gnus-group-name-decode): Declare rather than
5739         autoloading.
5740         (gnus-fetch-field): Require message.
5741         (gnus-decode-newsgroups): Require gnus-group.
5742
5743         * ietf-drums.el: Don't require time-date.
5744
5745         * message.el: Don't require hashcash, canlock, ecomplete.
5746         Do require mail-utils.  Require nnheader only when compiling.
5747         (smtpmail-default-smtp-server): Remove declaration.
5748         (message-send-mail-function): Check smtpmail-default-smtp-server
5749         is bound rather than requiring smtpmail.
5750         (message-auto-save-directory, message-insert-signature):
5751         Use expand-file-name rather than nnheader-concat.
5752         (nnheader-insert-file-contents): Autoload.
5753         (hashcash-wait-async): Declare.
5754         (message-send-mail): Only call gnus-setup-posting-charset if
5755         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5756         (message-send-mail-with-sendmail): Require sendmail.
5757         (canlock-password, canlock-password-for-verify): Declare.
5758         (message-canlock-password): Require canlock.
5759         (nnheader-get-report): Autoload.
5760         (gnus-setup-posting-charset): Declare.
5761         (message-send-news): Require gnus-msg.
5762         (message-make-references, message-make-in-reply-to): Use mail-header-id
5763         rather than the alias mail-header-message-id.
5764         (ecomplete-add-item, ecomplete-save): Declare.
5765         (message-put-addresses-in-ecomplete): Require ecomplete.
5766         (ecomplete-display-matches): Autoload.
5767
5768         * mm-decode.el: Don't require mailcap, gnus-util.
5769         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5770         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5771         Autoload.
5772         (mailcap-mime-extensions): Declare.
5773
5774         * mm-encode.el: Don't require mailcap.
5775         (mailcap-extension-to-mime): Autoload.
5776
5777         * mml-sec.el: Don't require password-cache.
5778
5779         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5780         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5781         (mml-minibuffer-read-type): Require mailcap.
5782         (mml-preview): Require gnus-msg.
5783
5784         * mml1991.el: Require password-cache.
5785         (password-cache-expiry): Remove declaration.
5786
5787         * mml2015.el: Require password-cache.
5788         (password-cache-expiry): Remove declaration.
5789
5790         * nneething.el (mailcap): Require mailcap.
5791
5792         * nnheader.el (declare-function): Add compatibility stub.
5793         (message-remove-header): Declare rather than autoload.
5794         (nnheader-replace-header): Require message.
5795
5796         * nnimap.el (declare-function): Add compatibility stub.
5797         (netrc-parse, netrc-machine-user-or-password): Declare.
5798         (nnimap-open-connection): Require netrc.
5799
5800         * nntp.el (declare-function): Add compatibility stub.
5801         (netrc-parse, netrc-machine, netrc-get): Declare.
5802         (nntp-send-authinfo): Require netrc.
5803
5804         * rfc2047.el: Don't require qp.
5805         (quoted-printable-encode-region, quoted-printable-decode-string):
5806         Autoload.
5807
5808         * sieve-mode.el: Don't require easymenu.
5809         (easy-menu-add-item): Autoload it.
5810
5811         * spam-stat.el (time-to-number-of-days): Autoload it.
5812
5813 2010-03-19  Glenn Morris  <rgm@gnu.org>
5814
5815         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5816
5817 2010-03-18  Glenn Morris  <rgm@gnu.org>
5818
5819         * hashcash.el (declare-function): Remove duplicate definition.
5820
5821 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5822
5823         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5824         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5825         value if any backslash escapes).
5826
5827 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5828
5829         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5830         if it is available.  (bug#5647)
5831
5832         * lpath.el: Suppress compiler warning for coding-system-from-name for
5833         Emacs 21 and XEmacs.
5834
5835 2010-03-14  Juri Linkov  <juri@jurta.org>
5836
5837         * hmac-def.el:
5838         * hmac-md5.el:
5839         * netrc.el: Fix keywords.
5840
5841 2010-02-26  Glenn Morris  <rgm@gnu.org>
5842
5843         * message.el (message-send-mail-function): Change the default, so that
5844         it inherits from a customized send-mail-function.  (Bug#5643)
5845
5846 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5847
5848         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5849         shell-command-to-string signals an error (bug#5299).
5850
5851 2010-02-24  Glenn Morris  <rgm@gnu.org>
5852
5853         * message.el (message-smtpmail-send-it)
5854         (message-send-mail-with-mailclient): Doc fixes.
5855
5856 2010-02-16  Glenn Morris  <rgm@gnu.org>
5857
5858         * message.el (message-default-mail-headers): Change the default value
5859         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5860
5861 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5864         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5865
5866 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5867
5868         * time-date.el (date-to-time): Doc fix (Bug#5408).
5869
5870 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5871
5872         * message.el (message-mail): Just pass yank-action on to message-setup.
5873         (message-setup): Handle (FUN . ARGS) form of yank-action.
5874         (message-with-reply-buffer, message-widen-reply)
5875         (message-yank-original): Handle non-buffer values of
5876         message-reply-buffer (Bug#4080).
5877         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5878
5879 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5880
5881         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5882         Fix typo in docstring.
5883
5884 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5885
5886         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5887         response.
5888
5889 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5890
5891         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5892
5893         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5894
5895         * message.el (message-check-news-header-syntax): Protect against a
5896         string that `rfc822-addresses' returns when parsing fails.
5897
5898 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5899
5900         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5901         (gnus-previous-char-property-change): New functions.
5902
5903         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5904
5905 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5906
5907         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5908         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5909
5910 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5911
5912         * message.el (message-exchange-point-and-mark): Rework last change to
5913         avoid using optional arg of exchange-point-and-mark, for backward
5914         compatibility.
5915
5916 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5917
5918         * message.el (message-exchange-point-and-mark):
5919         Call exchange-point-and-mark with an argument rather than setting
5920         mark-active by hand (Bug#5175).
5921
5922 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5923
5924         * nntp.el (nntp-service-to-port): Work for service expressed with
5925         numeric string; replace [:digit:] with [0-9] for XEmacs.
5926
5927 2009-12-17  Glenn Morris  <rgm@gnu.org>
5928
5929         * gnus-group.el (gnus-bug-group-download-format-alist):
5930         Change emacs entry to debbugs.gnu.org.  Bump :version.
5931
5932 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5933
5934         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5935
5936 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5937
5938         * message.el (message-info): Explain why we use `Info-goto-node'.
5939
5940 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5941
5942         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5943
5944 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5945
5946         * message.el (message-completion-in-region): New compatibility function.
5947         (message-expand-group): Use it.
5948
5949 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5950
5951         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5952         with no unread article should be listed if the 2nd arg `predicate' is
5953         given.
5954
5955 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5956
5957         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5958
5959 2009-11-29  Juri Linkov  <juri@jurta.org>
5960
5961         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5962         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5963         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5964
5965 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5966
5967         * sha1.el (sha1-string-external): default-directory "/" in case
5968         otherwise non-existent.  process-connection-type pipe for touch of
5969         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5970
5971 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5972
5973         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5974         it's comms related and sgml-mode.el has "comm" on that basis too.
5975
5976 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5977
5978         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5979         containing tspecial characters if they have been already quoted.
5980
5981 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5982
5983         * dns-mode.el (auto-mode-alist): Purecopy string.
5984
5985 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5986
5987         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5988
5989 2009-10-24  Glenn Morris  <rgm@gnu.org>
5990
5991         * gnus-art.el (help-xref-stack-item): Define for compiler.
5992
5993 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5994
5995         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5996
5997 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5998
5999         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6000
6001 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6002
6003         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6004         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6005
6006 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6007
6008         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6009         (gnus-overlays-in): New alias to overlays-in.
6010
6011         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6012         gnus-overlay-get, and gnus-delete-overlay.
6013         (gnus-summary-show-thread): Make it work as well for systems in which
6014         next-single-char-property-change is not available.
6015         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6016
6017         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6018         (gnus-overlay-get): New alias to extent-property.
6019         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6020
6021         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6022         SXEmacs.
6023
6024         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6025         SXEmacs.
6026
6027 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6028
6029         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6030
6031 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6032
6033         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6034         and XEmacs that don't have `remove-overlays'.
6035
6036 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6037
6038         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6039         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6040         selective display.  Use overlays instead.
6041
6042 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6043
6044         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6045
6046 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6047
6048         * spam-stat.el (spam-stat-load): Fix typo in message.
6049
6050 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6051
6052         * dig.el (dig-invoke): Fix typo in docstring.
6053         (query-dig): Reflow docstring.
6054
6055 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6056
6057         * gnus-art.el (gnus-article-encrypt-body):
6058         * message.el (message-check-recipients):
6059         * mm-util.el (mm-codepage-setup):
6060         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6061         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6062
6063 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6064
6065         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6066         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6067         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6068         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6069         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6070
6071 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6072
6073         * dig.el: Add "Keywords: comm", as per net-utils.el.
6074
6075 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6076
6077         * dig.el (dig-mode): Use define-derived-mode.
6078
6079 2009-09-19  Glenn Morris  <rgm@gnu.org>
6080
6081         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6082
6083 2009-09-18  Glenn Morris  <rgm@gnu.org>
6084
6085         * gnus-diary.el (gnus-diary-check-message):
6086         * message.el (message-insert-formatted-citation-line):
6087         * nnbabyl.el (top-level):
6088         * nndiary.el (nndiary-schedule):
6089         Fix typos in condition-case handlers.
6090
6091 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6092
6093         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6094         configuration that provides the sole article window in a frame;
6095         position point correctly after deleting a part.
6096
6097 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6098
6099         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6100         (spam-resolve-registrations-routine): Use it to unregister articles
6101         that change status.
6102
6103 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6104
6105         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6106         with XEmacs.
6107         (parse-time-string-chars): Use it.
6108
6109 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6110
6111         * imap.el (imap-interactive-login): Better messages.
6112         (imap-open): Fix bug with renamed buffer on reconnect.
6113         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6114         for easier debugging and cleaner code.  On successful (guessed based on
6115         server capabilities) secondary authentication, set imap-state
6116         correctly.
6117         (imap-last-authenticator): Define imap-last-authenticator as a variable
6118         to avoid warnings.
6119
6120 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6121
6122         * nnrss.el (nnrss-request-article): Remove binding of
6123         default-enable-multibyte-characters that has gotten needless by
6124         the 2007-07-13 change in rfc2047-encode-message-header.
6125
6126         * mml.el (mml-insert-multipart): Error on the message header.
6127         (mml-insert-part): Error on the message header; position point at
6128         the end of a MIME tag.
6129
6130 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6131
6132         * time-date.el (autoload): Expand define-obsolete-function-alias into
6133         defalias and make-obsolete for old Emacsen that Gnus supports.
6134         (with-no-warnings): Define it for old Emacsen.
6135         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6136         is available.
6137         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6138         float-time is available; suppress compile warning for time-to-seconds.
6139
6140         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6141         (gnus-float-time): Alias to float-time if it exists.
6142
6143         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6144         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6145         float-time is available; suppress compile warning for time-to-seconds.
6146
6147         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6148         XEmacs.
6149
6150 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6151
6152         * imap.el (imap-message-map): Docstring fix.
6153
6154 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6155
6156         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6157         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6158         Add the optional argument `encoding' that overrides the default.
6159
6160         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6161         mm-encode-buffer.
6162
6163 2009-09-04  Glenn Morris  <rgm@gnu.org>
6164
6165         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6166         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6167         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6168         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6169         * mm-util.el (mm-with-unibyte-current-buffer)
6170         (mm-find-buffer-file-coding-system):
6171         * yenc.el (yenc-decode-region): Use default-value rather than
6172         default-enable-multibyte-characters.
6173
6174 2009-09-03  Glenn Morris  <rgm@gnu.org>
6175
6176         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6177         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6178         than default-enable-multibyte-characters.
6179
6180 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6181
6182         * gnus-art.el (gnus-article-read-summary-keys):
6183         Fix gnus-buffer-configuration's value temporarily used.
6184
6185 2009-09-02  Glenn Morris  <rgm@gnu.org>
6186
6187         * gnus-util.el (gnus-float-time): New function.
6188         * gnus-delay.el (gnus-delay-article):
6189         * gnus-sum.el (gnus-thread-latest-date):
6190         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6191         * nnspool.el (nnspool-request-newgroups):
6192         Use gnus-float-time rather than time-to-seconds.
6193         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6194
6195         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6196         (gnus-header-subject-face, gnus-header-newsgroups-face)
6197         (gnus-header-name-face, gnus-header-content-face):
6198         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6199         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6200         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6201         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6202         (gnus-cite-face-11):
6203         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6204         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6205         (gnus-server-closed-face, gnus-server-denied-face)
6206         (gnus-server-offline-face):
6207         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6208         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6209         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6210         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6211         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6212         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6213         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6214         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6215         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6216         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6217         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6218         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6219         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6220         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6221         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6222         (gnus-summary-high-undownloaded-face)
6223         (gnus-summary-low-undownloaded-face)
6224         (gnus-summary-normal-undownloaded-face)
6225         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6226         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6227         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6228         (gnus-splash-face):
6229         * message.el (message-header-to-face, message-header-cc-face)
6230         (message-header-subject-face, message-header-newsgroups-face)
6231         (message-header-other-face, message-header-name-face)
6232         (message-header-xheader-face, message-separator-face)
6233         (message-cited-text-face, message-mml-face):
6234         * sieve-mode.el (sieve-control-commands-face)
6235         (sieve-action-commands-face, sieve-test-commands-face)
6236         (sieve-tagged-arguments-face):
6237         * spam.el (spam-face):
6238         Mark face aliases with "-face" in the name as obsolete.
6239
6240 2009-09-01  Glenn Morris  <rgm@gnu.org>
6241
6242         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6243         than goto-line.
6244
6245 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6248         Don't move point if the command is invoked inside the message header.
6249
6250 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6251
6252         * imap.el (imap-send-command): Simplify.
6253         (imap-wait-for-tag): point-max -> buffer-size.
6254
6255 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6256
6257         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6258         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6259         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6260         * nnir.el (nnir-swish-e-index-file):
6261         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6262         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6263         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6264         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6265         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6266         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6267
6268 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6269
6270         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6271         Don't save excursion.
6272
6273 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6274
6275         * nnheader.el (nnheader-find-file-noselect):
6276         * mm-util.el (mm-insert-file-contents):
6277         Use (default-value 'major-mode) instead of default-major-mode.
6278
6279 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6280
6281         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6282
6283 2009-08-26  Glenn Morris  <rgm@gnu.org>
6284
6285         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6286         than placing in files.el.
6287
6288 2009-08-25  Glenn Morris  <rgm@gnu.org>
6289
6290         * nnir.el (top-level): Don't require cl at run-time.
6291         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6292         Replace cl-function substitute with gnus-replace-in-string.
6293         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6294         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6295         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6296         simplified expansions.
6297
6298 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6299
6300         * dig.el (dig): Add autoload cookie.
6301
6302 2009-08-22  Glenn Morris  <rgm@gnu.org>
6303
6304         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6305         goto-line.
6306
6307 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6308
6309         * parse-time.el (parse-time-string-chars): Save match data.
6310
6311 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6312
6313         * parse-time.el (parse-time-string-chars): Compute using character
6314         classes, to handle non-ascii characters (Bug#3190).
6315
6316 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6317
6318         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6319
6320         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6321         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6322         (gnus-mm-display-part, gnus-mime-display-single)
6323         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6324         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6325
6326         * gnus-sum.el
6327         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6328         (gnus-summary-move-article): Add expirable mark to articles copied or
6329         moved to group that has auto-expire turned on if the option is non-nil.
6330
6331 2009-07-24  Glenn Morris  <rgm@gnu.org>
6332
6333         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6334         Fix typo.  (Bug#3903)
6335
6336 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6337
6338         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6339         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6340         that should not be used for draft articles.
6341         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6342         that has no concern in minor mode keys.
6343         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6344         Abolish.
6345
6346 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6347
6348         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6349         article without making inquiry to a user for unknown encoding.
6350
6351         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6352         (nnmaildir--scan): Assume i-node and device number that file-attributes
6353         returns might be cons-cell.
6354
6355         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6356
6357         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6358
6359 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6360
6361         * auth-source.el: Remove docs now in auth.texi.  Don't use
6362         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6363         `auth-source-hide-passwords' and use them.
6364
6365 2009-07-15  Glenn Morris  <rgm@gnu.org>
6366
6367         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6368
6369 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6370
6371         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6372         excessive whitespace from the default values of title and description.
6373
6374 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6375
6376         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6377         mail-fetch-field to fetch Content-Description header in order to
6378         exclude newlines.
6379
6380 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6381
6382         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6383         format used by GnuPG 2.0.11.
6384
6385 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6388         to deleted part.
6389
6390 2009-05-30  David Engster  <dengste@eml.cc>
6391
6392         * nnmairix.el: Remove old documentation in the commentary block.
6393         (nnmairix-request-group): Do not update active file for nnml back ends.
6394         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6395         end so that overview files are ignored.
6396         (nnmairix-update-groups): Make updating the groups more robust by using
6397         marks.
6398         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6399         with dollar characters in message-id.
6400
6401 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6402
6403         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6404         2008-12-25 in dns.el.
6405
6406 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6407
6408         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6409         could happen if the text is only composed of spaces and/or tabs.
6410
6411 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6412
6413         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6414         when sending a queued message to avoid extra mml tags.
6415
6416 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6417
6418         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6419
6420 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6423         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6424         rmail-toggle-header for XEmacs;
6425         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6426
6427 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6428
6429         * gnus-dired.el: Remove autoload for gnus-setup-message.
6430         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6431         displaying Gnus logo; always use compose-mail.
6432
6433 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6434
6435         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6436
6437 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6438
6439         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6440         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6441         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6442         available.
6443         (gnus-nocem-epg-verify): New function.
6444
6445 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6446
6447         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6448
6449 2009-02-15  Glenn Morris  <rgm@gnu.org>
6450
6451         * gnus-util.el (rmail-insert-rmail-file-header)
6452         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6453         autoloads.
6454         (rmail-default-rmail-file): Remove unnecessary declaration.
6455         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6456
6457 2009-02-14  Glenn Morris  <rgm@gnu.org>
6458
6459         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6460         variable (only used in gnus-util, which declares it anyway).
6461         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6462         which was only needed by gnus-art (changed to not use it any more).
6463         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6464         only used in gnus-util, which autoloads it itself.
6465         (rmail-update-summary): Fix autoload.
6466
6467         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6468         rather than rmail-output-to-rmail-file.
6469
6470 2009-02-07  Glenn Morris  <rgm@gnu.org>
6471
6472         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6473         autoload of function that no longer exists.
6474         (rmail-toggle-header): Declare.
6475         (message-forward-rmail-make-body): Handle mbox Rmail.
6476
6477 2009-01-31  Glenn Morris  <rgm@gnu.org>
6478
6479         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6480         2009-01-09 change.
6481
6482 2009-01-31  Dave Love  <fx@gnu.org>
6483
6484         * imap.el (imap-fetch-safe): Bind debug-on-error.
6485         (imap-debug): Add imap-fetch-safe.
6486
6487 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6488
6489         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6490         (auth-source-forget-all-cached): New convenience function.
6491         (auth-source-user-or-password): Accept list of modes or a single mode.
6492
6493         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6494         auth-source modes.
6495
6496         * netrc.el (netrc-machine-user-or-password): Use list of
6497         auth-source modes.
6498
6499         * nnimap.el (nnimap-open-connection): Use list of
6500         auth-source modes.
6501
6502         * nntp.el (nntp-send-authinfo): Use list of
6503         auth-source modes.
6504
6505 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6506
6507         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6508         now.
6509
6510 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6511
6512         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6513         coding system in XEmacs; add a workaround for XEmacs.
6514
6515         * lpath.el: Fbind coding-system-aliasee.
6516
6517 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6518
6519         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6520         of current-language-environment.
6521
6522 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6523
6524         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6525         available at runtime.
6526
6527 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6528
6529         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6530
6531 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6532
6533         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6534         the greatest positive fixnum value doesn't work under an XEmacs with
6535         bignum support; use the most-positive-fixnum constant instead,
6536         available since Emacs 21.1 with cl and XEmacs 21.1.
6537
6538 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6539
6540         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6541         XEmacs gets not to work.
6542
6543 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6544
6545         * mm-util.el (mm-coding-system-priorities): Allow the value like
6546         "Japanese (UTF-8)" of current-language-environment.
6547
6548 2009-01-09  Glenn Morris  <rgm@gnu.org>
6549
6550         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6551         with last-command-event.
6552
6553 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6554
6555         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6556         in the doc string.
6557
6558         * message.el (message-fix-before-sending): Amend comment.
6559
6560 2009-01-08  Dave Love  <fx@gnu.org>
6561
6562         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6563
6564 2009-01-07  David Engster  <dengste@eml.cc>
6565
6566         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6567         simplified server definitions by converting it via
6568         gnus-server-to-method.
6569
6570 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6571
6572         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6573         parameter's operands.
6574
6575 2009-01-06  David Engster  <dengste@eml.cc>
6576
6577         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6578         primary select method (for gnus-group-mark-article-as-read).
6579
6580 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6581
6582         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6583         `(gnus)Face', not `(gnus)X-Face'.
6584
6585 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6586
6587         * mm-util.el (mm-ucs-to-char): New function.
6588
6589         * mm-url.el (mm-url-decode-entities): Use it.
6590
6591         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6592         unicode-to-char.
6593
6594 2009-01-05  Dave Love  <fx@gnu.org>
6595
6596         * time-date.el: Require cl for `declare'.
6597
6598 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6599
6600         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6601         Dave Love.
6602
6603 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6604
6605         * message.el (message-fix-before-sending): Add `eight-bit' to
6606         illegible-text check.
6607
6608 2009-01-03  Michael Olson  <mwolson@gnu.org>
6609
6610         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6611         `headers' is nil.  This can occur if the IMAP server does not have
6612         permissions to read messages from a folder, but can write new messages
6613         to the folder.
6614         (nnimap-request-article-part): Do not insert `data' if it is nil.
6615
6616         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6617         characters which will confuse `read', so skip past them.
6618
6619 2009-01-01  Dave Love  <fx@gnu.org>
6620
6621         * imap.el (imap-string-to-integer): Fix typo.
6622         (imap-fetch-safe): New function.
6623         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6624
6625         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6626
6627         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6628         (imap-parse-greeting): Fix doc strings.
6629         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6630         (imap-parse-flag-list): Make messages unique.
6631         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6632
6633         * nnimap.el: Fix author email.
6634         (nnimap-split-rule): Add FIXME comment.
6635         (nnimap-debug): Fix doc string.
6636
6637 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6638
6639         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6640
6641 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6642
6643         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6644         nslookup if resolv.conf isn't available.
6645         (dns-query): Rename from query-dns.
6646         (dns-query-cached): Rename from query-dns-cached.
6647
6648 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6649
6650         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6651         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6652         to check if those variables exist (first appeared in Emacs 18.50).
6653
6654 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6655
6656         * mm-util.el (mm-line-number-at-pos): New function.
6657
6658         * spam-report.el (spam-report-process-queue): Use it.
6659
6660 2008-12-24  David Engster  <dengste@eml.cc>
6661
6662         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6663         parameters that haven't existed as variables as buffer-local variables.
6664
6665 2008-12-23  Dave Love  <fx@gnu.org>
6666
6667         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6668         cadar.
6669
6670         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6671         imap-starttls-p.
6672         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6673
6674 2008-12-22  Dave Love  <fx@gnu.org>
6675
6676         * imap.el: Fix author email.  Doc fixes.
6677         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6678         reply.
6679
6680 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6681
6682         * spam-report.el (spam-report-gmane-max-requests): New constant.
6683         (spam-report-gmane-wait): New variable.
6684         (spam-report-gmane-ham, spam-report-gmane-spam)
6685         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6686         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6687         the server.
6688
6689         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6690         Add explanations.
6691
6692         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6693         nnheader-accept-process-output and nnheader-read-timeout if available.
6694         (pop3-movemail): Use it.
6695
6696         * message.el (message-check-news-body-syntax): Fix signature check if
6697         there's an attachment.
6698
6699 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6700
6701         * mm-util.el: Add comments to the mm- emulating functions.
6702
6703 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6704
6705         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6706         Reported by Stephen Berman <stephen.berman@gmx.net>.
6707
6708 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6709
6710         * mm-util.el (mm-substring-no-properties): New function.
6711         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6712         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6713         (mm-string-to-multibyte): Doc fix.
6714
6715         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6716
6717 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6718
6719         * mml.el (mml-attach-file): Strip text properties from file name.
6720         (Bug#1574)
6721
6722 2008-12-16  Glenn Morris  <rgm@gnu.org>
6723
6724         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6725
6726 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6727
6728         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6729         knows since the charset specified might be a bogus alias that
6730         mm-charset-synonym-alist provides.
6731
6732 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6733
6734         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6735         "ISO_8859-1".
6736
6737         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6738
6739 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6740
6741         * mm-util.el (mm-charset-eval-alist):
6742         Define it before mm-charset-to-coding-system.
6743         (mm-charset-to-coding-system): Add optional argument `silent';
6744         define it before mm-charset-override-alist.
6745         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6746         default value if it can be used in Emacs currently running;
6747         silence mm-charset-to-coding-system.
6748
6749 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6750
6751         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6752         `allow-override' which says whether to use `mm-charset-override-alist'.
6753         (rfc2047-decode-encoded-words): Use it.
6754
6755         * mm-util.el (mm-charset-override-alist): Fix custom type;
6756         add `(gb2312 . gbk)' to choices.
6757
6758 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6759
6760         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6761         fast.
6762
6763         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6764
6765         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6766
6767 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6768
6769         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6770         on links.
6771
6772         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6773
6774 2008-12-03  Lute Kamstra  <lute@gnu.org>
6775
6776         * sha1.el: Remove leading * from docstrings of defcustoms,
6777         deffaces, defconsts and defuns.
6778
6779 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6780
6781         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6782         users' addresses that don't have domain parts.
6783         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6784         rather than message-narrow-to-head since there will be the message
6785         header separator.
6786
6787 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6788
6789         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6790         since the result is inserted in a unibyte buffer anyway.
6791         (nnimap-demule-use-string-to-multibyte): Remove.
6792         (nnimap-demule): Alias it to mm-string-to-multibyte.
6793
6794 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6795
6796         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6797         variable for debugging bug#464 and bug#1174.
6798         (nnimap-demule): Use it.
6799
6800 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6801
6802         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6803         score calculation correctly.
6804
6805 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6806
6807         * message.el (message-send-mail): Just set the buffer to unibyte
6808         rather than use mm-with-unibyte-current-buffer which does a lot more.
6809         (message-send-mail-partially): Don't bother with
6810         mm-with-unibyte-current-buffer since it's already been made unibyte by
6811         message-send-mail.
6812
6813 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6814
6815         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6816
6817 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6818
6819         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6820
6821 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6822
6823         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6824         require itself and to remove `with-no-warnings'.
6825
6826 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6827
6828         * starttls.el (starttls-any-program-available): Get the name of the
6829         available TLS layer program.
6830         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6831         well as the host name in the "opening" message.
6832
6833         * auth-source.el (auth-source-cache, auth-source-do-cache)
6834         (auth-source-user-or-password): Cache passwords and logins by default,
6835         allow override with `auth-source-do-cache'.
6836         (auth-source-forget-user-or-password): Allow users to remove cache
6837         entries if needed.
6838
6839 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6840
6841         * md4.el (md4-buffer): Fix typo in docstring.
6842         (md4, md4-64): Doc fixes.
6843         (md4-pack-int32): Reflow docstring.
6844
6845 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6846
6847         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6848         condition-case to only the forward-sexp call.
6849
6850 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6851
6852         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6853         quotes contained.  Make it more robust regardless by an extra
6854         condition-case wrapper.
6855
6856 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6857
6858         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6859
6860 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6861
6862         * nnml.el (nnml-request-expire-articles): Check if the function set to
6863         `nnmail-expiry-target' returns the symbol `delete'.
6864
6865         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6866
6867         * nnmail.el (nnmail-expiry-target): Fix custom type.
6868
6869 2008-10-02  Glenn Morris  <rgm@gnu.org>
6870
6871         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6872         Silence compiler warning.
6873
6874 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6875
6876         * tls.el (open-tls-stream): Show the actual command being
6877         executed, instead of the format string.
6878
6879 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6880
6881         * lpath.el: Fbind codepage-setup for Emacs 23.
6882
6883 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6884
6885         * mml.el (mml-menu): Don't assume mml2015 is bound.
6886
6887 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6888
6889         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6890         exists.
6891
6892 2008-09-27  Glenn Morris  <rgm@gnu.org>
6893
6894         * gnus-util.el (mail-header-remove-comments): Autoload it.
6895
6896 2008-09-27  Andreas Schwab  <schwab@suse.de>
6897
6898         * gnus-util.el (gnus-split-references): Strip comments.
6899         (gnus-parent-id): Likewise.
6900
6901 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6902
6903         * message.el (message-confirm-send): Fix version.
6904
6905 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6906
6907         * message.el (message-idna-to-ascii-rhs-1): Use
6908         mail-extract-address-components rather than mail-header-parse-addresses
6909         that is an alias by default to ietf-drums-parse-addresses that does not
6910         support non-ASCII names in headers' contents.
6911
6912 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6913
6914         * message.el (message-confirm-send): Fix variable documentation to
6915         avoid the "y/n" wording.
6916
6917 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6918
6919         * message.el (message-set-auto-save-file-name): Save to a different
6920         filename so multiple messages (especially drafts) can be recovered.
6921
6922 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6923
6924         * message.el (message-confirm-send): Add appropriate version.
6925
6926 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6927
6928         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6929         defvar.
6930
6931 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6932
6933         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6934         (mm-pkcs7-enveloped-magic): Ditto.
6935
6936 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6937
6938         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6939         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6940
6941 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6942
6943         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6944         default, it's better.
6945
6946 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6947
6948         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6949         summary line gnus-number property and ignore them (with a warning
6950         message).
6951
6952 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6953
6954         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6955         macro caddr in the interactive form since it won't be expanded.
6956
6957 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6958
6959         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6960         `charset'; fix name of function called recursively.
6961         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6962
6963 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6964
6965         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6966         (gnus-mime-set-charset-parameters): New function.
6967         (gnus-mime-view-part-as-charset): Use it to correctly display part
6968         specifying wrong charset.
6969
6970 2008-09-08  David Engster  <dengste@eml.cc>
6971
6972         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6973         in completing-read for back end server.
6974
6975 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6976
6977         * message.el (message-confirm-send): New variable to confirm sending a
6978         message.
6979         (message-send): Use it.
6980
6981 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6982
6983         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6984
6985 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6986
6987         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6988
6989 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6990
6991         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6992         prevent tracking too many groups.
6993         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6994         Use it.
6995
6996 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6997
6998         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6999         moving point to the bottom of the window in order to avoid recentering.
7000
7001 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7002
7003         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7004
7005         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7006         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7007         (gnus-article-beginning-of-window): Fix calculation.
7008
7009 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7010
7011         * gnus-msg.el (gnus-summary-supersede-article)
7012         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7013         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7014         message header.
7015
7016 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7017
7018         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7019         pending output coming after the status change.
7020
7021 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7022
7023         * message.el:
7024         * gnus-start.el:
7025         * gnus-registry.el: Remove VMS support.
7026
7027 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7028
7029         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7030         macro.
7031         (rfc2104-hash): Use it.
7032
7033 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7034
7035         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7036         (gnus-summary-sort-by-most-recent-date): New commands.
7037         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7038         and menu entries.
7039
7040 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7041
7042         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7043         don't redisplay article for raw contents; remove plural articles stuff.
7044
7045         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7046         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7047         on gnus-summary-save-article; display results properly.
7048
7049 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7050
7051         * lpath.el: No need to fbind ns-focus-frame.
7052
7053 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7054
7055         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7056
7057 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7058
7059         * gnus-art.el (gnus-summary-save-in-pipe):
7060         Consider gnus-save-all-headers.
7061
7062 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7063
7064         * gnus-util.el (ns-focus-frame): Remove declaration.
7065         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7066         like x.
7067
7068 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7069
7070         * rfc2104.el (rfc2104-zero): Delete defconst.
7071         (rfc2104-hex-alist): Likewise.
7072         (rfc2104-hex-to-int): Delete func.
7073         (rfc2104-hexstring-to-bitstring): Likewise.
7074         (rfc2104-nybbles): New defconst.
7075         (rfc2104-hash): Rewrite for speed.
7076
7077 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7078
7079         * tls.el (open-tls-stream): Make it work with the 2nd argument
7080         BUFFER that is a string but does not exist as a buffer object, as
7081         mentioned in the doc-string.
7082
7083 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7084
7085         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7086         SXEmacs.
7087
7088 2008-07-16  Glenn Morris  <rgm@gnu.org>
7089
7090         * gnus-util.el (ns-focus-frame): Declare for compiler.
7091
7092 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7093
7094         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7095         set as a group parameter.
7096         (gnus-summary-save-in-pipe): Work when it is called independently.
7097         (gnus-summary-pipe-to-muttprint): Don't modify
7098         gnus-summary-pipe-output-default-command.
7099
7100 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7101
7102         * message.el (message-send-mail-with-sendmail):
7103         Display the error message.
7104
7105 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7106
7107         * gnus-art.el (gnus-default-article-saver):
7108         Add gnus-summary-save-in-pipe to choices.
7109         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7110         gnus-summary-pipe-output-default-command as the default command.
7111         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7112         instead of gnus-last-shell-command.
7113
7114         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7115         New user option.
7116         (gnus-summary-muttprint-program): Mention the value will be changed.
7117         (gnus-summary-save-article): Force showing of all headers.
7118         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7119
7120 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7121
7122         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7123
7124 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7125
7126         * nnimap.el (nnimap-id):
7127         * sieve-manage.el (sieve-manage-open): Doc fixes.
7128
7129 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7130
7131         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7132         if available.
7133
7134 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7135
7136         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7137
7138         * nnkiboze.el (nnkiboze-generate-group):
7139         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7140
7141         * nnmairix.el: Require CL.
7142
7143 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7144
7145         * dgnushack.el: Autoload get-display-table and put-display-table for
7146         XEmacs 21.5.
7147
7148         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7149         21.4 and SXEmacs.
7150
7151 2008-06-15  David Engster  <dengste@eml.cc>
7152
7153         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7154
7155 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7156
7157         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7158         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7159         runtime choice under XEmacs.
7160
7161         * gnus-sum.el (gnus-summary-set-display-table):
7162         Use `gnus-put-display-table', `gnus-get-display-table',
7163         `gnus-set-display-table' for the display table, instead of `aset'.
7164
7165         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7166         Use `gnus-put-display-table', `gnus-get-display-table',
7167         `gnus-set-display-table' for the display table.
7168
7169 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7170
7171         * nnmairix.el: Add autoloads.
7172
7173 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7174
7175         * nnmairix.el (nnmairix-delete-recreate-group)
7176         (nnmairix-update-and-clear-marks): Fix error messages.
7177
7178 2008-06-14  David Engster  <dengste@eml.cc>
7179
7180         * nnmairix.el: Upgrade to version 0.6.
7181         (nnmairix-group-toggle-propmarks-this-group)
7182         (nnmairix-group-toggle-readmarks-this-group)
7183         (nnmairix-group-delete-recreate-this-group)
7184         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7185         (nnmairix-remove-tick-mark-original-article): New commands.
7186         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7187         (nnmairix-propagate-marks-to-nnmairix-groups)
7188         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7189         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7190         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7191         functions needed for marks propagation and manipulation of read marks.
7192         (nnmairix-update-groups): New function.
7193         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7194         (nnmairix-determine-original-group-from-registry)
7195         (nnmairix-determine-original-group-from-path)
7196         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7197         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7198         New helper functions.
7199         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7200         keystrokes for new commands.
7201         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7202         (nnmairix-request-group): Check allow-fast group parameter.
7203         (nnmairix-request-create-group): Set allow-fast group parameter if
7204         nnmairix-allowfast-default is set.
7205         (nnmairix-close-group): Propagate marks upon closing if needed.
7206         (nnmairix-group-toggle-threads-this-group): Use new.
7207         nnmairix-group-toggle-parameter helper function.
7208         (nnmairix-search): Better check for empty search result.
7209         (nnmairix-goto-original-article): Use new helper functions for
7210         determining original article.
7211         (nnmairix-show-original-article): Make sure message-id is in brackets.
7212         (nnmairix-call-mairix-binary): Change variable name.
7213         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7214         helper function.
7215         (nnmairix-widget-toggle-activate): Fix doc string.
7216
7217 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * nnir.el: Require edmacro when compiling with XEmacs.
7220         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7221         available in Emacs 21.
7222
7223 2008-06-11  Glenn Morris  <rgm@gnu.org>
7224
7225         * gnus-util.el (x-focus-frame):
7226         * gnus.el (image-size):
7227         * mm-decode.el (image-size): Declare.
7228
7229         * gnus-picon.el (declare-function): Add compat definition.
7230         (image-size): Declare.
7231
7232         * gnus-group.el (tool-bar-map):
7233         * gnus-sum.el (tool-bar-map): Define for compiler.
7234
7235         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7236
7237         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7238
7239         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7240         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7241         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7242         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7243         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7244         * sieve-manage.el, spam-report.el, spam.el:
7245         Remove unnecessary eval-and-compile of autoloads.
7246
7247 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7248
7249         * auth-source.el: Precise Tramp doc.
7250
7251 2008-06-07  Glenn Morris  <rgm@gnu.org>
7252
7253         * nnmairix.el: Remove unnecessary eval-when-compile.
7254
7255 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7256
7257         * lpath.el: Fbind propertize for XEmacs 21.4.
7258
7259 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7260
7261         * nnir.el: Move here from ../contrib.
7262
7263 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7264
7265         * gnus-util.el (gnus-read-shell-command): New function.
7266         * mm-decode.el (mm-pipe-part):
7267         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7268
7269 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7270
7271         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7272
7273 2008-06-03  Glenn Morris  <rgm@gnu.org>
7274
7275         * pop3.el (nnheader-accept-process-output): Autoload it.
7276
7277 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7278
7279         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7280         are not 2-digit hexadecimal characters that follow `%'s.
7281
7282 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7283
7284         * message.el (message-bogus-recipient-p): Fix type in doc string.
7285         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7286         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7287         Improve custom options.
7288         (message-bogus-recipient-p): Adjust accordingly.
7289
7290 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7291
7292         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7293         long-form month and day names.
7294
7295 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7296
7297         * dgnushack.el: Autoload debug, eudc-expand-inline and
7298         pgg-snarf-keys-region for XEmacs.
7299
7300         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7301
7302         * nnmairix.el: Require edmacro when compiling with XEmacs.
7303
7304 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7305
7306         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7307         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7308
7309 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7310
7311         * auth-source.el: Add more docs.
7312
7313         * netrc.el (netrc-machine): Always match if the port is not given.
7314
7315 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7316
7317         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7318         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7319         retrieval faster in some cases, but might make CPU usage larger.
7320         If this has any bad side effects, we might revert this change.
7321
7322         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7323         seems to make mail retrieval much, much faster.
7324         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7325         unconditionally.
7326
7327         * gnus-draft.el (gnus-group-send-queue):
7328         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7329
7330 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7331
7332         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7333
7334         * message.el (message-bogus-address-regexp): Fix and improve custom
7335         type.
7336         (message-setup-hook): Add message-check-recipients as custom option.
7337
7338 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7339
7340         * message.el (message-cite-function): Remove bogus autoload which crept
7341         in during merge from v5-10.
7342
7343 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7344
7345         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7346
7347         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7348
7349         * auth-source.el: Preliminary Tramp docs.
7350         (auth-sources): Change the default auth-sources to use
7351         EPA .gpg files.
7352
7353 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7354
7355         * nntp.el: Autoload `auth-source-user-or-password'.
7356         (nntp-send-authinfo): Use it.
7357
7358         * nnimap.el: Autoload `auth-source-user-or-password'.
7359         (nnimap-open-connection): Use it.
7360
7361         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7362         for the gnus-message function.
7363         (auth-source-user-or-password): Use it.
7364
7365 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7366
7367         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7368         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7369         (rfc2104-hash): Use it.
7370
7371 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7372
7373         * gnus-art.el (gnus-article-toggle-truncate-lines):
7374         Don't use `iff' in docstring.
7375
7376 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7377
7378         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7379
7380         * gnus-util.el (gnus-extract-address-component-name)
7381         (gnus-extract-address-component-email): Convenience functions around
7382         `gnus-extract-address-components'.
7383
7384         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7385         Use `gnus-extract-address-component-email' to fix bug of comparing full
7386         sender name to `user-mail-address'.
7387
7388 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7389
7390         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7391         catch/throw to optimize.
7392         (gnus-registry-find-keywords): Just use member to find a keyword.
7393
7394 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7395
7396         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7397         is current before calling gnus-server-prepare.
7398         (gnus-server-setup-buffer, gnus-server-update-server)
7399         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7400
7401 2008-05-04  Juri Linkov  <juri@jurta.org>
7402
7403         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7404         (mailcap-file-default-commands): Use mailcap-replace-in-string
7405         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7406         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7407
7408 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7409
7410         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7411
7412 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7413
7414         * gnus.el: Bump version to 0.11.
7415
7416 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7417
7418         * gnus.el: No Gnus v0.10 is released.
7419
7420 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7421
7422         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7423         hooks.
7424         (gnus-update-read-articles): Speed up non-marks-using users.
7425         (gnus-use-marks): Define gnus-use-marks.
7426         (gnus-propagate-marks): Rename variable to something more sensible.
7427
7428 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7429
7430         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7431         (gmm-image-load-path-for-library): Fix typos in docstrings.
7432         (gmm-message): Reflow docstring.
7433
7434 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7435
7436         * mail-source.el (mail-source-set-1, mail-source-bind):
7437         Move auth-source code out of the macro to clean it up and fix bugs.
7438
7439 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7440
7441         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7442         by sender if it's equal to user-mail-address, it's likely to be
7443         useless.
7444
7445         * mail-source.el (mail-source-bind): Don't use user or password if they
7446         are not bound.  Unintern them if they are nil.  Don't use server unless
7447         it's bound, and default it to empty string otherwise.
7448
7449 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7450
7451         * mail-source.el: Load auth-source.el.
7452         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7453         get user name or password, if auth-sources is set up.
7454
7455         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7456         strategy of splitting with parent.
7457         (gnus-registry-split-fancy-with-parent)
7458         (gnus-registry-post-process-groups): Use it and fix prior
7459         bug (returning a list as the split result).
7460
7461         * auth-source.el (auth-sources): Remove server parameter.
7462         (auth-source-pick, auth-source-user-or-password)
7463         (auth-source-user-or-password-imap)
7464         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7465         (auth-source-user-or-password-sftp)
7466         (auth-source-user-or-password-smtp): Remove server parameter.
7467
7468 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7469
7470         * smime.el (smime-sign-region, smime-encrypt-region)
7471         (smime-decrypt-region):
7472         Remove redundant calls to `generate-new-buffer-name'.
7473
7474 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7475
7476         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7477         Don't use QP for message/rfc822.
7478         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7479
7480 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7481
7482         * sieve-manage.el (sieve-string-bytes): Remove.
7483         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7484         correct byte-length only if the process's coding-system is the same as
7485         the one used internally by Emacs to represent strings.
7486
7487 2008-04-22  Juri Linkov  <juri@jurta.org>
7488
7489         * mailcap.el (mailcap-file-default-commands): New function.
7490
7491 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7492
7493         * message.el (message-signature-separator, message-cite-function):
7494         Change custom version.
7495
7496 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7497
7498         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7499         commands.
7500         (tls-checktrust): Ditto.
7501
7502 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7503
7504         * mm-decode.el (mm-display-external): Make temp file read-only.
7505
7506 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7507
7508         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7509         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7510         `C-c C-f d'.
7511
7512 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7513
7514         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7515
7516 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7517
7518         * gnus.el: Bump version to 0.9.
7519
7520 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7521
7522         * gnus.el: No Gnus v0.8 is released.
7523
7524 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7525
7526         * mail-source.el (mail-source-value):
7527         Prefer fboundp to functionp so it works with macros as well.
7528
7529 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7530
7531         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7532         Fix last change in case the element is not even a symbol.
7533
7534 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7535
7536         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7537         Prefer fboundp to functionp so it works with macros as well.
7538
7539 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7540
7541         * auth-source.el: Add docs.
7542         (auth-sources): Modify format to support server.
7543         (auth-source-pick, auth-source-user-or-password)
7544         (auth-source-user-or-password-imap)
7545         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7546         (auth-source-user-or-password-sftp)
7547         (auth-source-user-or-password-smtp): Add server parameter.
7548
7549 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7550
7551         * gnus-registry.el: Initialize the registry when gnus-registry-install
7552         is t.
7553
7554 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7555
7556         * compface.el (uncompface): Make buffer unibyte.
7557
7558 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7559
7560         * mail-source.el (mail-source-value):
7561         Prefer fboundp to functionp so it works with macros as well.
7562
7563 2008-04-05  Glenn Morris  <rgm@gnu.org>
7564
7565         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7566
7567 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7568
7569         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7570         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7571
7572         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7573         multibyteness after rather than before erasing it.
7574
7575         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7576         mm-with-multibyte.
7577         (gnus-request-article-this-buffer): Make sure the proper decoding is
7578         used if gnus-original-article-buffer happens to be unibyte.
7579
7580         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7581         default-enable-multibyte-characters.
7582
7583         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7584         default-enable-multibyte-characters.
7585
7586         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7587
7588         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7589
7590 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7591
7592         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7593         Fix last change in case the element is not even a symbol.
7594
7595 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7596
7597         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7598         (imap-message-copyuid-1): Use it.
7599         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7600         J. Williams in
7601         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7602
7603         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7604         imap-enable-exchange-bug-workaround.
7605         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7606
7607 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7608
7609         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7610         a 100 byte status-checks into a 2-3MB transfer for each group.
7611         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7612         to enable bug workaround or not.
7613         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7614
7615 2008-03-31  Glenn Morris  <rgm@gnu.org>
7616
7617         * message.el (mml2015-use): Declare for compiler.
7618         (message-info): Require mml2015 when appropriate.
7619
7620 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7621
7622         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7623         whitespace.
7624
7625 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7626
7627         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7628         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7629         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7630         (nntp-service-to-port): New function.
7631         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7632         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7633         (nntp-open-netcat-stream): New function.
7634         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7635
7636 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7637
7638         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7639
7640 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7641
7642         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7643
7644 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7645
7646         * dns.el (dns-write): Use set-buffer-multibyte.
7647
7648 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7649
7650         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7651
7652 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7653
7654         * message.el (message-signature-separator): Change default.
7655         Improve custom type.
7656         (message-cite-function): Change default to
7657         message-cite-original-without-signature.
7658
7659         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7660         toggle.
7661
7662         * message.el (message-check-news-body-syntax): Fix signature check.
7663         (message-setup-1): Mark buffer as unmodified _after_ running
7664         message-setup-hook and handling message-alternative-emails.
7665         (message-shorten-references): Be more strict when building list of
7666         valid references to comply with GNKSA.
7667
7668         * gnus-group.el (gnus-read-ephemeral-bug-group)
7669         (gnus-read-ephemeral-debian-bug-group)
7670         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7671
7672         * message.el (message-info): Don't use booleanp which isn't supported
7673         in Emacs 21 and XEmacs.
7674
7675 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7676
7677         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7678         gnus-group-gmane-group-download-format.
7679         (gnus-group-read-ephemeral-gmane-group): Rename from
7680         gnus-group-read-ephemeral-gmane-group.
7681         (gnus-read-ephemeral-gmane-group-url): Rename from
7682         gnus-group-read-ephemeral-gmane-group-url.
7683         (gnus-bug-group-download-format-alist): New variable.
7684         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7685         (gnus-read-ephemeral-emacs-bug-group): New commands.
7686
7687 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7688
7689         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7690         (gnus-visible-headers): Improve custom type.
7691
7692 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7693
7694         * mml.el (mml-menu): Add workarounds for XEmacs.
7695
7696         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7697         X-Boundary header.
7698
7699         * message.el (message-simplify-recipients): Fix previous commit.
7700
7701 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7702
7703         * mm-util.el (mm-set-buffer-multibyte): New function.
7704         * mm-decode.el (mm-copy-to-buffer): Use it.
7705
7706         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7707         Prefer fboundp to functionp so it works with macros as well.
7708
7709 2008-03-19  Glenn Morris  <rgm@gnu.org>
7710
7711         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7712         Accidentally removed in the sync process with Emacs.
7713
7714 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7715
7716         * message.el (message-alter-recipients-discard-bogus-full-name):
7717         New function.
7718         (message-alter-recipients-function): New variable.
7719         (message-get-reply-headers): Use it.
7720         (message-replace-header): New helper function.
7721         (message-recipients-without-full-name): New variable.
7722         (message-simplify-recipients): New command.
7723
7724         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7725
7726         * message.el (message-info): Handle EasyPG manual.
7727
7728         * mml.el (mml-menu): Add entry for EasyPG.
7729
7730 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7731
7732         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7733         parameter.
7734
7735         * message.el (message-disassociate-draft): Specify drafts group name
7736         fully.
7737
7738 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7739
7740         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7741         Eliminate unnecessary duplicates from the match list.
7742
7743 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7744
7745         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7746
7747         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7748
7749         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7750         args of `how-many' of which the XEmacs version doesn't take; declare
7751         Info-index-next as function.
7752
7753 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7754
7755         * gnus-score.el (gnus-score-headers): Fix handling of
7756         gnus-inhibit-slow-scoring.
7757
7758         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7759         string.
7760         (gnus-button-url-regexp): Improve handling of parenthesis.
7761         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7762         (gnus-button-handle-info-keystrokes): Handle index entries.
7763
7764 2008-03-15  Glenn Morris  <rgm@gnu.org>
7765
7766         * parse-time.el (parse-time-string): Simplify.
7767
7768 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7769
7770         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7771         Incoming* files.
7772
7773 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7774
7775         * auth-source.el (auth-sources): Rename from auth-source-choices.
7776         (auth-source-pick): Use it.
7777
7778 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7779
7780         * binhex.el (binhex-decode-region-internal):
7781         * uudecode.el (uudecode-decode-region-internal):
7782         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7783         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7784         setting default-enable-multibyte-characters.
7785
7786 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7787
7788         * auth-source.el (auth-source-protocols)
7789         (auth-source-protocols-customize, auth-source-choices): Add and
7790         modified variable customizations and defaults.
7791         (auth-source-pick, auth-source-user-or-password)
7792         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7793         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7794         (auth-source-user-or-password-sftp)
7795         (auth-source-user-or-password-smtp): Use new variables and provide an
7796         interface to netrc.el.
7797
7798 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7799
7800         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7801         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7802         Make sure the nntp port to specify is a string.
7803
7804 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7805
7806         * nntp.el: Use with-current-buffer.
7807         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7808         dubious mm-with-unibyte-current-buffer.
7809         (nntp-with-open-group-function): New function extracted from
7810         nntp-with-open-group macro.
7811         (nntp-with-open-group): Use the function, so it's easier to debug.
7812         Add indentation and debugging info.
7813         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7814         Recommend the use of the netcat alternatives.
7815
7816         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7817         Avoid mm-string-as-multibyte as well.
7818
7819         * nnweb.el (nnweb-insert-html):
7820         Remove use of nnheader-string-as-multibyte.
7821
7822         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7823         (nnheader-string-as-multibyte): Remove.
7824
7825         * mm-view.el: Use inhibit-read-only.
7826         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7827         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7828         or unibyte-string.
7829
7830         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7831         (mm-uu-yenc-extract): Use with-current-buffer.
7832
7833         * gnus-soup.el (gnus-soup-send-packet): Don't use
7834         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7835
7836         * nnmh.el: Use with-current-buffer.
7837         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7838         mm-string-as-multibyte on the output of mm-encode-coding-string.
7839
7840         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7841         (nnimap-request-move-article): Use with-current-buffer.
7842
7843         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7844         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7845         conversion uses string-make-unibyte rather than string-as-unibyte.
7846
7847         * gnus-msg.el: Use with-current-buffer.
7848
7849         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7850
7851 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7852
7853         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7854         string for caching if it is 'PIN.
7855
7856 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7857
7858         * lpath.el: Consider the case without Emacs/W3.
7859
7860 2008-03-08  Glenn Morris  <rgm@gnu.org>
7861
7862         * time-date.el (date-to-time, time-subtract, time-add)
7863         (safe-date-to-time): Doc fixes.
7864
7865 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7866
7867         * mail-source.el (mail-source-delete-old-incoming-confirm):
7868         Change default to nil.
7869         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7870
7871 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7872
7873         * lpath.el: Rearrange.
7874
7875         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7876         (gnus-article-goto-prev-page): Work for articles having ^L's.
7877
7878         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7879
7880         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7881
7882 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7883
7884         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7885         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7886         (gnus-bookmark-jump): Adjust some variable names.
7887
7888 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7889
7890         * auth-source.el: New package.
7891         (auth-source-choices): Add customization entry point variable.
7892
7893         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7894         bug.
7895
7896 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7897
7898         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7899         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7900         (gnus-registry-install-shortcuts): Rename from
7901         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7902         the `gnus-registry-mark-map' keymap dynamically from
7903         `gnus-registry-marks'.  The generated functions update the summary line
7904         when a registry mark is added or deleted, and will call
7905         `gnus-registry-install-p' (see the comments in the code).
7906         (gnus-registry-user-format-function-M): Use concat intelligently.
7907
7908         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7909         the registry mark functions.
7910
7911 2008-03-05  Glenn Morris  <rgm@gnu.org>
7912
7913         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7914         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7915         gnus-art.
7916         (top-level): No need to load own source when compiling.
7917
7918 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7919
7920         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7921         Suggested by <chris.anderton@zetnet.co.uk>.
7922
7923 2008-03-04  Glenn Morris  <rgm@gnu.org>
7924
7925         * gnus-sum.el (top-level): No need to require gnus when compiling,
7926         since unconditionally required near start of file.
7927         (gnus-summary-display-while-building): Move definition before use.
7928
7929 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7930
7931         * gnus-registry.el (gnus-registry-user-format-function-M):
7932         Add formatting function.
7933
7934 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7935
7936         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7937         with plists.
7938         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7939         Use new format.
7940
7941 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7942
7943         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7944         `where-is-internal' that returns a range of key sequences.
7945
7946 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7947
7948         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7949
7950         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7951         (gnus-summary-jump-to-group): Consider windows on other displayed
7952         frames as well.  Similar changes might be needed elsewhere, but that's
7953         the one I've bumped into during my use.
7954
7955         * nndoc.el (nndoc-oe-dbx-type-p):
7956         * gnus-msg.el (gnus-debug):
7957         * gnus-group.el (gnus-update-group-mark-positions):
7958         Use mm-string-to-multibyte.
7959
7960 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7961
7962         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7963         doesn't handle NotDashEscaped.
7964
7965         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7966         (mml-dnd-attach-options): Fix typo in custom choice.
7967
7968         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7969         Change nndoc-article-type to mbox.
7970         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7971
7972         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7973         to nil, instead of html2text.
7974
7975         * imap.el (imap-debug): Add `imap-ping-server'.
7976
7977         * gnus-bookmark.el: Add FIXMEs.
7978
7979         * message.el (message-form-letter-separator)
7980         (message-send-form-letter-delay): New variables.
7981         (message-send-form-letter): Use them.  New command to send form
7982         letters.  Requested by Uwe Siart.
7983         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7984
7985 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7986
7987         * Update copyright years.
7988
7989 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7990
7991         Sync from EMACS_22_BASE.
7992
7993         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7994
7995 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7996
7997         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7998         empty author.
7999
8000 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8001
8002         * gnus-registry.el (gnus-registry-marks): Add variable for
8003         customization of marks and their appearance.
8004         (gnus-registry-read-mark): Use it.
8005         (gnus-registry-do-marks): Add utility function to loop through
8006         `gnus-registry-marks'.
8007         (gnus-registry-install-shortcuts-and-menus): Add function to install
8008         shortcuts and menus.
8009         (gnus-registry-initialize): Use it.
8010         (gnus-registry-default-mark): Clarify documentation.
8011
8012 2008-02-29  Glenn Morris  <rgm@gnu.org>
8013
8014         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8015         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8016         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8017         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8018         Change defcustom :version from 23.0 to 23.1.
8019
8020 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8021
8022         * gnus-registry.el (gnus-registry-follow-group-p)
8023         (gnus-registry-post-process-groups): Add functions to aid registry
8024         splitting and improve logging.  Clarify behavior in function
8025         documentation.
8026         (gnus-registry-split-fancy-with-parent): Use them.
8027
8028 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8029
8030         * gnus-art.el: Use with-current-buffer.
8031
8032 2008-02-27  David Engster  <dengste@eml.cc>
8033
8034         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8035         Express real group name in the response.
8036
8037 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8038
8039         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8040         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8041         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8042         autoload gnus-registry-fetch-group when compiling.
8043         (nnmairix-request-group-with-article-number-correction):
8044         Remove unreferenced argument passed to nnmairix-call-backend.
8045
8046 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8047
8048         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8049         (mm-uu-extract): Improve face for low color ttys.
8050         Reported by Sascha Wilde.
8051
8052 2008-02-27  Glenn Morris  <rgm@gnu.org>
8053
8054         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8055         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8056         variables to defconsts.  Convert comments to doc-strings.
8057         (nnmairix-last-server, nnmairix-current-server): Convert from free
8058         variables to defvars.  Convert comments to doc-strings.
8059         (gnus-registry-fetch-group): Autoload.
8060         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8061         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8062         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8063         caddr.
8064         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8065         nnmairix-request-group-with-article-number-correction call.
8066         (nnmairix-fast, nnmairix-group): New, less general names, for free
8067         variables passed from nnmairix-request-group to
8068         nnmairix-request-group-with-article-number-correction.  Declare.
8069         (nnmairix-request-group-with-article-number-correction):
8070         Use nnmairix-fast, nnmairix-group rather than fast, group.
8071
8072 2008-02-26  David Engster  <dengste@eml.cc>
8073
8074         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8075         version 0.5.
8076
8077 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8078
8079         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8080         instead of making an extra function call.  Don't add the current group
8081         to articles only when they have the group.  Use
8082         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8083         Reported by David <de_bb@arcor.de>.
8084
8085 2008-02-24  Miles Bader  <miles@gnu.org>
8086
8087         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8088         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8089         (mm-find-mime-charset-region):
8090         * mm-bodies.el (mm-encode-body):
8091         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8092
8093 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8094
8095         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8096         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8097
8098 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8099
8100         * mail-source.el (mail-source-delete-incoming): Change default.
8101         Supplement doc string.
8102
8103         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8104
8105 2008-02-14  Glenn Morris  <rgm@gnu.org>
8106
8107         * time-date.el (format-seconds): New function.
8108
8109 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8110
8111         * nnmail.el (nnmail-message-id-cache-file): Derive from
8112         `gnus-home-directory'.
8113
8114 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8115
8116         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8117         Document negative prefix.
8118
8119         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8120
8121 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8122
8123         * message.el (message-unsent-separator): Add the Exim bounce
8124         separator.
8125
8126 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8127
8128         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8129         list.
8130         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8131         recipient/signer list.
8132
8133 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8134
8135         * Makefile.in (datarootdir): Define.
8136         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8137         name that might contain whitespace.
8138
8139 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8140
8141         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8142         fbound (Emacs 23 unicode), signal an error.
8143
8144 2008-02-08  Glenn Morris  <rgm@gnu.org>
8145
8146         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8147
8148 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8149
8150         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8151         ports to the calls to `netrc-machine-user-or-password' in addition to
8152         "imap" and "imaps".
8153
8154 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8155
8156         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8157
8158         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8159
8160 2008-02-01  Kenichi Handa  <handa@m17n.org>
8161
8162         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8163         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8164         (rfc2104-hash): Convert the result of concat to unibyte string.
8165
8166 2008-02-01  Dave Love  <fx@gnu.org>
8167
8168         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8169         coding-system-for-read.
8170         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8171
8172 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8173
8174         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8175         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8176         <hanche@math.ntnu.no>.
8177
8178 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8179
8180         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8181
8182         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8183
8184 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8185
8186         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8187         * message.el (message-beginning-of-line): Use featurep instead of bound
8188         tests in order to resolve conditionals at compile time.
8189
8190 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8191
8192         * mail-source.el (mail-sources): Add `group' choice.
8193
8194         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8195         parameter `in-group' to control into which group the articles go.
8196         Add treatment of `group' mail-source.
8197
8198 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8199
8200         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8201
8202         * mm-decode.el (mm-dissect-buffer): Decode description.
8203
8204         * mml.el (mml-to-mime): Encode message header first.
8205
8206 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8207
8208         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8209         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8210
8211         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8212         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8213
8214 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8215
8216         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8217
8218 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8219
8220         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8221         prefix keys.
8222         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8223         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8224         gnus-xmas.el.
8225
8226         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8227         (gnus-xmas-article-describe-bindings): New function.
8228         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8229         gnus-xmas-article-describe-bindings.
8230
8231         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8232
8233 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8234
8235         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8236         Add new variables for article mark management.
8237         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8238         list of extra data entries which, when present, will indicate that the
8239         article ID should not be trimmed from the registry.
8240         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8241         functions.
8242         (gnus-registry-read-mark): New function to read a mark name from the
8243         user.
8244         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8245         (gnus-registry-set-article-mark-internal): New functions to add and
8246         remove marks.
8247         (gnus-registry-get-article-marks): New function to show the marks for
8248         an article, or retrieve them for further use.
8249
8250 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8251
8252         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8253         keys when no argument is given.
8254
8255 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8256
8257         * imap.el (imap-ping-server): New variable.
8258         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8259         (imap-ping-server): Minor doc string fixes.
8260
8261 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8262
8263         * imap.el (imap-ping-server): New function.
8264         (imap-opened): Call imap-ping-server.
8265
8266 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8267
8268         * gnus-sum.el (gnus-article-sort-by-random)
8269         (gnus-thread-sort-by-random): Fix doc strings.
8270         Reported by jidanni@jidanni.org.
8271
8272 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8273
8274         * gnus-art.el (gnus-article-describe-bindings): New function.
8275         (gnus-article-read-summary-keys): Use it.
8276         (gnus-article-mode-map): Bind `C-h b' to it.
8277
8278 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8279
8280         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8281         XEmacs.
8282         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8283         Protect against non-character events.
8284
8285         * lpath.el: Fbind map-keymap for Emacs 21.
8286
8287 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8288
8289         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8290         New command.
8291         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8292         instead of END.  Change name of the temp file.
8293         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8294         customizable.
8295
8296 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8297
8298         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8299         bind `S W' to gnus-article-wide-reply-with-original; set default
8300         binding to gnus-article-read-summary-send-keys.
8301         (gnus-article-read-summary-keys): Fix the order of keys; display
8302         continuation keys correctly in the echo area; describe bindings
8303         correctly when keys end with `C-h'.
8304         (gnus-article-read-summary-send-keys): New function.
8305         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8306         Work for gnus-article-read-summary-send-keys; display continuation keys
8307         correctly in the echo area.
8308         (gnus-article-reply-with-original): Ignore prefix argument.
8309         (gnus-article-wide-reply-with-original): New function.
8310
8311         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8312         Emacs 21.
8313
8314 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8315
8316         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8317         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8318
8319 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8320
8321         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8322         (gnus-group-read-ephemeral-gmane-group): New command.
8323
8324 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8325
8326         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8327
8328 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8329
8330         * message.el (message-send-mail-function): Increase custom version.
8331
8332         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8333         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8334
8335 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8336
8337         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8338         for the cases where imap-authenticate is called with a nil buffer
8339         parameter.
8340
8341 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8342
8343         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8344         html parts correctly; support forwarded messages.
8345         (gnus-article-browse-html-article): Remove work buffers.
8346
8347         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8348         compiling.
8349         (netrc-bound-and-true-p): New macro.
8350         (netrc-parse): Use it instead of bound-and-true-p that is not available
8351         in XEmacs 21.4.
8352
8353 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8354
8355         * gnus-registry.el (gnus-registry-mark-article)
8356         (gnus-registry-article-marks): Add functionality to mark articles
8357         through the Gnus registry.
8358
8359         * encrypt.el: Clarify documentation for the new pgg method.
8360         (encrypt-file-alist): Add PGG option.
8361         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8362         functionality.  Abstract password key and messaging to external
8363         functions.
8364         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8365         (encrypt-message-method-and-cipher): Add new convenience external
8366         functions.
8367         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8368         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8369
8370         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8371         (netrc-parse): Use encrypt-file-alist to determine if
8372         encrypt-find-model or encrypt-insert-file-contents should be used.
8373
8374         * encrypt.el: Clarify documentation.  Load password-cache or
8375         password, whichever one is found first, instead of autoloading.
8376
8377 2007-12-19  Glenn Morris  <rgm@gnu.org>
8378
8379         * mml.el (message-options-set, message-narrow-to-head)
8380         (message-in-body-p, message-mail-p, message-encode-message-body):
8381         Autoload.
8382         (message-remove-header, message-narrow-to-headers-or-head)
8383         (message-subscribed-p, message-make-mail-followup-to)
8384         (message-position-on-field, message-news-p)
8385         (message-options-set-recipient, message-generate-headers)
8386         (message-sort-headers): Declare as functions.
8387
8388 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8389
8390         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8391         convention in doc string.
8392
8393 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8394
8395         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8396         title to html parts.
8397         (gnus-article-browse-html-article): Pass message header to it.
8398
8399         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8400
8401 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8402
8403         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8404         or password compatible with XEmacs.
8405
8406 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8407
8408         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8409         format document.
8410         (gnus-mime-delete-part): Don't write description line if empty.
8411         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8412
8413 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8414
8415         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8416         (gnus-summary-mark-read-and-unread-as-read)
8417         (gnus-summary-mark-current-read-and-unread-as-read)
8418         (gnus-summary-mark-unread-as-ticked): Doc fix.
8419         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8420
8421 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8422
8423         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8424         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8425
8426 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8427
8428         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8429         yes-or-no-p.
8430
8431 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * mm-decode.el (mm-add-meta-html-tag): New function.
8434         (mm-save-part-to-file, mm-pipe-part): Use it.
8435
8436         * gnus-art.el (gnus-article-browse-delete-temp-files):
8437         Use gnus-y-or-n-p instead of y-or-n-p.
8438         (gnus-article-browse-html-parts): Work with message/external-body; use
8439         mm-add-meta-html-tag.
8440
8441 2007-12-11  Glenn Morris  <rgm@gnu.org>
8442
8443         * gnus-cache.el: Require gnus-sum not just when compiling.
8444
8445         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8446
8447         * gnus-int.el (gnus-server-opened, gnus-status-message):
8448         Move definitions before use.
8449
8450         * mm-decode.el: Require gnus-util.
8451         (mm-remove-part): Only call delete-annotation on XEmacs.
8452
8453         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8454
8455         * nnmail.el: Require gnus-int.
8456
8457         * spam.el: Move `require's before `eval-when-compile's.
8458
8459         * gnus-ems.el (gnus-alive-p):
8460         * gnus-fun.el (message-goto-eoh):
8461         * gnus-util.el (gnus-group-name-decode):
8462         * mail-source.el (gnus-compress-sequence):
8463         * message.el (Info-goto-node, format-spec):
8464         * mm-bodies.el (message-options-get):
8465         * mm-decode.el (mm-view-pkcs7):
8466         * mm-util.el (gmm-write-region):
8467         * mml-smime.el (mml-compute-boundary)
8468         (gnus-completing-read-with-default):
8469         * mml.el (widget-button-press, gnus-make-hashtable):
8470         * mml1991.el (mm-decode-content-transfer-encoding)
8471         (mm-encode-content-transfer-encoding)
8472         (message-options-get, message-options-set):
8473         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8474         * nnfolder.el (gnus-request-group):
8475         * nnheader.el (ietf-drums-unfold-fws):
8476         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8477         * smime.el (gnus-run-mode-hooks):
8478         * spam-stat.el (gnus-message): Autoload.
8479
8480         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8481         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8482         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8483         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8484         Add declare-function compatibility definition.
8485
8486         * gnus-cache.el (nnvirtual-find-group-art):
8487         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8488         (gnus-add-image, gnus-add-wash-type):
8489         * gnus-group.el (nnkiboze-score-file):
8490         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8491         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8492         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8493         (message-tokenize-header, gnus-get-buffer-create)
8494         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8495         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8496         * gnus.el (gnus-group-decoded-name):
8497         * mail-source.el (imap-capability):
8498         * mm-bodies.el (message-options-set):
8499         * mm-decode.el (gnus-configure-windows):
8500         * mm-extern.el (message-goto-body):
8501         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8502         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8503         (epg-sub-key-validity, message-options-set):
8504         * mml.el (widget-event-point, gnus-configure-windows):
8505         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8506         * mml2015.el (epg-check-configuration, epg-configuration)
8507         (message-options-set):
8508         * nndb.el (nndb-request-article):
8509         * nnfolder.el (gnus-request-create-group):
8510         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8511         * nnmaildir.el (gnus-group-mark-article-read):
8512         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8513         * rfc1843.el (message-fetch-field):
8514         * spam.el (gnus-extract-address-components):
8515         Declare as functions.
8516
8517 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8518
8519         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8520
8521         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8522
8523         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8524         bind show-trailing-whitespace for XEmacs.
8525
8526 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8527
8528         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8529         new no-op macro for backward compatibility.
8530
8531         * imap.el (imap-string-to-integer): New function.
8532
8533 2007-12-09  Glenn Morris  <rgm@gnu.org>
8534
8535         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8536
8537         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8538         * message.el, mm-view.el, sieve-manage.el, smime.el:
8539         Add declare-function compatibility definition.
8540
8541         * gnus-art.el (w3-region, w3m-region, Info-menu):
8542         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8543         * gnus-sum.el (gnus-get-predicate):
8544         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8545         * message.el (mail-abbrev-in-expansion-header-p):
8546         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8547         (w3m-detect-meta-charset, w3m-region):
8548         * sieve-manage.el (password-read, password-cache-add)
8549         (password-cache-remove):
8550         * smime.el (password-read-and-add): Declare as functions.
8551
8552 2007-12-08  David Kastrup  <dak@gnu.org>
8553
8554         * gnus-sum.el (gnus-summary-simplify-subject-query):
8555         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8556         `message'.
8557
8558 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8559
8560         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8561         it to bind idna-program, installation-directory, defined-colors, and
8562         face-attribute for XEmacs of the version that compiles defcustom forms.
8563
8564 2007-12-07  Glenn Morris  <rgm@gnu.org>
8565
8566         * gnus-art.el (article-make-date-line): Revert previous change.
8567
8568 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8569
8570         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8571
8572 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8573
8574         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8575         Call gnus-add-to-range ranges only once with a prepared article-list.
8576
8577 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8578
8579         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8580         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8581         group names with backslashes.
8582         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8583
8584 2007-12-06  Deepak Goel  <deego3@gmail.com>
8585
8586         * gnus-art.el (article-make-date-line):
8587         * gnus-start.el (gnus-load):
8588         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8589
8590 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8591
8592         * gnus-art.el (gnus-use-idna)
8593         * gnus-start.el (gnus-site-init-file)
8594         * message.el (message-use-idna)
8595         * mm-uu.el (mm-uu-hide-markers)
8596         * smiley.el (smiley-style): Revert changes that suppress warnings.
8597
8598 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8599
8600         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8601         specify charset to html source.
8602         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8603
8604 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8605
8606         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8607         idna-program in order to suppress byte compile warning issued by XEmacs
8608         that came to byte compile the default value section of defcustom forms
8609         recently.
8610
8611         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8612         value of installation-directory.
8613
8614         * message.el (message-use-idna): Don't directly refer to the value of
8615         idna-program.
8616
8617         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8618
8619         * smiley.el (smiley-style): Don't directly call face-attribute.
8620
8621 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8622
8623         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8624
8625         * gnus-dired.el: Reduce Gnus dependencies.
8626         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8627         Don't require.  Use autoloads instead.
8628         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8629         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8630         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8631         (gnus-dired-mode): Adjust doc string.
8632         (gnus-dired-mail-mode): New variable.
8633         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8634         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8635         (gnus-dired-mail-buffers): New function.  Return mail or message
8636         composition buffers.
8637         (gnus-dired-attach): Use it.
8638         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8639         NO-DECODE.
8640         (gnus-dired-print): Use `gnus-print-buffer' depending on
8641         `gnus-dired-mail-mode'.
8642
8643 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8644
8645         * rfc2047.el (rfc2047-encoded-word-regexp)
8646         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8647         explaining what regexp patterns are for.
8648
8649 2007-12-04  Glenn Morris  <rgm@gnu.org>
8650
8651         * password.el: Move to password-cache.el.
8652
8653         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8654         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8655         * mml-smime.el (password-read, password-cache-add)
8656         (password-cache-remove):
8657         No need to autoload, since mml-sec requires password.
8658
8659         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8660         * message.el (gnus-extract-address-components):
8661         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8662
8663         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8664         password.
8665
8666 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8667
8668         * mailcap.el: Reduce dependencies.
8669         (mail-header-parse-content-type): Autoload.
8670         (mailcap-delete-duplicates): New alias.
8671         (mailcap-mime-info): Add optional argument NO-DECODE.
8672         (mailcap-mime-types): Use mailcap-delete-duplicates.
8673
8674         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8675
8676 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8677
8678         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8679         (imap-parse-status): Upcase status-att for servers that sends them
8680         lower-case (e.g., MS Exchange 2007).
8681
8682 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8683
8684         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8685         function.
8686
8687         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8688         (gnus-uu-yenc-article): New function.
8689
8690         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8691
8692         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8693
8694 2007-12-02  Glenn Morris  <rgm@gnu.org>
8695
8696         * binhex.el (binhex): New custom group.
8697         (binhex-decoder-program, binhex-decoder-switches)
8698         (binhex-use-external): Move to the binhex custom group.
8699
8700         * uudecode.el (uudecode): New custom group.
8701         (uudecode-decoder-program, uudecode-decoder-switches)
8702         (uudecode-use-external): Move to the uudecode custom group.
8703
8704         * netrc.el (top-level): Don't load `encrypt' features.
8705         (netrc-parse): Don't use encrypt.
8706         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8707
8708         * encrypt.el: Remove file.
8709
8710 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8711
8712         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8713         matches on patches.
8714
8715         * gnus-art.el (gnus-article-browse-html-article):
8716         Mention `mm-text-html-renderer' in the doc string.
8717
8718         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8719         string.  Add comments.
8720
8721         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8722         if rhs is ASCII.
8723
8724 2007-12-01  Glenn Morris  <rgm@gnu.org>
8725
8726         * mail-source.el (top-level): Require format-spec before
8727         eval-when-compile.
8728
8729 2007-11-30  Glenn Morris  <rgm@gnu.org>
8730
8731         * encrypt.el: Require password, rather than autoloading password-read.
8732
8733 2007-11-29  Glenn Morris  <rgm@gnu.org>
8734
8735         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8736         (sasl-make-client, sasl-next-step, sasl-step-data)
8737         (sasl-step-set-data): Declare as functions.
8738
8739 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8740
8741         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8742
8743 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8744
8745         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8746         certs should be verified and what is to be done in the event of a
8747         verification failure.
8748
8749         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8750         caller can indicate whether the cache should be disregarded for this
8751         call.  This way the result of the call is reproducible at all times and
8752         can be considered a canonical server name for the supplied method.
8753         (gnus-agent-method-p): Canonicalize server names by pushing their
8754         method through `gnus-method-to-server' using the no-cache argument.
8755
8756         * gnus-srvr.el (gnus-server-insert-server-line):
8757         Call `gnus-method-to-server' with `no-cache' argument.
8758
8759         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8760         gnus-agent-possibly-synchronize-flags as this should be called when the
8761         server is actually being opened.
8762         (gnus-agent-possibly-synchronize-flags)
8763         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8764         flags file of an agentized server to the latter function.
8765
8766         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8767         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8768         after a connection has been established successfully.
8769
8770 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8771
8772         * gnus-art.el (article-display-face): Force to display face if called
8773         interactively; check if gnus-article-x-face-too-ugly matches author.
8774         (article-display-x-face): Display face even if From header is missing
8775         as article-display-face does.
8776
8777 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8778
8779         * hashcash.el (message-narrow-to-headers-or-head)
8780         (message-fetch-field, message-goto-eoh)
8781         (message-narrow-to-headers): Declare as functions.
8782
8783 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8784
8785         * mail-source.el (mail-sources): Default to fetch from file for
8786         compatibility with default of nnmail-spool-file.
8787
8788 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8789
8790         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8791         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8792         to look for encoded word that should be encoded again.
8793         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8794         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8795         encoding pattern.
8796         (rfc2047-decode-region): Switch strict regexp and loose one according
8797         to rfc2047-allow-irregular-q-encoded-words.
8798
8799 2007-11-25  Romain Francoise  <romain@orebokech.com>
8800
8801         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8802
8803 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8804
8805         * tls.el (tls-program): Provide more custom choices from
8806         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8807         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8808
8809 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8810
8811         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8812         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8813
8814         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8815         `nnmail-spool-file'.
8816
8817         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8818         `nnmail-spool-file'.
8819
8820         * gnus-move.el (gnus-change-server): Ditto.
8821
8822         * gnus-kill.el (gnus-batch-score): Ditto.
8823
8824         * gnus-cache.el (gnus-jog-cache): Ditto.
8825
8826         * gnus-msg.el (gnus-summary-reply):
8827         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8828
8829 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8830
8831         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8832         version.  Minor improvement to doc strings.
8833         (tls-program): Add comment.
8834
8835 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8836
8837         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8838         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8839         mismatch between the hostname provided in the certificate and the name
8840         of the host connnecting to.
8841         (open-tls-stream): Use them.  Check certificates against trusted root
8842         certificates.
8843
8844 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8845
8846         * gnus-cache.el (gnus-cache-generate-nov-databases):
8847         Use nnml-generate-nov-databases-directory instead of
8848         nnml-generate-nov-databases-1.
8849
8850 2007-11-24  Glenn Morris  <rgm@gnu.org>
8851
8852         * message.el (message-tool-bar-retro): Update for rename
8853         mail_send.xpm->mail-send.xpm.
8854
8855 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8856
8857         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8858         `smime-ldap-search' for Emacs 22 and up.
8859
8860 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8861
8862         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8863
8864         * message.el (message-send-mail-function): Fix error convention.
8865         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8866         (message-widen-reply, message-send-mail, message-talkative-question)
8867         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8868         (message-clone-locals, message-send-news): Use with-current-buffer.
8869         (message-insert-or-toggle-importance): Remove unused var `valid'.
8870         (message-make-references): Remove unused var `new-references'.
8871         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8872
8873 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8874
8875         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8876         (spam-split-symbolic-return-positive): Reflow docstring.
8877         (spam-backends, spam-summary-exit-behavior)
8878         (spam-mark-ham-unread-before-move-from-spam-group)
8879         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8880         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8881         (spam-clear-cache, spam-backend-check, spam-install-backend)
8882         (spam-install-statistical-backend, spam-list-of-processors)
8883         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8884         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8885         (spam-check-crm114, spam-initialize, spam-unload-hook):
8886         Fix typos in docstrings.
8887
8888 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8889
8890         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8891         been checked if they have never been read and those group levels are
8892         higher than the one that a user specified.
8893
8894 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8895
8896         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8897         foreign groups unless a group level is specified by a user.
8898         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8899
8900 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8901
8902         * message.el (message-send-mail-function): Require sendmail.
8903
8904 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8905
8906         * message.el (message-send-mail-function): Check for smtpmail too.
8907
8908         * utf7.el (utf7-encode, utf7-decode): Use coding system
8909         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8910
8911         * message.el (message-send-mail-function): New function.
8912         (message-send-mail-function): Set default using
8913         message-send-mail-function.  Adjust doc string.
8914         (message-send-mail-with-mailclient): New function.
8915
8916 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8917
8918         * smime.el (from):
8919         * rfc2047.el (message-posting-charset):
8920         * qp.el (mm-use-ultra-safe-encoding):
8921         * pop3.el (parse-time-months):
8922         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8923         * nnml.el (files):
8924         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8925         (jka-compr-compression-info-list, ange-ftp-path-format)
8926         (efs-path-regexp):
8927         * nndiary.el (files):
8928         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8929         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8930         (epg-digest-algorithm-alist, inhibit-redisplay)
8931         (password-cache-expiry):
8932         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8933         (pgg-output-buffer, password-cache-expiry):
8934         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8935         (efs-path-regexp):
8936         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8937         (inhibit-redisplay):
8938         * mm-uu.el (file-name, start-point, end-point, entry)
8939         (gnus-newsgroup-name, gnus-newsgroup-charset):
8940         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8941         (latin-unity-ucs-list):
8942         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8943         (mm-uu-binhex-decode-function):
8944         * message.el (gnus-message-group-art, gnus-list-identifiers)
8945         (rmail-enable-mime-composing, gnus-local-organization)
8946         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8947         (gnus-read-active-file, facemenu-add-face-function)
8948         (facemenu-remove-face-function, gnus-article-decoded-p)
8949         (tool-bar-mode):
8950         * mail-source.el (display-time-mail-function):
8951         * gnus-util.el (nnmail-pathname-coding-system)
8952         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8953         (gnus-original-article-buffer, gnus-user-agent)
8954         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8955         (xemacs-codename, sxemacs-codename, emacs-program-version):
8956         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8957         * gnus-start.el (gnus-agent-covered-methods)
8958         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8959         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8960         (gnus-newsgroup-headers, gnus-group-list-mode)
8961         (gnus-group-mark-positions, gnus-newsgroup-data)
8962         (gnus-newsgroup-unreads, nnoo-state-alist)
8963         (gnus-current-select-method, mail-sources)
8964         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8965         (nnmail-spool-file, gnus-cache-active-hashtb):
8966         * gnus-mh.el (mh-lib-progs):
8967         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8968         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8969         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8970         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8971         (gnus-group-buffer):
8972         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8973         (font-lock-set-defaults):
8974         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8975         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8976         (gnus-summary-post-menu, total-parts, type, condition, length):
8977         * gnus-agent.el (gnus-agent-read-agentview):
8978         * flow-fill.el (show-trailing-whitespace):
8979         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8980         eval-and-compile wrappers for byte compiler pacifiers.
8981
8982         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8983         (mm-display-inline-fontify): Check for featurep 'xemacs not
8984         extent-list.
8985
8986         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8987         itimer-list.
8988         (mm-create-image-xemacs): Only do something for XEmacs.
8989         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8990
8991         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8992
8993         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8994         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8995
8996 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8997
8998         * nnimap.el (nnimap-split-download-body):
8999         * gnus-demon.el (gnus-demon):
9000         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9001
9002 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9003
9004         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9005         New macros.
9006         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9007         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9008         copy data from unibyte buffer to multibyte current buffer.
9009         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9010         to copy data from unibyte current buffer to multibyte buffer.
9011         (nntp-make-process-buffer): Make process buffer unibyte.
9012
9013         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9014
9015 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9016
9017         * pop3.el (pop3-open-server): Accept and process data more robustly at
9018         connexion start to avoid spurious "POP SSL connexion failed" errors.
9019
9020 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9021
9022         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9023         read group names.
9024
9025 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9026
9027         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9028
9029 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9030
9031         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9032         (nnmail-save-active): Use a unibyte buffer when saving active file,
9033         which may contain non-ASCII group names.
9034
9035         * nnml.el (nnml-request-group): Decode group names in messages.
9036
9037 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9038
9039         * message.el (message-citation-line-function)
9040         (message-insert-formatted-citation-line): Fix spelling of
9041         `message-insert-formated-citation-line'.
9042
9043 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9044
9045         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9046
9047 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9048
9049         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9050         nnmail-pathname-coding-system.
9051
9052         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9053         that a user enters; decode group names in messages.
9054
9055         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9056
9057 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9058
9059         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9060
9061         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9062
9063         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9064         risky local variable.
9065
9066         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9067
9068 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9069
9070         * encrypt.el: Improve documentation to fix function name typo.
9071         Reported by Daiki Ueno <ueno@unixuser.org>.
9072
9073 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9074
9075         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9076         even if the point is not in the last page of an article.
9077         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9078         back to the previous page.
9079
9080 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9081
9082         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9083
9084 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9085
9086         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9087
9088 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9089
9090         * message.el (message-check-news-body-syntax):
9091         Avoid mm-string-as-multibyte.
9092         (message-hide-headers): Don't assume (point-min)==1.
9093
9094 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9095
9096         * message.el (message-remove-blank-cited-lines): Fix if remove is
9097         given.
9098         (message-bogus-address-regexp): New variable.
9099         (message-bogus-recipient-p): New function.
9100         (message-check-recipients): New command.
9101         (message-syntax-checks): Add `bogus-recipient'.
9102         (message-fix-before-sending): Add `bogus-recipient'.
9103
9104         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9105         (gnus-treat-body-boundary): Don't test window-system.
9106
9107 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9108
9109         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9110
9111 2007-10-28  Miles Bader  <miles@gnu.org>
9112
9113         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9114         at compile-time too.
9115
9116 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9117
9118         * gnus-msg.el (gnus-message-setup-hook):
9119         Add `message-remove-blank-cited-lines' to options.
9120
9121 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9122
9123         * message.el (message-remove-blank-cited-lines): New function.
9124         Suggested by Karl Plästerer.
9125
9126 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9127
9128         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9129         mapc.
9130
9131         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9132         (top-level): Use mapc to set functions to be traced for debugging.
9133
9134         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9135         called for effect with while loop.
9136
9137         * message.el (message-talkative-question): Replace mapcar called for
9138         effect with mapc.
9139
9140         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9141         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9142         called for effect with dolist.
9143
9144         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9145
9146         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9147         gnus-extra-headers and nnmail-extra-headers.
9148
9149         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9150         called for effect with dolist.
9151         (top-level): Use mapc to set functions to be traced for debugging.
9152
9153         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9154         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9155         dolist.
9156
9157         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9158         Replace mapcar called for effect with mapc.
9159         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9160         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9161         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9162         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9163
9164         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9165         remove-if that's a cl function.
9166
9167         * webmail.el (webmail-debug): Replace mapcar called for effect with
9168         dolist.
9169
9170         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9171         with mapc.
9172
9173 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9174
9175         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9176         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9177         with while loop.
9178
9179         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9180         functions from article-* functions.
9181         (gnus-multi-decode-header): Replace mapcar called for effect with
9182         dolist.
9183
9184         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9185         (gnus-bookmark-show-details): Replace mapcar called for effect with
9186         while loop.
9187
9188         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9189         called for effect with while loop.
9190
9191         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9192         with dolist.
9193
9194         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9195         Replace mapcar called for effect with dolist.
9196
9197         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9198
9199         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9200         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9201         Replace mapcar called for effect with dolist.
9202         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9203         mapc.
9204
9205         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9206         Replace mapcar called for effect with dolist.
9207         (gnus-topic-list): Replace mapcar called for effect with mapc.
9208
9209         * gnus.el: Use mapc instead of mapcar to add autoloads.
9210
9211 2007-10-23  Richard Stallman  <rms@gnu.org>
9212
9213         * gnus-group.el (gnus-group-highlight): Mark as risky.
9214
9215 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9216
9217         * gnus.el (gnus-server-to-method): Return method found first in
9218         gnus-newsrc-alist.
9219
9220         * gnus-art.el (gnus-article-highlight-signature)
9221         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9222         button overlay without the front stickiness.
9223
9224 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9225
9226         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9227         overview buffer needed a catch to receive its throw.
9228         (gnus-agent-flush-cache): Declare as interactive to make this function
9229         easier to use.
9230
9231 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9232
9233         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9234         `next-line'.
9235
9236 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9237
9238         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9239         exclude address matching message-dont-reply-to-names.
9240
9241 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9242
9243         * gnus-util.el (gnus-string<): New function.
9244
9245         * gnus-sum.el (gnus-article-sort-by-author)
9246         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9247
9248 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9251         the frame-focus tag is set in gnus-buffer-configuration.
9252
9253 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9254
9255         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9256         the front stickiness.
9257
9258 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9259
9260         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9261         url pattern; remove duplicate one.
9262         (gnus-article-extend-url-button): New function.
9263         (gnus-article-add-buttons): Use it.
9264         (gnus-button-push): Use concatenated url that it makes.
9265
9266 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9267
9268         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9269
9270 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9271
9272         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9273         Don't hardcode point-min==1.
9274
9275 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9276
9277         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9278         Fix comment about "iso8859-1".
9279
9280 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9281
9282         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9283         ones returned from the verify-function.
9284
9285         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9286         Call mml2015-extract-cleartext-signature if extraction failed.
9287
9288 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9289
9290         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9291         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9292         failed.
9293
9294 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9295
9296         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9297
9298 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9299
9300         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9301         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9302         recommends to use EasyPG instead of PGG.
9303
9304         * pgg.el: Revert to revision 6.23.2.16.
9305
9306         * pgg-def.el: Revert to revision 6.6.2.14.
9307
9308         * pgg-gpg.el: Revert to revision 6.23.2.34.
9309
9310 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9311
9312         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9313         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9314         thread for both the null and zero (kill/expire thread) universal prefix
9315         cases.
9316         (gnus-summary-expire-thread): Add new function to expire a thread,
9317         using gnus-summary-kill-thread.
9318         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9319         shortcuts for gnus-summary-expire-thread.
9320         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9321         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9322
9323 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9324
9325         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9326         extras value, so an extras entry can be deleted.
9327         (gnus-registry-delete-extra-entry): Use it.
9328         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9329         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9330         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9331         storage through the gnus-registry, and provide an appropriate API for
9332         it.
9333
9334 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9335
9336         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9337         Suggested by Leo <sdl.web@gmail.com>.
9338
9339         * gnus.el: Do.
9340
9341 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9342
9343         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9344         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9345
9346         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9347
9348         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9349         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9350
9351 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9352
9353         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9354         newline.
9355         (nnmbox-request-accept-article): Don't change article in source buffer;
9356         narrow to header to use message-fetch-field rather than
9357         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9358         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9359         as delimiters; make sure article ends with newline.
9360         (nnmbox-delete-mail): Correct last position of article to be deleted;
9361         ignore X-Gnus-Newsgroup header in article body.
9362         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9363         positions; make sure article ends with newline.
9364
9365         * message.el (message-display-abbrev): Don't infloop when a user
9366         inserts SPC in the beginning of header.
9367
9368         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9369         coding-system-for-read and coding-system-for-write for XEmacs having no
9370         file-coding feature.
9371
9372         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9373
9374 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9375
9376         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9377         list of groups not followed by default.  Fix type to be regexp.
9378         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9379
9380 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9381
9382         * hmac-def.el (define-hmac-function): Switch from old-style to
9383         new-style backquotes.
9384
9385         * md4.el (md4-make-step): Likewise.
9386
9387 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9388
9389         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9390         raw-text coding system when saving .newsrc file, which may contain
9391         non-ASCII group names.
9392
9393 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9394
9395         * gnus-cus.el (gnus-score-extra): New widget.
9396         (gnus-score-extra-convert): New function.
9397         (gnus-score-customize): Use it for Extra.
9398
9399 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9400
9401         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9402         (mml2015-mailcrypt-clear-verify): Use it.
9403         (mml2015-gpg-clear-verify): Use it.
9404         (mml2015-pgg-clear-verify): Use it.
9405         (mml2015-epg-clear-verify): Replace the current part with the output
9406         from GnuPG; don't extract the plaintext by itself.
9407
9408         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9409         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9410         mml2015-clear-verify-function; don't touch the armor headers or
9411         dash-escaped text here.
9412
9413 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9414
9415         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9416         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9417         parts, or application/octet-stream as a last resort.
9418         (gnus-mime-view-part-as-type): Don't toggle display.
9419         (gnus-mime-view-part-as-charset): Don't turn off display before
9420         querying charset.
9421
9422         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9423         stuff to undisplayer function in Emacs.
9424         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9425
9426         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9427         text/calendar parts.
9428
9429 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9430
9431         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9432         decoding text/calendar parts.
9433
9434         * message.el (message-forward-make-body-mime): Always mark body as
9435         having no illegible text; remove signed-or-encrypted argument.
9436         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9437
9438         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9439         (mml-generate-mime-1): Don't encode body if it is specified to be in
9440         raw form; don't make buffer be unibyte when inserting multibyte string.
9441
9442 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9443
9444         * sha1.el: Fix up comment style.
9445         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9446         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9447
9448         * hex-util.el: Fix up comment style.
9449         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9450
9451         * gnus-salt.el: Use with-current-buffer.
9452         (gnus-pick-setup-message): Fix long-standing typo.
9453
9454 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9455
9456         * imap.el (imap-logout-timeout): New variable.
9457         (imap-logout, imap-logout-wait): New functions.
9458         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9459
9460         * nnimap.el (nnimap-logout-timeout): New server variable.
9461         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9462         nnimap-logout-timeout.
9463
9464         * gnus-art.el (gnus-article-summary-command-nosave)
9465         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9466
9467 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9468
9469         * gnus.el (gnus-maximum-newsgroup): New variable.
9470
9471         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9472         according to gnus-maximum-newsgroup.
9473
9474         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9475         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9476         Limit the range of articles according to gnus-maximum-newsgroup.
9477
9478 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9479
9480         * gnus-art.el (gnus-sticky-article): Fix problems described in
9481         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9482         Don't perform gnus-configure-windows here; reuse existing sticky
9483         article buffer.
9484
9485         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9486         it doesn't exist in gnus-article-mode.
9487
9488 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9489
9490         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9491         (gnus-agent-decoded-group-name): New function.
9492         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9493         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9494
9495 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9496
9497         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9498         Add binding for gnus-sticky-article.
9499         (gnus-summary-exit): Don't kill sticky article buffers.
9500
9501         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9502         article buffer.
9503         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9504         (gnus-kill-sticky-article-buffers): New commands.
9505
9506 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9507
9508         * nntp.el (nntp-xref-number-is-evil): New server variable.
9509         (nntp-find-group-and-number): If it is non-nil, don't trust article
9510         numbers in the Xref header.
9511
9512 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9513
9514         * gnus-agent.el (gnus-agent-read-group): New function.
9515         (gnus-agent-flush-group, gnus-agent-expire-group)
9516         (gnus-agent-regenerate-group): Use it.
9517         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9518         nnmail-pathname-coding-system.
9519
9520 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9521
9522         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9523
9524         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9525         that are unread as unread, and also as selected so that information of
9526         marks having been changed by a user may be updated when exiting group.
9527
9528 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9529
9530         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9531
9532 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9533
9534         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9535         calculated ignoring signature parts to gnus-treat-article.
9536
9537 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9538
9539         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9540         a point here in order to keep the window start.
9541         (gnus-insert-mime-security-button): Make a button overlay without the
9542         front stickiness.
9543         (gnus-mime-display-security): Goto the end of a button.
9544
9545         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9546
9547 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9548
9549         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9550         group-name-at-point.
9551         (gnus-group-completing-read): New function that offers decoded
9552         non-ASCII group names for completion.
9553         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9554         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9555         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9556         (gnus-group-fetch-control): Use it.
9557         (gnus-fetch-group): Use group-name-at-point for the initial value
9558         rather than the default value; use gnus-alive-p.
9559
9560         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9561         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9562         (gnus-summary-post-news): Use gnus-group-completing-read.
9563
9564         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9565         (gnus-read-move-group-name): Decode group name for completion.
9566
9567 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9568
9569         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9570         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9571         Yamaoka slightly modified the code).
9572
9573 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9574
9575         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9576         (nnmail-split-incoming): Bind it.
9577
9578         * nnml.el (nnml-group-name-charset): New function.
9579         (nnml-decoded-group-name): Use it; don't decode group name if
9580         nnmail-group-names-not-encoded-p is non-nil.
9581         (nnml-encoded-group-name): New function.
9582         (nnml-group-pathname): Inline nnml-decoded-group-name.
9583         (nnml-request-expire-articles): Decode group name in message.
9584         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9585         nnmail-pathname-coding-system.
9586         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9587         not decoded ones according to nnmail-group-names-not-encoded-p.
9588         (nnml-generate-active-info): Use nnml-encoded-group-name.
9589
9590 2007-08-08  Glenn Morris  <rgm@gnu.org>
9591
9592         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9593         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9594         doc-strings and comments.
9595
9596 2007-07-25  Glenn Morris  <rgm@gnu.org>
9597
9598         * Relicense all FSF files to GPLv3 or later.
9599
9600 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9601
9602         * gnus-sum.el (gnus-summary-move-article):
9603         Make gnus-summary-respool-article work.
9604
9605 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9606
9607         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9608         string.
9609
9610 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9611
9612         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9613         that should be ignored when comparing distant RSS articles with local
9614         ones.
9615         (nnrss-make-hash-index): New function.  Create a hash index according
9616         to the ignored fields.
9617         (nnrss-check-group): Use it.
9618
9619 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9620
9621         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9622
9623         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9624
9625         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9626         the new optional argument ENCODED is non-nil.
9627         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9628         coding system for encoding group name.
9629         (gnus-group-make-rss-group): Pass un-encoded group name to
9630         gnus-group-make-group.
9631         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9632         encoded.
9633
9634         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9635         Encode group name to which articles are moved or copied.
9636         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9637         coding system for encoding Newsgroup, Followup-To and Xref headers.
9638
9639         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9640         marks; use nnheader-file-coding-system to write a file.
9641         (nnagent-retrieve-headers): Bind file-name-coding-system to
9642         nnmail-pathname-coding-system.
9643
9644         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9645
9646         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9647         (nnml-request-article, nnml-request-create-group)
9648         (nnml-request-rename-group, nnml-find-id)
9649         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9650         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9651         (nnml-save-marks): Use nnml-group-pathname instead of
9652         nnmail-group-pathname.
9653
9654         (nnml-request-create-group, nnml-request-expire-articles)
9655         (nnml-request-move-article, nnml-request-delete-group)
9656         (nnml-deletable-article-p, nnml-possibly-create-directory)
9657         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9658         (nnml-open-marks): Bind file-name-coding-system to
9659         nnmail-pathname-coding-system.
9660
9661         (nnml-request-article): Pass server argument to nnml-find-group-number.
9662         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9663         Pass server argument to nnml-possibly-create-directory.
9664         (nnml-request-accept-article): Pass server argument to
9665         nnml-active-number and nnml-save-mail.
9666         (nnml-find-group-number): Pass server argument to nnml-find-id.
9667         (nnml-request-update-info): Pass server argument to
9668         nnml-marks-changed-p.
9669
9670         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9671         (nnml-save-mail, nnml-active-number): Add server argument.
9672
9673         (nnml-request-delete-group): Warn if group is missing.
9674         (nnml-get-nov-buffer): Decode group name.
9675         (nnml-generate-active-info): Encode group name.
9676         (nnml-open-marks): Decode group name in messages.
9677
9678 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9679
9680         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9681         if it is not specified.
9682         (gnus-article-pipe-part, gnus-article-save-part)
9683         (gnus-article-interactively-view-part, gnus-article-copy-part)
9684         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9685         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9686         (gnus-article-replace-part, gnus-article-delete-part)
9687         (gnus-article-view-part-as-type): Pass raw prefix argument to
9688         gnus-article-part-wrapper.
9689
9690 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9691
9692         * gnus-agent.el (gnus-agent-save-active):
9693         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9694
9695         * gnus-cache.el (gnus-cache-save-buffers)
9696         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9697         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9698         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9699         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9700         (gnus-cache-generate-active, gnus-cache-rename-group)
9701         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9702         (gnus-cache-update-overview-total-fetched-for):
9703         Bind file-name-coding-system to nnmail-pathname-coding-system.
9704         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9705         New variables.
9706         (gnus-cache-decoded-group-name): New function.
9707         (gnus-cache-file-name): Use it.
9708         (gnus-cache-generate-active): Use non-decoded group name for active.
9709
9710         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9711         right place.
9712         (gnus-write-active-file): Don't break non-ASCII group names.
9713
9714         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9715         nnmail-pathname-coding-system.
9716
9717         * lpath.el: Bind default-file-name-coding-system,
9718         file-name-coding-system and language-info-alist for XEmacs.
9719
9720         * gnus-uu.el (gnus-uu-decode-save): Typo.
9721
9722 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9723
9724         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9725
9726 2007-07-14  David Kastrup  <dak@gnu.org>
9727
9728         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9729         finishing actions if we did not edit the article.
9730
9731 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9732
9733         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9734         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9735         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9736         (gnus-agent-flush-group, gnus-agent-flush-cache)
9737         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9738         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9739         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9740         (gnus-agent-regenerate-group)
9741         (gnus-agent-update-files-total-fetched-for)
9742         (gnus-agent-update-view-total-fetched-for):
9743         Bind file-name-coding-system to nnmail-pathname-coding-system.
9744         (gnus-agent-group-pathname): Don't encode file names by
9745         nnmail-pathname-coding-system.
9746         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9747         coding-system-for-write instead of buffer-file-coding-system to
9748         gnus-agent-file-coding-system.
9749
9750         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9751         Decode group name.
9752
9753         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9754
9755         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9756         (gnus-read-newsrc-el-file): Make group names unibyte.
9757
9758         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9759         nnmail-pathname-coding-system.
9760
9761         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9762         (nnrss-request-delete-group): Bind file-name-coding-system to
9763         nnmail-pathname-coding-system.
9764         (nnrss-read-server-data, nnrss-read-group-data):
9765         Bind file-name-coding-system correctly.
9766         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9767
9768         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9769         (nntp-server-to-method-cache): New variable.
9770         (nntp-group-pathname): New function that decodes non-ASCII group names.
9771         (nntp-possibly-create-directory, nntp-marks-changed-p)
9772         (nntp-save-marks, nntp-open-marks): Use it.
9773         (nntp-possibly-create-directory, nntp-open-marks):
9774         Bind file-name-coding-system to nnmail-pathname-coding-system.
9775         (nntp-open-marks): Decode group names when bootstrapping marks.
9776
9777         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9778         Newsgroups and Folowup-To headers.
9779
9780 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9781
9782         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9783         (gnus-server-closed-face, gnus-server-denied-face)
9784         (gnus-server-offline-face): Remove variable.
9785         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9786
9787         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9788         of modifying message-stack directly for XEmacs.
9789
9790         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9791         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9792         if the coding-system argument is nil for XEmacs.
9793
9794         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9795         mm-charset-override-alist.
9796
9797         * rfc2047.el: Don't require base64; require rfc2045 for the function
9798         rfc2045-encode-string.
9799         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9800         to quote the parameter value.
9801
9802 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9803
9804         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9805         form in gnus-group-name-charset-method-alist.
9806
9807         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9808         overrides the default layout edit-form.
9809
9810         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9811
9812         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9813
9814 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9815
9816         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9817         as unfetched articles.
9818
9819 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9820
9821         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9822
9823 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9824
9825         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9826         original back end that keeps marks in the local system.
9827
9828 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9829
9830         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9831         arg of pop-to-buffer for XEmacs.
9832         (gnus-article-read-summary-keys): Ditto; don't restore window
9833         configuration if summary command ends up with neither article buffer
9834         nor summary buffer; describe bindings if summary keys end with C-h.
9835
9836 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9837
9838         * message.el (message-fix-before-sending): Skip raw message part to be
9839         forwarded while checking illegible text.
9840         (message-forward-make-body-mime, message-forward-make-body):
9841         Mark signed or encrypted raw message as having no illegible text.
9842
9843 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9844
9845         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9846         (gnus-message-with-timestamp-1): New macro.
9847         (gnus-message-with-timestamp): New function.
9848         (gnus-message): Use them.
9849
9850         * nnheader.el (nnheader-message): Use them.
9851
9852 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9853
9854         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9855         .newsrc.eld file.
9856
9857 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9858
9859         * gnus-agent.el (gnus-agent-fetch-headers)
9860         (gnus-agent-retrieve-headers):
9861         Bind gnus-decode-encoded-address-function to identity.
9862
9863         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9864         available also when the server returns simply a dot.
9865
9866         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9867
9868 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9869
9870         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9871
9872 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9873
9874         * gnus-ems.el (gnus-x-splash): Make it work.
9875
9876         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9877         from being used.
9878
9879         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9880
9881 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9882
9883         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9884         4th and the 5th arguments.
9885
9886         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9887         the front stickiness.
9888         (gnus-article-summary-command-nosave): Correct the order of the
9889         arguments passed to pop-to-buffer.
9890         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9891         summary command ends up with the article buffer.
9892
9893         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9894         the same faces.
9895
9896 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9897
9898         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9899
9900 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9901
9902         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9903         * gnus-sum.el (gnus-summary-highlight):
9904         * pgg.el (pgg-sign-region, pgg-sign):
9905         * mail-source.el (mail-source-delete-old-incoming-confirm):
9906         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9907
9908 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9909
9910         * gnus-art.el (gnus-mime-view-part-externally)
9911         (gnus-mime-view-part-internally): Fix predicate function passed to
9912         completing-read.
9913
9914         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9915
9916         * gnus.el (gnus-update-message-archive-method): Add :version.
9917
9918 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9919
9920         * gnus.el (gnus-update-message-archive-method): New variable.
9921
9922         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9923         according to gnus-message-archive-method if
9924         gnus-update-message-archive-method is non-nil.
9925
9926 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9927
9928         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9929         Suggested by Loic Dachary <loic@dachary.org>.
9930         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9931
9932 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9933
9934         * message.el (message-pop-to-buffer): Add switch-function argument.
9935         (message-mail): Pass switch-function argument to it.
9936
9937 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9938
9939         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9940         Improve doc string.
9941
9942 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9943
9944         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9945         (gnus-header-content)
9946         * gnus-cite.el (gnus-cite-10)
9947         * gnus-srvr.el (gnus-server-closed)
9948         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9949         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9950         (gnus-group-mail-3-empty, gnus-group-mail-low)
9951         (gnus-group-mail-low-empty, gnus-splash)
9952         * message.el (message-header-to, message-header-cc)
9953         (message-header-subject, message-header-other, message-header-name)
9954         (message-header-xheader, message-separator, message-cited-text)
9955         (message-mml): Lighten colors of faces used for dark background.
9956
9957 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9958
9959         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9960         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9961
9962 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9963
9964         * message.el (message-narrow-to-headers-or-head):
9965         Ignore mail-header-separator in the body.
9966
9967 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9968
9969         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9970         same as window size.
9971
9972 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9973
9974         * message.el (message-font-lock-keywords): Use message-header-xheader
9975         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9976         ahead of the anything pattern, to get it recognised.
9977
9978 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9979
9980         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9981         spam.el loads uses it in the compiled defadvice form.
9982
9983 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9984
9985         * gnus-sum.el (gnus-articles-to-read)
9986         (gnus-summary-insert-old-articles): Don't truncate group name for
9987         `read-string'.
9988
9989         * gnus-util.el (gnus-limit-string): Delete this function.
9990
9991         * gnus-sum.el (gnus-simplify-subject-fully):
9992         Use `truncate-string-to-width' instead.
9993
9994 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9995
9996         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9997         Tell if, on summary exit, the next group has to be selected.
9998         (gnus-summary-exit): Use it.
9999
10000 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10001
10002         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10003         non-break space.
10004
10005 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10006
10007         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10008         Check if group is not a directory.
10009         (nnfolder-request-expire-articles): Don't delete articles if the target
10010         group is not available.
10011
10012         * nnml.el (nnml-request-create-group): Properly check if group is not a
10013         file.
10014         (nnml-request-expire-articles): Don't delete articles if the target
10015         group is not available.
10016
10017         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10018         Don't quote characters that are within parentheses.
10019
10020 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10021
10022         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10023         (gnus-handle-ephemeral-exit): Select article according to it.
10024
10025 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10026
10027         * message.el (message-insert-formated-citation-line): Remove newline.
10028         (message-citation-line-format): Add final \n here so that the user can
10029         avoid a blank line.
10030
10031 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10032
10033         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10034         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10035         Update lanl/arXiv support.
10036
10037 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10038
10039         * gnus.el: Bump version number.
10040
10041 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10042
10043         * gnus.el (gnus-version-number): Bump version.
10044
10045 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10046
10047         * gnus.el: No Gnus v0.6 is released.
10048
10049 2007-04-27  Didier Verna  <didier@xemacs.org>
10050
10051         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10052         * gmm-utils.el (gmm-regexp-concat): ... here.
10053         * message.el: Don't require 'gnus-util.
10054         (message-dont-reply-to-names): Handle name change above.
10055         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10056
10057 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10058
10059         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10060         since the initial value varies according to the system.
10061
10062 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10063
10064         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10065
10066 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10067
10068         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10069
10070 2007-04-24  Didier Verna  <didier@xemacs.org>
10071
10072         Improve the type of gnus-ignored-from-addresses.
10073         * gnus-util.el (gnus-orify-regexp): New function.
10074         * message.el (gnus-util): Require it.
10075         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10076         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10077         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10078
10079 2007-04-24  Didier Verna  <didier@xemacs.org>
10080
10081         * gnus-sum.el:
10082         * gnus-utils.el: Fix some trailing whitespaces.
10083
10084 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10085
10086         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10087         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10088         article's Message-ID; refer parent article in summary buffer.
10089
10090         * message.el (message-bounce): Call mime-to-mml.
10091
10092         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10093         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10094         optimize and/or forms properly.
10095
10096 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10097
10098         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10099         URL.
10100
10101 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10102
10103         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10104
10105 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10106
10107         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10108         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10109         displayed of multipart/alternative part if it is invoked from summary
10110         buffer.
10111
10112         * mm-view.el (mm-inline-text-html-render-with-w3m)
10113         (mm-inline-text-html-render-with-w3m-standalone)
10114         (mm-inline-render-with-function): Use mail-parse-charset by default.
10115
10116 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10117
10118         * parse-time.el (parse-time-string-chars): Check if CHAR
10119         is less than the length of parse-time-syntax.
10120
10121 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10122
10123         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10124         from gnus-newsgroup-processable.
10125
10126 2007-04-16  Didier Verna  <didier@xemacs.org>
10127
10128         * gnus-msg.el (gnus-configure-posting-styles):
10129         Handle message-signature-directory properly with :file syntax.
10130         Reported by "Leo".
10131
10132 2007-04-11  Didier Verna  <didier@xemacs.org>
10133
10134         New user option: message-signature-directory.
10135         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10136         * message.el (message-insert-signature): Ditto.
10137         * message.el (message-signature-file): Doc update.
10138         * message.el (message-signature-directory): New.
10139
10140 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10141
10142         * gnus-msg.el (gnus-inews-yank-articles):
10143         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10144
10145 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10146
10147         * message.el (message-yank-original): Make sure cited text ends with
10148         newline; don't exchange point and mark.
10149
10150 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10151
10152         * tls.el (open-tls-stream): Properly handle case where there
10153         is no associated buffer.
10154
10155 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10156
10157         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10158         message-yank-original, make sure (< mark TEXT point).
10159
10160 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10161
10162         * message.el (message-fill-column): New variable.
10163         (message-mode): Use it.  Add comment on a possible new hook.
10164
10165         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10166         (nnmail-get-new-mail): Reformat.
10167
10168         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10169
10170         * gmm-utils.el: Fix Commentary.
10171         (gmm-tool-bar-from-list): Fix typo in doc string.
10172
10173 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10174
10175         * message.el (message-yank-original): Don't switch point and mark
10176         unnecessarily to put point and mark as documented.
10177
10178 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10179
10180         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10181         from the message heads.
10182
10183 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10184
10185         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10186         article buffer does not have a window.  This may not be the best
10187         solution but is certainly better than setting the start of the null,
10188         that is the current, window.
10189
10190 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10191
10192         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10193         (gnus-draft-setup): Run it.
10194
10195         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10196         gnus-score-fast-scoring.  Allow regexp.
10197         (gnus-score-headers): Use it.
10198
10199         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10200         XEmacs.
10201
10202         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10203         string.
10204         (gnus-button-alist): Also catch `<f1> k ...'.
10205         (gnus-treat-display-x-face): Fix doc string.
10206
10207 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10208
10209         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10210         evaluation of gnus-extended-version to ensure correct generation of the
10211         User-Agent header when message-generate-headers-first is used.
10212
10213 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10214
10215         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10216         hashcash-path is nil.  Don't call callback with incorrect number of
10217         parameters if val is 0.
10218
10219 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10220
10221         * message.el (message-required-news-headers):
10222         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10223
10224 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10225
10226         * tls.el (open-tls-stream): In handshake-waiting loop,
10227         don't wait more if there is output available to process.
10228
10229 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10230
10231         * tls.el (tls-program): Doc fix.
10232
10233 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10234
10235         * message.el (message-generate-new-buffers): Change the meaning of the
10236         nil value; add `standard' to the choices; treat t as `unique'; improve
10237         doc string.
10238         (gnus-select-frame-set-input-focus): Autoload.
10239         (message-buffer-name): Search for the existing message buffer if
10240         message-generate-new-buffers is nil or `standard'; treat the value t of
10241         message-generate-new-buffers as `unique'.
10242         (message-pop-to-buffer): Raise the frame already displaying the message
10243         buffer; clear the echo area after querying.
10244         (message-setup): Pass the `continue' argument to compose-mail.
10245         (message-mail): Prefer `switch-function' if it is given; search for the
10246         existing message buffer if the `continue' argument is non-nil; pass
10247         continue and switch-function arguments to compose-mail by way of
10248         message-setup.
10249         (message-mail-other-window): Adjust argument of message-setup.
10250         (message-mail-other-frame): Ditto.
10251
10252 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10253
10254         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10255         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10256         to turn font-lock on when turning gnus-message-citation-mode on.
10257
10258 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10259
10260         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10261         (mml-smime-function-alist): New variable; add epg as the backend.
10262         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10263         mml-smime- functions instead.
10264         * mm-view.el: Require smime.
10265
10266 2007-03-05  Didier Verna  <didier@xemacs.org>
10267
10268         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10269         instead of just inheritance for posting styles.
10270         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10271
10272 2007-02-24  Chris Moore  <dooglus@gmail.com>
10273
10274         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10275         * pgg-pgp.el (pgg-pgp-encrypt-region):
10276         * pgg-gpg.el (pgg-gpg-encrypt-region):
10277         Check pgg-encrypt-for-me if no other recipients.
10278
10279 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10280
10281         * tls.el (tls-certtool-program): Fix custom type.
10282
10283 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10284
10285         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10286         and point-at-eol instead of line-(beginning|end)-position.
10287
10288         * assistant.el (assistant-parse-buffer): Ditto.
10289
10290         * netrc.el (netrc-parse-services): Ditto.
10291
10292 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10293
10294         * mml2015.el (mml2015-epg-find-usable-key): New function.
10295         (mml2015-epg-sign): Use it.
10296         (mml2015-epg-encrypt): Use it.
10297
10298 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10299
10300         * message.el (message-make-in-reply-to): Quote name containing
10301         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10302         if there are special characters.  Reported by NAKAJI Hiroyuki
10303         <nakaji@jp.freebsd.org>.
10304
10305 2007-02-27  Didier Verna  <didier@xemacs.org>
10306
10307         Include the group parameters as well as the topic ones in the
10308         inheritance filter process.
10309         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10310         argument GROUP-PARAMS-LIST.
10311         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10312
10313 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10314
10315         * nntp.el (nntp-never-echoes-commands)
10316         (nntp-open-connection-functions-never-echo-commands): New variables.
10317         (nntp-send-command): Use them.
10318
10319 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10320
10321         * mml2015.el (mml2015-epg-verify): Simplify.
10322
10323 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10324
10325         * mml.el (mml-content-disposition-alist): New user option.
10326         (mml-content-disposition): New function.
10327         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10328         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10329
10330 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10331
10332         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10333         verification.
10334
10335 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10336
10337         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10338         articles posted in the last 24 hours.
10339
10340 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10341
10342         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10343
10344 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10345
10346         * nntp.el (nntp-send-command): Don't wait for echoes when
10347         nntp-open-ssl-stream is used.
10348
10349 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10350
10351         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10352         (gnus-message-add-citation-keywords)
10353         (gnus-message-remove-citation-keywords): Remove.
10354         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10355         directly, make the variables in font-lock-defaults buffer-local, add
10356         gnus-message-citation-keywords to them and then update the value of
10357         font-lock-keywords.
10358
10359 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10360
10361         * message.el (message-cite-original-1): Don't call
10362         gnus-article-highlight-citation.
10363
10364         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10365         citations; fix line count.
10366
10367 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10368
10369         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10370         (gnus-message-add-citation-keywords)
10371         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10372         versions of font-lock-add-keywords and font-lock-remove-keywords to
10373         work with XEmacs correctly.
10374
10375 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10376
10377         * gnus-cite.el (gnus-cite-face-list): Set the values of
10378         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10379         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10380         (gnus-message-cite-prefix-regexp): New variable.
10381         (gnus-message-search-citation-line): Use it; protect against long
10382         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10383         the 0th match data for Emacs.
10384         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10385         (gnus-message-add-citation-keywords): Append keywords rather than
10386         prepending; emulate font-lock-add-keywords if it is not available.
10387         (gnus-message-remove-citation-keywords):
10388         Emulate font-lock-remove-keywords if it is not available.
10389
10390         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10391
10392         * message.el (message-cite-prefix-regexp): Set the value of
10393         gnus-message-cite-prefix-regexp.
10394
10395 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10396
10397         * nnweb.el (nnweb-google-parse-1): Update parser.
10398
10399 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10400
10401         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10402
10403 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10404
10405         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10406         regexp.
10407
10408 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10409
10410         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10411         string-to-multibyte.
10412         (uudecode-decode-region-internal): Use it.
10413
10414         * lpath.el: Fbind string-as-multibyte for XEmacs.
10415
10416 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10417
10418         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10419         Fix custom choice.
10420
10421         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10422
10423 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10424
10425         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10426
10427         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10428         `write-region' to respect `mm-inhibit-file-name-handlers'.
10429
10430 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10431
10432         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10433         Use gnus-home-directory instead of "~/" or "$HOME".
10434
10435 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10436
10437         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10438         to mention filename.
10439         Add comments at beginning regarding usage.
10440         (encrypt-write-file-contents): Change interactive so a string is
10441         acceptable.  If the file has no associated model, show an error instead
10442         of a nonsense prompt.
10443
10444 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10445
10446         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10447         Thanks to Yoshihiko Yamada for kind notification of this typo.
10448
10449 2007-01-12  Kenichi Handa  <handa@m17n.org>
10450
10451         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10452         multibyte buffer.
10453
10454 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10455
10456         * gnus-score.el (gnus-score-fast-scoring): New variable.
10457         (gnus-score-headers): Use it.
10458
10459         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10460
10461         * message.el (message-cite-original-1):
10462         Call gnus-article-highlight-citation if requested.
10463         (message-make-from): Allow name and address as optional arguments.
10464
10465         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10466
10467         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10468         bugs to doc string.
10469         (gnus-button-alist): Add mid\\|message-id.
10470         (gnus-button-fetch-group): Extend for use in
10471         `browse-url-browser-function'.
10472         (gnus-button-url-regexp): Try to catch paired parentheses like in
10473         Wikipedia URLs.
10474
10475         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10476         Suggested by Simon Krahnke <overlord@gmx.li>.
10477
10478 2007-01-13  Romain Francoise  <romain@orebokech.com>
10479
10480         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10481         Update copyright.
10482
10483 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10484
10485         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10486
10487 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10488
10489         * gnus-registry.el (gnus-registry-unfollowed-groups)
10490         (gnus-registry-split-fancy-with-parent): Fix documentation.
10491
10492 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10493
10494         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10495         from nnweb groups.
10496
10497 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10498
10499         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10500         Xref urls.  Erase buffer before requesting head.
10501
10502         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10503
10504 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10505
10506         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10507         customizable.
10508
10509 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10510
10511         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10512         no signing key is found.
10513         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10514         no encrypting and/or signing key is found.
10515
10516 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10517
10518         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10519
10520 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10521
10522         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10523         headers read from disk with the ones newly found in the current search.
10524         This should no longer cause problems, because the article numbers in
10525         Gmane's `nov.php' output are ignored since the previous change.
10526
10527 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10528
10529         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10530
10531 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10532
10533         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10534         replace-regexp-in-string; bind url-version; fbind display-images-p and
10535         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10536         find-face and set-itimer-function for Emacs; bind itimer-list for
10537         Emacs.
10538
10539         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10540
10541 2007-01-01  Romain Francoise  <romain@orebokech.com>
10542
10543         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10544
10545 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10546
10547         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10548         `define-minor-mode' macro definition expanded properly.
10549         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10550         exclude it there.
10551
10552         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10553         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10554         `fboundp' test.
10555         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10556         This is OK to autoload in (S)XEmacs now.
10557
10558 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10559
10560         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10561         keystroke.
10562         (gnus-summary-limit-to-singletons): Fix typo.
10563
10564         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10565         else fails.
10566
10567 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10568
10569         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10570         docstring.
10571
10572         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10573         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10574         (gnus-summary-insert-dormant-articles): Fix typo in message.
10575
10576 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10577
10578         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10579         nil for XEmacs.
10580         (gnus-message-citation-mode): Don't autoload in XEmacs.
10581
10582         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10583
10584 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10585
10586         * nnimap.el (nnimap-expunge-search-string):
10587         Mention nnimap-search-uids-not-since-is-evil in docstring.
10588
10589 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10590
10591         * spam.el: Revert to make-obsolete-variable because
10592         define-obsolete-variable-alias is not supported in Emacs 21.
10593
10594         * spam.el (spam-ifile-path, spam-ifile-database-path)
10595         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10596         make-obsolete-variable.
10597         (spam-bsfilter-path, spam-bsfilter-program)
10598         (spam-spamassassin-path, spam-spamassassin-program)
10599         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10600         Don't use "path" inappropriately.
10601         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10602         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10603         variable names.
10604
10605 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10606
10607         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10608         summary buffer.
10609
10610         * password.el (password-cache-remove): Use clear-string to burn
10611         password, if available.
10612
10613 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10614
10615         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10616
10617         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10618
10619         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10620         (gnus-message-highlight-citation): Move defcustom here from
10621         gnus-cite.el.
10622         (gnus-message-citation-mode): Autoload.
10623
10624         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10625         checks to make it compile with XEmacs.
10626         (gnus-message-citation-mode): New minor mode.
10627         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10628         (gnus-message-highlight-citation): New variables.
10629         (gnus-message-search-citation-line)
10630         (gnus-message-add-citation-keywords)
10631         (gnus-message-remove-citation-keywords)
10632         (turn-on-gnus-message-citation-mode)
10633         (turn-off-gnus-message-citation-mode): New functions.
10634
10635 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10636
10637         * gnus-cite.el: Enable highlighting of different citation levels in
10638         message-mode.
10639
10640 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10641
10642         * message.el (message-make-fqdn): Fix comment.
10643         (message-bogus-system-names): Add ".local".
10644
10645         * spam.el (spam-ifile-path, spam-ifile-program)
10646         (spam-ifile-database-path, spam-ifile-database)
10647         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10648         Don't use "path" inappropriately.
10649         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10650         strings.
10651         (spam-check-ifile, spam-ifile-register-with-ifile)
10652         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10653         Use new variable names.
10654
10655         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10656         (gnus-treat-display-smileys): Simplify using
10657         gnus-image-type-available-p.
10658
10659         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10660         available.
10661
10662         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10663         Use `display-images-p' if available.
10664
10665 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10666
10667         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10668         one after turning on the buffer's multibyteness instead of decoding
10669         them directly in the unibyte buffer that causes unexpected conversion
10670         in Emacs 23 (unicode).
10671
10672 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10673
10674         * message.el (message-generate-hashcash): Fix custom type.
10675
10676 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10677
10678         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10679
10680 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10681
10682         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10683         disconnect icons.  Add help text.
10684
10685 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10686
10687         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10688         negated to be consistent with the others we handle.
10689
10690 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10691
10692         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10693         version of gnus-summary-buffer to something, so that we can use two
10694         article buffers at the same time.
10695
10696 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10697
10698         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10699         trigger all the extra headers.
10700         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10701         sorting.
10702
10703 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10704
10705         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10706         solid groups.
10707
10708 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10709
10710         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10711
10712 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10713
10714         * legacy-gnus-agent.el: Add Copyright notice.
10715
10716 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10717
10718         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10719
10720 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10721
10722         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10723
10724         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10725         to make it work reliably in CVS Emacs.
10726         (gnus-summary-limit-strange-charsets-predicate)
10727         (gnus-summary-limit-to-predicate): New functions.
10728
10729 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10730
10731         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10732         specifying array size.
10733         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10734         array if it is too small.
10735         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10736         (gnus-sort-threads-loop): New function.
10737
10738 2006-12-06  Chris Moore  <dooglus@gmail.com>
10739
10740         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10741         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10742
10743 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10744
10745         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10746         options.
10747
10748 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10749
10750         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10751         DOS-ing the recipient.
10752
10753         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10754         the headers when creating the mapping to avoid mismappings.
10755         (nnweb-gmane-create-mapping): Always nix out old mapping.
10756
10757 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10758
10759         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10760         and mm-verify-option to never.
10761
10762 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10763
10764         * message.el (message-signed-or-encrypted-p): New function.
10765         (message-forward-make-body): Use it.
10766
10767         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10768         Replace encode-coding-string with mm-encode-coding-string.
10769
10770 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10771
10772         * nneething.el (nneething-decode-file-name):
10773         Replace decode-coding-string with mm-decode-coding-string.
10774
10775         * gnus-int.el (gnus-open-server): Say failed server's name.
10776
10777 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10778
10779         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10780         strings to a single string.  Quote `errors-file-name'.
10781         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10782         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10783         Adjust calls.  Use `shell-quote-argument'.
10784
10785 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10786
10787         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10788         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10789
10790         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10791         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10792         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10793         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10794         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10795         (gnus-subscribe-newsgroup, gnus-1):
10796         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10797         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10798         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10799         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10800
10801 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10802
10803         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10804         keystroke.
10805         (gnus-summary-limit-to-bodies): Implement headersp.
10806
10807 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10808
10809         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10810
10811 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10812
10813         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10814
10815 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10816
10817         * message.el (message-generate-hashcash): Expand range of values to
10818         include `opportunistic'.
10819         (message-send-mail): Use it.
10820
10821 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10822
10823         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10824         and comment it.
10825
10826         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10827
10828 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10829
10830         * gnus-util.el (gnus-extract-address-components): Improve comment.
10831
10832 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10833
10834         * gnus-util.el (gnus-extract-address-components): Work with address in
10835         which the name portion contains @.
10836
10837         * lpath.el: Fbind custom-autoload.
10838
10839 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10840
10841         * gnus.el (gnus-start): Move custom group up.
10842         (gnus-select-method): Don't autoload, but make it available for
10843         `customize-variable'.
10844         (gnus-getenv-nntpserver): Don't autoload.
10845
10846 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10847
10848         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10849
10850 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10851
10852         * message.el (message-sendmail-extra-arguments): New variable.
10853         (message-send-mail-with-sendmail): Use it.
10854
10855 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10856
10857         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10858         mm-with-unibyte-current-buffer to make string unibyte.
10859
10860         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10861         mm-string-as-multibyte.
10862
10863 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10864
10865         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10866         Reported by Werner Koch <wk@gnupg.org>.
10867
10868 2006-11-14  Daiki Ueno  <ueno@p360>
10869
10870         * mml2015.el: Autoload epa-select-keys when compiling.
10871
10872 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10873
10874         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10875         message-options.
10876         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10877
10878 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10879
10880         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10881         EasyPG (< 0.0.6).
10882         (mml2015-always-trust): New user option.
10883         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10884         prompt.
10885
10886 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10887
10888         * nntp.el (nntp-authinfo-force): New variable.
10889         (nntp-send-authinfo): Use it.
10890
10891 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10892
10893         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10894         decode encoded words.  Improve prompt.  Add comment about forwarding.
10895         (message-replacement-char): Move up.
10896
10897 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10898
10899         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10900         instead of gnus-intersection because arguments of gnus-sorted-nunion
10901         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10902
10903 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10904
10905         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10906         (message-simplify-subject-functions):
10907         Enable message-strip-subject-encoded-words by default.
10908
10909 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10910
10911         * message.el (message-strip-subject-encoded-words): New function.
10912         (message-simplify-subject-functions): New variable.
10913         (message-simplify-subject): Use it.  Fix typo in doc string.
10914         Support message-strip-subject-encoded-words.
10915
10916 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10917
10918         * gnus-diary.el (gnus-diary-delay-format-function):
10919         * nndiary.el (nndiary-reminders):
10920         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10921
10922 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10923
10924         * gnus-art.el (article-hide-boring-headers): Fetch date from
10925         gnus-original-article-buffer to avoid problems with localized date
10926         strings.
10927
10928 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10929
10930         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10931
10932 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10933
10934         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10935         New variables.
10936         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10937         (mm-charset-synonym-alist): Move some entries to
10938         mm-codepage-iso-8859-list.
10939         (mm-charset-synonym-alist, mm-charset-override-alist):
10940         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10941
10942 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10943
10944         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10945
10946 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10947
10948         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10949         with Emacs 21 and XEmacs.
10950
10951 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10952
10953         * spam.el (spam-parse-address): New function for better parsing,
10954         catching errors, etc.
10955         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10956
10957 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10958
10959         * mm-view.el: Add interactive arg to html2text autoload.
10960
10961 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10962
10963         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10964
10965 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10966
10967         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10968         New variables.
10969         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10970         (mm-charset-synonym-alist): Move some entries to
10971         mm-codepage-iso-8859-list.
10972
10973         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10974
10975 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10976
10977         * message.el (message-citation-line-format)
10978         (message-insert-formated-citation-line): Fix implementation of %E, %N
10979         and %n according to the doc string.
10980
10981 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10982
10983         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10984         Use car-safe to avoid bad parses.
10985
10986 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10987
10988         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10989         names.
10990
10991         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10992
10993 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10994
10995         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10996         header.
10997
10998         * message.el (message-draft-headers): Add Date.
10999         (message-headers-to-generate): Fix typo in docstring.
11000
11001         * nndraft.el (nndraft-required-headers): New variable.
11002         (nndraft-generate-headers): Use it.
11003
11004         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11005
11006 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11007
11008         * gnus-registry.el (gnus-registry-wash-for-keywords)
11009         (gnus-registry-find-keywords): New functions to allow easy searching of
11010         articles that are in the registry.
11011
11012 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11013
11014         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11015         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11016         Reported by Damien Elmes <damien@repose.cx>.
11017
11018 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11019
11020         * gnus.el (gnus-mime): Remove unused custom group.
11021
11022 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11023
11024         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11025         "blank line" when searching for end of armor headers.
11026
11027 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11028
11029         * gmm-utils.el (gmm-write-region): Fix variable name.
11030
11031 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11032
11033         * gmm-utils.el (gmm-write-region): New function based on compatibility
11034         code from `mm-make-temp-file'.
11035
11036         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11037
11038         * nnmaildir.el (nnmaildir--update-nov)
11039         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11040         Use `gmm-write-region'.
11041
11042 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11043
11044         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11045         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11046
11047         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11048
11049         * message.el (message-replacement-char): New variable.
11050         (message-fix-before-sending): Use it.
11051         (message-simplify-subject): New function to remove duplicate code.
11052         (message-reply, message-followup): Use it.
11053
11054         * gnus-sum.el (gnus-summary-make-menu-bar):
11055         Clarify gnus-summary-limit-to-articles.
11056
11057 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11058
11059         * gnus-util.el (gnus-with-local-quit): New macro.
11060
11061         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11062
11063 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11064
11065         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11066         ignore non-string data.
11067
11068 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11069
11070         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11071         non-string data (needs to be done in the registry too).
11072
11073 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11074
11075         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11076         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11077         (gnus-registry-split-fancy-with-parent)
11078         (gnus-registry-fetch-simplified-message-subject-fast)
11079         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11080         Remove text properties on ingress into the registry and when it's saved.
11081         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11082         registry from entries with no groups.
11083
11084 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11085
11086         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11087         function to remove string properties.
11088
11089 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11090
11091         * gmm-utils.el (gmm): Adjust custom version.
11092
11093         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11094         Adjust custom version.
11095
11096         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11097
11098 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11099
11100         * gnus-art.el (gnus-insert-prev-page-button)
11101         (gnus-insert-next-page-button): Simplify.  Reformat.
11102
11103 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11104
11105         * gnus-art.el (gnus-insert-prev-page-button)
11106         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11107
11108 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11109
11110         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11111
11112 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11113
11114         * gnus-art.el (gnus-insert-mime-button)
11115         (gnus-insert-mime-security-button):
11116         Apply gnus-article-button-face to MIME and security buttons.
11117
11118 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11119
11120         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11121         readable.
11122
11123 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11124
11125         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11126
11127 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11128
11129         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11130         `browse-url-of-file' instead of `browse-url'.
11131
11132 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11133
11134         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11135         regexp.  Articles containing quotation were cut prematurely.
11136
11137 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11138
11139         * message.el (message-cite-original-1): Use nobody by default for the
11140         value of From header.
11141         (message-reply): Ditto.
11142
11143 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11144
11145         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11146         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11147         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11148
11149 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11150
11151         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11152         mails in the doc string.  Add some URLs in comment.
11153         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11154
11155 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11156
11157         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11158         backslashes handling and the way to find boundaries of quoted strings.
11159
11160 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11161
11162         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11163         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11164         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11165         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11166
11167 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11168
11169         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11170         doc string.
11171         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11172
11173 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11174
11175         * lpath.el: Fbind epg-check-configuration.
11176
11177 2006-09-06  Simon Josefsson  <jas@extundo.com>
11178
11179         * mml2015.el (mml2015-use): Doc fix, mention epg.
11180
11181 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11182
11183         * mml2015.el (mml2015-use): Default to epg, if available.
11184
11185 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11186
11187         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11188         message-sender.
11189         (mml1991-epg-encrypt): Ditto.
11190         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11191         message-sender.
11192         (mml2015-epg-encrypt): Ditto.
11193
11194 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11195
11196         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11197         several common directories.
11198
11199 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11200
11201         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11202         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11203
11204 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11205
11206         * gnus-art.el (article-decode-encoded-words): Make it fast.
11207
11208 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11209
11210         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11211
11212         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11213         in quoted string into `\'.
11214
11215 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11216
11217         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11218         Use standard-syntax-table.
11219
11220 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11221
11222         * gnus-art.el (gnus-decode-address-function): New variable.
11223         (article-decode-encoded-words): Use it to decode headers which are
11224         assumed to contain addresses.
11225         (gnus-mime-delete-part): Remove useless `or'.
11226
11227         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11228         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11229         (gnus-nov-parse-line): Use it to decode From header.
11230         (gnus-get-newsgroup-headers): Ditto.
11231         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11232
11233         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11234         (mail-decode-encoded-address-string): New alias.
11235
11236         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11237         New function.
11238         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11239         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11240         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11241         (rfc2047-decode-string): Ditto.
11242         (rfc2047-decode-address-region): New function.
11243         (rfc2047-decode-address-string): New function.
11244
11245 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11246
11247         * message.el (message-caesar-buffer-body): Allow rotating headers.
11248
11249         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11250
11251         * message.el (message-insert-formated-citation-line): Fix %f.
11252         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11253
11254 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11255
11256         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11257         (gnus-bookmark-mouse-available-p): New macro.
11258         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11259         (gnus-bookmark-bmenu-show-infos): Use it.
11260         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11261         (gnus-bookmark-bmenu-hide-infos): Ditto.
11262         (gnus-bookmark-remove-properties): New function.
11263         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11264         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11265         (gnus-bookmark-write-file): Bind coding-system-for-write.
11266         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11267         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11268         group before selecting it.
11269         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11270         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11271         quit-window if it is not available; use gnus-mouse-2 and bind it to
11272         gnus-bookmark-bmenu-select-by-mouse.
11273         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11274         (gnus-bookmark-bmenu-select-by-mouse): New function.
11275
11276 2006-08-13  Romain Francoise  <romain@orebokech.com>
11277
11278         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11279         space.
11280
11281 2006-08-10  Romain Francoise  <romain@orebokech.com>
11282
11283         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11284         (dns-mode-soa-auto-increment-serial): New user option.
11285         (dns-mode-soa-maybe-increment-serial): New function.
11286         (dns-mode): Add the latter to `write-contents-functions'.
11287
11288 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11289
11290         * compface.el (uncompface): Use binary rather than raw-text-unix.
11291
11292 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11293
11294         * compface.el (uncompface): Make sure the eol conversion doesn't take
11295         place when communicating with the external programs.
11296         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11297
11298 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11299
11300         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11301
11302 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11303
11304         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11305         Make it more robust by parsing author and date independently.
11306
11307 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11308
11309         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11310
11311 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11312
11313         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11314         first matching secret key.
11315         (mml2015-epg-encrypt): Ditto.
11316
11317         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11318         first matching secret key.
11319         (mml1991-epg-encrypt): Ditto.
11320
11321         * mml2015.el (mml2015-encrypt-to-self): New user option.
11322         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11323         mml2015-epg-encrypt-to-self is set.
11324
11325         * mml1991.el (mml1991-encrypt-to-self): New variable.
11326         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11327         mml1991-epg-encrypt-to-self is set.
11328
11329         * mml2015.el (mml2015-signers): New user option.
11330         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11331         (mml2015-epg-encrypt): Allow to select signing keys.
11332
11333         * mml1991.el (mml1991-signers): New variable.
11334         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11335         (mml1991-epg-encrypt): Allow to select signing keys.
11336
11337 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11338
11339         * nnheader.el (nnheader-insert-head): Make it work even if the file
11340         uses CRLF for the line-break code.
11341
11342 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11343
11344         * mml2015.el: Require mml-sec instead of password.
11345         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11346         (mml2015-cache-passphrase): Inherit the default value from
11347         mml-secure-cache-passphrase.
11348         (mml2015-passphrase-cache-expiry): Inherit the default value from
11349         mml-secure-passphrase-cache-expiry.
11350
11351         * mml1991.el: Require mml-sec instead of password.
11352         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11353         (mml1991-cache-passphrase): Inherit the default value from
11354         mml-secure-cache-passphrase.
11355         (mml1991-passphrase-cache-expiry): Inherit the default value from
11356         mml-secure-passphrase-cache-expiry.
11357
11358         * mml-sec.el: Require password.
11359         (mml-secure-verbose): New user option.
11360         (mml-secure-cache-passphrase): New user option.
11361         (mml-secure-passphrase-cache-expiry): New user option.
11362
11363 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11364
11365         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11366         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11367         andreas@altroot.de (Andreas Vögele).
11368
11369         FIXME: Use `tiny change'?
11370
11371 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11372
11373         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11374         workaround for the url package included with Emacs.
11375
11376         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11377
11378 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11379
11380         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11381         correctly.  This fixes a bug caused by the 2006-05-12 change.
11382
11383 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11384
11385         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11386         some information about the error when saying that the `bogus' mail
11387         group will be used.
11388
11389 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11390
11391         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11392         string.
11393
11394 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11395
11396         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11397
11398 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11399
11400         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11401
11402 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11403
11404         * mml1991.el (mml1991-function-alist): Add epg.
11405         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11406         (mml1991-epg-encrypt): New functions.
11407
11408 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11409
11410         * mml2015.el (mml2015-verbose): New variable.
11411         (mml2015-cache-passphrase): Ditto.
11412         (mml2015-passphrase-cache-expiry): Ditto.
11413         (mml2015-function-alist): Add epg.
11414         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11415         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11416         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11417         New functions.
11418
11419 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11420
11421         * message.el (message-cite-original-1): Preserve region when removing
11422         quoted text due to X-No-Archive in order to avoid bogus attribution
11423         when citing multiple messages.
11424
11425 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11426
11427         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11428         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11429
11430 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11431
11432         * gnus-diary.el (gnus-user-format-function-d)
11433         (gnus-user-format-function-D): Autoload.
11434
11435         * imap.el (Commentary): Fix typo.
11436
11437         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11438         2006-04-22 contribution.
11439
11440 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11441
11442         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11443         It didn't really fix the bogosity I'm seeing with solid web groups.
11444
11445 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11446
11447         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11448         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11449         created using server names.  If we use the feature without declaring
11450         it, Gnus does not properly manage server and group state.
11451
11452         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11453         bound.
11454
11455 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11456
11457         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11458         looking up the method using GROUP's prefix before inventing a new one.
11459         It is used on killed/unknown groups in various places where returning
11460         an all-new method isn't expected by the caller.
11461
11462         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11463         and match semantics of gnus-group-real-prefix.
11464
11465 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11466
11467         * nnmail.el (nnmail-broken-references-mailers): New variable.
11468         (nnmail-ignore-broken-references): New function generalizing
11469         nnmail-fix-eudora-headers.
11470         (nnmail-fix-eudora-headers): Now obsolete.
11471
11472         * gnus-art.el (gnus-button-handle-custom):
11473         Support `customize-apropos*'.
11474
11475 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11476
11477         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11478
11479         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11480         articles.
11481
11482 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11483
11484         * message.el (message-cite-reply-above): New variable.
11485         (message-yank-original): Use it.
11486
11487 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11488
11489         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11490
11491 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11492
11493         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11494         as read.
11495
11496         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11497
11498 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11499
11500         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11501         (gnus-bookmark-default-file): Use gnus-directory.
11502         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11503         Remove "*" in doc string.
11504         (gnus-bookmark-write-file): Simplify.
11505         (gnus-bookmark-maybe-sort-alist): Use `when'.
11506         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11507         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11508         Add FIXME about Emacs 21 and XEmacs compatibility.
11509         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11510         compatibility.
11511         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11512         compatibility.
11513         (gnus-bookmark-menu-heading): Fix version.
11514
11515 2006-06-19  Bastien Guerry  <bzg@altern.org>
11516
11517         * gnus-bookmark.el: New file.
11518
11519 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * message.el (message-syntax-checks): Doc fix.
11522
11523 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11524
11525         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11526         unsubscribed groups as if they were killed ones.  It causes duplicate
11527         entries in gnus-newsrc-alist.
11528
11529 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11530
11531         * message.el (message-syntax-checks): Doc fix.
11532         (message-send-mail): Add check for continuation headers.
11533         (message-check-news-header-syntax): Fix regexp used to check for
11534         continuation headers.
11535
11536 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11537
11538         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11539
11540 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11541
11542         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11543
11544 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11545
11546         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11547         default-truncate-lines.
11548
11549 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11550
11551         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11552         to fill the utf-8 entry.
11553
11554         * lpath.el: Fbind unicode-precedence-list.
11555
11556 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11557
11558         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11559
11560 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11561
11562         * gnus-agent.el (directory-files-and-attributes): Move all the way
11563         forward (the third and final move).
11564         (gnus-agent-read-agentview): Trap reconstruction errors due to
11565         nonexistent directory.  Handle by returning nil.
11566
11567 2006-05-30  Didier Verna  <didier@xemacs.org>
11568
11569         * message.el (message-dont-reply-to-names): Update the custom type.
11570         * message.el (message-dont-reply-to-names): New defsubst: potentially
11571         convert a list of regexps into a single one.
11572         * message.el (message-get-reply-headers): Use it.
11573         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11574
11575 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11576
11577         * gnus-agent.el (directory-files-and-attributes): Move forward.
11578
11579 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11580
11581         * gnus-ml.el (gnus-mailing-list-subscribe)
11582         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11583         (gnus-mailing-list-message): Fix doc strings.
11584
11585 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11586
11587         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11588         of doing it manually.
11589
11590 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11591
11592         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11593         comment.
11594
11595 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11596
11597         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11598         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11599         (gnus-agent-read-local): All symbols allocated in my-obarray.
11600         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11601         (gnus-agent-regenerate-group): Check numeric names to see if they are
11602         messages or groups.
11603         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11604         better way of do this...)
11605
11606         * gnus-cache.el (gnus-agent-total-fetched-for):
11607         Ignore 'dummy.group' (there should be a better way of do this...)
11608
11609 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11610
11611         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11612         (gnus-saved-headers): Ditto.
11613         (gnus-default-article-saver): Mention functions may have properties.
11614         (gnus-article-save): Override gnus-save-all-headers and
11615         gnus-saved-headers by :headers property which saver function may have.
11616         (gnus-summary-save-in-file): Add :headers property.
11617         (gnus-summary-write-to-file): Ditto.
11618
11619         * gnus-sum.el (gnus-summary-save-article): Bind
11620         gnus-prompt-before-saving to t when saving many articles in a file;
11621         always show all headers.
11622
11623         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11624
11625 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11626
11627         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11628         marks.
11629
11630         * message.el (message-indent-citation): Add optional arguments to allow
11631         using it outside of message buffers.
11632
11633         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11634         (gnus-article-treat-unfold-headers): Use it.
11635         (gnus-article-truncate-lines): New variable.
11636         (gnus-article-mode): Use it.
11637         (gnus-article-toggle-truncate-lines): New function.
11638
11639         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11640         Add gnus-article-toggle-truncate-lines.
11641
11642         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11643         coding system in XEmacs, use binary.
11644
11645 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11646
11647         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11648         after-load-alist.
11649
11650         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11651         this function should save decoded articles.
11652         (gnus-summary-write-to-file): Use property to specify this function
11653         should save decoded articles and specify gnus-summary-save-in-file
11654         should be used to save articles other than the first one when saving
11655         many articles.
11656         (gnus-summary-save-body-in-file): Use property to specify this
11657         function should save decoded articles.
11658         (gnus-summary-write-body-to-file): Use property to specify this
11659         function should save decoded articles and specify
11660         gnus-summary-save-body-in-file should be used to save articles other
11661         than the first one when saving many articles.
11662
11663         * gnus-sum.el (gnus-summary-save-article): Simplify.
11664
11665 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11666
11667         * gnus-art.el (gnus-default-article-saver):
11668         Add gnus-summary-write-body-to-file.
11669         (gnus-article-save-coding-system): Don't use coding system object
11670         in XEmacs.
11671         (gnus-read-save-file-name): Add optional `dir-var' argument which
11672         specifies directory in which files are saved; work even if optional
11673         `variable' argument is not specified.
11674         (gnus-summary-write-to-file): Read file name.
11675         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11676         (gnus-summary-write-body-to-file): New function.
11677
11678         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11679         (gnus-summary-local-variables): Add it.
11680         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11681         (gnus-summary-save-article): Remove optional `decode' argument;
11682         determine whether to decode articles by the value of
11683         gnus-default-article-saver; when saving many files using
11684         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11685         it first and use gnus-summary-save-in-file or
11686         gnus-summary-save-body-in-file thereafter unless
11687         gnus-prompt-before-saving is always; move point to article which
11688         will be saved.
11689         (gnus-summary-save-article-file): Revert.
11690         (gnus-summary-write-article-file): Revert.
11691         (gnus-summary-save-article-body-file): Revert.
11692         (gnus-summary-write-article-body-file): New function.
11693
11694 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11695
11696         * gnus-art.el (gnus-default-article-saver): Doc fix.
11697         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11698         from gnus-summary-save-article-coding-system, and default to a
11699         certain coding system.
11700         (gnus-output-to-file): Add coding cookie and encode text according
11701         to gnus-article-save-coding-system; don't use mm-append-to-file.
11702
11703         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11704         gnus-art.el and rename to gnus-article-save-coding-system.
11705         (gnus-summary-save-article): Require gnus-art; don't show all
11706         headers if it decodes articles; don't add coding cookie here;
11707         don't bind mm-text-coding-system-for-write.
11708         (gnus-summary-save-article-file): Save decoded articles.
11709         (gnus-summary-write-article-file): When saving many files, use
11710         gnus-summary-write-to-file first and gnus-summary-save-in-file
11711         thereafter unless gnus-prompt-before-saving is always.
11712         (gnus-summary-save-article-body-file): Save decoded articles.
11713
11714         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11715
11716 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11717
11718         * nnrss.el (nnrss-check-group): Bind hash-index.
11719
11720 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11721
11722         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11723         its hash index.  Store this hash in `nnrss-group-data'.
11724         (nnrss-read-group-data): Update accordingly.
11725
11726 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11727
11728         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11729         entry.
11730
11731         * gnus-sum.el (gnus-summary-make-menu-bar):
11732         Add gnus-article-browse-html-article.
11733
11734 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11735
11736         * gnus-sum.el (gnus-summary-mime-map):
11737         Add gnus-article-browse-html-article.
11738
11739         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11740
11741 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11742
11743         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11744         suitable coding systems in customize.
11745
11746 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11747
11748         * mail-source.el (mail-sources): Fix custom type.
11749
11750 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11751
11752         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11753         (gnus-summary-expire-articles-now): Shorten prompt.
11754
11755         * gmm-utils.el (wid-edit): Require.
11756         (defun-gmm): Rename from `gmm-defun-compat'.
11757         (gmm-image-search-load-path): Use it.
11758         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11759
11760 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11761
11762         * gnus-sum.el (gnus-summary-save-article-coding-system):
11763         New variable.
11764         (gnus-summary-save-article): Add optional `decode' argument.
11765         If it is set and gnus-summary-save-article-coding-system is non-nil,
11766         save decoded article.
11767         (gnus-summary-write-article-file): Save decoded article if
11768         gnus-summary-save-article-coding-system is non-nil.
11769
11770         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11771         type.
11772
11773 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11774
11775         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11776
11777 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11778
11779         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11780         first to test gnus-single-article-buffer which may be buffer-local.
11781
11782         * gnus-sum.el (gnus-summary-setup-buffer):
11783         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11784         group; make gnus-article-buffer, gnus-article-current, and
11785         gnus-original-article-buffer always buffer-local.
11786         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11787         group.
11788         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11789
11790 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11791
11792         * nnml.el (nnml-request-compact-group): Compressed files might not
11793         have .gz extension.
11794
11795 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11796
11797         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11798         (mm-copy-to-buffer): Use with-current-buffer.
11799         (mm-display-part): Simplify.
11800         (mm-inlinable-p): Add optional arg `type'.
11801
11802 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11803
11804         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11805         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11806         Try harder to show the attachment internally or externally using
11807         gnus-mime-view-part-as-type.
11808
11809 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11810
11811         * message.el (message-from-style, message-signature-separator)
11812         (message-user-organization-file, message-send-mail-function)
11813         (message-citation-line-function, message-yank-prefix)
11814         (message-indent-citation-function, message-signature)
11815         (message-signature-file, message-signature-insert-empty-line):
11816         Remove autoloads.
11817
11818         * gnus-art.el (gnus-buttonized-mime-types):
11819         Remove "multipart/signed".  Revert 2006-04-26 change.
11820
11821 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11822
11823         * gnus.el (gnus-version-number): Bump version.
11824
11825 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11826
11827         * gnus.el: No Gnus v0.5 is released.
11828
11829 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11830
11831         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11832         fetching articles by message-id.
11833
11834 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11835
11836         * message.el (hashcash): Require hashcash as normal.
11837
11838         * ecomplete.el (ecomplete-highlight-match-line):
11839         Use point-at-eol.
11840         (ecomplete-highlight-match-line): Use `highlight', because that
11841         face exists in both Emacs and XEmacs.
11842
11843         * message.el (message-display-abbrev): Use point-at-bol.
11844
11845         * mail-source.el: Don't require timer/timer-funcs.
11846
11847         * gnus-async.el: Ditto.
11848
11849         * password.el: Ditto.
11850
11851         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11852
11853         * mm-url.el: Ditto.
11854
11855         * gnus-xmas.el: Don't require timer-funcs.
11856
11857         * mm-util.el: Require timer/timer-funcs.
11858
11859 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11860
11861         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11862         Close.
11863
11864 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11865
11866         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11867         unibyte after clear-decrypt function runs.
11868
11869         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11870         returns as a unibyte string.
11871
11872 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11873
11874         * lpath.el: Revert.
11875
11876         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11877         (pgg-gpg-process-sentinel): Revert.
11878
11879         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11880         (pgg-pgp-lookup-key): Revert.
11881
11882         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11883         (pgg-pgp5-lookup-key): Revert.
11884
11885         * pgg.el (pgg-fetch-key): Revert.
11886
11887 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11888
11889         * lpath.el: Fbind string-as-multibyte for XEmacs.
11890
11891         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11892         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11893         (mml1991-pgg-encrypt): Ditto.
11894
11895         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11896         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11897         a multibyte buffer.
11898
11899         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11900         (pgg-pgp-lookup-key): Ditto.
11901
11902         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11903         (pgg-pgp5-lookup-key): Ditto.
11904
11905         * pgg.el (pgg-fetch-key): Ditto.
11906
11907 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11908
11909         * message.el (message-user-organization-file): Check several
11910         locations of the organization file.
11911
11912         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11913         Add gnus-article-view-part-as-type.
11914
11915         * gnus-art.el (gnus-article-view-part-as-type): New function.
11916
11917         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11918         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11919
11920         * mml.el: Simplify autoload.
11921         (mml-mode): defvar dnd-protocol-alist instead of using
11922         symbol-value.
11923         (mml-default-directory): New variable.
11924         (mml-minibuffer-read-file): Use it.
11925         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11926
11927         * message.el (message-citation-line-format): New variable.
11928         (message-insert-formated-citation-line): New function.
11929         (message-citation-line-function):
11930         Add `message-insert-formated-citation-line' to custom type.
11931
11932         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11933         to doc string.
11934
11935         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11936         depending on mm-verify-option.
11937
11938 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11939
11940         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11941         binding pgg-* variables; reimplement the section which prevents
11942         MIME header from being signed.
11943         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11944         pgg-text-mode; remove a blank line at the top of body.
11945
11946         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11947         lines at the top of body; use gnus-newsgroup-charset if there's no
11948         Charset header.
11949
11950 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11951
11952         * message.el (message-self-insert-commands): Doc fix.
11953
11954         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11955         (mm-uu-pgp-encrypted-test): Ditto.
11956         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11957         between header and body; return application/pgp-encrypted handle
11958         if decryption failed; decode decrypted body by charset.
11959
11960         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11961         element match to application/pgp-*.
11962
11963 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11964
11965         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11966         HTML.
11967
11968 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11969
11970         * mail-source.el (mail-source-call-script): Message the error
11971         string.
11972
11973 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11974
11975         * gnus-util.el (gnus-byte-compile): Use it.
11976
11977 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11978
11979         * gnus-util.el (kill-empty-logs): New function.
11980
11981 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11982
11983         * message.el (message-mail-alias-type): Doc fix.
11984         (message-mail-alias-type-p): New function.
11985         (message-send): Use it.
11986         (message-mode): Ditto.
11987         (message-strip-forbidden-properties): Ditto.
11988
11989         * ecomplete.el (ecomplete-database-file-coding-system):
11990         New variable.
11991         (ecomplete-save): Use it.
11992         (ecomplete-setup): Use it.
11993
11994 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11995
11996         * message.el (message-self-insert-commands): New variable.
11997         (message-strip-forbidden-properties): Use it.
11998
11999 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12000
12001         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12002         that doesn't make XEmacs choke.
12003
12004 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12005
12006         * gnus-util.el (gnus-replace-in-string):
12007         Prefer replace-regexp-in-string over of replace-in-string.
12008
12009 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12010
12011         * gnus-util.el (gnus-select-frame-set-input-focus):
12012         Use select-frame-set-input-focus if it is available in XEmacs; use
12013         definition defined in Emacs 22 for old Emacsen.
12014
12015         * dgnushack.el: Autoload unmorse-region for XEmacs.
12016
12017         * lpath.el: Bind cursor-in-non-selected-windows and
12018         select-frame-set-input-focus for XEmacs.
12019
12020 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12021
12022         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12023
12024 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12025
12026         * gnus-registry.el (gnus-registry-cache-save): Remove text
12027         properties when saving via the temp buffer.
12028
12029 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12030
12031         * message.el (message-generate-hashcash): Honor custom type.
12032
12033 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12034
12035         * message.el (message-generate-hashcash): Default to non-nil when
12036         hashcash is found.
12037
12038         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12039         (gnus-refer-thread-limit): Increase default to 500.
12040
12041         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12042
12043         * flow-fill.el (fill-flowed): Allow delete-space.
12044
12045 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12046
12047         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12048         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12049         Remove autoloads.
12050
12051 2006-04-18  Simon Josefsson  <jas@extundo.com>
12052
12053         * message.el (message-generate-hashcash): Default to.
12054
12055 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12058         concatenating segments rather than before concatenating them.
12059
12060 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12061
12062         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12063
12064 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12065
12066         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12067
12068         * message.el (message-forward-make-body-plain):
12069         Allow message-forward-ignored-headers to be a list.
12070         (message-remove-ignored-headers): Factor out into function.
12071         (message-forward-make-body-mml): Use it.
12072
12073         * imap.el (imap-quote-specials): New function.
12074         (imap-login-auth): Quote specials.
12075
12076         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12077         (rfc2231-parse-string): Allow concatanation of parameters that
12078         aren't contiguous.  The test case is
12079           (mail-header-parse-content-type "message/external-body;
12080             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12081             access-type=LOCAL-FILE;
12082             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12083
12084 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12085
12086         * nntp.el (nntp-accept-process-output): Return the value of
12087         `nnheader-accept-process-output'.
12088
12089 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12090
12091         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12092         (gnus-button-alist): Recognize more diff formats.
12093         (gnus-button-patch): Strip directory.
12094
12095 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12096
12097         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12098         Emacs 22 when setting focus.
12099
12100 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12101
12102         * gnus-art.el (gnus-article-treat-types): Do treatment of
12103         text/x-verbatim parts.
12104         (gnus-button-patch): New command.
12105
12106         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12107         addresses that contain invalid characters.
12108
12109 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12110
12111         * message.el (message-put-addresses-in-ecomplete):
12112         Use gnus-replace-in-string.
12113         (message-is-yours-p): Use the more correct
12114         mail-header-parse-address instead of
12115         mail-extract-address-components.
12116         (message-put-addresses-in-ecomplete): Fix typo.
12117
12118         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12119         keystroke.
12120
12121         * gnus-art.el (gnus-treatment-function-alist): Change order of
12122         newsgroups/generic header folding to avoid double-folding.
12123
12124         * message.el (message-hidden-headers): Add X-Draft-From.
12125
12126         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12127         New command.
12128         (gnus-summary-repeat-search-article-backward): New command.
12129
12130         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12131         groups in the parent topic.
12132
12133 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12134
12135         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12136         (spam-extra-header-to-number): Return the CRM114 number as a
12137         number instead of a string.
12138
12139 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12140
12141         * gnus-art.el (gnus-face-properties-alist): Move here from
12142         gnus-fun.
12143
12144         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12145
12146 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12147
12148         * message.el (message-strip-forbidden-properties): Only display on
12149         self-insert-command.
12150
12151         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12152         reindent.
12153         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12154
12155 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12156
12157         * smiley.el (smiley-style): Fix typo.
12158
12159 2006-03-23  Kenichi Handa  <handa@m17n.org>
12160
12161         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12162         instead of set-buffer-multibyte.
12163
12164 2006-03-23  Kenichi Handa  <handa@m17n.org>
12165
12166         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12167         buffer and then decode the buffer text if necessary.
12168         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12169         first, and after mm-encode-body, change the buffer to unibyte.
12170
12171 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12172
12173         * hashcash.el (hashcash-insert-payment-async-2):
12174         Use message-goto-eoh instead of doing it manually.
12175         (mail-add-payment): Use message-narrow-to-header instead of trying
12176         to do the same itself.
12177
12178         * message.el (message-hidden-headers): Add Face.
12179
12180         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12181         reparenting code.
12182         (gnus-summary-reparent-children): Refactored out code.
12183         (gnus-summary-thread-map): New keystroke.
12184         (gnus-summary-reparent-children): Make into command.
12185
12186         * smiley.el (smiley-style): Default to `medium' if using a large
12187         font.
12188
12189         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12190         does it itself.
12191
12192         * message.el (message-point-in-header-p): Simplify definition.
12193
12194 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12195
12196         * nnagent.el (nnagent-request-set-mark): Silence log file
12197         writing.
12198         (nnagent-request-set-mark): Use write-region instead of
12199         append-to-file.
12200
12201         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12202         strange select method.
12203
12204         * ecomplete.el (ecomplete-display-matches): Get highlightling
12205         right.
12206         (ecomplete-display-matches): Use literals.
12207         (ecomplete-display-matches): Disable message logging.
12208
12209         * message.el (message-display-abbrev): Small optimization.
12210
12211         * ecomplete.el (ecomplete-display-matches): Allow automatic
12212         display.
12213
12214         * message.el (message-strip-forbidden-properties):
12215         Display abbrevs.
12216         (message-display-abbrev): Get automatic display right.
12217
12218         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12219         keystrokes.
12220
12221 2006-04-13  Romain Francoise  <romain@orebokech.com>
12222
12223         TODO: Backport to v5-10!
12224
12225         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12226         Move here (and rename) from gnus-registry.el.
12227
12228         * gnus-registry.el: Require gnus-util.
12229         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12230
12231 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12232
12233         * gnus-group.el (gnus-group-catchup-current):
12234         Change if-then-else-if-then-else into cond.
12235         (gnus-group-catchup): Indent.
12236         (group-name-at-point): New function.
12237         (gnus-fetch-group): Provide default from thing at point.
12238
12239 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12240
12241         * message.el (message-display-abbrev): Fix regexp.
12242
12243         * ecomplete.el (ecomplete-highlight-match-line):
12244         Reimplement choosing.
12245         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12246         dead variables.
12247
12248         * message.el (message-newline-and-indent): Remove debugging.
12249         (message-display-abbrev): Use new implementation.
12250
12251 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12252
12253         * gnus-art.el (gnus-article-mode):
12254         Set cursor-in-non-selected-windows to nil.
12255
12256         * smiley.el: Revert previous change.
12257         (smiley-data-directory): defvar it before using it in the
12258         defcustom of `smiley-style'.
12259
12260 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12261
12262         * message.el (message-newline-and-indent): New function.
12263
12264         * ecomplete.el: Implement more bits.
12265
12266         * message.el (message-put-addresses-in-ecomplete): Clean up the
12267         string.
12268
12269         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12270
12271         * gnus-sum.el (gnus-summary-save-parts):
12272         Bind gnus-summary-save-parts-counter and use it to make unique file
12273         names.
12274
12275         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12276
12277         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12278         parameter to say whether to actually parse the individual
12279         addresses.
12280
12281         * message.el (message-put-addresses-in-ecomplete): New function.
12282         (ecomplete): Require.
12283         (message-mail-alias-type): Add ecomplete as an option.
12284
12285 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12286
12287         * flow-fill.el (fill-flowed): Remove trailing space from blank
12288         quoted lines.
12289
12290 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12291
12292         * smiley.el (smiley-style): Move definition later to avoid a
12293         compilation warning.
12294
12295 2006-04-12  Kenichi Handa  <handa@m17n.org>
12296
12297         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12298         buffer and then decode the buffer text if necessary.
12299         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12300         first, and after mm-encode-body, change the buffer to unibyte.
12301         Use mm-disable-multibyte instead of set-buffer-multibyte.
12302
12303 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12304
12305         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12306         Content-Type header instead of Content-Disposition header.
12307         (gnus-mime-inline-part): Ditto.
12308         (gnus-mime-view-part-as-charset): Ignore charset that the part
12309         specifies.
12310
12311         * mm-decode.el (mm-display-part): Work with external parts and
12312         usual parts similarly.
12313
12314         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12315         instead of gnus-display-mime.
12316
12317         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12318         instead of with-temp-buffer.
12319
12320         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12321         tag to summarized topics part in order to encode non-ASCII text.
12322
12323 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12324
12325         * smiley.el (smiley-style): New variable.
12326         (smiley-directory): New function.
12327         (smiley-data-directory): Derive from `smiley-style' using
12328         `smiley-directory'.
12329         (smiley-regexp-alist): Add new entries.
12330
12331         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12332         (gnus-article-browse-delete-temp): Add :version.
12333
12334 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12335
12336         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12337         the sieve region.
12338
12339 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12340
12341         * gnus.el (gnus-version-number): Bump version.
12342
12343 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12344
12345         * gnus.el: No Gnus v0.4 is released.
12346
12347 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12348
12349         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12350         layout.
12351
12352         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12353         unknown charset.
12354
12355         * message.el (message-header-synonyms): Add Original-To to the
12356         default.
12357
12358         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12359         optional parameter.
12360
12361 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12362
12363         * gnus-fun.el (gnus): Require it for gnus-directory.
12364
12365 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12366
12367         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12368
12369 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12370
12371         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12372
12373 2006-04-05  Simon Josefsson  <jas@extundo.com>
12374
12375         * password.el (password-reset): New function.
12376
12377 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12378
12379         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12380         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12381
12382 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12383
12384         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12385         Some whitespace was matched into the url, which broke browsing hits
12386         > 100 when mm-url-use-external was nil.
12387
12388 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12389
12390         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12391         Check gnus-extra-headers for 'Newsgroups.
12392
12393         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12394         bound.
12395
12396 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12397
12398         * pgg-gpg.el: Clean up process buffers every time gpg processes
12399         complete.
12400
12401 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12402
12403         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12404         doc string.
12405
12406 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12407
12408         * pgg-gpg.el (pgg-gpg-process-filter)
12409         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12410
12411         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12412         lines, temporary fix.
12413
12414 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12415
12416         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12417
12418 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12419
12420         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12421         default-enable-multibyte-characters.  This reverts the change from
12422         revision 6.17 which is no longer necessary because the passphrase
12423         is sent separately now.  GnuPG messages are unreadable under
12424         multibyte locales with default-enable-multibyte-characters set to
12425         nil.
12426
12427 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12428
12429         * message.el (message-tool-bar-gnome): Move "spell".
12430
12431 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12432
12433         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12434         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12435         instead.
12436
12437 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12438
12439         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12440         Improve newsgroups handling for NNTP overviews which don't include
12441         Newsgroups.
12442
12443 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12444
12445         * message.el (message-resend): Bind message-generate-hashcash to nil.
12446
12447 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12448
12449         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12450         when searching for already-paid recipients.
12451
12452 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12453
12454         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12455         passphrases when it is not needed.
12456         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12457         passphrase stuff from gpg, should only be necessary when you use
12458         gpg with a smartcard.
12459
12460 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12461
12462         * mml.el (mml-insert-mime): Ignore cached contents of
12463         message/external-body part.
12464
12465         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12466         (mm-insert-part): Ditto.
12467
12468 2006-03-23  Simon Josefsson  <jas@extundo.com>
12469
12470         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12471         Reiner.
12472         (pgg-gpg-use-agent-p): Use it again.
12473
12474 2006-03-23  Simon Josefsson  <jas@extundo.com>
12475
12476         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12477         older emacsen.
12478         (pgg-gpg-use-agent-p): Don't use it.
12479
12480 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12481
12482         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12483         if we can.
12484
12485 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12486
12487         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12488         (pgg-gpg-update-agent): New function.
12489         (pgg-gpg-use-agent-p): New function.
12490         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12491         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12492         (pgg-gpg-sign-region): Use it.
12493
12494 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12495
12496         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12497         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12498
12499 2006-03-21  Simon Josefsson  <jas@extundo.com>
12500
12501         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12502         <wilde@sha-bang.de>.
12503         (pgg-gpg-use-agent): New variable.
12504         (pgg-gpg-process-region): Use it.
12505         (pgg-gpg-encrypt-region): Likewise.
12506         (pgg-gpg-encrypt-symmetric-region): Likewise.
12507         (pgg-gpg-decrypt-region): Likewise.
12508         (pgg-gpg-sign-region): Likewise.
12509         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12510
12511 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12512
12513         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12514
12515         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12516         Add comment on version.
12517
12518 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12519
12520         * smiley.el: Add missing test smiley.
12521
12522 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12523
12524         * mm-decode.el (mm-with-part): New macro.
12525         (mm-get-part): Use it; work with message/external-body as well.
12526         (mm-save-part): Treat name and filename equally.
12527
12528         * mm-extern.el (mm-extern-cache-contents): New function.
12529         (mm-inline-external-body): Use it; force the part to be displayed;
12530         move undisplayer added to the cached handle to the parent.
12531
12532         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12533         (gnus-mime-view-part-as-type): Work with message/external-body.
12534
12535         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12536
12537 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12538
12539         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12540         images in image-load-path.  [Sync with image.el, revision 1.60, in
12541         Emacs.]
12542
12543 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12544
12545         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12546         path rather than symbol.  Always return list of directories.
12547         Guarantee that image directory comes first.  [Sync with image.el,
12548         revision 1.59, in Emacs.]
12549
12550         * message.el (message-make-tool-bar): Adjust to new API of
12551         `gmm-image-load-path-for-library'.
12552
12553         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12554
12555         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12556
12557 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12558
12559         * gnus-art.el (gnus-article-only-boring-p):
12560         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12561         intangible text.
12562         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12563
12564 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12565
12566         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12567         Use `defun' instead of `gmm-defun-compat'.
12568
12569 2006-03-14  Simon Josefsson  <jas@extundo.com>
12570
12571         * message.el (message-unique-id): Don't use message-number-base36
12572         if (user-uid) is a float.
12573         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12574
12575 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12576
12577         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12578
12579         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12580         empty line between a part and a message part.
12581
12582 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12583
12584         * smiley.el: Add more test smileys.
12585         (smiley-data-directory, smiley-regexp-alist)
12586         (gnus-smiley-file-types): Fix doc strings.
12587         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12588         adding new elements.
12589         (smiley-mouse-map): Unused code.  Make it a comment.
12590
12591 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12592
12593         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12594         scan latest NoCeM messages instead of old ones.
12595         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12596         delimiters that are recently used.
12597         (gnus-nocem-load-cache): Add autoload cookie.
12598
12599         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12600
12601         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12602         level which is larger than gnus-use-nocem is specified.
12603
12604         * gnus-group.el (gnus-group-get-new-news): Ditto.
12605
12606 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12607
12608         * gnus-util.el (gnus-tool-bar-update): New function.
12609
12610         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12611         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12612
12613         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12614
12615         * gnus-group.el (gnus-group-redraw-when-idle)
12616         (gnus-group-redraw-check): Remove.
12617         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12618
12619 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12620
12621         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12622         if optional last element is specified in splits (FIELD VALUE...).
12623
12624 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12625
12626         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12627         to gmm-image-load-path-for-library.  Call with no-error argument.
12628         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12629
12630         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12631
12632         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12633
12634         * gmm-utils.el (gmm-image-load-path): Remove alias.
12635
12636 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12637
12638         * gmm-utils.el (gmm-image-load-path): Add alias.
12639
12640         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12641         nnml-generate-nov-databases-1.
12642         (nnml-generate-nov-databases): Use it.
12643         (nnml-generate-nov-databases-directory): Document no-active
12644         argument.
12645
12646         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12647         directory if path is t.  Add no-error.
12648
12649         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12650         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12651
12652         * gnus-art.el (gnus-article-browse-delete-temp-files):
12653         Simplify resetting gnus-article-browse-html-temp-list.
12654
12655         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12656         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12657         Add example to docstring.  Rename local variables.  Move error
12658         checks to default case in cond and simplify.
12659
12660 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12661
12662         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12663         handle is multipart when calling it recursively.
12664         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12665
12666 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12667
12668         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12669         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12670
12671 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12672
12673         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12674         is loaded.
12675
12676         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12677         loaded.
12678
12679 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12680
12681         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12682         to "Emacs 23 (unicode)" in doc string.
12683
12684         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12685         "Emacs 23 (unicode)" in comment.
12686
12687 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12688
12689         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12690
12691         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12692         characters 160 through 255 in Emacs 23.
12693
12694 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12695
12696         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12697         gnus-article-browse-html-temp.
12698         (gnus-article-browse-delete-temp): Make it customizable.
12699         Add `file'.  Adjust doc string.
12700         (gnus-article-browse-delete-temp-files): Add argument.
12701         Allow query for each file.  Adjust doc string.
12702         (gnus-article-browse-html-parts):
12703         Add `gnus-article-browse-delete-temp-files' to
12704         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12705
12706 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12707
12708         * gnus-art.el (gnus-article-browse-html-temp)
12709         (gnus-article-browse-delete-temp): New variables.
12710         (gnus-article-browse-delete-temp-files): New function.
12711         (gnus-article-browse-html-parts): Use it.
12712
12713 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12714
12715         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12716
12717         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12718         string.
12719
12720         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12721         gnus-summary-insert-new-articles when unplugged.
12722         Remove gnus-summary-search-article-forward.
12723
12724         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12725         display-visual-class instead of display-color-cells.
12726
12727 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12728
12729         * dgnushack.el: Autoload customize-group for XEmacs.
12730
12731         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12732         message/* containing non-ASCII text properly.
12733
12734 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12735
12736         * message.el: Require gmm-utils, remove autoloads.
12737         (message-tool-bar): Set default based on
12738         gmm-tool-bar-style.
12739         (message-tool-bar-gnome): Add gmm-customize-mode.
12740
12741         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12742         gmm-tool-bar-style.
12743         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12744
12745         * gnus-group.el (gnus-group-tool-bar): Set default based on
12746         gmm-tool-bar-style.
12747         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12748
12749         * gmm-utils.el (gmm-image-directory): Rename variable from
12750         gmm-image-load-path.
12751         (gmm-image-load-path): Use gmm-image-directory.
12752         (gmm-customize-mode): New function.
12753         (gmm-tool-bar-style): New variable.
12754
12755         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12756         gnus-group-redraw-line-number.
12757         (gnus-group-redraw-check): Simplify.
12758         (gnus-group-tool-bar-update): Remove redraw check.
12759         (gnus-group-make-tool-bar): Add redraw check.
12760
12761 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12762
12763         * gnus-art.el (gnus-button): Add missing parentheses.
12764
12765 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12766
12767         * lpath.el: Fbind line-number-at-pos.
12768
12769 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12770
12771         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12772
12773 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12774
12775         * gnus-art.el (gnus-button): New face.
12776         (gnus-article-button-face): Use it.
12777
12778         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12779         Add gnus-summary-next-page.  Re-order.
12780
12781         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12782         next-node are now included.
12783         (gnus-group-redraw-line-number): New internal variable.
12784         (gnus-group-redraw-check): Helper function for updating the tool
12785         bar.
12786         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12787
12788         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12789
12790         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12791         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12792         Use it to match format of Spamassassin 3.0 and later.
12793         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12794         (spam-check-bogofilter)
12795         (spam-bogofilter-register-with-bogofilter): Fix args of
12796         `gnus-error' calls.
12797
12798 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12799
12800         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12801         unnecessary interaction when sending queued mails.
12802         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12803
12804 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12805
12806         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12807         first or last are nil.
12808
12809 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12810
12811         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12812
12813 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12814
12815         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12816
12817 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12818
12819         * dns.el (query-dns): Protect more against buggy tcp output.
12820
12821 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12822
12823         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12824         nov.php.
12825
12826 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12827
12828         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12829         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12830         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12831         output on the server side.
12832         (nnweb-google-create-mapping): Update regexps and add some
12833         progress indication.
12834
12835 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12836
12837         * gnus-group.el (gnus-group-tool-bar-gnome):
12838         Fix gnus-agent-toggle-plugged.  Re-order icons.
12839         (gnus-group-tool-bar-gnome):
12840         Add gnus-group-{prev,next}-unread-group.
12841         (gnus-group-tool-bar-gnome): Re-order icons.
12842
12843         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12844         Move gnus-summary-insert-new-articles.
12845
12846         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12847         Fix comments.
12848
12849         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12850         also available in Emacs 21.3.
12851
12852         * message.el (message-fix-before-sending): Change "Emacs 22" to
12853         "Emacs 23 (unicode)" in comment.
12854
12855         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12856         "Emacs 23 (unicode)" in comment.
12857
12858         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12859         comment.
12860         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12861
12862         * mm-view.el (mm-fill-flowed): Add :version.
12863
12864 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12865
12866         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12867         and load-path.
12868
12869 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12870
12871         * message.el: Autoload gmm-image-load-path.
12872         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12873         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12874         consitency.
12875
12876         * gmm-utils.el (gmm-image-load-path): Also search in
12877         "../etc/images".  Don't set gmm-image-load-path if we don't find
12878         the image.
12879
12880 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12881
12882         * gmm-utils.el (gmm-image-load-path): Don't make
12883         `gmm-image-load-path' include subdirectories which the second arg
12884         `image' might specify.
12885
12886         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12887         subdirectory to icon file names.
12888
12889         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12890
12891 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12892
12893         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12894         gmm-image-load-path calls.
12895
12896         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12897
12898         * message.el (message-make-tool-bar): Ditto.
12899
12900         * mml.el (mml-preview): Add comment concerning tool bar icons.
12901
12902         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12903         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12904
12905         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12906         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12907
12908         * message.el (message-tool-bar-gnome): Use new icon names.
12909         (message-make-tool-bar): Use `gmm-image-load-path'.
12910
12911         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12912         New functions from MH-E.
12913         (gmm-image-load-path): New variable from MH-E.
12914         (gmm-image-load-path): New function from MH-E.  Add arguments
12915         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12916         *-image-load-path-called-flag.
12917
12918 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12919
12920         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12921
12922 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12923
12924         * nnimap.el (nnimap-request-move-article): Change folder back to
12925         source group before deleting.
12926
12927 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12928
12929         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12930
12931         * gnus-art.el (mm-url-insert-file-contents-external):
12932         Autoload mm-url.
12933
12934         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12935
12936 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12937
12938         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12939         coding system which mm-charset-to-coding-system returns for a
12940         given charset is valid.
12941
12942 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12943
12944         * html2text.el (html2text-remove-tag-list):
12945         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12946
12947 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12948
12949         * gnus-cus.el: Revert 2005-10-17 change.
12950
12951 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12952
12953         * gnus-art.el (article-strip-banner):
12954         Call article-really-strip-banner only when the regexp match is made.
12955
12956 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12957
12958         * gnus-art.el (article-strip-banner):
12959         Use gnus-extract-address-components instead of
12960         mail-header-parse-addresses to make it work with non-ASCII text;
12961         remove mail-encode-encoded-word-string.
12962
12963         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12964         values which are surrounded with \"...\"; make it never cause a
12965         Lisp error; give up parsing of parameters if it failed in
12966         extracting type.
12967
12968 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12969
12970         * smime.el (smime-cert-by-ldap-1): Fix bug where
12971         `smime-ldap-search' returns results without userCertificates.
12972
12973 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12974
12975         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12976
12977 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12978
12979         * spam.el (spam-check-spamassassin-headers): Adapt format for
12980         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12981         <ari@mbf.ocn.ne.jp>.
12982         (spam-list-of-processors): Add spam-use-gmane.
12983
12984 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12985
12986         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12987         make-temp-file; make it work with XEmacs as well.
12988
12989         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12990         mm-make-temp-file.
12991
12992         * mm-decode.el (mm-display-external): Use the 3rd arg of
12993         mm-make-temp-file.
12994         (mm-create-image-xemacs): Ditto.
12995
12996 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12997
12998         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12999         with message-narrow-to-headers.
13000         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13001         (gnus-draft-check-draft-articles): New function.
13002         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13003
13004 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13005
13006         * gnus-art.el (gnus-article-browse-html-parts):
13007         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13008         Don't use suffix argument for mm-make-temp-file for Emacs 21
13009         compatibility.  Remove useless `format'.
13010
13011 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13012
13013         * nnweb.el (nnweb-google-wash-article): Update regexps.
13014         (nnweb-group-alist): Use defvoo instead of defvar.
13015
13016 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13017
13018         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13019         re-loading nn* modules.
13020
13021 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13022
13023         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13024         for `tool-bar-mode' and don't check it's default-value.
13025
13026         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13027
13028         * message.el (message-make-tool-bar): Ditto.
13029
13030         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13031         `substring'.  Shorten tmp-file name.
13032
13033         * gnus.el: Remove bogus comment.
13034
13035 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13036
13037         * gnus-art.el (gnus-article-browse-html-parts): New function.
13038         (gnus-article-browse-html-article): New function for viewing html
13039         articles with a browser.
13040
13041 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13042
13043         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13044         in elisp.
13045         (pgg-gpg-encrypt-symmetric-region): Ditto.
13046         (pgg-gpg-sign-region): Ditto.
13047
13048         * pgg-def.el (pgg-text-mode): New variable.
13049
13050         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13051         (mml2015-pgg-encrypt): Ditto.
13052
13053         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13054         (mml1991-pgg-encrypt): Ditto.
13055
13056 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13057
13058         * nnfolder.el (nnfolder-insert-newsgroup-line):
13059         Use message-make-date instead of current-time-string.
13060
13061         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13062         to gnus-decoded which mm-uu might set.
13063
13064 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13065
13066         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13067         don't decode quoted parameters; remove misimported Emacs code.
13068         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13069         (rfc2231-decode-encoded-string): Don't use split-string which
13070         behaves differently according to Emacs version; use
13071         mm-decode-coding-region to convert charset to coding-system.
13072         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13073         (rfc2231-encode-string): Remove misimported Emacs code.
13074
13075 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13076
13077         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13078         when calling mail-header-parse-content-type.
13079         (article-de-quoted-unreadable): Ditto.
13080         (article-de-base64-unreadable): Ditto.
13081         (article-wash-html): Ditto.
13082
13083         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13084         calling mail-header-parse-content-type and
13085         mail-header-parse-content-disposition.
13086         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13087         mail-header-parse-content-type.
13088
13089         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13090         insert charset and format parameters; encode description after
13091         inserting it to buffer.
13092         (mml-insert-parameter): Fold lines properly even if a parameter is
13093         segmented into two or more lines; change the max column to 76.
13094
13095         * rfc1843.el (rfc1843-decode-article-body): Don't use
13096         ignore-errors when calling mail-header-parse-content-type.
13097
13098         * rfc2231.el (rfc2231-parse-string): Return at least type if
13099         possible; don't cause an error even if it fails in parsing of
13100         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13101         (rfc2231-encode-string): Don't break lines at the beginning, leave
13102         it to mml-insert-parameter.
13103
13104         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13105         calling mail-header-parse-content-type.
13106
13107 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13108
13109         * spam-report.el (spam-report-gmane-use-article-number):
13110         Improve doc string.
13111         (spam-report-gmane-internal): Check if a suitable header was found
13112         in the article.
13113
13114 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13115
13116         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13117         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13118
13119 2006-02-05  Romain Francoise  <romain@orebokech.com>
13120
13121         Update copyright notices of all files in the gnus directory.
13122
13123 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13124
13125         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13126
13127 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13128
13129         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13130         segmented lines of parameter value to cope with Thunderbird 1.5
13131         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13132         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13133         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13134
13135 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13136
13137         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13138         parts.
13139
13140 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13141
13142         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13143         there's only one active file for all servers.
13144         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13145         solid groups.  Gnus might have used a FAST request to select the group.
13146         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13147         and nnweb-search redundantly in the active file.
13148         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13149         (nnweb-request-create-group): Don't use ARGS.
13150         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13151         initialisations.  Let nnoo do the work.
13152
13153 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13154
13155         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13156         Say the part has been decoded.
13157
13158         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13159
13160 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13161
13162         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13163         mailcap-viewer-test-cache when there's no 'test clause, since that
13164         will invert the meaning of a "nil" test previously determined by
13165         mailcap-mailcap-entry-passes-test.
13166
13167 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13168
13169         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13170         compiling.
13171
13172         * gnus-sum.el: Ditto.
13173
13174         * message.el: Don't bind tool-bar-map when compiling.
13175
13176 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13177
13178         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13179
13180 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13181
13182         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13183         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13184         current Google Groups.
13185
13186 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13187
13188         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13189         and tool-bar-mode.
13190
13191         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13192         and tool-bar-mode.
13193
13194         * message.el (message-tool-bar-update): Simplify.
13195         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13196
13197         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13198         gnus-summary-buffer.
13199         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13200         gnus-summary-reply.
13201
13202         * gmm-utils.el (gmm): Add :version.
13203
13204 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13205
13206         * Makefile.in (clean): New rule.
13207         (distclean): Use it.
13208
13209 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13210
13211         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13212         Don't autoload.
13213
13214 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13215
13216         * gmm-utils.el (gmm-verbose): Add :group.
13217
13218 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13219
13220         * message.el: Change some comments WRT tool-bars.
13221
13222         * gnus-sum.el (gnus-summary-tool-bar)
13223         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13224         (gnus-summary-tool-bar-zap-list): New variables.
13225         (gnus-summary-make-tool-bar): Complete rewrite using
13226         `gmm-tool-bar-from-list'.
13227
13228         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13229         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13230         New variables.
13231         (gnus-group-make-tool-bar): Complete rewrite using
13232         `gmm-tool-bar-from-list'.
13233         (gnus-group-tool-bar-update): New function.
13234
13235         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13236
13237 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13238
13239         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13240         is dissected into a single part of which the type is the same as
13241         the given one; decode charset.
13242
13243 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13244
13245         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13246         into alists as symbol not string, since that's what
13247         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13248         look for.
13249
13250 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13251
13252         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13253         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13254
13255         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13256
13257 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13258
13259         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13260         (gnus-xmas-mime-security-button-menu): New function.
13261
13262         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13263         (gnus-mime-security-button-menu): New definition.
13264         (gnus-mime-security-button-map): Use them.
13265         (gnus-mime-security-button-menu): New function.
13266         (gnus-insert-mime-security-button): Addition to help echo.
13267         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13268         (gnus-mime-security-pipe-part): New functions.
13269
13270         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13271         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13272
13273         * mm-decode.el (mm-handle-set-disposition): Remove.
13274         (mm-handle-set-description): Remove.
13275
13276 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13277
13278         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13279         (mm-w3m-standalone-supports-m17n-p): New function.
13280         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13281         w3m usage.
13282
13283         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13284         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13285
13286 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13287
13288         * message.el (message-tool-bar-zap-list):
13289         Use gmm-tool-bar-zap-list as custom type.
13290         (message-tool-bar-update): New function.
13291         (message-tool-bar, message-tool-bar-gnome)
13292         (message-tool-bar-retro): Add message-tool-bar-update.
13293         (message-tool-bar-gnome): Add flyspell-buffer.
13294
13295         * gnus-util.el (gnus-error): Describe `args'.
13296
13297         * gmm-utils.el (gmm-error): Describe `args'.
13298         (gmm-tool-bar-zap-list): New widget.
13299         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13300
13301 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13302
13303         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13304         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13305         the number of recursive calls.
13306
13307         * mm-decode.el (mm-handle-set-disposition): New macro.
13308         (mm-handle-set-description): New macro.
13309
13310 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13311
13312         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13313         encoding.
13314
13315 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13316
13317         * message.el (message-tool-bar-zap-list, message-tool-bar)
13318         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13319         (message-tool-bar-local-item-from-menu): Remove.
13320         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13321         (message-make-tool-bar): New function.
13322         (message-mode): Use `message-make-tool-bar'.
13323
13324         * gmm-utils.el: New file.
13325         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13326         (gmm-lazy): New widget copied from `nnmail.el'.
13327         (gmm-tool-bar-from-list): New function for creating customizable
13328         tool bars.
13329         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13330         output.
13331         (gmm): Add :prefix to defgroup.
13332
13333 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13334
13335         * gmm-utils.el (gmm-widget-p): New function.
13336
13337 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13338
13339         * mml.el (mml-attach-file): Describe `description' in doc string.
13340         (mml-menu): Add Emacs MIME manual and PGG manual.
13341
13342 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13343
13344         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13345
13346 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13347
13348         * nntp.el (nntp-end-of-line): Doc fix.
13349
13350 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13351
13352         * imap.el (imap-open): Handle case where buffer is a buffer
13353         object.
13354
13355 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13356
13357         * gnus-delay.el (gnus-delay): Don't autoload.
13358         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13359         to be re-loaded when customizing the `gnus-delay' group.
13360
13361 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13362
13363         * message.el (message-insert-citation-line): Use newlines.
13364
13365 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13366
13367         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13368         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13369         these routines, so the passphrase can be managed externally and
13370         passed in to the system.
13371         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13372         pgg-add-passphrase-to-cache function.
13373
13374         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13375         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13376         these routines, so the passphrase can be managed externally and
13377         passed in to the system.
13378         (pgg-pgp5-sign-region): Use new name of
13379         pgg-add-passphrase-to-cache function.
13380
13381 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13382
13383         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13384         part of the decoded armor to find the key-identifier.
13385         (pgg-gpg-lookup-key-owner): New function to return the
13386         human-readable identifier of a key owner.
13387         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13388         itself.
13389         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13390         the key value) if we have a key and can match it against a secret
13391         key.  Also, added a note pointing out fact that the prompt only
13392         indicates the first matching key.
13393
13394         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13395         pgg-decrypt-region.
13396         (pgg-add-passphrase-to-cache): Rename from
13397         `pgg-add-passphrase-cache' to reduce confusion (all callers
13398         changed).
13399         (pgg-remove-passphrase-from-cache): Rename from
13400         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13401         changed).
13402         (pgg-read-passphrase, pgg-add-passphrase-cache)
13403         (pgg-remove-passphrase-cache): Add informative docstrings.
13404         (pgg-decrypt): Convey provided passphrase in subordinate call to
13405         pgg-decrypt-region.
13406
13407 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13408
13409         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13410         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13411         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13412         'passphrase' argument, so the passphrase can be managed externally
13413         and then passed in to the system.
13414
13415         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13416         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13417         so the passphrase cache can be used reliably with identifiers
13418         besides a pgp packet's key id.
13419
13420         * pgg-gpg.el (pgg-gpg-encrypt-region)
13421         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13422         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13423         these routines, so the passphrase can be managed externally and
13424         passed in to the system.
13425
13426         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13427         'notruncate' argument, so the passphrase cache can be used
13428         reliably with identifiers besides a pgp packet's key id.
13429
13430 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13431
13432         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13433         symmetric encryption.
13434         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13435         encrypted session key.
13436         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13437         message ask for the passphrase in a proper way.
13438
13439         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13440         New user commands for symmetric encryption.
13441
13442 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13443
13444         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13445
13446         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13447
13448 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13449
13450         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13451
13452 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13453
13454         * mm-decode.el (mm-inlined-types): Add application/pgp.
13455         (mm-automatic-display): Ditto.
13456
13457         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13458         part as text.
13459
13460 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * nnrss.el: Update copyright.
13463         (nnrss-opml-import): Query whether to subscribe to each entry.
13464
13465         * gnus-art.el:
13466         * gnus-sum.el:
13467         * gnus-xmas.el:
13468         * messagexmas.el:
13469         * mm-uu.el:
13470         * mm-view.el: Update copyright.
13471
13472 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13473
13474         * message.el (message-info): New function.
13475         (message-mode-menu): Add it.
13476         Update copyright.
13477
13478         * ChangeLog: Fix and update copyright.
13479
13480 2006-01-13  Romain Francoise  <romain@orebokech.com>
13481
13482         * message.el (message-forward-subject-name-subject): Prefer the
13483         address to 'nowhere' if the sender has no name.
13484         Fix typo.  Update copyright year.
13485
13486 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13487
13488         * gnus-art.el (article-wash-html):
13489         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13490         (gnus-article-wash-html-with-w3m-standalone): New function.
13491
13492         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13493         mm-inline-text-html-render-with-w3m-standalone.
13494         (mm-text-html-washer-alist): Map w3m-standalone to
13495         gnus-article-wash-html-with-w3m-standalone.
13496         (mm-inline-text-html-render-with-w3m-standalone): New function.
13497
13498 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13499
13500         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13501         Improve LaTeX.
13502
13503 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13504
13505         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13506         (nnrss-request-article): Render text/plain parts as HTML.
13507
13508         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13509         the buffer.
13510
13511 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13512
13513         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13514         custom definition of `gnus-posting-styles'.
13515
13516         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13517         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13518
13519 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13520
13521         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13522         Use nntp for bug archive.
13523
13524 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13525
13526         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13527         parts.
13528         (nnrss-normalize-date): New function converts ISO 8601 date into
13529         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13530         (nnrss-check-group): Use it.
13531
13532 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13533
13534         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13535
13536         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13537         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13538         (nnrss-insert-w3): Ditto.
13539
13540 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13541
13542         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13543         the articles to be forwarded including the case where neither a
13544         number of articles nor a region is specified.
13545
13546 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13547
13548         * nnrss.el (nnrss-request-article): Fix last change; fill
13549         text/plain parts.
13550
13551 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13552
13553         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13554         in text/plain part.
13555         (nnrss-check-group): Don't add excessive newline to dc:subject.
13556
13557 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13558
13559         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13560         article.
13561
13562 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13563
13564         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13565         (nnml-use-compressed-files, nnml-save-mail): Support other
13566         comression programs such as bzip2.
13567
13568 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13569
13570         * dns.el (query-dns): Make sure we check the buffer size before
13571         removing tcp headers.
13572
13573 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13574
13575         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13576         remove MIME buttons associated with multipart/alternative parts.
13577         (gnus-mime-display-alternative): Tag buttons using `article-type'
13578         text property.
13579
13580         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13581         associated with multipart/alternative parts.
13582
13583         * gnus-art.el (gnus-signature-separator): Fix custom type.
13584
13585         * mm-decode.el (mm-inlined-types): Fix custom type.
13586         (mm-keep-viewer-alive-types): Ditto.
13587         (mm-automatic-display): Ditto.
13588         (mm-attachment-override-types): Ditto.
13589         (mm-inline-override-types): Ditto.
13590         (mm-automatic-external-display): Ditto.
13591
13592 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13593
13594         * spam-report.el (spam-report-user-mail-address)
13595         (spam-report-user-agent): New variables.
13596         (spam-report-url-ping-plain): Use spam-report-user-agent.
13597
13598 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13599
13600         * gnus-art.el (gnus-button-handle-custom): Do not just use
13601         `customize-apropos' for any "M-x customize-*" button but the
13602         function called for.  Accept both the function name and its
13603         argument in order to achieve this.
13604         (gnus-button-alist): Remove support for "custom:" URL's.
13605         Pass function name to `gnus-button-handle-custom' in case of "M-x
13606         customize-*" buttons.
13607
13608 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13609
13610         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13611         multipart/alternative and add xref to mm-discouraged-alternatives
13612         in doc string.
13613
13614         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13615         gnus-buttonized-mime-types in doc string.
13616
13617 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13618
13619         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13620         Suggest image/.* in the doc string.
13621
13622 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13623
13624         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13625         message-marks (Debian bug #342521).
13626
13627 2005-12-12  Simon Josefsson  <jas@extundo.com>
13628
13629         * password.el (password-read-from-cache): Add.
13630         (password-read): Use it.
13631
13632 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13633
13634         * rfc2047.el (rfc2047-charset-to-coding-system):
13635         Recognize us-ascii as a MIME charset.
13636
13637         * mm-bodies.el (mm-decode-content-transfer-encoding):
13638         Protect against the case where the 2nd arg TYPE is nil.
13639
13640 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13641
13642         * pop3.el (pop3-stream-type): Fix custom version.
13643
13644         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13645
13646 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13647
13648         * mm-decode.el (mm-display-external): Add missing cdr.
13649
13650 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13651
13652         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13653         RFC1524) if it is in mailcap or add a suffix according to
13654         mailcap-mime-extensions when generating a temp filename; postpone
13655         deleting a temp file for 2 seconds for some wrappers, shell
13656         scripts, and so on, which might exit right after having started a
13657         viewer command as a background job.
13658
13659 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13660
13661         * nntp.el (nntp-marks-directory): Fix custom group.
13662
13663         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13664         steps when < 10.
13665
13666         * gnus-start.el (gnus-no-server-1):
13667         Mention `gnus-level-default-subscribed' in doc string.
13668
13669 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13670
13671         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13672         parens.
13673
13674 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13675
13676         * gnus-xmas.el (gnus-use-toolbar): Revert.
13677         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13678         gnus-use-toolbar is default.
13679
13680         * messagexmas.el (message-use-toolbar): Revert.
13681         (message-setup-toolbar): Use global default-toolbar if
13682         message-use-toolbar is default.
13683
13684 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13685
13686         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13687         according to default-toolbar-visible-p.
13688
13689         * messagexmas.el (message-use-toolbar): Ditto.
13690
13691 2005-11-26  Dave Love  <fx@gnu.org>
13692
13693         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13694         (tls-program, tls-success): Provide openssl alternative.
13695
13696         * starttls.el: Doc fixes.
13697         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13698         SERVICE to PORT.
13699
13700         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13701         port null or service name.
13702         (starttls-negotiate): Autoload.
13703
13704 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13705
13706         * message.el (message-kill-to-signature): Fix interactive spec.
13707
13708 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13709
13710         * pop3.el (pop3-open-server): Recognize a string as a service name.
13711
13712 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13713
13714         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13715
13716 2005-11-23  Dave Love  <fx@gnu.org>
13717
13718         Add pop3s, pop3/starttls.
13719
13720         * pop3.el (pop3-authentication-scheme): Clarify doc.
13721         (open-tls-stream, starttls-open-stream): Autoload.
13722         (pop3-stream-type): New.
13723         (pop3-open-server): Use it.
13724
13725         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13726         for POP.
13727         (mail-source-keyword-map): Add :stream for POP.
13728         (mail-source-fetch-pop): Use pop3-stream-type.
13729
13730 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13731
13732         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13733         of current-time-string.
13734
13735 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13736
13737         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13738         date header.
13739
13740 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13741
13742         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13743         it can seriously impact performance as it bypasses the agent's
13744         local caches.
13745
13746 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13747
13748         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13749         must be explicitly online rather than "not explicitly offline" for
13750         its flags to be synchronized.
13751
13752         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13753         that gnus-uu-unmark-thread will function correctly.
13754
13755         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13756         1024K is instead displayed as 1M.
13757
13758 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13759
13760         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13761
13762 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13763
13764         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13765
13766 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13767
13768         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13769         error message to display actual error condition.
13770         (gnus-agent-save-local): Avoid saving symbols that are bound to
13771         nil as they simply result in a warning message in
13772         gnus-agent-read-local.
13773
13774 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13775
13776         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13777         rather than make-variable-buffer-local for file-precious-flag.
13778
13779 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13780
13781         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13782         for duplicates which are removed.  The invalid sort check then
13783         triggers a rescan after the sort as sorting may have moved
13784         duplicate entries such that they can be cheaply detected.
13785
13786 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13787
13788         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13789
13790 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13791
13792         * gnus-agent.el (gnus-agent-article-alist-save-format):
13793         Change internal variable to a custom variable.  Change default value
13794         from compressed(2) to uncompressed(1).
13795         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13796         support for uncompressed agentview files.  Taken together, reading
13797         the agentview file should now be 6-7 times faster.
13798
13799 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13800
13801         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13802         as a buffer-local variable.  This avoids creating truncated
13803         dribble files as a result of a hang up, eg.
13804
13805 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13806
13807         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13808         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13809         XEmacs.
13810
13811 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13812
13813         * gnus-start.el (gnus-start-draft-setup):
13814         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13815
13816         * gnus.el (gnus-splash): Change custom group.
13817         (gnus-group-get-parameter, gnus-group-parameter-value):
13818         Describe allow-list argument.
13819
13820         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13821         string.
13822
13823 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13824
13825         * gnus-art.el (gnus-default-article-saver): Add user-defined
13826         `function' to custom type.
13827
13828 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13829
13830         * imap.el (imap-open): Handle case where buffer is a buffer
13831         object.
13832
13833 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13834
13835         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13836         long lines.
13837         (gnus-cache-delete-group): Wrap doc strings.
13838
13839         * gnus-agent.el (gnus-agent-rename-group)
13840         (gnus-agent-delete-group): Wrap doc strings.
13841
13842 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13843
13844         * messagexmas.el (message-use-toolbar): Change the valid values
13845         into default, top, bottom, left, and right.
13846         (message-toolbar-thickness): New variable.
13847         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13848         well.
13849         (message-setup-toolbar): Make it work.
13850
13851         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13852         (gnus-use-toolbar): Change the valid values into default, top,
13853         bottom, left, and right.
13854         (gnus-toolbar-thickness): New variable.
13855         (gnus-xmas-setup-toolbar): New function.
13856         (gnus-xmas-setup-group-toolbar): Use it.
13857         (gnus-xmas-setup-summary-toolbar): Use it.
13858
13859 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13860
13861         * gnus-start.el (gnus-1): Add "native" to
13862         gnus-predefined-server-alist.
13863
13864         * gnus.el (gnus-method-to-server): Don't add "native" to the
13865         lists here, because that leads to problems when
13866         gnus-select-method is bound.
13867
13868 2005-11-09  Simon Josefsson  <jas@extundo.com>
13869
13870         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13871         use (not sort-by-date) instead.
13872
13873 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13874
13875         * gnus-delay.el (gnus-delay-group): Don't autoload.
13876         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13877         to be re-loaded when customizing the `gnus-delay' group.
13878
13879 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13880
13881         * message.el: Revert last changes.
13882         (message-insert-citation-line): Use newlines.
13883
13884 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13885
13886         * message.el (message-courtesy-message)
13887         (message-mark-insert-begin, message-mark-insert-end)
13888         (message-elide-ellipsis, message-cancel-message)
13889         (message-add-header, message-change-subject)
13890         (message-cross-post-followup-to-header)
13891         (message-cross-post-insert-note, message-reduce-to-to-cc)
13892         (message-widen-reply, message-delete-not-region)
13893         (message-kill-to-signature, message-insert-signature)
13894         (message-insert-importance-high, message-insert-importance-low)
13895         (message-insert-or-toggle-importance)
13896         (message-insert-disposition-notification-to)
13897         (message-indent-citation, message-yank-original)
13898         (message-cite-original-without-signature, message-cite-original)
13899         (message-insert-citation-line, message-position-on-field)
13900         (message-fix-before-sending, message-send-mail-partially)
13901         (message-send-mail, message-send-mail-with-sendmail)
13902         (message-send-mail-with-qmail, message-send-news)
13903         (message-check-news-header-syntax, message-generate-headers)
13904         (message-insert-courtesy-copy, message-fill-address)
13905         (message-fill-header, message-shorten-references)
13906         (message-setup-1, message-cancel-news)
13907         (message-forward-make-body-plain, message-forward-make-body-mime)
13908         (message-forward-make-body-mml, message-encode-message-body)
13909         (message-forward-make-body-digest-plain)
13910         (message-forward-make-body-digest-mime)
13911         (message-use-alternative-email-as-from): Insert `hard-newline'
13912         instead of ordinary newlines.
13913
13914 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13915
13916         * message.el (message-generate-headers): Downcase the argument
13917         given to message-check-element.
13918
13919 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13920
13921         * nntp.el (nntp-authinfo-rejected): New error condition.
13922         (nntp-wait-for): Use new error condition to signal authentication
13923         error.
13924         (nntp-retrieve-data): Rethrow new error condition to break out of
13925         recursive call to nntp-send-authinfo.
13926
13927 2005-11-08  Romain Francoise  <romain@orebokech.com>
13928
13929         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13930         (gnus-summary-exit-map): Bind to `Z p'.
13931         (gnus-summary-make-menu-bar): Add menu item.
13932
13933 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13934
13935         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13936         (gnus-treat-*): Add `first' in all doc strings.
13937
13938         * gnus-group.el (gnus-group-compact-group): Fix typo.
13939
13940 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13941
13942         * gnus.el (gnus-parameters-case-fold-search): New variable.
13943         (gnus-parameters-get-parameter): Use it.
13944
13945         * gnus-score.el (gnus-home-score-file): Doc fix.
13946
13947 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13948
13949         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13950
13951 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13952
13953         * mm-util.el (mm-special-display-p): New function.
13954
13955         * mml.el (mml-preview): Use it; doc fix.
13956
13957 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13958
13959         * imap.el (imap-open): Handle case where buffer is a buffer object.
13960
13961 2005-10-29  Romain Francoise  <romain@orebokech.com>
13962
13963         * message.el (message-fix-before-sending): Fix comment.
13964
13965 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13966
13967         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13968
13969 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13970
13971         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13972         Used in gnus-score.el.
13973
13974 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13975
13976         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13977
13978 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13979
13980         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13981         whitespace removed in revision 7.8.  Use concatenated string to
13982         protect trailing whitespace.
13983
13984 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13985
13986         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13987         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13988         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13989         Courier IMAP ("some version from 2004").  Mostly based on similar
13990         code in the same function.
13991
13992 2005-10-26  Didier Verna  <didier@xemacs.org>
13993
13994         * gnus-group.el (gnus-group-compact-group): Invalidate original
13995         article buffer.
13996         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13997         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13998         NOV database and in article itself.
13999         Invalidate article backlog.
14000
14001 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14002
14003         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14004
14005 2005-10-26  Simon Josefsson  <jas@extundo.com>
14006
14007         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14008         part of 2004-07-25 change.
14009
14010 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14011
14012         * message.el (message-display-completion-list): New function.
14013         (message-expand-group): Use it; make sure the Completions buffer
14014         is modifiable.
14015 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14016
14017         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14018         user-mail-name is an empty string.
14019
14020 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14021
14022         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14023         depending on gnus-score-decay-constant.
14024
14025         * encrypt.el (encrypt-insert-file-contents)
14026         (encrypt-write-file-contents): Don't use `gnus-message'.
14027
14028         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14029         arguments.
14030         (mm-uu-type-alist): Add message-marks and insert-marks.
14031         Pass arguments to mm-uu-verbatim-marks-extract.
14032         (mm-uu-hide-markers): New variable.
14033         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14034
14035         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14036         (gnus-convert-image-to-face-command): Use "convert" by default to
14037         allow other input image formats.
14038         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14039         accordingly.
14040
14041 2005-10-23  Simon Josefsson  <jas@extundo.com>
14042
14043         * imap.el (imap-gssapi-program): Align command line parameters
14044         with latest GNU SASL.
14045         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14046
14047 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14048
14049         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14050         HTML.
14051         (nnslashdot-request-article): Ditto.
14052
14053         * lpath.el (featurep): Add nobreak-char-display.
14054
14055 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14056
14057         * mail-source.el (mail-source-fetch-pop): Require pop3.
14058         (mail-source-check-pop): Ditto.
14059
14060 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14061
14062         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14063         errors.
14064
14065 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14066
14067         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14068         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14069
14070         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14071
14072         * mm-bodies.el (mm-decode-string):
14073         Call `mm-charset-to-coding-system' with allow-override argument.
14074
14075 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14076
14077         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14078         (rfc2047-charset-to-coding-system): New function.
14079         (rfc2047-decode-encoded-words): New function.
14080         (rfc2047-decode-region): Use them.
14081         (rfc2047-decode-cte): Remove.
14082         (rfc2047-parse-and-decode): Remove.
14083         (rfc2047-decode): Remove.
14084
14085 2005-10-15  Kenichi Handa  <handa@m17n.org>
14086
14087         * rfc2047.el (rfc2047-decode-cte): New function.
14088         (rfc2047-decode-region): Change the way to decode successive
14089         encoded-words: decode B- or Q-encoding in each encoded-word,
14090         concatenate them, and decode it as charset.
14091
14092 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14093
14094         * lpath.el: Fbind codepage-setup for XEmacs.
14095
14096 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14097
14098         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14099         widget-move-and-invoke.
14100         (gnus-custom-mode): Use gnus-custom-map.
14101
14102 2005-10-15  Bill Wohler  <wohler@newt.com>
14103
14104         * message.el (message-tool-bar-map): Rename image file from
14105         mail_send to mail/send.
14106
14107 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14108
14109         * message.el (message-expand-group): Pass the common
14110         prefix substring of completion to `display-completion-list'.
14111
14112 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14113
14114         * mml-sec.el (mml-secure-method): New internal variable.
14115         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14116         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14117         New functions using mml-secure-method.
14118
14119         * mml.el (mml-mode-map): Add key bindings for those functions.
14120         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14121         Harder <harder@myrealbox.com>.
14122         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14123         Goto end of message if point is the headers of the message.
14124
14125         * message.el (message-in-body-p): New function.
14126
14127         * assistant.el: Autoload gnus-util and netrc.
14128
14129         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14130         Use `mm-charset-override-alist' only when decoding.
14131
14132         * mm-bodies.el (mm-decode-body):
14133         Call `mm-charset-to-coding-system' with allow-override argument.
14134
14135         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14136         `filename' from Content-Disposition if Content-Type doesn't
14137         provide `name'.
14138         (gnus-mime-view-part-as-type): Set default instead of
14139         initial-input.
14140
14141 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14142
14143         * format-spec.el (format-spec): Propagate text properties of % spec.
14144
14145 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14146
14147         * gnus-art.el (gnus-treat-predicate): Add `first'.
14148
14149 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14150
14151         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14152         (mm-charset-override-alist): New variable.
14153         (mm-charset-to-coding-system): Use it.
14154         (mm-codepage-setup): New helper function.
14155         (mm-charset-eval-alist): New variable.
14156         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14157         Warn about unknown charsets.
14158
14159         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14160
14161 2005-10-04  David Hansen  <david.hansen@gmx.net>
14162
14163         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14164         (nnrss-check-group): Ditto.
14165
14166 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14167
14168         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14169         Rename x-gnus-verbatim to x-verbatim.
14170         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14171
14172         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14173         x-verbatim.
14174
14175         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14176
14177         * gnus-util.el (gnus-remove-duplicates): Remove.
14178
14179         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14180         instead of gnus-remove-duplicates.
14181
14182         * message.el (message-remove-duplicates): Remove.
14183         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14184         message-remove-duplicates.
14185
14186         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14187         available, else use implementation from `delete-dups'.
14188
14189         * message.el (message-insert-expires): New function.
14190         (message-mode-map): Add key binding.
14191         (message-mode-field-menu): Add menu entry.
14192         (message-mode): Document it.
14193         (message-make-expires-date): Use `message-make-date'.
14194
14195 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14196
14197         * message.el (message-make-expires-date): New function.
14198
14199 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14200
14201         * Makefile.in (list-installed-shadows): New entry.
14202         (install): Use it.
14203         (remove-installed-shadows): New entry.
14204
14205         * dgnushack.el (dgnushack-default-load-path): New variable.
14206         (dgnushack-find-lisp-shadows): New function.
14207         (dgnushack-remove-lisp-shadows): New function.
14208
14209 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14210
14211         * Makefile.in (install-el-elc): New entry.
14212         (install): Use it so that .el files are necessarily installed.
14213
14214 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14215
14216         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14217
14218 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14219
14220         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14221         function rather than the diff-mode.el package.
14222         (mm-display-external): Use with-current-buffer.
14223         (mm-viewer-completion-map, mm-viewer-completion-map):
14224         Move initialization inside declaration.
14225
14226 2005-09-29  Simon Josefsson  <jas@extundo.com>
14227
14228         * spam.el: Load hashcash when compiling, to avoid warnings.
14229         Don't autoload mail-check-payment.
14230         (spam-check-hashcash): Define unconditionally, since hashcash.el
14231         is part of Gnus now.  Ignore errors from payment checking.
14232
14233 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14234
14235         * message.el (message-bold-region, message-unbold-region):
14236         Rename from `bold-region' and `unbold-region'.
14237
14238         * message.el: Remove useless autoloads.
14239
14240 2005-09-28  Simon Josefsson  <jas@extundo.com>
14241
14242         * message.el (message-use-idna): Default to t.
14243         (message-use-idna): Test whether encoding works too.  Doc fix.
14244
14245 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14246
14247         * nntp.el (nntp-warn-about-losing-connection): Remove.
14248
14249 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14250
14251         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14252         customizable.  Change default value.
14253         (mm-uu-diff-groups-regexp): Change default value.
14254         (mm-uu-type-alist): Add doc string.
14255         (mm-uu-configure): Add doc string.  Make it interactive.
14256         (mm-uu-tex-groups-regexp): New variable.
14257         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14258         (mm-uu-type-alist): Add LaTeX documents.
14259         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14260         of "text/verbatim".
14261         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14262
14263         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14264         instead of "text/verbatim".
14265
14266         * message.el (message-mark-inserted-region)
14267         (message-mark-insert-file): Use slrn style marks when called with
14268         prefix argument.
14269
14270 2005-09-27  Simon Josefsson  <jas@extundo.com>
14271
14272         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14273
14274 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14275
14276         * message.el (message-remove-duplicates): New function.
14277         Implementation borrowed from `gnus-remove-duplicates'.
14278         (message-idna-to-ascii-rhs): Also encode idna addresses in
14279         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14280         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14281         only ask about the same idna domain once per header and also tell
14282         in what header to replace the idna domain.
14283
14284         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14285         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14286         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14287         a header is decoded and not just the last one.
14288
14289 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14290
14291         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14292         has been decoded.
14293
14294         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14295         (mm-insert-part): Don't modify text if it has been decoded.
14296
14297         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14298         decoded.
14299
14300         * mm-view.el (mm-inline-text): Don't strip text props unless
14301         decoding enriched or richtext parts.
14302
14303 2005-09-25  Romain Francoise  <romain@orebokech.com>
14304
14305         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14306         * gnus-start.el (gnus-subscribe-interactively):
14307         * gnus-uu.el (gnus-uu-grab-articles):
14308         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14309         space.
14310
14311 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14312
14313         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14314         * mm-view.el (mm-view-pkcs7-decrypt):
14315         * gnus-sum.el (gnus-summary-limit-to-extra)
14316         (gnus-summary-respool-article, gnus-read-move-group-name):
14317         * gnus-score.el (gnus-summary-increase-score):
14318         * gnus-util.el (gnus-completing-read-with-default):
14319         * gnus-art.el (gnus-read-save-file-name)
14320         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14321         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14322         * message.el (message-check-news-header-syntax):
14323         Follow convention for reading with the minibuffer.
14324
14325 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14326
14327         * spam-report.el (spam-report-url-ping-plain):
14328         Use gnus-extended-version as User-Agent.
14329
14330         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14331         default value is nil.
14332
14333         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14334         (mm-uu-verbatim-marks-extract): New function.
14335         (mm-uu-extract): New face.
14336         (mm-uu-copy-to-buffer): Use it.
14337
14338         * spam-report.el (spam-report-gmane-ham): Rename from
14339         `spam-report-gmane-unspam'.
14340         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14341         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14342
14343         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14344         Autoload.
14345         (spam-report-gmane-unregister-routine):
14346         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14347
14348 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14349
14350         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14351         (spam-report-gmane-unregister-routine): Add support for gmane
14352         unregistration.
14353
14354         * spam-report.el (spam-report-gmane-unspam)
14355         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14356         (spam-report-gmane): Change to take a single article and do unspam
14357         registration.
14358
14359 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14360
14361         * mm-url.el (mm-url-decode-entities): Fix regexp.
14362
14363 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14364
14365         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14366         default to nil, to be able to use Gnus at all.  If the default
14367         switches to something else, then the function should be fixed not
14368         be exceedingly slow.
14369
14370 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14371
14372         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14373         fail hard.
14374
14375         * spam-report.el: Add better Keywords line.
14376
14377         * spam.el: Add Maintainer and better Keywords line.
14378
14379 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14380
14381         * gnus-art.el (gnus-article-replace-part)
14382         (gnus-mime-replace-part): New functions.
14383         (gnus-mime-action-alist, gnus-mime-button-commands)
14384         (gnus-mime-save-part-and-strip): Add file argument.
14385         (gnus-article-part-wrapper): Add interactive argument.
14386
14387         * gnus-sum.el (gnus-summary-mime-map):
14388         Add `gnus-article-replace-part'.
14389
14390 2005-09-19  Didier Verna  <didier@xemacs.org>
14391
14392         The nnml compaction feature:
14393         * nnml.el (nnml-request-compact-group): New function.
14394         * nnml.el (nnml-request-compact): New function.
14395         * gnus-int.el (gnus-request-compact-group): New function.
14396         * gnus-int.el (gnus-request-compact): New function.
14397         * gnus-group.el (gnus-group-compact-group): New function.
14398         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14399         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14400         * gnus-srvr.el (gnus-server-compact-server): New function.
14401         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14402         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14403
14404 2005-09-18  Deepak Goel  <deego@gnufans.org>
14405
14406         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14407         format spec.
14408
14409 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14410
14411         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14412
14413 2005-09-15  Romain Francoise  <romain@orebokech.com>
14414
14415         * message.el (message-fill-paragraph): Clarify docstring.
14416
14417 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14418
14419         * gnus-art.el (gnus-mime-display-part): Protect against broken
14420         MIME messages.
14421
14422 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14423
14424         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14425         before parsing header.
14426
14427 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14428
14429         * html2text.el (html2text-replace-list): Add new entities.
14430
14431 2005-09-11  Romain Francoise  <romain@orebokech.com>
14432
14433         * message.el (message-alternative-emails): Improve docstring.
14434         (message-setup-1): Call `message-use-alternative-email-as-from'
14435         after `message-setup-hook' to give it precedence over posting
14436         styles, etc.
14437         (message-use-alternative-email-as-from): Add docstring.
14438         Remove the original From header if present.
14439
14440         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14441         (nnml-save-mail): Use it.
14442
14443         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14444         articles.  Add new argument `silent'.
14445         (gnus-uu-mark-all): Report the total number of marked articles.
14446
14447 2005-09-10  Romain Francoise  <romain@orebokech.com>
14448
14449         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14450         (gnus-uu-mark-series): Likewise.
14451
14452 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14453
14454         * spam-report.el (spam-report-gmane): Fix generation of spam
14455         report URL.
14456
14457 2005-09-10  Simon Josefsson  <jas@extundo.com>
14458
14459         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14460         t, based on discussion on the ding list with Robert Epprecht
14461         <epprecht@solnet.ch>.
14462
14463 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14464
14465         * spam-report.el (spam-report-gmane): Make it work without
14466         X-Report-Spam header.  Gmane now only provides Archived-At.
14467         This is only used if `spam-report-gmane-use-article-number' is nil.
14468         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14469
14470         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14471         make `gnus-summary-sort-by-recipient' work with threading.
14472
14473         * nnweb.el (nnweb-google-wash-article): Print a message if article
14474         is not available.
14475
14476 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14477
14478         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14479         change.  Decode text/* parts content before displaying.
14480
14481 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14482
14483         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14484
14485 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14486
14487         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14488
14489         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14490         url-package-name, url-package-version,
14491         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14492         w3m-display-inline-images, and w3m-minor-mode-map.
14493
14494 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14495
14496         * message.el (message-tab-body-function): Fix mismatched custom type.
14497
14498         * gnus.el (gnus-group-change-level-function): Ditto.
14499
14500         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14501
14502         * gnus-art.el (gnus-signature-limit)
14503         (gnus-article-mime-part-function): Ditto.
14504
14505 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14506
14507         * mml.el (mml-mode): Silence the byte compiler.
14508
14509         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14510         using `(sit-for 0)' before moving the point to the specified part;
14511         skip unbuttonized parts.
14512         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14513         return to the summary window if gnus-auto-select-part is non-nil.
14514
14515 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14516
14517         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14518         New variables.
14519         (mml-dnd-attach-file, mml-mode): Use them.
14520
14521         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14522         Make fetching article by MID work again for Google Groups.
14523         Add FIXME concerning gnus-group-make-web-group.
14524
14525         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14526         Don't depend on Gnus by using mail-extract-address-components if
14527         gnus-extract-address-components is not bound.
14528
14529 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14530
14531         * gnus-art.el (gnus-mime-display-security): Don't display the
14532         signature, but only the signed part.
14533
14534 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14535
14536         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14537
14538         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14539         list, not listp.
14540
14541 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14542
14543         * mm-encode.el (mm-encode-content-transfer-encoding):
14544         Likewise when encoding.
14545
14546         * mm-bodies.el (mm-decode-content-transfer-encoding):
14547         De-canonicalize CRLF for all text content types, not just
14548         text/plain.
14549
14550 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14551
14552         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14553         valid article; point arrow and cursor at the MIME button.
14554
14555 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14556
14557         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14558         Suggested by Dan Christensen <jdc@uwo.ca>.
14559
14560         * mm-decode.el (mm-save-part): Enable change of prompt.
14561
14562 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14563
14564         * gnus-msg.el (gnus-inews-add-send-actions):
14565         Make `message-post-method' lambda parameter ARG `&optional'.
14566
14567 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14568
14569         * gnus-sum.el (gnus-summary-mime-map):
14570         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14571         gnus-article-jump-to-part.
14572
14573         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14574         (gnus-article-edit-part): Use it.
14575         (gnus-article-part-wrapper): Add no-handle argument.
14576         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14577         New functions.
14578
14579 2005-08-29  Romain Francoise  <romain@orebokech.com>
14580
14581         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14582         docstring.
14583         (gnus-face-from-file): Likewise.
14584
14585 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14586
14587         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14588         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14589         non-nil.
14590         (gnus-auto-select-part): New variable.
14591         (gnus-article-jump-to-part): New function.
14592         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14593         (gnus-mime-delete-part): Allow selecting specified part after
14594         deleting or stripping parts.
14595         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14596         part if argument is bogus.
14597
14598 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14599
14600         * gnus-art.el (w3m-minor-mode-map):
14601         * gnus-spec.el (gnus-newsrc-file-version):
14602         * gnus-util.el (nnmail-active-file-coding-system)
14603         (gnus-original-article-buffer, gnus-user-agent):
14604         * gnus.el (gnus-ham-process-destinations)
14605         (gnus-parameter-ham-marks-alist)
14606         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14607         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14608         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14609         * mm-decode.el (gnus-current-window-configuration):
14610         * mm-extern.el (gnus-article-mime-handles):
14611         * mm-url.el (url-current-object, url-package-name)
14612         (url-package-version):
14613         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14614         (smime-keys, w3m-cid-retrieve-function-alist)
14615         (w3m-current-buffer, w3m-display-inline-images)
14616         (w3m-minor-mode-map):
14617         * mml-smime.el (gnus-extract-address-components):
14618         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14619         (gnus-newsrc-hashtb, message-default-charset)
14620         (message-deletable-headers, message-options)
14621         (message-posting-charset, message-required-mail-headers)
14622         (message-required-news-headers):
14623         * mml1991.el (mc-pgp-always-sign):
14624         * mml2015.el (mc-pgp-always-sign):
14625         * nnheader.el (nnmail-extra-headers):
14626         * rfc1843.el (gnus-decode-encoded-word-function)
14627         (gnus-decode-header-function, gnus-newsgroup-name):
14628         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14629
14630 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14631
14632         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14633         the end of the date treatments.
14634
14635 2005-08-15  Simon Josefsson  <jas@extundo.com>
14636
14637         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14638         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14639         Capello and Romain Francoise.
14640         (pgg-fetch-key-function): Remove, not used?
14641         (pgg-insert-url-with-w3): Require url, to get
14642         url-insert-file-contents regardless of where it is defined.
14643
14644 2005-08-13  Romain Francoise  <romain@orebokech.com>
14645
14646         * message.el (message-cite-original-1): New function.
14647         (message-cite-original): Use it.
14648         (message-cite-original-without-signature): Ditto.
14649
14650 2005-08-08  Romain Francoise  <romain@orebokech.com>
14651
14652         * message.el (message-yank-empty-prefix): New variable.
14653         (message-indent-citation): Use it.
14654         (message-cite-original-without-signature): Respect X-No-Archive.
14655
14656 2005-08-08  Simon Josefsson  <jas@extundo.com>
14657
14658         * pgg.el: Autoload url-insert-file-contents instead of loading
14659         w3/url.
14660         (pgg-insert-url-with-w3): Don't load url here.
14661
14662 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14663
14664         * message.el (message-kill-to-signature): Don't insert newline at
14665         bol.
14666         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14667
14668 2005-08-06  Romain Francoise  <romain@orebokech.com>
14669
14670         * message.el (message-user-fqdn): Fix typo in docstring.
14671
14672 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14673
14674         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14675
14676         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14677
14678 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14679
14680         * mm-bodies.el (mm-encode-body): Use coding system rather than
14681         charset to encode text.
14682
14683         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14684         number of charsets if utf-8 is available (XEmacs).
14685
14686 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14687
14688         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14689         taken from `gnus-button-mid-or-mail-regexp'.
14690         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14691         (gnus-button-alist): Improve regexp for domain part of the MIDs
14692         for news:localpart@domain buttons.
14693         (gnus-button-ctan-directory-regexp): Update.
14694
14695 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14696
14697         * sieve-manage.el (sieve-manage-interactive-login):
14698         Use make-local-variable rather than make-variable-buffer-local.
14699         (sieve-manage-open): Ditto.
14700         (sieve-manage-authenticate): Ditto.
14701
14702         * mml.el (mml-generate-mime-1): Make the content type default to
14703         text/plain if the filename is not specified.
14704
14705 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14706
14707         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14708         instead of insert-buffer.
14709
14710         * message.el (message-yank-original): Ditto; set the mark at the
14711         end of the yanked message.
14712
14713 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14714
14715         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14716         lines to scroll rather than to stop it.
14717
14718         * mml.el (mml-generate-default-type): Add doc string.
14719         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14720         default to application/octet-stream when determining the content
14721         type if it is not specified for the part or the mml contents; add
14722         a comment about mml-generate-default-type.
14723
14724 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14725
14726         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14727         make it default to application/octet-stream when determining the
14728         content type if it is not specified for the external contents.
14729
14730 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14731
14732         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14733         segmented parameter but also other parameters might be there.
14734
14735 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14736
14737         * mm-decode.el (mm-display-external): Delete temp file, directory
14738         and buffer immediately if the external process is exited.
14739
14740 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14741
14742         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14743         fewer lines than that of scroll-margin.
14744         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14745
14746 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14747
14748         * gnus-art.el (gnus-article-next-page): Revert.
14749         (gnus-article-beginning-of-window): New macro.
14750         (gnus-article-next-page-1): Use it.
14751         (gnus-article-prev-page): Ditto.
14752         (gnus-article-edit-part): Use insert-buffer-substring instead of
14753         insert-buffer.
14754         (gnus-article-edit-exit): Ditto.
14755
14756         * gnus-util.el (gnus-beginning-of-window): Remove.
14757         (gnus-end-of-window): Remove.
14758
14759         * lpath.el: Don't bind header-line-format and scroll-margin.
14760
14761 2005-07-25  Simon Josefsson  <jas@extundo.com>
14762
14763         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14764         to have the url package without w3.  Reported by Daiki Ueno
14765         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14766
14767 2005-07-20  Didier Verna  <didier@xemacs.org>
14768
14769         * gnus-diary.el: Remove the description comment (nndiary is now
14770         properly documented in the Gnus manual).
14771         Fix the spelling of "Back End".
14772         * nndiary.el: Ditto.
14773         Fix the copyright notice.
14774
14775 2005-07-18  Romain Francoise  <romain@orebokech.com>
14776
14777         * gnus-sum.el (gnus-summary-to-prefix)
14778         (gnus-summary-newsgroup-prefix): New variables.
14779         (gnus-summary-from-or-to-or-newsgroups): Use them.
14780
14781 2005-07-17  Romain Francoise  <romain@orebokech.com>
14782
14783         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14784         space as it's generally not especially interesting to the user.
14785
14786 2005-07-16  Romain Francoise  <romain@orebokech.com>
14787
14788         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14789         nil to avoid prompting and file modification if one of the
14790         messages at the top of the nnfolder file contains a copyright
14791         notice.
14792         Update copyright notice.
14793
14794         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14795         instead of `current-time-string' as the latter creates a time
14796         string that is not RFC 2822 compliant (it lacks the zone).
14797         Update copyright notice.
14798
14799 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14800
14801         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14802         for text/rtf.  Display default in prompt.  Pass default for M-n.
14803
14804         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14805
14806 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14807
14808         * gnus-msg.el (gnus-button-mailto):
14809         Remove save-selected-window-window hackery because it relies on
14810         save-selected-window internals.
14811
14812 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14813
14814         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14815         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14816         (gnus-article-prev-page): Ditto.
14817
14818         * gnus-util.el (gnus-beginning-of-window): New function.
14819         (gnus-end-of-window): New function.
14820
14821         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14822
14823 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14824
14825         * gnus-score.el (gnus-score-edit-all-score):
14826         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14827         gnus-message.
14828
14829 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14830
14831         * gnus-msg.el (gnus-button-mailto):
14832         Remove save-selected-window-window hackery because it relies on
14833         save-selected-window internals.
14834
14835 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14836
14837         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14838         add-minor-mode.
14839         (gnus-binary-mode): Ditto.
14840
14841         * gnus-topic.el (gnus-topic-mode): Ditto.
14842
14843 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14844
14845         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14846         (gnus-article-prev-page): Take scroll-margin into consideration.
14847
14848 2005-07-04  Lute Kamstra  <lute@gnu.org>
14849
14850         Update FSF's address in GPL notices.
14851
14852 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14853
14854         * gnus.el (gnus-exit):
14855         * gnus-group.el (gnus-group-icons):
14856         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14857
14858         * gnus-nocem.el (gnus-nocem):
14859         * message.el (message-various, message-buffers, message-sending)
14860         (message-interface, message-forwarding, message-insertion)
14861         (message-headers, message-news, message-mail):
14862         * pgg-gpg.el (pgg-gpg):
14863         * pgg-parse.el (pgg-parse):
14864         * pgg-pgp.el (pgg-pgp):
14865         * pgg-pgp5.el (pgg-pgp5):
14866         * pop3.el (pop3): Finish `defgroup' description with period.
14867
14868 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14869
14870         * gnus-art.el (article-display-face): Improve the efficiency.
14871         (article-display-x-face): Ditto; remove grey x-face stuff.
14872
14873 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14874
14875         * gnus-art.el (article-display-face): Correct the position in
14876         which Faces are inserted.
14877
14878 2005-06-29  Didier Verna  <didier@xemacs.org>
14879
14880         * gnus-art.el (article-display-face): Display faces in correct
14881         order.
14882
14883 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14884
14885         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14886         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14887         (gnus-nocem-check-article): Fetch the Type header.
14888         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14889         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14890         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14891         make sure gnus-nocem-hashtb is initialized.
14892         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14893         (gnus-nocem-unwanted-article-p): Ditto.
14894
14895         * pgg.el (pgg-verify): Return the verification result.
14896
14897 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14898
14899         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14900         is ascii.
14901
14902 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14903
14904         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14905         `show-nonbreak-escape'.
14906
14907 2005-06-23  Lute Kamstra  <lute@gnu.org>
14908
14909         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14910
14911         * dig.el (dig-mode):
14912         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14913
14914 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14915
14916         * nnimap.el (nnimap-split-download-body): Fix spellings.
14917
14918 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14919
14920         * gnus-art.el (gnus-article-encrypt-body):
14921         * gnus-cus.el (gnus-score-customize):
14922         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14923         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14924
14925 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14926
14927         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14928         header by looking for magic "MII" at the beginnig.
14929
14930 2005-06-16  Miles Bader  <miles@gnu.org>
14931
14932         * gnus-xmas.el (gnus-xmas-group-startup-message):
14933         Use renamed gnus-splash face.
14934
14935         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14936         (assistant-field-face): New backward-compatibility alias for renamed
14937         face.
14938         (assistant-render-text): Use renamed assistant-field face.
14939
14940         * spam.el (spam): Remove "-face" suffix from face name.
14941         (spam-face): New backward-compatibility alias for renamed face.
14942         (spam-face, spam-initialize): Use renamed spam face.
14943
14944         * message.el (message-header-to, message-header-cc)
14945         (message-header-subject, message-header-newsgroups)
14946         (message-header-other, message-header-name)
14947         (message-header-xheader, message-separator, message-cited-text)
14948         (message-mml): Remove "-face" suffix from face names.
14949         (message-header-to-face, message-header-cc-face)
14950         (message-header-subject-face, message-header-newsgroups-face)
14951         (message-header-other-face, message-header-name-face)
14952         (message-header-xheader-face, message-separator-face)
14953         (message-cited-text-face, message-mml-face):
14954         New backward-compatibility aliases for renamed faces.
14955         (message-font-lock-keywords): Use renamed message faces.
14956
14957         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14958         (sieve-test-commands, sieve-tagged-arguments):
14959         Remove "-face" suffix from face names.
14960         (sieve-control-commands-face, sieve-action-commands-face)
14961         (sieve-test-commands-face, sieve-tagged-arguments-face):
14962         New backward-compatibility aliases for renamed faces.
14963         (sieve-control-commands-face, sieve-action-commands-face)
14964         (sieve-test-commands-face, sieve-tagged-arguments-face):
14965         Use renamed sieve faces.
14966
14967         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14968         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14969         (gnus-group-news-3-empty, gnus-group-news-4)
14970         (gnus-group-news-4-empty, gnus-group-news-5)
14971         (gnus-group-news-5-empty, gnus-group-news-6)
14972         (gnus-group-news-6-empty, gnus-group-news-low)
14973         (gnus-group-news-low-empty, gnus-group-mail-1)
14974         (gnus-group-mail-1-empty, gnus-group-mail-2)
14975         (gnus-group-mail-2-empty, gnus-group-mail-3)
14976         (gnus-group-mail-3-empty, gnus-group-mail-low)
14977         (gnus-group-mail-low-empty, gnus-summary-selected)
14978         (gnus-summary-cancelled, gnus-summary-high-ticked)
14979         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14980         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14981         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14982         (gnus-summary-low-undownloaded)
14983         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14984         (gnus-summary-low-unread, gnus-summary-normal-unread)
14985         (gnus-summary-high-read, gnus-summary-low-read)
14986         (gnus-summary-normal-read, gnus-splash):
14987         Remove "-face" suffix from face names.
14988         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14989         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14990         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14991         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14992         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14993         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14994         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14995         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14996         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14997         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14998         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14999         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15000         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15001         (gnus-summary-normal-ticked-face)
15002         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15003         (gnus-summary-normal-ancient-face)
15004         (gnus-summary-high-undownloaded-face)
15005         (gnus-summary-low-undownloaded-face)
15006         (gnus-summary-normal-undownloaded-face)
15007         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15008         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15009         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15010         (gnus-splash-face):
15011         New backward-compatibility aliases for renamed faces.
15012         (gnus-group-startup-message): Use renamed gnus faces.
15013
15014         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15015         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15016         (gnus-server-agent): Remove "-face" suffix from face names.
15017         (gnus-server-agent-face, gnus-server-opened-face)
15018         (gnus-server-closed-face, gnus-server-denied-face)
15019         (gnus-server-offline-face):
15020         New backward-compatibility aliases for renamed faces.
15021         (gnus-server-agent-face, gnus-server-opened-face)
15022         (gnus-server-closed-face, gnus-server-denied-face)
15023         (gnus-server-offline-face): Use renamed gnus faces.
15024
15025         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15026         Remove "-face" suffix from face names.
15027         (gnus-picon-xbm-face, gnus-picon-face):
15028         New backward-compatibility aliases for renamed faces.
15029
15030         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15031         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15032         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15033         (gnus-cite-11): Remove "-face" suffix from face names.
15034         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15035         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15036         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15037         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15038         New backward-compatibility aliases for renamed faces.
15039         (gnus-cite-attribution-face, gnus-cite-face-list)
15040         (gnus-article-boring-faces): Use renamed gnus faces.
15041
15042         * gnus-art.el (gnus-signature, gnus-header-from)
15043         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15044         (gnus-header-content): Remove "-face" suffix from face names.
15045         (gnus-signature-face, gnus-header-from-face)
15046         (gnus-header-subject-face, gnus-header-newsgroups-face)
15047         (gnus-header-name-face, gnus-header-content-face):
15048         New backward-compatibility aliases for renamed faces.
15049         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15050
15051         * gnus-sum.el (gnus-summary-selected-face)
15052         (gnus-summary-highlight): Use renamed gnus faces.
15053         * gnus-group.el (gnus-group-highlight): Likewise.
15054
15055 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15056
15057         * gnus-sieve.el (gnus-sieve-article-add-rule):
15058         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15059         * spam-stat.el (spam-stat-buffer-change-to-spam)
15060         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15061
15062         * message.el (message-is-yours-p):
15063         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15064
15065 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15066
15067         * mm-view.el (mm-inline-text): Withdraw the last change.
15068
15069 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15070
15071         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15072         executing enriched-decode.
15073
15074 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15075
15076         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15077         charset of tar files.
15078
15079 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15080
15081         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15082
15083 2005-06-04  Lute Kamstra  <lute@gnu.org>
15084
15085         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15086         information is never recorded.
15087
15088 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15089
15090         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15091
15092 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15093
15094         * pop3.el (pop3-apop): Run md5 in the binary mode.
15095
15096         * starttls.el (starttls-set-process-query-on-exit-flag):
15097         Use eval-and-compile.
15098
15099 2005-05-31  Simon Josefsson  <jas@extundo.com>
15100
15101         * smime.el (smime-replace-in-string): Define.
15102         (smime-cert-by-ldap-1): Use it.
15103
15104 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15105
15106         * gnus-art.el (article-display-x-face): Replace
15107         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15108
15109         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15110         set-process-query-on-exit-flag or process-kill-without-query.
15111
15112         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15113         loop instead of replace-regexp.
15114
15115         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15116         instead of process-kill-without-query if it is available.
15117
15118         * lpath.el: Fbind ldap-search-entries.
15119
15120         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15121         instead of find-file-hooks if it is available.
15122
15123         * mml1991.el: Bind pgg-default-user-id when compiling.
15124
15125         * mml2015.el: Bind pgg-default-user-id when compiling.
15126
15127         * nndraft.el (nndraft-request-associate-buffer):
15128         Use write-contents-functions instead of write-contents-hooks if it is
15129         available.
15130
15131         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15132         instead of find-file-hooks if it is available.
15133
15134         * nntp.el (nntp-open-connection): Replace
15135         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15136         (nntp-open-ssl-stream): Ditto.
15137         (nntp-open-tls-stream): Ditto.
15138
15139         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15140         set-process-query-on-exit-flag or process-kill-without-query.
15141         (starttls-open-stream-gnutls): Use it instead of
15142         process-kill-without-query.
15143         (starttls-open-stream): Ditto.
15144
15145 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15146
15147         * smime.el (smime-cert-by-ldap-1): Don't use
15148         replace-regexp-in-string.
15149
15150 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15151
15152         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15153
15154         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15155         in PEM format.  Adjust to the XEmacs compability.
15156
15157 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15158
15159         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15160         by `string-to-number'.
15161         * gnus-agent.el (gnus-agent-regenerate-group)
15162         (gnus-agent-fetch-articles): Ditto.
15163         * gnus-art.el (gnus-button-fetch-group): Ditto.
15164         * gnus-cache.el (gnus-cache-generate-active)
15165         (gnus-cache-articles-in-group): Ditto.
15166         * gnus-group.el (gnus-group-set-current-level)
15167         (gnus-group-insert-group-line): Ditto.
15168         * gnus-score.el (gnus-score-set-expunge-below)
15169         (gnus-score-set-mark-below, gnus-summary-score-effect)
15170         (gnus-summary-score-entry): Ditto.
15171         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15172         (gnus-soup-pack): Ditto.
15173         * gnus-spec.el (gnus-xmas-format): Ditto.
15174         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15175         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15176         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15177         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15178         * nndb.el (nndb-get-remote-expire-response): Ditto.
15179         * nndiary.el (nndiary-parse-schedule-value)
15180         (nndiary-string-to-number, nndiary-request-replace-article)
15181         (nndiary-request-article): Ditto.
15182         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15183         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15184         * nneething.el (nneething-make-head): Ditto.
15185         * nnfolder.el (nnfolder-request-article)
15186         (nnfolder-retrieve-headers): Ditto.
15187         * nnheader.el (nnheader-file-to-number): Ditto.
15188         * nnkiboze.el (nnkiboze-request-article): Ditto.
15189         * nnmail.el (nnmail-process-unix-mail-format)
15190         (nnmail-process-babyl-mail-format): Ditto.
15191         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15192         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15193         (nnmh-request-create-group, nnmh-request-list-1)
15194         (nnmh-request-group, nnmh-request-article): Ditto.
15195         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15196         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15197         * nnsoup.el (nnsoup-make-active): Ditto.
15198         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15199         * nntp.el (nntp-find-group-and-number)
15200         (nntp-retrieve-headers-with-xover): Ditto.
15201         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15202         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15203         (pgg-format-key-identifier): Ditto.
15204         * pop3.el (pop3-last, pop3-stat): Ditto.
15205         * qp.el (quoted-printable-decode-region): Ditto.
15206
15207         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15208         of concat.
15209
15210 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15211
15212         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15213
15214         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15215
15216         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15217
15218         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15219
15220         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15221
15222         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15223
15224         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15225         (gnus-carpal-mode): Ditto.
15226
15227         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15228         (gnus-browse-mode): Ditto.
15229
15230         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15231
15232         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15233
15234 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15235
15236         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15237
15238 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15239
15240         * gnus-util.el (gnus-run-mode-hooks): New function.
15241
15242         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15243
15244         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15245         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15246
15247 2005-05-27  Lute Kamstra  <lute@gnu.org>
15248
15249         * dns-mode.el (dns-mode): Specify customization group.
15250
15251 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15252
15253         * gnus-agent.el (gnus-agent-make-mode-line-string):
15254         Use mode-line-highlight as mouse-face.
15255
15256 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15257
15258         * canlock.el (canlock): Change the parent group to news.
15259
15260         * deuglify.el (gnus-outlook-deuglify): Add :group.
15261
15262         * dig.el (dig): Add :group.
15263
15264         * dns-mode.el (dns-mode): Add :group.
15265
15266         * encrypt.el (encrypt): Add :group.
15267
15268         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15269         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15270         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15271         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15272         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15273
15274         * gnus-diary.el (gnus-diary): Add :group.
15275
15276         * gnus.el (gnus-group-news-1-face): Add :group.
15277         (gnus-group-news-1-empty-face): Ditto.
15278         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15279         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15280         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15281         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15282         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15283         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15284         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15285         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15286         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15287         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15288         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15289         (gnus-summary-high-ticked-face): Ditto.
15290         (gnus-summary-low-ticked-face): Ditto.
15291         (gnus-summary-normal-ticked-face): Ditto.
15292         (gnus-summary-high-ancient-face): Ditto.
15293         (gnus-summary-low-ancient-face): Ditto.
15294         (gnus-summary-normal-ancient-face): Ditto.
15295         (gnus-summary-high-undownloaded-face): Ditto.
15296         (gnus-summary-low-undownloaded-face): Ditto.
15297         (gnus-summary-normal-undownloaded-face): Ditto.
15298         (gnus-summary-high-unread-face): Ditto.
15299         (gnus-summary-low-unread-face): Ditto.
15300         (gnus-summary-normal-unread-face): Ditto.
15301         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15302         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15303
15304         * hashcash.el (hashcash): New custom group.
15305         (hashcash-default-payment): Add :group.
15306         (hashcash-payment-alist): Ditto.
15307         (hashcash-default-accept-payment): Ditto.
15308         (hashcash-accept-resources): Ditto.
15309         (hashcash-path): Ditto.
15310         (hashcash-extra-generate-parameters): Ditto.
15311         (hashcash-double-spend-database): Ditto.
15312         (hashcash-in-news): Ditto.
15313
15314         * message.el (message-minibuffer-local-map): Add :group.
15315
15316         * netrc.el (netrc): Add :group.
15317
15318         * sieve-manage.el (sieve-manage-log): Add :group.
15319         (sieve-manage-default-user): Diito.
15320         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15321         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15322         (sieve-manage-authenticators): Ditto.
15323         (sieve-manage-authenticator-alist): Ditto.
15324         (sieve-manage-default-port): Ditto.
15325
15326         * sieve-mode.el (sieve-control-commands-face): Add :group.
15327         (sieve-action-commands-face): Ditto.
15328         (sieve-test-commands-face): Ditto.
15329         (sieve-tagged-arguments-face): Ditto.
15330
15331         * smime.el (smime): Add :group.
15332
15333         * spam-report.el (spam-report): Add :group.
15334
15335         * spam.el (spam, spam-face): Add :group.
15336
15337 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15338
15339         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15340         return \n.\n.\n at the end of articles.  Protect against that.
15341         (nntp-with-open-group): Allow debugging.
15342
15343         * nnheader.el (mail-header-set-extra): Make into a function
15344         because I just could't understand how to quote the list properly.
15345
15346         * dns.el (query-dns-cached): New function.
15347
15348 2005-05-26  Lute Kamstra  <lute@gnu.org>
15349
15350         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15351
15352 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15353
15354         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15355
15356         * gnus-art.el: Don't autoload mail-extract-address-components.
15357
15358         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15359         eval-and-compile to evaluate it.
15360
15361         * hashcash.el: Don't autoload executable-find.
15362
15363         * nndb.el: Don't declare the nndb back end two or more times; don't
15364         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15365
15366         * nntp.el: Autoload format-spec instead of format; use
15367         eval-and-compile to evaluate autoload forms.
15368
15369 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15370
15371         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15372
15373 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15374
15375         * gnus.el (gnus-version-number): Bump version.
15376
15377 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15378
15379         * gnus.el: No Gnus v0.3 is released.
15380
15381 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15382
15383         * lpath.el (featurep): Bind show-nonbreak-escape.
15384
15385 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15386
15387         * gnus-art.el (gnus-article-edit-part): Disable undo.
15388
15389 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15390
15391         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15392         gnus-article-date-lapsed-new-header is t if date timer is active;
15393         skip headers in which the original date value is empty.
15394         (gnus-article-save-original-date): Redefine it as a macro.
15395         (gnus-display-mime): Use it.
15396
15397 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15398
15399         * gnus-art.el (article-date-ut): Support converting date in
15400         forwarded parts as well.
15401         (gnus-article-save-original-date): New function.
15402         (gnus-display-mime): Use it.
15403
15404 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15405
15406         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15407         enclosure element of <item>.
15408
15409 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15410
15411         * message.el (message-kill-buffer-query): Rename from
15412         `message-kill-buffer-query-if-modified'.  Add :version.
15413
15414 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15415
15416         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15417         window layout.
15418
15419 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15420
15421         * mml.el: Autoload dnd when compiling.
15422
15423 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15424
15425         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15426         x-dnd-*.
15427
15428 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15429
15430         * qp.el (quoted-printable-encode-region): Save excursion.
15431
15432 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15433
15434         * message.el (message-kill-buffer-query-if-modified): Add new variable
15435         so the user can kill a modified message buffer quickly.
15436         (message-kill-buffer): Use it.
15437
15438 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15439
15440         * lpath.el: Fbind display-time-event-handler; don't fbind
15441         string-to-multibyte.
15442
15443         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15444
15445 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15446
15447         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15448         contained in text because xml.el decodes entities) with LFs.
15449
15450 2005-04-11  Lute Kamstra  <lute@gnu.org>
15451
15452         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15453         differently.
15454
15455 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15456
15457         * mm-util.el (mm-detect-coding-region): Typo.
15458
15459 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15460
15461         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15462
15463 2005-04-06  Deepak Goel  <deego@gnufans.org>
15464
15465         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15466         user-function allow user modifications of the scores.
15467         (spam-stat-score-buffer-user): New function, to allow
15468         user-computed modifications to the score.
15469         (spam-stat-score-buffer-user-functions): List of additional
15470         scoring functions.
15471         (spam-stat-error-holder): Global temporary error holder.
15472         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15473         variable.
15474
15475 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15476
15477         * gnus-registry.el (gnus-registry-clean-empty-function)
15478         (gnus-registry-trim, gnus-registry-fetch-groups)
15479         (gnus-registry-delete-group): Groups that match
15480         `gnus-registry-ignored-groups' are removed from the registry
15481         entries, not just ignored for splitting.  This helps clean up the
15482         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15483         to get all the groups a message ID is in.
15484
15485         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15486         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15487         (spam-stat-score-buffer-user-functions): Add :number custom type.
15488
15489 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15490
15491         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15492         argument in XEmacs.
15493
15494         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15495         (nnrss-request-group): Decode group name first.
15496         (nnrss-request-article): Make a text/plain article if mml-to-mime
15497         failed.
15498         (nnrss-get-encoding): Return a compatible encoding according to
15499         nnrss-compatible-encoding-alist.
15500         (nnrss-find-el): Use consp instead of listp.
15501         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15502
15503 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15504
15505         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15506         which Emacs 20 doesn't support.
15507         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15508
15509 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15510
15511         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15512         silence the byte compiler inside the defun.
15513
15514         * gnus-demon.el (parse-time-string): Add autoload.
15515
15516         * gnus-delay.el (parse-time-string): Add autoload.
15517
15518         * gnus-art.el (parse-time-string): Add autoload.
15519
15520         * nnultimate.el (parse-time): Require for `parse-time-string'.
15521
15522 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15523
15524         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15525
15526         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15527
15528         * smime.el (smime-ldap-host-list): Add :version.
15529
15530 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15531
15532         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15533         pass it to `gnus-browse-read-group'.
15534         (gnus-browse-read-group): Add NUMBER argument and pass it to
15535         `gnus-group-read-ephemeral-group'.
15536
15537         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15538         argument and pass it to `gnus-group-read-group'.
15539
15540 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15541
15542         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15543         mm-xemacs-find-mime-charset-1 if we have the mule feature
15544         available at runtime.
15545
15546 2005-03-25  Werner Lemberg  <wl@gnu.org>
15547
15548         * nnmaildir.el: Replace `illegal' with `invalid'.
15549
15550 2005-03-23  Lute Kamstra  <lute@gnu.org>
15551
15552         * time-date.el: Add comment on time value formats.
15553         Don't require parse-time.
15554         (with-decoded-time-value): New macro.
15555         (encode-time-value): New function.
15556         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15557         (days-to-time): Return a valid time value when arg is huge.
15558         (time-since): Use time-subtract.
15559         (time-to-number-of-days): Use time-to-seconds.
15560
15561 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15562
15563         * gnus-start.el (gnus-display-time-event-handler):
15564         Check display-time-timer at runtime rather than only at load time
15565         in case display-time-mode is turned off in the mean time.
15566
15567 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15568
15569         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15570         used.
15571
15572         * nneething.el (nneething-map-file-directory): Derive from
15573         `gnus-directory'.
15574
15575         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15576         the To/Cc button.
15577
15578 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15579
15580         * nnmaildir.el (nnmaildir-request-accept-article):
15581         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15582
15583 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15584
15585         * gnus-async.el: Require timer-funcs at compile time when in
15586         XEmacs for `run-with-idle-timer'.
15587
15588 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15589
15590         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15591         autoloaded function.
15592
15593 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15594
15595         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15596
15597 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15598
15599         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15600
15601 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15602
15603         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15604         Add gnus-expert-user to default.
15605
15606 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15607
15608         * nnimap.el (nnimap-open-server): Ditto.
15609
15610         * imap.el (imap-authenticate): Fix typo.
15611
15612 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15613
15614         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15615         buffer (since IMAP server might return FETCH response out of
15616         order, and the nntp buffer must be sorted).
15617
15618 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15619
15620         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15621         comparison on string.
15622
15623         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15624         (gnus-agent-score): Rename category keywords to match gnus-cus.
15625         (gnus-agent-summary-fetch-series): Modify to protect against
15626         gnus-agent-summary-fetch-group clearing processable flags.
15627         (gnus-agent-synchronize-group-flags): Update live group buffer as
15628         synchronization may occur due to the user toggle the plugged
15629         status.
15630         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15631         successfully downloaded.
15632         (gnus-agent-expire-group-1): Avoid using markers when the overview
15633         is in ascending order; greatly improves performance.
15634         (gnus-agent-regenerate-group):
15635         Use gnus-agent-synchronize-group-flags to reset read status in both
15636         gnus and server.
15637         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15638
15639 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15640
15641         * message.el: Don't autoload former message-utils variables.
15642         (message-strip-subject-trailing-was): Change doc string.
15643
15644         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15645         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15646         (nnweb-google-search): Add "hl=en" here.
15647         (nnweb-google-parse-1, nnweb-google-create-mapping):
15648         Don't hardcode URL.
15649
15650 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15651
15652         * message.el (message-get-reply-headers, message-followup):
15653         Mention related variables `message-use-followup-to' and
15654         `message-use-mail-followup-to', in the information buffer.
15655
15656         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15657         of broken groups(-beta).google.com.
15658
15659 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15660
15661         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15662         parameter to invoked gnus-request-move-article; remove the
15663         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15664         all at once instead of once per article.
15665         (gnus-summary-remove-process-mark): Accept a list of articles as
15666         well as a single article for processing.
15667
15668         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15669         parameter.
15670
15671         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15672
15673         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15674
15675         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15676         parameter.
15677
15678         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15679         parameter.
15680
15681         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15682         parameter and remove the gnus-sum-hint-move-is-internal variable.
15683
15684         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15685         parameter.
15686
15687         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15688         parameter.
15689
15690         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15691         parameter.
15692
15693         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15694
15695         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15696         parameter.
15697
15698         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15699         parameter.
15700
15701 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15702
15703         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15704         a more conservative way.
15705
15706 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15707
15708         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15709         buffer, so it moves the window's cursor.
15710
15711 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15712
15713         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15714         `mm-dissect-multipart' and receive the from field as an (optional)
15715         argument from `mm-dissect-multipart'.
15716         (mm-dissect-multipart): Receive the from field as an argument and
15717         pass it on when we call `mm-dissect-buffer' on MIME parts.
15718         Fixes verification/decryption of signed/encrypted MIME parts.
15719
15720 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15721
15722         * gnus-sum.el (gnus-summary-move-article):
15723         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15724         whatever it calls (right now, only nnimap-request-move article
15725         respects it).
15726
15727         * nnimap.el (nnimap-request-move-article):
15728         When gnus-sum-hint-move-is-internal is set, don't do the extra
15729         nnimap-request-article.
15730
15731 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15732
15733         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15734
15735         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15736         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15737
15738         * gnus-sum.el (gnus-summary-caesar-message):
15739         Apply `gnus-treat-article' after rotation.
15740
15741         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15742         doc string.
15743
15744 2005-02-22  Simon Josefsson  <jas@extundo.com>
15745
15746         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15747         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15748         <arne@arnested.dk>.
15749         (encrypt): Add password-cache and password-cache-expiry as group
15750         members.
15751
15752 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15753
15754         * smime.el (smime-ldap-host-list): Doc fix.
15755         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15756         cache) password.
15757         (smime-sign-region): Use it.
15758         (smime-decrypt-region): Use it.
15759         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15760         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15761         fails.
15762         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15763         certificate from DER to PEM format rather than calling openssl.
15764
15765         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15766
15767         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15768         for signing/encryption.
15769
15770         * mml.el (mml-parse-1): Use them.
15771
15772 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15773
15774         * nnrss.el (nnrss-verbose): Remove.
15775         (nnrss-request-group): Use `nnheader-message' instead.
15776
15777 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15778
15779         * nnrss.el (nnrss-verbose): New variable.
15780         (nnrss-request-group): Make it say nnrss is requesting a group.
15781
15782 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15783
15784         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15785         Handle news URL with given port correctly.
15786
15787 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15788
15789         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15790         containing special characters.
15791
15792         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15793
15794         * mml.el (mime-to-mml): Ditto.
15795
15796         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15797         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15798         (rfc2047-decode-region): Quote decoded words containing special
15799         characters when rfc2047-quote-decoded-words-containing-tspecials
15800         is non-nil.
15801
15802 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15803
15804         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15805
15806         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15807
15808 2005-02-15  Simon Josefsson  <jas@extundo.com>
15809
15810         * nnimap.el (nnimap-debug): Doc fix.
15811
15812         * imap.el (imap-debug): Doc fix.
15813
15814 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15815
15816         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15817
15818 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15819
15820         * gnus.el (spam-contents): Improve docs for spam-contents
15821         parameter in its variable incarnation.
15822
15823 2005-02-14  Simon Josefsson  <jas@extundo.com>
15824
15825         * smime-ldap.el: Use require instead of load-library for ldap.
15826         (smime-ldap-search): Indent.
15827         (smime-ldap-search-internal): Shorten line.
15828
15829         * smime.el (smime-cert-by-dns): Add doc-string.
15830         (smime-cert-by-ldap-1): Indent.
15831
15832         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15833         mml-smime-get-dns-ldap.
15834         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15835
15836 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15837
15838         * smime.el: Require smime-ldap.
15839         (smime-ldap-host-list): New variable.
15840         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15841
15842         * mml-smime.el (mml-smime-encrypt-query): New function.
15843         (mml-smime-encrypt-query): Use it.
15844
15845         * smime-ldap.el: New file.
15846
15847 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15848
15849         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15850
15851 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15852
15853         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15854         argument in doc string.  Make query for type more clear.
15855
15856 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15857
15858         * gnus.el (gnus-group-startup-message): Search for gnus images in
15859         etc/images/gnus.
15860         * mm-util.el (mm-image-load-path): Likewise.
15861         * smiley.el (smiley-data-directory): Search for smilies in
15862         etc/images/smilies.
15863
15864 2005-02-09  Kim F. Storm  <storm@cua.dk>
15865
15866         Change Emacs release version from 21.4 to 22.1 throughout.
15867         Change Emacs development version from 21.3.50 to 22.0.50.
15868
15869 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15870
15871         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15872
15873         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15874         non-Mule XEmacs as well.
15875         (mm-decompress-buffer): Signal an error intentionally if it does
15876         not decompress compressed data because auto-compression-mode is
15877         disabled.
15878
15879 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15880
15881         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15882         an ID in the registry even if it has no groups.
15883
15884 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15885
15886         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15887         merge it into mm-decompress-buffer.
15888         (gnus-mime-copy-part): Use the MIME part charset, the value which
15889         a user specified or gnus-newsgroup-charset for decoding, like
15890         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15891         save-buffer what was used.  Suggested by Kevin Ryde
15892         <user42@zip.com.au>.
15893         (gnus-mime-inline-part): Allow the name parameter as well as the
15894         filename parameter; force decompressing of compressed data; always
15895         display contents being not decoded as unibyte.
15896
15897         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15898         as well as the filename parameter.
15899
15900         * mm-util.el (mm-decompress-buffer):
15901         Merge gnus-mime-jka-compr-maybe-uncompress.
15902         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15903         of compressed data.
15904
15905 2005-02-08  Simon Josefsson  <jas@extundo.com>
15906
15907         * imap.el (imap-log): Doc fix.
15908
15909 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15910
15911         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15912         the coding cookies; decompress compressed parts.
15913
15914         * mml.el (mml-generate-mime-1): Add the charset parameter according
15915         to the value which a user specified manually or the coding cookie.
15916
15917         * mm-util.el (mm-string-to-multibyte): New function.
15918         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15919         (mm-coding-system-to-mime-charset): New function.
15920         (mm-decompress-buffer): New function.
15921         (mm-find-buffer-file-coding-system): New function.
15922
15923         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15924         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15925         parts.
15926
15927 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15928
15929         * mm-view.el (mm-display-inline-fontify): Decode a part according
15930         to the charset parameter.
15931
15932 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15933
15934         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15935         prefix arg is neither nil nor a number, as info specifies.
15936
15937 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15938
15939         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15940         timestamps.
15941
15942 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15943
15944         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15945         groups error checking and notify user.
15946
15947 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15948
15949         * message.el (message-send-mail-function): Check existence of
15950         sendmail-program first before using default value
15951         `message-send-mail-with-sendmail'.  Otherwise use more generic
15952         `smtpmail-send-it'.
15953
15954 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15955
15956         * nntp.el (nntp-request-update-info): Always return nil.
15957
15958 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15959
15960         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15961
15962 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15963
15964         * message.el (message-beginning-of-line): Change the behavior when
15965         invoked between BOL and : so that it first moves backward.
15966
15967 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15968
15969         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15970         article buffer when editing of the article is discarded.
15971         (gnus-article-prepare): Revert.
15972
15973 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15974
15975         * gnus-art.el (gnus-article-prepare):
15976         Remove message-strip-forbidden-properties from the local hook.
15977
15978 2005-01-27  Simon Josefsson  <jas@extundo.com>
15979
15980         * password.el (password-cache-add): Only start one timer per key.
15981         Reported by Derek Atkins <warlord@MIT.EDU>.
15982
15983 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15984
15985         * run-at-time.el: Remove.  It is no longer needed as
15986         timer-funcs.el in the xemacs-base package has a working version of
15987         `run-at-time'.
15988
15989         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15990
15991         * password.el: Require timer-funcs instead of run-at-time in
15992         XEmacs.
15993         Remove `password-run-at-time' macro.
15994         (password-cache-add): Use `run-at-time' instead of
15995         `password-run-at-time'.
15996
15997         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15998         Remove `nnheader-cancel-function-timers' alias,
15999         `cancel-function-timers' exists in XEmacs in timer-funcs.
16000
16001         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16002         for `run-with-idle-timer'.
16003
16004         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16005         for `run-at-time'.
16006
16007         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16008         for `with-timeout'.
16009
16010         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16011         the same as for XEmacs 21.4.
16012         No need to ignore `run-with-idle-timer', this function exists in
16013         XEmacs now in timer-funcs.el in the xemacs-base package.
16014         (dgnushack-compile): No need to delete
16015         run-at-time.el from the list of files to compile because it
16016         doesn't exist anymore.
16017
16018 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16019
16020         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16021         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16022
16023 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16024
16025         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16026         sensitively.
16027
16028 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16029
16030         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16031
16032 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16033
16034         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16035         which will be inserted according to the multibyteness of a buffer
16036         rather than the type of contents.  Suggested by ARISAWA Akihiro
16037         <ari@mbf.ocn.ne.jp>.
16038
16039         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16040         of string which old xml.el may return rather than a string.
16041
16042 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16043
16044         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16045
16046 2005-01-16  Simon Josefsson  <jas@extundo.com>
16047
16048         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16049         idn/idna.el isn't available.
16050         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16051         <michael@waxrat.com>.
16052
16053         * hashcash.el: Remove non-FSF copyright header.
16054
16055         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16056         (hashcash-generate-payment): Use it.
16057         (hashcash-generate-payment-async): Use it.
16058
16059 2005-01-15  Simon Josefsson  <jas@extundo.com>
16060
16061         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16062         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16063
16064         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16065         gnus-summary-idna-message.
16066         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16067         (gnus-summary-idna-message): New function.
16068
16069 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16070
16071         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16072         gnus-novice-user.
16073
16074 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16075
16076         * nnrss.el (nnrss-request-delete-group): Delete entries in
16077         nnrss-group-alist as well.
16078         (nnrss-save-server-data): Insert newline.
16079
16080 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16081
16082         * gnus.el (gnus-user-agent): Use list of symbols instead of
16083         symbols.  Display full version number for (S)XEmacs.
16084         Optionally display (S)XEmacs codename.
16085
16086         * gnus-util.el (gnus-emacs-version): Update for new
16087         `gnus-user-agent'.
16088
16089         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16090         Gnus version.
16091
16092 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16093
16094         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16095         which is unreadable in some setups.
16096
16097 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16098
16099         * gnus-spec.el (gnus-update-format-specifications): Flush the
16100         group format spec cache if it doesn't support decoded group names.
16101
16102 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16103
16104         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16105         Allow to apply decay on score files matching a regexp.
16106
16107 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16108
16109         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16110         compatibility in %g and %c.
16111
16112 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16113
16114         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16115         name for only %g and %c.
16116         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16117         of gnus-tmp-group to decoded group name.
16118         (gnus-group-make-rss-group): Exclude `/'s from group names.
16119
16120 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16121
16122         * nnrss.el (nnrss-get-encoding): Fix regexp.
16123
16124 2004-12-27  Simon Josefsson  <jas@extundo.com>
16125
16126         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16127         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16128         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16129
16130 2004-12-17  Kim F. Storm  <storm@cua.dk>
16131
16132         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16133
16134         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16135
16136 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16137
16138         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16139
16140 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16141
16142         * nnrss.el: Require rfc2047 and mml.
16143         (nnrss-file-coding-system): New variable.
16144         (nnrss-format-string): Redefine it as an inline function.
16145         (nnrss-decode-group-name): New function.
16146         (nnrss-string-as-multibyte): Remove.
16147         (nnrss-retrieve-headers): Decode group name; don't use
16148         nnrss-format-string.
16149         (nnrss-request-group): Decode group name.
16150         (nnrss-request-article): Decode group name; allow a Message-ID as
16151         well as an article number; don't use nnrss-format-string; encode a
16152         Message-ID string which may contain non-ASCII characters; use
16153         mml-to-mime to compose a MIME article.
16154         (nnrss-request-expire-articles): Decode group name.
16155         (nnrss-request-delete-group): Decode group name.
16156         (nnrss-fetch): Clarify error message.
16157         (nnrss-read-server-data): Use insert-file-contents instead of load;
16158         bind file-name-coding-system; use multibyte buffer.
16159         (nnrss-save-server-data): Bind coding-system-for-write to the
16160         value of nnrss-file-coding-system; bind file-name-coding-system;
16161         add coding cookie.
16162         (nnrss-read-group-data): Use insert-file-contents instead of load;
16163         bind file-name-coding-system; use multibyte buffer.
16164         (nnrss-save-group-data): Bind coding-system-for-write to the
16165         value of nnrss-file-coding-system; bind file-name-coding-system.
16166         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16167         make it work with non-ASCII text.
16168         (nnrss-find-el): Make it work with old xml.el as well.
16169
16170 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16171
16172         * nnrss.el (nnrss-get-encoding): New function.
16173         (nnrss-fetch): Use unibyte buffer initially; bind
16174         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16175         decode contents according to the encoding attribute.
16176         (nnrss-save-group-data): Add coding cookie.
16177         (nnrss-mime-encode-string): New function.
16178         (nnrss-check-group): Use it to encode subject and author.
16179
16180 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16181
16182         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16183         imaginary variable.
16184
16185 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16186
16187         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16188         correctly even if there are wide characters.
16189
16190 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16191
16192         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16193         downcased symbol names; make a new cache instead of reusing
16194         bbdb-hashtable.
16195
16196 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16197
16198         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16199         concatenating segments rather than before concatenating them.
16200         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16201
16202         * message.el (message-get-reply-headers): Bind `extra'.
16203
16204 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16205
16206         * message.el (message-extra-wide-headers): New variable.
16207         (message-get-reply-headers): Use it.
16208
16209 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16210
16211         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16212         (gnus-agent-group-pathname): Ditto.
16213
16214         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16215
16216         * gnus-group.el (gnus-group-make-group): Decode group name.
16217         (gnus-group-make-rss-group): Register the group data after opening
16218         the nnrss group.
16219
16220 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16221
16222         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16223         by expiry now get marked as read.
16224
16225 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16226
16227         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16228
16229 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16230
16231         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16232         unify Latin characters in XEmacs.
16233         (mm-find-mime-charset-region): Use it.
16234
16235 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16236
16237         * gnus-util.el (gnus-delete-directory): New function.
16238
16239         * gnus-agent.el (gnus-agent-delete-group): Use it.
16240
16241         * gnus-cache.el (gnus-cache-delete-group): Use it.
16242
16243 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16244
16245         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16246         names.
16247
16248 2004-12-16  Simon Josefsson  <jas@extundo.com>
16249
16250         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16251
16252 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16253
16254         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16255
16256         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16257         (gnus-group-set-current-level): Decode group name.
16258
16259 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16260
16261         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16262         failed.
16263
16264 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16265
16266         * gnus-group.el (gnus-group-delete-group): Decode group name.
16267         (gnus-group-make-rss-group): Encode group name.
16268         (gnus-group-catchup-current): Decode group name.
16269         (gnus-group-kill-group): Decode group name.
16270
16271 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16272
16273         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16274
16275 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16276
16277         * gnus-group.el (gnus-group-make-rss-group):
16278         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16279
16280         * gnus-start.el (gnus-setup-news): Honor user's setting to
16281         gnus-message-archive-method.  Suggested by Lute Kamstra
16282         <lute@gnu.org>.
16283
16284 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16285
16286         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16287         global counterparts of the buffer-local variables.
16288
16289 2004-11-16  Romain Francoise  <romain@orebokech.com>
16290
16291         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16292         counterparts of the buffer-local variables.
16293
16294 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16295
16296         * message.el (message-forbidden-properties): Fix typo in doc
16297         string.
16298
16299 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16300
16301         * gnus-util.el (gnus-replace-in-string): Add doc string.
16302
16303         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16304         to avoid problems when splitting mails with many recipients.
16305
16306 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16307
16308         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16309         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16310
16311 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16312
16313         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16314         if there is no hashtable in memory or file modification time is
16315         newer than cached timestamp.
16316
16317 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16318
16319         * gnus-sum.el (gnus-summary-limit-to-recipient):
16320         Implement not-matching option.
16321
16322 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16323
16324         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16325         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16326         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16327         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16328         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16329         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16330
16331 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16332
16333         * message.el (message-forward-make-body-mml): Remove headers
16334         according to message-forward-ignored-headers if a message is decoded.
16335
16336 2004-12-02  Romain Francoise  <romain@orebokech.com>
16337
16338         * message.el (message-forward-make-body-plain): Always remove
16339         headers according to message-forward-ignored-headers.
16340
16341 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16342
16343         * spam.el (spam-summary-prepare-exit): Remove the
16344         gnus-summary-limit pop for now, it has problems with ham marks for
16345         me.
16346
16347 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16348
16349         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16350         correctly.
16351
16352 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16353
16354         * format-spec.el (format-spec): Message the char.
16355
16356 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16357
16358         * gnus-art.el (gnus-split-methods): Reformat comments.
16359
16360         * spam.el (spam-summary-prepare-exit): Remove article limits
16361         before exiting the summary buffer.
16362
16363 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16364
16365         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16366         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16367
16368         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16369         order to silence the byte compiler.
16370
16371         * spam.el: Fix the way to silence the byte compiler, which
16372         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16373         bbdb-search-simple, spam-BBDB-register-routine,
16374         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16375         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16376         spam-stat-buffer-is-spam, spam-stat-load,
16377         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16378         spam-stat-save and spam-stat-split-fancy.
16379
16380 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16381
16382         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16383         which may confuse users.
16384         (canlock-password-for-verify): Ditto.
16385
16386         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16387
16388         * gnus-art.el (gnus-emphasis-alist): Ditto.
16389
16390         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16391
16392         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16393
16394         * gnus-start.el (gnus-save-killed-list): Ditto.
16395
16396         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16397         (gnus-sum-thread-tree-root): Ditto.
16398         (gnus-sum-thread-tree-false-root): Ditto.
16399         (gnus-sum-thread-tree-single-indent): Ditto.
16400
16401         * message.el (message-courtesy-message): Ditto.
16402         (message-archive-note): Ditto.
16403         (message-subscribed-address-file): Ditto.
16404         (message-user-fqdn): Ditto.
16405
16406         * spam-report.el (spam-report-gmane-regex): Ditto.
16407
16408         * spam.el (spam-blackhole-good-server-regex): Ditto.
16409
16410 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16411
16412         * mml.el (mml-preview): Widen the message buffer before copying
16413         the contents to the preview buffer; sort headers before previewing.
16414
16415         * message.el (message-hidden-headers): Fix the way to avoid a bug
16416         in the `repeat' widget in Emacs 21.3 or earlier.
16417
16418 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16419
16420         * message.el (message-hidden-headers): Default to "^References:".
16421         Improve customization type.  Suggested by Reiner Steib
16422         <Reiner.Steib@gmx.de>.
16423
16424 2004-11-25  Romain Francoise  <romain@orebokech.com>
16425
16426         * message.el (message-strip-forbidden-properties): Remove check for
16427         obsolete `message-hidden' text property, hidden headers are not
16428         accessible in the buffer anymore.
16429
16430 2004-11-22  Romain Francoise  <romain@orebokech.com>
16431
16432         * message.el (message-header-format-alist): Add `From' in list
16433         so that it can be sorted.
16434         (message-fix-before-sending): Widen and sort headers before
16435         sending.
16436         (message-hide-headers): Use narrowing to hide headers by moving
16437         them to the top of the buffer and narrowing to the region
16438         underneath.
16439
16440 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16441
16442         * message.el (message-strip-forbidden-properties):
16443         Bind buffer-read-only (etc) to nil.
16444
16445 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16446
16447         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16448         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16449
16450 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16451
16452         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16453
16454 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16455
16456         * dns.el (query-dns): Use sit-for to time instead of
16457         accept-process-output, since that doesn't seem to work on udp
16458         sockets.
16459
16460 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16461
16462         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16463
16464 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16465
16466         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16467         doc string.  Improve doc string.
16468
16469 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16470
16471         * nntp.el (nntp-request-update-info): Return nil if
16472         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16473         may not call gnus-activate-group which uselessly issues the GROUP
16474         commands for all nntp groups and wastes time.  Reported by Romain
16475         Francoise <romain@orebokech.com>.
16476
16477         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16478
16479 2004-11-15  Simon Josefsson  <jas@extundo.com>
16480
16481         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16482         headers separately.
16483         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16484         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16485
16486 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16487
16488         * gnus-start.el (gnus-convert-old-newsrc):
16489         Assign legacy-gnus-agent to 5.10.7.
16490
16491 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16492
16493         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16494         start of the lines.
16495
16496 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16497
16498         * hashcash.el (hashcash-default-payment): Change default to 20.
16499         (hashcash-default-accept-payment): Change default to 20.
16500         (hashcash-process-alist): New variable.
16501         (hashcash-generate-payment-async): Add.
16502         (hashcash-already-paid-p): Add.
16503         (hashcash-insert-payment): Don't generate payments twice.
16504         (hashcash-insert-payment-async): Add.
16505         (hashcash-insert-payment-async-2): Add.
16506         (hashcash-cancel-async): Add.
16507         (hashcash-wait-async): Add.
16508         (hashcash-processes-running-p): Add.
16509         (hashcash-wait-or-cancel): Add.
16510         (mail-add-payment): New optional argument.  Conditionally start
16511         asynchronous calculation.
16512         (mail-add-payment-async): Add.
16513
16514         * message.el (message-send-mail): Wait for asynchronous hashcash
16515         results.  Don't clobber existing X-Hashcash headers.
16516         (message-setup-1): Call mail-add-payment-async when
16517         message-generate-hashcash is non-nil.
16518
16519 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16520
16521         * message.el (message-use-alternative-email-as-from): Examine the
16522         From header as well; use message-make-from in order to include a
16523         user's full name.
16524
16525 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16526
16527         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16528         default; improve customization type.
16529         (gnus-emphasis-custom-with-format): New macro.
16530         (gnus-emphasis-custom-value-to-external): New function.
16531         (gnus-emphasis-custom-value-to-internal): New function.
16532
16533 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16534
16535         * dns.el (query-dns): Resolve reverse addresses.
16536
16537 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16538
16539         * gnus-group.el (gnus-group-get-new-news): Use it.
16540
16541         * gnus-start.el (gnus-check-reasonable-setup): New function.
16542
16543 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16544
16545         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16546         "Args out of range" error.  Reported by Arnaud Giersch
16547         <arnaud.giersch@free.fr>.
16548
16549 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16550
16551         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16552
16553 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16554
16555         * spam.el (spam group): Add :version.
16556
16557         * pgg-def.el (pgg group): Add :version.
16558
16559 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16560
16561         * gnus-art.el (gnus-article-edit-article): Don't associate the
16562         article buffer with a draft file.  This is a temporary measure
16563         against the 2004-08-22 change to gnus-article-edit-mode.
16564
16565 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16566
16567         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16568         (html2text-format-tags): Remove unused variable `attr'.
16569
16570 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16571
16572         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16573
16574         * tls.el (tls-process-connection-type, tls-success)
16575         (tls-certtool-program): Add :version.
16576
16577         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16578         (starttls-extra-arguments, starttls-process-connection-type)
16579         (starttls-connect, starttls-failure, starttls-success): Add :version.
16580
16581         * spam-stat.el (spam-stat): Add :version.
16582
16583         * sieve.el (sieve): Add :version.
16584
16585         * sha1.el (sha1): Add :version.
16586         (sha1-use-external): Remove redundant version.
16587
16588         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16589         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16590         (nnmail-split-fancy-match-partial-words)
16591         (nnmail-split-lowercase-expanded): Add :version.
16592
16593         * nndiary.el (nndiary): Add :version.
16594
16595         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16596
16597         * mml-sec.el (mml-default-sign-method)
16598         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16599         Add :version.
16600
16601         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16602
16603         * mm-url.el (mm-url-use-external, mm-url-program)
16604         (mm-url-arguments): Add :version.
16605
16606         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16607         (mm-attachment-file-modes, mm-decrypt-option)
16608         (mm-w3m-safe-url-regexp): Add :version.
16609
16610         * message.el (message-cite-prefix-regexp)
16611         (message-sendmail-envelope-from, message-minibuffer-local-map)
16612         (message-user-fqdn, message-completion-alist): Add :version.
16613
16614         * gnus-win.el (gnus-configure-windows-hook)
16615         (gnus-use-frames-on-any-display): Add :version.
16616
16617         * gnus-art.el (gnus-article-address-banner-alist)
16618         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16619         (gnus-treat-from-picon, gnus-treat-mail-picon)
16620         (gnus-treat-x-pgp-sig): Add :version.
16621
16622         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16623         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16624         (gnus-summary-article-delete-hook)
16625         (gnus-summary-display-while-building): Add :version.
16626
16627         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16628         (gnus-get-top-new-news-hook): Add :version.
16629
16630         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16631         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16632
16633         * gnus-registry.el (gnus-registry): Add :version.
16634
16635         * gnus-spec.el (gnus-use-correct-string-widths)
16636         (gnus-make-format-preserve-properties): Add :version.
16637
16638         * gnus.el (gnus-group-charter-alist)
16639         (gnus-group-fetch-control-use-browse-url)
16640         (gnus-install-group-spam-parameters): Add :version.
16641
16642         * gnus-diary.el (gnus-diary): Add :version.
16643
16644         * gnus-delay.el (gnus-delay): Add :version.
16645
16646         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16647         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16648         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16649         Add :version.
16650
16651         * gnus-agent.el (gnus-agent-max-fetch-size)
16652         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16653         (gnus-agent-prompt-send-queue): Add :version.
16654
16655         * deuglify.el (gnus-outlook-deuglify): Add :version.
16656
16657         * html2text.el: Beautify code.  Improve doc strings.
16658         Some checkdoc cleanup.
16659         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16660
16661 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16662
16663         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16664
16665 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16666
16667         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16668         when package is loaded.
16669
16670         * spam.el (spam-summary-score-preferred-header): Add global preference
16671         for people who want to override the default SpamAssassin over
16672         Bogofilter preference (when both are set).
16673         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16674         (spam-user-format-function-S):
16675         Check spam-summary-score-preferred-header.
16676         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16677         (spam-user-format-function-S): Format the score correctly.
16678
16679 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16680
16681         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16682         signature file.  Suggested by Manoj Srivastava
16683         <srivasta@golden-gryphon.com>.
16684
16685         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16686         iso-2022-jp even in the Japanese language environment.
16687         Suggested by Jason Rumney <jasonr@gnu.org>.
16688
16689 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16690
16691         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16692         use the same characters as the dummy marks; make it free from
16693         getting affected by the language environment.
16694         (gnus-summary-read-group-1): Update mark positions only when the
16695         format spec is updated.
16696
16697         * gnus-spec.el (gnus-update-format-specifications): Return a list
16698         of updated types.
16699
16700 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16701
16702         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16703         of boundp to check if display-warning is available.
16704
16705 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16706
16707         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16708
16709 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16710
16711         * nnspool.el (nnspool-spool-directory): Use news-path if the
16712         news-directory variable is not bound.
16713
16714         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16715         function instead of display-warning if it is not available.
16716
16717 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16718
16719         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16720         v5-10: Use `point-at-bol'.
16721
16722 2004-10-26  Simon Josefsson  <jas@extundo.com>
16723
16724         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16725         <chenggao@gmail.com>.
16726
16727 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16728
16729         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16730         instead.
16731
16732 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16733
16734         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16735         to remove a server from the nnimap-server-buffer-alist.
16736         (nnimap-open-connection, nnimap-close-server): Use it.
16737
16738         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16739
16740 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16741
16742         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16743         running the major-mode function.
16744
16745 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16746
16747         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16748         dummy marks in the right way.
16749
16750 2004-10-18  David Edmondson  <dme@dme.org>
16751
16752         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16753         excessively.
16754
16755 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16756
16757         * gnus-util.el (gnus-split-references): Accept a nil references
16758         string and go on blissfully.
16759
16760         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16761         cases where the references string is non-nil but has no references.
16762
16763         * encrypt.el: Add autoload tags.
16764
16765         * spam.el (spam-resolve-registrations-routine): Remove article
16766         from unregistration list too.  Reported by David Hanak
16767         <dhanak@isis.vanderbilt.edu>
16768
16769 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16770
16771         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16772         nil.  Change custom type.
16773
16774 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16775
16776         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16777
16778         * gnus-sum.el (gnus-summary-move-article): Use it.
16779
16780 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16781
16782         * encrypt.el: Add autoload cookies.
16783
16784         * spam.el (spam-backend-article-list-property)
16785         (spam-backend-get-article-todo-list)
16786         (spam-backend-put-article-todo-list)
16787         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16788         Resolve registrations separately.
16789         (spam-register-routine): Format comments.
16790         (spam-unregister-routine, spam-register-routine): Always call with
16791         specific-articles, no default list.
16792         (spam-summary-prepare-exit): Use the spam-classifications function.
16793
16794         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16795         gnus-encrypt.el.
16796
16797         * encrypt.el: Copied from gnus-encrypt.el.
16798
16799         * gnus-encrypt.el: Commented that it's obsolete.
16800
16801 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16802
16803         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16804         (gnus-score-save): Use it.
16805
16806         * message.el (message-bury): Use `window-dedicated-p'.
16807
16808 2004-10-15  Simon Josefsson  <jas@extundo.com>
16809
16810         * pop3.el (top-level): Don't require nnheader.
16811         (pop3-read-timeout): Add.
16812         (pop3-accept-process-output): Add.
16813         (pop3-read-response, pop3-retr): Use it.
16814
16815 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16816
16817         * spam.el (spam-register-routine): Move comment.
16818         (spam-verify-bogofilter): Use 'unknown for the initial
16819         spam-bogofilter-valid state, not 'never.
16820
16821         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16822         for netrc-machine.
16823
16824         * nnimap.el (nnimap-open-connection):
16825         Use netrc-machine-user-or-password.
16826
16827 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16828
16829         * gnus-registry.el (gnus-registry-unload-hook):
16830         Set as a variable with add-hook.
16831
16832         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16833         of news-path.
16834
16835         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16836
16837         * spam.el: Delete duplicate `provide'.
16838         (spam-unload-hook): Set as a variable with add-hook.
16839
16840 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16841
16842         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16843         in the doc string.
16844
16845         * message.el (message-ignored-news-headers)
16846         (message-ignored-supersedes-headers)
16847         (message-ignored-resent-headers)
16848         (message-forward-ignored-headers): Improve custom type.
16849
16850 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16851
16852         * message.el (message-tokenize-header): Fix 2004-09-06 change
16853         which used point-min in the wrong place.
16854
16855 2004-10-12  Simon Josefsson  <jas@extundo.com>
16856
16857         * tls.el (tls-certtool-program): New variable.
16858         (tls-certificate-information): New function, based on
16859         ssl-certificate-information.
16860
16861 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16862
16863         * compface.el: Move the version of ELisp-based uncompface program
16864         to the contrib directory because of the copyright problem.
16865
16866 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16867
16868         * message.el (message-kill-buffer): Raise the current frame.
16869
16870 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16871
16872         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16873
16874         * gnus.el (message-y-or-n-p): Autoload.
16875
16876         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16877         (pop3-password-required, pop3-authentication-scheme)
16878         (pop3-leave-mail-on-server): Make customizable.
16879         (pop3): New custom group.
16880         (pop3-retr): Remove `sleep-for' statements.
16881         Suggested by Dave Love <fx@gnu.org>.
16882
16883         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16884         Windows/DOS.
16885
16886         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16887         (imap-parse-body): Fix incorrect use of `assert'.
16888         Suggested by Dave Love <fx@gnu.org>.
16889
16890         * mml.el (mml-minibuffer-read-disposition): Require match.
16891         Suggested by Dave Love <fx@gnu.org>.
16892
16893 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16894
16895         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16896         doc string.
16897
16898 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16899
16900         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16901
16902 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16903
16904         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16905         instead of calling `mm-insert-inline', to decode text/* parts
16906         before displaying them.
16907
16908 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16909
16910         * mm-uu.el (mm-uu-text-plain-type): New variable.
16911         (mm-uu-pgp-signed-extract-1): Use it.
16912         (mm-uu-pgp-encrypted-extract-1): Use it.
16913         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16914         bind mm-uu-text-plain-type with that value.
16915         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16916         mm-uu-dissect.
16917
16918 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16919
16920         * gnus-group.el (gnus-update-group-mark-positions):
16921         * gnus-sum.el (gnus-update-summary-mark-positions):
16922         * message.el (message-check-news-body-syntax):
16923         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16924         of string-as-multibyte.
16925
16926 2004-10-05  Juri Linkov  <juri@jurta.org>
16927
16928         * gnus-group.el (gnus-update-group-mark-positions):
16929         * gnus-sum.el (gnus-update-summary-mark-positions):
16930         * message.el (message-check-news-body-syntax):
16931         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16932         8-bit unibyte values to a multibyte string for search functions.
16933
16934 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16935
16936         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16937         (mm-uu-dissect-text-parts): New function.
16938
16939         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16940         dissect text parts.
16941
16942         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16943         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16944
16945         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16946
16947         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16948         Use gnus-current-topics instead of gnus-current-topic.
16949
16950 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16951
16952         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16953
16954 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16955
16956         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16957         where approriate.
16958
16959         * nnml.el (nnml-generate-active-info): do.
16960
16961         * nndiary.el (nndiary-generate-active-info): do.
16962
16963         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16964         (gnus-topic-move): do.
16965
16966         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16967         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16968
16969         * gnus-srvr.el (gnus-server-prepare)
16970         (gnus-server-open-all-servers): do.
16971
16972         * gnus-msg.el (gnus-summary-cancel-article)
16973         (gnus-summary-resend-message)
16974         (gnus-summary-mail-crosspost-complaint): do.
16975
16976         * gnus-move.el (gnus-change-server): do.
16977
16978         * gnus-group.el (gnus-group-unmark-all-groups)
16979         (gnus-group-set-current-level): do.
16980
16981 2004-10-04  Simon Josefsson  <jas@extundo.com>
16982
16983         * message.el (message-generate-hashcash): Doc fix.
16984
16985 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16986
16987         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16988         avoid infinite recursion via gnus-get-function.
16989
16990 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16991
16992         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16993
16994         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16995
16996         * nnmail.el (nnmail-split-history): do.
16997
16998         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16999         (nnml-request-delete-group): do.
17000
17001         * nnslashdot.el (nnslashdot-read-groups): do.
17002
17003         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17004         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17005
17006         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17007         (nnspool-sift-nov-with-sed): Use last.
17008         (nnspool-retrieve-headers-with-nov): Use mapc.
17009         (nnspool-request-newgroups): Use dolist.
17010         (nnspool-request-group): Use last.
17011
17012         * nntp.el (nntp-read-server-type): Use dolist.
17013
17014         * nnvirtual.el (nnvirtual-create-mapping)
17015         (nnvirtual-update-read-and-marked): Use dolist.
17016         (nnvirtual-convert-headers): Simplify.
17017
17018 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17019
17020         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17021         Add support for sync'ing tick marks.
17022
17023 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17024
17025         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17026         there's no visible header.
17027
17028 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17029
17030         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17031         When necessary, pass full group name to gnus-request-set-marks.
17032
17033 2004-10-01  Simon Josefsson  <jas@extundo.com>
17034
17035         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17036         acroread.
17037
17038 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17039
17040         * spam-report.el (spam-report-gmane): Fix interactive.
17041
17042         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17043
17044         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17045         when writing file.
17046         (gnus-agent-synchronize-flags): Don't default to being
17047         interactive.
17048
17049 2004-09-30  Simon Josefsson  <jas@extundo.com>
17050
17051         * message.el (message-generate-hashcash): Add.
17052         (message-send-mail): Use it, call mail-add-payment.
17053
17054 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17055
17056         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17057
17058 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17059
17060         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17061         gnus-requst-update-info with explicit code to sync the in-memory
17062         info read flags with the marks being sync'd to the backend.
17063
17064         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17065
17066 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17067
17068         * spam.el (spam-verify-bogofilter): Add new function.
17069         (spam-check-bogofilter)
17070         (spam-bogofilter-register-with-bogofilter): Use it.
17071         (spam-verify-bogofilter): Add small fixes.
17072
17073 2004-09-28  Simon Josefsson  <jas@extundo.com>
17074
17075         * hashcash.el (hashcash-generate-payment): Revert.
17076
17077 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17078
17079         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17080         Use gnus-extract-references instead of gnus-split-references.
17081
17082         * gnus-util.el (gnus-extract-references): Add new function, analogous
17083         to gnus-split-references but extracts only the message-ID without
17084         anything extra.
17085
17086         * hashcash.el (hashcash-generate-payment)
17087         (hashcash-check-payment): Do the right thing if hashcash-path is
17088         nil (because the hashcash program could not be found).
17089
17090         * spam.el (spam-use-hashcash): Remove comment.
17091
17092 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17093
17094         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17095         (gnus-cache-enter-article, gnus-cache-remove-article)
17096         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17097
17098         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17099
17100         * gnus-art.el (article-hide-boring-headers)
17101         (article-translate-strings, article-display-face)
17102         (gnus-article-mime-match-handle-first)
17103         (gnus-article-highlight-headers)
17104         (gnus-article-add-buttons-to-head): do.
17105
17106 2004-09-27  Simon Josefsson  <jas@extundo.com>
17107
17108         * hashcash.el: New version, from
17109         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17110         ../contrib/.
17111
17112 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17113
17114         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17115
17116 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17117
17118         * gnus-dup.el (gnus-dup-open): Use mapc.
17119         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17120
17121         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17122         Reported by Stefan Wiens <s.wi@gmx.net>.
17123
17124         * gnus.el (gnus-shutdown): Use dolist.
17125
17126         * gnus-undo.el (gnus-undo): Use mapc.
17127
17128         * nnrss.el (nnrss-generate-active): do.
17129
17130         * message.el (message-cite-original-without-signature)
17131         (message-cite-original): Use mapc.
17132         (message-do-actions, message-make-forward-subject): Use dolist.
17133
17134 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17135
17136         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17137         deletion to remove entire duplicate line.  Fixes merged article
17138         number bug.
17139
17140 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17141
17142         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17143         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17144         first ask if you want to open a server and then, even when you
17145         responded with no, asking if you want to synchronize the server's
17146         flags.
17147         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17148         multi-line expressions.
17149         (gnus-agent-synchronize-group-flags): New internal function.
17150         Updates marks in memory (in the info structure) AND in the
17151         backend.
17152
17153         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17154
17155         * nnagent.el (nnagent-request-set-mark):
17156         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17157         method, to ensure that synchronization updates marks in the
17158         backend and in the info (in memory) structure.
17159
17160 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17161
17162         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17163         convention fully; don't miss the root article of a thread; make
17164         the X-Draft-From header with correct article numbers.
17165
17166 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17167
17168         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17169         unless plugged.  Disable the agent so that an open failure causes
17170         an error.
17171
17172         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17173         Revert 2004-09-21 change.  The backend must be opened while
17174         synchronizing flags even when the backend stores the flags
17175         locally.
17176
17177 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17178
17179         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17180         in `header' match.  Reported by Svend Tollak Munkejord.
17181
17182         * message.el (message-cite-original): Fix use of
17183         `message-cite-articles-with-x-no-archive'.
17184
17185 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17186
17187         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17188         (gnus-window-to-buffer): Ditto.
17189
17190         * mml.el (mml-preview-buffer): New variable.
17191         (mml-preview): Manage window layout with gnus-buffer-configuration.
17192
17193         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17194         X-Draft-From header even if those articles aren't quoted.
17195
17196 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17197
17198         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17199         (gnus-request-set-mark, gnus-request-update-mark): Use new
17200         g-s-t-u-l-m to decide to use backend even when unplugged.
17201
17202 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17203
17204         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17205         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17206
17207 2004-09-20  Simon Josefsson  <jas@extundo.com>
17208
17209         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17210         "utf-16-le".
17211
17212 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17213
17214         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17215
17216 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17217
17218         * uudecode.el (uudecode-use-external): Add :version.
17219
17220         * smime.el (smime-CA-file, smime-encrypt-cipher)
17221         (smime-dns-server): Add :version.
17222
17223         * smiley.el (gnus-smiley-file-types): Add :version.
17224
17225         * sha1.el (sha1-use-external): Add :version.
17226
17227         * pgg-def.el (pgg-query-keyserver): Add :version.
17228
17229         * nnmail.el (nnmail-fancy-expiry-targets)
17230         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17231         Add :version.
17232
17233         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17234         (nnimap-retrieve-groups-asynchronous): Add :version.
17235         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17236
17237         * mml.el (mml-content-disposition-parameters)
17238         (mml-insert-mime-headers-always): Add :version.
17239
17240         * mm-util.el (mm-coding-system-priorities): Add :version.
17241
17242         * mm-decode.el (mm-inline-text-html-with-images)
17243         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17244         (mm-verify-option): Add :version.
17245         (mm-text-html-renderer): Change :version.
17246
17247         * message.el (message-fcc-externalize-attachments)
17248         (message-required-headers, message-draft-headers)
17249         (message-subject-trailing-was-query)
17250         (message-subject-trailing-was-ask-regexp)
17251         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17252         (message-mark-insert-end, message-archive-header)
17253         (message-archive-note, message-cross-post-default)
17254         (message-cross-post-note, message-followup-to-note)
17255         (message-cross-post-note-function, message-use-mail-followup-to)
17256         (message-subscribed-address-functions)
17257         (message-subscribed-address-file, message-subscribed-addresses)
17258         (message-subscribed-regexps, message-allow-no-recipients)
17259         (message-yank-cited-prefix, message-signature-insert-empty-line)
17260         (message-hidden-headers, message-hierarchical-addresses)
17261         (message-mail-user-agent, message-use-idna)
17262         (message-valid-fqdn-regexp)
17263         (message-strip-special-text-properties, message-header-synonyms)
17264         (message-beginning-of-line, message-tab-body-function): Add :version.
17265         (message-insert-canlock, message-wide-reply-confirm-recipients):
17266         Change :version.
17267
17268         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17269         and :version.
17270         (mail-source-delete-old-incoming-confirm)
17271         (mail-source-movemail-program): Add :version.
17272
17273         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17274         (gnus-agent-cache, gnus-agent): Change :version.
17275
17276         * gnus-util.el (gnus-use-byte-compile): Change :version.
17277
17278         * gnus-sum.el (gnus-summary-make-false-root-always)
17279         (gnus-summary-default-high-score)
17280         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17281         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17282         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17283         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17284         (gnus-sum-thread-tree-single-indent)
17285         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17286         (gnus-sum-thread-tree-leaf-with-other)
17287         (gnus-sum-thread-tree-single-leaf): Add :version.
17288         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17289         (gnus-article-loose-mime): Change :version.
17290
17291         * gnus-start.el (gnus-backup-startup-file)
17292         (gnus-save-startup-file-via-temp-buffer): Add :version.
17293
17294         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17295         (gnus-server-offline-face): Add :version.
17296
17297         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17298
17299         * gnus-msg.el (gnus-gcc-externalize-attachments)
17300         (gnus-debug-files, gnus-debug-exclude-variables)
17301         (gnus-discouraged-post-methods): Change :version.
17302         (gnus-confirm-mail-reply-to-news)
17303         (gnus-confirm-treat-mail-like-news): Add :version.
17304
17305         * gnus-int.el (gnus-server-unopen-status): Add :version.
17306
17307         * gnus-group.el (gnus-group-jump-to-group-prompt)
17308         (gnus-large-ephemeral-newsgroup)
17309         (gnus-fetch-old-ephemeral-headers): Add :version.
17310
17311         * gnus-fun.el (gnus-x-face-directory)
17312         (gnus-convert-pbm-to-x-face-command)
17313         (gnus-convert-image-to-x-face-command)
17314         (gnus-convert-image-to-face-command): Add :version.
17315
17316         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17317
17318         * gnus-cite.el (gnus-cite-blank-line-after-header)
17319         (gnus-article-boring-faces): Add :version.
17320
17321         * gnus-art.el (gnus-buttonized-mime-types)
17322         (gnus-inhibit-mime-unbuttonizing)
17323         (gnus-treat-display-face)
17324         (gnus-treat-body-boundary): Change :version.
17325         (gnus-body-boundary-delimiter, gnus-picon-databases)
17326         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17327         (gnus-treat-date-english, gnus-treat-fold-headers)
17328         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17329         (gnus-treat-mail-picon, gnus-treat-wash-html)
17330         (gnus-article-encrypt-protocol)
17331         (gnus-use-idna, gnus-article-over-scroll)
17332         (gnus-mime-display-multipart-alternative-as-mixed)
17333         (gnus-mime-display-multipart-related-as-mixed)
17334         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17335         (gnus-ctan-url, gnus-button-ctan-handler)
17336         (gnus-button-handle-ctan-bogus-regexp)
17337         (gnus-button-ctan-directory-regexp)
17338         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17339         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17340         (gnus-button-man-level, gnus-button-emacs-level)
17341         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17342
17343         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17344         (gnus-agent-go-online): Change :version.
17345         (gnus-agent-expire-unagentized-dirs)
17346         (gnus-agent-auto-agentize-methods): Add :version.
17347
17348         * flow-fill.el (fill-flowed-display-column)
17349         (fill-flowed-encode-column): Add :version.
17350
17351         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17352         (gnus-outlook-deuglify-unwrap-max)
17353         (gnus-outlook-deuglify-cite-marks)
17354         (gnus-outlook-deuglify-unwrap-stop-chars)
17355         (gnus-outlook-deuglify-no-wrap-chars)
17356         (gnus-outlook-deuglify-attrib-cut-regexp)
17357         (gnus-outlook-deuglify-attrib-verb-regexp)
17358         (gnus-outlook-deuglify-attrib-end-regexp)
17359         (gnus-outlook-display-hook): Add :version.
17360
17361         * binhex.el (binhex-use-external): Add :version.
17362
17363 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17364
17365         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17366         and `invisible'.
17367
17368 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17369
17370         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17371         in gnus-registry-trim.
17372
17373 2004-09-13  Simon Josefsson  <jas@extundo.com>
17374
17375         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17376
17377         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17378
17379         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17380         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17381         <yamaoka@jpl.org>.
17382         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17383         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17384         <yamaoka@jpl.org>.
17385
17386         * sieve.el (sieve-manage-mode): Ditto.
17387
17388 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17389
17390         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17391
17392 2004-09-11  Simon Josefsson  <jas@extundo.com>
17393
17394         * dns-mode.el: Add.
17395
17396         * mm-view.el (mm-display-dns-inline): Add.
17397
17398         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17399         (mm-automatic-display): Ditto.
17400
17401         * mailcap.el (mailcap-mime-data): Add text/dns.
17402         (mailcap-mime-extensions): Map .soa to text/dns.
17403
17404 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17405
17406         * gnus-art.el (article-decode-mime-words, article-babel)
17407         (gnus-article-highlight-signature, gnus-article-add-buttons)
17408         (gnus-signature-toggle): Remove unnecessary bindings of
17409         `inhibit-read-only' inherited from v5.10 merge.
17410
17411 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17412
17413         * nntp.el (nntp): New customization group.
17414         (nntp-authinfo-file): Add customization group.
17415
17416         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17417
17418         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17419
17420         * gnus.el (to-address, to-list, subscribed)
17421         (large-newsgroup-initial): Ditto.
17422
17423         * flow-fill.el (fill-flowed-display-column)
17424         (fill-flowed-encode-column): Ditto.
17425
17426 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17427
17428         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17429         Use point-min rather than 1.
17430         (message-send-mail): Use buffer-size rather than point-max.
17431
17432         * gnus-sum.el (gnus-summary-search-article-forward):
17433         Signal a specific `search-failed' rather than a generic `error'.
17434
17435         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17436         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17437         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17438
17439 2004-09-10  Simon Josefsson  <jas@extundo.com>
17440
17441         * nndb.el (require): Remove tcp and duplicate cl.
17442
17443 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17444
17445         * gnus-agent.el (directory-files-and-attributes): Move forward.
17446
17447 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17448
17449         * gnus-agent.el (directory-files-and-attributes):
17450         Optionally defined to support XEmacs.
17451
17452 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17453
17454         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17455         to avoid run-time CL dependencies.
17456         (gnus-agent-unfetch-articles): New function.
17457         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17458         article numbers even when local .overview file is missing.
17459         (gnus-agent-read-article-number): New function.  Only accepts
17460         27-bit article numbers.
17461         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17462         Use gnus-agent-read-article-number.
17463         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17464         from backend while recognizing that article numbers in .overview
17465         must be valid.
17466         (gnus-agent-update-files-total-fetched-for):
17467         Use directory-files-and-attributes to improve performance.
17468         * gnus-int.el (gnus-request-move-article):
17469         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17470         improve performance.
17471
17472         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17473         some users confused by references to .newsrc when they only have a
17474         .newsrc.eld file.
17475         (gnus-convert-mark-converter-prompt)
17476         (gnus-convert-converter-needs-prompt): Fix use of property list.
17477         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17478         New function.  Used internally to only display 'gnus converting
17479         files' message when actually necessary.
17480
17481         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17482         methods now autoloaded.
17483
17484 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17485
17486         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17487         identifiers.
17488
17489 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17490
17491         * gnus-picon.el: Fix indentation and closing parenthesis.
17492
17493 2004-09-01  Simon Josefsson  <jas@extundo.com>
17494
17495         * message.el (message-canlock-generate): Require sha1, not
17496         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17497         to require within a function.  Sadly, if sha1.el isn't loaded, the
17498         let binding in m-c-g will hide the defcustom definition, which is
17499         bad.)
17500
17501         * canlock.el: Require sha1, not sha1-el.
17502
17503         * message.el: Don't autoload sha1 (there is a autoload cookie in
17504         sha1.el).
17505
17506         * sha1-el.el: Rename to sha1.el.
17507
17508 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17509
17510         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17511
17512 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17513
17514         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17515
17516 2004-08-30  Kim F. Storm  <storm@cua.dk>
17517
17518         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17519
17520         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17521         Add :group 'nnimap.
17522
17523 2004-08-30  Andreas Schwab  <schwab@suse.de>
17524
17525         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17526         ?* and ?\;.
17527
17528         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17529         and ?\' to symbol instead of whitespace.
17530
17531 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17532
17533         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17534
17535         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17536         instead of re-search-forward.
17537
17538         * gnus-uu.el (gnus-uu-save-article): Ditto.
17539         (gnus-uu-post-encode-uuencode): Ditto.
17540
17541         * html2text.el (html2text-clean-list-items): Ditto.
17542         (html2text-clean-dtdd): Ditto.
17543         (html2text-format-tags): Ditto.
17544
17545         * message.el (message-send-mail-with-sendmail): Fix regexp.
17546         (message-fill-field-general): Use search-forward instead of
17547         re-search-forward.
17548         (unbold-region): Ditto.
17549
17550         * nnrss.el (nnrss-request-article): Ditto.
17551
17552         * nnslashdot.el (nnslashdot-request-article): Ditto.
17553
17554         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17555
17556         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17557         "Unrecognized menu descriptor" error in XEmacs.
17558
17559 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17560
17561         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17562         parent article of a sparse article in the thread hashtb.
17563
17564 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17565
17566         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17567         (nnmail-expand-newtext): Lowercase expanded entries if
17568         nnmail-split-lowercase-expanded is non-nil.
17569
17570 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17571
17572         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17573
17574         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17575         of gnus-tmp-news-method into string under XEmacs.  It will be
17576         passed to gnus-correct-length which takes only a string argument.
17577
17578 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17579
17580         * gnus-util.el (gnus-bind-print-variables): New macro.
17581         (gnus-prin1): Use it.
17582         (gnus-prin1-to-string): Use it.
17583         (gnus-pp): New function.
17584         (gnus-pp-to-string): New function.
17585
17586         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17587         Replace pp-to-string with gnus-pp-to-string.
17588         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17589         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17590         * gnus-msg.el (gnus-debug): Ditto.
17591         * gnus-score.el (gnus-score-save): Ditto.
17592         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17593         gnus-pp-to-string.
17594         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17595         with gnus-pp.
17596         * score-mode.el (gnus-score-pretty-print): Ditto.
17597         * webmail.el (webmail-debug): Ditto.
17598
17599 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17600
17601         * gnus-art.el (article-display-face, article-display-x-face):
17602         Use buffer-read-only.
17603
17604 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17605
17606         * gnus-art.el (article-hide-list-identifiers):
17607         Bind inhibit-read-only as t.
17608
17609 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17610
17611         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17612
17613 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17614
17615         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17616         (gnus-narrow-to-page): Don't assume point-min == 1.
17617         (gnus-article-edit-mode): Derive from message-mode.
17618
17619         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17620         point-min == 1.
17621
17622         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17623         Disable incorrect use of `assert'.
17624
17625         * message.el (message-mode): Set comment-start-skip.
17626
17627
17628 2004-08-22  Sam Steingold  <sds@gnu.org>
17629
17630         * pop3.el (pop3-leave-mail-on-server): New user variable.
17631         (pop3-movemail): Delete mail only when it is nil.
17632
17633 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17634
17635         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17636
17637         * mml.el (mml-preview): Use `pop-to-buffer'.
17638
17639         * message.el (message-goto-mail-followup-to): Insert after "To".
17640         (message-carefully-insert-headers): Add comment.
17641
17642         * gnus.el: Remove unused variable `gnus-article-check-size'.
17643
17644         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17645
17646         * gnus-art.el (gnus-button-alist):
17647         Improve `gnus-button-handle-library' entry.
17648
17649 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17650
17651         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17652         Use downcase, since XEmacs capitalizes error messages differently.
17653
17654 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17655
17656         * nntp.el: Add (require 'gnus) due to reference to
17657         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17658
17659 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17660
17661         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17662         Bind `mm-fill-flowed'.
17663
17664         * mm-decode.el (mm-dissect-singlepart): Check it.
17665
17666 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17667
17668         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17669         'imap' for netrc parsing.
17670
17671 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17672
17673         * mailcap.el (mailcap-mime-data): Mark as risky.
17674
17675 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17676
17677         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17678         may be included in the encoded word.
17679         (rfc2047-encode): Don't append a space if the encoded word
17680         includes close parenthesis.
17681
17682 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17683
17684         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17685         of text within parentheses.
17686
17687 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17688
17689         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17690         (gnus-encrypt-write-file-contents): Make the password key the file
17691         name PLUS the cipher, not just the cipher.  Also remove failed
17692         passwords from the cache.
17693
17694 2004-08-06  Simon Josefsson  <jas@extundo.com>
17695
17696         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17697         Doc fix.
17698
17699 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17700
17701         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17702         LWSP.
17703
17704 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17705
17706         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17707         Try to append in-reply-to: data to the references: header.
17708
17709         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17710         (netrc-parse): Use gnus-encrypt.el functions.
17711
17712         * gnus-encrypt.el: Add new file for encryption support; currently
17713         does only a few GPG ciphers and an internal XOR cipher.
17714
17715         * password.el: Add comments on using password-read-and-add.
17716         (password-read-and-add): Add function to read and add the
17717         password to the cache at once.
17718
17719 2004-07-28  Simon Josefsson  <jas@extundo.com>
17720
17721         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17722         parameter (but don't use it, for now).
17723
17724         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17725         instead of hard coding to nil.
17726
17727 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17728
17729         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17730         as mm-inline-image-xemacs does.
17731
17732 2004-07-26  Simon Josefsson  <jas@extundo.com>
17733
17734         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17735         Revert part of 2004-07-17 change below.
17736
17737 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17738
17739         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17740         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17741
17742 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17743
17744         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17745         quotes that actually start with ">" at the beginning of the
17746         lines.
17747
17748 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17749
17750         * rfc2047.el (rfc2047-encode-region): Fix last change.
17751         (rfc2047-encode-parameter): Remove useless concat.
17752
17753 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17754
17755         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17756         encode special characters; fix some kind of misconfigured headers;
17757         signal a real error if debug-on-quit or debug-on-error is non-nil.
17758         (rfc2047-encode-max-chars): New variable.
17759         (rfc2047-encode-1): Use it.
17760         (rfc2047-encode-parameter): New function.
17761
17762         * mml.el (mml-insert-parameter): Remove an excessive space.
17763
17764 2004-07-17  Simon Josefsson  <jas@extundo.com>
17765
17766         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17767         Kai Grossjohann <kai@emptydomain.de>.
17768         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17769         (gnus-group-make-menu-bar): Ditto.
17770
17771         * gnus-util.el (gnus-group-server): Add.
17772
17773 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17774
17775         * message.el (message-clone-locals): Clone sendmail and smtp
17776         variables.
17777
17778 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17779
17780         * rfc2047.el (rfc2047-encode-region): Fix last change.
17781
17782 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17783
17784         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17785         characters as non-special.
17786
17787 2004-07-09  Simon Josefsson  <jas@extundo.com>
17788
17789         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17790         Users will lose all flag changes made while unplugged with
17791         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17792         good default.  See numerous reports on ding mailing list.
17793
17794 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17795
17796         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17797         add generate-head-function and generate-article-function to the
17798         rfc822-forward entry.
17799         (nndoc-rfc822-forward-generate-article): New function.
17800         (nndoc-rfc822-forward-generate-head): New function.
17801
17802         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17803
17804 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17805
17806         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17807         respect display group parameter and gnus-summary-expunge-below.
17808         (gnus-articles-to-read): Remove unused reference to display group
17809         parameter.
17810
17811 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17812
17813         * nnheader.el (nnheader-uniquify-message-id): New experimental
17814         variable.
17815         (nnheader-nov-read-message-id): Use it.
17816
17817         * spam-report.el (spam-report-gmane): Add interactive.
17818
17819 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17820
17821         * mm-encode.el (mm-content-transfer-encoding-defaults):
17822         Use qp-or-base64 for the application/* types.
17823
17824 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17825
17826         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17827
17828 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17829
17830         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17831         trim value.
17832
17833 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17834
17835         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17836         New macro and function.
17837         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17838
17839 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17840
17841         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17842         after-load-alist.
17843
17844 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17845
17846         * gnus-group.el (gnus-group-get-new-news-this-group):
17847         Don't update info that isn't there.
17848
17849 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17850
17851         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17852         entry.
17853
17854 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17855
17856         * mm-view.el (mm-inline-render-with-function): Use multibyte
17857         buffer; decode html source by charset.
17858
17859         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17860
17861         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17862         Mule-UCS is loaded under XEmacs.
17863         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17864
17865 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17866
17867         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17868
17869 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17870
17871         * mm-util.el (mm-coding-system-p): Return a coding-system.
17872         (mm-mime-mule-charset-alist): Use shift_jis instead of
17873         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17874         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17875         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17876         instead of japanese-shift-jis and iso-latin-1 respectively in
17877         order to share the default value with both Emacs and XEmacs-mule.
17878         (mm-mule-charset-to-mime-charset):
17879         Make mm-coding-system-priorities effective.
17880         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17881         while predicating of candidates upon the priorities.
17882
17883 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17884
17885         * gnus-sum.el (gnus-summary-make-menu-bar):
17886         Add gnus-uu-invert-processable.
17887
17888         * gnus.el: Autoload gnus-uu-invert-processable.
17889
17890 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17891
17892         * mm-util.el (mm-with-multibyte-buffer): New macro.
17893
17894         * rfc2047.el (rfc2047-encode-string): Use it.
17895         (rfc2047-encode-region): Move point to the end of the region after
17896         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17897
17898 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17899
17900         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17901         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17902
17903 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17904
17905         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17906         (gnus-cite-parse): Ignore quoted envelope From_.
17907         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17908
17909 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17910
17911         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17912         invalid addresses.
17913
17914 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17915
17916         * spam.el: Change section markers, revise TODO list.
17917         (spam-backends): Make new master list of all installed backends.
17918         (spam-summary-exit-behavior): Add new variable to determine how
17919         messages moves are done at summary exit.
17920         (spam-move-spam-nonspam-groups-only)
17921         (spam-process-ham-in-nonham-groups)
17922         (spam-process-ham-in-spam-groups): Remove variables, the
17923         spam-summary-exit-behavior variable should be used to manage this
17924         behavior.
17925         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17926         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17927         and spam-old-spam-articles.
17928         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17929         Add empty variables, placeholders for the backends they represent.
17930         (spam-set-difference): Move, unchanged.
17931         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17932         unless the user has a processor variable.
17933         (spam-classifications, spam-classification-valid-p)
17934         (spam-backend-properties, spam-backend-property-valid-p)
17935         (spam-backend-function-type-valid-p)
17936         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17937         (spam-report-articles-gmane, spam-report-articles-resend):
17938         Remove functions, they are not needed.
17939         (spam-install-backend-super, spam-backend-list)
17940         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17941         (spam-backend-function, spam-backend-ham-registration-function)
17942         (spam-backend-spam-registration-function)
17943         (spam-backend-ham-unregistration-function)
17944         (spam-backend-spam-unregistration-function)
17945         (spam-backend-statistical-p, spam-backend-mover-p)
17946         (spam-install-backend-alias, spam-install-checkonly-backend)
17947         (spam-install-mover-backend, spam-install-nocheck-backend)
17948         (spam-install-backend, spam-install-statistical-backend)
17949         (spam-install-statistical-checkonly-backend): Add backend installation
17950         support.
17951         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17952         (spam-group-processor-p): Use the new backend code and respect the
17953         summary exit behavior.
17954         (spam-mark-spam-as-expired-and-move-routine): Remove.
17955         (spam-summary-prepare): Change to use the new spam-old-articles
17956         variable.
17957         (spam-copy-or-move-routine, spam-copy-spam-routine)
17958         (spam-move-spam-routine, spam-copy-ham-routine)
17959         (spam-move-ham-routine): Add code to copy/move ham or spam.
17960         (spam-fetch-field-fast): Improve doc and code, plus allow the
17961         'number request.
17962         (spam-list-of-checks, spam-list-of-statistical-checks):
17963         Remove variables.
17964         (spam-split, spam-find-spam): Use the new backend code.
17965         (spam-registration-functions): Remove variable.
17966         (spam-unregister-routine): Add convenience wrapper.
17967         (spam-log-undo-registration, spam-register-routine)
17968         (spam-log-processing-to-registry)
17969         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17970         where possible.
17971         (spam-check-gmane-xref, spam-check-regex-headers)
17972         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17973         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17974         (spam-check-bogofilter-headers, spam-check-spamoracle)
17975         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17976         (spam-check-crm114-headers): Use the spam-split-group that
17977         spam-split prepares, no need to determine it every time.
17978
17979         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17980         to the nnheader-parse-naked-head call.
17981
17982         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17983
17984         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17985         the nnheader-nov-read-message-id call.
17986
17987 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17988
17989         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17990         gnus-activate-group twice.  Suggested by Markus Peter
17991         <warp@spin.de>.
17992
17993 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17994
17995         * gnus-art.el (gnus-article-time-format): Exchange the order of
17996         day and month in the default value; fix customization type.
17997         (article-date-ut): Use add-text-properties.
17998         (article-make-date-line): Use message-make-date instead of
17999         current-time-string.
18000
18001         * message.el (message-fetch-field): Don't use set-text-properties.
18002         (message-make-date): Simplify.
18003
18004         * messagexmas.el (message-xmas-make-date): New function.
18005         (message-xmas-redefine): Defalias message-make-date to it.
18006
18007 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18008
18009         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18010         (rfc2047-encode-region): Treat text within parentheses as special;
18011         show the original text when error has occurred.
18012
18013         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18014         already-computed method to gnus-activate-group.
18015
18016         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18017         same select-methods identical Lisp objects.
18018
18019         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18020         object when modifying the info.
18021
18022 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18023
18024         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18025         gnus-opened-servers since it has never been opened with the new
18026         configuration yet.
18027
18028 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18029
18030         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18031         arg to nnheader-generate-fake-message-id.
18032
18033 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18034
18035         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18036         number and build a fake message ID localized to a group and
18037         article number (so it's repeatable from that point on).
18038         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18039         ID format.
18040
18041         * gnus-sum.el (gnus-get-newsgroup-headers):
18042         Call nnheader-generate-fake-message-id with the article number.
18043
18044 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18045
18046         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18047         end-of-buffer.
18048
18049 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18050
18051         * message.el (message-ignored-supersedes-headers): Add Approved.
18052
18053 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18054
18055         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18056         goto-char.
18057         (rfc2047-encode): Fold the line before encoding.
18058
18059 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18060
18061         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18062         folding -- not all headers can be folded, and this should be done
18063         by the message composition mode.  Probably.  I think.
18064
18065 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18066
18067         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18068         fast.
18069
18070         * gnus-ems.el (gnus-remove-image): Don't use
18071         message-text-with-property; remove only the image found first.
18072
18073         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18074         found first.
18075
18076 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18077
18078         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18079
18080 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18081
18082         * message.el (message-text-with-property): Make it fast and accept
18083         optional arguments.
18084         (message-strip-forbidden-properties): Use it.
18085         (message-fix-before-sending): Follow the m-t-w-p change.
18086
18087         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18088
18089 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18090
18091         * gnus-art.el (article-hide-headers): Don't change the buffer
18092         mistakenly when performing mml-preview even if
18093         gnus-single-article-buffer is nil.
18094
18095 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18096
18097         * message.el (message-expand-name-databases): New user option.
18098         (message-expand-name): Use it.
18099
18100 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18101
18102         * spam.el (spam-report-articles-resend)
18103         (spam-report-resend-register-routine): Allow ham reporting.
18104         (spam-report-resend-register-ham-routine): Add wrapper.
18105         (spam-registration-functions): Add ham resending functions.
18106         (spam-list-of-processors): Add ham resend processor.
18107
18108         * gnus.el (ham-resend-to): Add new group parameter.
18109         (spam-process): Add ham resend option.
18110
18111         * spam-report.el (spam-report-resend): Allow reporting ham.
18112         (spam-report-resend-ham): Add wrapper.
18113
18114 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18115
18116         * message.el (message-cite-articles-with-x-no-archive):
18117         New variable.
18118         (message-cite-original): Use it.
18119
18120 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18121
18122         * message.el (message-cite-original): Respect X-No-Archive.
18123
18124 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18125
18126         * gnus-art.el (article-hide-headers): Refer to the values for
18127         gnus-ignored-headers and gnus-visible-headers in the summary
18128         buffer since a user may have set them as group parameters.
18129
18130 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18131
18132         * assistant.el (assistant-node-name): Add convenience function.
18133         (assistant-render-text, assistant-render-node): Add error handling,
18134         plus handle multiple next nodes.
18135         (assistant-find-next-node): Comment out for now.
18136         (assistant-find-next-nodes): Add function, returns list of next
18137         nodes.
18138
18139 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18140
18141         * mail-source.el (mail-source-directory): Fix doc-string.
18142
18143 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18144
18145         * assistant.el (assistant-render-text, assistant-eval): Add :set
18146         widget type, which is different because it takes and returns a
18147         list.  Much hilarity ensues.
18148
18149 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18150
18151         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18152
18153         * gnus-group.el (gnus-group-get-new-news-this-group):
18154         Add doc-string.
18155
18156         * gnus-start.el (gnus-activate-group): Add doc-string.
18157
18158 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18159
18160         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18161
18162 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18163
18164         * assistant.el (assistant-render-text): Try to add a :set
18165         widget, more to come.
18166
18167         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18168         strings.
18169         (spam-report-articles-resend)
18170         (spam-register-routine): Do registration iff any articles warrant
18171         it.
18172         (spam-summary-prepare-exit): Change log message for nil group
18173         destinations.
18174
18175 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18176
18177         * spam.el (spam-report-resend-register-routine):
18178         Allow spam-report-resend-to to be a group parameter or a global value.
18179
18180 2004-05-26  Simon Josefsson  <jas@extundo.com>
18181
18182         * starttls.el: Merge with my GNUTLS based starttls.el.
18183         (starttls-gnutls-program, starttls-use-gnutls)
18184         (starttls-extra-arguments, starttls-process-connection-type)
18185         (starttls-connect, starttls-failure, starttls-success):
18186         New variables.
18187         (starttls-program, starttls-extra-args): Doc fix.
18188         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18189         New functions.
18190         (starttls-negotiate, starttls-open-stream):
18191         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18192         function if it is set.
18193
18194 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18195
18196         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18197         structured fields.
18198
18199 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18200
18201         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18202
18203 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18204
18205         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18206         Add variable.
18207         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18208         assigning the spam-mark to new messages.
18209
18210 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18211
18212         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18213
18214 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18215
18216         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18217
18218         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18219         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18220         default.
18221
18222 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18223
18224         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18225         correct data.
18226
18227 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18228
18229         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18230         (spam-group-processor-p): Fix function.
18231         (spam-group-processor-multiple-p)
18232         (spam-group-spam-processor-report-gmane-p)
18233         (spam-group-spam-processor-report-resend-p)
18234         (spam-group-spam-processor-bogofilter-p)
18235         (spam-group-spam-processor-blacklist-p)
18236         (spam-group-spam-processor-ifile-p)
18237         (spam-group-ham-processor-ifile-p)
18238         (spam-group-spam-processor-spamoracle-p)
18239         (spam-group-spam-processor-crm114-p)
18240         (spam-group-ham-processor-bogofilter-p)
18241         (spam-group-spam-processor-stat-p)
18242         (spam-group-ham-processor-stat-p)
18243         (spam-group-ham-processor-whitelist-p)
18244         (spam-group-ham-processor-BBDB-p)
18245         (spam-group-ham-processor-spamoracle-p)
18246         (spam-group-ham-processor-copy-p): Remove functions with some
18247         prejudice against unneeded code.
18248         (spam-report-articles-resend)
18249         (spam-report-resend-register-routine): Allow the group/topic
18250         spam-resend-to value to override spam-report-resend-to.
18251         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18252         properly now.
18253
18254         * gnus.el (spam-resend-to): Add group/topic parameter.
18255         (spam-process): Move the OBSOLETE processors to the end of the
18256         choices.
18257
18258 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18259
18260         * spam-report.el (spam-report-resend-to, spam-report-resend):
18261         Start with resend-to set to nil, and then ask the user if necessary.
18262         (spam-report-resend): spam-report-resend takes a list of articles, not
18263         separate article numbers.
18264
18265 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18266
18267         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18268         addition to emacs-w3m.
18269
18270 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18271
18272         * assistant.el (assistant-authinfo-data): New function.
18273         (assistant-eval): Eval for entire assistant.
18274
18275         * netrc.el (netrc-services-file): New variable.
18276         (netrc-parse-services): New function.
18277         (netrc-find-service-name): New function.
18278         (netrc-find-service-number): New function.
18279         (netrc-port-equal): New function.
18280         (netrc-machine): Use it.
18281
18282         * nnimap.el (nnimap-open-connection): Use netrc.
18283
18284         * gnus-util.el (gnus-netrc-get): Remove aliases.
18285
18286         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18287
18288         * assistant.el (wid-edit): Fix compilation.
18289
18290         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18291
18292 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18293
18294         * gnus-util.el (gnus-set-file-modes): New function.  (small
18295         patch).
18296
18297 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18298
18299         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18300
18301         * assistant.el (assistant-render-node): Fix up rendering and
18302         read-only text.
18303         (assistant-render-node): Reset.
18304         (assistant-make-read-only): Not sticky.
18305
18306 2004-05-20  Danny Siu  <dsiu@adobe.com>
18307
18308         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18309         centered even when gnus-auto-center-summary is t.
18310
18311 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18312
18313         * dns.el (dns-get-txt-answer): New function.
18314         (dns-read-txt): Ditto.
18315         (query-dns): Use it.
18316
18317 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18318
18319         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18320         active for foreign groups even if the group level is higher than
18321         the specified value.
18322
18323 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18324
18325         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18326         non-active groups.
18327
18328         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18329
18330 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18331
18332         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18333
18334 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18335
18336         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18337         (spam-crm114-header, spam-crm114-spam-switch)
18338         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18339         (spam-crm114-positive-spam-header)
18340         (spam-crm114-database-directory, spam-list-of-processors)
18341         (spam-group-spam-processor-crm114-p)
18342         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18343         (spam-generic-score, spam-list-of-checks)
18344         (spam-list-of-statistical-checks, spam-registration-functions)
18345         (spam-check-crm114-headers, spam-crm114-score)
18346         (spam-check-crm114, spam-crm114-register-with-crm114)
18347         (spam-crm114-register-spam-routine)
18348         (spam-crm114-unregister-spam-routine)
18349         (spam-crm114-register-ham-routine)
18350         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18351         From asjo@koldfront.dk (Adam Sjøgren).
18352
18353         * gnus.el: Add spam-use-crm114.
18354
18355         * spam.el (spam-list-of-processors, spam-registration-functions):
18356         Add spam-use-resend.
18357         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18358         (spam-report-articles-gmane): Add doc fix.
18359         (spam-report-articles-resend, spam-report-resend-register-routine):
18360         Add wrappers around spam-report-resend-to.
18361
18362         * spam-report.el (spam-report-resend-to, spam-report-resend):
18363         Add support for resending spam.
18364         (spam-report-gmane): Fix line length >80.
18365
18366         * gnus.el (spam-process): Add spam-use-resend.
18367
18368 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18369
18370         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18371         number of processed spam messages.
18372         (spam-ham-copy-or-move-routine): Return the number of processed
18373         ham messages.
18374         (spam-summary-prepare-exit): Use the above values to decide
18375         whether status messages shouled be displayed.
18376
18377 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18378
18379         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18380         `rfc2047-encoding-function-alist' in order to avoid conflicting
18381         with the old version.
18382         (rfc2047-encode-region): Concatenate words containing non-ASCII
18383         characters in structured fields; don't encode space-delimited
18384         ASCII words even in unstructured fields; don't break words at
18385         char-category boundaries.
18386         (rfc2047-encode-1): New function.
18387         (rfc2047-encode): Use it; encode text so that it occupies the
18388         maximum width within 76-column; work correctly on Q encoding for
18389         iso-2022-* charsets.
18390         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18391         sure not to break a line just after the header name.
18392         (rfc2047-b-encode-region): Remove.
18393         (rfc2047-b-encode-string): New function.
18394         (rfc2047-q-encode-region): Remove.
18395         (rfc2047-q-encode-string): New function.
18396
18397         * mm-util.el (mm-replace-in-string): New function.
18398
18399 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18400
18401         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18402         Really get it right.
18403         (gnus-inews-make-draft): Really.
18404
18405 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18406
18407         * nnmh.el (nnmh-request-list-1): Don't check the link count
18408         before descending.  (small patch)
18409
18410 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18411
18412         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18413         stuff.
18414
18415         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18416         Match on real group name.
18417
18418         * gnus-art.el (gnus-signature-limit): Doc fix.
18419
18420         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18421
18422         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18423
18424 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18425
18426         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18427         isn't a string.
18428
18429 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18430
18431         * gnus-draft.el (gnus-draft-send):
18432         Bind rfc2047-encode-encoded-words.
18433
18434         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18435         (rfc2047-encodable-p): Say that =? needs encoding.
18436         (rfc2047-encode-encoded-words): New variable.
18437
18438         * gnus-group.el (gnus-group-select-group): Doc fix.
18439
18440         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18441
18442         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18443         to nil.
18444
18445         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18446
18447         * nnheader.el (nnheader-get-lines-and-char): New function.
18448
18449 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18450
18451         * gnus-msg.el (gnus-summary-followup-with-original):
18452         Document yanking of region when active.
18453
18454 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18455
18456         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18457         groups if the group level is higher than the specified value.
18458
18459 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18460
18461         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18462         (gnus-group-jump-to-group): Add prefix argument using
18463         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18464         non-active group.
18465
18466         * compface.el (uncompface): Be verbose when changing
18467         `uncompface-use-external'.
18468
18469         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18470         handle manual section.
18471
18472 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18473
18474         * gnus-art.el (gnus-button-alist): Revert previous change.
18475
18476 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18477
18478         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18479
18480 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18481
18482         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18483         whether backend can accept message.
18484
18485         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18486
18487 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18488
18489         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18490         Avoid creating directory when nntp-marks-is-evil is true.
18491         Reported by Reiner Steib.
18492
18493 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18494
18495         * gnus-picon.el (gnus-picon-style): New variable.
18496         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18497         (gnus-picon-transform-address): Support `gnus-picon-style'.
18498         From Jesper Harder <harder@ifa.au.dk>.
18499
18500 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18501
18502         * message.el (message-fill-field): Return point.
18503         (message-generate-headers): Go to end of field.
18504
18505         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18506         stuff for non-living groups.
18507
18508 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18509
18510         * gnus-art.el (gnus-article-followup-with-original)
18511         (gnus-article-reply-with-original): gnus-mark-active-p ->
18512         gnus-region-active-p.
18513
18514 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18515
18516         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18517         only when there is spam or ham to be processed.
18518
18519 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18520
18521         * mail-source.el (mail-source-delete-crash-box): Refactor.
18522         (mail-source-fetch): Use it.
18523         (mail-source-fetch-file): Ditto.
18524         (mail-source-fetch-directory): Run postscript in loop.
18525         (mail-source-fetch-pop): Delete.
18526         (mail-source-fetch-maildir): Ditto.
18527         (mail-source-fetch-imap): Ditto.
18528
18529         * imap.el (imap-authenticators): Comment out sasl.
18530
18531         * message.el (message-skip-to-next-address): New function.
18532         (message-fill-header-address): Refactor.
18533         (message-fill-address): Use it.
18534         (message-delete-address): Use it.
18535         (message-fill-header-general): Refactor.
18536         (message-fill-field-address): Rename.
18537         (message-narrow-to-field): Find the start of the header.
18538         (message-header-format-alist): Don't pre-fill.
18539         (message-fill-header): Remove.
18540         (message-insert-header): New function.
18541         (message-shorten-references): Use it.
18542
18543         * rfc2047.el (rfc2047-field-value): Strip props.
18544
18545         * mail-parse.el (mail-header-make-address): New alias.
18546
18547         * ietf-drums.el (ietf-drums-make-address): New function.
18548
18549         * imap.el: Add compiler directives.
18550
18551         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18552
18553         * gnus-art.el (article-decode-idna-rhs): Don't use
18554         message-idna-inside-rhs-p.
18555
18556 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18557
18558         * message.el (message-idna-inside-rhs-p): Remove.
18559         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18560
18561         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18562         false positives.
18563
18564 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18565
18566         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18567
18568 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18569
18570         * nneething.el (nneething-file-name): Don't create spurious
18571         files.
18572
18573         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18574         (gnus-inews-do-gcc): Remove sleep.
18575
18576         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18577         part under point.
18578
18579         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18580         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18581
18582 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18583
18584         * spam.el (spam-summary-prepare-exit): Fix (length).
18585
18586 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18587
18588         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18589         as expired without moving it" message when there are spam
18590         messages left.
18591
18592 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18593
18594         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18595         header is not nil.
18596
18597 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18598
18599         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18600         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18601         (nntp-marks-changed-p): New arg SERVER.
18602         (nntp-request-update-info): Adjust caller.
18603
18604 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18605
18606         * nntp.el (nntp-save-marks): Pass missing arg.
18607
18608 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18609
18610         * nntp.el: Support marks.
18611         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18612         (nntp-marks-modtime, nntp-marks-directory): New variables.
18613         (nntp-request-set-mark, nntp-request-update-info)
18614         (nntp-possibly-create-directory, nntp-marks-changed-p)
18615         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18616         New functions.
18617
18618 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18619
18620         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18621         (gnus-xmas-redefine): Rename.
18622
18623         * gnus-score.el (gnus-score-insert-help):
18624         Use gnus-select-lowest-window.
18625
18626         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18627         appt-select-lowest-window and rename to gnus-select-lowest-window.
18628
18629         * gnus.el: do.
18630
18631 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18632
18633         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18634         encodings of MIME-encoded words, in order to improve
18635         interoperability with several broken MUAs.
18636
18637 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18638
18639         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18640         tags, only when charsets are not specified in headers.
18641         (mm-inline-text-html-render-with-w3m): Ditto.
18642
18643         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18644         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18645
18646 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18647
18648         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18649         instead of MIME-decoded from fields when checking
18650         `gnus-article-address-banner-alist'.
18651
18652 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18653
18654         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18655         description rather than subject.
18656
18657 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18658
18659         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18660
18661 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18662
18663         * gnus.el (gnus-version-number): Bump.
18664
18665 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18666
18667         * gnus.el: No Gnus v0.2 is released.
18668
18669 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18670
18671         * gnus-agent.el (gnus-agent-read-agentview):
18672         Inline gnus-uncompress-range.
18673
18674 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18675
18676         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18677         `exec-installed-p'.
18678
18679 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18680
18681         * gnus.el (spam-process, spam-autodetect-methods):
18682         Add bsfilter and bsfilter-headers.
18683
18684         * spam.el (spam-bsfilter): New customize group.
18685         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18686         (spam-bsfilter-header, spam-bsfilter-probability-header)
18687         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18688         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18689         (spam-bsfilter-database-directory): New options.
18690         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18691         (spam-list-of-statistical-checks, spam-registration-functions):
18692         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18693         (spam-bsfilter-score): New command.
18694         (spam-check-bsfilter-headers, spam-check-bsfilter)
18695         (spam-bsfilter-register-with-bsfilter)
18696         (spam-bsfilter-register-spam-routine)
18697         (spam-bsfilter-unregister-spam-routine)
18698         (spam-bsfilter-register-ham-routine)
18699         (spam-bsfilter-unregister-ham-routine): New functions.
18700         (spam-generic-score): Support bsfilter; Accept an optional argument
18701         to recalcurate spam score even if scoring header has already been
18702         added.
18703         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18704         optional argument to recalcurate spam score even if scoring header
18705         has already been added.
18706
18707 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18708
18709         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18710         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18711         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18712         link is missing.
18713
18714 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18715
18716         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18717         (html2text-get-attr): Rewrite.
18718
18719         * message.el (message-setup-1): Remove redundant put-text-property
18720         on mail-header-separator.
18721
18722 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18723
18724         * gnus-registry.el (gnus-registry-cache-whitespace)
18725         (gnus-registry-action, gnus-registry-spool-action)
18726         (gnus-registry-split-fancy-with-parent): Change message levels
18727         from 5 to 3 or 7, as needed.
18728
18729         * spam.el (spam-summary-prepare-exit)
18730         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18731         (spam-split, spam-find-spam, spam-log-undo-registration)
18732         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18733         level from 5 to 6.
18734
18735 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18736
18737         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18738         2004-03-04 change).
18739
18740 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18741
18742         * sieve-manage.el (sieve-manage-open):
18743         * nnweb.el (nnweb-insert-html):
18744         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18745         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18746         * nnspool.el (nnspool-request-group):
18747         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18748         * nnml.el (nnml-request-update-info):
18749         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18750         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18751         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18752         (nnimap-request-set-mark):
18753         * nnfolder.el (nnfolder-request-update-info):
18754         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18755         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18756         * gnus-uu.el (gnus-uu-find-articles-matching):
18757         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18758         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18759         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18760         * gnus-nocem.el (gnus-nocem-scan-groups):
18761         * gnus-int.el (gnus-start-news-server):
18762         * gnus-group.el (gnus-group-make-kiboze-group)
18763         (gnus-group-browse-foreign-server):
18764         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18765         Use mapc when appropriate.
18766
18767 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18768
18769         FIXME: Make separate entries for each person.
18770
18771         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18772         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18773         <shields@msrl.com>:
18774
18775         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18776         may need for spam sorting and scoring.
18777         (spam-user-format-function-S): Add user format function suitable for
18778         general use.
18779         (spam-article-sort-by-spam-status): Add sorting function for summary
18780         sorting.
18781         (spam-extra-header-to-number): Add function to get a score from a
18782         header.
18783         (spam-summary-score): Add function to get a numeric score from the
18784         headers.
18785         (spam-generic-score): Fix function doc, was in wrong place.
18786         (spam-initialize): Take symbols when it's run, and install the
18787         extra headers that spam-necessary-extra-headers thinks we need.
18788
18789 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18790
18791         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18792         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18793
18794 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18795
18796         * gnus-sum.el (gnus-set-global-variables)
18797         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18798         (gnus-article-get-xrefs, gnus-summary-best-group)
18799         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18800         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18801         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18802         Use with-current-buffer.
18803
18804 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18805
18806         * spam.el (spam-summary-prepare-exit): Simplify logic.
18807         (spam-fetch-article-header): Read the article header if it's not
18808         available.
18809         (spam-list-articles): Simplify logic.
18810         (spam-filelist-register-routine): Fix bug with unregister-list.
18811
18812         * gnus-registry.el: Fix comments at beginning.
18813
18814 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18815
18816         * message.el (message-cater-to-broken-inn): Remove.
18817         (message-shorten-references): Make sure the total folded length of
18818         References is shorter than 998 characters to cater to a bug in INN
18819         2.3.  Also, don't pretend that references aren't folded -- this
18820         hasn't worked for a while.
18821
18822 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18823
18824         * gnus-agent.el (gnus-agentize):
18825         gnus-agent-send-mail-real-function no longer set to current value
18826         of message-send-mail-function but rather a lambda that calls
18827         message-send-mail-function.  The change makes the agent real-time
18828         responsive to user changes to message-send-mail-function.
18829
18830 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18831
18832         * legacy-gnus-agent.el
18833         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18834         help from Florian Weimer <fw@deneb.enyo.de>
18835
18836 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18837
18838         * nnmail.el (nnmail-cache-insert): Revert last change.
18839
18840 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18841
18842         * nnmail.el (nnmail-cache-insert): Always check whether
18843         nnmail-cache-ignore-groups matches a group name.
18844
18845 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18846
18847         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18848         (spam-find-spam, spam-log-processing-to-registry)
18849         (spam-log-registered-p, spam-log-unregistration-needed-p)
18850         (spam-log-undo-registration): Use gnus-message instead of
18851         gnus-error, none of these errors are fatal.
18852
18853         * gnus-registry.el (gnus-registry-clean-empty-function)
18854         (gnus-registry-clean-empty): Remove only empty entries without
18855         extra data.
18856
18857 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18858
18859         * spam-stat.el (spam-stat-buffer-change-to-spam)
18860         (spam-stat-buffer-change-to-non-spam): Change (error) to
18861         (gnus-message 8) invocation.
18862
18863 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18864
18865         * nntp.el (nntp-via-netcat-command): New variable.
18866         (nntp-via-netcat-switches): New variable.
18867         (nntp-open-via-rlogin-and-netcat): New function.
18868         (nntp-open-connection-function): Doc fix.
18869         (nntp-telnet-command): Doc fix.
18870         (nntp-end-of-line): Doc fix.
18871         (nntp-via-rlogin-command): Doc fix.
18872         (nntp-via-user-name): Doc fix.
18873         (nntp-via-address): Doc fix.
18874
18875 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18876
18877         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18878         error in Emacs 21.1.
18879
18880 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18881
18882         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18883
18884 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18885
18886         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18887         (gnus-agent-with-refreshed-group): New macro.
18888         (gnus-agent-rename-group): New function.
18889         (gnus-agent-delete-group): New function.
18890         (gnus-agent-save-group-info): Use gnus-command-method when
18891         `method' parameter is nil.  Don't write nil entries into the
18892         active file.
18893         (gnus-agent-get-group-info): New function.
18894         (gnus-agent-fetch-articles):
18895         Use gnus-agent-update-files-total-fetched-for to increment disk space
18896         used.
18897         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18898         Use gnus-agent-update-view-total-fetched-for to increment disk space
18899         used.
18900         (gnus-agent-get-local): Add optional parameters to avoid calling
18901         gnus-group-real-name and gnus-find-method-for-group.
18902         (gnus-agent-set-local): Delete stored entry if either min, or max,
18903         are nil.
18904         (gnus-agent-fetch-session): Reworded error/quit messages.
18905         On quit, use gnus-agent-regenerate-group to record existance of any
18906         articles fetched to disk before the quit occurred.
18907         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18908         gnus-agent-update-view-total-fetched-for, and
18909         gnus-agent-update-files-total-fetched-for to decrement disk space
18910         used.
18911         (gnus-agent-retrieve-headers):
18912         Use gnus-agent-update-view-total-fetched-for to increment disk space
18913         used.
18914         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18915         with gnus-agent-update-files-total-fetched-for to decrement disk
18916         space and fresh group buffer.
18917         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18918         (gnus-agent-need-update-total-fetched-for): New variable.
18919         (gnus-agent-update-files-total-fetched-for): New function.
18920         (gnus-agent-update-view-total-fetched-for): New function.
18921         (gnus-agent-total-fetched-for): New function.
18922
18923         * gnus-cache.el (gnus-cache-save-buffers):
18924         Use gnus-cache-update-overview-total-fetched-for to change disk space
18925         used by this group.
18926         (gnus-cache-possibly-enter-article):
18927         Use gnus-cache-update-file-total-fetched-for to increment disk space
18928         used by this group.
18929         (gnus-cache-possibly-remove-article):
18930         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18931         used by this group.
18932         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18933         (gnus-cache-rename-group): New function.
18934         (gnus-cache-delete-group): New function.
18935         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18936         (gnus-cache-need-update-total-fetched-for): New variable.
18937         (gnus-cache-with-refreshed-group): New macro.
18938         (gnus-cache-update-file-total-fetched-for): New function.
18939         (gnus-cache-update-overview-total-fetched-for): New function.
18940         (gnus-cache-rename-group-total-fetched-for): New function.
18941         (gnus-cache-delete-group-total-fetched-for): New function.
18942         (gnus-cache-total-fetched-for): New function.
18943
18944         * gnus-group.el: Require gnus-sum and autoload functions to
18945         resolve warnings when gnus-group.el compiled alone.
18946         (gnus-group-line-format): Documented new %F.
18947         (size of Fetched data) group line format; identifies disk space
18948         used by agent and cache.
18949         (gnus-group-line-format-alist): Defined new F format.
18950         (gnus-total-fetched-for): New function.
18951         (gnus-group-delete-group): No longer update
18952         gnus-cache-active-altered as gnus-request-delete-group now keeps
18953         the cache in sync.
18954         (gnus-group-list-active): Let the agent store a server's active
18955         list if currently plugged.
18956
18957         * gnus-int.el (gnus-request-delete-group):
18958         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18959         local disk in sync with the server.
18960         (gnus-request-rename-group):
18961         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18962         local disk in sync with the server.
18963
18964         * gnus-start.el (gnus-get-unread-articles):
18965         Cosmetic simplification to logic.
18966
18967         * gnus-util.el (gnus-rename-file): New function.
18968
18969 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18970
18971         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18972
18973 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18974
18975         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18976         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18977
18978 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18979
18980         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18981         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18982
18983 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18984
18985         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18986
18987 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18988
18989         * spam.el (spam-set-difference): Add function to replace
18990         gnus-set-difference in spam.el.
18991         (spam-summary-prepare-exit): Use spam-set-difference.
18992
18993 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18994
18995         * gnus-registry.el (gnus-registry-cache-file): Update to use
18996         gnus-dribble-directory OR gnus-home-directory OR ~.
18997         (gnus-registry-split-fancy-with-parent): Fix doc.
18998
18999 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19000
19001         * message.el (message-exchange-point-and-mark):
19002         Use message-mark-active-p.  Suggested by Jesper Harder
19003         <harder@ifa.au.dk>.
19004
19005 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19006
19007         * message.el (message-exchange-point-and-mark): Don't activate
19008         region if it was inactive.  Suggested by Hiroshi Fujishima
19009         <pooh@nature.tsukuba.ac.jp>.
19010
19011 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19012
19013         * gnus-art.el (article-display-face): Display Faces in the same
19014         order as X-Faces.
19015
19016 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19017
19018         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19019
19020 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19021
19022         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19023         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19024         (gnus-article-mime-hierarchy): Remove.
19025         (gnus-article-mime-hierarchy-next): Remove.
19026         (gnus-article-mode): Revert 2004-03-19 change.
19027         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19028         (gnus-insert-mime-button): Revert 2004-03-19 change.
19029         (gnus-mime-accumulate-hierarchy): Remove.
19030         (gnus-mime-enter-multipart): Remove.
19031         (gnus-mime-leave-multipart): Remove.
19032         (gnus-mime-display-part): Revert 2004-03-19 change.
19033         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19034
19035         * mml.el (mml-preview): Revert 2004-03-19 change.
19036
19037 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19038
19039         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19040
19041 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19042
19043         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19044         t while entering a file name using the mm-with-multibyte macro.
19045         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19046
19047         * mm-util.el (mm-with-multibyte): New macro.
19048
19049 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19050
19051         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19052         New user option.
19053         (gnus-mime-multipart-functions): Doc and customization fix.
19054         (gnus-article-mime-hierarchy): New variable.
19055         (gnus-article-mime-hierarchy-next): New variable.
19056         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19057         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19058         gnus-article-mime-hierarchy-next to nil.
19059         (gnus-insert-mime-button): Show hierarchy numbers.
19060         (gnus-mime-accumulate-hierarchy): New function.
19061         (gnus-mime-enter-multipart): New function.
19062         (gnus-mime-leave-multipart): New function.
19063         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19064         (gnus-mime-display-alternative): Show hierarchy numbers.
19065
19066         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19067         gnus-article-mime-hierarchy-next to nil.
19068
19069 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19070
19071         * dns.el: Don't require gnus-xmas.
19072
19073 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19074
19075         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19076         inline PGP.
19077         (mml-menu): Disable mml-quote-region if mark is inactive.
19078
19079 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19080
19081         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19082         when the group's active is not available.
19083
19084 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19085
19086         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19087         error.
19088
19089 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19090
19091         * imap.el (imap-store-password): New variable.
19092         (imap-interactive-login): Use it.
19093         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19094
19095 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19096
19097         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19098         window-start and hscroll to summary window.
19099
19100 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19101
19102         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19103         conversion message to newsrc-dribble when an actual conversion is
19104         performed.
19105
19106 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19107
19108         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19109
19110 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19111
19112         * mm-decode.el (mm-complicated-handles): New function reviving
19113         former definition of mm-multiple-handles.
19114
19115         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19116         (gnus-mime-delete-part): Use it.
19117
19118 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19119
19120         * gnus-agent.el (gnus-agent-read-local):
19121         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19122         avoid the implicit assumption that they will always be equal.
19123         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19124         coding-system-for-write, as the with-temp-file macro first prints
19125         to a buffer then saves the buffer.
19126
19127 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19128
19129         * gnus-art.el (gnus-article-edit-part): New function.
19130         (gnus-mime-save-part-and-strip): Use it; do query instead of
19131         signaling an error; don't use mm-multiple-handles.
19132         (gnus-mime-delete-part): Ditto.
19133
19134 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19135
19136         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19137         old file versions.
19138         (gnus-group-prepare-hook): Remove function that converted list
19139         form of gnus-agent-expire-days to group properties.
19140
19141         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19142         (gnus-request-accept-article): Re-indented.
19143
19144         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19145         converters to handle old agent file formats.  Add logic for a
19146         "backup before upgrading warning".
19147         (gnus-convert-mark-converter-prompt): Developers can mark
19148         functions as needing (default), or not needing,
19149         gnus-convert-old-newsrc's "backup before upgrading warning".
19150         (gnus-convert-converter-needs-prompt): Tests whether the user
19151         should be protected from potentially irreversable changes by the
19152         function.
19153
19154         * legacy-gnus-agent.el: New.  Provides converters that are only
19155         loaded when gnus-convert-old-newsrc needs to call them.
19156
19157 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19158
19159         * mail-source.el (mail-source-touch-pop): Doc fix.
19160
19161         * message.el (message-smtpmail-send-it): Doc fix.
19162
19163 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19164
19165         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19166
19167         * nnmail.el (nnmail-split-fancy): do.
19168
19169         * gnus-kill.el (gnus-kill, gnus-execute): do.
19170
19171 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19172
19173         * gnus-sum.el (gnus-widget-reversible-match)
19174         (gnus-widget-reversible-to-internal)
19175         (gnus-widget-reversible-to-external): New functions.
19176         (gnus-widget-reversible): New widget.
19177         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19178
19179 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19180
19181         * gnus-sum.el (gnus-thread-sort-functions)
19182         (gnus-article-sort-functions): Document `(not F)' items.
19183
19184 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19185
19186         * spam.el (spam-use-gmane-xref): Add new backend.
19187         (spam-gmane-xref-spam-group): Add variable to control the name of the
19188         Gmane spam group.
19189         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19190         (spam-regex-headers-spam, spam-regex-headers-ham)
19191         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19192         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19193         backends and checks.
19194         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19195
19196         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19197         an autodetect method.
19198
19199 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19200
19201         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19202         articles are being added to a group.
19203         (gnus-request-replace-article): Inform the agent that articles
19204         need to be uncached as the cached contents are no longer valid.
19205
19206 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19207
19208         * binhex.el: Don't autoload executable-find.
19209
19210         * canlock.el: Don't autoload mail-fetch-field.
19211
19212         * dgnushack.el: Autoload c-mode for XEmacs.
19213
19214         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19215
19216         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19217         rmail-dont-reply-to and rmail-output.
19218
19219         * gnus-score.el: Don't autoload ffap-string-at-point.
19220
19221         * gnus-setup.el: Don't autoload sc-cite-original.
19222
19223         * imap.el: Don't autoload base64-decode-string,
19224         base64-encode-string and md5.
19225
19226         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19227         and rmail-msg-restore-non-pruned-header.
19228
19229         * mm-decode.el: Don't autoload executable-find.
19230
19231         * mm-url.el: Don't autoload executable-find.
19232
19233         * mm-view.el: Don't autoload diff-mode.
19234
19235         * nndb.el: Don't autoload news-reply-mode, news-setup,
19236         cancel-timer and telnet.
19237
19238         * password.el: Don't autoload run-at-time for Emacs.
19239
19240         * sha1-el.el: Don't autoload executable-find.
19241
19242         * sieve-mode.el: Don't autoload c-mode.
19243
19244         * uudecode.el: Don't autoload executable-find.
19245
19246 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19247
19248         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19249         (gnus-agent-possibly-alter-active): Avoid null in numeric
19250         comparison.
19251         (gnus-agent-set-local): Refuse to save null in local object table.
19252         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19253         list of articles that will be marked as unread.
19254
19255 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19256
19257         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19258
19259 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19260
19261         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19262         language tags.
19263
19264 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19265
19266         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19267         Don't bind "obarray".
19268
19269         * gnus-sum.el (gnus-thread-sort-functions):
19270         Add `gnus-thread-sort-by-most-recent-number' and
19271         `gnus-thread-sort-by-most-recent-date'.
19272         Reported by Kai Grossjohann <kai@emptydomain.de>.
19273
19274 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19275
19276         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19277
19278 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19279
19280         * gnus-cus.el (gnus-agent-customize-category):
19281         Remove ignore-errors macro reference that required cl to be loaded at
19282         run-time.
19283
19284         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19285         single-interval range of the form (min . max).  Previously the
19286         range had to look like ((min . max)).  Likewise, return
19287         (min . max) rather than ((min . max)).
19288         (gnus-range-map): Use gnus-range-normalize to accept
19289         single-interval range.
19290
19291         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19292         the cache, but not the agent, now appear with their usual face.
19293
19294         * dgnushack.el (loaddir): New variable that is bound to the
19295         directory containing the dgnushack.el file. Use loaddir, rather
19296         than srcdir, to update load-path. Change lets dgnushack compile
19297         code in directories other than GNUS/lisp.
19298
19299 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19300
19301         * lpath.el: Don't bind w3m-safe-url-regexp.
19302
19303         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19304         w3m-safe-url-regexp variable buffer-local.
19305
19306         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19307
19308 2004-02-27  Simon Josefsson  <jas@extundo.com>
19309
19310         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19311         gnus-group-real-prefix.
19312         (gnus-summary-move-article): Use it, instead of
19313         gnus-group-real-prefix.
19314
19315 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19316
19317         * lpath.el: Bind w3m-safe-url-regexp.
19318
19319         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19320         w3m-safe-url-regexp variable buffer-local and set it as the value
19321         of mm-w3m-safe-url-regexp.
19322
19323         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19324
19325         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19326         parsing gnus-posting-styles when the message is not for replying.
19327
19328         * dgnushack.el: Autoload sgml-mode for XEmacs.
19329
19330         * nnrss.el (nnrss-opml-export):
19331         Use mm-set-buffer-file-coding-system instead of
19332         set-buffer-file-coding-system.
19333
19334 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19335
19336         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19337         of checkdoc.el).
19338         * nnrss.el: do.
19339         * gnus-mlspl.el: do.
19340         * gnus-ml.el: do.
19341         * gnus-srvr.el: do.
19342
19343         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19344
19345 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19346
19347         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19348         Corrections to custom-manual links.
19349
19350         * gnus-art.el (gnus-article): Ditto.
19351
19352         * mm-decode.el (mime-display, mime-security): Ditto.
19353
19354 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19355
19356         * flow-fill.el: Typo.
19357
19358 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19359
19360         * spam-wash.el: New file.
19361
19362 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19363
19364         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19365
19366 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19367
19368         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19369         to be run with new-articles as LIST1, not LIST2.
19370         (spam-registration-functions): Add spam-use-ham-copy as a nil
19371         registration backend.
19372
19373 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19374
19375         * spam-stat.el (spam-stat-washing-hook): New option.
19376         (spam-stat-buffer-words): Use it.
19377         (spam-stat-process-directory, spam-stat-test-directory):
19378         Use insert-file-contents-literally.
19379         (spam-stat-coding-system): New variable.
19380         (spam-stat-load, spam-stat-save): Use it.
19381
19382 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19383
19384         * spam-report.el (spam-report-plug-agent):
19385         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19386
19387 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19388
19389         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19390         Allow / in mailto URLs.
19391
19392 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19393
19394         * spam-report.el (spam-report-process-queue): Fix interactive use.
19395         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19396         (spam-report-unplug-agent): Doc fixes.
19397         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19398         (spam-report-agentize, spam-report-deagentize): Autoload.
19399
19400 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19401
19402         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19403
19404         * message.el (message-setup-fill-variables): Add mml tags to
19405         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19406         <ajk@iu.edu>.
19407         (message-mode): Don't modify paragraph-separate there.
19408
19409 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19410
19411         * compface.el (uncompface-use-external): Default to undecided.
19412         (uncompface-use-external-threshold): New variable.
19413         (uncompface-float-time): New macro.
19414         (uncompface): Determine whether to use the external decoder if
19415         uncompface-use-external is undecided.
19416
19417 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19418
19419         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19420         after images.
19421
19422         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19423
19424 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19425
19426         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19427
19428         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19429
19430         * gnus-sum.el (gnus-summary-limit-to-age)
19431         (gnus-summary-limit-children): do.
19432
19433         * gnus-int.el (gnus-request-scan): do.
19434
19435         * gnus-group.el (gnus-group-suspend): do.
19436
19437         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19438
19439         * gnus-cite.el (gnus-cite-parse-attributions): do.
19440
19441         * gnus-agent.el (gnus-summary-set-agent-mark)
19442         (gnus-agent-regenerate-group): do.
19443
19444         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19445
19446         * binhex.el (binhex-decode-region-internal): do.
19447
19448 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19449
19450         * gnus-fun.el (gnus-face-properties-alist): New user option.
19451         (gnus-display-x-face-in-from): Use it.
19452
19453         * gnus-art.el (article-display-face): Ditto.
19454
19455         * compface.el (uncompface-use-external): Default to nil.
19456
19457 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19458
19459         * nntp.el (nntp-erase-buffer): New function.
19460         (nntp-retrieve-data, nntp-send-command)
19461         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19462         (nntp-possibly-change-group): Use it.
19463
19464         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19465         Use with-current-buffer.
19466
19467 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19468
19469         * compface.el: Merge the ELisp-based uncompface program.
19470         (compface): New customization group.
19471         (uncompface-use-external): New user option.
19472         (uncompface): Call uncompface-internal if uncompface-use-external
19473         is nil.
19474         (uncompface-internal): New function.  Note that there are also
19475         some other functions and variables added for this function.
19476
19477 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19478
19479         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19480         if necessary.
19481
19482 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19483
19484         * spam-report.el (spam-report-unplug-agent)
19485         (spam-report-plug-agent, spam-report-deagentize)
19486         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19487         Add support for the Agent in spam-report: when unplugged, report to a
19488         file; when plugged, submit all the requests.
19489
19490         * spam.el (spam-register-routine): Fix message about
19491         registration.
19492
19493 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19494
19495         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19496         dependencies.
19497         (rfc2047-encode): Use it.
19498
19499         * gnus-art.el (gnus-button-marker-list): Move before first
19500         reference.
19501
19502         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19503         (imap-parse-body): Fix format string mismatch.
19504
19505         * gnus-score.el (gnus-summary-increase-score): do.
19506
19507         * nnrss.el (nnrss-close): New function.
19508
19509 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19510
19511         * nnrss.el (nnrss-make-filename): New function.
19512         (nnrss-request-delete-group, nnrss-read-server-data)
19513         (nnrss-save-server-data, nnrss-read-group-data)
19514         (nnrss-save-group-data): Use it.
19515         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19516         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19517         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19518
19519 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19520
19521         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19522
19523 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19524
19525         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19526         files.
19527
19528         * message.el (message-generate-headers-first): Don't quote nil
19529         and t in docstrings.
19530
19531         * imap.el (imap-id): do.
19532
19533         * gnus-agent.el (gnus-agent-consider-all-articles)
19534         (gnus-agent-queue-mail): do.
19535
19536 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19537
19538         * spam-report.el (spam-report-process-queue): New function.
19539         Process requests from `spam-report-requests-file'.
19540         (spam-report-process-queue): Doc fix.
19541
19542 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19543
19544         * spam.el (spam-register-routine)
19545         (spam-log-processing-to-registry, spam-log-registered-p)
19546         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19547         Change "check" to "spam-check" for semi-clarity.
19548
19549 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19550
19551         * pop3.el: Require nnheader.
19552
19553         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19554
19555         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19556
19557         * gnus-picon.el: Require cl.
19558
19559         * gnus-fun.el: Require gnus-ems and gnus-util.
19560
19561         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19562
19563         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19564
19565         * gnus-art.el (gnus-article-edit-mode): Define before first
19566         reference.
19567
19568 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19569
19570         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19571         (gnus-uu-post-encoded): Use point-at-bol.
19572
19573         * gnus-topic.el (gnus-group-active-topic-p): do.
19574
19575         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19576
19577         * gnus-group.el (gnus-group-kill-region): do.
19578
19579         * gnus-art.el (article-date-ut): do.
19580
19581         * message.el (message-fetch-field): Remove redundant
19582         case-fold-search binding.
19583         (message-narrow-to-field): Simplify.
19584
19585 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19586
19587         * spam.el (spam-directory): Derive from `gnus-directory'.
19588
19589         * spam-report.el (spam-report-url-to-file)
19590         (spam-report-requests-file): New function and variable for offline
19591         reporting.
19592         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19593         and user defined function.
19594         (spam-report-url-ping-mm-url): Remove doubled slash.
19595
19596 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19597
19598         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19599
19600 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19601
19602         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19603         Fix format string mismatch.
19604
19605         * sieve.el (sieve-deactivate-all): do.
19606
19607         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19608
19609         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19610
19611         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19612
19613         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19614
19615 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19616
19617         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19618         the list of checks.
19619
19620 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19621
19622         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19623         padding.
19624
19625 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19626
19627         * mm-view.el (mm-fill-flowed): New variable.
19628         (mm-inline-text): Use it.
19629
19630 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19631
19632         * spam.el (spam-spamassassin-register-ham-routine)
19633         (spam-spamassassin-register-spam-routine): Fix function names.
19634
19635 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19636
19637         * gnus.el (gnus-tmp-grouplens): Remove.
19638         (gnus-summary-line-format): Remove grouplens.
19639
19640         * gnus-group.el (gnus-group-line-format): Ditto.
19641
19642         * gnus-spec.el (gnus-format-specs): Ditto.
19643         (gnus-update-format-specifications): Flush the group format spec
19644         cache if there's the grouplens stuff.
19645         (gnus-parse-simple-format): Replace %l with the empty string.
19646
19647 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19648
19649         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19650         omission.
19651
19652 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19653
19654         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19655         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19656
19657 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19658
19659         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19660         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19661         New macros and functions.
19662         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19663         Handle > NLINK_MAX messages.
19664         * nnmaildir.el (nnmaildir-request-set-mark):
19665         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19666
19667 2004-01-25  Alex Schroeder  <alex@gnu.org>
19668
19669         * spam-stat.el (spam-stat-process-directory-age): New option.
19670         (spam-stat-process-directory): Use it.
19671
19672 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19673
19674         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19675         (spam-stat-save): Accept prefix argument.
19676
19677 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19678
19679         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19680         links" error.
19681
19682 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19683
19684         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19685         the rest of the and/or forms.
19686
19687 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19688
19689         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19690         compatibility with old .newsrc.eld files.
19691
19692         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19693
19694         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19695
19696         * gnus-start.el (gnus-1): do.
19697
19698         * gnus-group.el (gnus-group-line-format-alist): do.
19699
19700         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19701
19702         * gnus-gl.el: Remove.
19703
19704 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19705
19706         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19707         marks consisting of a single range {for example, (3 . 5)} rather
19708         than a list of a single range { ((3 . 5)) }.
19709
19710 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19711
19712         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19713         Use with-current-buffer.
19714         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19715         avoid consing a string.
19716
19717         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19718         Remove obsolete entries for big5 and gb2312.
19719
19720 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19721
19722         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19723         uncompressed list.
19724
19725 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19726
19727         * spam-stat.el (spam-stat-strip-xref): New function.
19728         (spam-stat-process-directory): Use it.
19729
19730         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19731         here -- it's done in message-fetch-field.
19732
19733 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19734
19735         * gnus-agent.el (gnus-agent-queue-mail)
19736         (gnus-agent-prompt-send-queue): New variables.
19737         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19738         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19739         "nndraft:queue" along to gnus-draft-send.
19740         Use gnus-agent-prompt-send-queue.
19741         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19742         is "nndraft:queue".  Suggested by Gaute Strokkenes
19743         <gs234@srcf.ucam.org>
19744
19745         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19746         (agent-enable-undownloaded-faces): Add.
19747         (gnus-agent-cat-groups): Use eval-and-compile, not
19748         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19749         method of gnus-agent-cat-groups even when the buffer has been
19750         evaled.
19751         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19752         delete gnus-agent-save-active-1.
19753         (gnus-agent-save-groups): Delete.  Identical to
19754         gnus-agent-save-active.
19755         (gnus-agent-write-active): No longer adjust agent's copy of active
19756         file as agent's adjustments are now stored in their own
19757         file.  Remove optional parameter.
19758         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19759         servers.  Add use of min/max range limits from server's local
19760         file.
19761         (gnus-agent-save-alist): Remove unused optional argument.
19762         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19763         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19764         (gnus-agent-set-local): A per-server file that keeps min/max range
19765         limits for articles known to the agent.  Provides a fast mechanism
19766         for altering many active ranges.
19767         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19768         active file (local makes it unnecessary).
19769         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19770
19771         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19772         (agent-enable-undownloaded-faces): Add.
19773
19774         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19775         disable it when sending to "nndraft:queue".
19776         (gnus-group-send-queue): Add safety check to avoid sending queue
19777         when unplugged.
19778
19779         * gnus-group.el (gnus-group-catchup): Use new
19780         gnus-sequence-of-unread-articles, not
19781         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19782         numbers of articles.  Use gnus-range-map to avoid having to
19783         uncompress the unread list.
19784         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19785         Fix invalid ange-ftp reference.
19786
19787         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19788         (gnus-sorted-range-intersection): Intersection of two ranges
19789         without requiring that they first be uncompressed.
19790
19791         * gnus-start.el (gnus-activate-group): Unless blocked by the
19792         caller, possibly expand the active range to include both cached
19793         and agentized articles.
19794         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19795         multiple version-dependent converters.
19796         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19797         gnus-agent-save-active.
19798         (gnus-save-newsrc-file): Save dirty agent range limits.
19799
19800         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19801         gnus-agent-possibly-alter-active.
19802         (gnus-adjust-marked-articles): Faster handling of simple lists.
19803
19804 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19805
19806         * spam-stat.el (spam-stat-test-directory): New optional argument
19807         displays a list of files detected.  Suggested by Andrew Cohen
19808         <cohen@andy.bu.edu>.
19809         (spam-stat-buffer-words-with-scores): Don't narrow and change
19810         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19811
19812 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19813
19814         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19815         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19816         (spam-spamassassin-arguments)
19817         (spam-spamassassin-spam-flag-header)
19818         (spam-spamassassin-positive-spam-flag-header)
19819         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19820         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19821         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19822         (spam-list-of-processors, spam-list-of-checks)
19823         (spam-list-of-statistical-checks, spam-registration-functions)
19824         (spam-check-spamassassin-headers, spam-check-spamassassin)
19825         (spam-spamassassin-score)
19826         (spam-spamassassin-register-with-sa-learn)
19827         (spam-spamassassin-register-spam-routine)
19828         (spam-spamassassin-register-ham-routine)
19829         (spam-assassin-register-spam-routine)
19830         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19831         (spam-bogofilter-score): Fix to show article before scoring.
19832
19833 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19834
19835         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19836         default scoring function.
19837         (spam-generic-score): Call spam-spamassassin-score if
19838         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19839         spam-bogofilter-score otherwise.
19840
19841         * gnus.el (spam-process, spam-autodetect-methods):
19842         Add spamassassin and spamassassin-headers.
19843
19844 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19845
19846         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19847         Suppress unnecessary messages.
19848
19849 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19850
19851         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19852         make-hash-table.
19853
19854 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19855
19856         * canlock.el (base64-encode-string): Don't autoload it.
19857
19858 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19859
19860         * run-at-time.el: Remove useless (require 'itimer),
19861         eval-and-compile and (featurep 'xemacs).
19862
19863 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19864
19865         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19866         GROUP is a virtual group.
19867
19868 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19869
19870         * gnus.el: Autoload `message-y-or-n-p'.
19871
19872 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19873
19874         * pgg-parse.el: Remove unnecessary (require 'custom).
19875
19876         * pgg-def.el: do.
19877
19878         * nnmail.el: do.
19879
19880         * gnus-undo.el: do.
19881
19882         * gnus-picon.el: do.
19883
19884         * gnus-util.el: do.
19885
19886 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19887
19888         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19889
19890 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19891
19892         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19893         handle, as well as a list.
19894
19895         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19896         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19897         (mm-w3m-cid-retrieve): Simplify.
19898
19899 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19900
19901         * message.el (message-kill-to-signature): Allow prefix arg to
19902         specify number of lines to keep before signature.
19903
19904 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19905
19906         * message.el (message-kill-to-signature): Change docstring.
19907
19908 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19909
19910         * canlock.el: Always require sha1-el.
19911         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19912
19913         * message.el: Autoload sha1 only when compiling.
19914
19915         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19916         eudc-expand-inline for XEmacs.
19917
19918 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19919
19920         * message.el (message-canlock-generate): Require sha1-el.
19921
19922 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19923
19924         * message.el (message-expand-name): Silence the byte compiler.
19925
19926         * lpath.el: Add detect-coding-system.
19927
19928         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19929         cus-edit.
19930
19931 2004-01-13  Simon Josefsson  <jas@extundo.com>
19932
19933         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19934         Invoke gnus-score-mode.
19935         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19936
19937         * gnus-range.el (gnus-compress-sequence): Doc fix.
19938         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19939
19940 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19941
19942         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19943
19944 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19945
19946         * spam.el (spam-get-article-as-string): Update to use
19947         gnus-request-article-this-buffer, much simpler.
19948         (spam-get-article-as-buffer): Remove.
19949
19950 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19951
19952         * message.el (message-expand-name): Use EUDC if the user uses that.
19953
19954 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19955
19956         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19957         character for the encoding to avoid consing a string.
19958
19959         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19960         unnecessarily.
19961
19962         * mm-util.el (mm-replace-chars-in-string): Remove.
19963
19964         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19965         of mm-replace-chars-in-string.
19966
19967 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19968
19969         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19970
19971         * mm-util.el (mm-subst-char-in-string): Support inplace.
19972
19973         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19974         a new string in every iteration.  Use shy groups.
19975
19976 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19977
19978         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19979         * gnus-soup.el (gnus-soup-group-brew):
19980         * gnus-msg.el (gnus-put-message):
19981         * gnus-move.el (gnus-group-move-group-to-server):
19982         * gnus-kill.el (gnus-batch-score):
19983         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19984         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19985         (gnus-group-update-group, gnus-group-read-group)
19986         (gnus-group-make-group, gnus-group-make-help-group)
19987         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19988         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19989         (gnus-group-sort-by-unread, gnus-group-catchup)
19990         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19991         (gnus-group-yank-group, gnus-group-set-info)
19992         (gnus-group-list-groups):
19993         * gnus.el (gnus-generate-new-group-name):
19994         * gnus-delay.el (gnus-delay-send-queue):
19995         * nnvirtual.el (nnvirtual-catchup-group):
19996         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19997         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19998         (gnus-group-prepare-topics, gnus-topic-check-topology):
19999         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20000         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20001         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20002         (gnus-group-make-articles-read):
20003         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20004         (gnus-group-change-level, gnus-kill-newsgroup)
20005         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20006         (gnus-get-unread-articles, gnus-make-articles-unread)
20007         (gnus-make-ascending-articles-unread): Use accessor
20008         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20009         to get group information for improved readability.
20010
20011
20012 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20013
20014         * gnus-art.el (article-decode-mime-words, article-babel)
20015         (gnus-article-highlight-signature, gnus-article-add-buttons)
20016         (gnus-signature-toggle): Use gnus-with-article-buffer.
20017
20018         * gnus-art.el (gnus-article-highlight-headers)
20019         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20020
20021         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20022         (gnus-article-set-globals, gnus-request-article-this-buffer)
20023         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20024         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20025         (gnus-mime-display-alternative): Use with-current-buffer.
20026
20027 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20028
20029         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20030         also under 80 char limit, and call gnus-error if needed.
20031         (spam-fetch-article-header): Fix - it was a
20032         buffer-local variable (gnus-newsgroup-data).
20033         (spam-find-spam): Use spam-generate-fake-headers, forget about
20034         spam-insert-fake-headers.
20035         (spam-insert-fake-headers): Remove.
20036
20037 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20038
20039         * deuglify.el (gnus-article-outlook-unwrap-lines)
20040         (gnus-outlook-rearrange-article)
20041         (gnus-outlook-repair-attribution-outlook)
20042         (gnus-outlook-repair-attribution-block)
20043         (gnus-outlook-repair-attribution-other): Remove redundant
20044         save-excursion.
20045
20046 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20047
20048         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20049         (spam-fetch-field-subject-fast)
20050         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20051         (spam-fetch-article-header): Add functions to deal with Gnus
20052         internals for fast retrieval of article header data.
20053         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20054
20055 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20056
20057         * pop3.el (pop3-md5): Remove.
20058         (pop3-apop): Replace pop3-md5 with md5.
20059
20060         * mm-bodies.el: base64 is always built-in.
20061
20062         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20063         Use with-current-buffer.
20064
20065 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20066
20067         * canlock.el (canlock-insert-header): Remove excessive grouping in
20068         regexp.
20069
20070         * gnus-sum.el (gnus-summary-read-document): Ditto.
20071
20072         * gnus-uu.el (gnus-uu-part-number): Ditto.
20073
20074         * html2text.el (html2text-remove-tags): Ditto.
20075         (html2text-format-tags): Ditto.
20076         (html2text-format-single-elements): Ditto.
20077
20078         * mml.el (mml-parse-1): Ditto.
20079
20080 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20081
20082         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20083
20084         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20085
20086         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20087
20088         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20089
20090 2003-11-15  Simon Josefsson  <jas@extundo.com>
20091
20092         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20093         (pgg-gpg-lookup-key): Use regexp match instead of
20094         split-string (split-string is different between emacs 21.2 and
20095         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20096
20097 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20098
20099         * gnus-art.el (gnus-mime-view-all-parts)
20100         (gnus-article-part-wrapper, gnus-article-view-part):
20101         Use with-current-buffer.
20102
20103 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20104
20105         * spam.el (spam-disable-spam-split-during-ham-respool)
20106         (spam-spamoracle-database, spam-cache-lookups)
20107         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20108         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20109         (spam-group-ham-marks, spam-group-spam-marks)
20110         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20111         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20112         also add spam-use-blackholes to the statistical checks.
20113         (spam-fetch-field-fast): Add interface to fetching fields, may
20114         become a macro.
20115         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20116         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20117         (spam-insert-fake-headers): Fake an article when needed.
20118         (spam-find-spam): Fake article when possible.
20119         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20120         (spam-check-bogofilter-headers): Use message-fetch-field instead
20121         of nnmail-fetch-field.
20122
20123 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20124
20125         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20126
20127 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20128
20129         * spam.el (spam-split): Do not require spam-use-CHECK to be
20130         enabled if that check is passed to spam-split explicitly; also
20131         fix so 'spam doesn't get converted to spam-split-group when
20132         spam-split-symbolic-return is t.
20133         (spam-find-spam): Find registrations of the article and use those
20134         instead of re-running spam-split to find the spam/ham
20135         classification of the article.
20136         (spam-log-processing-to-registry, spam-log-registered-p)
20137         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20138         Use gnus-error instead of gnus-message.
20139         (spam-log-registration-type): Add function to determine the
20140         classification of a message based on registry entries; will
20141         return nil if both 'spam and 'ham are found.
20142         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20143         a reasonably fast local cache without the loading errors.
20144         (spam-cache-lookups): Set to t by default.
20145         (spam-find-spam): Don't try to guess spam-cache-lookups.
20146         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20147         spam-caches entry.
20148         (spam-filelist-build-cache, spam-filelist-check-cache):
20149         Fix caching of whitelist/blacklist entries.
20150         (spam-check-whitelist, spam-check-blacklist):
20151         Invoke spam-from-listed-p with a type, not a cache variable.
20152         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20153
20154 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20155
20156         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20157
20158         * nnmail.el (nnmail-split-fancy): do.
20159
20160         * mml.el (mml-parse): do.
20161
20162         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20163         (gnus-score-adaptive): do.
20164
20165 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20166
20167         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20168         (gnus-mime-button-map): Don't set keymap parent.
20169         (gnus-button-ctan-directory-regexp): Use shy grouping.
20170         (gnus-prev-page-map): Don't set keymap parent.
20171         (gnus-prev-page-map): Remove duplicated one.
20172         (gnus-next-page-map): Don't set keymap parent.
20173         (gnus-mime-security-button-map): Ditto.
20174
20175         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20176         version number.
20177
20178         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20179
20180 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20181
20182         * canlock.el (canlock-sha1-function): Remove.
20183         (canlock-sha1-function-for-verify): Remove.
20184         (canlock-openssl-program): Remove.
20185         (canlock-openssl-args): Remove.
20186         (canlock-ignore-errors): Remove.
20187         (canlock-sha1-with-openssl): Remove.
20188         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20189         (canlock-verify): Don't use canlock-ignore-errors.
20190
20191         * sha1-el.el (sha1-string-external): Make it can return a string
20192         in binary form.
20193         (sha1-region-external): Ditto.
20194         (sha1-string-internal): Ditto.
20195         (sha1-region-internal): Ditto.
20196         (sha1-region): Ditto.
20197         (sha1-string): Ditto.
20198         (sha1): Ditto.
20199
20200 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20201
20202         * spam.el (spam-report-articles-gmane): New command.
20203
20204 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20205
20206         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20207
20208         * run-at-time.el (run-at-time-saved): Remove.
20209         (run-at-time): Doc fix.
20210
20211 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20212
20213         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20214         (gnus-summary-limit-map): Add it.
20215         (gnus-summary-make-menu-bar): do.
20216
20217 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20218
20219         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20220         Make attempt at some caching support (done for BBDB only now).
20221         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20222         addresses to be checked.
20223         (spam-clear-cache-BBDB): Add function, to be invoked by
20224         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20225         (spam-check-BBDB): Check and use the caches, if
20226         spam-cache-lookups is on, remove superfluous (provide).
20227
20228 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20229
20230         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20231
20232 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20233
20234         * run-at-time.el (run-at-time-saved): Move to after the definition
20235         of `run-at-time'.
20236
20237         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20238
20239 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20240
20241         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20242         mm-w3m-local-map-property.
20243
20244         * mm-view.el (mm-w3m-mode-map): Remove.
20245         (mm-w3m-local-map-property): Remove.
20246         (mm-inline-text-html-render-with-w3m): Don't use
20247         mm-w3m-local-map-property.
20248
20249 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20250
20251         * run-at-time.el: New file.
20252
20253         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20254         under Emacs.
20255
20256         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20257         of gnus-set-text-properties.
20258
20259         * gnus-uu.el (gnus-uu-save-article): Ditto.
20260
20261         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20262
20263         * gnus-cite.el (gnus-cite-parse): Ditto.
20264
20265         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20266         of gnus-.
20267
20268         * gnus-xmas.el (run-at-time): Require run-at-time.
20269
20270         * gnus.el: Change calls to nnheader-run-at-time and
20271         password-run-at-time throughout to use run-at-time directly.
20272
20273         * password.el: Remove definition of run-at-time.
20274
20275         * nnheaderxm.el: Remove definition of run-at-time.
20276
20277 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20278
20279         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20280         in prompt.
20281
20282 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20283
20284         * messagexmas.el (message-xmas-redefine): Alias
20285         `message-make-caesar-translation-table' to
20286         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20287         version.
20288
20289         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20290         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20291         `gnus-xmas-set-text-properties'.
20292         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20293         `gnus-xmas-completing-read'.
20294         (gnus-xmas-completing-read): Removed.
20295         (gnus-xmas-open-network-stream): Removed.
20296
20297         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20298         XEmacs version.
20299
20300         * dns.el (dns-make-network-process): Use `open-network-stream'
20301         instead of `gnus-xmas-open-network-stream'.
20302
20303         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20304
20305         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20306
20307 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20308
20309         * gnus-art.el (gnus-mime-display-alternative)
20310         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20311         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20312         Don't use gnus-local-map-property.
20313
20314         * gnus-util.el (gnus-local-map-property): Remove.
20315
20316         * mm-view.el (mm-view-pkcs7-decrypt):
20317         Replace gnus-completing-read-maybe-default with completing-read.
20318
20319         * gnus-util.el (gnus-completing-read): do.
20320         (gnus-completing-read-maybe-default): Remove.
20321
20322 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20323
20324         * password.el: Only autoload `run-at-time' if not XEmacs.
20325         Only autoload the itimer functions if XEmacs.
20326
20327 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20328
20329         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20330         XEmacsen.
20331
20332         * dgnushack.el: Autoload executable-find for XEmacs.
20333
20334 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20335
20336         * gnus-art.el (gnus-read-string): Remove.
20337         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20338         read-string.
20339
20340 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20341
20342         * netrc.el: Autoload password-read.
20343         (netrc): Add configuration group.
20344         (netrc-encoding-method, netrc-openssl-path):
20345         Add variables for encoding and decoding of files with symmetric
20346         ciphers.
20347         (netrc-encode): Add assistant function to encode a file with
20348         netrc-encoding-method.
20349         (netrc-parse): Add interactive parameter, added optional
20350         decoding if netrc-encoding-method is non-nil but otherwise
20351         behavior is standard.
20352         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20353         Do s/encode/encrypt/ everywhere.
20354
20355         * spam.el: Remove executable-find autoload.
20356
20357 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20358
20359         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20360
20361         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20362
20363 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20364
20365         * gnus-art.el (gnus-treat-ansi-sequences)
20366         (article-treat-ansi-sequences): New variable and function.
20367         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20368
20369         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20370         Use it.
20371
20372 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20373
20374         * mm-util.el (mm-quote-arg): Remove.
20375
20376         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20377         shell-quote-argument.
20378
20379         * gnus-uu.el (gnus-uu-command): do.
20380
20381         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20382
20383         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20384         with make-char.
20385
20386         * mm-util.el (mm-make-char): Remove.
20387
20388         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20389         add-minor-mode.
20390
20391         * gnus-undo.el (gnus-undo-mode): do.
20392
20393         * gnus-topic.el (gnus-topic-mode): do.
20394
20395         * gnus-sum.el (gnus-dead-summary-mode): do.
20396
20397         * gnus-start.el (gnus-slave-mode): do.
20398
20399         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20400
20401         * gnus-ml.el (gnus-mailing-list-mode): do.
20402
20403         * gnus-gl.el (gnus-grouplens-mode): do.
20404
20405         * gnus-draft.el (gnus-draft-mode): do.
20406
20407         * gnus-dired.el (gnus-dired-mode): do.
20408
20409         * gnus-ems.el (gnus-add-minor-mode): Remove.
20410
20411         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20412         Replace gnus-char-width with char-width.
20413
20414         * gnus-ems.el (gnus-char-width): Remove.
20415
20416         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20417         Replace gnus-char-width with char-width.
20418
20419         * gnus-ems.el (gnus-char-width): Remove.
20420
20421         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20422         definition.
20423         Remove Emacs 20 hash table compatibility code.
20424
20425         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20426         20 compatibility code.
20427
20428         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20429
20430         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20431
20432         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20433         Replace with point-at-{eol,bol}.
20434
20435         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20436
20437         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20438
20439         * flow-fill.el (fill-flowed-point-at-bol)
20440         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20441
20442         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20443         Replace with point-at-{eol,bol} throughout all files.
20444
20445 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20446
20447         * ntlm.el (ntlm-string-as-unibyte): New macro.
20448         (ntlm-build-auth-response): Use it.
20449
20450         Remove Emacs 20 stuff:
20451         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20452         (butlast, mapc, remove): Remove the compiler macros.
20453         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20454         of delq and copy-sequence.
20455         * gnus-art.el (popup-menu): Remove the compiler macro.
20456         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20457         Emacs 20.
20458
20459 2004-01-05  Simon Josefsson  <jas@extundo.com>
20460
20461         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20462         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20463         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20464         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20465         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20466         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20467         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20468         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20469         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20470         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20471         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20472         string-xor into ntlm-string-xor.
20473         Suggested by Jesper Harder <harder@myrealbox.com>.
20474
20475         * ntlm.el: Don't include poem.
20476
20477         * md4.el (print-int32, print-string-hexa): Remove.
20478         Suggested by Jesper Harder <harder@myrealbox.com>.
20479
20480         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20481
20482         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20483         probably breaks emacs with DL patch, but do we care? Is anyone
20484         still using the DL stuff?)
20485
20486         * sieve-manage.el: Use the password package.
20487         (sieve-manage-read-passwd): Remove.
20488         (sieve-manage-interactive-login): Use password.  Re-add
20489         condition-case around loop.
20490
20491         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20492         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20493         Use the password package.
20494
20495 2003-02-19  Simon Josefsson  <jas@extundo.com>
20496
20497         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20498         token.
20499
20500 2002-08-07  Simon Josefsson  <jas@extundo.com>
20501
20502         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20503         (sieve-manage-authenticators):
20504         (sieve-manage-authenticator-alist): Add some SASL mechs.
20505         (sieve-sasl-auth): New function.
20506         (sieve-manage-cram-md5-auth):
20507         (sieve-manage-plain-auth): Rewrite using SASL library.
20508         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20509         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20510         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20511         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20512
20513 2004-01-05  Simon Josefsson  <jas@extundo.com>
20514
20515         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20516         New files.
20517
20518 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20519
20520         * gnus-group.el (gnus-no-groups-message): Update.
20521
20522         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20523
20524 2003-11-09  Simon Josefsson  <jas@extundo.com>
20525
20526         * imap.el: Support for ID IMAP extension (RFC 2971).
20527         (imap-local-variables): Add imap-id.
20528         (imap-id): New variable.
20529         (imap-id): New function.
20530         (imap-parse-response): Parse untagged ID response.
20531         * nnimap.el (nnimap-id): New variable.
20532         (nnimap-open-connection): Use it.
20533
20534 2003-12-28  Simon Josefsson  <jas@extundo.com>
20535
20536         * gnus-score.el (gnus-score-edit-all-score): New.
20537         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20538
20539 2004-01-04  Simon Josefsson  <jas@extundo.com>
20540
20541         * password.el: Add.
20542
20543 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20544
20545         * dns.el (dns-query-types): Fix typo.
20546         (dns-query-types): New function.
20547         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20548         PTR and SOA replies, see RFC 1035.
20549
20550 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20551
20552         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20553
20554         * Move to Changelog.2.
20555
20556 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20557
20558         * gnus.el (gnus-version-number): Bump version.
20559
20560 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20561
20562         * gnus.el: No Gnus v0.1 is released.
20563
20564 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20565
20566         * gnus.el: No Gnus v0.0 is released.
20567
20568 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20569
20570         * gnus.el (gnus-version-number): Bump.
20571         (gnus-version): No.
20572
20573 See ChangeLog.2 for earlier changes.
20574
20575   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20576
20577   This file is part of GNU Emacs.
20578
20579   GNU Emacs is free software: you can redistribute it and/or modify
20580   it under the terms of the GNU General Public License as published by
20581   the Free Software Foundation, either version 3 of the License, or
20582   (at your option) any later version.
20583
20584   GNU Emacs is distributed in the hope that it will be useful,
20585   but WITHOUT ANY WARRANTY; without even the implied warranty of
20586   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20587   GNU General Public License for more details.
20588
20589   You should have received a copy of the GNU General Public License
20590   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20591
20592 ;; Local Variables:
20593 ;; coding: utf-8
20594 ;; fill-column: 79
20595 ;; add-log-time-zone-rule: t
20596 ;; End: