(message-setup-1): Revert previous change, since it needs to bind the props to insert...
[gnus] / lisp / ChangeLog
1 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * message.el (message-setup-1): Don't bind the constant
4         -forbidden-properties.
5         (message-setup-1): Revert previous change, since it needs to bind the
6         props to insert them.
7
8 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
9
10         * nnimap.el (nnimap-request-accept-article): Give an error message if
11         the APPEND wasn't successful.
12
13 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
14
15         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
16         that have no groups.
17
18 2011-02-03  Julien Danjou  <julien@danjou.info>
19
20         * gnus-draft.el: Remove progn around gnus-draft-setup.
21
22 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
23
24         * gnus-start.el (gnus-read-active-for-groups): This function is never
25         called with a nil `infos', so clean that up.
26         (gnus-get-unread-articles): Request active files from primary/secondary
27         methods that have no groups (yet).
28
29 2011-02-03  Julien Danjou  <julien@danjou.info>
30
31         * message.el (message-setup-1): Always generate References first.
32         (message-mail): Return the return value of message-setup, not always t.
33         (message-setup-1): Insert mail-header-separator with read-only and
34         intangible properties set.
35
36         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
37         user-date in docstring.
38
39         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
40
41         * gnus.el (gnus-summary-line-format): Mention &user-date format in
42         docstring.
43
44         * gnus.el (gnus-user-date-format-alist): Change default value. Use
45         defcustom, with type and group. Move from gnus-util.el. Rename to
46         gnus-summary-user-date-format-alist.
47
48 2011-02-03  Glenn Morris  <rgm@gnu.org>
49
50         * nnimap.el (gnus-fetch-headers): Declare.
51
52         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
53
54 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
55
56         * message.el (message-forward-make-body-digest-plain)
57         (message-followup, message-reply): Clean up things noted by Stefan.
58
59         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
60         gnus-article-update-date-headers is nil.
61         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
62         it didn't really work with defcustom.
63         (article-update-date-lapsed): Make sure the window start doesn't move,
64         either.
65
66 2011-02-01  Julien Danjou  <julien@danjou.info>
67
68         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
69         format.
70
71         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
72         standard in Emacs nowadays.
73
74         * color.el (color-gradient): Add a color-gradient function.
75
76 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
77
78         * message.el (message-expand-name): Don't trust the return value of
79         bbdb-complete-name.
80         (message-check-news-header-syntax): Remove unused var `start'.
81         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
82         (message-inhibit-body-encoding): Move to before first use.
83         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
84         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
85         (Organization, Message-ID, Date, mh-previous-window-config):
86         Defvar the vars using dynamic scoping.
87
88 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
89
90         * shr.el (shr-render-td): Only do colours at the final rendering.
91         Should be slightly faster.
92         (shr-insert-table): Fix up TD background colours when doing the
93         vertical padding.
94
95         * gnus-art.el (article-date-ut): Protect against articles with no Date
96         header.
97         (article-update-date-lapsed): Don't use current-column to find the
98         horizontal position.  It's fragile in the presence of \003 characters.
99
100         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
101
102 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
103
104         * gnus-art.el (article-transform-date): Rewrite to still work when
105         there are several rfc2822 parts.
106         (article-transform-date): Fix infinite recursion.
107         (article-date-ut): Replace infinitely many Date headers with a single
108         one when called interactively.
109
110         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
111         secure manner.
112
113         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
114         move around by not using save-window-excursion.  It seems to work...
115
116 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
117
118         * gnus-art.el (article-make-date-line): Work for user-defined format.
119
120 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
121
122         * nntp.el (nntp-retrieve-group-data-early)
123         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
124         fetching functions.
125
126         * gnus-start.el (gnus-read-active-for-groups): Read the active files
127         thoroughly for all backends that have no known groups.  This should
128         allow new nnml methods to retrieve mail.
129
130         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
131         that Gnus doesn't know exists again.
132
133         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
134         (gnus-treat-date-ut): Ditto.
135         (gnus-article-update-date-header): Renamed.
136         (gnus-treat-date-local): Removed.
137         (gnus-treat-date-english): Removed.
138         (gnus-treat-date-lapsed): Removed.
139         (gnus-treat-date-combined-lapsed): Removed.
140         (gnus-treat-date-original): Removed.
141         (gnus-treat-date-iso8601): Removed.
142         (gnus-treat-date-user-defined): Removed.
143         (gnus-article-date-headers): New variable to control all the date
144         header options.
145         (article-date-ut): Rewrite to allow using the new way to format date
146         headers(s).
147
148 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
149
150         * nnmail.el (nnmail-article-group): Check for a direct fancy split
151         method.
152         (nnmail-article-group): A better test for fanciness.
153
154         * nnimap.el (nnimap-request-head): Protect against not finding the
155         article by Message-ID.
156
157 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
158
159         * gnus-art.el (article-update-date-lapsed): Try a better way to really
160         keep point at the "same place".
161
162 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
163
164         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
165         data if the group is unactivated.
166
167 2011-01-28  Julien Danjou  <julien@danjou.info>
168
169         * gnus-win.el: Remove dead function gnus-window-configuration-element.
170         (gnus-all-windows-visible-p): Remove old compatibility code.
171         (gnus-window-top-edge): Add docstring.
172
173         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
174
175 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
176
177         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
178         older request-update-info.
179
180         * gnus-art.el (article-make-date-line): Limit the length a bit more.
181
182 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
183
184         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Give
185         mml2015-signers higher precedence over mml2015-sign-with-sender.
186
187 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
188
189         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
190         groups.  This makes the nndraft:queue group pop up if it's not already
191         there.
192
193         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
194         messages" logic, which was reversed.
195
196         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
197         the "same place" even if point is on the line being replaced.
198         (article-update-date-lapsed): Allow updating both the combined lapsed
199         and the lapsed headers.
200         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
201         (article-make-date-line): Limit the number of segments dynamically to
202         avoid too-long lines.
203
204 2011-01-27  Julien Danjou  <julien@danjou.info>
205
206         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
207         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
208
209 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
210
211         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
212         Use plist-get instead of the cl function getf.
213
214 2011-01-27  Glenn Morris  <rgm@gnu.org>
215
216         * gnus-util.el (float-time): Get rid of compiler warning, again.
217
218 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
219
220         * shr.el (shr-put-color): Special-case background colours: Do put them
221         at the blank parts at the front of the lines.
222
223         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
224         exit hook to nix out all data on readedness on group exit.
225
226         * gnus-util.el (float-time): If float-time is bound, always use it on
227         all Emacsen.  It's unclear why the subrp check was there.
228         (time-date): Require to make some autoload issues on XEmacs go away.
229
230         * shr.el (shr-put-color): Don't do the box padding in tables, since
231         they're already padded.
232
233 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
234
235         * gnus-art.el (gnus-article-next-page): When the last line of the
236         article is displayed, scroll down once more instead of going to the
237         next article at once.
238         (article-lapsed-string): Refactor out and allow specifying how many
239         segments you want.
240         (gnus-article-setup-buffer): Start updating the lapsed header directly.
241         (gnus-article-update-lapsed-header): New variable.
242
243         * shr.el: Revert change that made headings use different-sized faces.
244         The Emacs display engine isn't advanced enough that, for instance,
245         tables can comfortably use differntly-sized faces.
246
247 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
248
249         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
250         used.
251         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
252         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
253         we're using an encrypted connection.
254
255         * proto-stream.el: Alter the interface functions to also return the
256         actual stream type used: network or tls.
257
258 2011-01-25  Julien Danjou  <julien@danjou.info>
259
260         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
261         (mm-display-javascript-inline): New function.
262
263         * mm-decode.el (mm-inline-media-tests): Add application/javascript
264         viewing function.
265
266 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
267
268         * shr.el (shr-expand-newlines): Fix variable name.
269
270 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
271
272         * shr.el (shr-expand-newlines): Make nested boxes work.
273
274 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
275
276         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
277         backgrounds.
278         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
279         in a more sensible manner.
280
281 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
282
283         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
284         if EPG is loaded.
285
286 2011-01-24  Julien Danjou  <julien@danjou.info>
287
288         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
289         tags.
290
291 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
292
293         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
294         commands.
295
296         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
297         in the article buffer.
298         (gnus-gravatar-insert): Use blank space from the current buffer to
299         avoid breaking text properties.  This makes X-Sent updating work again.
300
301         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
302
303 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
304
305         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
306         fix the bug in url-http.el instead.
307
308         * shr.el (shr-image-fetched): Ditto.
309
310         * shr.el (shr-image-fetched): Avoid having point move in the article
311         buffer.
312
313         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
314         buffer after being called.  It's apparently being killed by url.el, and
315         killing it made point move to end-of-buffer in a random buffer.
316
317         * shr.el (shr-image-fetched): Ditto.
318
319 2011-01-23  Julien Danjou  <julien@danjou.info>
320
321         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
322
323         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
324         text/x-org.
325
326 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
327
328         * gnus-sum.el (gnus-summary-move-article): Protect against backends
329         (i.e., nnimap) returning nil as the article number.
330
331 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
332
333         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
334         "DelSp" parameter in RFC3676.
335
336 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
337
338         * message.el (message-check-recipients): Display the encoded version of
339         the bogus address if they differ.
340
341         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
342         after sending.
343
344         * gnus-agent.el (gnus-agent-send-mail): Ditto.
345
346         * gnus-group.el (gnus-group-refresh-group): New convenience function.
347
348         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
349         group buffer after sending the queue.
350
351         * gnus-agent.el (gnus-agent-send-mail): Ditto.
352
353 2011-01-22  Julien Danjou  <julien@danjou.info>
354
355         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
356
357 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
358
359         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
360         nested related parts.
361
362         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
363         unexpired articles.  This fixes the regression that led expiry marks to
364         disappear from nnfolder groups.
365
366 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
367
368         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
369         Don't confuse the "ret" of "retrograde" with RET.
370
371 2011-01-21  Julien Danjou  <julien@danjou.info>
372
373         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
374         than mm-insert-inline.
375
376 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
377
378         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
379         Widen article buffer.
380
381 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
382
383         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
384         the temp buffer.
385         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
386
387 2011-01-20  Julien Danjou  <julien@danjou.info>
388
389         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
390
391         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
392         than mm-insert-inline to insert inline part: this respect
393         mm-inline-media-tests displayers.
394
395         * mm-view.el (mm-display-shell-script-inline): New function.
396
397         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
398
399         * mm-uu.el (mm-uu-type-alist): Add org block.
400         (mm-uu-org-src-code-block-extract): New function.
401
402         * mm-view.el (mm-display-org-inline): New function.
403
404         * mm-decode.el (mm-automatic-display): Add text/org.
405
406         * mailcap.el (mailcap-mime-extensions): Add .org.
407
408 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
409
410         * gnus-art.el (gnus-article-highlight): Remove argument passed to
411         gnus-article-add-buttons.
412
413 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
414
415         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
416         From header with a date and "nobody" as the sender.
417
418 2011-01-19  Julien Danjou  <julien@danjou.info>
419
420         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
421         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
422         if you have the same regexp several times.
423         (gnus-button-push): Fix matching when regexp is symbol.
424
425 2011-01-15  Glenn Morris  <rgm@gnu.org>
426
427         * message.el (message-mail): A compose-mail function should
428         accept headers as strings.
429
430 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
431
432         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
433         Add :vert-only tags.
434         (message-mail): New arg RETURN-ACTION.
435         (message-return-action): New var.
436         (message-bury): Use it.
437         (message-mode): Make it buffer-local.
438         (message-send-and-exit): Always call message-bury.
439
440         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
441         message-mail.
442
443 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
444
445         * nnimap.el (nnimap-convert-partial-article): Protect against
446         zero-length body parts.
447
448         * mm-decode.el (mm-preferred-alternative-precedence):
449         Discourage showing empty parts.
450
451         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
452         and stuff if the backend didn't return the article number.  This fixes
453         an Exchange-related nnimap bug.
454
455         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
456         group window, because it does the wrong thing when a separate frame
457         displays the group buffer.
458
459         * proto-stream.el (open-protocol-stream): Protect against the low-level
460         transport functions returning nil.
461
462 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
463
464         * mml2015.el (epg-sub-key-fingerprint): Autoload.
465         (mml2015-epg-find-usable-secret-key): New function.
466         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
467         mml2015-epg-find-usable-key (Bug#7797).
468         (mml2015-epg-encrypt): Ditto.
469
470 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
471
472         * dgnushack.el (rot13-string): Fix the way to get the argument.
473
474 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
475
476         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
477
478 2011-01-03  Glenn Morris  <rgm@gnu.org>
479
480         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
481
482         * sieve.el (sieve-open-server): Give a more explicit error if
483         sieve-manage-open returns nil.  (Bug#7720)
484
485 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
486
487         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
488
489 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
490
491         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
492         This avoids sending passwords in plain text over non-encrypted
493         channels.
494
495         * shr.el (shr-rescale-image): Display all GIF images as animated images.
496
497         * nnimap.el (nnimap-login): Refactored out into own function, and
498         implement CRAM-MD5.
499         (nnimap-wait-for-line): Refactored out.
500
501         * mm-view.el (mml-smime): Require.
502
503 2010-12-20  David Engster  <deng@eml.cc>
504
505         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
506         use EPG to decrypt S/MIME messages instead of openssl.
507
508 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
509
510         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
511
512         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
513         status is the group clearly is unreachable.
514
515         * auth-source.el (auth-source-create): Add the optional second
516         parameter to `local-variable-p' to be compatible with XEmacs.
517
518 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
519
520         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
521         work when using a compressed nnml folder.
522
523 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
524
525         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
526         backends after sanitising on entry, because this never makes sense:
527         If the articles have gone missing, then the data no longer exists on
528         the backend, and if they haven't, then Gnus is wrong, and shouldn't
529         overwrite anything anyway.
530
531         * shr.el (shr-insert-document): Bind shr-width dynamically to
532         window-width if it's nil.
533
534 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
535
536         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
537         with the meaning of using the full emacs window width for rendering.
538
539 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
540
541         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
542         case when sender is not given.
543
544 2010-12-23  Julien Danjou  <julien@danjou.info>
545
546         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
547         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
548         the addresses, otherwise we might misplaced the gravatar.
549
550 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
551
552         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
553         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
554         obsolete in Emacs.
555
556 2010-12-20  Julien Danjou  <julien@danjou.info>
557
558         * gnus-util.el (gnus-rescale-image): Revert last change.
559
560 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
561
562         * binhex.el: Improve commentary (Bug#7482).
563
564 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
565
566         * gnus-group.el (gnus-group-delete-articles): New command.
567
568 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
569
570         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
571
572 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
573
574         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
575         here, since it's up to the backends to do CRLF removal if their
576         protocol has it.
577
578         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
579
580 2010-12-17  Julien Danjou  <julien@danjou.info>
581
582         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
583         they are from file. Can also scale up.
584
585 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
586
587         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
588         gnus-use-agent.
589         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
590
591         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
592
593 2010-12-17  Julien Danjou  <julien@danjou.info>
594
595         * gravatar.el (gravatar-retrieve-synchronously): New function.
596         (gravatar-get-data): Make more robust.
597
598 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
599
600         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
601
602 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
603
604         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
605         to really consider the last line.
606
607 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
608
609         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
610         list of recipient keys, or use symmetric encryption if not a list.
611         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
612         EPA override, replacing the call to `netrc-store-data'.
613
614 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
615
616         * gnus-srvr.el: Avoid passing nil regexp argument to
617         delete-matching-lines.
618
619 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
620
621         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
622         fetching stops when Gnus exits.
623
624         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
625         function.
626         (nnfolder-request-expire-articles): Save all the buffers after doing
627         expiry.
628
629         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
630         the last article", since that led to serious performance regressions
631         when expiring nnml groups.
632
633 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
634
635         * nnir.el: Improve customizations.
636
637 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
638
639         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
640
641         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
642         group has been killed.
643         (gnus-group-yank-group): Ditto.
644
645         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
646
647         * nnimap.el (nnimap-request-update-group-status): New function.
648
649         * gnus-int.el (gnus-request-update-group-status): New interface
650         function.
651
652         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
653         copying read-ness to the backends.
654
655         * nnimap.el (nnimap-quirk): New function.
656         (nnimap-retrieve-group-data-early): Use it.
657         (nnimap-quirks): New alist.
658
659 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
660
661         * shr.el (shr-insert): Set shr-start after deleting trailing space;
662         don't delete it within indentation.
663
664 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
665
666         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
667         previous line.
668
669 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
670
671         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
672         QRESYNC command by deleting a superfluous space which broke Cyrus
673         servers.  This change will break other servers that are buggy the other
674         way around.
675
676 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
677
678         * spam.el: Reindent and fix long lines.
679         (spam-copy-or-move-routine): Exclude invalid move destinations.
680
681 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
682
683         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
684         installed the registry.
685
686 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
687
688         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
689
690 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
691
692         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
693         groupname doesn't contain "gmane".
694
695 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
696
697         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
698         and netrc-bound-and-true-p bindings.
699         (netrc-parse): Cache the netrc contents.
700
701         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
702         (gnus-1): Don't create the nndrafts group twice.
703         (gnus-setup-news): There's no need to read the active file here, since
704         that's done again later on a per-backend basis.
705         (gnus-start-draft-setup): Make sure that the new group is started out
706         empty.
707
708         * gnus-agent.el (gnus-agentize): Don't create the queue group
709         automatically on startup.  It'll be created later, if needed.
710
711         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
712         of automatically subscribed groups.
713         (gnus-auto-subscribed-categories): New variable.
714         (gnus-matches-options-n): Use it.
715         (gnus-default-subscribed-newsgroups): Remove unused variable.
716         (gnus-start-draft-setup): Message a bit less.
717
718 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
719
720         * nnir.el (nnir-run-imap): Return article list in order of increasing
721         UID.
722
723 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
724
725         * gnus-sum.el (gnus-summary-enter-digest-group):
726         Mention gnus-auto-select-on-ephemeral-exit.
727
728         * proto-stream.el (proto-stream-open-network-only): Fix the calling
729         convention of the network-only option.
730
731 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
732
733         * proto-stream.el (proto-stream-open-network-only): New function to
734         have a way to specify non-STARTTLS upgrade connections.
735
736 2010-12-10  Julien Danjou  <julien@danjou.info>
737
738         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
739         email address is nil.
740
741         * message.el (message-bogus-recipient-p): Set address to "" if nil.
742
743 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
744
745         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
746         deletion.
747         (nnir-run-imap): Only need to parse list once.
748
749 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
750
751         * shr.el (shr-tag-script): Ignore <script>.
752         (shr-tag-label): Add <label> support.
753
754 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
755
756         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
757
758         * shr.el (shr-image-displayer): Work for images lined side by side.
759
760 2010-12-08  Robert Pluim  <rpluim@gmail.com>
761
762         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
763         parameter, since XEmacs doesn't accept t as a parameter.
764
765 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
766
767         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
768         ids.
769         (nnir-run-gmane): Simplify groupspec formatting.
770         (nnir-request-expire-articles): New function.
771
772 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
773
774         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
775         overflow, possibly.
776
777         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
778         (shr-render-td): Handle td style="" better.
779         (shr-tag-table): Use the color from the style sheet.
780         (shr-render-td): Make sure we copy over all the overlays, too.
781
782 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
783
784         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
785         (nnir-request-article): Improve article retrieval.
786
787 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
788
789         * mm-util.el (mm-extra-numeric-entities): New variable.
790
791         * mm-url.el (mm-url-decode-entities):
792         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
793
794         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
795
796 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
797
798         * message.el: Use completion-at-point.
799         (message-completion-function): New fun, extracted from message-tab.
800         (message-mode): Use it for completion-at-point-functions.
801         (message-tab): Use it and completion-at-point.
802
803 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
804
805         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
806         character if a non-breakable character follows.
807
808 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
809
810         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
811         any stream.
812
813         * shr.el (shr-tag-font): Colorize the region.
814         (shr-tag-body): Ditto.
815         (shr-tag-font): Actually let the styles be inherited instead of
816         overwriting them.
817         (shr-tag-font): Get the background color right.
818         (shr-tag-style): Ignore all <style> tags for the moment.
819
820         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
821         a Message-ID to avoid having nnimap depend on gnus-sum.
822
823         * shr.el (shr-descend): Only colorize something if we have a node that
824         sets colors.
825
826 2010-12-06  Julien Danjou  <julien@danjou.info>
827
828         * shr.el (shr-render-td): Render td content with shr-descend, so style
829         will be applied to <td> too.
830         (shr-colorize-region): Colorize region even if we only have a background.
831         (shr-tag-body): Fix color and background color inheritance.
832         Do not recolorize after shr-generic.
833         (shr-tag-font): Let shr-generic colorize via inheritance.
834
835 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
836
837         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
838
839 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
840
841         * nnir.el (nnir-request-move-article): Remove obsolete code.
842
843 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
844
845         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
846
847 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
848
849         * gnus-sum.el (gnus-summary-respool-article): The completion function
850         expects a list instead of an alist.
851
852         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
853         string as the parameter.
854
855         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
856
857         * shr.el (shr-stylesheet): New dynamic variable for cascading the
858         styles.
859         (shr-colorize-region): New function.
860         (shr-insert-background-overlay): Remove.
861         (shr-render-td): Background setting should be taken care of on a higher
862         level.
863         (shr-tag-body): Use post-hoc colorizations.
864         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
865         (shr-put-color-1): Don't overwrite old colors.
866         (shr-colorize-region): When the background color isn't explicit, use
867         a fixed background.
868
869         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
870         nnmail variables.
871
872 2010-12-05  Bjørn Mork  <bjorn@mork.no>
873
874         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
875         unless necessary.
876
877 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
878
879         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
880         server.
881
882 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
883
884         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
885         so that TAB works.
886
887         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
888         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
889
890         * shr.el (shr-urlify): Show the URL before the title to avoid
891         misleading URLs.
892
893 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
894
895         * shr.el (shr-urlify): Display the title in <a> tags.
896
897 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
898
899         * nnir.el (nnir-categorize): Replace mapcar with mapc.
900
901 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
902
903         * nnir.el: Rearrange code to allow macros to be autoloaded by
904         gnus-sum.el.
905         (nnir-retrieve-headers-override-function): Make this variable
906         customizable.
907         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
908
909         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
910         from nnir.el.
911
912 2010-12-03  Julien Danjou  <julien@danjou.info>
913
914         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
915
916 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
917
918         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
919         allow optional argument `environment'.
920
921 2010-12-03  Glenn Morris  <rgm@gnu.org>
922
923         * mm-extern.el (message-goto-body): Update declaration.
924
925 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
926
927         * gnus-util.el (gnus-macroexpand-all): New function.
928
929         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
930         instead of macroexpand-all that is unavailable in XEmacs.
931
932 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
933
934         * nnir.el (nnir-summary-line-format): New variable.
935         (nnir-mode): Use it.
936         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
937         (nnir-article-ids): Reimplement as defsubst.
938         (nnir-retrieve-headers): Don't mangle the subject header.
939         (nnir-run-imap): Use 100 as RSV score.
940         (nnir-run-find-grep): Fix for full server searching.
941         (nnir-run-gmane): Better restriction to gmane groups.
942
943         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
944         summary buffers.
945
946 2010-12-02  Julien Danjou  <julien@danjou.info>
947
948         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
949
950         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
951
952         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
953         support.
954
955 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
956
957         * nnir.el: Update to handle the registry better.
958         (autoload): Silence byte-compiler.
959         (nnir-open-server): Add a hook for nnir groups.
960         (nnir-request-move-article): Don't mangle the header. Better to use
961         formating variables (which will be added in the future).
962         (nnir-registry-action): Update the registry using the original article
963         group name.
964         (nnir-mode): Install nnir-specific hooks for updating the registry.
965
966         * gnus-sum.el
967         (gnus-article-original-subject,gnus-newsgroup-original-name):
968         Remove obsolete variables.
969         (gnus-summary-move-article): Remove use of obsolete variables.
970         (gnus-summary-local-variables): Make move and delete hooks local to
971         summary buffers.
972
973 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
974
975         * rtree.el: New file.
976
977 2010-12-01  Julien Danjou  <julien@danjou.info>
978
979         * message.el (message-user-organization): Do not use
980         gnus-local-organization.
981
982         * gnus.el: Remove gnus-local-organization.
983
984         * gnus-msg.el: Remove nastygram thing.
985
986 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
987
988         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
989         funcall.
990
991 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
992
993         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
994         names.
995
996         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
997         characters.
998
999         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1000         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1001         Suggested by Štěpán Němec <stepnem@gmail.com>.
1002         (gnus-gravatar-transform-address): Use mail-extract-address-components
1003         that supports non-ASCII names rather than mail-header-parse-addresses.
1004
1005 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1006
1007         * proto-stream.el (open-protocol-stream): All starttls connections are
1008         handled by the network handler.
1009
1010 2010-11-30  Julien Danjou  <julien@danjou.info>
1011
1012         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1013         (nnimap-open-connection-1): Fix PREAUTH.
1014
1015         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1016
1017 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1018
1019         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1020         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1021         (shr-insert): Use them.
1022         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1023
1024 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1025
1026         * nnir.el (nnir-request-move-article): Bail out if original group
1027         doesn't support article moves.
1028         (nnir-get-active): Improve active list retrieval.
1029
1030 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1031
1032         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1033
1034 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1035
1036         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1037         seem to accept strings-with-numbers as port numbers,
1038
1039 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1040
1041         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1042         change the registry.
1043
1044 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1045
1046         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1047         delete-dups that is not available in XEmacs 21.4.
1048
1049         * mm-util.el (mm-delete-duplicates): Add comment.
1050
1051 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1052
1053         * nnir.el (nnir-ignored-newsgroups): New variable.
1054         (nnir-get-active): Use it.
1055
1056 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1057
1058         * proto-stream.el (proto-stream-open-network): Add some comments.
1059
1060         * nntp.el (nntp-open-connection): Provide a :success condition.
1061
1062         * nnimap.el (nnimap-open-connection-1): Ditto.
1063
1064         * proto-stream.el (proto-stream-open-network): See what the response to
1065         the STARTTLS command is.
1066
1067         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1068         backwards compatibility).
1069         (nnimap-open-connection-1): Really respect nnimap-server-port.
1070
1071         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1072         TLS upgrades we don't really care about the identity of the peer.
1073         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1074         that what we've checked for.
1075         (proto-stream-always-use-starttls): Only default to t if
1076         open-gnutls-stream exists.
1077         (proto-stream-open-network): If STARTTLS failed, then just open a
1078         normal connection.
1079         (proto-stream-open-network): Wait until the greeting before doing
1080         STARTTLS.
1081
1082         * nntp.el (nntp-open-connection): Report what the connection error is.
1083
1084         * proto-stream.el (open-protocol-stream): Rename from
1085         open-proto-stream.
1086
1087 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1088
1089         * nnimap.el (nnimap-stream): Change default to `undecided'.
1090         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1091         first, and then network.
1092         (nnimap-open-connection-1): Respect nnimap-server-port.
1093         (nnimap-open-connection): Be more backwards-compatible.
1094
1095         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1096         (proto-stream-open-starttls): De-duplicate the starttls code.
1097         (proto-stream-open-starttls): Folded back into the main function.
1098         (proto-stream-open-network): Fix typo in the gnutls path.
1099         (proto-stream-command): Refactor out.
1100
1101         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1102
1103         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1104         starttls.el STARTTLS.
1105
1106         * color.el (color-lab->srgb): Fix function call name.
1107
1108         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1109         if we're using tls.el.
1110         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1111         built in, then don't try to establish a STARTTLS connection.
1112
1113         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1114         servers.
1115
1116         * proto-stream.el (open-proto-stream): Use network, not stream.
1117         (open-proto-stream): Add a way to specify what the end of a command is.
1118
1119         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1120         connections types.
1121         (nntp-open-network-stream): Remove.
1122         (nntp-open-ssl-stream): Remove.
1123         (nntp-open-tls-stream): Remove.
1124         (nntp-ssl-program): Remove.
1125
1126         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1127
1128 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1129
1130         * nnir.el: Fix typos.
1131         (nnir-retrieve-headers-override-function): Rename variable to reflect
1132         new semantics.
1133         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1134         macros.
1135         (nnir-request-article, nnir-request-move-article): Use them.
1136         (nnir-categorize): New function.
1137         (nnir-run-query): Use it.
1138         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1139         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1140         sorted.
1141         (nnir-group-full-name): Use gnus-group-full-name instead.
1142         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1143         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1144
1145 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1146
1147         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1148
1149         * proto-stream.el: New library to provide protocol-specific
1150         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1151         protocols.
1152         (open-proto-stream): Complete the documentation.
1153         (proto-stream-open-network): Fix some typos.
1154
1155         * nnimap.el (nnimap-open-connection): Use it.
1156
1157 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1158
1159         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1160         negotiation.
1161
1162 2010-11-26  Julien Danjou  <julien@danjou.info>
1163
1164         * color.el: Rename various rgb functions to srgb.
1165
1166 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1167
1168         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1169         names.
1170
1171 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1172
1173         * shr.el (shr-insert): Revert last change.
1174         (shr-find-fill-point): Never leave point being at bol;
1175         relax the kinsoku limitation when rendering tables.
1176
1177 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1178
1179         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1180         results from -accept-article.
1181
1182         * shr-color.el: Require cl when compiling.
1183
1184         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1185         checkin.
1186
1187         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1188
1189         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1190
1191         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1192         'add and 'delete to set backend marks.
1193
1194         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1195
1196         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1197
1198         * nntp.el (nntp-request-set-mark): Use it.
1199
1200         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1201
1202         * nnml.el (nnml-request-set-mark): Ditto.
1203
1204         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1205         introduces regressions in article selection.
1206         (nnimap-find-uid-response): New function.
1207         (nnimap-request-accept-article): Use the UID returned, if any.
1208         (nnimap-request-move-article): Use the UID returned, if any.
1209         (nnimap-get-groups): Reimplement to work with folded lines.
1210         (nnimap-find-uid-response): The UID is the last element in the list.
1211         (nnimap-request-set-mark): Extend syntax with 'set.
1212
1213         * nnml.el (nnml-request-set-mark): Ditto.
1214
1215         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1216
1217         * nntp.el (nntp-request-set-mark): Ditto.
1218
1219 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1220
1221         * message.el (message-called-interactively-p): A temporary macro.
1222         (message-goto-body): Use it temporarily.
1223
1224 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1225
1226         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1227         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1228         (nnimap-last-response-string): Fix last unfolding fix.
1229
1230 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1231
1232         * shr.el (shr-insert): Fix the way to fold lines.
1233
1234 2010-11-25  Julien Danjou  <julien@danjou.info>
1235
1236         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1237
1238         * color.el: Rename from color-lab.el
1239         (color-rgb->hex): Add.
1240         (color-complement): Add.
1241         (color-complement-hex): Add.
1242
1243         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1244
1245 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1246
1247         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1248         don't exist.
1249
1250 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1251
1252         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1253         assuming that article displaying or another mml-preview may be
1254         interrupted for an error or for the like.
1255
1256         * shr.el (shr-get-background): Fix argument name.
1257
1258 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1259
1260         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1261
1262         * gnus-sum.el (gnus-summary-include-articles): New function.
1263
1264         * message.el (message-goto-body): called-interactively-p needs a
1265         parameter, so use `any'.
1266
1267         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1268         clear marks before moving, since they're synced from the Gnus side
1269         first.
1270
1271         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1272         (gnus-summary-move-article): Copy over all marks before moving, so that
1273         IMAP doesn't think a new article has arrived.
1274
1275 2010-11-24  Julien Danjou  <julien@danjou.info>
1276
1277         * shr.el (shr-insert-background-overlay): Fix typo.
1278         (shr-render-td): Copy the background before rendering.
1279
1280         * shr-color.el (shr-color-visible): Fix docstring.
1281
1282         * shr.el (shr-tag-table): Add bgcolor support.
1283         (shr-render-td): Add bgcolor support.
1284         (shr-get-background): Add.
1285         (shr-insert-foreground-overlay): Use shr-get-background.
1286
1287         * message.el (message-goto-body): Use called-interactively-p.
1288         (message-in-body-p): message-goto-body returns point.
1289
1290 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1291
1292         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1293         Fixes something or other in Emacs 23, and is backwards compatible.
1294
1295         * message.el (message-goto-body): Remove the <#secure special-casing,
1296         which is too special.
1297
1298         * shr.el (shr-parse-style): Drop !important from styles.
1299
1300 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1301
1302         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1303         this function to return incorrect results when calling it with an
1304         explicit article argument different from
1305         (gnus-summary-article-number).
1306
1307 2010-11-24  Julien Danjou  <julien@danjou.info>
1308
1309         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1310         (shr-tag-body): Add background support.
1311         (shr-descend): Add background support.
1312         (shr-tag-title): Add.
1313
1314         * shr-color.el (shr-color-visible): Really return original background
1315         if fixed.
1316
1317 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1318
1319         * shr.el (shr-color-check): Protect against non-existant colour names.
1320
1321 2010-11-24  Julien Danjou  <julien@danjou.info>
1322
1323         * color-lab.el: Require 'cl when compiling.
1324
1325         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1326
1327         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1328         matched part.
1329
1330         * color-lab.el: Fix all expt calls to use float type.
1331
1332 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1333
1334         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1335         expression to shr-color-check as is.
1336
1337         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1338
1339         * color-lab.el: Add coding cookie.
1340         (float-pi): Use eval-and-compile.
1341
1342         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1343         compiled for Emacsen having no `libxml-parse-html-region' support.
1344
1345 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1346
1347         * shr.el (shr-insert-color-overlay): Split stuff like
1348         "#444444 !important" to find the real colour.
1349         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1350         parse <font color="red"> entries.
1351
1352 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1353
1354         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1355         point when parsing headers.
1356
1357         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1358         is positioned properly when parsing headers.
1359
1360 2010-11-23  Julien Danjou  <julien@danjou.info>
1361
1362         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1363
1364         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1365
1366         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1367
1368         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1369         Use shr-color-hue-to-rgb.
1370         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1371
1372 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1373
1374         * shr.el (shr-color->hexadecimal): Autoload.
1375         (shr-descend): Add color to all tags.
1376
1377 2010-11-22  Julien Danjou  <julien@danjou.info>
1378
1379         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1380         shr-color->hexadecimal.
1381
1382         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1383         RGB() or HSL() color representation.
1384
1385         * shr.el (shr-tag-font): Add.
1386         (shr-tag-color-check): New function to get better colors.
1387         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1388         tag-span.
1389
1390         * shr-color.el: New file.
1391
1392         * color-lab.el: New file.
1393
1394         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1395
1396 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1397
1398         * nnir.el: Fix typo in comments.
1399         (nnir-run-imap): Simplify code. No need to reverse artlist.
1400         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1401
1402 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1403
1404         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1405
1406         * nnimap.el (nnimap-get-capabilities): Refactor out.
1407         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1408
1409 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1410
1411         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1412         appearing when `mm-uu-hide-markers' is nil.
1413
1414 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1415
1416         * nnimap.el (nnimap-unselect-group): Make into its own function.
1417         (nnimap-request-rename-group): Unselect group before renaming.
1418         This had gotten lost somewhere.
1419         (nnimap-request-accept-article): Keep track of examined groups, and
1420         unselect the group before APPENDing to read-only groups.
1421         (nnimap-request-move-article): Clear flags before moving so that they
1422         can be re-set later.
1423
1424 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1425
1426         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1427         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1428
1429 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1430
1431         * gnus-art.el (gnus-mime-display-single)
1432         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1433         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1434         parameter.
1435
1436 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1437
1438         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1439         (shr-table-vertical-line): New variable.
1440         (shr-insert-table): Use it.
1441
1442 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1443
1444         * gnus-html.el (gnus-html-wash-images): Don't display images if
1445         gnus-inhibit-images is non-nil; register displayer for cid images.
1446         (gnus-html-display-image): Work for cid image.
1447         (gnus-html-insert-image): Allow arguments.
1448         (gnus-html-put-image): Inhibit read-only.
1449         (gnus-html-prefetch-images): Don't prefetch images if
1450         gnus-inhibit-images is non-nil.
1451
1452 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1453
1454         * shr.el (shr-put-image): Break lines when inserting big pictures.
1455
1456 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1457
1458         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1459         sender, thanks Katsumi Yamaoka.
1460
1461 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1462
1463         * nnir.el (nnir-run-imap): Reverse the article list for each group
1464         rather than the whole list.
1465
1466 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1467
1468         * shr.el (shr-image-displayer): Protect function against non-existent
1469         image source.
1470
1471         * gnus-art.el (gnus-inhibit-images): New user option.
1472         (gnus-mime-display-single): Don't display image if it is non-nil.
1473
1474         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1475         gnus-inhibit-images.
1476
1477         * shr.el (shr-image-displayer): New function.
1478         (shr-tag-img): Use it.
1479
1480 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1481
1482         * mml2015.el (mml2015-epg-sign): Use From header.
1483
1484 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1485
1486         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1487
1488         * gnus-util.el (gnus-find-text-property-region): Return markers.
1489
1490         * shr.el (shr-tag-img): Put a displayer in the text property.
1491
1492         * gnus-util.el (gnus-find-text-property-region): New utility function.
1493
1494         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1495         (gnus-html-show-images): Remove.
1496
1497         * gnus-art.el (gnus-article-show-images): New, more general function.
1498
1499         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1500         image url text properties.
1501
1502         * shr.el: Ditto.
1503
1504         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1505         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1506
1507 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1508
1509         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1510         work for two or more articles.
1511
1512 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1513
1514         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1515         divide an image that's in an html article to two or more when washing
1516         non-ASCII characters in alt text of it.
1517
1518 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1519
1520         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1521         smime-decrypt-region using function argument.
1522         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1523
1524         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1525
1526         * smime.el (smime-decrypt-region): Catch it.
1527
1528 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1529
1530         * smime.el (smime-mode-map): Move initialization into declaration.
1531         (gnus-run-mode-hooks): Don't autoload.
1532         (smime-mode): Use define-derived-mode.
1533
1534 2010-11-11  Glenn Morris  <rgm@gnu.org>
1535
1536         * smime.el (from): Restrict declaration to XEmacs.
1537
1538         * nnir.el (gnus-group-topic-name): Autoload.
1539
1540 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1541
1542         * shr.el (shr-insert): Don't break long line if it is because of
1543         kinsoku-bol characters in the line end.
1544
1545 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1546
1547         * nnir.el (nnir-request-move-article): Fix to provide original group
1548         and subject.
1549         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1550         been retrieved.
1551
1552         * gnus-sum.el (gnus-summary-move-article): Use original group and
1553         subject for virtual articles such as those in an nnir summary buffer.
1554
1555 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1556
1557         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1558         least 21.5).
1559
1560         * smime.el (from): Declare it again for XEmacs.
1561
1562 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1563
1564         * message.el (message-resend): Don't disable encoding unless it's
1565         already encoded.
1566
1567         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1568         low-numbered articles.
1569
1570 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1571
1572         * rfc2047.el (rfc2047-syntax-table): Simplify.
1573
1574         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1575
1576         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1577         set-char-table-range for XEmacs.
1578
1579 2010-11-10  Glenn Morris  <rgm@gnu.org>
1580
1581         * time-date.el (time-to-seconds): Always an alias on Emacs,
1582         never a real function.
1583         (with-no-warnings): Remove compat stub, now unused.
1584         (time-less-p): Doc fix.
1585         (time-to-number-of-days): Simplify.
1586
1587         * smime.el (from): Remove unused declaration.
1588
1589         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1590         (gnus-float-time): On Emacs, always an alias.
1591
1592         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1593         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1594
1595 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1596
1597         * dgnushack.el: Don't use ignore-errors in the top level form since it
1598         is unavailable in XEmacs even if cl is loaded.
1599
1600         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1601
1602 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1603
1604         * shr.el (browse-url-mailto): Autoload.
1605
1606         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1607
1608         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1609         regexp doesn't need quoting.
1610
1611 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1612
1613         * message.el (message-subject-trailing-was-ask-regexp)
1614         (message-subject-trailing-was-regexp): Match was: in addition to was.
1615
1616 2010-11-09  Glenn Morris  <rgm@gnu.org>
1617
1618         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1619         (nnbabyl-check-mbox): Use point-at-bol.
1620
1621 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1622
1623         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1624
1625         * message.el (message-mailto): New function.
1626         (message-mailto): Should accept other parameters.
1627         (message-mailto): Remove since it duplicates browse-url-mailto
1628         functionality.
1629
1630 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1631
1632         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1633         methods.
1634         (gnus-read-active-file): Ditto.
1635
1636         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1637         ": " from the prompt.
1638         (gnus-group-make-group): Ditto.
1639
1640 2010-11-07  Glenn Morris  <rgm@gnu.org>
1641
1642         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1643         (gnus-bookmark-kill-line): Use point-at-eol.
1644
1645 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1646
1647         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1648         asterisks in From header.
1649
1650 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1651
1652         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1653         string to avoid making the From headers syntactically invalid.
1654
1655         * message.el (message-send-mail): Don't insert courtesy messages if the
1656         message already has List-Post and List-ID messages.
1657
1658 2010-11-06  Glenn Morris  <rgm@gnu.org>
1659
1660         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1661         `condition', `type', `length' a prefix.
1662         (gnus-treat-predicate): Update for above name changes.
1663
1664 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1665
1666         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1667         binding.  Handled by `gnus-summary-refer-thread' instead.
1668         (nnir-warp-to-article): New backend function.
1669
1670         * nnimap.el (nnimap-request-thread): Force dependency updating.
1671
1672         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1673         (gnus-summary-refer-thread): Rework to improve thread-referral.
1674
1675         * gnus-int.el (gnus-warp-to-article): New function.
1676
1677         * gnus-sum.el (gnus-summary-article-map): Bind it.
1678
1679 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1680
1681         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1682         gnus-summary-refer-thread.
1683
1684         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1685         headers.
1686         (gnus-summary-limit-include-thread): Prevent articles in thread from
1687         being cut in gnus-cut-threads.
1688         (gnus-summary-refer-thread): Limit retrieved headers to those in
1689         thread.
1690
1691 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1692
1693         * message.el (message-send-mail): Use the value of
1694         message-courtesy-message from the message buffer.
1695
1696         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1697
1698         * shr.el (shr-browse-url): Implement mailto: URLs.
1699
1700         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1701         "raw".
1702
1703         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1704         if it's already selected.
1705
1706         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1707
1708 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1709
1710         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1711         to measure the length and truncate alt text.
1712
1713 2010-11-03  Glenn Morris  <rgm@gnu.org>
1714
1715         * nndiary.el (nndiary-generate-nov-databases-1)
1716         (nndiary-generate-active-info): Rename dynamic variable `files' to
1717         something less generic.
1718
1719 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1720
1721         * nnir.el (nnir-request-move-article): Call the underlying backend to
1722         move articles from nnir.
1723
1724 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1725
1726         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1727
1728 2010-11-02  Julien Danjou  <julien@danjou.info>
1729
1730         * nnir.el: Remove wais support.
1731
1732 2010-11-02  Glenn Morris  <rgm@gnu.org>
1733
1734         * gnus-html.el: Reorder requirements to quieten compiler.
1735
1736 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1737
1738         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1739         properly for XEmacs as well.
1740         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1741         (gnus-article-natural-long-line-p): Use window-width rather than
1742         frame-width.
1743
1744 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1745
1746         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1747         (nnir-read-parms): Don't modify query.
1748         (nnir-run-query): Add ability to search topic on current line.
1749         (nnir-get-active): Clean up.
1750
1751 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1752
1753         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1754         degenerate articles.
1755
1756         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1757         (gnus-print-buffer): Just print the buffer as is, without any copying
1758         to a buffer and then re-highlighting.
1759
1760         * nnimap.el (nnimap-request-group): Store the new updated info.
1761         (nnimap-request-group): Select the group when we don't know whether it
1762         exists or not.
1763
1764         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1765         groups.
1766
1767         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1768         groups.
1769
1770         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1771         groups.
1772
1773         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1774         long-lines case by only filling the long lines.
1775
1776         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1777         (bug #7311).
1778
1779 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1780
1781         * shr.el: No need to declare `declare-function' since shr.el is for
1782         only Emacsen that provide `libxml-parse-html-region'.
1783
1784         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1785         effective only in a file it is referred to.
1786
1787 2010-11-01  Glenn Morris  <rgm@gnu.org>
1788
1789         * mm-util.el (gnus-completing-read): Autoload.
1790         (mm-read-coding-system): Simplify Emacs definition.
1791
1792         * nnmail.el (gnus-activate-group):
1793         * nnimap.el (gnutls-negotiate):
1794         * nntp.el (netrc-parse): Fix declarations.
1795
1796 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1797
1798         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1799         string-match-p in Emacs >=23.
1800
1801         * gnus-msg.el (gnus-configure-posting-styles)
1802         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1803
1804 2010-11-01  Glenn Morris  <rgm@gnu.org>
1805
1806         * nnir.el (declare-function): Add compat stub.
1807         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1808         (nnir-run-gmane): Require 'mm-url.
1809
1810         * mm-util.el (mm-string-to-multibyte): Simplify.
1811
1812         * shr.el (declare-function): Add compat stub.
1813         (url-cache-create-filename): Declare.
1814         (mm-disable-multibyte, widget-convert-button): Autoload.
1815
1816         * smime.el (ldap-search): Declare.
1817         (smime-cert-by-ldap-1): Require ldap on Emacs.
1818
1819         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1820         (nnimap-keepalive): Use gnus-float-time.
1821
1822         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1823         (mail-source-delete-crash-box): Use gnus-float-time.
1824
1825         * gnus-dired.el (gnus-completing-read): Autoload.
1826
1827         * mm-view.el (gnus-rescale-image): Autoload.
1828
1829         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1830
1831         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1832
1833         * sieve-manage.el: Require 'cl when compiling.
1834
1835         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1836         (gnus-iswitchb-completing-read): Require iswitchb.
1837         (gnus-select-frame-set-input-focus): Silence compiler.
1838
1839 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1840
1841         * message.el (message-subject-trailing-was-query): Change default to t,
1842         since I think that's what most people want.
1843
1844         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1845         appending for easier debugging.
1846         (nnimap-wait-for-connection): Take a regexp.
1847         (nnimap-request-accept-article): Wait for the continuation line before
1848         sending anything unless we're streaming.
1849
1850         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1851         leave the header washing to take place.
1852
1853 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1854
1855         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1856         regular expression match and replace in posting styles.
1857
1858 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1859
1860         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1861         an entire server.
1862         (nnir-get-active): New function.
1863         (nnir-run-imap): Use it.
1864         (nnir-run-gmane): Who knew, gmane search returns an article score!
1865
1866         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1867         server on the current line with nnir.
1868
1869 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1870
1871         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1872         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1873         left edge.
1874         (gnus-article-foldable-buffer): Skip past the prefix when determining
1875         raggedness.
1876
1877         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1878         the raw article, and change `C-u g' to show the article without doing
1879         treatments.
1880
1881         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1882         on to `gnus-treat-article'.
1883         (gnus-inhibit-article-treatments): New variable.
1884
1885         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1886
1887         * gnus-art.el (gnus-treatment-function-alist): Have
1888         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1889         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1890         sections.
1891
1892         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1893         parameter.
1894         (gnus-article-fill-cited-long-lines): New function.
1895         (gnus-article-fill-cited-article): Allow filling only long sections.
1896
1897         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1898         and non-punctuation (like after the apostrophe in "'We").
1899
1900         * gnus-sum.el (gnus-summary-select-article): Make sure
1901         gnus-original-article-buffer is alive.
1902
1903         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1904         reflect the order they're in in the digest.
1905
1906         * gnus.el (gnus-group-startup-message): Move point to the start of the
1907         buffer.
1908
1909         * nnimap.el (nnimap-capability): New function.
1910         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1911         is set.
1912
1913 2010-10-31  David Engster  <dengste@eml.cc>
1914
1915         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1916         conform with changes to gnus-completing-read.
1917
1918 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1919
1920         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1921
1922 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1923
1924         * nnir.el: Move defvar, defcustom around to keep file organized
1925         and keep byte-compiler quiet.
1926         (nnir-read-parms): Accept search-engine as arg.
1927         (nnir-run-query): Pass search-engine as arg.
1928         (nnir-search-engine): Remove.
1929
1930 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1931
1932         * shr.el (shr-generic): The text nodes should be text, not :text.
1933
1934         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1935         later in the file.
1936
1937 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1938
1939         * nnir.el: General clean up.  Allow searching with multiple engines.
1940         Allow separate extra-parameters for each engine.
1941         Batch queries when possible.
1942         (nnir-imap-default-search-key,nnir-method-default-engines):
1943         Add customize interface.
1944         (nnir-run-gmane): New engine.
1945         (nnir-engines): Use it.  Qualify all prompts with engine name.
1946         (nnir-search-engine): Remove global variable.
1947         (nnir-run-hyrex): Restore for now.
1948         (nnir-extra-parms,nnir-search-history): New variables.
1949         (gnus-group-make-nnir-group): Use them.
1950         (nnir-group-server): Remove in favor of gnus-group-server.
1951         (nnir-request-group): Avoid searching twice.
1952         (nnir-sort-groups-by-server): New function.
1953
1954 2010-10-30  Julien Danjou  <julien@danjou.info>
1955
1956         * gnus-group.el: Remove gnus-group-fetch-control.
1957
1958         * gnus-start.el (gnus-find-new-newsgroups):
1959         Remove gnus-check-first-time-used.
1960
1961         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1962
1963 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1964
1965         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1966         set on groups that don't have \* permanentflags.
1967
1968 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1969
1970         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1971         control the background color.
1972         (shr-tag-img): Ignore very small web bug type images.
1973         (shr-put-image): Add help-echo alt texts to the images.
1974         (shr-tag-video): Show the video poster image.
1975
1976 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1977
1978         * shr.el (shr-table-depth): New variable.
1979         (shr-tag-table-1): Only insert the images after the top-level table.
1980
1981         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1982
1983         * gnus-util.el (gnus-list-memq-of-list): New function.
1984
1985         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1986         selected.
1987         (nnimap-unsplittable-articles): New slot.
1988         (nnimap-new-articles): Use it.
1989
1990 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1991
1992         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1993         move to the previous line on `M-g'.
1994
1995 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1996
1997         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1998         *-request-group, which seems unnecessary.
1999
2000         * nnimap.el (nnimap-quote-specials): Function copied over from
2001         imap.el.
2002         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2003         they support that.  Suggested by Tom Regner.
2004
2005 2010-10-29  Julien Danjou  <julien@danjou.info>
2006
2007         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2008         defalias.
2009         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2010
2011         * gnus.el: Remove `gnus-nntp-service' variable.
2012         (gnus-secondary-servers): Make obsolete.
2013         (gnus-nntp-server): Make obsolete.
2014
2015         * gnus-start.el (gnus-1): Remove x-splash calls.
2016
2017         * gnus-ems.el (gnus-x-splash): Remove.
2018
2019         * gnus.el (gnus-group-startup-message): Simplify/update code.
2020
2021         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2022         definition.
2023
2024         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2025         capability before doing anything.
2026         (gnus-group-insert-group-line): Remove useless
2027         gnus-group-remove-excess-properties.
2028
2029 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2030
2031         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2032
2033 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2034
2035         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2036         config after reselecting.
2037
2038 2010-10-28  Julien Danjou  <julien@danjou.info>
2039
2040         * shr.el (shr-put-image): Use point even if only inserting text.
2041         (shr-put-image): Save excursion when inserting alt text on non-graphic
2042         display, so the behaviour is the same when we are on a graphic display.
2043
2044         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2045
2046 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2047
2048         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2049         (gnus-mime-copy-part): Check coding system, not charset.
2050         (gnus-mime-view-part-externally): Never remove part.
2051         (gnus-mime-view-part-internally): Don't remove part here.
2052         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2053         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2054         multipart/alternative.
2055
2056         * mm-decode.el (mm-display-part): Take optional arg `force'.
2057
2058 2010-10-26  Julien Danjou  <julien@danjou.info>
2059
2060         * gnus-group.el (gnus-group-default-list-level): Add this function to
2061         compute the default list level.
2062         (gnus-group-default-list-level): Add possibility to use a function.
2063
2064 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2065
2066         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2067
2068         * gnus-group.el (gnus-group-completing-read)
2069         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2070         gnus-replace-in-string.
2071
2072 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2073
2074         * shr.el (shr-tag-div): Add.
2075
2076         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2077
2078 2010-10-25  Julien Danjou  <julien@danjou.info>
2079
2080         * gnus-util.el: Remove `gnus-with-local-quit'.
2081
2082         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2083
2084 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2085
2086         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2087         the original article buffer.
2088
2089 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2090
2091         * nnimap.el (nnimap-request-head): New function.
2092         (nnimap-request-move-article): Try to be slighly faster by not
2093         requesting the entire message when moving.
2094         (nnimap-transform-headers): Don't bug out on bodiless articles.
2095         (nnimap-send-command): Have no outstanding messages if the IMAP server
2096         doesn't support streaming.
2097         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2098
2099 2010-10-24  Julien Danjou  <julien@danjou.info>
2100
2101         * message.el (message-default-headers): Fix type.
2102
2103 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2104
2105         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2106         prefetching images.
2107
2108         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2109         backend for unknown groups.  This is mainly useful for nnimap groups.
2110
2111         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2112         group isn't covered by the agent.
2113
2114 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2115
2116         * nnir.el (nnir-method-default-engines): New variable.
2117         (nnir-run-query): Use it.
2118         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2119         (gnus-summary-nnir-goto-thread): Change group if needed.
2120
2121         * gnus-group.el (gnus-group-group-map): Add key binding for
2122         gnus-group-make-nnir-group.
2123
2124 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2125
2126         * shr.el (shr-tag-object): Add.
2127
2128         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2129         original article buffer live.
2130         (gnus-summary-select-article-buffer):
2131         Mention gnus-widen-article-buffer.
2132
2133 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2134
2135         * shr.el (shr-tag-strong): Add.
2136
2137 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138
2139         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2140         group names.  They mess up the group buffer badly.
2141
2142         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2143
2144         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2145         instead of the summary one.
2146
2147 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2148
2149         * mml.el (mml-preview): Work properly when editing article.
2150
2151         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2152         gnus-have-read-active-file if it's already been in.
2153
2154 2010-10-22  Tom Tromey  <tromey@redhat.com>
2155
2156         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2157         gnus-group-completing-read.
2158
2159 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2160
2161         * message.el (message-mode-map): Don't bind M-; to comment region, to
2162         allow the global comment-dwim to work.
2163
2164 2010-10-21  Julien Danjou  <julien@danjou.info>
2165
2166         * message.el (message-setup-1): Allow message-default-headers to be a
2167         function.
2168
2169 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2170
2171         * shr.el (shr-tag-table): Simplify.
2172
2173 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2174
2175         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2176         to avoid trying to snarf invalid stuff.
2177
2178         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2179
2180         * gnus.el (gnus-message-archive-group): Quote value.
2181         (gnus-message-archive-group): Mark as changed.
2182
2183         * shr.el (shr-add-font): Don't put the font properties on the newline
2184         or the indentation.
2185
2186         * message.el (message-fix-before-sending): Change options when sending
2187         non-printable characters.
2188
2189         * gnus.el (gnus-message-archive-method): Change the default to
2190         monthly outgoing groups.
2191
2192         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2193         that have gotten new numbers.
2194
2195         * nnimap.el (nnimap-request-replace-article): New function.
2196
2197 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2198
2199         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2200         (nnrss-request-article): Don't use special html washing code.
2201
2202 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2203
2204         * shr.el (shr-tag-table): Remove useless nconc.
2205
2206 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2207
2208         * gnus-art.el (article-wash-html): Simplify and remove the charset
2209         stuff.  Use the normal html rendering code instead of the special html
2210         washing code.
2211
2212         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2213         `gnus-w3m' symbols.
2214         (mm-text-html-washer-alist): Remove.
2215
2216         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2217         (mm-inline-media-tests): Remove use.
2218         (mm-text-html-renderer): Change default to the `shr' symbol.
2219
2220         * mm-view.el (mm-inline-text-html): Remove use.
2221
2222         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2223         `gnus-blocked-images' to be a function.
2224         (gnus-article-wash-function): Remove.
2225
2226 2010-10-20  Julien Danjou  <julien@danjou.info>
2227
2228         * spam.el (spam-list-of-processors): Mark as obsolete.
2229
2230         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2231         (nnimap-insert-partial-structure): Fix boundary detection.
2232
2233 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2234
2235         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2236         run file-truename on remote files.  This can be expensive and even
2237         prevent one from editing drafts if some unrelated buffer has a stale
2238         connection.
2239
2240 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2241
2242         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2243         kinsoku-eol regardless of shr-kinsoku-shorten.
2244         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2245         (shr-tag-table): Support caption, thead, and tfoot.
2246
2247 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2248
2249         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2250         lines.
2251         (shr-save-contents): New command and keystroke.
2252
2253         * nndoc.el (nndoc-type-alist): Add git support.
2254         (nndoc-git-type-p): New function.
2255         (nndoc-transform-git-article): Ditto.
2256         (nndoc-transform-git-headers): Ditto.
2257         (nndoc-transform-git-headers): Generate Subject headers.
2258
2259         * shr.el (shr-parse-style): New function.
2260         (shr-tag-span): Ditto.
2261
2262         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2263         to `G G' to avoid collisions.
2264
2265 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2266
2267         * shr.el: Load kinsoku if necessary.
2268         (shr-kinsoku-shorten): New internal variable.
2269         (shr-find-fill-point): Make kinsoku shorten text line if
2270         shr-kinsoku-shorten is bound to non-nil.
2271         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2272         shr-indentation too when testing if table is wider than frame width.
2273         (shr-insert-table): Use `string-width' instead of `length' to measure
2274         text width.
2275         (shr-insert-table-ruler): Make sure indentation is done at bol.
2276
2277 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2278
2279         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2280         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2281         undecoded network data.
2282
2283 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2284
2285         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2286         name in the mode line spec so that the mode line menu works
2287         (bug #2431).
2288
2289         * message.el (message-get-reply-headers): If we're fed `to-address',
2290         then always use that.
2291
2292         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2293         aren't so wide as to need to switch off the edit menu.
2294
2295         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2296         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2297
2298         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2299         `M-g'.
2300         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2301         the permanent marks.
2302
2303 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2304
2305         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2306         Splitting according to references/in-reply-to obeys the ignore-groups
2307         variable, while splitting by sender and subject do not.
2308
2309 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2310
2311         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2312         alist, so that we can look for non-Unicode chars.
2313         (article-translate-strings): Allow both character and string maps.
2314
2315 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2316
2317         * shr.el (shr-insert): Don't insert space behind a wide character
2318         categorized as kinsoku-bol, or between characters both categorized as
2319         nospace.
2320
2321 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2322
2323         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2324         headers to gnus-newsgroup-headers.
2325
2326 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2327
2328         * shr.el (shr-tag-img): Don't align images -- since we're not
2329         rescaling, this often leads to ugly displays.
2330
2331 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2332
2333         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2334         duplicates.
2335
2336 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2337
2338         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2339         call.
2340
2341 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2342
2343         * gnus.el: Autoload gnus-html-show-images.
2344
2345         * nnimap.el: Use nnheader-message throughout.
2346
2347         * shr.el (shr-tag-img): Ignore images with no data.
2348
2349 2010-10-15  Julien Danjou  <julien@danjou.info>
2350
2351         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2352         a possibility to disable format=flow encoding when using hard newlines.
2353
2354 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2355
2356         * shr.el (shr-insert): Remove space inserted before or after a
2357         breakable character or at the beginning or the end of a line.
2358         (shr-find-fill-point): Do kinsoku; find the second best point or give
2359         it up if there's no breakable point.
2360
2361 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2362
2363         * nnimap.el (nnimap-open-connection): Message when opening connection
2364         for debugging purposes.
2365
2366         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2367         on every setup buffer call to allow this to change from article to
2368         article.
2369
2370         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2371         buffers where we have a wide table.
2372
2373 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2374
2375         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2376         uses *-request-thread.
2377
2378 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2379
2380         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2381         incantation, which is no longer valid.
2382
2383 2010-10-14  Julien Danjou  <julien@danjou.info>
2384
2385         * shr.el: Fix defcustom type (char -> character).
2386
2387 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2388
2389         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2390         programs.
2391
2392 2010-10-14  Julien Danjou  <julien@danjou.info>
2393
2394         * shr.el (shr-tag-a): Use url-link as widget type.
2395
2396         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2397         `gnus-group-get-icon'.
2398
2399 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2400
2401         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2402         This should make server editing work better.
2403
2404         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2405
2406         * tls.el (tls-program): Remove spurious %s from openssl.
2407
2408         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2409         (nnimap-parse-flags): Fix regexp.
2410
2411         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2412         probably work for CJVK text, too.
2413
2414         * nnimap.el (nnimap-extend-tls-programs): Remove.
2415         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2416
2417         * tls.el (tls-starttls-switches): Remove starttls hack.
2418         (open-tls-stream): Ditto.
2419         (tls-find-starttls-argument): Ditto.
2420
2421 2010-10-13  Julien Danjou  <julien@danjou.info>
2422
2423         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2424         responses.
2425
2426 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2427
2428         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2429
2430         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2431         anything in Emacs.
2432
2433         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2434
2435 2010-10-13  Julien Danjou  <julien@danjou.info>
2436
2437         * shr.el (shr-width): Make shr-width a defcustom with default to
2438         fill-column.
2439         (shr-tag-img): Use shr-width rather than fill-column.
2440
2441 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2442
2443         * dgnushack.el (byte-optimize-apply)
2444         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2445
2446         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2447         position when (X-)Faces exist.
2448         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2449         avatars when called interactively.
2450
2451 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2452
2453         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2454         gnus-article-x-face-too-ugly is bound.
2455
2456 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2457
2458         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2459
2460         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2461         mailbox that doesn't exist.
2462
2463 2010-10-12  Julien Danjou  <julien@danjou.info>
2464
2465         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2466         (shr-get-image-data): Encode URL properly when fetching from cache.
2467         (shr-tag-img): Use aligned-to spaces to align correctly images.
2468
2469         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2470         before inserting the Gravatar.
2471
2472         * shr.el (shr-tag-img): Add align attribute support for <img>.
2473
2474 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2475
2476         * gnus-gravatar.el (gnus-art): Require.
2477
2478         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2479         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2480         Remove long obsoleted functions.
2481
2482 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2483
2484         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2485
2486         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2487
2488         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2489         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2490         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2491         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2492         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2493         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2494         * sieve-manage.el, smime.el, spam.el:
2495         Fix comment for declare-function.
2496
2497 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2498
2499         * nnimap.el (nnimap-request-rename-group): Select group read-only
2500         before renaming it.
2501
2502         * shr.el (shr-insert): Fix up the white space only regexp.
2503
2504         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2505         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2506
2507         * shr.el (shr-current-column): New function.
2508         (shr-find-fill-point): New function.
2509
2510 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2511
2512         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2513         numbers.
2514
2515 2010-10-11  Julien Danjou  <julien@danjou.info>
2516
2517         * shr.el (shr-hr-line): Add.
2518         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2519         display hr lines.
2520         (shr-max-columns): Do not change state to nil if we just inserting
2521         spaces.
2522
2523 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2524
2525         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2526         select the last group.
2527
2528 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2529
2530         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2531
2532 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2533
2534         * dig.el (dig-mode-map): Declare and define in one step.
2535
2536 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2537
2538         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2539         for Gnus.
2540         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2541         (nnimap-update-qresync-info): Mark \Seen articles as read.
2542
2543         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2544         non-variable, too.
2545
2546         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2547         available.
2548         (nnimap-update-info): Rely more on the current active than the param
2549         active to avoid marking articles as read too much.
2550
2551         * auth-source.el (auth-source-create): Use (user-login-name) for the
2552         user name default.
2553
2554         * nnimap.el (nnimap-update-info): If the server doesn't return any
2555         useful info, just use the previous info.
2556         (nnimap-update-info): Prefer old info over start-article.
2557         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2558
2559 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2560
2561         * nnir.el (autoload): Clean up autoloads.
2562         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2563         Use key rather than value.
2564         (nnir-imap-search-other): New variable.
2565         (nnir-read-parm): Use it.
2566         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2567         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2568
2569 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2570
2571         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2572         the process, too.
2573
2574 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2575
2576         * spam.el (gnus-summary-mode-map): Bind to "$".
2577         Suggested by Russ Allbery.
2578
2579         * shr.el: Rework the way things are indented by <li> slightly.
2580
2581         * gnus.el (gnus-group-set-parameter): Fix typo.
2582
2583         * nnimap.el: Start implementing QRESYNC support.
2584
2585 2010-10-09  Julien Danjou  <julien@danjou.info>
2586
2587         * nnir.el (nnir-engines): Fix too many arguments.
2588
2589 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2590
2591         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2592         group is the "last", so that the backends like nnfolder actually save
2593         their folders.
2594
2595         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2596         try to use that for the tls stream.
2597         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2598         UIDVALIDITY and find out which groups are read-only and not.
2599         (nnimap-get-flags): Use the same marks parsing code as the rest of
2600         nnimap.
2601
2602 2010-10-09  Julien Danjou  <julien@danjou.info>
2603
2604         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2605
2606         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2607         retrieving gravatars.
2608
2609         * shr.el (shr-table-corner): Add.
2610         (shr-table-line): Add.
2611         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2612
2613 2010-10-08  Julien Danjou  <julien@danjou.info>
2614
2615         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2616
2617 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2618
2619         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2620
2621         * gnus-sum.el (gnus-mark-article-as-unread)
2622         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2623         (gnus-summary-set-bookmark): Use it.
2624
2625         * gnus-msg.el (gnus-setup-message): Use it.
2626
2627         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2628
2629         * gnus.el (gnus-group-remove-parameter): Use it.
2630
2631         * gnus-group.el (gnus-group-make-web-group): Use it.
2632
2633         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2634
2635         * nnregistry.el: Update docs to mention manual.
2636
2637         * gnus-registry.el: Update docs to mention nnregistry.el.
2638         (gnus-registry-initialize): Don't install nnregistry refer method
2639         automatically.
2640         (gnus-registry-install-nnregistry): Remove it.
2641
2642 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2643
2644         * shr.el (shr-insert): Don't insert double spaces.
2645
2646 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2647
2648         * gnus-gravatar.el (gnus-treat-from-gravatar)
2649         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2650         called interactively.
2651
2652         * gnus-art.el (gnus-mime-view-part-externally)
2653         (gnus-mime-view-part-internally): Make predicate function passed to
2654         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2655         of a mime type.
2656
2657         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2658
2659 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2660
2661         * shr.el (require): Require cl when compiling.
2662         (shr-tag-hr): New function.
2663
2664         * nnimap.el (nnimap-update-info): Remove double setting of high.
2665         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2666         This makes nnimap work properly on Courier again.
2667
2668         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2669         the variable for backwards compatability.
2670
2671         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2672         the file name before using to avoid setting mm-default-directory to
2673         nil.
2674
2675         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2676         bidning gnus-agent variables.
2677
2678         * shr.el (shr-render-td): Use a cache for the table rendering function
2679         to avoid getting an exponential rendering behaviour in nested tables.
2680         (shr-insert): Rework the line-breaking algorithm.
2681         (shr-insert): Don't leave trailing spaces.
2682         (shr-insert-table): Also insert empty TDs.
2683         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2684
2685 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2686
2687         * gnus-sum.el (gnus-number): Rename from `number'.
2688         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2689         (gnus-summary-limit-children): Update uses correspondingly.
2690
2691 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2692
2693         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2694         (gnus-gravatar-transform-address): Don't show avatars of people of
2695         which mail addresses match gnus-gravatar-too-ugly.
2696
2697 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2698
2699         * shr.el (shr-table-widths): Expand TD elements to fill available
2700         space.
2701
2702 2010-10-07  Julien Danjou  <julien@danjou.info>
2703
2704         * nnimap.el (nnimap-request-rename-group): Add this method.
2705
2706 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2707
2708         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2709         name from XEmacs' function-arglist.
2710
2711         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2712         gravatar under XEmacs.
2713
2714 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2715
2716         * auth-source.el: Update docs with TODO items.
2717
2718         * gnus-sync.el: Update docs to explain state and plans.
2719
2720         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2721         Hooks for mark updates.
2722         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2723
2724         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2725         hooks with arguments, which is needed for mark update hooks.
2726
2727 2010-10-06  Julien Danjou  <julien@danjou.info>
2728
2729         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2730         was matched.
2731
2732         * sieve-manage.el: Update example in `Commentary'.
2733
2734         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2735
2736         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2737         not 2000.
2738         (sieve-manage-authenticate): Re-add function.
2739
2740 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2741
2742         * shr.el (shr-insert): Get 'space transition right.
2743         (shr-render-td): Only delete space at the end of the TD.
2744
2745         * nnimap.el (nnimap-open-connection): Prepare to support
2746         open-gnutls-stream.
2747
2748         * shr.el: Rearrange function order to be more logical.
2749
2750 2010-10-06  Julien Danjou  <julien@danjou.info>
2751
2752         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2753         (nnrss-discover-feed): Remove 404 URL in docstring.
2754
2755         * nnir.el: Fix Swish-E URL.
2756         Fix Namazu URL.
2757
2758         * message.el (message-change-subject): Remove 404 URL in a comment.
2759
2760 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2761
2762         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2763         called interactively.
2764
2765         * gnus-util.el (gnus-remove-if): Allow hash table.
2766         (gnus-remove-if-not): New function.
2767
2768         * gnus-art.el (gnus-mime-view-part-as-type)
2769         * gnus-score.el (gnus-summary-score-effect)
2770         * gnus-sum.el (gnus-read-move-group-name):
2771         Replace remove-if-not with gnus-remove-if-not.
2772
2773         * gnus-group.el (gnus-group-completing-read):
2774         Regard collection as a hash table if it is not a list.
2775
2776 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2777
2778         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2779
2780         * shr.el: Document the table-rendering algorithm.
2781
2782 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2783
2784         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2785         for Emacsen having no `libxml-parse-html-region' support.
2786
2787 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2788
2789         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2790         invalid URLs.
2791
2792         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2793         line-broken.
2794         (shr-tag-img): Ignore image fetching errors.
2795         (shr-overlays-in-region): Compute overlay positions correctly.
2796
2797         * mm-decode.el (mm-shr): Require shr.
2798
2799         * gnus-art.el (gnus-blocked-images): Move variable here.
2800
2801         * shr.el (shr-insert-table): Bind free variable.
2802
2803         * mm-decode.el (mm-shr): Bind shr-content-function.
2804
2805         * shr.el (shr-content-function): New variable.
2806
2807         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2808         added for symmetry.
2809
2810         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2811
2812         * gnus-group.el (gnus-group-make-group): Doc fix.
2813
2814         * nnimap.el (nnimap-request-newgroups): Return success.
2815
2816         * shr.el (shr-find-elements): New function.
2817         (shr-tag-table): Put all the images after the table.
2818         (shr-tag-table): Really inhibit images inside the table.
2819         (shr-collect-overlays): Copy over overlays from the TD elements to the
2820         main document.
2821
2822         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2823         gnus-blocked-images.
2824
2825 2010-10-05  Julien Danjou  <julien@danjou.info>
2826
2827         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2828
2829         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2830         (gnus-html-maximum-image-size): Add this function.
2831         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2832
2833         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2834         server-value of the capability is nil.
2835
2836 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2837
2838         * shr.el (shr-tag-em): Add <EM> tag.
2839
2840 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2841
2842         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2843         customizable.
2844
2845         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2846         handing broken links to browse-url.
2847
2848 2010-10-05  Julien Danjou  <julien@danjou.info>
2849
2850         * gnus-util.el (gnus-emacs-completing-read)
2851         (gnus-iswitchb-completing-read): Use autoload rather than require.
2852
2853 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2854
2855         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2856         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2857         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2858         iswitchb-temp-buflist for XEmacs.
2859
2860         * gnus-util.el (gnus-completing-read-function): Exclude
2861         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2862         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2863         XEmacs.
2864
2865         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2866         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2867
2868         * gnus-html.el: Don't require help-fns under XEmacs.
2869         (gnus-html-schedule-image-fetching): Work for XEmacs.
2870
2871         * mm-decode.el (mm-shr): Decode contents by charset.
2872
2873 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2874
2875         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2876         unknown.
2877
2878         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2879         (shr-get-image-data): Ensure against the cache file missing.
2880
2881         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2882         for data.
2883
2884         * spam-report.el (spam-report-url-ping-plain): Don't query about
2885         killing the process.
2886
2887         * shr.el (shr-render-td): Protect against too-wide text.
2888
2889 2010-10-04  Julien Danjou  <julien@danjou.info>
2890
2891         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2892         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2893
2894         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2895         retrieved.
2896
2897 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2898
2899         * shr.el (browse-url): Require.
2900         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2901         lines.
2902         (shr-show-alt-text, shr-browse-image): New commands.
2903         (shr-browse-url, shr-copy-url): New commands.
2904
2905         * gnus-sum.el (gnus-widen-article-window): New variable.
2906         (gnus-summary-select-article-buffer): Use it.
2907
2908         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2909         without @ signs.
2910
2911 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2912
2913         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2914
2915 2010-10-04  Julien Danjou  <julien@danjou.info>
2916
2917         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2918         for XEmacs.
2919
2920 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2921
2922         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2923
2924         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2925         (nnimap-close-server): Implement.
2926
2927         * dgnushack.el (iswitchb): Require to shut up the compiler.
2928
2929         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2930         (shr-insert): Tweak line breaking.
2931         (shr-insert): Handle <pre> better.
2932         (shr-tag-li): Get <li> indentation right.
2933         (shr-tag-li): Get <li> indentation even righter.
2934         (shr-tag-blockquote): Ensure paragraph start.
2935         (shr-make-table): Tweak table generation.
2936         (shr-make-table): Fix typo.
2937
2938         * shr.el: Implement table rendering.
2939
2940 2010-10-04  Julien Danjou  <julien@danjou.info>
2941
2942         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2943
2944 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2945
2946         * shr.el (shr-insert): Use string anchors instead of line anchors.
2947
2948 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2949
2950         * shr.el: Add headings.
2951         (shr-ensure-paragraph): Actually work.
2952         (shr-tag-li): Make <ul> prettier.
2953         (shr-insert): Get white space at the beginning/end of elements right.
2954         (shr-tag-p): Collapse subsequent <p>s.
2955         (shr-ensure-paragraph): Don't insert double line feeds after blank
2956         lines.
2957         (shr-insert): \t is also space.
2958         (shr-tag-s): Fix "s" tag name function.
2959         (shr-tag-s): Fix face prop name.
2960
2961 2010-10-03  Julien Danjou  <julien@danjou.info>
2962
2963         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2964
2965         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2966         gnus-window-inside-pixel-edges.
2967
2968         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2969         gnus-ems.
2970
2971         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2972
2973         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2974         function.
2975
2976         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2977         resize choice.
2978
2979 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2980
2981         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2982         beginning of the buffer.
2983
2984         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2985         article buffer again.
2986
2987         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2988
2989         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2990         when it's at the start of the buffer.
2991
2992         * shr.el (shr-tag-blockquote): Convert name.
2993         (shr-rescale-image): Use the right image-size variant.
2994
2995         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2996         buffer isn't shown, then select the current article first instead of
2997         bugging out.
2998         (gnus-summary-select-article-buffer): Show both the article and summary
2999         buffers again.
3000
3001         * shr.el (shr-fontize-cont): Protect against regions with no text.
3002         Rename tag functions to shr-tag-* for enhanced security.
3003         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3004
3005 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3006
3007         * shr.el (shr-insert):
3008         * pop3.el (pop3-movemail):
3009         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3010         loaded.
3011
3012 2010-10-03  Glenn Morris  <rgm@gnu.org>
3013
3014         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3015
3016         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3017
3018         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3019
3020         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3021
3022         * gnus-util.el (gnus-make-local-hook): Simplify.
3023
3024 2010-10-02  Julien Danjou  <julien@danjou.info>
3025
3026         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3027         (gnus-ido-completing-read): New function.
3028         (gnus-emacs-completing-read): New function.
3029         (gnus-completing-read): Use gnus-completing-read-function.
3030         Add gnus-completing-read-function.
3031
3032 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3033
3034         * shr.el (shr-insert-document): Autoload.
3035         (shr-img): Be silent.
3036         (shr-insert): Add a newline after every picture before text.
3037         (shr-add-font): Use overlays for combining faces.
3038         (shr-insert): Pass upwards the text start point.
3039
3040         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3041         possible.
3042         (mm-shr): New function.
3043
3044 2010-10-02  Julien Danjou  <julien@danjou.info>
3045
3046         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3047         should go backward.
3048
3049 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3050
3051         * shr.el (shr): Fix typo in provide call.
3052
3053 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3054
3055         * shr.el: New file.
3056
3057         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3058
3059         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3060         completing read.
3061
3062 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3063
3064         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3065         we're being queried about.  Suggested by Dan Jacobson.
3066
3067         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3068         Suggested by Jason Eisner.
3069
3070         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3071         table, too.  Suggested by Stefan Wiens.
3072         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3073         the table unnecessary.  Suggested by Stefan Wiens.
3074
3075         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3076         longer needed, and probably doesn't work either, as pointed out by
3077         Stefan Wiens.
3078         (gnus-summary-exit): Remove call to the clearing function.
3079         (gnus-summary-exit-no-update): Ditto.
3080
3081         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3082         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3083         Reported by Stefan Monnier.
3084         (gnus-summary-save-in-rmail): Ditto.
3085
3086         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3087         article buffer, instead of both the article buffer and the summary
3088         buffer.  Sort of suggested by Dan Jacobson.
3089
3090         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3091
3092         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3093         Suggested by Dan Jacobson.
3094
3095         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3096         documentation clearer.
3097
3098         * message.el (message-shorten-references): Comment on the number "21".
3099         Suggested by Stefan Monnier.
3100
3101         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3102         Suggested by Dan Jacobson.
3103
3104         * gnus.el (gnus-large-newsgroup):
3105         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3106
3107         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3108         externalize attachments.  Bug reported by Steve Wen.
3109
3110         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3111         really message anything to the user.
3112
3113         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3114         directly.
3115
3116         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3117         messages in empty groups.
3118
3119 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3120
3121         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3122         non-UIDNEXT group.
3123
3124 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3125
3126         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3127         not the value from the collection.
3128
3129         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3130         values.  This sometimes happens on some groups that have no info.
3131         (nnimap-request-newgroups): New function.
3132
3133 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3134
3135         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3136         check into `gnus-registry-initialize'.
3137         (gnus-registry-initialize): Ditto.
3138         Fix and extend header docs.
3139
3140 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3141
3142         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3143         regexp backtrace overflows.
3144
3145         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3146         for starttls that tls.el implements; i.e. openssl.
3147
3148         * tls.el (tls-starttls-switches): Give up on using starttls with
3149         gnutls-cli.
3150         (tls-program): Add --insecure to be consistent with the defaults from
3151         openssl s_client.  Now all three commands are insecure.
3152
3153 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3154
3155         * lpath.el: Bind completion-styles-alist for XEmacs.
3156
3157         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3158         (gravatar-create-image): New function that's an alias to
3159         gnus-xmas-create-image, gnus-create-image, or create-image.
3160         (gravatar-data->image): Use it.
3161
3162 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3163
3164         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3165         install the nnregistry refer method.
3166         (gnus-registry-install-hooks): Use it.
3167         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3168         unfollowed groups.
3169
3170 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3171
3172         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3173         expanding threads.
3174
3175 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3176
3177         * nnir.el: Use the server names without suffixes (bug #7009).
3178
3179         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3180         unencrypted to STARTTLS, if possible.
3181
3182 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3183
3184         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3185         headers before superseding.
3186
3187 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3188
3189         * nnrss.el (nnrss-use-local): Add documentation.
3190
3191         * nnimap.el (nnimap-extend-tls-programs): New function.
3192         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3193         (nnimap-wait-for-connection): Accept the greeting from the stupid
3194         output from openssl s_client -starttls, too.
3195
3196         * tls.el (tls-starttls-switches): New variable.
3197         (tls-find-starttls-argument): Use it.
3198         (open-tls-stream): Ditto.
3199
3200         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3201         (netrc-machine): Ditto.
3202
3203         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3204         article number.
3205         (nnimap-split-fancy): New variable.
3206         (nnimap-split-incoming-mail): Use it.
3207
3208         * nntp.el (nntp-server-list-active-group): Document.
3209
3210         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3211         SELECT to get the message-id.
3212
3213         * mail-source.el (mail-sources): Remove webmail support.
3214         (defvar): Ditto.
3215         (mail-source-fetcher-alist): Ditto.
3216         (mail-source-fetch-webmail): Remove.
3217
3218         * webmail.el: Remove -- doesn't seem relevant any more.
3219
3220         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3221
3222         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3223         the \r.
3224
3225 2010-09-30  Julien Danjou  <julien@danjou.info>
3226
3227         * gnus-agent.el (gnus-agent-add-group): Fix call to
3228         gnus-completing-read.
3229
3230 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3231
3232         * nndoc.el (nndoc-retrieve-groups): New function.
3233
3234         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3235         `default', use nnmail-split-methods.
3236         (nnimap-request-article): Downcase the NILs so that they are nil.
3237
3238         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3239         symbol.
3240
3241         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3242         code, since if the user has requested network, that's what they ought
3243         to get.
3244         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3245         (nnimap-split-rule): Mark as obsolete.
3246
3247         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3248         New variable.
3249
3250         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3251         correct slot, too.
3252
3253 2010-09-29  Julien Danjou  <julien@danjou.info>
3254
3255         * gnus.el (gnus-local-domain): Declare variable obsolete.
3256
3257         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3258         Fix history computing.
3259         (gnus-ido-completing-read): Require ido.
3260
3261 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3262
3263         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3264         build Gnus.
3265
3266         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3267         when interpreting the structures.
3268         (nnimap-request-accept-article): Add \r\n to the lines to make this
3269         work with Cyrus.
3270
3271         * nndraft.el (nndraft-request-expire-articles): Use the group name
3272         instead if "nndraft".  Fix found by Nils Ackermann.
3273
3274 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3275
3276         * nnregistry.el: Add.
3277
3278 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3279
3280         * nnmail.el (group, group-art-list, group-art):
3281         Remove unneeded directives.
3282
3283 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3284
3285         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3286         (mm-mime-charset)
3287         * rfc2047.el (rfc2047-syntax-table)
3288         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3289
3290         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3291         rather than `insert-file-contents' and `eval-region'.
3292
3293         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3294         construction.
3295
3296         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3297
3298         * time-date.el: No need to require cl for Emacs 21.
3299
3300 2010-09-29  Julien Danjou  <julien@danjou.info>
3301
3302         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3303         replacement of `gnus-gravatar-relief' to mimic
3304         `gnus-faces-properties-alist'.
3305         Add :version property.
3306
3307 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3308
3309         * mail-source.el (mail-source-report-new-mail)
3310         * message.el (message-default-mail-headers)
3311         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3312
3313         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3314
3315 2010-09-28  Julien Danjou  <julien@danjou.info>
3316
3317         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3318         mail-address contains the same string as real-name.
3319
3320         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3321         non-blank in header, otherwise it'll get stripped.
3322
3323         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3324         real-name, and then for mail address rather than doing : or , search.
3325
3326 2010-09-27  Julien Danjou  <julien@danjou.info>
3327
3328         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3329         right completing-read function.
3330         (gnus-use-ido): New variable
3331         (gnus-completing-read-with-default): Remove.
3332         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3333         (gnus-agent-add-group):
3334         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3335         * mm-view.el (mm-view-pkcs7-decrypt):
3336         * mm-util.el (mm-codepage-setup):
3337         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3338         * mml-smime.el (mml-smime-openssl-sign-query):
3339         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3340         (mml-insert-multipart):
3341         * gnus-msg.el (gnus-summary-yank-message):
3342         * gnus-int.el (gnus-start-news-server):
3343         * mm-decode.el (mm-interactively-view-part):
3344         * gnus-dired.el (gnus-dired-attach):
3345         * gnus.el (gnus-read-method):
3346         * gnus-bookmark.el (gnus-bookmark-jump):
3347         * gnus-art.el (gnus-mime-view-part-as-type)
3348         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3349         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3350         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3351         * nnmairix.el (nnmairix-create-server-and-default-group)
3352         (nnmairix-update-groups, nnmairix-get-server)
3353         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3354         (nnmairix-get-group-from-file-path):
3355         * nnrss.el (nnrss-find-rss-via-syndic8):
3356         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3357         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3358         (gnus-group-browse-foreign-server):
3359         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3360         (gnus-summary-execute-command, gnus-summary-respool-article)
3361         (gnus-read-move-group-name):
3362         * gnus-score.el (gnus-summary-increase-score)
3363         (gnus-summary-score-effect):
3364         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3365
3366 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3367
3368         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3369         x-focus-frame.
3370
3371         * nnimap.el (auth-source-forget-user-or-password)
3372         (auth-source-user-or-password): Autoload.
3373
3374         * message.el (message-from-style, message-interactive)
3375         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3376         (message-yank-prefix, message-indentation-spaces, message-signature)
3377         (message-signature-file): Add comment.
3378
3379 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3380
3381         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3382         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3383         new articles.
3384
3385         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3386         parts.
3387         (nnimap-request-article): Work with the t setting, too.
3388
3389         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3390         that you don't get flashes of other buffers.
3391         (gnus-summary-show-complete-article): Intern before setting.
3392
3393 2010-09-27  David Engster  <dengste@eml.cc>
3394
3395         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3396         well as HEADERS.
3397         (nnmairix-retrieve-headers): Provide new argument for the above.
3398
3399 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3400
3401         * gnus-sum.el (gnus-summary-move-article): Don't alter
3402         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3403         group.
3404
3405         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3406
3407         * message.el (message-cite-prefix-regexp): Revert my last edit.
3408
3409         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3410         variable instead of the Gnus variable.
3411
3412         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3413
3414         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3415
3416         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3417         since some servers don't like it.
3418         (nnimap-open-connection): Forget credentials if the server says the
3419         password was wrong.
3420         (nnimap-parse-line): Protect against invalid data.
3421
3422         * gnus-sum.el (gnus-summary-move-article): Add comment.
3423         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3424         nothing alters it while scanning for new messages.
3425
3426         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3427         which may or may not help.
3428         (nnimap-open-connection): If we're doing a stream connection, and then
3429         discover we're on a STARTTLS-capable server, then open a STARTTLS
3430         connection instead.
3431
3432 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3433
3434         * nnimap.el (utf7): Require.
3435
3436         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3437         prefix.
3438
3439 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3440
3441         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3442
3443 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3444
3445         * nnimap.el (nnimap-request-accept-article): Message the error on
3446         error.
3447
3448 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3449
3450         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3451
3452 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3453
3454         * nndoc.el (nndoc-request-list): Return success always.
3455
3456         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3457         `fetch-old' -- we only want to fetch the articles we've requested.
3458         The rest are in the agent, probably.
3459         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3460         disappeared server" to something low.  It's not important.
3461
3462         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3463         arrived before the FETCH data.
3464
3465         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3466         target here, because we don't know the Gnus name of the group.
3467
3468         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3469         for the correct group.
3470
3471         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3472
3473         * gnus.el (gnus): Give a final warning after startup.
3474
3475         * gnus-util.el (gnus-action-message-log): New variable.
3476         (gnus-message): Use it.
3477         (gnus-final-warning): New function.
3478
3479         * nnimap.el (nnimap-open-connection): Record the greeting.
3480         (nnimap): Add greeting.
3481
3482 2010-09-26  Julien Danjou  <julien@danjou.info>
3483
3484         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3485         arguments.
3486         (gnus-html-wash-images): Fix spec computing to include start/end.
3487
3488         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3489
3490 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3491
3492         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3493         deletion.
3494         (nnimap-retrieve-headers): Don't select the group, because that's
3495         already done by nnimap-possibly-change-group.
3496
3497         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3498         (gnus-picon-transform-address): Use it.
3499
3500         * mail-source.el (mail-source-value): Revert previous patch.
3501
3502         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3503         on failure.
3504         (nnimap-open-connection): Look up both virtual and physical server name
3505         credentials.
3506
3507         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3508
3509 2009-02-07  Dave Love  <fx@gnu.org>
3510
3511         * tls.el (open-tls-stream): Don't query killing process.
3512
3513 2009-02-08  Dave Love  <fx@gnu.org>
3514
3515         * gnus-win.el (gnus-window-to-buffer-helper)
3516         (gnus-all-windows-visible-p): Function needn't be a symbol.
3517
3518         * mail-source.el (mail-source-value): Function needn't be a symbol.
3519
3520 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3521
3522         * message.el (message-cite-prefix-regexp): Remove } from the cite
3523         prefix.
3524
3525         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3526         highlight again, so that the highlight is correct.
3527
3528         * gnus-picon.el (gnus-picon): Remove again.
3529         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3530
3531         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3532         doing the header highlightling, so that the background colour of the
3533         picon is correct.
3534
3535         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3536         (gnus-picon): Ditto.
3537         (gnus-picon): Reinstate.  The background colour for picons is white.
3538         (gnus-picon-insert-glyph): Make the background white.
3539
3540         * nnml.el (nnml-open-nov): Don't return dead buffers.
3541
3542         * auth-source.el (auth-source-create): Query the user for whether to
3543         store the credentials.
3544
3545         * netrc.el (netrc-store-data): New function.
3546
3547         * auth-source.el (auth-source-user-or-password): Use the existing auth
3548         sources, if any, for creation.
3549
3550         * gnus.el (gnus-group-fast-parameter): Return the last matching
3551         parameter instead of the first matching parameter.
3552
3553 2010-09-26  Julien Danjou  <julien@danjou.info>
3554
3555         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3556
3557 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3558
3559         * mml2015.el (mml2015-use): Remove gpg support.
3560
3561         * mml1991.el (mml1991-function-alist): Remove gpg function.
3562         (mml1991-gpg-sign): Remove.
3563
3564 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3565
3566         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3567         (gnus-browse-unsubscribe-current-group): Document it.
3568         (gnus-browse-unsubscribe-group): Use it.
3569
3570 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3571
3572         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3573         address to the To list for easier response.
3574
3575         * gnus.el (gnus-play-startup-jingle): Remove.
3576         (gnus-splash): Don't play jingle.
3577         (gnus): Silence gnus-load message.
3578
3579         * gnus-art.el (gnus-treat-play-sounds): Remove.
3580
3581         * gnus.el (gnus-play-jingle): Remove audio support.
3582
3583         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3584
3585         * earcon.el: Remove -- no users.
3586
3587         * gnus-audio.el: Remove -- no users of this package.
3588
3589         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3590
3591         * gnus-start.el (gnus-setup-news): Remove nocem support.
3592
3593         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3594
3595         * gnus.el (gnus-use-nocem): Remove.
3596
3597         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3598         Remove.
3599
3600         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3601         uses NoCeM any more.
3602
3603         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3604         (gnus-button-ctan-handler): Ditto.
3605         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3606         (gnus-button-ctan-directory-regexp): Ditto.
3607         (gnus-button-handle-ctan): Ditto.
3608         (gnus-button-tex-level): Ditto.
3609         (gnus-button-alist): Remove CTAN stuff.
3610
3611 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3612
3613         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3614         nnimap-streaming test.
3615
3616         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3617         servers twice.
3618
3619         * nnimap.el (nnimap-open-connection): Add more error reporting when
3620         nnimap fails early.
3621
3622         * nnheader.el (nnheader-get-report-string): New function.
3623         (nnheader-get-report): Use it.
3624
3625         * gnus-int.el (gnus-check-server): Say what the error was when opening
3626         failed.
3627
3628         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3629         using streaming.
3630
3631 2010-09-25  Julien Danjou  <julien@danjou.info>
3632
3633         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3634         gnus-window-inside-pixel-edges.
3635
3636 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3637
3638         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3639
3640         * mm-decode.el (mm-save-part): Allow saving to other directories the
3641         normal Emacs way.
3642
3643         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3644         Suggested by Jay Berkenbilt.
3645
3646         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3647         there isn't a single byte.
3648
3649         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3650         just do it.  It doesn't really seem to matter what the user responds
3651         here, I think, so it's just a confusing question.
3652
3653         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3654         non-streaming case.
3655
3656         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3657         (gnus-article-encrypt-body): Use it.
3658
3659         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3660         keystroke.
3661
3662         * nnimap.el (nnimap-find-wanted-parts-1):
3663         Use gnus-fetch-partial-articles.
3664
3665         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3666
3667         * nnimap.el (nnimap-insert-partial-structure): New function.
3668         (nnimap-get-partial-article): New function.
3669         (nnimap-request-article): Use it.
3670         (nnimap-wait-for-response): Return whether the wait was successful.
3671         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3672         retrieval wasn't successful.
3673         (nnimap-retrieve-group-data-early): Allow throttling servers.
3674         (nnimap-streaming): New variable.
3675         (nnimap-fetch-partial-articles): Remove.
3676
3677         * mm-decode.el (mm-with-part): Protect against killed buffers.
3678
3679         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3680         for prettier summary display.
3681
3682 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3683
3684         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3685
3686 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3687
3688         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3689         apparently third-party libraries depend on it.
3690
3691         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3692         before starting negotiation.
3693
3694         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3695         privacy reasons.
3696         (gnus-treat-mail-gravatar): Ditto.
3697
3698         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3699         buffer when inserting images.  Inserting text into the headers, for
3700         instance, can make them invalid.
3701
3702 2010-09-25  Julien Danjou  <julien@danjou.info>
3703
3704         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3705         variables.
3706
3707         * nnheader.el: Remove useless variables news-reply-yank-from and
3708         news-reply-yank-message-id.
3709
3710         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3711         variables.
3712
3713         * mml1991.el: Remove useless mml1991-verbose.
3714
3715         * gnus.el: Remove useless variable gnus-use-generic-from.
3716         Remove obsolete variable gnus-topic-indentation.
3717
3718         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3719
3720         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3721
3722         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3723
3724         * gnus-group.el: Remove useless gnus-group-icon-cache.
3725         Remove useless gnus-ephemeral-group-server.
3726
3727         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3728
3729         * mml2015.el: Remove useless mml2015-verbose.
3730
3731         * mml-smime.el: Remove useless mml-smime-verbose.
3732
3733         * gnus.el: Remove useless gnus-local-domain.
3734
3735         * gnus-gravatar.el (gnus-gravatar-transform-address):
3736         Use gnus-gravatar-size.
3737
3738         * gnus-art.el: Remove useless gnus-treat-translate.
3739
3740 2010-09-24  Julien Danjou  <julien@danjou.info>
3741
3742         * gnus-sum.el: Add support for Gravatars.
3743
3744         * gnus-art.el: Add support for Gravatars.
3745
3746         * gnus-gravatar.el: Add this file.
3747
3748         * gravatar.el: Add this file.
3749
3750 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3751
3752         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3753
3754         * gnus-group.el (gnus-group-fetch-faq): Remove.
3755
3756         * gnus.el (gnus-group-faq-directory): Remove.
3757
3758         * gnus-group.el (gnus-group-fetch-charter): Remove.
3759
3760         * gnus.el (gnus-group-charter-alist): Remove.
3761
3762         * gnus-group.el (gnus-group-archive-directory): Remove.
3763         (gnus-group-recent-archive-directory): Ditto.
3764         (gnus-group-make-archive-group): Remove.
3765
3766         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3767
3768         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3769         use the same article number for all the cached articles.
3770
3771         * nnimap.el (nnimap-command): Register the last command time so
3772         that we can use it for idling NOOPs.
3773         (nnimap-open-connection): Start the keeplive timer.
3774         (nnimap-make-process-buffer): Store all the process buffers.
3775         (nnimap-keepalive): New function.
3776
3777         * starttls.el (starttls-open-stream): Add autoload cookie.
3778
3779 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3780
3781         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3782         handling.
3783
3784 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3785
3786         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3787         its data structures.
3788
3789         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3790         instead of the cl.el copy-list.
3791         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3792         equalp.
3793
3794 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3795
3796         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3797         and tool-bar-local-item-from-menu.
3798
3799         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3800         mode-line-highlight face for Emacs.
3801
3802         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3803         loading gnus-sum.elc; fix comment for canlock-verify.
3804         (gnus-article-jump-to-part): Use read-number.
3805         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3806         Remove Emacs pre-21 compatible code for help-echo.
3807         (gnus-article-next-page-1): No need to adjust the number of lines.
3808         (gnus-article-describe-bindings): Always use help-buffer.
3809
3810         * gnus-audio.el (gnus-audio-inline-sound)
3811         * gnus-cus.el (gnus-custom-mode)
3812         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3813
3814         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3815
3816         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3817         compatible code.
3818
3819 2010-09-24  Glenn Morris  <rgm@gnu.org>
3820
3821         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3822         visiting the fcc file in rmail-mode.
3823
3824         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3825
3826 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3827
3828         * nnir.el: Silence the byte compiler.
3829
3830         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3831         alias to browse-url-url-encode-chars if any.
3832         (gnus-html-encode-url): Use it.
3833
3834 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3835
3836         * gnus-start.el (gnus-use-backend-marks): New variable.
3837         (gnus-get-unread-articles-in-group): Use it.
3838
3839         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3840         makeover.
3841
3842 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3843
3844         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3845
3846 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3847
3848         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3849         Remove.
3850         (gnus-setup-news-hook):
3851         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3852
3853         * gnus-int.el (gnus-request-update-info): Protect against backends not
3854         having the function.
3855
3856         * nnimap.el (nnimap-stream): Mention starttls.
3857         (nnimap-open-connection): Add starttls support.
3858
3859 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3860
3861         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3862
3863 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3864
3865         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3866         BODYSTRUCTUREs.
3867         (nnimap-transform-headers): Unfold quoted {42} headers.
3868
3869         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3870         the info.
3871         (gnus-get-unread-articles): Only call updatep on backends that support
3872         it.
3873
3874         * nnweb.el (nnweb-request-update-info): NOOP.
3875
3876         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3877
3878         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3879         since it only deals with marks.
3880
3881         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3882         gnus-request-marks, and make a new gnus-request-update-info.
3883
3884         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3885         the active instead of the high number, which is usually too low.
3886
3887 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3888
3889         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3890         * encrypt.el: Remove.
3891
3892 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3893
3894         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3895         server in symbolic form.
3896
3897         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3898
3899 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3900
3901         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3902         (nnimap-update-info): Fix up code slightly.
3903
3904         * gnus-int.el (gnus-open-server): Add tracing for performance
3905         debugging.
3906
3907         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3908         (gnus-group-insert-group-line): Pass the real group name so that it
3909         gets the right data.
3910
3911         * gnus-start.el (gnus-get-unread-articles): Don't have
3912         `gnus-get-unread-articles-in-group' update info, since that can be
3913         really slow and doesn't seem to be needed?
3914
3915 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3916
3917         * time-date.el (date-to-time): Try using parse-time-string first before
3918         using the slower timezone-make-date-arpa-standard.
3919
3920 2010-09-22  Julien Danjou  <julien@danjou.info>
3921
3922         * gnus-group.el (gnus-group-insert-group-line):
3923         Call gnus-group-highlight-line.
3924         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3925         default hook list.
3926         (gnus-group-update-eval-form): Add new function.
3927         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3928         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3929
3930 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3931
3932         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3933         immediate, then expire all articles.
3934         (nnimap-update-info): Fix off-by-one errors.
3935         (nnimap-flags-to-marks): Would return no marks lists for group with no
3936         flags.  Instead return the other data.
3937
3938 2010-09-22  Julien Danjou  <julien@danjou.info>
3939
3940         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3941         Only return an icon.
3942         (gnus-group-insert-group-line): Compute icon to return.
3943
3944         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3945         (gnus-html-image-fetched): Only cache if
3946         gnus-html-image-automatic-caching is set.
3947         (gnus-html-image-fetched): Check for errors.
3948
3949 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3950
3951         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3952         once per method on `g'.  This ensures that backends like nnfolder don't
3953         open all their folders.
3954
3955         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3956         (nnimap-request-list): Nix out group in the correct buffer.
3957         (nnimap-parse-flags): Implement by using `read' instead of
3958         hand-parsing.
3959         (nnimap-flags-to-marks): Pass on permanent-flags.
3960         (nnimap-make-process-buffer): Record the server name.
3961         (nnimap-parse-flags): Fix typo.
3962         (nnimap-request-scan): Run split on the server in general, not just a
3963         single group.
3964
3965         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3966         parameter, and propagate this downwards.
3967
3968         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3969         since EXAMINE changes it on the server.
3970
3971         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3972         this command might take a while.
3973
3974 2010-09-22  Julien Danjou  <julien@danjou.info>
3975
3976         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3977         harmful if you have 2 images side-by-side, they can't be properly
3978         update on text deletion.  Using text-property is safer here.
3979         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3980         data.
3981
3982 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3983
3984         * nnimap.el (nnimap-expunge-inbox): Remove.
3985         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3986         (nnimap-expunge): Flip default to t.
3987
3988         * gnus.el (gnus-method-to-server): Don't push things to the cache
3989         unless it's unique.
3990         (gnus-server-to-method): Ditto.
3991
3992 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3993
3994         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3995
3996 2010-09-22  Julien Danjou  <julien@danjou.info>
3997
3998         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3999         get the start of data.
4000         (gnus-html-encode-url): Add this function to encode special chars in
4001         URL.
4002         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4003         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4004
4005         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4006         default.
4007         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4008
4009         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4010         images alt-text.
4011         (gnus-html-put-image): Put alt-text as help-echo.
4012
4013 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4014
4015         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4016         * mm-util.el (mm-decompress-buffer)
4017         * nnir.el (nnir-run-find-grep)
4018         * pop3.el (pop3-list): Use 3rd arg of split-string.
4019
4020         * time-date.el (format-seconds): Comment fix.
4021
4022         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4023         and byte-optimize-form-code-walker.
4024         (dgnushack-make-auto-load): Don't advise make-autoload.
4025
4026         * lpath.el: Remove Emacs 21 stuff.
4027
4028 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4029
4030         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4031         outside the active range.  Suggested by Dan Christensen.
4032
4033         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4034         slightly later to avoid double-getting it.
4035
4036         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4037         previous patch.
4038
4039         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4040
4041 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4042
4043         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4044
4045 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4046
4047         * gnus-int.el (gnus-open-server): Give a better error message in the
4048         "go offline" case.
4049
4050         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4051         marks for nnimap, which is seldom the right thing to do.
4052
4053         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4054         (gnus-same-method-different-name): New function.
4055
4056         * nnimap.el (parse-time): Require.
4057
4058         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4059         method in the presence of many similar methods.
4060
4061         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4062
4063         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4064         nnml-inhibit-expiry.
4065
4066         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4067         find out whether methods are equal.
4068
4069         * nnimap.el (nnimap-find-expired-articles): New function.
4070         (nnimap-process-expiry-targets): New function.
4071         (nnimap-request-move-article): Request the article before looking at
4072         what the Message-ID is.  Fix found by Andrew Cohen.
4073         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4074
4075         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4076         for oldness in addition to being a predicate.
4077
4078         * nnimap.el (nnimap-request-group): When we have zero articles, return
4079         the right data to Gnus.
4080         (nnimap-request-expire-articles): Only delete articles immediately if
4081         the target is 'delete.
4082
4083         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4084         method, this would bug out.
4085
4086         * gnus-group.el (gnus-group-expunge-group): Rename from
4087         gnus-group-nnimap-expunge, and implemented as a normal interface
4088         function.
4089
4090         * gnus-int.el (gnus-request-expunge-group): New function.
4091
4092         * nnimap.el (nnimap-request-create-group): Implement.
4093         (nnimap-request-expunge-group): New function.
4094
4095 2010-09-21  Julien Danjou  <julien@danjou.info>
4096
4097         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4098         (gnus-html-cache-expired): Add new function.
4099         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4100         wethever we should display image for fetch it.
4101         Compute alt-text earlier to pass it to the fetching function too.
4102         (gnus-html-schedule-image-fetching): Change function argument to only
4103         get one image at a time, not a list.
4104         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4105         cache.
4106         (gnus-html-get-image-data): New function to retrieve image data from
4107         cache.
4108         (gnus-html-put-image): Change buffer argument to use image data rather
4109         than file, and place image above region rather than inserting a new
4110         one.  Do not take alt-text as argument, since it's useless now: we place
4111         the image above alt-text.
4112         (gnus-html-prune-cache): Remove.
4113         (gnus-html-show-images): Start to fetch image when we find one, do not
4114         push into a temporary list.
4115         (gnus-html-prefetch-images): Only fetch image if they have expired.
4116         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4117         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4118
4119 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4120
4121         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4122
4123 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4124
4125         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4126         spec inser "*" if the group isn't active instead of 0.
4127
4128         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4129         opening the server.
4130         (nnimap-request-delete-group): Implement group deletion.
4131         (nnimap-transform-headers): Return the size of the entire message in
4132         the Bytes header, not just the size of the first part.
4133         (nnimap-request-move-article): When moving an article from nnimap,
4134         request the article first so the accepting form has an article to
4135         accept.  Reported by Dan Christensen.
4136         (nnimap-command): Make sure that the error message doesn't error out.
4137
4138 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4139
4140         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4141         we haven't requested anything.
4142
4143 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4144
4145         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4146         "".  Fix found by Andrew Cohen.
4147
4148         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4149         instead of -encode-string.
4150
4151 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4152
4153         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4154
4155         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4156         by mm-subst-char-in-string.
4157
4158 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4159
4160         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4161         waiting for the connection string.
4162
4163         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4164         arriving.
4165
4166         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4167         bogus characters.  This allows selecting certain Gmail groups.
4168
4169         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4170         (nnimap-fetch-partial-articles): New variable.
4171         (nnimap-open-connection): When looking for credentials, also use the
4172         nnimap-server-port.
4173         (nnimap-request-article): Return the group/article number, so that Gnus
4174         `^' works as expected.
4175         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4176
4177         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4178         comments.
4179         (gnus-methods-sloppily-equal): New function.
4180         (gnus): When using the development version of Gnus, load the gnus-load
4181         file.
4182
4183         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4184         `gnus-open-server' on each method before trying to scan them etc.
4185         This ensures that all the backend parameters are set correctly.
4186
4187         * nnimap.el (nnimap-authenticator): New variable.
4188         (nnimap-open-connection): Allow anonymous login.
4189         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4190         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4191
4192         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4193         patch, found by Knut Anders Hatlen.
4194
4195 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4196
4197         * gnus-agent.el (gnus-agent-batch-confirmation)
4198         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4199         to gnus-message.
4200         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4201         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4202         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4203         * gnus-int.el (gnus-open-server): Likewise.
4204         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4205         (gnus-score-check-syntax): Likewise.
4206         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4207         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4208         Likewise.
4209         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4210
4211 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4212
4213         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4214         calling conventions so that prefetch doesn't bug out.
4215
4216 2010-09-19  Julien Danjou  <julien@danjou.info>
4217
4218         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4219         rather than `subst-char-in-region' in order to be able to replace ASCII
4220         char by UTF-8 ones.
4221
4222         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4223         than curl.
4224         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4225         the right URL and ALT text on images.
4226         (gnus-html-wash-tags): Fix tag case.
4227         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4228         (gnus-article-html): Add -o display_ins_del=2 option.
4229         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4230
4231 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4232
4233         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4234         the extra mail headers, which sometimes seem to happen for unknown
4235         reasons.
4236
4237         * mail-parse.el (mail-header-encode-parameter): Define as
4238         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4239         (or most, perhaps?) mail readers don't understand the latter, but do
4240         understand the former.
4241
4242         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4243         to nil, so that no methods are automatically agentized.  I think this
4244         is probably what most users want.
4245
4246         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4247         from url-retrieve, for instance about invalid URLs.
4248
4249         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4250         groups that have no articles.
4251         (nnimap-request-article): Check that we really got an article when we
4252         requested one.
4253
4254         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4255         doesn't exist.
4256
4257         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4258         nntp buffer so the agent can save it.
4259         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4260         that CRLF doesn't get translated to \n.
4261         (nnimap-open-connection): Don't make 'shell commands only send \n.
4262
4263 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4264
4265         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4266         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4267         Update var name.
4268         (nnml-generate-nov-file): Use dolist.
4269         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4270         Use with-current-buffer.
4271
4272 2010-09-18  Julien Danjou  <julien@danjou.info>
4273
4274         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4275         parallel.
4276
4277 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4278
4279         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4280         the range update right.
4281         (nnimap-request-group): Don't make `M-g' bug out on group with no
4282         marks.
4283         (nnoo): Require, so that other packages can require nnimap.
4284         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4285         command we're looking for.  This helps when the server sends more
4286         responses after we've gotten everything we expected.
4287         (nnimap): Add a `newlinep' field to keep track of end-of-line
4288         conventions.
4289         Don't send CRLF to things that don't want it.
4290         (nnimap-request-accept-article): Ditto.
4291
4292 2010-09-18  Julien Danjou  <julien@danjou.info>
4293
4294         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4295         than curl to retrieve images.
4296
4297 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4298
4299         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4300         the marks.
4301         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4302         (nnimap-wait-for-connection): New function.
4303         (nnimap-open-connection): If we have PREAUTH, don't query for login
4304         credentials.
4305         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4306         when doing a partial update.
4307
4308 2010-09-18  Julien Danjou  <julien@danjou.info>
4309
4310         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4311         tags.
4312
4313 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4314
4315         * nnimap.el (nnimap-credentials): New function.
4316         (nnimap-open-connection): Use the new function to look for credentials
4317         also on the numeric equivalents of "imap" and "imaps".
4318
4319         * gnus-start.el (gnus-activate-group): Send the info to
4320         gnus-request-group.
4321
4322         * nnimap.el (nnimap-request-group): Have the "check" version of the
4323         function parse flags and update the info, so that a `M-g' get a total
4324         resync of all flags from the group.
4325
4326         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4327         to allow backends to alter the info on group selection.  Also alter all
4328         the backend -request-group functions to take the parameter.
4329
4330         * nnimap.el (nnimap-store-info): New function.
4331         (nnimap-update-info): Store the info for later usage.
4332         (nnimap-request-group): Use the stored info for the dont-check case, so
4333         that we don't retrieve all marks when we enter a group.
4334
4335         * nnimap.el: Use deffoo instead of defun for interface functions.
4336
4337         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4338         update the group info.  This makes the nndraft groups, for instance, go
4339         back to their old behaviour.
4340
4341         * gnus-sum.el (gnus-select-newsgroup): Indent.
4342
4343         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4344         in.
4345         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4346         nothing.
4347
4348         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4349         from methods that are denied.
4350
4351         * gnus-int.el (gnus-method-denied-p): New function.
4352
4353         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4354         store the password instead of netrc.
4355         (nnimap-open-connection): Don't error out when we can't make a
4356         connections.
4357
4358         * auth-source.el (auth-source-create): In the password prompt, say what
4359         we're querying for.  Also prompt for user name if that hasn't been
4360         given.
4361
4362         * nnimap.el (nnimap-with-process-buffer): Remove.
4363
4364 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4365
4366         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4367         method when we're reading from the agent.
4368
4369         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4370
4371         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4372         that's probably most useful for users.
4373
4374         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4375         "failed" all the time.
4376
4377         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4378         ...)) with (with-current-buffer ... ).
4379
4380         * nntp.el (nntp-open-server): Return whether the open was successful or
4381         not.
4382
4383         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4384         select an unread unseen article first.
4385
4386         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4387         /etc/services, supply some sensible port defaults.
4388
4389         * dgnushack.el: Define netrc-credentials.
4390
4391 2010-09-17  Julien Danjou  <julien@danjou.info>
4392
4393         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4394
4395 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4396
4397         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4398         doesn't have any parameters.
4399
4400 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4401
4402         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4403         only upcased checks.
4404
4405         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4406
4407         * nnimap.el (nnimap-open-shell-stream): New function.
4408         (nnimap-open-connection): Use it.
4409         (nnimap-transform-headers): Get the number of lines in each message.
4410         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4411         number of lines.
4412         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4413         problem.
4414
4415         * utf7.el (utf7-encode): Autoload.
4416
4417         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4418         to allow the mail splitting to not return a default group.  This is
4419         useful for nnimap, which will leave unmatched mail in the inbox.
4420
4421         * nnimap.el: Rewritten.
4422
4423         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4424         nnimap usage.
4425
4426         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4427         if the move is internal, so that nnimap can do fast internal moves.
4428
4429         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4430         data.
4431         (gnus-read-active-for-groups): Support finishing the early retrieval of
4432         data.
4433
4434         * gnus-range.el (gnus-range-nconcat): New function.
4435
4436         * gnus-int.el (gnus-finish-retrieve-group-infos)
4437         (gnus-retrieve-group-data-early): New functions.
4438
4439 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4440
4441         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4442         (nnrss-retrieve-groups):
4443         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4444         (pop3-quit): Use with-current-buffer.
4445
4446 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4447
4448         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4449         instead of nnheader-accept-process-output.
4450
4451         * dgnushack.el (dgnushack-compile): Add comment.
4452
4453         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4454
4455         * gnus-html.el (gnus-html-schedule-image-fetching)
4456         (gnus-html-prefetch-images): Replace process-kill-without-query by
4457         gnus-set-process-query-on-exit-flag.
4458
4459 2010-09-16  Romain Francoise  <romain@orebokech.com>
4460
4461         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4462
4463 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4464
4465         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4466         parameter to unintern is mandatory-ish in Emacs 24.
4467
4468         * gnus-html.el (gnus-html-schedule-image-fetching)
4469         (gnus-html-prefetch-images): Check for curl before using it.
4470
4471         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4472         depend on curl, which isn't essential.
4473
4474         * imap.el: Revert back to version
4475         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4476         seem problematic.
4477
4478 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4479
4480         * gnus-registry.el (gnus-registry-install-shortcuts):
4481         Explicitly pass `obarray' to `unintern' to avoid a warning.
4482
4483 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4484
4485         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4486         change.
4487
4488         * nnrss.el (nnrss-request-list): Remove this function and related
4489         functions, including the moreover stuff.
4490
4491 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4492
4493         * nnrss.el (nnrss-retrieve-groups): New function.
4494
4495 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4496
4497         * .dir-locals.el: Add no-byte-compile cookie.
4498
4499 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4500
4501         * time-date.el (format-seconds): Comment fix.
4502
4503         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4504         for back end that doesn't support request-scan.
4505
4506 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4507
4508         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4509         then do request scans from the backends.
4510
4511         * netrc.el (netrc-credentials): New conveniency function.
4512
4513         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4514         avoid running a hook per line, since this takes a lot of time,
4515         profiling shows.
4516         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4517         directly if gnus-visual-p is true.
4518
4519 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4520
4521         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4522         groups; replace mapcar with dolist which is a bit faster; pass groups
4523         info to gnus-read-active-file-1.
4524         (gnus-read-active-file-1): Scan only specified groups if the new
4525         optional arg `infos' is given.
4526
4527 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4528
4529         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4530
4531         * pop3.el (pop3-movemail): Remove.
4532         (pop3-streaming-movemail): Rename to pop3-movemail.
4533
4534         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4535         don't restrict end-tag searches to the end of the line.
4536
4537 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4538
4539         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4540         articles of every unchecked group to t, which means unknown since the
4541         server has never been opened.
4542
4543 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4544
4545         * gnus-html.el (gnus-html-show-alt-text): New command.
4546         (gnus-html-browse-image): Ditto.
4547         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4548         to browse the image directly.
4549         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4550         better.
4551
4552         * gnus-async.el (gnus-async-article-callback):
4553         Call `gnus-html-prefetch-images' unconditionally.
4554
4555         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4556         before feeding URLs to curl.
4557
4558 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4559
4560         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4561         internal images as deletable by `W D D'.
4562
4563         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4564         (gnus-async-article-callback): Fix typo.
4565
4566 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4567
4568         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4569         current line to work around bugs in the output from w3m.
4570
4571         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4572         for groups that want that.
4573
4574         * nntp.el (nntp-wait-for-string): Supply a timeout for
4575         accept-process-output to ensure progress.
4576
4577         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4578         level to get unread articles from, then use that for foreign groups,
4579         too.
4580
4581         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4582         confuses the rest of the function.
4583
4584         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4585         for the methods that support -retrieve-groups, too.
4586
4587         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4588
4589 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4590
4591         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4592         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4593
4594         * pop3.el: Require cl when compiling.
4595         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4596
4597 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4598
4599         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4600         that aren't going to be activated.
4601         (gnus-get-unread-articles): Fix up the last commit.
4602
4603         * gnus-html.el (gnus-article-html): Allow calling without specifying
4604         the handle.  In that case, dissect the buffer first.
4605
4606         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4607
4608         * nnimap.el (nnimap-open-connection): Revert the change that would look
4609         into authinfo for imaps instead of imap.
4610
4611         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4612         say that you don't want to call gnus-request-group with don-check, but
4613         do check the reponse.  This is for virtual groups only.
4614         (gnus-get-unread-articles): Count the archive groups as secondary, so
4615         that they're activated the same way as before.
4616
4617         * imap.el (imap-message-map): Removed optional buffer parameter, since
4618         no callers use it.
4619         (imap-message-get): Ditto.
4620         (imap-message-put): Ditto.
4621         (imap-mailbox-map): Ditto.
4622         (imap-mailbox-put): Ditto.
4623         (imap-mailbox-get): Ditto.
4624         (imap-mailbox-get): Revert last change for this function.
4625
4626         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4627         case-insensitively.
4628         (nnimap-debug): Remove.
4629
4630         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4631         to use `imap-fetch' instead.  According to the comments, this should be
4632         safe, since all other IMAP clients use the 1:* syntax.
4633         (imap-enable-exchange-bug-workaround): Removed.
4634         (imap-debug): Removed -- doesn't seem very useful.
4635
4636         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4637         mail from a file, and the file doesn't exist.
4638
4639         * imap.el (imap-log): New convenience function used throughout instead
4640         of repeating the same code all over the place.
4641
4642         * pop3.el (pop3-streaming-movemail): Return t for success.
4643
4644         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4645         .authinfo if we're using ssl connection.
4646
4647         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4648         already have if we're in a main Gnus `g' run.
4649
4650         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4651
4652 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4653
4654         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4655
4656         * nnmh.el (nnmh-request-list-1): Bind `file'.
4657
4658         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4659         alias to set-process-query-on-exit-flag or process-kill-without-query.
4660         (pop3-open-server): Use it.
4661
4662 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4663
4664         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4665         box to the Incoming file.  Fixes mistake in previous checkin.
4666
4667         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4668         request loop (for debugging purposes) removed.
4669
4670         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4671         culprit is more visible.
4672         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4673         (nnml-add-incremental-nov): New functions to do "incremental" nov
4674         updates, where we just append to the end of the existing nov files
4675         without reading/writing them in full.
4676
4677         * mail-source.el (mail-source-delete-crash-box): Really only check the
4678         incoming files once in a while.
4679
4680         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4681
4682         * mail-source.el (mail-source-delete-crash-box): Only check the
4683         incoming files for deletion once per day to save a lot of file
4684         accesses.
4685
4686         * pop3.el (pop3-logon): Fix up unbound variable typo.
4687
4688         * mail-source.el (pop3-streaming-movemail): Autoload.
4689
4690         * pop3.el (pop3-streaming-movemail):
4691         Respect pop3-leave-mail-on-server.
4692
4693         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4694         retrieval.
4695
4696         * pop3.el (pop3-process-filter): Remove unused function.
4697         (pop3-streaming-movemail, pop3-send-streaming-command)
4698         (pop3-wait-for-messages, pop3-write-to-file)
4699         (pop3-number-of-responses): New functions for streaming pop3
4700         retrieval.
4701
4702         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4703         come from no known methods.
4704         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4705         list.
4706
4707         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4708         message sizes.
4709         (pop3-movemail): Use erase-buffer instead of looping and deleting
4710         regions, which seems rather odd.
4711
4712         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4713         file once per `g' run.
4714
4715         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4716         directories.  This makes the draft queue directory work.
4717
4718         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4719         data from the backends, so that we only request the list of groups from
4720         each method once.  This should speed things up considerably.
4721
4722         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4723         detect that it's not implemented.
4724
4725         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4726         we actually do recurse down into the tree, but don't stat all leaf
4727         nodes.
4728
4729         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4730         then say so instead of bugging out.
4731
4732         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4733         files exist before trying to read them.
4734
4735         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4736         around <pre_int>.
4737
4738         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4739
4740         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4741
4742 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4743
4744         * mm-util.el (mm-image-load-path): Just return the image directories,
4745         not all directories in the path in addition to the image directories.
4746         (mm-image-load-path): Maintain a cache of the image directories so that
4747         the `g' command in Gnus doesn't have to stat dozens of directories each
4748         time.
4749
4750         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4751         (gnus-html-wash-tags): Add a new `i' command to insert images.
4752         (gnus-html-insert-image): New command and keystroke.
4753         (gnus-html-redisplay-with-images): New command and keystroke.
4754         (gnus-html-show-images): Rename command.
4755         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4756         spacers.
4757         (gnus-html-wash-tags): Decode entities at the end, so that entities
4758         inside the tags don't mess up the rest of the "parsing".
4759
4760         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4761         so that nnimap methods aren't agentized by default.  There's apparently
4762         many problems related to agent/imap behaviour.
4763
4764         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4765
4766         * gnus-html.el: Doc fix.
4767
4768 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4769
4770         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4771         specifier-spec-list for Emacs 21.
4772
4773         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4774         glyph-width and glyph-height instead of display-graphic-p and
4775         image-size; make avoidance of displaying small images work for XEmacs.
4776
4777         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4778         for XEmacs.
4779
4780         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4781         of symbol that holds plist data.
4782         (gnus-process-plist): Remove plist of process after getting it.
4783
4784 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4785
4786         * message.el (message-generate-hashcash): Change default to
4787         'opportunistic if hashcash is installed.
4788
4789         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4790         (gnus-html-put-image): Only call image-size once, since it's somewhat
4791         time-consuming on remote X servers.
4792
4793 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4794
4795         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4796         type on data, not a file name.
4797
4798         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4799         window-pixel-edges for Emacs 21.
4800
4801         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4802         decoded contents.
4803         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4804
4805 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4806
4807         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4808         group line format, since it isn't very interesting.
4809
4810         * gnus-agent.el (gnus-agent-short-article),
4811         (gnus-agent-long-article): Increase values for these two variables,
4812         since most people are likely to have more network connection and
4813         storage than before.
4814
4815         * gnus.el (gnus-refer-article-method): Change default to 'current.
4816         When referring an article, the common behaviour is to refer it from the
4817         current select method, not the native select method.  The chances of
4818         the native select method having the message in question is rather slim
4819         these days.
4820
4821         * gnus-sum.el (gnus-auto-select-subject): Change default to
4822         `unseen-or-unread'.  I think it's likely that most people want to
4823         select an unseen article over a previously seen, but unread one.
4824
4825         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4826         means that in the article buffer none of the minor mode elements will
4827         be shown, usually, and this is not desirable in most cases.
4828
4829         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4830         that commands like `d' (and the like) go to the next line in the
4831         buffer, instead of the next unread article.  I think this is the
4832         behaviour that is most natural for most users.
4833         (gnus-single-article-buffer): Change default to nil, so that people can
4834         have as many article buffers open as they have summary buffer.  I think
4835         this is the most natural way for the groups to behave.
4836
4837         * message.el (message-generate-new-buffers): Change default to
4838         `unsent', so that all new message buffers start their names with the
4839         string "*unsent", and it's easier to find the buffers if you move from
4840         them.
4841
4842 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4843
4844         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4845         small.  They're probably tracking images.
4846         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4847         (gnus-html-rescale-image): Yet another try at getting the image sizing
4848         right.
4849
4850         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4851         nntp-marks-file-name is nil.
4852
4853 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4854
4855         * gnus-html.el (gnus-html-wash-tags)
4856         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4857         Better logging.
4858
4859 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4860
4861         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4862
4863         * gnus-html.el (gnus-html-wash-tags): Check the value of
4864         gnus-blocked-images in the summary buffer.
4865
4866 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4867
4868         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4869
4870 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4871
4872         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4873         like "a", it seems like.
4874         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4875         since it needs to be picked from the correct buffer.
4876
4877         * nnwfm.el: Remove.
4878
4879         * nnlistserv.el: Remove.
4880
4881 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4882
4883         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4884         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4885
4886 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4887
4888         * nnkiboze.el: Remove.
4889
4890         * nndb.el: Remove.
4891
4892         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4893         alt text.
4894         (gnus-html-rescale-image): Try to get the rescaling logic right for
4895         images that are just wide and not tall.
4896
4897         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4898         overshadow variable bindings.
4899
4900 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4901
4902         * gnus-html.el (gnus-html-wash-tags)
4903         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4904         Add extra logging.
4905
4906 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4907
4908         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4909         (gnus-max-image-proportion): New variable.
4910         (gnus-html-rescale-image): New function.
4911         (gnus-html-put-image): Rescale images.
4912
4913 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4914
4915         Fix up some byte-compiler warnings.
4916         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4917         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4918         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4919         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4920         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4921         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4922         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4923
4924 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4925
4926         * gnus-html.el (gnus-article-html): Decode contents by charset.
4927
4928 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4929
4930         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4931         (gnus-html-frame-width, gnus-blocked-images)
4932         * message.el (message-prune-recipient-rules): Add custom version.
4933         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4934
4935         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4936         functions.
4937
4938         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4939         gnus-process-get.
4940
4941 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4942
4943         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4944         instead of lsub directly.
4945
4946 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4947
4948         * nnwarchive.el: Remove.
4949
4950         * gnus-soup.el: Remove.
4951
4952         * nnsoup.el: Remove.
4953
4954         * nnultimate.el: Remove.
4955
4956         * gnus-html.el (gnus-blocked-images): New variable.
4957
4958         * message.el (message-prune-recipients): New function.
4959         (message-prune-recipient-rules): New variable.
4960
4961         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4962         guess whether a long line is natural text or not.
4963
4964         * gnus-html.el (gnus-html-schedule-image-fetching):
4965         Use gnus-process-plist and friends for compatibility.
4966
4967 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4968
4969         * gnus-html.el: Require packages that define macros used in this file.
4970         (gnus-article-mouse-face): Declare to silence byte-compiler.
4971         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4972         process-get.
4973         (gnus-html-put-image): Use plist-get to avoid getf.
4974         (gnus-html-prefetch-images): Use with-current-buffer.
4975
4976 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4977
4978         * gnus-ems.el: Provide compatibility functions for
4979         gnus-set-process-plist.
4980
4981         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4982         header-line-format for XEmacs 21.4.
4983
4984         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4985         * gnus.el (gnus-valid-select-methods)
4986         * message.el (message-send-mail-partially-limit)
4987         * mm-decode.el (mm-text-html-renderer)
4988         * mml.el (mml-insert-mime-headers-always)
4989         * smiley.el (smiley-regexp-alist): Bump custom version.
4990
4991 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4992
4993         * gnus-html.el: require mm-url.
4994         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4995         with the url to `url'.
4996         (gnus-html-wash-tags): Support cid: URLs/images.
4997
4998 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4999
5000         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5001         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5002         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5003
5004         * gnus-move.el: Remove file, since it doesn't really work.
5005
5006         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5007         UTF-8.  This seems to fix problems with some German web feeds.
5008
5009         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5010         at the top so that the proper colours are applied.
5011
5012         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5013         don't have dots in their names.
5014
5015         * gnus-art.el (gnus-article-view-part): Doc fix.
5016
5017         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5018         XEmacs-compatible.
5019         (gnus-html-put-image): Don't do images on non-graphic displays.
5020
5021         * nnslashdot.el: Remove this unused backend.
5022
5023         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5024         actions.
5025         (gnus-undo-register-1): Revert last change.
5026
5027         * gnus-group.el (gnus-group-completing-read): Protect against not
5028         having completion-styles bound.
5029
5030         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5031         make broken recipients happier.
5032
5033         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5034
5035         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5036         point parameter.
5037
5038         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5039
5040         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5041         completion-styles for group selection.
5042
5043 2009-02-04  Andreas Schwab  <schwab@suse.de>
5044
5045         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5046         headers and regexp-quote the match if necessary.
5047
5048 2009-03-24  Miles Bader  <miles@gnu.org>
5049
5050         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5051         the blinking smiley.
5052
5053 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5054
5055         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5056         blink smiley.
5057
5058 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5059
5060         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5061         where the dribbel file lives exists.
5062
5063         * message.el (message-send-mail-partially-limit): Change the default to
5064         nil, since most people don't want this.
5065
5066         * mm-url.el (mm-url-decode-entities): Also decode entities like
5067         &#x3212.
5068
5069 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5070
5071         * gnus-sum.el (gnus-summary-idna-message):
5072         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5073         Hyperlink urls in docstrings with URL `...'.
5074
5075 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5076
5077         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5078         functions.
5079
5080 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5081
5082         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5083         say what the mouseover text should be.
5084
5085         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5086         version of the mm-w3m-safe-url-regexp variable to only download images
5087         in the groups where we want that to happen.
5088
5089         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5090
5091         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5092         easier debugging.
5093         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5094         big pictures in the article buffer.
5095
5096         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5097         gnus-article-html.
5098         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5099         w3m.
5100
5101         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5102
5103 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5104
5105         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5106         which doesn't exist.
5107
5108         * message.el (message-inhibit-ecomplete): New variable to allow some
5109         function to inhibit ecomplete address storage.
5110         (message-resend): Disable ecomplete message storage when resending
5111         messages.
5112
5113         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5114
5115 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5116
5117         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5118         Save excursion while copying, moving, and deleting articles in order to
5119         prevent the cursor from jumping to unforeseen place.
5120
5121 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * lpath.el: No need to bind bookmark-current-buffer,
5124         bookmark-yank-point and bookmark-make-record-function.
5125
5126 2010-08-17  Glenn Morris  <rgm@gnu.org>
5127
5128         * gnus-sync.el: Require gnus components whose functions are used.
5129
5130         * gnus-art.el (bookmark-make-record-function):
5131         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5132         Declare for compiler.
5133
5134         * mm-url.el (mml-compute-boundary): Autoload.
5135
5136 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5137
5138         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5139
5140 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5141
5142         Typo fix "hoo4a" -> "hook".
5143
5144         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5145
5146 2010-08-14  Glenn Morris  <rgm@gnu.org>
5147
5148         * gnus-sync.el (gnus-sync): Fix defgroup version.
5149
5150 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5151
5152         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5153
5154         * gnus-sync.el: Fix docs.
5155         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5156         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5157
5158 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5159
5160         Optimizations for gnus-sync.el.
5161
5162         * gnus-sync.el: Add docs about gnus-sync-backend
5163         possibilities.
5164         (gnus-sync-save): Remove unnecessary message.
5165         (gnus-sync-read): Optimize and show what groups were skipped.
5166
5167 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5168
5169         Minor bug fixes for gnus-sync.el.
5170
5171         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5172         Don't read the sync on get-new-news.
5173
5174         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5175         quiet.
5176
5177         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5178         (fix typo).
5179
5180 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5181
5182         Make saving and restoring of hidden threads work with overlays.
5183         Patch applied by Ted Zlatanov.
5184
5185         * gnus-sum.el (gnus-hidden-threads-configuration)
5186         (gnus-restore-hidden-threads-configuration): Update to deal with text
5187         properties, rather than searching for a magic character.
5188
5189 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5190
5191         New gnus-sync.el library for synchronization of marks.
5192
5193         * gnus-sync.el: New library for synchronization of marks.
5194
5195         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5196         renamed from `gnus-registry-grep-in-list'.
5197
5198         * gnus-registry.el (gnus-registry-follow-group-p):
5199         Use `gnus-grep-in-list'.
5200
5201         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5202
5203 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5204
5205         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5206         determining charset of text fails.
5207
5208 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5209
5210         * nnmail.el (nnmail-get-new-mail-1): Revert.
5211
5212         * nnml.el (nnml-active-number): Make sure names of newly created groups
5213         in nnml-group-alist are encoded.
5214
5215 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5216
5217         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5218         containing non-ASCII characters in active file for nnml back end.
5219
5220 2010-07-24  David Engster  <dengste@eml.cc>
5221
5222         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5223         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5224
5225 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5226
5227         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5228         tag (Bug#6654).
5229
5230 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5231
5232         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5233         the article buffer, not the summary buffer.
5234
5235 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5236
5237         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5238         Emacs 23 as well.
5239
5240 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5241
5242         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5243         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5244
5245 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5246
5247         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5248         Patch applied by Karl Fogel.
5249
5250         * gnus-sum.el (gnus-summary-bookmark-make-record):
5251         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5252
5253 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5254
5255         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5256         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5257         C-w still not working correctly from Article buffers; Thierry's
5258         patch to fix that will be applied after this.
5259
5260         * gnus-art.el (bookmark-make-record-function): New local variable.
5261
5262         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5263         article buffer.
5264         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5265
5266 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5267
5268         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5269         on changes in bookmark.el.
5270
5271 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5272
5273         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5274         `no-log' instead of message not to log prompt string.
5275
5276 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5277
5278         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5279         the *other* type of HTML form submission.
5280
5281 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5282
5283         * auth-source.el (auth-source-pick): If choice does not contain a
5284         questioned keyword, set the check to t.
5285
5286 2010-06-12  Romain Francoise  <romain@orebokech.com>
5287
5288         * gnus-util.el (gnus-date-get-time): Move up before first use.
5289
5290 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5291
5292         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5293         (gnus-article-edit-part): Bind it to make last part that is substituted
5294         or deleted visible.
5295         (gnus-mime-display-single): Buttonize part of which id equals to
5296         gnus-mime-buttonized-part-id.
5297
5298 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5299
5300         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5301         (gnus-dd-mmm): Use gnus-date-get-time.
5302         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5303         simplify logic.
5304         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5305         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5306
5307 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5308
5309         * auth-source.el (top): Autoload `secrets-list-collections',
5310         `secrets-create-item', `secrets-delete-item'.
5311         (auth-sources): Fix tag string.
5312         (auth-get-source, auth-source-retrieve, auth-source-create)
5313         (auth-source-delete): New defuns.
5314         (auth-source-pick): Rewrite in order to avoid 2 passes.
5315         (auth-source-forget-user-or-password): New parameter USERNAME.
5316         (auth-source-user-or-password): New parameters CREATE-MISSING and
5317         DELETE-EXISTING.  Retrieve password interactively, if needed.
5318
5319 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5320
5321         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5322         deleting unused directories when gnus-expert-user is t.
5323
5324 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5325
5326         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5327         for each temp file when gnus-article-browse-delete-temp is ask.
5328
5329 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5330
5331         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5332         Lisp calls to delete-backward-char by calls to delete-char.
5333
5334 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5335
5336         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5337
5338 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5339
5340         * password-cache.el (password-cache-remove): Fix docstring.
5341
5342 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5343
5344         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5345         article unless decoding article to be saved.
5346
5347 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5350         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5351         generated within the mm-with-unibyte-current-buffer macro.
5352
5353 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5354
5355         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5356         to nil when we're in a mml-preview buffer and no group is selected.
5357
5358 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5359
5360         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5361         when catching the `C-g'.  Reported by "Leo".
5362
5363 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5364
5365         * message.el (message-forward-make-body-plain)
5366         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5367         multibyte-string-p.
5368
5369         * lpath.el: Revert.
5370
5371 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * message.el (message-forward-make-body-mml): Assume original message
5374         is multibyte string; error on unibyte.
5375         (message-forward-make-body-plain): Ditto; don't add excessive newline
5376         in body end.
5377
5378         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5379
5380 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5381
5382         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5383         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5384
5385 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5386
5387         * mm-extern.el (mm-extern-url): Don't use
5388         mm-with-unibyte-current-buffer.
5389         (mm-extern-cache-contents): Use with-current-buffer instead of
5390         save-excursion + set-buffer.
5391
5392 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5393
5394         * mm-util.el (mm-emacs-mule): Remove.
5395
5396 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5397
5398         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5399         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5400         change.
5401
5402 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5403
5404         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5405         bind the default value of enable-multibyte-characters to nil.
5406
5407 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * message.el (message-forward-make-body-plain)
5410         (message-forward-make-body-mml):
5411         Don't use mm-with-unibyte-current-buffer.
5412
5413 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5414
5415         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5416
5417 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5418
5419         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5420         (Bug#5592).
5421
5422 2010-05-07  Julien Danjou  <julien@danjou.info>
5423
5424         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5425         it to mm-pipe-part.
5426
5427         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5428         it is given.
5429
5430 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5431
5432         * binhex.el (binhex-decode-region-internal)
5433         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5434         (dns-query)
5435         * nnweb.el (nnweb-gmane-search)
5436         * pgg-parse.el (pgg-parse-armor)
5437         * pgg.el (pgg-verify-region)
5438         * sha1.el (sha1-string-external)
5439         * uudecode.el (uudecode-decode-region-internal)
5440         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5441         XEmacs.
5442
5443         * gnus-art.el (gnus-article-browse-html-parts)
5444         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5445         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5446         make-temp-file.
5447
5448         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5449         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5450         compiling.
5451
5452         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5453         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5454         XEmacs when compiling.
5455
5456         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5457         gnus-pick-mode-off-hook for XEmacs when compiling.
5458         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5459         gnus-binary-mode-off-hook for XEmacs when compiling.
5460
5461         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5462         Return nil if char-charset is not available.
5463
5464         * imap.el (imap-disable-multibyte)
5465         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5466         macros.
5467
5468         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5469         instead of encode-coding-string.
5470
5471         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5472         'xemacs) instead of mm-emacs-mule to switch function definitions.
5473         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5474
5475         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5476         bind temporary-file-directory for XEmacs;
5477         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5478         timer-set-function for XEmacs 21.4 and SXEmacs;
5479         bind timer-list for XEmacs 21.4 and SXEmacs;
5480         fbind char-charset and find-charset-region for non-Mule XEmacs;
5481         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5482         encode-coding-region and encode-coding-string for XEmacs having no
5483         file-coding feature.
5484
5485 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5486
5487         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5488
5489 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5490
5491         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5492         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5493
5494 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5495
5496         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5497         alias `jka-compr-delete-temp-file' no longer exists.
5498
5499 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5500
5501         Use define-minor-mode in Gnus where applicable.
5502         * mml.el (mml-mode): Use define-minor-mode.
5503         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5504         (gnus-undo-mode): Use define-minor-mode.
5505         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5506         (gnus-dead-summary-mode): Use define-minor-mode.
5507         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5508         Initialize in declaration.
5509         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5510         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5511         (gnus-mailing-list-mode): Use define-minor-mode.
5512         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5513         (gnus-draft-mode): Use define-minor-mode.
5514         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5515         (gnus-dired-mode): Use define-minor-mode.
5516
5517 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5518
5519         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5520         handles on recursive mml-to-mime translation and check them for
5521         boundary delimiter collisions.  Reported by Greg Troxel.
5522
5523 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5524
5525         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5526
5527 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5528
5529         * mm-util.el (mm-find-buffer-file-coding-system):
5530         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5531
5532 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5533
5534         * message.el (message-generate-headers): Record insertion of optional
5535         headers as well.  Otherwise the check to prevent repeated insertion of
5536         optional headers is a no-op.
5537
5538 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5539
5540         * smime.el: Don't mention CVS.
5541
5542         * nnrss.el (nnrss-fetch): Don't mention CVS.
5543
5544         * nnir.el: Don't mention CVS.
5545
5546 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5547
5548         * gnus-sum.el (gnus-summary-bookmark-make-record):
5549         Add `location' field.
5550
5551 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5552
5553         * lpath.el: Fbind bookmark-default-handler,
5554         bookmark-get-bookmark-record, bookmark-make-record-default,
5555         bookmark-prop-get for Emacs <23 and XEmacs.
5556
5557 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5558
5559         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5560         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5561         Use with-current-buffer to silence the byte-compiler.
5562         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5563         bother to require `gnus'.
5564         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5565
5566 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5567
5568         * gnus-sum.el (gnus-summary-bookmark-make-record)
5569         (gnus-summary-bookmark-jump): New functions.
5570         (gnus-summary-mode): Setup bookmark support.
5571
5572 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5573
5574         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5575         if set.
5576
5577 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5578
5579         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5580         gnus-article-browse-html-save-cid-image; make it work recursively for
5581         forwarded messages as well.
5582         (gnus-article-browse-html-parts): Work when prefix arg is given.
5583         (gnus-article-browse-html-article): Doc fix.
5584
5585 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5586
5587         * message.el (message-default-mail-headers):
5588         (message-default-headers): Carry the value mail-default-headers over
5589         into message-default-mail-headers, rather than message-default-headers.
5590
5591 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5592
5593         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5594         charset.
5595
5596         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5597         charset into the <meta> tag when the article is encoded to utf-8.
5598
5599 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5600
5601         * gnus-art.el (gnus-article-browse-delete-temp-files):
5602         Delete directories as well.
5603         (gnus-article-browse-html-parts): Work for images that do not specify
5604         file names; delete temp directory when quitting; insert header at the
5605         right place; use file: scheme for image files.
5606
5607 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5608
5609         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5610         (gnus-article-browse-html-parts): Use it to make temporary cid image
5611         files in addition to html file so that browser may display them.
5612
5613 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5614
5615         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5616
5617 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5618
5619         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5620
5621 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5622
5623         * auth-source.el (auth-sources): Change default to be simpler.
5624         Explain about Secret Service API sources.  Improve Customize options.
5625         (auth-source-pick): Change to accept any number of search parameters.
5626         Implement fallbacks iteratively, not recursively.  Add scoring on the
5627         second pass and sort by score.  Call Secret Service API when needed.
5628         (auth-source-user-or-password): Use it.  Call Secret Service API
5629         directly when needed to get the user name and the password.
5630
5631 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5632
5633         * message.el (message-interactive): Doc fix.
5634         (message-qmail-inject-args): Reflow.
5635         (message-kill-to-signature): Fix typo in docstring.
5636
5637         * smiley.el (smiley-buffer): Fix typo in docstring.
5638
5639 2010-03-24  Glenn Morris  <rgm@gnu.org>
5640
5641         * mail-source.el (gnus-message): Declare.
5642         (mail-source-delete-old-incoming): Require gnus-util.
5643
5644 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5645
5646         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5647
5648         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5649
5650         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5651         password-cache's default if it is not bound.
5652         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5653         password-cache-expiry's default if it is not bound.
5654
5655         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5656         available in Emacs 21.
5657
5658         * lpath.el: Suppress compiler warnings for:
5659         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5660         XEmacs;
5661         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5662         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5663         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5664
5665 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5666
5667         * auth-source.el (auth-sources): Fix up definition so extra parameters
5668         are always inline.
5669
5670 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5671
5672         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5673         wasn't updated after mismatch.  Clear cached mailbox info correctly
5674         when uidvalidity changes.
5675         (nnimap-group-prefixed-name): New function to avoid some code
5676         duplication.
5677         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5678         (nnimap-request-group): Use it.
5679         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5680         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5681         with many imap folders.  This is done by caching the group status from
5682         the imap server persistently in a group parameter `imap-status'.  (This
5683         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5684         but not persistently, so every Gnus startup was still very slow.)
5685
5686 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5687
5688         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5689         delete the extra newline.  Otherwise editing of :string and :number
5690         types don't work.
5691
5692 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5693
5694         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5695         secrets.el dependency.
5696         (auth-sources): Add optional user name.  Add secrets.el configuration
5697         choice (unused right now).
5698
5699 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5700
5701         * gnus-sum.el (gnus-summary-make-menu-bar):
5702         Let `gnus-registry-install-shortcuts' fill in the functions.
5703
5704         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5705         warnings.
5706         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5707         (gnus-registry-install-shortcuts): Populate and use it in a
5708         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5709
5710 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5711
5712         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5713         In-place substitutions for the group name encoding/decoding.
5714         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5715         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5716         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5717         (nnimap-update-unseen, nnimap-request-list)
5718         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5719         (nnimap-request-set-mark, nnimap-split-to-groups)
5720         (nnimap-split-articles, nnimap-request-newgroups)
5721         (nnimap-request-create-group, nnimap-request-accept-article)
5722         (nnimap-request-delete-group, nnimap-request-rename-group)
5723         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5724         `encoded-mbx' for consistency.
5725         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5726         variable `imap-current-mailbox'.
5727
5728         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5729         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5730
5731 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5732
5733         * pop3.el (pop3-display-message-size-flag): Display message size byte
5734         counts during POP3 download.
5735         (pop3-movemail): Use it.
5736         (pop3-list): Implement listing of available messages.
5737
5738 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5739
5740         * nnir.el (nnir-get-article-nov-override-function): New function to
5741         override the normal NOV retrieval.
5742         (nnir-retrieve-headers): Use it.
5743
5744 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5745
5746         * auth-source.el (netrc-machine-user-or-password): Autoload.
5747
5748 2010-03-19  Glenn Morris  <rgm@gnu.org>
5749
5750         Stop message.el from loading about 40 libraries it doesn't always need.
5751         The general approach is to autoload rather than require, and to
5752         require in the specific functions rather than the file.  (Bug#5642)
5753
5754         * gmm-utils.el: Don't require wid-edit.
5755         (widget-create-child-value, widget-convert, widget-default-get):
5756         Autoload.
5757
5758         * gnus-util.el: Don't require time-date, netrc.
5759         (message-fetch-field, gnus-group-name-decode): Declare rather than
5760         autoloading.
5761         (gnus-fetch-field): Require message.
5762         (gnus-decode-newsgroups): Require gnus-group.
5763
5764         * ietf-drums.el: Don't require time-date.
5765
5766         * message.el: Don't require hashcash, canlock, ecomplete.
5767         Do require mail-utils.  Require nnheader only when compiling.
5768         (smtpmail-default-smtp-server): Remove declaration.
5769         (message-send-mail-function): Check smtpmail-default-smtp-server
5770         is bound rather than requiring smtpmail.
5771         (message-auto-save-directory, message-insert-signature):
5772         Use expand-file-name rather than nnheader-concat.
5773         (nnheader-insert-file-contents): Autoload.
5774         (hashcash-wait-async): Declare.
5775         (message-send-mail): Only call gnus-setup-posting-charset if
5776         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5777         (message-send-mail-with-sendmail): Require sendmail.
5778         (canlock-password, canlock-password-for-verify): Declare.
5779         (message-canlock-password): Require canlock.
5780         (nnheader-get-report): Autoload.
5781         (gnus-setup-posting-charset): Declare.
5782         (message-send-news): Require gnus-msg.
5783         (message-make-references, message-make-in-reply-to): Use mail-header-id
5784         rather than the alias mail-header-message-id.
5785         (ecomplete-add-item, ecomplete-save): Declare.
5786         (message-put-addresses-in-ecomplete): Require ecomplete.
5787         (ecomplete-display-matches): Autoload.
5788
5789         * mm-decode.el: Don't require mailcap, gnus-util.
5790         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5791         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5792         Autoload.
5793         (mailcap-mime-extensions): Declare.
5794
5795         * mm-encode.el: Don't require mailcap.
5796         (mailcap-extension-to-mime): Autoload.
5797
5798         * mml-sec.el: Don't require password-cache.
5799
5800         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5801         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5802         (mml-minibuffer-read-type): Require mailcap.
5803         (mml-preview): Require gnus-msg.
5804
5805         * mml1991.el: Require password-cache.
5806         (password-cache-expiry): Remove declaration.
5807
5808         * mml2015.el: Require password-cache.
5809         (password-cache-expiry): Remove declaration.
5810
5811         * nneething.el (mailcap): Require mailcap.
5812
5813         * nnheader.el (declare-function): Add compatibility stub.
5814         (message-remove-header): Declare rather than autoload.
5815         (nnheader-replace-header): Require message.
5816
5817         * nnimap.el (declare-function): Add compatibility stub.
5818         (netrc-parse, netrc-machine-user-or-password): Declare.
5819         (nnimap-open-connection): Require netrc.
5820
5821         * nntp.el (declare-function): Add compatibility stub.
5822         (netrc-parse, netrc-machine, netrc-get): Declare.
5823         (nntp-send-authinfo): Require netrc.
5824
5825         * rfc2047.el: Don't require qp.
5826         (quoted-printable-encode-region, quoted-printable-decode-string):
5827         Autoload.
5828
5829         * sieve-mode.el: Don't require easymenu.
5830         (easy-menu-add-item): Autoload it.
5831
5832         * spam-stat.el (time-to-number-of-days): Autoload it.
5833
5834 2010-03-19  Glenn Morris  <rgm@gnu.org>
5835
5836         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5837
5838 2010-03-18  Glenn Morris  <rgm@gnu.org>
5839
5840         * hashcash.el (declare-function): Remove duplicate definition.
5841
5842 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5843
5844         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5845         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5846         value if any backslash escapes).
5847
5848 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5849
5850         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5851         if it is available.  (bug#5647)
5852
5853         * lpath.el: Suppress compiler warning for coding-system-from-name for
5854         Emacs 21 and XEmacs.
5855
5856 2010-03-14  Juri Linkov  <juri@jurta.org>
5857
5858         * hmac-def.el:
5859         * hmac-md5.el:
5860         * netrc.el: Fix keywords.
5861
5862 2010-02-26  Glenn Morris  <rgm@gnu.org>
5863
5864         * message.el (message-send-mail-function): Change the default, so that
5865         it inherits from a customized send-mail-function.  (Bug#5643)
5866
5867 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5868
5869         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5870         shell-command-to-string signals an error (bug#5299).
5871
5872 2010-02-24  Glenn Morris  <rgm@gnu.org>
5873
5874         * message.el (message-smtpmail-send-it)
5875         (message-send-mail-with-mailclient): Doc fixes.
5876
5877 2010-02-16  Glenn Morris  <rgm@gnu.org>
5878
5879         * message.el (message-default-mail-headers): Change the default value
5880         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5881
5882 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5883
5884         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5885         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5886
5887 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5888
5889         * time-date.el (date-to-time): Doc fix (Bug#5408).
5890
5891 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5892
5893         * message.el (message-mail): Just pass yank-action on to message-setup.
5894         (message-setup): Handle (FUN . ARGS) form of yank-action.
5895         (message-with-reply-buffer, message-widen-reply)
5896         (message-yank-original): Handle non-buffer values of
5897         message-reply-buffer (Bug#4080).
5898         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5899
5900 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5901
5902         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5903         Fix typo in docstring.
5904
5905 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5906
5907         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5908         response.
5909
5910 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5913
5914         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5915
5916         * message.el (message-check-news-header-syntax): Protect against a
5917         string that `rfc822-addresses' returns when parsing fails.
5918
5919 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5920
5921         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5922         (gnus-previous-char-property-change): New functions.
5923
5924         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5925
5926 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5927
5928         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5929         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5930
5931 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5932
5933         * message.el (message-exchange-point-and-mark): Rework last change to
5934         avoid using optional arg of exchange-point-and-mark, for backward
5935         compatibility.
5936
5937 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5938
5939         * message.el (message-exchange-point-and-mark):
5940         Call exchange-point-and-mark with an argument rather than setting
5941         mark-active by hand (Bug#5175).
5942
5943 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5944
5945         * nntp.el (nntp-service-to-port): Work for service expressed with
5946         numeric string; replace [:digit:] with [0-9] for XEmacs.
5947
5948 2009-12-17  Glenn Morris  <rgm@gnu.org>
5949
5950         * gnus-group.el (gnus-bug-group-download-format-alist):
5951         Change emacs entry to debbugs.gnu.org.  Bump :version.
5952
5953 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5954
5955         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5956
5957 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5958
5959         * message.el (message-info): Explain why we use `Info-goto-node'.
5960
5961 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5962
5963         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5964
5965 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5966
5967         * message.el (message-completion-in-region): New compatibility function.
5968         (message-expand-group): Use it.
5969
5970 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5971
5972         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5973         with no unread article should be listed if the 2nd arg `predicate' is
5974         given.
5975
5976 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5977
5978         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5979
5980 2009-11-29  Juri Linkov  <juri@jurta.org>
5981
5982         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5983         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5984         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5985
5986 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5987
5988         * sha1.el (sha1-string-external): default-directory "/" in case
5989         otherwise non-existent.  process-connection-type pipe for touch of
5990         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5991
5992 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5993
5994         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5995         it's comms related and sgml-mode.el has "comm" on that basis too.
5996
5997 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5998
5999         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6000         containing tspecial characters if they have been already quoted.
6001
6002 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6003
6004         * dns-mode.el (auto-mode-alist): Purecopy string.
6005
6006 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6007
6008         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6009
6010 2009-10-24  Glenn Morris  <rgm@gnu.org>
6011
6012         * gnus-art.el (help-xref-stack-item): Define for compiler.
6013
6014 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6015
6016         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6017
6018 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6019
6020         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6021
6022 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6023
6024         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6025         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6026
6027 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6028
6029         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6030         (gnus-overlays-in): New alias to overlays-in.
6031
6032         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6033         gnus-overlay-get, and gnus-delete-overlay.
6034         (gnus-summary-show-thread): Make it work as well for systems in which
6035         next-single-char-property-change is not available.
6036         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6037
6038         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6039         (gnus-overlay-get): New alias to extent-property.
6040         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6041
6042         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6043         SXEmacs.
6044
6045         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6046         SXEmacs.
6047
6048 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6049
6050         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6051
6052 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6053
6054         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6055         and XEmacs that don't have `remove-overlays'.
6056
6057 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6058
6059         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6060         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6061         selective display.  Use overlays instead.
6062
6063 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6064
6065         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6066
6067 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6068
6069         * spam-stat.el (spam-stat-load): Fix typo in message.
6070
6071 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6072
6073         * dig.el (dig-invoke): Fix typo in docstring.
6074         (query-dig): Reflow docstring.
6075
6076 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6077
6078         * gnus-art.el (gnus-article-encrypt-body):
6079         * message.el (message-check-recipients):
6080         * mm-util.el (mm-codepage-setup):
6081         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6082         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6083
6084 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6085
6086         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6087         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6088         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6089         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6090         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6091
6092 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6093
6094         * dig.el: Add "Keywords: comm", as per net-utils.el.
6095
6096 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6097
6098         * dig.el (dig-mode): Use define-derived-mode.
6099
6100 2009-09-19  Glenn Morris  <rgm@gnu.org>
6101
6102         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6103
6104 2009-09-18  Glenn Morris  <rgm@gnu.org>
6105
6106         * gnus-diary.el (gnus-diary-check-message):
6107         * message.el (message-insert-formatted-citation-line):
6108         * nnbabyl.el (top-level):
6109         * nndiary.el (nndiary-schedule):
6110         Fix typos in condition-case handlers.
6111
6112 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6113
6114         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6115         configuration that provides the sole article window in a frame;
6116         position point correctly after deleting a part.
6117
6118 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6119
6120         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6121         (spam-resolve-registrations-routine): Use it to unregister articles
6122         that change status.
6123
6124 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6125
6126         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6127         with XEmacs.
6128         (parse-time-string-chars): Use it.
6129
6130 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6131
6132         * imap.el (imap-interactive-login): Better messages.
6133         (imap-open): Fix bug with renamed buffer on reconnect.
6134         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6135         for easier debugging and cleaner code.  On successful (guessed based on
6136         server capabilities) secondary authentication, set imap-state
6137         correctly.
6138         (imap-last-authenticator): Define imap-last-authenticator as a variable
6139         to avoid warnings.
6140
6141 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6142
6143         * nnrss.el (nnrss-request-article): Remove binding of
6144         default-enable-multibyte-characters that has gotten needless by
6145         the 2007-07-13 change in rfc2047-encode-message-header.
6146
6147         * mml.el (mml-insert-multipart): Error on the message header.
6148         (mml-insert-part): Error on the message header; position point at
6149         the end of a MIME tag.
6150
6151 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6152
6153         * time-date.el (autoload): Expand define-obsolete-function-alias into
6154         defalias and make-obsolete for old Emacsen that Gnus supports.
6155         (with-no-warnings): Define it for old Emacsen.
6156         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6157         is available.
6158         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6159         float-time is available; suppress compile warning for time-to-seconds.
6160
6161         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6162         (gnus-float-time): Alias to float-time if it exists.
6163
6164         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6165         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6166         float-time is available; suppress compile warning for time-to-seconds.
6167
6168         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6169         XEmacs.
6170
6171 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6172
6173         * imap.el (imap-message-map): Docstring fix.
6174
6175 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6176
6177         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6178         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6179         Add the optional argument `encoding' that overrides the default.
6180
6181         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6182         mm-encode-buffer.
6183
6184 2009-09-04  Glenn Morris  <rgm@gnu.org>
6185
6186         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6187         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6188         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6189         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6190         * mm-util.el (mm-with-unibyte-current-buffer)
6191         (mm-find-buffer-file-coding-system):
6192         * yenc.el (yenc-decode-region): Use default-value rather than
6193         default-enable-multibyte-characters.
6194
6195 2009-09-03  Glenn Morris  <rgm@gnu.org>
6196
6197         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6198         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6199         than default-enable-multibyte-characters.
6200
6201 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6202
6203         * gnus-art.el (gnus-article-read-summary-keys):
6204         Fix gnus-buffer-configuration's value temporarily used.
6205
6206 2009-09-02  Glenn Morris  <rgm@gnu.org>
6207
6208         * gnus-util.el (gnus-float-time): New function.
6209         * gnus-delay.el (gnus-delay-article):
6210         * gnus-sum.el (gnus-thread-latest-date):
6211         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6212         * nnspool.el (nnspool-request-newgroups):
6213         Use gnus-float-time rather than time-to-seconds.
6214         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6215
6216         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6217         (gnus-header-subject-face, gnus-header-newsgroups-face)
6218         (gnus-header-name-face, gnus-header-content-face):
6219         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6220         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6221         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6222         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6223         (gnus-cite-face-11):
6224         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6225         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6226         (gnus-server-closed-face, gnus-server-denied-face)
6227         (gnus-server-offline-face):
6228         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6229         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6230         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6231         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6232         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6233         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6234         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6235         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6236         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6237         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6238         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6239         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6240         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6241         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6242         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6243         (gnus-summary-high-undownloaded-face)
6244         (gnus-summary-low-undownloaded-face)
6245         (gnus-summary-normal-undownloaded-face)
6246         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6247         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6248         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6249         (gnus-splash-face):
6250         * message.el (message-header-to-face, message-header-cc-face)
6251         (message-header-subject-face, message-header-newsgroups-face)
6252         (message-header-other-face, message-header-name-face)
6253         (message-header-xheader-face, message-separator-face)
6254         (message-cited-text-face, message-mml-face):
6255         * sieve-mode.el (sieve-control-commands-face)
6256         (sieve-action-commands-face, sieve-test-commands-face)
6257         (sieve-tagged-arguments-face):
6258         * spam.el (spam-face):
6259         Mark face aliases with "-face" in the name as obsolete.
6260
6261 2009-09-01  Glenn Morris  <rgm@gnu.org>
6262
6263         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6264         than goto-line.
6265
6266 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6267
6268         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6269         Don't move point if the command is invoked inside the message header.
6270
6271 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6272
6273         * imap.el (imap-send-command): Simplify.
6274         (imap-wait-for-tag): point-max -> buffer-size.
6275
6276 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6277
6278         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6279         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6280         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6281         * nnir.el (nnir-swish-e-index-file):
6282         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6283         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6284         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6285         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6286         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6287         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6288
6289 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6290
6291         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6292         Don't save excursion.
6293
6294 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6295
6296         * nnheader.el (nnheader-find-file-noselect):
6297         * mm-util.el (mm-insert-file-contents):
6298         Use (default-value 'major-mode) instead of default-major-mode.
6299
6300 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6301
6302         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6303
6304 2009-08-26  Glenn Morris  <rgm@gnu.org>
6305
6306         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6307         than placing in files.el.
6308
6309 2009-08-25  Glenn Morris  <rgm@gnu.org>
6310
6311         * nnir.el (top-level): Don't require cl at run-time.
6312         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6313         Replace cl-function substitute with gnus-replace-in-string.
6314         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6315         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6316         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6317         simplified expansions.
6318
6319 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6320
6321         * dig.el (dig): Add autoload cookie.
6322
6323 2009-08-22  Glenn Morris  <rgm@gnu.org>
6324
6325         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6326         goto-line.
6327
6328 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6329
6330         * parse-time.el (parse-time-string-chars): Save match data.
6331
6332 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6333
6334         * parse-time.el (parse-time-string-chars): Compute using character
6335         classes, to handle non-ascii characters (Bug#3190).
6336
6337 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6338
6339         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6340
6341         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6342         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6343         (gnus-mm-display-part, gnus-mime-display-single)
6344         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6345         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6346
6347         * gnus-sum.el
6348         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6349         (gnus-summary-move-article): Add expirable mark to articles copied or
6350         moved to group that has auto-expire turned on if the option is non-nil.
6351
6352 2009-07-24  Glenn Morris  <rgm@gnu.org>
6353
6354         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6355         Fix typo.  (Bug#3903)
6356
6357 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6360         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6361         that should not be used for draft articles.
6362         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6363         that has no concern in minor mode keys.
6364         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6365         Abolish.
6366
6367 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6368
6369         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6370         article without making inquiry to a user for unknown encoding.
6371
6372         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6373         (nnmaildir--scan): Assume i-node and device number that file-attributes
6374         returns might be cons-cell.
6375
6376         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6377
6378         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6379
6380 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6381
6382         * auth-source.el: Remove docs now in auth.texi.  Don't use
6383         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6384         `auth-source-hide-passwords' and use them.
6385
6386 2009-07-15  Glenn Morris  <rgm@gnu.org>
6387
6388         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6389
6390 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6391
6392         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6393         excessive whitespace from the default values of title and description.
6394
6395 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6398         mail-fetch-field to fetch Content-Description header in order to
6399         exclude newlines.
6400
6401 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6402
6403         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6404         format used by GnuPG 2.0.11.
6405
6406 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6407
6408         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6409         to deleted part.
6410
6411 2009-05-30  David Engster  <dengste@eml.cc>
6412
6413         * nnmairix.el: Remove old documentation in the commentary block.
6414         (nnmairix-request-group): Do not update active file for nnml back ends.
6415         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6416         end so that overview files are ignored.
6417         (nnmairix-update-groups): Make updating the groups more robust by using
6418         marks.
6419         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6420         with dollar characters in message-id.
6421
6422 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6423
6424         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6425         2008-12-25 in dns.el.
6426
6427 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6428
6429         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6430         could happen if the text is only composed of spaces and/or tabs.
6431
6432 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6433
6434         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6435         when sending a queued message to avoid extra mml tags.
6436
6437 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6438
6439         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6440
6441 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6442
6443         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6444         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6445         rmail-toggle-header for XEmacs;
6446         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6447
6448 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6449
6450         * gnus-dired.el: Remove autoload for gnus-setup-message.
6451         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6452         displaying Gnus logo; always use compose-mail.
6453
6454 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6455
6456         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6457
6458 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6459
6460         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6461         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6462         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6463         available.
6464         (gnus-nocem-epg-verify): New function.
6465
6466 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6467
6468         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6469
6470 2009-02-15  Glenn Morris  <rgm@gnu.org>
6471
6472         * gnus-util.el (rmail-insert-rmail-file-header)
6473         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6474         autoloads.
6475         (rmail-default-rmail-file): Remove unnecessary declaration.
6476         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6477
6478 2009-02-14  Glenn Morris  <rgm@gnu.org>
6479
6480         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6481         variable (only used in gnus-util, which declares it anyway).
6482         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6483         which was only needed by gnus-art (changed to not use it any more).
6484         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6485         only used in gnus-util, which autoloads it itself.
6486         (rmail-update-summary): Fix autoload.
6487
6488         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6489         rather than rmail-output-to-rmail-file.
6490
6491 2009-02-07  Glenn Morris  <rgm@gnu.org>
6492
6493         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6494         autoload of function that no longer exists.
6495         (rmail-toggle-header): Declare.
6496         (message-forward-rmail-make-body): Handle mbox Rmail.
6497
6498 2009-01-31  Glenn Morris  <rgm@gnu.org>
6499
6500         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6501         2009-01-09 change.
6502
6503 2009-01-31  Dave Love  <fx@gnu.org>
6504
6505         * imap.el (imap-fetch-safe): Bind debug-on-error.
6506         (imap-debug): Add imap-fetch-safe.
6507
6508 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6509
6510         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6511         (auth-source-forget-all-cached): New convenience function.
6512         (auth-source-user-or-password): Accept list of modes or a single mode.
6513
6514         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6515         auth-source modes.
6516
6517         * netrc.el (netrc-machine-user-or-password): Use list of
6518         auth-source modes.
6519
6520         * nnimap.el (nnimap-open-connection): Use list of
6521         auth-source modes.
6522
6523         * nntp.el (nntp-send-authinfo): Use list of
6524         auth-source modes.
6525
6526 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6527
6528         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6529         now.
6530
6531 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6532
6533         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6534         coding system in XEmacs; add a workaround for XEmacs.
6535
6536         * lpath.el: Fbind coding-system-aliasee.
6537
6538 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6539
6540         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6541         of current-language-environment.
6542
6543 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6544
6545         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6546         available at runtime.
6547
6548 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6549
6550         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6551
6552 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6553
6554         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6555         the greatest positive fixnum value doesn't work under an XEmacs with
6556         bignum support; use the most-positive-fixnum constant instead,
6557         available since Emacs 21.1 with cl and XEmacs 21.1.
6558
6559 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6560
6561         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6562         XEmacs gets not to work.
6563
6564 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6565
6566         * mm-util.el (mm-coding-system-priorities): Allow the value like
6567         "Japanese (UTF-8)" of current-language-environment.
6568
6569 2009-01-09  Glenn Morris  <rgm@gnu.org>
6570
6571         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6572         with last-command-event.
6573
6574 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6575
6576         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6577         in the doc string.
6578
6579         * message.el (message-fix-before-sending): Amend comment.
6580
6581 2009-01-08  Dave Love  <fx@gnu.org>
6582
6583         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6584
6585 2009-01-07  David Engster  <dengste@eml.cc>
6586
6587         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6588         simplified server definitions by converting it via
6589         gnus-server-to-method.
6590
6591 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6592
6593         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6594         parameter's operands.
6595
6596 2009-01-06  David Engster  <dengste@eml.cc>
6597
6598         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6599         primary select method (for gnus-group-mark-article-as-read).
6600
6601 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6602
6603         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6604         `(gnus)Face', not `(gnus)X-Face'.
6605
6606 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6607
6608         * mm-util.el (mm-ucs-to-char): New function.
6609
6610         * mm-url.el (mm-url-decode-entities): Use it.
6611
6612         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6613         unicode-to-char.
6614
6615 2009-01-05  Dave Love  <fx@gnu.org>
6616
6617         * time-date.el: Require cl for `declare'.
6618
6619 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6620
6621         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6622         Dave Love.
6623
6624 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6625
6626         * message.el (message-fix-before-sending): Add `eight-bit' to
6627         illegible-text check.
6628
6629 2009-01-03  Michael Olson  <mwolson@gnu.org>
6630
6631         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6632         `headers' is nil.  This can occur if the IMAP server does not have
6633         permissions to read messages from a folder, but can write new messages
6634         to the folder.
6635         (nnimap-request-article-part): Do not insert `data' if it is nil.
6636
6637         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6638         characters which will confuse `read', so skip past them.
6639
6640 2009-01-01  Dave Love  <fx@gnu.org>
6641
6642         * imap.el (imap-string-to-integer): Fix typo.
6643         (imap-fetch-safe): New function.
6644         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6645
6646         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6647
6648         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6649         (imap-parse-greeting): Fix doc strings.
6650         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6651         (imap-parse-flag-list): Make messages unique.
6652         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6653
6654         * nnimap.el: Fix author email.
6655         (nnimap-split-rule): Add FIXME comment.
6656         (nnimap-debug): Fix doc string.
6657
6658 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6659
6660         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6661
6662 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6663
6664         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6665         nslookup if resolv.conf isn't available.
6666         (dns-query): Rename from query-dns.
6667         (dns-query-cached): Rename from query-dns-cached.
6668
6669 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6670
6671         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6672         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6673         to check if those variables exist (first appeared in Emacs 18.50).
6674
6675 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6676
6677         * mm-util.el (mm-line-number-at-pos): New function.
6678
6679         * spam-report.el (spam-report-process-queue): Use it.
6680
6681 2008-12-24  David Engster  <dengste@eml.cc>
6682
6683         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6684         parameters that haven't existed as variables as buffer-local variables.
6685
6686 2008-12-23  Dave Love  <fx@gnu.org>
6687
6688         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6689         cadar.
6690
6691         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6692         imap-starttls-p.
6693         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6694
6695 2008-12-22  Dave Love  <fx@gnu.org>
6696
6697         * imap.el: Fix author email.  Doc fixes.
6698         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6699         reply.
6700
6701 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6702
6703         * spam-report.el (spam-report-gmane-max-requests): New constant.
6704         (spam-report-gmane-wait): New variable.
6705         (spam-report-gmane-ham, spam-report-gmane-spam)
6706         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6707         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6708         the server.
6709
6710         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6711         Add explanations.
6712
6713         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6714         nnheader-accept-process-output and nnheader-read-timeout if available.
6715         (pop3-movemail): Use it.
6716
6717         * message.el (message-check-news-body-syntax): Fix signature check if
6718         there's an attachment.
6719
6720 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6721
6722         * mm-util.el: Add comments to the mm- emulating functions.
6723
6724 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6725
6726         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6727         Reported by Stephen Berman <stephen.berman@gmx.net>.
6728
6729 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6730
6731         * mm-util.el (mm-substring-no-properties): New function.
6732         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6733         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6734         (mm-string-to-multibyte): Doc fix.
6735
6736         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6737
6738 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6739
6740         * mml.el (mml-attach-file): Strip text properties from file name.
6741         (Bug#1574)
6742
6743 2008-12-16  Glenn Morris  <rgm@gnu.org>
6744
6745         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6746
6747 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6748
6749         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6750         knows since the charset specified might be a bogus alias that
6751         mm-charset-synonym-alist provides.
6752
6753 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6754
6755         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6756         "ISO_8859-1".
6757
6758         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6759
6760 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6761
6762         * mm-util.el (mm-charset-eval-alist):
6763         Define it before mm-charset-to-coding-system.
6764         (mm-charset-to-coding-system): Add optional argument `silent';
6765         define it before mm-charset-override-alist.
6766         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6767         default value if it can be used in Emacs currently running;
6768         silence mm-charset-to-coding-system.
6769
6770 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6771
6772         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6773         `allow-override' which says whether to use `mm-charset-override-alist'.
6774         (rfc2047-decode-encoded-words): Use it.
6775
6776         * mm-util.el (mm-charset-override-alist): Fix custom type;
6777         add `(gb2312 . gbk)' to choices.
6778
6779 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6780
6781         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6782         fast.
6783
6784         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6785
6786         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6787
6788 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6789
6790         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6791         on links.
6792
6793         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6794
6795 2008-12-03  Lute Kamstra  <lute@gnu.org>
6796
6797         * sha1.el: Remove leading * from docstrings of defcustoms,
6798         deffaces, defconsts and defuns.
6799
6800 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6801
6802         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6803         users' addresses that don't have domain parts.
6804         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6805         rather than message-narrow-to-head since there will be the message
6806         header separator.
6807
6808 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6809
6810         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6811         since the result is inserted in a unibyte buffer anyway.
6812         (nnimap-demule-use-string-to-multibyte): Remove.
6813         (nnimap-demule): Alias it to mm-string-to-multibyte.
6814
6815 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6816
6817         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6818         variable for debugging bug#464 and bug#1174.
6819         (nnimap-demule): Use it.
6820
6821 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6822
6823         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6824         score calculation correctly.
6825
6826 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6827
6828         * message.el (message-send-mail): Just set the buffer to unibyte
6829         rather than use mm-with-unibyte-current-buffer which does a lot more.
6830         (message-send-mail-partially): Don't bother with
6831         mm-with-unibyte-current-buffer since it's already been made unibyte by
6832         message-send-mail.
6833
6834 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6835
6836         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6837
6838 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6839
6840         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6841
6842 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6843
6844         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6845         require itself and to remove `with-no-warnings'.
6846
6847 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6848
6849         * starttls.el (starttls-any-program-available): Get the name of the
6850         available TLS layer program.
6851         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6852         well as the host name in the "opening" message.
6853
6854         * auth-source.el (auth-source-cache, auth-source-do-cache)
6855         (auth-source-user-or-password): Cache passwords and logins by default,
6856         allow override with `auth-source-do-cache'.
6857         (auth-source-forget-user-or-password): Allow users to remove cache
6858         entries if needed.
6859
6860 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6861
6862         * md4.el (md4-buffer): Fix typo in docstring.
6863         (md4, md4-64): Doc fixes.
6864         (md4-pack-int32): Reflow docstring.
6865
6866 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6867
6868         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6869         condition-case to only the forward-sexp call.
6870
6871 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6872
6873         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6874         quotes contained.  Make it more robust regardless by an extra
6875         condition-case wrapper.
6876
6877 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6878
6879         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6880
6881 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6882
6883         * nnml.el (nnml-request-expire-articles): Check if the function set to
6884         `nnmail-expiry-target' returns the symbol `delete'.
6885
6886         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6887
6888         * nnmail.el (nnmail-expiry-target): Fix custom type.
6889
6890 2008-10-02  Glenn Morris  <rgm@gnu.org>
6891
6892         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6893         Silence compiler warning.
6894
6895 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6896
6897         * tls.el (open-tls-stream): Show the actual command being
6898         executed, instead of the format string.
6899
6900 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6901
6902         * lpath.el: Fbind codepage-setup for Emacs 23.
6903
6904 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6905
6906         * mml.el (mml-menu): Don't assume mml2015 is bound.
6907
6908 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6909
6910         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6911         exists.
6912
6913 2008-09-27  Glenn Morris  <rgm@gnu.org>
6914
6915         * gnus-util.el (mail-header-remove-comments): Autoload it.
6916
6917 2008-09-27  Andreas Schwab  <schwab@suse.de>
6918
6919         * gnus-util.el (gnus-split-references): Strip comments.
6920         (gnus-parent-id): Likewise.
6921
6922 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6923
6924         * message.el (message-confirm-send): Fix version.
6925
6926 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6927
6928         * message.el (message-idna-to-ascii-rhs-1): Use
6929         mail-extract-address-components rather than mail-header-parse-addresses
6930         that is an alias by default to ietf-drums-parse-addresses that does not
6931         support non-ASCII names in headers' contents.
6932
6933 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6934
6935         * message.el (message-confirm-send): Fix variable documentation to
6936         avoid the "y/n" wording.
6937
6938 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6939
6940         * message.el (message-set-auto-save-file-name): Save to a different
6941         filename so multiple messages (especially drafts) can be recovered.
6942
6943 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6944
6945         * message.el (message-confirm-send): Add appropriate version.
6946
6947 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6948
6949         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6950         defvar.
6951
6952 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6953
6954         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6955         (mm-pkcs7-enveloped-magic): Ditto.
6956
6957 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6958
6959         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6960         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6961
6962 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6963
6964         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6965         default, it's better.
6966
6967 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6968
6969         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6970         summary line gnus-number property and ignore them (with a warning
6971         message).
6972
6973 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6974
6975         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6976         macro caddr in the interactive form since it won't be expanded.
6977
6978 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6979
6980         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6981         `charset'; fix name of function called recursively.
6982         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6983
6984 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6985
6986         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6987         (gnus-mime-set-charset-parameters): New function.
6988         (gnus-mime-view-part-as-charset): Use it to correctly display part
6989         specifying wrong charset.
6990
6991 2008-09-08  David Engster  <dengste@eml.cc>
6992
6993         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6994         in completing-read for back end server.
6995
6996 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6997
6998         * message.el (message-confirm-send): New variable to confirm sending a
6999         message.
7000         (message-send): Use it.
7001
7002 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7003
7004         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7005
7006 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7007
7008         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7009
7010 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7011
7012         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7013         prevent tracking too many groups.
7014         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7015         Use it.
7016
7017 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7018
7019         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7020         moving point to the bottom of the window in order to avoid recentering.
7021
7022 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7023
7024         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7025
7026         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7027         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7028         (gnus-article-beginning-of-window): Fix calculation.
7029
7030 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * gnus-msg.el (gnus-summary-supersede-article)
7033         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7034         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7035         message header.
7036
7037 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7038
7039         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7040         pending output coming after the status change.
7041
7042 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7043
7044         * message.el:
7045         * gnus-start.el:
7046         * gnus-registry.el: Remove VMS support.
7047
7048 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7049
7050         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7051         macro.
7052         (rfc2104-hash): Use it.
7053
7054 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7055
7056         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7057         (gnus-summary-sort-by-most-recent-date): New commands.
7058         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7059         and menu entries.
7060
7061 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7062
7063         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7064         don't redisplay article for raw contents; remove plural articles stuff.
7065
7066         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7067         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7068         on gnus-summary-save-article; display results properly.
7069
7070 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7071
7072         * lpath.el: No need to fbind ns-focus-frame.
7073
7074 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7075
7076         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7077
7078 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7079
7080         * gnus-art.el (gnus-summary-save-in-pipe):
7081         Consider gnus-save-all-headers.
7082
7083 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7084
7085         * gnus-util.el (ns-focus-frame): Remove declaration.
7086         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7087         like x.
7088
7089 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7090
7091         * rfc2104.el (rfc2104-zero): Delete defconst.
7092         (rfc2104-hex-alist): Likewise.
7093         (rfc2104-hex-to-int): Delete func.
7094         (rfc2104-hexstring-to-bitstring): Likewise.
7095         (rfc2104-nybbles): New defconst.
7096         (rfc2104-hash): Rewrite for speed.
7097
7098 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7099
7100         * tls.el (open-tls-stream): Make it work with the 2nd argument
7101         BUFFER that is a string but does not exist as a buffer object, as
7102         mentioned in the doc-string.
7103
7104 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7105
7106         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7107         SXEmacs.
7108
7109 2008-07-16  Glenn Morris  <rgm@gnu.org>
7110
7111         * gnus-util.el (ns-focus-frame): Declare for compiler.
7112
7113 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7114
7115         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7116         set as a group parameter.
7117         (gnus-summary-save-in-pipe): Work when it is called independently.
7118         (gnus-summary-pipe-to-muttprint): Don't modify
7119         gnus-summary-pipe-output-default-command.
7120
7121 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7122
7123         * message.el (message-send-mail-with-sendmail):
7124         Display the error message.
7125
7126 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7127
7128         * gnus-art.el (gnus-default-article-saver):
7129         Add gnus-summary-save-in-pipe to choices.
7130         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7131         gnus-summary-pipe-output-default-command as the default command.
7132         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7133         instead of gnus-last-shell-command.
7134
7135         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7136         New user option.
7137         (gnus-summary-muttprint-program): Mention the value will be changed.
7138         (gnus-summary-save-article): Force showing of all headers.
7139         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7140
7141 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7142
7143         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7144
7145 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7146
7147         * nnimap.el (nnimap-id):
7148         * sieve-manage.el (sieve-manage-open): Doc fixes.
7149
7150 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7151
7152         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7153         if available.
7154
7155 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7156
7157         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7158
7159         * nnkiboze.el (nnkiboze-generate-group):
7160         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7161
7162         * nnmairix.el: Require CL.
7163
7164 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7165
7166         * dgnushack.el: Autoload get-display-table and put-display-table for
7167         XEmacs 21.5.
7168
7169         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7170         21.4 and SXEmacs.
7171
7172 2008-06-15  David Engster  <dengste@eml.cc>
7173
7174         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7175
7176 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7177
7178         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7179         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7180         runtime choice under XEmacs.
7181
7182         * gnus-sum.el (gnus-summary-set-display-table):
7183         Use `gnus-put-display-table', `gnus-get-display-table',
7184         `gnus-set-display-table' for the display table, instead of `aset'.
7185
7186         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7187         Use `gnus-put-display-table', `gnus-get-display-table',
7188         `gnus-set-display-table' for the display table.
7189
7190 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7191
7192         * nnmairix.el: Add autoloads.
7193
7194 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7195
7196         * nnmairix.el (nnmairix-delete-recreate-group)
7197         (nnmairix-update-and-clear-marks): Fix error messages.
7198
7199 2008-06-14  David Engster  <dengste@eml.cc>
7200
7201         * nnmairix.el: Upgrade to version 0.6.
7202         (nnmairix-group-toggle-propmarks-this-group)
7203         (nnmairix-group-toggle-readmarks-this-group)
7204         (nnmairix-group-delete-recreate-this-group)
7205         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7206         (nnmairix-remove-tick-mark-original-article): New commands.
7207         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7208         (nnmairix-propagate-marks-to-nnmairix-groups)
7209         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7210         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7211         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7212         functions needed for marks propagation and manipulation of read marks.
7213         (nnmairix-update-groups): New function.
7214         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7215         (nnmairix-determine-original-group-from-registry)
7216         (nnmairix-determine-original-group-from-path)
7217         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7218         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7219         New helper functions.
7220         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7221         keystrokes for new commands.
7222         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7223         (nnmairix-request-group): Check allow-fast group parameter.
7224         (nnmairix-request-create-group): Set allow-fast group parameter if
7225         nnmairix-allowfast-default is set.
7226         (nnmairix-close-group): Propagate marks upon closing if needed.
7227         (nnmairix-group-toggle-threads-this-group): Use new.
7228         nnmairix-group-toggle-parameter helper function.
7229         (nnmairix-search): Better check for empty search result.
7230         (nnmairix-goto-original-article): Use new helper functions for
7231         determining original article.
7232         (nnmairix-show-original-article): Make sure message-id is in brackets.
7233         (nnmairix-call-mairix-binary): Change variable name.
7234         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7235         helper function.
7236         (nnmairix-widget-toggle-activate): Fix doc string.
7237
7238 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * nnir.el: Require edmacro when compiling with XEmacs.
7241         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7242         available in Emacs 21.
7243
7244 2008-06-11  Glenn Morris  <rgm@gnu.org>
7245
7246         * gnus-util.el (x-focus-frame):
7247         * gnus.el (image-size):
7248         * mm-decode.el (image-size): Declare.
7249
7250         * gnus-picon.el (declare-function): Add compat definition.
7251         (image-size): Declare.
7252
7253         * gnus-group.el (tool-bar-map):
7254         * gnus-sum.el (tool-bar-map): Define for compiler.
7255
7256         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7257
7258         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7259
7260         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7261         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7262         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7263         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7264         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7265         * sieve-manage.el, spam-report.el, spam.el:
7266         Remove unnecessary eval-and-compile of autoloads.
7267
7268 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7269
7270         * auth-source.el: Precise Tramp doc.
7271
7272 2008-06-07  Glenn Morris  <rgm@gnu.org>
7273
7274         * nnmairix.el: Remove unnecessary eval-when-compile.
7275
7276 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7277
7278         * lpath.el: Fbind propertize for XEmacs 21.4.
7279
7280 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7281
7282         * nnir.el: Move here from ../contrib.
7283
7284 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7285
7286         * gnus-util.el (gnus-read-shell-command): New function.
7287         * mm-decode.el (mm-pipe-part):
7288         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7289
7290 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7291
7292         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7293
7294 2008-06-03  Glenn Morris  <rgm@gnu.org>
7295
7296         * pop3.el (nnheader-accept-process-output): Autoload it.
7297
7298 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7299
7300         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7301         are not 2-digit hexadecimal characters that follow `%'s.
7302
7303 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7304
7305         * message.el (message-bogus-recipient-p): Fix type in doc string.
7306         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7307         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7308         Improve custom options.
7309         (message-bogus-recipient-p): Adjust accordingly.
7310
7311 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7312
7313         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7314         long-form month and day names.
7315
7316 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7317
7318         * dgnushack.el: Autoload debug, eudc-expand-inline and
7319         pgg-snarf-keys-region for XEmacs.
7320
7321         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7322
7323         * nnmairix.el: Require edmacro when compiling with XEmacs.
7324
7325 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7326
7327         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7328         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7329
7330 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7331
7332         * auth-source.el: Add more docs.
7333
7334         * netrc.el (netrc-machine): Always match if the port is not given.
7335
7336 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7337
7338         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7339         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7340         retrieval faster in some cases, but might make CPU usage larger.
7341         If this has any bad side effects, we might revert this change.
7342
7343         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7344         seems to make mail retrieval much, much faster.
7345         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7346         unconditionally.
7347
7348         * gnus-draft.el (gnus-group-send-queue):
7349         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7350
7351 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7352
7353         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7354
7355         * message.el (message-bogus-address-regexp): Fix and improve custom
7356         type.
7357         (message-setup-hook): Add message-check-recipients as custom option.
7358
7359 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7360
7361         * message.el (message-cite-function): Remove bogus autoload which crept
7362         in during merge from v5-10.
7363
7364 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7365
7366         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7367
7368         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7369
7370         * auth-source.el: Preliminary Tramp docs.
7371         (auth-sources): Change the default auth-sources to use
7372         EPA .gpg files.
7373
7374 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7375
7376         * nntp.el: Autoload `auth-source-user-or-password'.
7377         (nntp-send-authinfo): Use it.
7378
7379         * nnimap.el: Autoload `auth-source-user-or-password'.
7380         (nnimap-open-connection): Use it.
7381
7382         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7383         for the gnus-message function.
7384         (auth-source-user-or-password): Use it.
7385
7386 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7387
7388         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7389         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7390         (rfc2104-hash): Use it.
7391
7392 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7393
7394         * gnus-art.el (gnus-article-toggle-truncate-lines):
7395         Don't use `iff' in docstring.
7396
7397 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7398
7399         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7400
7401         * gnus-util.el (gnus-extract-address-component-name)
7402         (gnus-extract-address-component-email): Convenience functions around
7403         `gnus-extract-address-components'.
7404
7405         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7406         Use `gnus-extract-address-component-email' to fix bug of comparing full
7407         sender name to `user-mail-address'.
7408
7409 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7410
7411         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7412         catch/throw to optimize.
7413         (gnus-registry-find-keywords): Just use member to find a keyword.
7414
7415 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7416
7417         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7418         is current before calling gnus-server-prepare.
7419         (gnus-server-setup-buffer, gnus-server-update-server)
7420         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7421
7422 2008-05-04  Juri Linkov  <juri@jurta.org>
7423
7424         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7425         (mailcap-file-default-commands): Use mailcap-replace-in-string
7426         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7427         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7428
7429 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7430
7431         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7432
7433 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7434
7435         * gnus.el: Bump version to 0.11.
7436
7437 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7438
7439         * gnus.el: No Gnus v0.10 is released.
7440
7441 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7442
7443         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7444         hooks.
7445         (gnus-update-read-articles): Speed up non-marks-using users.
7446         (gnus-use-marks): Define gnus-use-marks.
7447         (gnus-propagate-marks): Rename variable to something more sensible.
7448
7449 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7450
7451         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7452         (gmm-image-load-path-for-library): Fix typos in docstrings.
7453         (gmm-message): Reflow docstring.
7454
7455 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7456
7457         * mail-source.el (mail-source-set-1, mail-source-bind):
7458         Move auth-source code out of the macro to clean it up and fix bugs.
7459
7460 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7461
7462         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7463         by sender if it's equal to user-mail-address, it's likely to be
7464         useless.
7465
7466         * mail-source.el (mail-source-bind): Don't use user or password if they
7467         are not bound.  Unintern them if they are nil.  Don't use server unless
7468         it's bound, and default it to empty string otherwise.
7469
7470 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7471
7472         * mail-source.el: Load auth-source.el.
7473         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7474         get user name or password, if auth-sources is set up.
7475
7476         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7477         strategy of splitting with parent.
7478         (gnus-registry-split-fancy-with-parent)
7479         (gnus-registry-post-process-groups): Use it and fix prior
7480         bug (returning a list as the split result).
7481
7482         * auth-source.el (auth-sources): Remove server parameter.
7483         (auth-source-pick, auth-source-user-or-password)
7484         (auth-source-user-or-password-imap)
7485         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7486         (auth-source-user-or-password-sftp)
7487         (auth-source-user-or-password-smtp): Remove server parameter.
7488
7489 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7490
7491         * smime.el (smime-sign-region, smime-encrypt-region)
7492         (smime-decrypt-region):
7493         Remove redundant calls to `generate-new-buffer-name'.
7494
7495 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7496
7497         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7498         Don't use QP for message/rfc822.
7499         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7500
7501 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7502
7503         * sieve-manage.el (sieve-string-bytes): Remove.
7504         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7505         correct byte-length only if the process's coding-system is the same as
7506         the one used internally by Emacs to represent strings.
7507
7508 2008-04-22  Juri Linkov  <juri@jurta.org>
7509
7510         * mailcap.el (mailcap-file-default-commands): New function.
7511
7512 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7513
7514         * message.el (message-signature-separator, message-cite-function):
7515         Change custom version.
7516
7517 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7518
7519         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7520         commands.
7521         (tls-checktrust): Ditto.
7522
7523 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7524
7525         * mm-decode.el (mm-display-external): Make temp file read-only.
7526
7527 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7528
7529         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7530         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7531         `C-c C-f d'.
7532
7533 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7534
7535         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7536
7537 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7538
7539         * gnus.el: Bump version to 0.9.
7540
7541 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7542
7543         * gnus.el: No Gnus v0.8 is released.
7544
7545 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7546
7547         * mail-source.el (mail-source-value):
7548         Prefer fboundp to functionp so it works with macros as well.
7549
7550 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7551
7552         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7553         Fix last change in case the element is not even a symbol.
7554
7555 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7556
7557         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7558         Prefer fboundp to functionp so it works with macros as well.
7559
7560 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7561
7562         * auth-source.el: Add docs.
7563         (auth-sources): Modify format to support server.
7564         (auth-source-pick, auth-source-user-or-password)
7565         (auth-source-user-or-password-imap)
7566         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7567         (auth-source-user-or-password-sftp)
7568         (auth-source-user-or-password-smtp): Add server parameter.
7569
7570 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7571
7572         * gnus-registry.el: Initialize the registry when gnus-registry-install
7573         is t.
7574
7575 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7576
7577         * compface.el (uncompface): Make buffer unibyte.
7578
7579 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7580
7581         * mail-source.el (mail-source-value):
7582         Prefer fboundp to functionp so it works with macros as well.
7583
7584 2008-04-05  Glenn Morris  <rgm@gnu.org>
7585
7586         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7587
7588 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7589
7590         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7591         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7592
7593         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7594         multibyteness after rather than before erasing it.
7595
7596         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7597         mm-with-multibyte.
7598         (gnus-request-article-this-buffer): Make sure the proper decoding is
7599         used if gnus-original-article-buffer happens to be unibyte.
7600
7601         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7602         default-enable-multibyte-characters.
7603
7604         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7605         default-enable-multibyte-characters.
7606
7607         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7608
7609         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7610
7611 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7612
7613         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7614         Fix last change in case the element is not even a symbol.
7615
7616 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7617
7618         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7619         (imap-message-copyuid-1): Use it.
7620         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7621         J. Williams in
7622         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7623
7624         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7625         imap-enable-exchange-bug-workaround.
7626         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7627
7628 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7629
7630         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7631         a 100 byte status-checks into a 2-3MB transfer for each group.
7632         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7633         to enable bug workaround or not.
7634         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7635
7636 2008-03-31  Glenn Morris  <rgm@gnu.org>
7637
7638         * message.el (mml2015-use): Declare for compiler.
7639         (message-info): Require mml2015 when appropriate.
7640
7641 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7642
7643         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7644         whitespace.
7645
7646 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7647
7648         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7649         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7650         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7651         (nntp-service-to-port): New function.
7652         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7653         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7654         (nntp-open-netcat-stream): New function.
7655         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7656
7657 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7658
7659         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7660
7661 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7662
7663         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7664
7665 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7666
7667         * dns.el (dns-write): Use set-buffer-multibyte.
7668
7669 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7670
7671         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7672
7673 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7674
7675         * message.el (message-signature-separator): Change default.
7676         Improve custom type.
7677         (message-cite-function): Change default to
7678         message-cite-original-without-signature.
7679
7680         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7681         toggle.
7682
7683         * message.el (message-check-news-body-syntax): Fix signature check.
7684         (message-setup-1): Mark buffer as unmodified _after_ running
7685         message-setup-hook and handling message-alternative-emails.
7686         (message-shorten-references): Be more strict when building list of
7687         valid references to comply with GNKSA.
7688
7689         * gnus-group.el (gnus-read-ephemeral-bug-group)
7690         (gnus-read-ephemeral-debian-bug-group)
7691         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7692
7693         * message.el (message-info): Don't use booleanp which isn't supported
7694         in Emacs 21 and XEmacs.
7695
7696 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7697
7698         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7699         gnus-group-gmane-group-download-format.
7700         (gnus-group-read-ephemeral-gmane-group): Rename from
7701         gnus-group-read-ephemeral-gmane-group.
7702         (gnus-read-ephemeral-gmane-group-url): Rename from
7703         gnus-group-read-ephemeral-gmane-group-url.
7704         (gnus-bug-group-download-format-alist): New variable.
7705         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7706         (gnus-read-ephemeral-emacs-bug-group): New commands.
7707
7708 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7709
7710         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7711         (gnus-visible-headers): Improve custom type.
7712
7713 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7714
7715         * mml.el (mml-menu): Add workarounds for XEmacs.
7716
7717         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7718         X-Boundary header.
7719
7720         * message.el (message-simplify-recipients): Fix previous commit.
7721
7722 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7723
7724         * mm-util.el (mm-set-buffer-multibyte): New function.
7725         * mm-decode.el (mm-copy-to-buffer): Use it.
7726
7727         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7728         Prefer fboundp to functionp so it works with macros as well.
7729
7730 2008-03-19  Glenn Morris  <rgm@gnu.org>
7731
7732         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7733         Accidentally removed in the sync process with Emacs.
7734
7735 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7736
7737         * message.el (message-alter-recipients-discard-bogus-full-name):
7738         New function.
7739         (message-alter-recipients-function): New variable.
7740         (message-get-reply-headers): Use it.
7741         (message-replace-header): New helper function.
7742         (message-recipients-without-full-name): New variable.
7743         (message-simplify-recipients): New command.
7744
7745         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7746
7747         * message.el (message-info): Handle EasyPG manual.
7748
7749         * mml.el (mml-menu): Add entry for EasyPG.
7750
7751 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7752
7753         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7754         parameter.
7755
7756         * message.el (message-disassociate-draft): Specify drafts group name
7757         fully.
7758
7759 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7760
7761         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7762         Eliminate unnecessary duplicates from the match list.
7763
7764 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7767
7768         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7769
7770         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7771         args of `how-many' of which the XEmacs version doesn't take; declare
7772         Info-index-next as function.
7773
7774 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7775
7776         * gnus-score.el (gnus-score-headers): Fix handling of
7777         gnus-inhibit-slow-scoring.
7778
7779         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7780         string.
7781         (gnus-button-url-regexp): Improve handling of parenthesis.
7782         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7783         (gnus-button-handle-info-keystrokes): Handle index entries.
7784
7785 2008-03-15  Glenn Morris  <rgm@gnu.org>
7786
7787         * parse-time.el (parse-time-string): Simplify.
7788
7789 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7790
7791         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7792         Incoming* files.
7793
7794 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7795
7796         * auth-source.el (auth-sources): Rename from auth-source-choices.
7797         (auth-source-pick): Use it.
7798
7799 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7800
7801         * binhex.el (binhex-decode-region-internal):
7802         * uudecode.el (uudecode-decode-region-internal):
7803         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7804         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7805         setting default-enable-multibyte-characters.
7806
7807 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7808
7809         * auth-source.el (auth-source-protocols)
7810         (auth-source-protocols-customize, auth-source-choices): Add and
7811         modified variable customizations and defaults.
7812         (auth-source-pick, auth-source-user-or-password)
7813         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7814         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7815         (auth-source-user-or-password-sftp)
7816         (auth-source-user-or-password-smtp): Use new variables and provide an
7817         interface to netrc.el.
7818
7819 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7820
7821         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7822         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7823         Make sure the nntp port to specify is a string.
7824
7825 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7826
7827         * nntp.el: Use with-current-buffer.
7828         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7829         dubious mm-with-unibyte-current-buffer.
7830         (nntp-with-open-group-function): New function extracted from
7831         nntp-with-open-group macro.
7832         (nntp-with-open-group): Use the function, so it's easier to debug.
7833         Add indentation and debugging info.
7834         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7835         Recommend the use of the netcat alternatives.
7836
7837         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7838         Avoid mm-string-as-multibyte as well.
7839
7840         * nnweb.el (nnweb-insert-html):
7841         Remove use of nnheader-string-as-multibyte.
7842
7843         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7844         (nnheader-string-as-multibyte): Remove.
7845
7846         * mm-view.el: Use inhibit-read-only.
7847         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7848         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7849         or unibyte-string.
7850
7851         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7852         (mm-uu-yenc-extract): Use with-current-buffer.
7853
7854         * gnus-soup.el (gnus-soup-send-packet): Don't use
7855         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7856
7857         * nnmh.el: Use with-current-buffer.
7858         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7859         mm-string-as-multibyte on the output of mm-encode-coding-string.
7860
7861         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7862         (nnimap-request-move-article): Use with-current-buffer.
7863
7864         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7865         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7866         conversion uses string-make-unibyte rather than string-as-unibyte.
7867
7868         * gnus-msg.el: Use with-current-buffer.
7869
7870         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7871
7872 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7873
7874         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7875         string for caching if it is 'PIN.
7876
7877 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7878
7879         * lpath.el: Consider the case without Emacs/W3.
7880
7881 2008-03-08  Glenn Morris  <rgm@gnu.org>
7882
7883         * time-date.el (date-to-time, time-subtract, time-add)
7884         (safe-date-to-time): Doc fixes.
7885
7886 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7887
7888         * mail-source.el (mail-source-delete-old-incoming-confirm):
7889         Change default to nil.
7890         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7891
7892 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7893
7894         * lpath.el: Rearrange.
7895
7896         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7897         (gnus-article-goto-prev-page): Work for articles having ^L's.
7898
7899         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7900
7901         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7902
7903 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7904
7905         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7906         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7907         (gnus-bookmark-jump): Adjust some variable names.
7908
7909 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7910
7911         * auth-source.el: New package.
7912         (auth-source-choices): Add customization entry point variable.
7913
7914         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7915         bug.
7916
7917 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7918
7919         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7920         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7921         (gnus-registry-install-shortcuts): Rename from
7922         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7923         the `gnus-registry-mark-map' keymap dynamically from
7924         `gnus-registry-marks'.  The generated functions update the summary line
7925         when a registry mark is added or deleted, and will call
7926         `gnus-registry-install-p' (see the comments in the code).
7927         (gnus-registry-user-format-function-M): Use concat intelligently.
7928
7929         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7930         the registry mark functions.
7931
7932 2008-03-05  Glenn Morris  <rgm@gnu.org>
7933
7934         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7935         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7936         gnus-art.
7937         (top-level): No need to load own source when compiling.
7938
7939 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7940
7941         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7942         Suggested by <chris.anderton@zetnet.co.uk>.
7943
7944 2008-03-04  Glenn Morris  <rgm@gnu.org>
7945
7946         * gnus-sum.el (top-level): No need to require gnus when compiling,
7947         since unconditionally required near start of file.
7948         (gnus-summary-display-while-building): Move definition before use.
7949
7950 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7951
7952         * gnus-registry.el (gnus-registry-user-format-function-M):
7953         Add formatting function.
7954
7955 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7956
7957         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7958         with plists.
7959         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7960         Use new format.
7961
7962 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7963
7964         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7965         `where-is-internal' that returns a range of key sequences.
7966
7967 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7968
7969         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7970
7971         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7972         (gnus-summary-jump-to-group): Consider windows on other displayed
7973         frames as well.  Similar changes might be needed elsewhere, but that's
7974         the one I've bumped into during my use.
7975
7976         * nndoc.el (nndoc-oe-dbx-type-p):
7977         * gnus-msg.el (gnus-debug):
7978         * gnus-group.el (gnus-update-group-mark-positions):
7979         Use mm-string-to-multibyte.
7980
7981 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7982
7983         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7984         doesn't handle NotDashEscaped.
7985
7986         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7987         (mml-dnd-attach-options): Fix typo in custom choice.
7988
7989         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7990         Change nndoc-article-type to mbox.
7991         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7992
7993         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7994         to nil, instead of html2text.
7995
7996         * imap.el (imap-debug): Add `imap-ping-server'.
7997
7998         * gnus-bookmark.el: Add FIXMEs.
7999
8000         * message.el (message-form-letter-separator)
8001         (message-send-form-letter-delay): New variables.
8002         (message-send-form-letter): Use them.  New command to send form
8003         letters.  Requested by Uwe Siart.
8004         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8005
8006 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8007
8008         * Update copyright years.
8009
8010 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8011
8012         Sync from EMACS_22_BASE.
8013
8014         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8015
8016 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8017
8018         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8019         empty author.
8020
8021 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8022
8023         * gnus-registry.el (gnus-registry-marks): Add variable for
8024         customization of marks and their appearance.
8025         (gnus-registry-read-mark): Use it.
8026         (gnus-registry-do-marks): Add utility function to loop through
8027         `gnus-registry-marks'.
8028         (gnus-registry-install-shortcuts-and-menus): Add function to install
8029         shortcuts and menus.
8030         (gnus-registry-initialize): Use it.
8031         (gnus-registry-default-mark): Clarify documentation.
8032
8033 2008-02-29  Glenn Morris  <rgm@gnu.org>
8034
8035         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8036         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8037         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8038         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8039         Change defcustom :version from 23.0 to 23.1.
8040
8041 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8042
8043         * gnus-registry.el (gnus-registry-follow-group-p)
8044         (gnus-registry-post-process-groups): Add functions to aid registry
8045         splitting and improve logging.  Clarify behavior in function
8046         documentation.
8047         (gnus-registry-split-fancy-with-parent): Use them.
8048
8049 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8050
8051         * gnus-art.el: Use with-current-buffer.
8052
8053 2008-02-27  David Engster  <dengste@eml.cc>
8054
8055         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8056         Express real group name in the response.
8057
8058 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8059
8060         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8061         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8062         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8063         autoload gnus-registry-fetch-group when compiling.
8064         (nnmairix-request-group-with-article-number-correction):
8065         Remove unreferenced argument passed to nnmairix-call-backend.
8066
8067 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8068
8069         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8070         (mm-uu-extract): Improve face for low color ttys.
8071         Reported by Sascha Wilde.
8072
8073 2008-02-27  Glenn Morris  <rgm@gnu.org>
8074
8075         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8076         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8077         variables to defconsts.  Convert comments to doc-strings.
8078         (nnmairix-last-server, nnmairix-current-server): Convert from free
8079         variables to defvars.  Convert comments to doc-strings.
8080         (gnus-registry-fetch-group): Autoload.
8081         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8082         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8083         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8084         caddr.
8085         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8086         nnmairix-request-group-with-article-number-correction call.
8087         (nnmairix-fast, nnmairix-group): New, less general names, for free
8088         variables passed from nnmairix-request-group to
8089         nnmairix-request-group-with-article-number-correction.  Declare.
8090         (nnmairix-request-group-with-article-number-correction):
8091         Use nnmairix-fast, nnmairix-group rather than fast, group.
8092
8093 2008-02-26  David Engster  <dengste@eml.cc>
8094
8095         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8096         version 0.5.
8097
8098 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8099
8100         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8101         instead of making an extra function call.  Don't add the current group
8102         to articles only when they have the group.  Use
8103         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8104         Reported by David <de_bb@arcor.de>.
8105
8106 2008-02-24  Miles Bader  <miles@gnu.org>
8107
8108         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8109         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8110         (mm-find-mime-charset-region):
8111         * mm-bodies.el (mm-encode-body):
8112         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8113
8114 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8115
8116         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8117         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8118
8119 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8120
8121         * mail-source.el (mail-source-delete-incoming): Change default.
8122         Supplement doc string.
8123
8124         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8125
8126 2008-02-14  Glenn Morris  <rgm@gnu.org>
8127
8128         * time-date.el (format-seconds): New function.
8129
8130 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8131
8132         * nnmail.el (nnmail-message-id-cache-file): Derive from
8133         `gnus-home-directory'.
8134
8135 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8136
8137         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8138         Document negative prefix.
8139
8140         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8141
8142 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8143
8144         * message.el (message-unsent-separator): Add the Exim bounce
8145         separator.
8146
8147 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8148
8149         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8150         list.
8151         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8152         recipient/signer list.
8153
8154 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8155
8156         * Makefile.in (datarootdir): Define.
8157         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8158         name that might contain whitespace.
8159
8160 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8161
8162         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8163         fbound (Emacs 23 unicode), signal an error.
8164
8165 2008-02-08  Glenn Morris  <rgm@gnu.org>
8166
8167         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8168
8169 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8170
8171         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8172         ports to the calls to `netrc-machine-user-or-password' in addition to
8173         "imap" and "imaps".
8174
8175 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8176
8177         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8178
8179         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8180
8181 2008-02-01  Kenichi Handa  <handa@m17n.org>
8182
8183         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8184         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8185         (rfc2104-hash): Convert the result of concat to unibyte string.
8186
8187 2008-02-01  Dave Love  <fx@gnu.org>
8188
8189         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8190         coding-system-for-read.
8191         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8192
8193 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8194
8195         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8196         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8197         <hanche@math.ntnu.no>.
8198
8199 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8200
8201         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8202
8203         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8204
8205 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8206
8207         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8208         * message.el (message-beginning-of-line): Use featurep instead of bound
8209         tests in order to resolve conditionals at compile time.
8210
8211 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8212
8213         * mail-source.el (mail-sources): Add `group' choice.
8214
8215         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8216         parameter `in-group' to control into which group the articles go.
8217         Add treatment of `group' mail-source.
8218
8219 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8220
8221         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8222
8223         * mm-decode.el (mm-dissect-buffer): Decode description.
8224
8225         * mml.el (mml-to-mime): Encode message header first.
8226
8227 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8228
8229         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8230         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8231
8232         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8233         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8234
8235 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8236
8237         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8238
8239 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8240
8241         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8242         prefix keys.
8243         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8244         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8245         gnus-xmas.el.
8246
8247         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8248         (gnus-xmas-article-describe-bindings): New function.
8249         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8250         gnus-xmas-article-describe-bindings.
8251
8252         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8253
8254 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8255
8256         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8257         Add new variables for article mark management.
8258         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8259         list of extra data entries which, when present, will indicate that the
8260         article ID should not be trimmed from the registry.
8261         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8262         functions.
8263         (gnus-registry-read-mark): New function to read a mark name from the
8264         user.
8265         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8266         (gnus-registry-set-article-mark-internal): New functions to add and
8267         remove marks.
8268         (gnus-registry-get-article-marks): New function to show the marks for
8269         an article, or retrieve them for further use.
8270
8271 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8274         keys when no argument is given.
8275
8276 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8277
8278         * imap.el (imap-ping-server): New variable.
8279         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8280         (imap-ping-server): Minor doc string fixes.
8281
8282 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8283
8284         * imap.el (imap-ping-server): New function.
8285         (imap-opened): Call imap-ping-server.
8286
8287 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8288
8289         * gnus-sum.el (gnus-article-sort-by-random)
8290         (gnus-thread-sort-by-random): Fix doc strings.
8291         Reported by jidanni@jidanni.org.
8292
8293 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8294
8295         * gnus-art.el (gnus-article-describe-bindings): New function.
8296         (gnus-article-read-summary-keys): Use it.
8297         (gnus-article-mode-map): Bind `C-h b' to it.
8298
8299 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8300
8301         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8302         XEmacs.
8303         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8304         Protect against non-character events.
8305
8306         * lpath.el: Fbind map-keymap for Emacs 21.
8307
8308 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8309
8310         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8311         New command.
8312         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8313         instead of END.  Change name of the temp file.
8314         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8315         customizable.
8316
8317 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8318
8319         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8320         bind `S W' to gnus-article-wide-reply-with-original; set default
8321         binding to gnus-article-read-summary-send-keys.
8322         (gnus-article-read-summary-keys): Fix the order of keys; display
8323         continuation keys correctly in the echo area; describe bindings
8324         correctly when keys end with `C-h'.
8325         (gnus-article-read-summary-send-keys): New function.
8326         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8327         Work for gnus-article-read-summary-send-keys; display continuation keys
8328         correctly in the echo area.
8329         (gnus-article-reply-with-original): Ignore prefix argument.
8330         (gnus-article-wide-reply-with-original): New function.
8331
8332         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8333         Emacs 21.
8334
8335 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8336
8337         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8338         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8339
8340 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8341
8342         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8343         (gnus-group-read-ephemeral-gmane-group): New command.
8344
8345 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8346
8347         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8348
8349 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8350
8351         * message.el (message-send-mail-function): Increase custom version.
8352
8353         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8354         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8355
8356 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8357
8358         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8359         for the cases where imap-authenticate is called with a nil buffer
8360         parameter.
8361
8362 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8363
8364         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8365         html parts correctly; support forwarded messages.
8366         (gnus-article-browse-html-article): Remove work buffers.
8367
8368         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8369         compiling.
8370         (netrc-bound-and-true-p): New macro.
8371         (netrc-parse): Use it instead of bound-and-true-p that is not available
8372         in XEmacs 21.4.
8373
8374 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8375
8376         * gnus-registry.el (gnus-registry-mark-article)
8377         (gnus-registry-article-marks): Add functionality to mark articles
8378         through the Gnus registry.
8379
8380         * encrypt.el: Clarify documentation for the new pgg method.
8381         (encrypt-file-alist): Add PGG option.
8382         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8383         functionality.  Abstract password key and messaging to external
8384         functions.
8385         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8386         (encrypt-message-method-and-cipher): Add new convenience external
8387         functions.
8388         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8389         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8390
8391         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8392         (netrc-parse): Use encrypt-file-alist to determine if
8393         encrypt-find-model or encrypt-insert-file-contents should be used.
8394
8395         * encrypt.el: Clarify documentation.  Load password-cache or
8396         password, whichever one is found first, instead of autoloading.
8397
8398 2007-12-19  Glenn Morris  <rgm@gnu.org>
8399
8400         * mml.el (message-options-set, message-narrow-to-head)
8401         (message-in-body-p, message-mail-p, message-encode-message-body):
8402         Autoload.
8403         (message-remove-header, message-narrow-to-headers-or-head)
8404         (message-subscribed-p, message-make-mail-followup-to)
8405         (message-position-on-field, message-news-p)
8406         (message-options-set-recipient, message-generate-headers)
8407         (message-sort-headers): Declare as functions.
8408
8409 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8410
8411         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8412         convention in doc string.
8413
8414 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8415
8416         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8417         title to html parts.
8418         (gnus-article-browse-html-article): Pass message header to it.
8419
8420         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8421
8422 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8423
8424         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8425         or password compatible with XEmacs.
8426
8427 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8428
8429         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8430         format document.
8431         (gnus-mime-delete-part): Don't write description line if empty.
8432         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8433
8434 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8435
8436         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8437         (gnus-summary-mark-read-and-unread-as-read)
8438         (gnus-summary-mark-current-read-and-unread-as-read)
8439         (gnus-summary-mark-unread-as-ticked): Doc fix.
8440         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8441
8442 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8443
8444         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8445         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8446
8447 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8448
8449         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8450         yes-or-no-p.
8451
8452 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8453
8454         * mm-decode.el (mm-add-meta-html-tag): New function.
8455         (mm-save-part-to-file, mm-pipe-part): Use it.
8456
8457         * gnus-art.el (gnus-article-browse-delete-temp-files):
8458         Use gnus-y-or-n-p instead of y-or-n-p.
8459         (gnus-article-browse-html-parts): Work with message/external-body; use
8460         mm-add-meta-html-tag.
8461
8462 2007-12-11  Glenn Morris  <rgm@gnu.org>
8463
8464         * gnus-cache.el: Require gnus-sum not just when compiling.
8465
8466         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8467
8468         * gnus-int.el (gnus-server-opened, gnus-status-message):
8469         Move definitions before use.
8470
8471         * mm-decode.el: Require gnus-util.
8472         (mm-remove-part): Only call delete-annotation on XEmacs.
8473
8474         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8475
8476         * nnmail.el: Require gnus-int.
8477
8478         * spam.el: Move `require's before `eval-when-compile's.
8479
8480         * gnus-ems.el (gnus-alive-p):
8481         * gnus-fun.el (message-goto-eoh):
8482         * gnus-util.el (gnus-group-name-decode):
8483         * mail-source.el (gnus-compress-sequence):
8484         * message.el (Info-goto-node, format-spec):
8485         * mm-bodies.el (message-options-get):
8486         * mm-decode.el (mm-view-pkcs7):
8487         * mm-util.el (gmm-write-region):
8488         * mml-smime.el (mml-compute-boundary)
8489         (gnus-completing-read-with-default):
8490         * mml.el (widget-button-press, gnus-make-hashtable):
8491         * mml1991.el (mm-decode-content-transfer-encoding)
8492         (mm-encode-content-transfer-encoding)
8493         (message-options-get, message-options-set):
8494         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8495         * nnfolder.el (gnus-request-group):
8496         * nnheader.el (ietf-drums-unfold-fws):
8497         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8498         * smime.el (gnus-run-mode-hooks):
8499         * spam-stat.el (gnus-message): Autoload.
8500
8501         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8502         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8503         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8504         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8505         Add declare-function compatibility definition.
8506
8507         * gnus-cache.el (nnvirtual-find-group-art):
8508         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8509         (gnus-add-image, gnus-add-wash-type):
8510         * gnus-group.el (nnkiboze-score-file):
8511         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8512         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8513         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8514         (message-tokenize-header, gnus-get-buffer-create)
8515         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8516         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8517         * gnus.el (gnus-group-decoded-name):
8518         * mail-source.el (imap-capability):
8519         * mm-bodies.el (message-options-set):
8520         * mm-decode.el (gnus-configure-windows):
8521         * mm-extern.el (message-goto-body):
8522         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8523         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8524         (epg-sub-key-validity, message-options-set):
8525         * mml.el (widget-event-point, gnus-configure-windows):
8526         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8527         * mml2015.el (epg-check-configuration, epg-configuration)
8528         (message-options-set):
8529         * nndb.el (nndb-request-article):
8530         * nnfolder.el (gnus-request-create-group):
8531         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8532         * nnmaildir.el (gnus-group-mark-article-read):
8533         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8534         * rfc1843.el (message-fetch-field):
8535         * spam.el (gnus-extract-address-components):
8536         Declare as functions.
8537
8538 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8539
8540         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8541
8542         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8543
8544         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8545         bind show-trailing-whitespace for XEmacs.
8546
8547 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8548
8549         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8550         new no-op macro for backward compatibility.
8551
8552         * imap.el (imap-string-to-integer): New function.
8553
8554 2007-12-09  Glenn Morris  <rgm@gnu.org>
8555
8556         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8557
8558         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8559         * message.el, mm-view.el, sieve-manage.el, smime.el:
8560         Add declare-function compatibility definition.
8561
8562         * gnus-art.el (w3-region, w3m-region, Info-menu):
8563         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8564         * gnus-sum.el (gnus-get-predicate):
8565         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8566         * message.el (mail-abbrev-in-expansion-header-p):
8567         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8568         (w3m-detect-meta-charset, w3m-region):
8569         * sieve-manage.el (password-read, password-cache-add)
8570         (password-cache-remove):
8571         * smime.el (password-read-and-add): Declare as functions.
8572
8573 2007-12-08  David Kastrup  <dak@gnu.org>
8574
8575         * gnus-sum.el (gnus-summary-simplify-subject-query):
8576         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8577         `message'.
8578
8579 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8580
8581         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8582         it to bind idna-program, installation-directory, defined-colors, and
8583         face-attribute for XEmacs of the version that compiles defcustom forms.
8584
8585 2007-12-07  Glenn Morris  <rgm@gnu.org>
8586
8587         * gnus-art.el (article-make-date-line): Revert previous change.
8588
8589 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8590
8591         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8592
8593 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8594
8595         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8596         Call gnus-add-to-range ranges only once with a prepared article-list.
8597
8598 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8599
8600         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8601         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8602         group names with backslashes.
8603         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8604
8605 2007-12-06  Deepak Goel  <deego3@gmail.com>
8606
8607         * gnus-art.el (article-make-date-line):
8608         * gnus-start.el (gnus-load):
8609         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8610
8611 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8612
8613         * gnus-art.el (gnus-use-idna)
8614         * gnus-start.el (gnus-site-init-file)
8615         * message.el (message-use-idna)
8616         * mm-uu.el (mm-uu-hide-markers)
8617         * smiley.el (smiley-style): Revert changes that suppress warnings.
8618
8619 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8620
8621         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8622         specify charset to html source.
8623         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8624
8625 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8626
8627         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8628         idna-program in order to suppress byte compile warning issued by XEmacs
8629         that came to byte compile the default value section of defcustom forms
8630         recently.
8631
8632         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8633         value of installation-directory.
8634
8635         * message.el (message-use-idna): Don't directly refer to the value of
8636         idna-program.
8637
8638         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8639
8640         * smiley.el (smiley-style): Don't directly call face-attribute.
8641
8642 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8643
8644         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8645
8646         * gnus-dired.el: Reduce Gnus dependencies.
8647         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8648         Don't require.  Use autoloads instead.
8649         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8650         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8651         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8652         (gnus-dired-mode): Adjust doc string.
8653         (gnus-dired-mail-mode): New variable.
8654         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8655         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8656         (gnus-dired-mail-buffers): New function.  Return mail or message
8657         composition buffers.
8658         (gnus-dired-attach): Use it.
8659         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8660         NO-DECODE.
8661         (gnus-dired-print): Use `gnus-print-buffer' depending on
8662         `gnus-dired-mail-mode'.
8663
8664 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8665
8666         * rfc2047.el (rfc2047-encoded-word-regexp)
8667         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8668         explaining what regexp patterns are for.
8669
8670 2007-12-04  Glenn Morris  <rgm@gnu.org>
8671
8672         * password.el: Move to password-cache.el.
8673
8674         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8675         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8676         * mml-smime.el (password-read, password-cache-add)
8677         (password-cache-remove):
8678         No need to autoload, since mml-sec requires password.
8679
8680         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8681         * message.el (gnus-extract-address-components):
8682         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8683
8684         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8685         password.
8686
8687 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8688
8689         * mailcap.el: Reduce dependencies.
8690         (mail-header-parse-content-type): Autoload.
8691         (mailcap-delete-duplicates): New alias.
8692         (mailcap-mime-info): Add optional argument NO-DECODE.
8693         (mailcap-mime-types): Use mailcap-delete-duplicates.
8694
8695         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8696
8697 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8698
8699         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8700         (imap-parse-status): Upcase status-att for servers that sends them
8701         lower-case (e.g., MS Exchange 2007).
8702
8703 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8704
8705         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8706         function.
8707
8708         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8709         (gnus-uu-yenc-article): New function.
8710
8711         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8712
8713         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8714
8715 2007-12-02  Glenn Morris  <rgm@gnu.org>
8716
8717         * binhex.el (binhex): New custom group.
8718         (binhex-decoder-program, binhex-decoder-switches)
8719         (binhex-use-external): Move to the binhex custom group.
8720
8721         * uudecode.el (uudecode): New custom group.
8722         (uudecode-decoder-program, uudecode-decoder-switches)
8723         (uudecode-use-external): Move to the uudecode custom group.
8724
8725         * netrc.el (top-level): Don't load `encrypt' features.
8726         (netrc-parse): Don't use encrypt.
8727         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8728
8729         * encrypt.el: Remove file.
8730
8731 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8732
8733         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8734         matches on patches.
8735
8736         * gnus-art.el (gnus-article-browse-html-article):
8737         Mention `mm-text-html-renderer' in the doc string.
8738
8739         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8740         string.  Add comments.
8741
8742         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8743         if rhs is ASCII.
8744
8745 2007-12-01  Glenn Morris  <rgm@gnu.org>
8746
8747         * mail-source.el (top-level): Require format-spec before
8748         eval-when-compile.
8749
8750 2007-11-30  Glenn Morris  <rgm@gnu.org>
8751
8752         * encrypt.el: Require password, rather than autoloading password-read.
8753
8754 2007-11-29  Glenn Morris  <rgm@gnu.org>
8755
8756         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8757         (sasl-make-client, sasl-next-step, sasl-step-data)
8758         (sasl-step-set-data): Declare as functions.
8759
8760 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8761
8762         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8763
8764 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8765
8766         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8767         certs should be verified and what is to be done in the event of a
8768         verification failure.
8769
8770         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8771         caller can indicate whether the cache should be disregarded for this
8772         call.  This way the result of the call is reproducible at all times and
8773         can be considered a canonical server name for the supplied method.
8774         (gnus-agent-method-p): Canonicalize server names by pushing their
8775         method through `gnus-method-to-server' using the no-cache argument.
8776
8777         * gnus-srvr.el (gnus-server-insert-server-line):
8778         Call `gnus-method-to-server' with `no-cache' argument.
8779
8780         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8781         gnus-agent-possibly-synchronize-flags as this should be called when the
8782         server is actually being opened.
8783         (gnus-agent-possibly-synchronize-flags)
8784         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8785         flags file of an agentized server to the latter function.
8786
8787         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8788         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8789         after a connection has been established successfully.
8790
8791 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8792
8793         * gnus-art.el (article-display-face): Force to display face if called
8794         interactively; check if gnus-article-x-face-too-ugly matches author.
8795         (article-display-x-face): Display face even if From header is missing
8796         as article-display-face does.
8797
8798 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8799
8800         * hashcash.el (message-narrow-to-headers-or-head)
8801         (message-fetch-field, message-goto-eoh)
8802         (message-narrow-to-headers): Declare as functions.
8803
8804 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8805
8806         * mail-source.el (mail-sources): Default to fetch from file for
8807         compatibility with default of nnmail-spool-file.
8808
8809 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8810
8811         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8812         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8813         to look for encoded word that should be encoded again.
8814         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8815         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8816         encoding pattern.
8817         (rfc2047-decode-region): Switch strict regexp and loose one according
8818         to rfc2047-allow-irregular-q-encoded-words.
8819
8820 2007-11-25  Romain Francoise  <romain@orebokech.com>
8821
8822         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8823
8824 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8825
8826         * tls.el (tls-program): Provide more custom choices from
8827         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8828         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8829
8830 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8831
8832         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8833         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8834
8835         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8836         `nnmail-spool-file'.
8837
8838         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8839         `nnmail-spool-file'.
8840
8841         * gnus-move.el (gnus-change-server): Ditto.
8842
8843         * gnus-kill.el (gnus-batch-score): Ditto.
8844
8845         * gnus-cache.el (gnus-jog-cache): Ditto.
8846
8847         * gnus-msg.el (gnus-summary-reply):
8848         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8849
8850 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8851
8852         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8853         version.  Minor improvement to doc strings.
8854         (tls-program): Add comment.
8855
8856 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8857
8858         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8859         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8860         mismatch between the hostname provided in the certificate and the name
8861         of the host connnecting to.
8862         (open-tls-stream): Use them.  Check certificates against trusted root
8863         certificates.
8864
8865 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8866
8867         * gnus-cache.el (gnus-cache-generate-nov-databases):
8868         Use nnml-generate-nov-databases-directory instead of
8869         nnml-generate-nov-databases-1.
8870
8871 2007-11-24  Glenn Morris  <rgm@gnu.org>
8872
8873         * message.el (message-tool-bar-retro): Update for rename
8874         mail_send.xpm->mail-send.xpm.
8875
8876 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8877
8878         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8879         `smime-ldap-search' for Emacs 22 and up.
8880
8881 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8882
8883         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8884
8885         * message.el (message-send-mail-function): Fix error convention.
8886         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8887         (message-widen-reply, message-send-mail, message-talkative-question)
8888         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8889         (message-clone-locals, message-send-news): Use with-current-buffer.
8890         (message-insert-or-toggle-importance): Remove unused var `valid'.
8891         (message-make-references): Remove unused var `new-references'.
8892         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8893
8894 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8895
8896         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8897         (spam-split-symbolic-return-positive): Reflow docstring.
8898         (spam-backends, spam-summary-exit-behavior)
8899         (spam-mark-ham-unread-before-move-from-spam-group)
8900         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8901         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8902         (spam-clear-cache, spam-backend-check, spam-install-backend)
8903         (spam-install-statistical-backend, spam-list-of-processors)
8904         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8905         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8906         (spam-check-crm114, spam-initialize, spam-unload-hook):
8907         Fix typos in docstrings.
8908
8909 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8910
8911         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8912         been checked if they have never been read and those group levels are
8913         higher than the one that a user specified.
8914
8915 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8916
8917         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8918         foreign groups unless a group level is specified by a user.
8919         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8920
8921 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8922
8923         * message.el (message-send-mail-function): Require sendmail.
8924
8925 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8926
8927         * message.el (message-send-mail-function): Check for smtpmail too.
8928
8929         * utf7.el (utf7-encode, utf7-decode): Use coding system
8930         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8931
8932         * message.el (message-send-mail-function): New function.
8933         (message-send-mail-function): Set default using
8934         message-send-mail-function.  Adjust doc string.
8935         (message-send-mail-with-mailclient): New function.
8936
8937 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8938
8939         * smime.el (from):
8940         * rfc2047.el (message-posting-charset):
8941         * qp.el (mm-use-ultra-safe-encoding):
8942         * pop3.el (parse-time-months):
8943         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8944         * nnml.el (files):
8945         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8946         (jka-compr-compression-info-list, ange-ftp-path-format)
8947         (efs-path-regexp):
8948         * nndiary.el (files):
8949         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8950         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8951         (epg-digest-algorithm-alist, inhibit-redisplay)
8952         (password-cache-expiry):
8953         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8954         (pgg-output-buffer, password-cache-expiry):
8955         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8956         (efs-path-regexp):
8957         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8958         (inhibit-redisplay):
8959         * mm-uu.el (file-name, start-point, end-point, entry)
8960         (gnus-newsgroup-name, gnus-newsgroup-charset):
8961         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8962         (latin-unity-ucs-list):
8963         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8964         (mm-uu-binhex-decode-function):
8965         * message.el (gnus-message-group-art, gnus-list-identifiers)
8966         (rmail-enable-mime-composing, gnus-local-organization)
8967         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8968         (gnus-read-active-file, facemenu-add-face-function)
8969         (facemenu-remove-face-function, gnus-article-decoded-p)
8970         (tool-bar-mode):
8971         * mail-source.el (display-time-mail-function):
8972         * gnus-util.el (nnmail-pathname-coding-system)
8973         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8974         (gnus-original-article-buffer, gnus-user-agent)
8975         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8976         (xemacs-codename, sxemacs-codename, emacs-program-version):
8977         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8978         * gnus-start.el (gnus-agent-covered-methods)
8979         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8980         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8981         (gnus-newsgroup-headers, gnus-group-list-mode)
8982         (gnus-group-mark-positions, gnus-newsgroup-data)
8983         (gnus-newsgroup-unreads, nnoo-state-alist)
8984         (gnus-current-select-method, mail-sources)
8985         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8986         (nnmail-spool-file, gnus-cache-active-hashtb):
8987         * gnus-mh.el (mh-lib-progs):
8988         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8989         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8990         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8991         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8992         (gnus-group-buffer):
8993         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8994         (font-lock-set-defaults):
8995         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8996         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8997         (gnus-summary-post-menu, total-parts, type, condition, length):
8998         * gnus-agent.el (gnus-agent-read-agentview):
8999         * flow-fill.el (show-trailing-whitespace):
9000         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9001         eval-and-compile wrappers for byte compiler pacifiers.
9002
9003         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9004         (mm-display-inline-fontify): Check for featurep 'xemacs not
9005         extent-list.
9006
9007         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9008         itimer-list.
9009         (mm-create-image-xemacs): Only do something for XEmacs.
9010         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9011
9012         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9013
9014         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9015         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9016
9017 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9018
9019         * nnimap.el (nnimap-split-download-body):
9020         * gnus-demon.el (gnus-demon):
9021         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9022
9023 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9024
9025         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9026         New macros.
9027         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9028         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9029         copy data from unibyte buffer to multibyte current buffer.
9030         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9031         to copy data from unibyte current buffer to multibyte buffer.
9032         (nntp-make-process-buffer): Make process buffer unibyte.
9033
9034         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9035
9036 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9037
9038         * pop3.el (pop3-open-server): Accept and process data more robustly at
9039         connexion start to avoid spurious "POP SSL connexion failed" errors.
9040
9041 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9042
9043         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9044         read group names.
9045
9046 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9047
9048         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9049
9050 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9051
9052         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9053         (nnmail-save-active): Use a unibyte buffer when saving active file,
9054         which may contain non-ASCII group names.
9055
9056         * nnml.el (nnml-request-group): Decode group names in messages.
9057
9058 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9059
9060         * message.el (message-citation-line-function)
9061         (message-insert-formatted-citation-line): Fix spelling of
9062         `message-insert-formated-citation-line'.
9063
9064 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9065
9066         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9067
9068 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9069
9070         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9071         nnmail-pathname-coding-system.
9072
9073         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9074         that a user enters; decode group names in messages.
9075
9076         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9077
9078 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9079
9080         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9081
9082         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9083
9084         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9085         risky local variable.
9086
9087         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9088
9089 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9090
9091         * encrypt.el: Improve documentation to fix function name typo.
9092         Reported by Daiki Ueno <ueno@unixuser.org>.
9093
9094 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9095
9096         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9097         even if the point is not in the last page of an article.
9098         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9099         back to the previous page.
9100
9101 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9102
9103         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9104
9105 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9106
9107         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9108
9109 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9110
9111         * message.el (message-check-news-body-syntax):
9112         Avoid mm-string-as-multibyte.
9113         (message-hide-headers): Don't assume (point-min)==1.
9114
9115 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9116
9117         * message.el (message-remove-blank-cited-lines): Fix if remove is
9118         given.
9119         (message-bogus-address-regexp): New variable.
9120         (message-bogus-recipient-p): New function.
9121         (message-check-recipients): New command.
9122         (message-syntax-checks): Add `bogus-recipient'.
9123         (message-fix-before-sending): Add `bogus-recipient'.
9124
9125         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9126         (gnus-treat-body-boundary): Don't test window-system.
9127
9128 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9129
9130         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9131
9132 2007-10-28  Miles Bader  <miles@gnu.org>
9133
9134         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9135         at compile-time too.
9136
9137 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9138
9139         * gnus-msg.el (gnus-message-setup-hook):
9140         Add `message-remove-blank-cited-lines' to options.
9141
9142 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9143
9144         * message.el (message-remove-blank-cited-lines): New function.
9145         Suggested by Karl Plästerer.
9146
9147 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9148
9149         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9150         mapc.
9151
9152         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9153         (top-level): Use mapc to set functions to be traced for debugging.
9154
9155         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9156         called for effect with while loop.
9157
9158         * message.el (message-talkative-question): Replace mapcar called for
9159         effect with mapc.
9160
9161         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9162         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9163         called for effect with dolist.
9164
9165         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9166
9167         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9168         gnus-extra-headers and nnmail-extra-headers.
9169
9170         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9171         called for effect with dolist.
9172         (top-level): Use mapc to set functions to be traced for debugging.
9173
9174         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9175         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9176         dolist.
9177
9178         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9179         Replace mapcar called for effect with mapc.
9180         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9181         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9182         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9183         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9184
9185         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9186         remove-if that's a cl function.
9187
9188         * webmail.el (webmail-debug): Replace mapcar called for effect with
9189         dolist.
9190
9191         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9192         with mapc.
9193
9194 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9195
9196         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9197         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9198         with while loop.
9199
9200         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9201         functions from article-* functions.
9202         (gnus-multi-decode-header): Replace mapcar called for effect with
9203         dolist.
9204
9205         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9206         (gnus-bookmark-show-details): Replace mapcar called for effect with
9207         while loop.
9208
9209         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9210         called for effect with while loop.
9211
9212         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9213         with dolist.
9214
9215         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9216         Replace mapcar called for effect with dolist.
9217
9218         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9219
9220         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9221         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9222         Replace mapcar called for effect with dolist.
9223         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9224         mapc.
9225
9226         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9227         Replace mapcar called for effect with dolist.
9228         (gnus-topic-list): Replace mapcar called for effect with mapc.
9229
9230         * gnus.el: Use mapc instead of mapcar to add autoloads.
9231
9232 2007-10-23  Richard Stallman  <rms@gnu.org>
9233
9234         * gnus-group.el (gnus-group-highlight): Mark as risky.
9235
9236 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9237
9238         * gnus.el (gnus-server-to-method): Return method found first in
9239         gnus-newsrc-alist.
9240
9241         * gnus-art.el (gnus-article-highlight-signature)
9242         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9243         button overlay without the front stickiness.
9244
9245 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9246
9247         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9248         overview buffer needed a catch to receive its throw.
9249         (gnus-agent-flush-cache): Declare as interactive to make this function
9250         easier to use.
9251
9252 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9253
9254         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9255         `next-line'.
9256
9257 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9258
9259         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9260         exclude address matching message-dont-reply-to-names.
9261
9262 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9263
9264         * gnus-util.el (gnus-string<): New function.
9265
9266         * gnus-sum.el (gnus-article-sort-by-author)
9267         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9268
9269 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9270
9271         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9272         the frame-focus tag is set in gnus-buffer-configuration.
9273
9274 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9275
9276         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9277         the front stickiness.
9278
9279 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9280
9281         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9282         url pattern; remove duplicate one.
9283         (gnus-article-extend-url-button): New function.
9284         (gnus-article-add-buttons): Use it.
9285         (gnus-button-push): Use concatenated url that it makes.
9286
9287 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9288
9289         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9290
9291 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9292
9293         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9294         Don't hardcode point-min==1.
9295
9296 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9297
9298         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9299         Fix comment about "iso8859-1".
9300
9301 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9302
9303         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9304         ones returned from the verify-function.
9305
9306         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9307         Call mml2015-extract-cleartext-signature if extraction failed.
9308
9309 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9310
9311         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9312         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9313         failed.
9314
9315 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9316
9317         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9318
9319 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9320
9321         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9322         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9323         recommends to use EasyPG instead of PGG.
9324
9325         * pgg.el: Revert to revision 6.23.2.16.
9326
9327         * pgg-def.el: Revert to revision 6.6.2.14.
9328
9329         * pgg-gpg.el: Revert to revision 6.23.2.34.
9330
9331 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9332
9333         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9334         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9335         thread for both the null and zero (kill/expire thread) universal prefix
9336         cases.
9337         (gnus-summary-expire-thread): Add new function to expire a thread,
9338         using gnus-summary-kill-thread.
9339         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9340         shortcuts for gnus-summary-expire-thread.
9341         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9342         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9343
9344 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9345
9346         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9347         extras value, so an extras entry can be deleted.
9348         (gnus-registry-delete-extra-entry): Use it.
9349         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9350         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9351         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9352         storage through the gnus-registry, and provide an appropriate API for
9353         it.
9354
9355 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9356
9357         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9358         Suggested by Leo <sdl.web@gmail.com>.
9359
9360         * gnus.el: Do.
9361
9362 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9363
9364         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9365         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9366
9367         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9368
9369         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9370         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9371
9372 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9373
9374         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9375         newline.
9376         (nnmbox-request-accept-article): Don't change article in source buffer;
9377         narrow to header to use message-fetch-field rather than
9378         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9379         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9380         as delimiters; make sure article ends with newline.
9381         (nnmbox-delete-mail): Correct last position of article to be deleted;
9382         ignore X-Gnus-Newsgroup header in article body.
9383         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9384         positions; make sure article ends with newline.
9385
9386         * message.el (message-display-abbrev): Don't infloop when a user
9387         inserts SPC in the beginning of header.
9388
9389         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9390         coding-system-for-read and coding-system-for-write for XEmacs having no
9391         file-coding feature.
9392
9393         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9394
9395 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9396
9397         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9398         list of groups not followed by default.  Fix type to be regexp.
9399         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9400
9401 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9402
9403         * hmac-def.el (define-hmac-function): Switch from old-style to
9404         new-style backquotes.
9405
9406         * md4.el (md4-make-step): Likewise.
9407
9408 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9409
9410         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9411         raw-text coding system when saving .newsrc file, which may contain
9412         non-ASCII group names.
9413
9414 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9415
9416         * gnus-cus.el (gnus-score-extra): New widget.
9417         (gnus-score-extra-convert): New function.
9418         (gnus-score-customize): Use it for Extra.
9419
9420 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9421
9422         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9423         (mml2015-mailcrypt-clear-verify): Use it.
9424         (mml2015-gpg-clear-verify): Use it.
9425         (mml2015-pgg-clear-verify): Use it.
9426         (mml2015-epg-clear-verify): Replace the current part with the output
9427         from GnuPG; don't extract the plaintext by itself.
9428
9429         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9430         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9431         mml2015-clear-verify-function; don't touch the armor headers or
9432         dash-escaped text here.
9433
9434 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9435
9436         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9437         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9438         parts, or application/octet-stream as a last resort.
9439         (gnus-mime-view-part-as-type): Don't toggle display.
9440         (gnus-mime-view-part-as-charset): Don't turn off display before
9441         querying charset.
9442
9443         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9444         stuff to undisplayer function in Emacs.
9445         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9446
9447         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9448         text/calendar parts.
9449
9450 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9451
9452         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9453         decoding text/calendar parts.
9454
9455         * message.el (message-forward-make-body-mime): Always mark body as
9456         having no illegible text; remove signed-or-encrypted argument.
9457         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9458
9459         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9460         (mml-generate-mime-1): Don't encode body if it is specified to be in
9461         raw form; don't make buffer be unibyte when inserting multibyte string.
9462
9463 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9464
9465         * sha1.el: Fix up comment style.
9466         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9467         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9468
9469         * hex-util.el: Fix up comment style.
9470         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9471
9472         * gnus-salt.el: Use with-current-buffer.
9473         (gnus-pick-setup-message): Fix long-standing typo.
9474
9475 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9476
9477         * imap.el (imap-logout-timeout): New variable.
9478         (imap-logout, imap-logout-wait): New functions.
9479         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9480
9481         * nnimap.el (nnimap-logout-timeout): New server variable.
9482         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9483         nnimap-logout-timeout.
9484
9485         * gnus-art.el (gnus-article-summary-command-nosave)
9486         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9487
9488 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9489
9490         * gnus.el (gnus-maximum-newsgroup): New variable.
9491
9492         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9493         according to gnus-maximum-newsgroup.
9494
9495         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9496         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9497         Limit the range of articles according to gnus-maximum-newsgroup.
9498
9499 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9500
9501         * gnus-art.el (gnus-sticky-article): Fix problems described in
9502         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9503         Don't perform gnus-configure-windows here; reuse existing sticky
9504         article buffer.
9505
9506         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9507         it doesn't exist in gnus-article-mode.
9508
9509 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9510
9511         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9512         (gnus-agent-decoded-group-name): New function.
9513         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9514         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9515
9516 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9517
9518         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9519         Add binding for gnus-sticky-article.
9520         (gnus-summary-exit): Don't kill sticky article buffers.
9521
9522         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9523         article buffer.
9524         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9525         (gnus-kill-sticky-article-buffers): New commands.
9526
9527 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9528
9529         * nntp.el (nntp-xref-number-is-evil): New server variable.
9530         (nntp-find-group-and-number): If it is non-nil, don't trust article
9531         numbers in the Xref header.
9532
9533 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9534
9535         * gnus-agent.el (gnus-agent-read-group): New function.
9536         (gnus-agent-flush-group, gnus-agent-expire-group)
9537         (gnus-agent-regenerate-group): Use it.
9538         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9539         nnmail-pathname-coding-system.
9540
9541 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9542
9543         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9544
9545         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9546         that are unread as unread, and also as selected so that information of
9547         marks having been changed by a user may be updated when exiting group.
9548
9549 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9550
9551         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9552
9553 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9554
9555         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9556         calculated ignoring signature parts to gnus-treat-article.
9557
9558 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9559
9560         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9561         a point here in order to keep the window start.
9562         (gnus-insert-mime-security-button): Make a button overlay without the
9563         front stickiness.
9564         (gnus-mime-display-security): Goto the end of a button.
9565
9566         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9567
9568 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9569
9570         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9571         group-name-at-point.
9572         (gnus-group-completing-read): New function that offers decoded
9573         non-ASCII group names for completion.
9574         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9575         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9576         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9577         (gnus-group-fetch-control): Use it.
9578         (gnus-fetch-group): Use group-name-at-point for the initial value
9579         rather than the default value; use gnus-alive-p.
9580
9581         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9582         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9583         (gnus-summary-post-news): Use gnus-group-completing-read.
9584
9585         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9586         (gnus-read-move-group-name): Decode group name for completion.
9587
9588 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9589
9590         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9591         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9592         Yamaoka slightly modified the code).
9593
9594 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9595
9596         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9597         (nnmail-split-incoming): Bind it.
9598
9599         * nnml.el (nnml-group-name-charset): New function.
9600         (nnml-decoded-group-name): Use it; don't decode group name if
9601         nnmail-group-names-not-encoded-p is non-nil.
9602         (nnml-encoded-group-name): New function.
9603         (nnml-group-pathname): Inline nnml-decoded-group-name.
9604         (nnml-request-expire-articles): Decode group name in message.
9605         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9606         nnmail-pathname-coding-system.
9607         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9608         not decoded ones according to nnmail-group-names-not-encoded-p.
9609         (nnml-generate-active-info): Use nnml-encoded-group-name.
9610
9611 2007-08-08  Glenn Morris  <rgm@gnu.org>
9612
9613         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9614         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9615         doc-strings and comments.
9616
9617 2007-07-25  Glenn Morris  <rgm@gnu.org>
9618
9619         * Relicense all FSF files to GPLv3 or later.
9620
9621 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9622
9623         * gnus-sum.el (gnus-summary-move-article):
9624         Make gnus-summary-respool-article work.
9625
9626 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9627
9628         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9629         string.
9630
9631 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9632
9633         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9634         that should be ignored when comparing distant RSS articles with local
9635         ones.
9636         (nnrss-make-hash-index): New function.  Create a hash index according
9637         to the ignored fields.
9638         (nnrss-check-group): Use it.
9639
9640 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9641
9642         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9643
9644         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9645
9646         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9647         the new optional argument ENCODED is non-nil.
9648         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9649         coding system for encoding group name.
9650         (gnus-group-make-rss-group): Pass un-encoded group name to
9651         gnus-group-make-group.
9652         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9653         encoded.
9654
9655         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9656         Encode group name to which articles are moved or copied.
9657         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9658         coding system for encoding Newsgroup, Followup-To and Xref headers.
9659
9660         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9661         marks; use nnheader-file-coding-system to write a file.
9662         (nnagent-retrieve-headers): Bind file-name-coding-system to
9663         nnmail-pathname-coding-system.
9664
9665         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9666
9667         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9668         (nnml-request-article, nnml-request-create-group)
9669         (nnml-request-rename-group, nnml-find-id)
9670         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9671         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9672         (nnml-save-marks): Use nnml-group-pathname instead of
9673         nnmail-group-pathname.
9674
9675         (nnml-request-create-group, nnml-request-expire-articles)
9676         (nnml-request-move-article, nnml-request-delete-group)
9677         (nnml-deletable-article-p, nnml-possibly-create-directory)
9678         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9679         (nnml-open-marks): Bind file-name-coding-system to
9680         nnmail-pathname-coding-system.
9681
9682         (nnml-request-article): Pass server argument to nnml-find-group-number.
9683         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9684         Pass server argument to nnml-possibly-create-directory.
9685         (nnml-request-accept-article): Pass server argument to
9686         nnml-active-number and nnml-save-mail.
9687         (nnml-find-group-number): Pass server argument to nnml-find-id.
9688         (nnml-request-update-info): Pass server argument to
9689         nnml-marks-changed-p.
9690
9691         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9692         (nnml-save-mail, nnml-active-number): Add server argument.
9693
9694         (nnml-request-delete-group): Warn if group is missing.
9695         (nnml-get-nov-buffer): Decode group name.
9696         (nnml-generate-active-info): Encode group name.
9697         (nnml-open-marks): Decode group name in messages.
9698
9699 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9702         if it is not specified.
9703         (gnus-article-pipe-part, gnus-article-save-part)
9704         (gnus-article-interactively-view-part, gnus-article-copy-part)
9705         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9706         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9707         (gnus-article-replace-part, gnus-article-delete-part)
9708         (gnus-article-view-part-as-type): Pass raw prefix argument to
9709         gnus-article-part-wrapper.
9710
9711 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9712
9713         * gnus-agent.el (gnus-agent-save-active):
9714         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9715
9716         * gnus-cache.el (gnus-cache-save-buffers)
9717         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9718         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9719         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9720         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9721         (gnus-cache-generate-active, gnus-cache-rename-group)
9722         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9723         (gnus-cache-update-overview-total-fetched-for):
9724         Bind file-name-coding-system to nnmail-pathname-coding-system.
9725         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9726         New variables.
9727         (gnus-cache-decoded-group-name): New function.
9728         (gnus-cache-file-name): Use it.
9729         (gnus-cache-generate-active): Use non-decoded group name for active.
9730
9731         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9732         right place.
9733         (gnus-write-active-file): Don't break non-ASCII group names.
9734
9735         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9736         nnmail-pathname-coding-system.
9737
9738         * lpath.el: Bind default-file-name-coding-system,
9739         file-name-coding-system and language-info-alist for XEmacs.
9740
9741         * gnus-uu.el (gnus-uu-decode-save): Typo.
9742
9743 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9744
9745         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9746
9747 2007-07-14  David Kastrup  <dak@gnu.org>
9748
9749         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9750         finishing actions if we did not edit the article.
9751
9752 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9753
9754         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9755         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9756         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9757         (gnus-agent-flush-group, gnus-agent-flush-cache)
9758         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9759         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9760         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9761         (gnus-agent-regenerate-group)
9762         (gnus-agent-update-files-total-fetched-for)
9763         (gnus-agent-update-view-total-fetched-for):
9764         Bind file-name-coding-system to nnmail-pathname-coding-system.
9765         (gnus-agent-group-pathname): Don't encode file names by
9766         nnmail-pathname-coding-system.
9767         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9768         coding-system-for-write instead of buffer-file-coding-system to
9769         gnus-agent-file-coding-system.
9770
9771         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9772         Decode group name.
9773
9774         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9775
9776         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9777         (gnus-read-newsrc-el-file): Make group names unibyte.
9778
9779         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9780         nnmail-pathname-coding-system.
9781
9782         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9783         (nnrss-request-delete-group): Bind file-name-coding-system to
9784         nnmail-pathname-coding-system.
9785         (nnrss-read-server-data, nnrss-read-group-data):
9786         Bind file-name-coding-system correctly.
9787         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9788
9789         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9790         (nntp-server-to-method-cache): New variable.
9791         (nntp-group-pathname): New function that decodes non-ASCII group names.
9792         (nntp-possibly-create-directory, nntp-marks-changed-p)
9793         (nntp-save-marks, nntp-open-marks): Use it.
9794         (nntp-possibly-create-directory, nntp-open-marks):
9795         Bind file-name-coding-system to nnmail-pathname-coding-system.
9796         (nntp-open-marks): Decode group names when bootstrapping marks.
9797
9798         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9799         Newsgroups and Folowup-To headers.
9800
9801 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9802
9803         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9804         (gnus-server-closed-face, gnus-server-denied-face)
9805         (gnus-server-offline-face): Remove variable.
9806         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9807
9808         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9809         of modifying message-stack directly for XEmacs.
9810
9811         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9812         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9813         if the coding-system argument is nil for XEmacs.
9814
9815         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9816         mm-charset-override-alist.
9817
9818         * rfc2047.el: Don't require base64; require rfc2045 for the function
9819         rfc2045-encode-string.
9820         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9821         to quote the parameter value.
9822
9823 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9824
9825         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9826         form in gnus-group-name-charset-method-alist.
9827
9828         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9829         overrides the default layout edit-form.
9830
9831         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9832
9833         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9834
9835 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9836
9837         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9838         as unfetched articles.
9839
9840 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9841
9842         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9843
9844 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9845
9846         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9847         original back end that keeps marks in the local system.
9848
9849 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9850
9851         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9852         arg of pop-to-buffer for XEmacs.
9853         (gnus-article-read-summary-keys): Ditto; don't restore window
9854         configuration if summary command ends up with neither article buffer
9855         nor summary buffer; describe bindings if summary keys end with C-h.
9856
9857 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9858
9859         * message.el (message-fix-before-sending): Skip raw message part to be
9860         forwarded while checking illegible text.
9861         (message-forward-make-body-mime, message-forward-make-body):
9862         Mark signed or encrypted raw message as having no illegible text.
9863
9864 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9865
9866         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9867         (gnus-message-with-timestamp-1): New macro.
9868         (gnus-message-with-timestamp): New function.
9869         (gnus-message): Use them.
9870
9871         * nnheader.el (nnheader-message): Use them.
9872
9873 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9874
9875         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9876         .newsrc.eld file.
9877
9878 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * gnus-agent.el (gnus-agent-fetch-headers)
9881         (gnus-agent-retrieve-headers):
9882         Bind gnus-decode-encoded-address-function to identity.
9883
9884         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9885         available also when the server returns simply a dot.
9886
9887         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9888
9889 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9890
9891         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9892
9893 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * gnus-ems.el (gnus-x-splash): Make it work.
9896
9897         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9898         from being used.
9899
9900         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9901
9902 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9903
9904         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9905         4th and the 5th arguments.
9906
9907         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9908         the front stickiness.
9909         (gnus-article-summary-command-nosave): Correct the order of the
9910         arguments passed to pop-to-buffer.
9911         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9912         summary command ends up with the article buffer.
9913
9914         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9915         the same faces.
9916
9917 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9918
9919         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9920
9921 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9922
9923         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9924         * gnus-sum.el (gnus-summary-highlight):
9925         * pgg.el (pgg-sign-region, pgg-sign):
9926         * mail-source.el (mail-source-delete-old-incoming-confirm):
9927         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9928
9929 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9930
9931         * gnus-art.el (gnus-mime-view-part-externally)
9932         (gnus-mime-view-part-internally): Fix predicate function passed to
9933         completing-read.
9934
9935         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9936
9937         * gnus.el (gnus-update-message-archive-method): Add :version.
9938
9939 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9940
9941         * gnus.el (gnus-update-message-archive-method): New variable.
9942
9943         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9944         according to gnus-message-archive-method if
9945         gnus-update-message-archive-method is non-nil.
9946
9947 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9948
9949         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9950         Suggested by Loic Dachary <loic@dachary.org>.
9951         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9952
9953 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9954
9955         * message.el (message-pop-to-buffer): Add switch-function argument.
9956         (message-mail): Pass switch-function argument to it.
9957
9958 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9959
9960         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9961         Improve doc string.
9962
9963 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9964
9965         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9966         (gnus-header-content)
9967         * gnus-cite.el (gnus-cite-10)
9968         * gnus-srvr.el (gnus-server-closed)
9969         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9970         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9971         (gnus-group-mail-3-empty, gnus-group-mail-low)
9972         (gnus-group-mail-low-empty, gnus-splash)
9973         * message.el (message-header-to, message-header-cc)
9974         (message-header-subject, message-header-other, message-header-name)
9975         (message-header-xheader, message-separator, message-cited-text)
9976         (message-mml): Lighten colors of faces used for dark background.
9977
9978 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9979
9980         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9981         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9982
9983 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9984
9985         * message.el (message-narrow-to-headers-or-head):
9986         Ignore mail-header-separator in the body.
9987
9988 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9989
9990         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9991         same as window size.
9992
9993 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9994
9995         * message.el (message-font-lock-keywords): Use message-header-xheader
9996         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9997         ahead of the anything pattern, to get it recognised.
9998
9999 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10000
10001         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10002         spam.el loads uses it in the compiled defadvice form.
10003
10004 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10005
10006         * gnus-sum.el (gnus-articles-to-read)
10007         (gnus-summary-insert-old-articles): Don't truncate group name for
10008         `read-string'.
10009
10010         * gnus-util.el (gnus-limit-string): Delete this function.
10011
10012         * gnus-sum.el (gnus-simplify-subject-fully):
10013         Use `truncate-string-to-width' instead.
10014
10015 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10016
10017         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10018         Tell if, on summary exit, the next group has to be selected.
10019         (gnus-summary-exit): Use it.
10020
10021 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10022
10023         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10024         non-break space.
10025
10026 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10027
10028         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10029         Check if group is not a directory.
10030         (nnfolder-request-expire-articles): Don't delete articles if the target
10031         group is not available.
10032
10033         * nnml.el (nnml-request-create-group): Properly check if group is not a
10034         file.
10035         (nnml-request-expire-articles): Don't delete articles if the target
10036         group is not available.
10037
10038         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10039         Don't quote characters that are within parentheses.
10040
10041 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10042
10043         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10044         (gnus-handle-ephemeral-exit): Select article according to it.
10045
10046 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10047
10048         * message.el (message-insert-formated-citation-line): Remove newline.
10049         (message-citation-line-format): Add final \n here so that the user can
10050         avoid a blank line.
10051
10052 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10053
10054         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10055         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10056         Update lanl/arXiv support.
10057
10058 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10059
10060         * gnus.el: Bump version number.
10061
10062 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10063
10064         * gnus.el (gnus-version-number): Bump version.
10065
10066 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10067
10068         * gnus.el: No Gnus v0.6 is released.
10069
10070 2007-04-27  Didier Verna  <didier@xemacs.org>
10071
10072         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10073         * gmm-utils.el (gmm-regexp-concat): ... here.
10074         * message.el: Don't require 'gnus-util.
10075         (message-dont-reply-to-names): Handle name change above.
10076         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10077
10078 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10079
10080         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10081         since the initial value varies according to the system.
10082
10083 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10084
10085         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10086
10087 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10088
10089         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10090
10091 2007-04-24  Didier Verna  <didier@xemacs.org>
10092
10093         Improve the type of gnus-ignored-from-addresses.
10094         * gnus-util.el (gnus-orify-regexp): New function.
10095         * message.el (gnus-util): Require it.
10096         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10097         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10098         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10099
10100 2007-04-24  Didier Verna  <didier@xemacs.org>
10101
10102         * gnus-sum.el:
10103         * gnus-utils.el: Fix some trailing whitespaces.
10104
10105 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10106
10107         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10108         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10109         article's Message-ID; refer parent article in summary buffer.
10110
10111         * message.el (message-bounce): Call mime-to-mml.
10112
10113         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10114         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10115         optimize and/or forms properly.
10116
10117 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10118
10119         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10120         URL.
10121
10122 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10123
10124         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10125
10126 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10127
10128         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10129         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10130         displayed of multipart/alternative part if it is invoked from summary
10131         buffer.
10132
10133         * mm-view.el (mm-inline-text-html-render-with-w3m)
10134         (mm-inline-text-html-render-with-w3m-standalone)
10135         (mm-inline-render-with-function): Use mail-parse-charset by default.
10136
10137 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10138
10139         * parse-time.el (parse-time-string-chars): Check if CHAR
10140         is less than the length of parse-time-syntax.
10141
10142 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10143
10144         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10145         from gnus-newsgroup-processable.
10146
10147 2007-04-16  Didier Verna  <didier@xemacs.org>
10148
10149         * gnus-msg.el (gnus-configure-posting-styles):
10150         Handle message-signature-directory properly with :file syntax.
10151         Reported by "Leo".
10152
10153 2007-04-11  Didier Verna  <didier@xemacs.org>
10154
10155         New user option: message-signature-directory.
10156         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10157         * message.el (message-insert-signature): Ditto.
10158         * message.el (message-signature-file): Doc update.
10159         * message.el (message-signature-directory): New.
10160
10161 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10162
10163         * gnus-msg.el (gnus-inews-yank-articles):
10164         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10165
10166 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10167
10168         * message.el (message-yank-original): Make sure cited text ends with
10169         newline; don't exchange point and mark.
10170
10171 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10172
10173         * tls.el (open-tls-stream): Properly handle case where there
10174         is no associated buffer.
10175
10176 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10177
10178         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10179         message-yank-original, make sure (< mark TEXT point).
10180
10181 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10182
10183         * message.el (message-fill-column): New variable.
10184         (message-mode): Use it.  Add comment on a possible new hook.
10185
10186         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10187         (nnmail-get-new-mail): Reformat.
10188
10189         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10190
10191         * gmm-utils.el: Fix Commentary.
10192         (gmm-tool-bar-from-list): Fix typo in doc string.
10193
10194 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10195
10196         * message.el (message-yank-original): Don't switch point and mark
10197         unnecessarily to put point and mark as documented.
10198
10199 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10200
10201         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10202         from the message heads.
10203
10204 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10205
10206         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10207         article buffer does not have a window.  This may not be the best
10208         solution but is certainly better than setting the start of the null,
10209         that is the current, window.
10210
10211 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10212
10213         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10214         (gnus-draft-setup): Run it.
10215
10216         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10217         gnus-score-fast-scoring.  Allow regexp.
10218         (gnus-score-headers): Use it.
10219
10220         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10221         XEmacs.
10222
10223         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10224         string.
10225         (gnus-button-alist): Also catch `<f1> k ...'.
10226         (gnus-treat-display-x-face): Fix doc string.
10227
10228 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10229
10230         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10231         evaluation of gnus-extended-version to ensure correct generation of the
10232         User-Agent header when message-generate-headers-first is used.
10233
10234 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10235
10236         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10237         hashcash-path is nil.  Don't call callback with incorrect number of
10238         parameters if val is 0.
10239
10240 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10241
10242         * message.el (message-required-news-headers):
10243         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10244
10245 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10246
10247         * tls.el (open-tls-stream): In handshake-waiting loop,
10248         don't wait more if there is output available to process.
10249
10250 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10251
10252         * tls.el (tls-program): Doc fix.
10253
10254 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10255
10256         * message.el (message-generate-new-buffers): Change the meaning of the
10257         nil value; add `standard' to the choices; treat t as `unique'; improve
10258         doc string.
10259         (gnus-select-frame-set-input-focus): Autoload.
10260         (message-buffer-name): Search for the existing message buffer if
10261         message-generate-new-buffers is nil or `standard'; treat the value t of
10262         message-generate-new-buffers as `unique'.
10263         (message-pop-to-buffer): Raise the frame already displaying the message
10264         buffer; clear the echo area after querying.
10265         (message-setup): Pass the `continue' argument to compose-mail.
10266         (message-mail): Prefer `switch-function' if it is given; search for the
10267         existing message buffer if the `continue' argument is non-nil; pass
10268         continue and switch-function arguments to compose-mail by way of
10269         message-setup.
10270         (message-mail-other-window): Adjust argument of message-setup.
10271         (message-mail-other-frame): Ditto.
10272
10273 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10274
10275         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10276         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10277         to turn font-lock on when turning gnus-message-citation-mode on.
10278
10279 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10280
10281         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10282         (mml-smime-function-alist): New variable; add epg as the backend.
10283         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10284         mml-smime- functions instead.
10285         * mm-view.el: Require smime.
10286
10287 2007-03-05  Didier Verna  <didier@xemacs.org>
10288
10289         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10290         instead of just inheritance for posting styles.
10291         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10292
10293 2007-02-24  Chris Moore  <dooglus@gmail.com>
10294
10295         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10296         * pgg-pgp.el (pgg-pgp-encrypt-region):
10297         * pgg-gpg.el (pgg-gpg-encrypt-region):
10298         Check pgg-encrypt-for-me if no other recipients.
10299
10300 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10301
10302         * tls.el (tls-certtool-program): Fix custom type.
10303
10304 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10305
10306         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10307         and point-at-eol instead of line-(beginning|end)-position.
10308
10309         * assistant.el (assistant-parse-buffer): Ditto.
10310
10311         * netrc.el (netrc-parse-services): Ditto.
10312
10313 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10314
10315         * mml2015.el (mml2015-epg-find-usable-key): New function.
10316         (mml2015-epg-sign): Use it.
10317         (mml2015-epg-encrypt): Use it.
10318
10319 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10320
10321         * message.el (message-make-in-reply-to): Quote name containing
10322         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10323         if there are special characters.  Reported by NAKAJI Hiroyuki
10324         <nakaji@jp.freebsd.org>.
10325
10326 2007-02-27  Didier Verna  <didier@xemacs.org>
10327
10328         Include the group parameters as well as the topic ones in the
10329         inheritance filter process.
10330         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10331         argument GROUP-PARAMS-LIST.
10332         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10333
10334 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10335
10336         * nntp.el (nntp-never-echoes-commands)
10337         (nntp-open-connection-functions-never-echo-commands): New variables.
10338         (nntp-send-command): Use them.
10339
10340 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10341
10342         * mml2015.el (mml2015-epg-verify): Simplify.
10343
10344 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10345
10346         * mml.el (mml-content-disposition-alist): New user option.
10347         (mml-content-disposition): New function.
10348         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10349         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10350
10351 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10352
10353         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10354         verification.
10355
10356 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10357
10358         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10359         articles posted in the last 24 hours.
10360
10361 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10362
10363         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10364
10365 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10366
10367         * nntp.el (nntp-send-command): Don't wait for echoes when
10368         nntp-open-ssl-stream is used.
10369
10370 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10371
10372         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10373         (gnus-message-add-citation-keywords)
10374         (gnus-message-remove-citation-keywords): Remove.
10375         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10376         directly, make the variables in font-lock-defaults buffer-local, add
10377         gnus-message-citation-keywords to them and then update the value of
10378         font-lock-keywords.
10379
10380 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10381
10382         * message.el (message-cite-original-1): Don't call
10383         gnus-article-highlight-citation.
10384
10385         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10386         citations; fix line count.
10387
10388 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10389
10390         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10391         (gnus-message-add-citation-keywords)
10392         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10393         versions of font-lock-add-keywords and font-lock-remove-keywords to
10394         work with XEmacs correctly.
10395
10396 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10397
10398         * gnus-cite.el (gnus-cite-face-list): Set the values of
10399         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10400         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10401         (gnus-message-cite-prefix-regexp): New variable.
10402         (gnus-message-search-citation-line): Use it; protect against long
10403         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10404         the 0th match data for Emacs.
10405         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10406         (gnus-message-add-citation-keywords): Append keywords rather than
10407         prepending; emulate font-lock-add-keywords if it is not available.
10408         (gnus-message-remove-citation-keywords):
10409         Emulate font-lock-remove-keywords if it is not available.
10410
10411         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10412
10413         * message.el (message-cite-prefix-regexp): Set the value of
10414         gnus-message-cite-prefix-regexp.
10415
10416 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10417
10418         * nnweb.el (nnweb-google-parse-1): Update parser.
10419
10420 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10421
10422         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10423
10424 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10425
10426         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10427         regexp.
10428
10429 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10430
10431         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10432         string-to-multibyte.
10433         (uudecode-decode-region-internal): Use it.
10434
10435         * lpath.el: Fbind string-as-multibyte for XEmacs.
10436
10437 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10438
10439         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10440         Fix custom choice.
10441
10442         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10443
10444 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10445
10446         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10447
10448         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10449         `write-region' to respect `mm-inhibit-file-name-handlers'.
10450
10451 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10452
10453         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10454         Use gnus-home-directory instead of "~/" or "$HOME".
10455
10456 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10457
10458         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10459         to mention filename.
10460         Add comments at beginning regarding usage.
10461         (encrypt-write-file-contents): Change interactive so a string is
10462         acceptable.  If the file has no associated model, show an error instead
10463         of a nonsense prompt.
10464
10465 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10466
10467         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10468         Thanks to Yoshihiko Yamada for kind notification of this typo.
10469
10470 2007-01-12  Kenichi Handa  <handa@m17n.org>
10471
10472         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10473         multibyte buffer.
10474
10475 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10476
10477         * gnus-score.el (gnus-score-fast-scoring): New variable.
10478         (gnus-score-headers): Use it.
10479
10480         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10481
10482         * message.el (message-cite-original-1):
10483         Call gnus-article-highlight-citation if requested.
10484         (message-make-from): Allow name and address as optional arguments.
10485
10486         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10487
10488         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10489         bugs to doc string.
10490         (gnus-button-alist): Add mid\\|message-id.
10491         (gnus-button-fetch-group): Extend for use in
10492         `browse-url-browser-function'.
10493         (gnus-button-url-regexp): Try to catch paired parentheses like in
10494         Wikipedia URLs.
10495
10496         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10497         Suggested by Simon Krahnke <overlord@gmx.li>.
10498
10499 2007-01-13  Romain Francoise  <romain@orebokech.com>
10500
10501         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10502         Update copyright.
10503
10504 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10505
10506         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10507
10508 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10509
10510         * gnus-registry.el (gnus-registry-unfollowed-groups)
10511         (gnus-registry-split-fancy-with-parent): Fix documentation.
10512
10513 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10514
10515         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10516         from nnweb groups.
10517
10518 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10519
10520         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10521         Xref urls.  Erase buffer before requesting head.
10522
10523         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10524
10525 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10526
10527         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10528         customizable.
10529
10530 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10531
10532         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10533         no signing key is found.
10534         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10535         no encrypting and/or signing key is found.
10536
10537 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10538
10539         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10540
10541 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10542
10543         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10544         headers read from disk with the ones newly found in the current search.
10545         This should no longer cause problems, because the article numbers in
10546         Gmane's `nov.php' output are ignored since the previous change.
10547
10548 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10549
10550         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10551
10552 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10553
10554         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10555         replace-regexp-in-string; bind url-version; fbind display-images-p and
10556         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10557         find-face and set-itimer-function for Emacs; bind itimer-list for
10558         Emacs.
10559
10560         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10561
10562 2007-01-01  Romain Francoise  <romain@orebokech.com>
10563
10564         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10565
10566 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10567
10568         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10569         `define-minor-mode' macro definition expanded properly.
10570         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10571         exclude it there.
10572
10573         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10574         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10575         `fboundp' test.
10576         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10577         This is OK to autoload in (S)XEmacs now.
10578
10579 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10580
10581         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10582         keystroke.
10583         (gnus-summary-limit-to-singletons): Fix typo.
10584
10585         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10586         else fails.
10587
10588 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10589
10590         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10591         docstring.
10592
10593         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10594         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10595         (gnus-summary-insert-dormant-articles): Fix typo in message.
10596
10597 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10598
10599         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10600         nil for XEmacs.
10601         (gnus-message-citation-mode): Don't autoload in XEmacs.
10602
10603         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10604
10605 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10606
10607         * nnimap.el (nnimap-expunge-search-string):
10608         Mention nnimap-search-uids-not-since-is-evil in docstring.
10609
10610 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10611
10612         * spam.el: Revert to make-obsolete-variable because
10613         define-obsolete-variable-alias is not supported in Emacs 21.
10614
10615         * spam.el (spam-ifile-path, spam-ifile-database-path)
10616         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10617         make-obsolete-variable.
10618         (spam-bsfilter-path, spam-bsfilter-program)
10619         (spam-spamassassin-path, spam-spamassassin-program)
10620         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10621         Don't use "path" inappropriately.
10622         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10623         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10624         variable names.
10625
10626 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10627
10628         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10629         summary buffer.
10630
10631         * password.el (password-cache-remove): Use clear-string to burn
10632         password, if available.
10633
10634 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10635
10636         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10637
10638         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10639
10640         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10641         (gnus-message-highlight-citation): Move defcustom here from
10642         gnus-cite.el.
10643         (gnus-message-citation-mode): Autoload.
10644
10645         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10646         checks to make it compile with XEmacs.
10647         (gnus-message-citation-mode): New minor mode.
10648         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10649         (gnus-message-highlight-citation): New variables.
10650         (gnus-message-search-citation-line)
10651         (gnus-message-add-citation-keywords)
10652         (gnus-message-remove-citation-keywords)
10653         (turn-on-gnus-message-citation-mode)
10654         (turn-off-gnus-message-citation-mode): New functions.
10655
10656 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10657
10658         * gnus-cite.el: Enable highlighting of different citation levels in
10659         message-mode.
10660
10661 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10662
10663         * message.el (message-make-fqdn): Fix comment.
10664         (message-bogus-system-names): Add ".local".
10665
10666         * spam.el (spam-ifile-path, spam-ifile-program)
10667         (spam-ifile-database-path, spam-ifile-database)
10668         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10669         Don't use "path" inappropriately.
10670         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10671         strings.
10672         (spam-check-ifile, spam-ifile-register-with-ifile)
10673         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10674         Use new variable names.
10675
10676         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10677         (gnus-treat-display-smileys): Simplify using
10678         gnus-image-type-available-p.
10679
10680         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10681         available.
10682
10683         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10684         Use `display-images-p' if available.
10685
10686 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10687
10688         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10689         one after turning on the buffer's multibyteness instead of decoding
10690         them directly in the unibyte buffer that causes unexpected conversion
10691         in Emacs 23 (unicode).
10692
10693 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10694
10695         * message.el (message-generate-hashcash): Fix custom type.
10696
10697 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10698
10699         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10700
10701 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10702
10703         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10704         disconnect icons.  Add help text.
10705
10706 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10707
10708         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10709         negated to be consistent with the others we handle.
10710
10711 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10712
10713         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10714         version of gnus-summary-buffer to something, so that we can use two
10715         article buffers at the same time.
10716
10717 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10718
10719         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10720         trigger all the extra headers.
10721         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10722         sorting.
10723
10724 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10725
10726         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10727         solid groups.
10728
10729 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10730
10731         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10732
10733 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10734
10735         * legacy-gnus-agent.el: Add Copyright notice.
10736
10737 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10738
10739         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10740
10741 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10742
10743         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10744
10745         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10746         to make it work reliably in CVS Emacs.
10747         (gnus-summary-limit-strange-charsets-predicate)
10748         (gnus-summary-limit-to-predicate): New functions.
10749
10750 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10751
10752         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10753         specifying array size.
10754         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10755         array if it is too small.
10756         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10757         (gnus-sort-threads-loop): New function.
10758
10759 2006-12-06  Chris Moore  <dooglus@gmail.com>
10760
10761         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10762         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10763
10764 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10765
10766         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10767         options.
10768
10769 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10770
10771         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10772         DOS-ing the recipient.
10773
10774         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10775         the headers when creating the mapping to avoid mismappings.
10776         (nnweb-gmane-create-mapping): Always nix out old mapping.
10777
10778 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10779
10780         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10781         and mm-verify-option to never.
10782
10783 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10784
10785         * message.el (message-signed-or-encrypted-p): New function.
10786         (message-forward-make-body): Use it.
10787
10788         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10789         Replace encode-coding-string with mm-encode-coding-string.
10790
10791 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10792
10793         * nneething.el (nneething-decode-file-name):
10794         Replace decode-coding-string with mm-decode-coding-string.
10795
10796         * gnus-int.el (gnus-open-server): Say failed server's name.
10797
10798 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10799
10800         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10801         strings to a single string.  Quote `errors-file-name'.
10802         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10803         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10804         Adjust calls.  Use `shell-quote-argument'.
10805
10806 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10807
10808         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10809         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10810
10811         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10812         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10813         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10814         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10815         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10816         (gnus-subscribe-newsgroup, gnus-1):
10817         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10818         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10819         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10820         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10821
10822 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10823
10824         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10825         keystroke.
10826         (gnus-summary-limit-to-bodies): Implement headersp.
10827
10828 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10829
10830         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10831
10832 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10833
10834         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10835
10836 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10837
10838         * message.el (message-generate-hashcash): Expand range of values to
10839         include `opportunistic'.
10840         (message-send-mail): Use it.
10841
10842 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10843
10844         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10845         and comment it.
10846
10847         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10848
10849 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10850
10851         * gnus-util.el (gnus-extract-address-components): Improve comment.
10852
10853 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10854
10855         * gnus-util.el (gnus-extract-address-components): Work with address in
10856         which the name portion contains @.
10857
10858         * lpath.el: Fbind custom-autoload.
10859
10860 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10861
10862         * gnus.el (gnus-start): Move custom group up.
10863         (gnus-select-method): Don't autoload, but make it available for
10864         `customize-variable'.
10865         (gnus-getenv-nntpserver): Don't autoload.
10866
10867 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10868
10869         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10870
10871 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10872
10873         * message.el (message-sendmail-extra-arguments): New variable.
10874         (message-send-mail-with-sendmail): Use it.
10875
10876 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10877
10878         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10879         mm-with-unibyte-current-buffer to make string unibyte.
10880
10881         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10882         mm-string-as-multibyte.
10883
10884 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10885
10886         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10887         Reported by Werner Koch <wk@gnupg.org>.
10888
10889 2006-11-14  Daiki Ueno  <ueno@p360>
10890
10891         * mml2015.el: Autoload epa-select-keys when compiling.
10892
10893 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10894
10895         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10896         message-options.
10897         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10898
10899 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10900
10901         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10902         EasyPG (< 0.0.6).
10903         (mml2015-always-trust): New user option.
10904         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10905         prompt.
10906
10907 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10908
10909         * nntp.el (nntp-authinfo-force): New variable.
10910         (nntp-send-authinfo): Use it.
10911
10912 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10913
10914         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10915         decode encoded words.  Improve prompt.  Add comment about forwarding.
10916         (message-replacement-char): Move up.
10917
10918 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10919
10920         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10921         instead of gnus-intersection because arguments of gnus-sorted-nunion
10922         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10923
10924 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10925
10926         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10927         (message-simplify-subject-functions):
10928         Enable message-strip-subject-encoded-words by default.
10929
10930 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10931
10932         * message.el (message-strip-subject-encoded-words): New function.
10933         (message-simplify-subject-functions): New variable.
10934         (message-simplify-subject): Use it.  Fix typo in doc string.
10935         Support message-strip-subject-encoded-words.
10936
10937 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10938
10939         * gnus-diary.el (gnus-diary-delay-format-function):
10940         * nndiary.el (nndiary-reminders):
10941         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10942
10943 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10944
10945         * gnus-art.el (article-hide-boring-headers): Fetch date from
10946         gnus-original-article-buffer to avoid problems with localized date
10947         strings.
10948
10949 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10950
10951         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10952
10953 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10954
10955         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10956         New variables.
10957         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10958         (mm-charset-synonym-alist): Move some entries to
10959         mm-codepage-iso-8859-list.
10960         (mm-charset-synonym-alist, mm-charset-override-alist):
10961         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10962
10963 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10964
10965         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10966
10967 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10968
10969         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10970         with Emacs 21 and XEmacs.
10971
10972 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10973
10974         * spam.el (spam-parse-address): New function for better parsing,
10975         catching errors, etc.
10976         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10977
10978 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10979
10980         * mm-view.el: Add interactive arg to html2text autoload.
10981
10982 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10983
10984         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10985
10986 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10987
10988         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10989         New variables.
10990         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10991         (mm-charset-synonym-alist): Move some entries to
10992         mm-codepage-iso-8859-list.
10993
10994         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10995
10996 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10997
10998         * message.el (message-citation-line-format)
10999         (message-insert-formated-citation-line): Fix implementation of %E, %N
11000         and %n according to the doc string.
11001
11002 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11003
11004         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11005         Use car-safe to avoid bad parses.
11006
11007 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11008
11009         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11010         names.
11011
11012         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11013
11014 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11015
11016         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11017         header.
11018
11019         * message.el (message-draft-headers): Add Date.
11020         (message-headers-to-generate): Fix typo in docstring.
11021
11022         * nndraft.el (nndraft-required-headers): New variable.
11023         (nndraft-generate-headers): Use it.
11024
11025         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11026
11027 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11028
11029         * gnus-registry.el (gnus-registry-wash-for-keywords)
11030         (gnus-registry-find-keywords): New functions to allow easy searching of
11031         articles that are in the registry.
11032
11033 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11034
11035         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11036         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11037         Reported by Damien Elmes <damien@repose.cx>.
11038
11039 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11040
11041         * gnus.el (gnus-mime): Remove unused custom group.
11042
11043 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11044
11045         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11046         "blank line" when searching for end of armor headers.
11047
11048 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11049
11050         * gmm-utils.el (gmm-write-region): Fix variable name.
11051
11052 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11053
11054         * gmm-utils.el (gmm-write-region): New function based on compatibility
11055         code from `mm-make-temp-file'.
11056
11057         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11058
11059         * nnmaildir.el (nnmaildir--update-nov)
11060         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11061         Use `gmm-write-region'.
11062
11063 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11064
11065         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11066         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11067
11068         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11069
11070         * message.el (message-replacement-char): New variable.
11071         (message-fix-before-sending): Use it.
11072         (message-simplify-subject): New function to remove duplicate code.
11073         (message-reply, message-followup): Use it.
11074
11075         * gnus-sum.el (gnus-summary-make-menu-bar):
11076         Clarify gnus-summary-limit-to-articles.
11077
11078 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11079
11080         * gnus-util.el (gnus-with-local-quit): New macro.
11081
11082         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11083
11084 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11085
11086         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11087         ignore non-string data.
11088
11089 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11090
11091         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11092         non-string data (needs to be done in the registry too).
11093
11094 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11095
11096         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11097         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11098         (gnus-registry-split-fancy-with-parent)
11099         (gnus-registry-fetch-simplified-message-subject-fast)
11100         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11101         Remove text properties on ingress into the registry and when it's saved.
11102         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11103         registry from entries with no groups.
11104
11105 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11106
11107         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11108         function to remove string properties.
11109
11110 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11111
11112         * gmm-utils.el (gmm): Adjust custom version.
11113
11114         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11115         Adjust custom version.
11116
11117         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11118
11119 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11120
11121         * gnus-art.el (gnus-insert-prev-page-button)
11122         (gnus-insert-next-page-button): Simplify.  Reformat.
11123
11124 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11125
11126         * gnus-art.el (gnus-insert-prev-page-button)
11127         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11128
11129 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11130
11131         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11132
11133 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11134
11135         * gnus-art.el (gnus-insert-mime-button)
11136         (gnus-insert-mime-security-button):
11137         Apply gnus-article-button-face to MIME and security buttons.
11138
11139 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11140
11141         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11142         readable.
11143
11144 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11145
11146         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11147
11148 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11149
11150         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11151         `browse-url-of-file' instead of `browse-url'.
11152
11153 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11154
11155         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11156         regexp.  Articles containing quotation were cut prematurely.
11157
11158 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11159
11160         * message.el (message-cite-original-1): Use nobody by default for the
11161         value of From header.
11162         (message-reply): Ditto.
11163
11164 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11165
11166         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11167         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11168         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11169
11170 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11171
11172         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11173         mails in the doc string.  Add some URLs in comment.
11174         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11175
11176 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11177
11178         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11179         backslashes handling and the way to find boundaries of quoted strings.
11180
11181 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11182
11183         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11184         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11185         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11186         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11187
11188 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11189
11190         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11191         doc string.
11192         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11193
11194 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11195
11196         * lpath.el: Fbind epg-check-configuration.
11197
11198 2006-09-06  Simon Josefsson  <jas@extundo.com>
11199
11200         * mml2015.el (mml2015-use): Doc fix, mention epg.
11201
11202 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11203
11204         * mml2015.el (mml2015-use): Default to epg, if available.
11205
11206 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11207
11208         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11209         message-sender.
11210         (mml1991-epg-encrypt): Ditto.
11211         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11212         message-sender.
11213         (mml2015-epg-encrypt): Ditto.
11214
11215 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11216
11217         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11218         several common directories.
11219
11220 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11221
11222         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11223         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11224
11225 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11226
11227         * gnus-art.el (article-decode-encoded-words): Make it fast.
11228
11229 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11230
11231         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11232
11233         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11234         in quoted string into `\'.
11235
11236 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11237
11238         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11239         Use standard-syntax-table.
11240
11241 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11242
11243         * gnus-art.el (gnus-decode-address-function): New variable.
11244         (article-decode-encoded-words): Use it to decode headers which are
11245         assumed to contain addresses.
11246         (gnus-mime-delete-part): Remove useless `or'.
11247
11248         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11249         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11250         (gnus-nov-parse-line): Use it to decode From header.
11251         (gnus-get-newsgroup-headers): Ditto.
11252         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11253
11254         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11255         (mail-decode-encoded-address-string): New alias.
11256
11257         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11258         New function.
11259         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11260         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11261         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11262         (rfc2047-decode-string): Ditto.
11263         (rfc2047-decode-address-region): New function.
11264         (rfc2047-decode-address-string): New function.
11265
11266 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11267
11268         * message.el (message-caesar-buffer-body): Allow rotating headers.
11269
11270         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11271
11272         * message.el (message-insert-formated-citation-line): Fix %f.
11273         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11274
11275 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11276
11277         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11278         (gnus-bookmark-mouse-available-p): New macro.
11279         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11280         (gnus-bookmark-bmenu-show-infos): Use it.
11281         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11282         (gnus-bookmark-bmenu-hide-infos): Ditto.
11283         (gnus-bookmark-remove-properties): New function.
11284         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11285         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11286         (gnus-bookmark-write-file): Bind coding-system-for-write.
11287         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11288         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11289         group before selecting it.
11290         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11291         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11292         quit-window if it is not available; use gnus-mouse-2 and bind it to
11293         gnus-bookmark-bmenu-select-by-mouse.
11294         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11295         (gnus-bookmark-bmenu-select-by-mouse): New function.
11296
11297 2006-08-13  Romain Francoise  <romain@orebokech.com>
11298
11299         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11300         space.
11301
11302 2006-08-10  Romain Francoise  <romain@orebokech.com>
11303
11304         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11305         (dns-mode-soa-auto-increment-serial): New user option.
11306         (dns-mode-soa-maybe-increment-serial): New function.
11307         (dns-mode): Add the latter to `write-contents-functions'.
11308
11309 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11310
11311         * compface.el (uncompface): Use binary rather than raw-text-unix.
11312
11313 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11314
11315         * compface.el (uncompface): Make sure the eol conversion doesn't take
11316         place when communicating with the external programs.
11317         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11318
11319 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11320
11321         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11322
11323 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11324
11325         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11326         Make it more robust by parsing author and date independently.
11327
11328 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11329
11330         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11331
11332 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11333
11334         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11335         first matching secret key.
11336         (mml2015-epg-encrypt): Ditto.
11337
11338         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11339         first matching secret key.
11340         (mml1991-epg-encrypt): Ditto.
11341
11342         * mml2015.el (mml2015-encrypt-to-self): New user option.
11343         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11344         mml2015-epg-encrypt-to-self is set.
11345
11346         * mml1991.el (mml1991-encrypt-to-self): New variable.
11347         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11348         mml1991-epg-encrypt-to-self is set.
11349
11350         * mml2015.el (mml2015-signers): New user option.
11351         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11352         (mml2015-epg-encrypt): Allow to select signing keys.
11353
11354         * mml1991.el (mml1991-signers): New variable.
11355         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11356         (mml1991-epg-encrypt): Allow to select signing keys.
11357
11358 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11359
11360         * nnheader.el (nnheader-insert-head): Make it work even if the file
11361         uses CRLF for the line-break code.
11362
11363 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11364
11365         * mml2015.el: Require mml-sec instead of password.
11366         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11367         (mml2015-cache-passphrase): Inherit the default value from
11368         mml-secure-cache-passphrase.
11369         (mml2015-passphrase-cache-expiry): Inherit the default value from
11370         mml-secure-passphrase-cache-expiry.
11371
11372         * mml1991.el: Require mml-sec instead of password.
11373         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11374         (mml1991-cache-passphrase): Inherit the default value from
11375         mml-secure-cache-passphrase.
11376         (mml1991-passphrase-cache-expiry): Inherit the default value from
11377         mml-secure-passphrase-cache-expiry.
11378
11379         * mml-sec.el: Require password.
11380         (mml-secure-verbose): New user option.
11381         (mml-secure-cache-passphrase): New user option.
11382         (mml-secure-passphrase-cache-expiry): New user option.
11383
11384 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11385
11386         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11387         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11388         andreas@altroot.de (Andreas Vögele).
11389
11390         FIXME: Use `tiny change'?
11391
11392 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11393
11394         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11395         workaround for the url package included with Emacs.
11396
11397         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11398
11399 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11400
11401         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11402         correctly.  This fixes a bug caused by the 2006-05-12 change.
11403
11404 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11405
11406         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11407         some information about the error when saying that the `bogus' mail
11408         group will be used.
11409
11410 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11411
11412         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11413         string.
11414
11415 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11416
11417         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11418
11419 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11420
11421         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11422
11423 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11424
11425         * mml1991.el (mml1991-function-alist): Add epg.
11426         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11427         (mml1991-epg-encrypt): New functions.
11428
11429 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11430
11431         * mml2015.el (mml2015-verbose): New variable.
11432         (mml2015-cache-passphrase): Ditto.
11433         (mml2015-passphrase-cache-expiry): Ditto.
11434         (mml2015-function-alist): Add epg.
11435         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11436         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11437         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11438         New functions.
11439
11440 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11441
11442         * message.el (message-cite-original-1): Preserve region when removing
11443         quoted text due to X-No-Archive in order to avoid bogus attribution
11444         when citing multiple messages.
11445
11446 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11447
11448         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11449         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11450
11451 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11452
11453         * gnus-diary.el (gnus-user-format-function-d)
11454         (gnus-user-format-function-D): Autoload.
11455
11456         * imap.el (Commentary): Fix typo.
11457
11458         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11459         2006-04-22 contribution.
11460
11461 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11462
11463         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11464         It didn't really fix the bogosity I'm seeing with solid web groups.
11465
11466 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11467
11468         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11469         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11470         created using server names.  If we use the feature without declaring
11471         it, Gnus does not properly manage server and group state.
11472
11473         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11474         bound.
11475
11476 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11477
11478         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11479         looking up the method using GROUP's prefix before inventing a new one.
11480         It is used on killed/unknown groups in various places where returning
11481         an all-new method isn't expected by the caller.
11482
11483         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11484         and match semantics of gnus-group-real-prefix.
11485
11486 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11487
11488         * nnmail.el (nnmail-broken-references-mailers): New variable.
11489         (nnmail-ignore-broken-references): New function generalizing
11490         nnmail-fix-eudora-headers.
11491         (nnmail-fix-eudora-headers): Now obsolete.
11492
11493         * gnus-art.el (gnus-button-handle-custom):
11494         Support `customize-apropos*'.
11495
11496 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11497
11498         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11499
11500         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11501         articles.
11502
11503 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11504
11505         * message.el (message-cite-reply-above): New variable.
11506         (message-yank-original): Use it.
11507
11508 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11509
11510         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11511
11512 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11513
11514         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11515         as read.
11516
11517         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11518
11519 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11520
11521         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11522         (gnus-bookmark-default-file): Use gnus-directory.
11523         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11524         Remove "*" in doc string.
11525         (gnus-bookmark-write-file): Simplify.
11526         (gnus-bookmark-maybe-sort-alist): Use `when'.
11527         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11528         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11529         Add FIXME about Emacs 21 and XEmacs compatibility.
11530         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11531         compatibility.
11532         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11533         compatibility.
11534         (gnus-bookmark-menu-heading): Fix version.
11535
11536 2006-06-19  Bastien Guerry  <bzg@altern.org>
11537
11538         * gnus-bookmark.el: New file.
11539
11540 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11541
11542         * message.el (message-syntax-checks): Doc fix.
11543
11544 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11545
11546         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11547         unsubscribed groups as if they were killed ones.  It causes duplicate
11548         entries in gnus-newsrc-alist.
11549
11550 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11551
11552         * message.el (message-syntax-checks): Doc fix.
11553         (message-send-mail): Add check for continuation headers.
11554         (message-check-news-header-syntax): Fix regexp used to check for
11555         continuation headers.
11556
11557 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11558
11559         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11560
11561 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11562
11563         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11564
11565 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11566
11567         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11568         default-truncate-lines.
11569
11570 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11571
11572         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11573         to fill the utf-8 entry.
11574
11575         * lpath.el: Fbind unicode-precedence-list.
11576
11577 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11578
11579         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11580
11581 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11582
11583         * gnus-agent.el (directory-files-and-attributes): Move all the way
11584         forward (the third and final move).
11585         (gnus-agent-read-agentview): Trap reconstruction errors due to
11586         nonexistent directory.  Handle by returning nil.
11587
11588 2006-05-30  Didier Verna  <didier@xemacs.org>
11589
11590         * message.el (message-dont-reply-to-names): Update the custom type.
11591         * message.el (message-dont-reply-to-names): New defsubst: potentially
11592         convert a list of regexps into a single one.
11593         * message.el (message-get-reply-headers): Use it.
11594         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11595
11596 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11597
11598         * gnus-agent.el (directory-files-and-attributes): Move forward.
11599
11600 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11601
11602         * gnus-ml.el (gnus-mailing-list-subscribe)
11603         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11604         (gnus-mailing-list-message): Fix doc strings.
11605
11606 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11607
11608         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11609         of doing it manually.
11610
11611 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11612
11613         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11614         comment.
11615
11616 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11617
11618         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11619         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11620         (gnus-agent-read-local): All symbols allocated in my-obarray.
11621         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11622         (gnus-agent-regenerate-group): Check numeric names to see if they are
11623         messages or groups.
11624         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11625         better way of do this...)
11626
11627         * gnus-cache.el (gnus-agent-total-fetched-for):
11628         Ignore 'dummy.group' (there should be a better way of do this...)
11629
11630 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11631
11632         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11633         (gnus-saved-headers): Ditto.
11634         (gnus-default-article-saver): Mention functions may have properties.
11635         (gnus-article-save): Override gnus-save-all-headers and
11636         gnus-saved-headers by :headers property which saver function may have.
11637         (gnus-summary-save-in-file): Add :headers property.
11638         (gnus-summary-write-to-file): Ditto.
11639
11640         * gnus-sum.el (gnus-summary-save-article): Bind
11641         gnus-prompt-before-saving to t when saving many articles in a file;
11642         always show all headers.
11643
11644         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11645
11646 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11647
11648         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11649         marks.
11650
11651         * message.el (message-indent-citation): Add optional arguments to allow
11652         using it outside of message buffers.
11653
11654         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11655         (gnus-article-treat-unfold-headers): Use it.
11656         (gnus-article-truncate-lines): New variable.
11657         (gnus-article-mode): Use it.
11658         (gnus-article-toggle-truncate-lines): New function.
11659
11660         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11661         Add gnus-article-toggle-truncate-lines.
11662
11663         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11664         coding system in XEmacs, use binary.
11665
11666 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11667
11668         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11669         after-load-alist.
11670
11671         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11672         this function should save decoded articles.
11673         (gnus-summary-write-to-file): Use property to specify this function
11674         should save decoded articles and specify gnus-summary-save-in-file
11675         should be used to save articles other than the first one when saving
11676         many articles.
11677         (gnus-summary-save-body-in-file): Use property to specify this
11678         function should save decoded articles.
11679         (gnus-summary-write-body-to-file): Use property to specify this
11680         function should save decoded articles and specify
11681         gnus-summary-save-body-in-file should be used to save articles other
11682         than the first one when saving many articles.
11683
11684         * gnus-sum.el (gnus-summary-save-article): Simplify.
11685
11686 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * gnus-art.el (gnus-default-article-saver):
11689         Add gnus-summary-write-body-to-file.
11690         (gnus-article-save-coding-system): Don't use coding system object
11691         in XEmacs.
11692         (gnus-read-save-file-name): Add optional `dir-var' argument which
11693         specifies directory in which files are saved; work even if optional
11694         `variable' argument is not specified.
11695         (gnus-summary-write-to-file): Read file name.
11696         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11697         (gnus-summary-write-body-to-file): New function.
11698
11699         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11700         (gnus-summary-local-variables): Add it.
11701         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11702         (gnus-summary-save-article): Remove optional `decode' argument;
11703         determine whether to decode articles by the value of
11704         gnus-default-article-saver; when saving many files using
11705         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11706         it first and use gnus-summary-save-in-file or
11707         gnus-summary-save-body-in-file thereafter unless
11708         gnus-prompt-before-saving is always; move point to article which
11709         will be saved.
11710         (gnus-summary-save-article-file): Revert.
11711         (gnus-summary-write-article-file): Revert.
11712         (gnus-summary-save-article-body-file): Revert.
11713         (gnus-summary-write-article-body-file): New function.
11714
11715 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11716
11717         * gnus-art.el (gnus-default-article-saver): Doc fix.
11718         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11719         from gnus-summary-save-article-coding-system, and default to a
11720         certain coding system.
11721         (gnus-output-to-file): Add coding cookie and encode text according
11722         to gnus-article-save-coding-system; don't use mm-append-to-file.
11723
11724         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11725         gnus-art.el and rename to gnus-article-save-coding-system.
11726         (gnus-summary-save-article): Require gnus-art; don't show all
11727         headers if it decodes articles; don't add coding cookie here;
11728         don't bind mm-text-coding-system-for-write.
11729         (gnus-summary-save-article-file): Save decoded articles.
11730         (gnus-summary-write-article-file): When saving many files, use
11731         gnus-summary-write-to-file first and gnus-summary-save-in-file
11732         thereafter unless gnus-prompt-before-saving is always.
11733         (gnus-summary-save-article-body-file): Save decoded articles.
11734
11735         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11736
11737 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11738
11739         * nnrss.el (nnrss-check-group): Bind hash-index.
11740
11741 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11742
11743         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11744         its hash index.  Store this hash in `nnrss-group-data'.
11745         (nnrss-read-group-data): Update accordingly.
11746
11747 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11748
11749         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11750         entry.
11751
11752         * gnus-sum.el (gnus-summary-make-menu-bar):
11753         Add gnus-article-browse-html-article.
11754
11755 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11756
11757         * gnus-sum.el (gnus-summary-mime-map):
11758         Add gnus-article-browse-html-article.
11759
11760         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11761
11762 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11763
11764         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11765         suitable coding systems in customize.
11766
11767 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11768
11769         * mail-source.el (mail-sources): Fix custom type.
11770
11771 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11772
11773         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11774         (gnus-summary-expire-articles-now): Shorten prompt.
11775
11776         * gmm-utils.el (wid-edit): Require.
11777         (defun-gmm): Rename from `gmm-defun-compat'.
11778         (gmm-image-search-load-path): Use it.
11779         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11780
11781 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11782
11783         * gnus-sum.el (gnus-summary-save-article-coding-system):
11784         New variable.
11785         (gnus-summary-save-article): Add optional `decode' argument.
11786         If it is set and gnus-summary-save-article-coding-system is non-nil,
11787         save decoded article.
11788         (gnus-summary-write-article-file): Save decoded article if
11789         gnus-summary-save-article-coding-system is non-nil.
11790
11791         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11792         type.
11793
11794 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11795
11796         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11797
11798 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11799
11800         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11801         first to test gnus-single-article-buffer which may be buffer-local.
11802
11803         * gnus-sum.el (gnus-summary-setup-buffer):
11804         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11805         group; make gnus-article-buffer, gnus-article-current, and
11806         gnus-original-article-buffer always buffer-local.
11807         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11808         group.
11809         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11810
11811 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11812
11813         * nnml.el (nnml-request-compact-group): Compressed files might not
11814         have .gz extension.
11815
11816 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11817
11818         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11819         (mm-copy-to-buffer): Use with-current-buffer.
11820         (mm-display-part): Simplify.
11821         (mm-inlinable-p): Add optional arg `type'.
11822
11823 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11824
11825         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11826         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11827         Try harder to show the attachment internally or externally using
11828         gnus-mime-view-part-as-type.
11829
11830 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11831
11832         * message.el (message-from-style, message-signature-separator)
11833         (message-user-organization-file, message-send-mail-function)
11834         (message-citation-line-function, message-yank-prefix)
11835         (message-indent-citation-function, message-signature)
11836         (message-signature-file, message-signature-insert-empty-line):
11837         Remove autoloads.
11838
11839         * gnus-art.el (gnus-buttonized-mime-types):
11840         Remove "multipart/signed".  Revert 2006-04-26 change.
11841
11842 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11843
11844         * gnus.el (gnus-version-number): Bump version.
11845
11846 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11847
11848         * gnus.el: No Gnus v0.5 is released.
11849
11850 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11851
11852         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11853         fetching articles by message-id.
11854
11855 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11856
11857         * message.el (hashcash): Require hashcash as normal.
11858
11859         * ecomplete.el (ecomplete-highlight-match-line):
11860         Use point-at-eol.
11861         (ecomplete-highlight-match-line): Use `highlight', because that
11862         face exists in both Emacs and XEmacs.
11863
11864         * message.el (message-display-abbrev): Use point-at-bol.
11865
11866         * mail-source.el: Don't require timer/timer-funcs.
11867
11868         * gnus-async.el: Ditto.
11869
11870         * password.el: Ditto.
11871
11872         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11873
11874         * mm-url.el: Ditto.
11875
11876         * gnus-xmas.el: Don't require timer-funcs.
11877
11878         * mm-util.el: Require timer/timer-funcs.
11879
11880 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11881
11882         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11883         Close.
11884
11885 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11886
11887         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11888         unibyte after clear-decrypt function runs.
11889
11890         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11891         returns as a unibyte string.
11892
11893 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11894
11895         * lpath.el: Revert.
11896
11897         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11898         (pgg-gpg-process-sentinel): Revert.
11899
11900         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11901         (pgg-pgp-lookup-key): Revert.
11902
11903         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11904         (pgg-pgp5-lookup-key): Revert.
11905
11906         * pgg.el (pgg-fetch-key): Revert.
11907
11908 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11909
11910         * lpath.el: Fbind string-as-multibyte for XEmacs.
11911
11912         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11913         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11914         (mml1991-pgg-encrypt): Ditto.
11915
11916         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11917         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11918         a multibyte buffer.
11919
11920         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11921         (pgg-pgp-lookup-key): Ditto.
11922
11923         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11924         (pgg-pgp5-lookup-key): Ditto.
11925
11926         * pgg.el (pgg-fetch-key): Ditto.
11927
11928 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11929
11930         * message.el (message-user-organization-file): Check several
11931         locations of the organization file.
11932
11933         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11934         Add gnus-article-view-part-as-type.
11935
11936         * gnus-art.el (gnus-article-view-part-as-type): New function.
11937
11938         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11939         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11940
11941         * mml.el: Simplify autoload.
11942         (mml-mode): defvar dnd-protocol-alist instead of using
11943         symbol-value.
11944         (mml-default-directory): New variable.
11945         (mml-minibuffer-read-file): Use it.
11946         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11947
11948         * message.el (message-citation-line-format): New variable.
11949         (message-insert-formated-citation-line): New function.
11950         (message-citation-line-function):
11951         Add `message-insert-formated-citation-line' to custom type.
11952
11953         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11954         to doc string.
11955
11956         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11957         depending on mm-verify-option.
11958
11959 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11960
11961         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11962         binding pgg-* variables; reimplement the section which prevents
11963         MIME header from being signed.
11964         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11965         pgg-text-mode; remove a blank line at the top of body.
11966
11967         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11968         lines at the top of body; use gnus-newsgroup-charset if there's no
11969         Charset header.
11970
11971 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11972
11973         * message.el (message-self-insert-commands): Doc fix.
11974
11975         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11976         (mm-uu-pgp-encrypted-test): Ditto.
11977         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11978         between header and body; return application/pgp-encrypted handle
11979         if decryption failed; decode decrypted body by charset.
11980
11981         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11982         element match to application/pgp-*.
11983
11984 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11985
11986         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11987         HTML.
11988
11989 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11990
11991         * mail-source.el (mail-source-call-script): Message the error
11992         string.
11993
11994 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11995
11996         * gnus-util.el (gnus-byte-compile): Use it.
11997
11998 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11999
12000         * gnus-util.el (kill-empty-logs): New function.
12001
12002 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12003
12004         * message.el (message-mail-alias-type): Doc fix.
12005         (message-mail-alias-type-p): New function.
12006         (message-send): Use it.
12007         (message-mode): Ditto.
12008         (message-strip-forbidden-properties): Ditto.
12009
12010         * ecomplete.el (ecomplete-database-file-coding-system):
12011         New variable.
12012         (ecomplete-save): Use it.
12013         (ecomplete-setup): Use it.
12014
12015 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12016
12017         * message.el (message-self-insert-commands): New variable.
12018         (message-strip-forbidden-properties): Use it.
12019
12020 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12021
12022         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12023         that doesn't make XEmacs choke.
12024
12025 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12026
12027         * gnus-util.el (gnus-replace-in-string):
12028         Prefer replace-regexp-in-string over of replace-in-string.
12029
12030 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12031
12032         * gnus-util.el (gnus-select-frame-set-input-focus):
12033         Use select-frame-set-input-focus if it is available in XEmacs; use
12034         definition defined in Emacs 22 for old Emacsen.
12035
12036         * dgnushack.el: Autoload unmorse-region for XEmacs.
12037
12038         * lpath.el: Bind cursor-in-non-selected-windows and
12039         select-frame-set-input-focus for XEmacs.
12040
12041 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12042
12043         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12044
12045 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12046
12047         * gnus-registry.el (gnus-registry-cache-save): Remove text
12048         properties when saving via the temp buffer.
12049
12050 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12051
12052         * message.el (message-generate-hashcash): Honor custom type.
12053
12054 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12055
12056         * message.el (message-generate-hashcash): Default to non-nil when
12057         hashcash is found.
12058
12059         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12060         (gnus-refer-thread-limit): Increase default to 500.
12061
12062         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12063
12064         * flow-fill.el (fill-flowed): Allow delete-space.
12065
12066 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12067
12068         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12069         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12070         Remove autoloads.
12071
12072 2006-04-18  Simon Josefsson  <jas@extundo.com>
12073
12074         * message.el (message-generate-hashcash): Default to.
12075
12076 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12077
12078         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12079         concatenating segments rather than before concatenating them.
12080
12081 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12082
12083         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12084
12085 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12086
12087         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12088
12089         * message.el (message-forward-make-body-plain):
12090         Allow message-forward-ignored-headers to be a list.
12091         (message-remove-ignored-headers): Factor out into function.
12092         (message-forward-make-body-mml): Use it.
12093
12094         * imap.el (imap-quote-specials): New function.
12095         (imap-login-auth): Quote specials.
12096
12097         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12098         (rfc2231-parse-string): Allow concatanation of parameters that
12099         aren't contiguous.  The test case is
12100           (mail-header-parse-content-type "message/external-body;
12101             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12102             access-type=LOCAL-FILE;
12103             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12104
12105 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12106
12107         * nntp.el (nntp-accept-process-output): Return the value of
12108         `nnheader-accept-process-output'.
12109
12110 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12111
12112         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12113         (gnus-button-alist): Recognize more diff formats.
12114         (gnus-button-patch): Strip directory.
12115
12116 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12117
12118         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12119         Emacs 22 when setting focus.
12120
12121 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12122
12123         * gnus-art.el (gnus-article-treat-types): Do treatment of
12124         text/x-verbatim parts.
12125         (gnus-button-patch): New command.
12126
12127         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12128         addresses that contain invalid characters.
12129
12130 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12131
12132         * message.el (message-put-addresses-in-ecomplete):
12133         Use gnus-replace-in-string.
12134         (message-is-yours-p): Use the more correct
12135         mail-header-parse-address instead of
12136         mail-extract-address-components.
12137         (message-put-addresses-in-ecomplete): Fix typo.
12138
12139         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12140         keystroke.
12141
12142         * gnus-art.el (gnus-treatment-function-alist): Change order of
12143         newsgroups/generic header folding to avoid double-folding.
12144
12145         * message.el (message-hidden-headers): Add X-Draft-From.
12146
12147         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12148         New command.
12149         (gnus-summary-repeat-search-article-backward): New command.
12150
12151         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12152         groups in the parent topic.
12153
12154 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12155
12156         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12157         (spam-extra-header-to-number): Return the CRM114 number as a
12158         number instead of a string.
12159
12160 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12161
12162         * gnus-art.el (gnus-face-properties-alist): Move here from
12163         gnus-fun.
12164
12165         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12166
12167 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12168
12169         * message.el (message-strip-forbidden-properties): Only display on
12170         self-insert-command.
12171
12172         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12173         reindent.
12174         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12175
12176 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12177
12178         * smiley.el (smiley-style): Fix typo.
12179
12180 2006-03-23  Kenichi Handa  <handa@m17n.org>
12181
12182         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12183         instead of set-buffer-multibyte.
12184
12185 2006-03-23  Kenichi Handa  <handa@m17n.org>
12186
12187         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12188         buffer and then decode the buffer text if necessary.
12189         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12190         first, and after mm-encode-body, change the buffer to unibyte.
12191
12192 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12193
12194         * hashcash.el (hashcash-insert-payment-async-2):
12195         Use message-goto-eoh instead of doing it manually.
12196         (mail-add-payment): Use message-narrow-to-header instead of trying
12197         to do the same itself.
12198
12199         * message.el (message-hidden-headers): Add Face.
12200
12201         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12202         reparenting code.
12203         (gnus-summary-reparent-children): Refactored out code.
12204         (gnus-summary-thread-map): New keystroke.
12205         (gnus-summary-reparent-children): Make into command.
12206
12207         * smiley.el (smiley-style): Default to `medium' if using a large
12208         font.
12209
12210         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12211         does it itself.
12212
12213         * message.el (message-point-in-header-p): Simplify definition.
12214
12215 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12216
12217         * nnagent.el (nnagent-request-set-mark): Silence log file
12218         writing.
12219         (nnagent-request-set-mark): Use write-region instead of
12220         append-to-file.
12221
12222         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12223         strange select method.
12224
12225         * ecomplete.el (ecomplete-display-matches): Get highlightling
12226         right.
12227         (ecomplete-display-matches): Use literals.
12228         (ecomplete-display-matches): Disable message logging.
12229
12230         * message.el (message-display-abbrev): Small optimization.
12231
12232         * ecomplete.el (ecomplete-display-matches): Allow automatic
12233         display.
12234
12235         * message.el (message-strip-forbidden-properties):
12236         Display abbrevs.
12237         (message-display-abbrev): Get automatic display right.
12238
12239         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12240         keystrokes.
12241
12242 2006-04-13  Romain Francoise  <romain@orebokech.com>
12243
12244         TODO: Backport to v5-10!
12245
12246         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12247         Move here (and rename) from gnus-registry.el.
12248
12249         * gnus-registry.el: Require gnus-util.
12250         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12251
12252 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12253
12254         * gnus-group.el (gnus-group-catchup-current):
12255         Change if-then-else-if-then-else into cond.
12256         (gnus-group-catchup): Indent.
12257         (group-name-at-point): New function.
12258         (gnus-fetch-group): Provide default from thing at point.
12259
12260 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12261
12262         * message.el (message-display-abbrev): Fix regexp.
12263
12264         * ecomplete.el (ecomplete-highlight-match-line):
12265         Reimplement choosing.
12266         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12267         dead variables.
12268
12269         * message.el (message-newline-and-indent): Remove debugging.
12270         (message-display-abbrev): Use new implementation.
12271
12272 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12273
12274         * gnus-art.el (gnus-article-mode):
12275         Set cursor-in-non-selected-windows to nil.
12276
12277         * smiley.el: Revert previous change.
12278         (smiley-data-directory): defvar it before using it in the
12279         defcustom of `smiley-style'.
12280
12281 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12282
12283         * message.el (message-newline-and-indent): New function.
12284
12285         * ecomplete.el: Implement more bits.
12286
12287         * message.el (message-put-addresses-in-ecomplete): Clean up the
12288         string.
12289
12290         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12291
12292         * gnus-sum.el (gnus-summary-save-parts):
12293         Bind gnus-summary-save-parts-counter and use it to make unique file
12294         names.
12295
12296         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12297
12298         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12299         parameter to say whether to actually parse the individual
12300         addresses.
12301
12302         * message.el (message-put-addresses-in-ecomplete): New function.
12303         (ecomplete): Require.
12304         (message-mail-alias-type): Add ecomplete as an option.
12305
12306 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12307
12308         * flow-fill.el (fill-flowed): Remove trailing space from blank
12309         quoted lines.
12310
12311 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12312
12313         * smiley.el (smiley-style): Move definition later to avoid a
12314         compilation warning.
12315
12316 2006-04-12  Kenichi Handa  <handa@m17n.org>
12317
12318         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12319         buffer and then decode the buffer text if necessary.
12320         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12321         first, and after mm-encode-body, change the buffer to unibyte.
12322         Use mm-disable-multibyte instead of set-buffer-multibyte.
12323
12324 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12325
12326         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12327         Content-Type header instead of Content-Disposition header.
12328         (gnus-mime-inline-part): Ditto.
12329         (gnus-mime-view-part-as-charset): Ignore charset that the part
12330         specifies.
12331
12332         * mm-decode.el (mm-display-part): Work with external parts and
12333         usual parts similarly.
12334
12335         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12336         instead of gnus-display-mime.
12337
12338         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12339         instead of with-temp-buffer.
12340
12341         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12342         tag to summarized topics part in order to encode non-ASCII text.
12343
12344 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12345
12346         * smiley.el (smiley-style): New variable.
12347         (smiley-directory): New function.
12348         (smiley-data-directory): Derive from `smiley-style' using
12349         `smiley-directory'.
12350         (smiley-regexp-alist): Add new entries.
12351
12352         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12353         (gnus-article-browse-delete-temp): Add :version.
12354
12355 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12356
12357         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12358         the sieve region.
12359
12360 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12361
12362         * gnus.el (gnus-version-number): Bump version.
12363
12364 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12365
12366         * gnus.el: No Gnus v0.4 is released.
12367
12368 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12369
12370         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12371         layout.
12372
12373         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12374         unknown charset.
12375
12376         * message.el (message-header-synonyms): Add Original-To to the
12377         default.
12378
12379         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12380         optional parameter.
12381
12382 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12383
12384         * gnus-fun.el (gnus): Require it for gnus-directory.
12385
12386 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12387
12388         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12389
12390 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12391
12392         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12393
12394 2006-04-05  Simon Josefsson  <jas@extundo.com>
12395
12396         * password.el (password-reset): New function.
12397
12398 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12399
12400         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12401         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12402
12403 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12404
12405         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12406         Some whitespace was matched into the url, which broke browsing hits
12407         > 100 when mm-url-use-external was nil.
12408
12409 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12410
12411         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12412         Check gnus-extra-headers for 'Newsgroups.
12413
12414         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12415         bound.
12416
12417 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12418
12419         * pgg-gpg.el: Clean up process buffers every time gpg processes
12420         complete.
12421
12422 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12423
12424         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12425         doc string.
12426
12427 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12428
12429         * pgg-gpg.el (pgg-gpg-process-filter)
12430         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12431
12432         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12433         lines, temporary fix.
12434
12435 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12436
12437         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12438
12439 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12440
12441         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12442         default-enable-multibyte-characters.  This reverts the change from
12443         revision 6.17 which is no longer necessary because the passphrase
12444         is sent separately now.  GnuPG messages are unreadable under
12445         multibyte locales with default-enable-multibyte-characters set to
12446         nil.
12447
12448 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12449
12450         * message.el (message-tool-bar-gnome): Move "spell".
12451
12452 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12453
12454         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12455         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12456         instead.
12457
12458 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12459
12460         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12461         Improve newsgroups handling for NNTP overviews which don't include
12462         Newsgroups.
12463
12464 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12465
12466         * message.el (message-resend): Bind message-generate-hashcash to nil.
12467
12468 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12469
12470         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12471         when searching for already-paid recipients.
12472
12473 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12474
12475         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12476         passphrases when it is not needed.
12477         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12478         passphrase stuff from gpg, should only be necessary when you use
12479         gpg with a smartcard.
12480
12481 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12482
12483         * mml.el (mml-insert-mime): Ignore cached contents of
12484         message/external-body part.
12485
12486         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12487         (mm-insert-part): Ditto.
12488
12489 2006-03-23  Simon Josefsson  <jas@extundo.com>
12490
12491         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12492         Reiner.
12493         (pgg-gpg-use-agent-p): Use it again.
12494
12495 2006-03-23  Simon Josefsson  <jas@extundo.com>
12496
12497         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12498         older emacsen.
12499         (pgg-gpg-use-agent-p): Don't use it.
12500
12501 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12502
12503         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12504         if we can.
12505
12506 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12507
12508         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12509         (pgg-gpg-update-agent): New function.
12510         (pgg-gpg-use-agent-p): New function.
12511         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12512         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12513         (pgg-gpg-sign-region): Use it.
12514
12515 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12516
12517         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12518         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12519
12520 2006-03-21  Simon Josefsson  <jas@extundo.com>
12521
12522         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12523         <wilde@sha-bang.de>.
12524         (pgg-gpg-use-agent): New variable.
12525         (pgg-gpg-process-region): Use it.
12526         (pgg-gpg-encrypt-region): Likewise.
12527         (pgg-gpg-encrypt-symmetric-region): Likewise.
12528         (pgg-gpg-decrypt-region): Likewise.
12529         (pgg-gpg-sign-region): Likewise.
12530         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12531
12532 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12533
12534         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12535
12536         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12537         Add comment on version.
12538
12539 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12540
12541         * smiley.el: Add missing test smiley.
12542
12543 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12544
12545         * mm-decode.el (mm-with-part): New macro.
12546         (mm-get-part): Use it; work with message/external-body as well.
12547         (mm-save-part): Treat name and filename equally.
12548
12549         * mm-extern.el (mm-extern-cache-contents): New function.
12550         (mm-inline-external-body): Use it; force the part to be displayed;
12551         move undisplayer added to the cached handle to the parent.
12552
12553         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12554         (gnus-mime-view-part-as-type): Work with message/external-body.
12555
12556         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12557
12558 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12559
12560         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12561         images in image-load-path.  [Sync with image.el, revision 1.60, in
12562         Emacs.]
12563
12564 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12565
12566         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12567         path rather than symbol.  Always return list of directories.
12568         Guarantee that image directory comes first.  [Sync with image.el,
12569         revision 1.59, in Emacs.]
12570
12571         * message.el (message-make-tool-bar): Adjust to new API of
12572         `gmm-image-load-path-for-library'.
12573
12574         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12575
12576         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12577
12578 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12579
12580         * gnus-art.el (gnus-article-only-boring-p):
12581         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12582         intangible text.
12583         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12584
12585 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12586
12587         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12588         Use `defun' instead of `gmm-defun-compat'.
12589
12590 2006-03-14  Simon Josefsson  <jas@extundo.com>
12591
12592         * message.el (message-unique-id): Don't use message-number-base36
12593         if (user-uid) is a float.
12594         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12595
12596 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12597
12598         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12599
12600         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12601         empty line between a part and a message part.
12602
12603 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12604
12605         * smiley.el: Add more test smileys.
12606         (smiley-data-directory, smiley-regexp-alist)
12607         (gnus-smiley-file-types): Fix doc strings.
12608         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12609         adding new elements.
12610         (smiley-mouse-map): Unused code.  Make it a comment.
12611
12612 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12613
12614         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12615         scan latest NoCeM messages instead of old ones.
12616         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12617         delimiters that are recently used.
12618         (gnus-nocem-load-cache): Add autoload cookie.
12619
12620         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12621
12622         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12623         level which is larger than gnus-use-nocem is specified.
12624
12625         * gnus-group.el (gnus-group-get-new-news): Ditto.
12626
12627 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12628
12629         * gnus-util.el (gnus-tool-bar-update): New function.
12630
12631         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12632         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12633
12634         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12635
12636         * gnus-group.el (gnus-group-redraw-when-idle)
12637         (gnus-group-redraw-check): Remove.
12638         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12639
12640 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12641
12642         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12643         if optional last element is specified in splits (FIELD VALUE...).
12644
12645 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12646
12647         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12648         to gmm-image-load-path-for-library.  Call with no-error argument.
12649         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12650
12651         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12652
12653         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12654
12655         * gmm-utils.el (gmm-image-load-path): Remove alias.
12656
12657 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12658
12659         * gmm-utils.el (gmm-image-load-path): Add alias.
12660
12661         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12662         nnml-generate-nov-databases-1.
12663         (nnml-generate-nov-databases): Use it.
12664         (nnml-generate-nov-databases-directory): Document no-active
12665         argument.
12666
12667         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12668         directory if path is t.  Add no-error.
12669
12670         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12671         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12672
12673         * gnus-art.el (gnus-article-browse-delete-temp-files):
12674         Simplify resetting gnus-article-browse-html-temp-list.
12675
12676         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12677         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12678         Add example to docstring.  Rename local variables.  Move error
12679         checks to default case in cond and simplify.
12680
12681 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12682
12683         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12684         handle is multipart when calling it recursively.
12685         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12686
12687 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12688
12689         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12690         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12691
12692 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12693
12694         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12695         is loaded.
12696
12697         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12698         loaded.
12699
12700 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12701
12702         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12703         to "Emacs 23 (unicode)" in doc string.
12704
12705         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12706         "Emacs 23 (unicode)" in comment.
12707
12708 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12709
12710         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12711
12712         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12713         characters 160 through 255 in Emacs 23.
12714
12715 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12716
12717         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12718         gnus-article-browse-html-temp.
12719         (gnus-article-browse-delete-temp): Make it customizable.
12720         Add `file'.  Adjust doc string.
12721         (gnus-article-browse-delete-temp-files): Add argument.
12722         Allow query for each file.  Adjust doc string.
12723         (gnus-article-browse-html-parts):
12724         Add `gnus-article-browse-delete-temp-files' to
12725         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12726
12727 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12728
12729         * gnus-art.el (gnus-article-browse-html-temp)
12730         (gnus-article-browse-delete-temp): New variables.
12731         (gnus-article-browse-delete-temp-files): New function.
12732         (gnus-article-browse-html-parts): Use it.
12733
12734 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12735
12736         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12737
12738         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12739         string.
12740
12741         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12742         gnus-summary-insert-new-articles when unplugged.
12743         Remove gnus-summary-search-article-forward.
12744
12745         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12746         display-visual-class instead of display-color-cells.
12747
12748 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12749
12750         * dgnushack.el: Autoload customize-group for XEmacs.
12751
12752         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12753         message/* containing non-ASCII text properly.
12754
12755 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12756
12757         * message.el: Require gmm-utils, remove autoloads.
12758         (message-tool-bar): Set default based on
12759         gmm-tool-bar-style.
12760         (message-tool-bar-gnome): Add gmm-customize-mode.
12761
12762         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12763         gmm-tool-bar-style.
12764         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12765
12766         * gnus-group.el (gnus-group-tool-bar): Set default based on
12767         gmm-tool-bar-style.
12768         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12769
12770         * gmm-utils.el (gmm-image-directory): Rename variable from
12771         gmm-image-load-path.
12772         (gmm-image-load-path): Use gmm-image-directory.
12773         (gmm-customize-mode): New function.
12774         (gmm-tool-bar-style): New variable.
12775
12776         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12777         gnus-group-redraw-line-number.
12778         (gnus-group-redraw-check): Simplify.
12779         (gnus-group-tool-bar-update): Remove redraw check.
12780         (gnus-group-make-tool-bar): Add redraw check.
12781
12782 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12783
12784         * gnus-art.el (gnus-button): Add missing parentheses.
12785
12786 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12787
12788         * lpath.el: Fbind line-number-at-pos.
12789
12790 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12791
12792         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12793
12794 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12795
12796         * gnus-art.el (gnus-button): New face.
12797         (gnus-article-button-face): Use it.
12798
12799         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12800         Add gnus-summary-next-page.  Re-order.
12801
12802         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12803         next-node are now included.
12804         (gnus-group-redraw-line-number): New internal variable.
12805         (gnus-group-redraw-check): Helper function for updating the tool
12806         bar.
12807         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12808
12809         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12810
12811         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12812         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12813         Use it to match format of Spamassassin 3.0 and later.
12814         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12815         (spam-check-bogofilter)
12816         (spam-bogofilter-register-with-bogofilter): Fix args of
12817         `gnus-error' calls.
12818
12819 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12820
12821         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12822         unnecessary interaction when sending queued mails.
12823         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12824
12825 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12826
12827         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12828         first or last are nil.
12829
12830 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12831
12832         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12833
12834 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12835
12836         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12837
12838 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12839
12840         * dns.el (query-dns): Protect more against buggy tcp output.
12841
12842 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12843
12844         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12845         nov.php.
12846
12847 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12848
12849         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12850         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12851         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12852         output on the server side.
12853         (nnweb-google-create-mapping): Update regexps and add some
12854         progress indication.
12855
12856 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12857
12858         * gnus-group.el (gnus-group-tool-bar-gnome):
12859         Fix gnus-agent-toggle-plugged.  Re-order icons.
12860         (gnus-group-tool-bar-gnome):
12861         Add gnus-group-{prev,next}-unread-group.
12862         (gnus-group-tool-bar-gnome): Re-order icons.
12863
12864         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12865         Move gnus-summary-insert-new-articles.
12866
12867         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12868         Fix comments.
12869
12870         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12871         also available in Emacs 21.3.
12872
12873         * message.el (message-fix-before-sending): Change "Emacs 22" to
12874         "Emacs 23 (unicode)" in comment.
12875
12876         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12877         "Emacs 23 (unicode)" in comment.
12878
12879         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12880         comment.
12881         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12882
12883         * mm-view.el (mm-fill-flowed): Add :version.
12884
12885 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12886
12887         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12888         and load-path.
12889
12890 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12891
12892         * message.el: Autoload gmm-image-load-path.
12893         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12894         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12895         consitency.
12896
12897         * gmm-utils.el (gmm-image-load-path): Also search in
12898         "../etc/images".  Don't set gmm-image-load-path if we don't find
12899         the image.
12900
12901 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12902
12903         * gmm-utils.el (gmm-image-load-path): Don't make
12904         `gmm-image-load-path' include subdirectories which the second arg
12905         `image' might specify.
12906
12907         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12908         subdirectory to icon file names.
12909
12910         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12911
12912 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12913
12914         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12915         gmm-image-load-path calls.
12916
12917         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12918
12919         * message.el (message-make-tool-bar): Ditto.
12920
12921         * mml.el (mml-preview): Add comment concerning tool bar icons.
12922
12923         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12924         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12925
12926         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12927         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12928
12929         * message.el (message-tool-bar-gnome): Use new icon names.
12930         (message-make-tool-bar): Use `gmm-image-load-path'.
12931
12932         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12933         New functions from MH-E.
12934         (gmm-image-load-path): New variable from MH-E.
12935         (gmm-image-load-path): New function from MH-E.  Add arguments
12936         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12937         *-image-load-path-called-flag.
12938
12939 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12940
12941         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12942
12943 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12944
12945         * nnimap.el (nnimap-request-move-article): Change folder back to
12946         source group before deleting.
12947
12948 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12949
12950         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12951
12952         * gnus-art.el (mm-url-insert-file-contents-external):
12953         Autoload mm-url.
12954
12955         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12956
12957 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12958
12959         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12960         coding system which mm-charset-to-coding-system returns for a
12961         given charset is valid.
12962
12963 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12964
12965         * html2text.el (html2text-remove-tag-list):
12966         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12967
12968 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12969
12970         * gnus-cus.el: Revert 2005-10-17 change.
12971
12972 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12973
12974         * gnus-art.el (article-strip-banner):
12975         Call article-really-strip-banner only when the regexp match is made.
12976
12977 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12978
12979         * gnus-art.el (article-strip-banner):
12980         Use gnus-extract-address-components instead of
12981         mail-header-parse-addresses to make it work with non-ASCII text;
12982         remove mail-encode-encoded-word-string.
12983
12984         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12985         values which are surrounded with \"...\"; make it never cause a
12986         Lisp error; give up parsing of parameters if it failed in
12987         extracting type.
12988
12989 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12990
12991         * smime.el (smime-cert-by-ldap-1): Fix bug where
12992         `smime-ldap-search' returns results without userCertificates.
12993
12994 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12995
12996         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12997
12998 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12999
13000         * spam.el (spam-check-spamassassin-headers): Adapt format for
13001         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13002         <ari@mbf.ocn.ne.jp>.
13003         (spam-list-of-processors): Add spam-use-gmane.
13004
13005 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13006
13007         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13008         make-temp-file; make it work with XEmacs as well.
13009
13010         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13011         mm-make-temp-file.
13012
13013         * mm-decode.el (mm-display-external): Use the 3rd arg of
13014         mm-make-temp-file.
13015         (mm-create-image-xemacs): Ditto.
13016
13017 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13018
13019         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13020         with message-narrow-to-headers.
13021         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13022         (gnus-draft-check-draft-articles): New function.
13023         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13024
13025 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13026
13027         * gnus-art.el (gnus-article-browse-html-parts):
13028         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13029         Don't use suffix argument for mm-make-temp-file for Emacs 21
13030         compatibility.  Remove useless `format'.
13031
13032 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13033
13034         * nnweb.el (nnweb-google-wash-article): Update regexps.
13035         (nnweb-group-alist): Use defvoo instead of defvar.
13036
13037 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13038
13039         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13040         re-loading nn* modules.
13041
13042 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13043
13044         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13045         for `tool-bar-mode' and don't check it's default-value.
13046
13047         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13048
13049         * message.el (message-make-tool-bar): Ditto.
13050
13051         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13052         `substring'.  Shorten tmp-file name.
13053
13054         * gnus.el: Remove bogus comment.
13055
13056 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13057
13058         * gnus-art.el (gnus-article-browse-html-parts): New function.
13059         (gnus-article-browse-html-article): New function for viewing html
13060         articles with a browser.
13061
13062 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13063
13064         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13065         in elisp.
13066         (pgg-gpg-encrypt-symmetric-region): Ditto.
13067         (pgg-gpg-sign-region): Ditto.
13068
13069         * pgg-def.el (pgg-text-mode): New variable.
13070
13071         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13072         (mml2015-pgg-encrypt): Ditto.
13073
13074         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13075         (mml1991-pgg-encrypt): Ditto.
13076
13077 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13078
13079         * nnfolder.el (nnfolder-insert-newsgroup-line):
13080         Use message-make-date instead of current-time-string.
13081
13082         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13083         to gnus-decoded which mm-uu might set.
13084
13085 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13086
13087         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13088         don't decode quoted parameters; remove misimported Emacs code.
13089         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13090         (rfc2231-decode-encoded-string): Don't use split-string which
13091         behaves differently according to Emacs version; use
13092         mm-decode-coding-region to convert charset to coding-system.
13093         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13094         (rfc2231-encode-string): Remove misimported Emacs code.
13095
13096 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13097
13098         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13099         when calling mail-header-parse-content-type.
13100         (article-de-quoted-unreadable): Ditto.
13101         (article-de-base64-unreadable): Ditto.
13102         (article-wash-html): Ditto.
13103
13104         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13105         calling mail-header-parse-content-type and
13106         mail-header-parse-content-disposition.
13107         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13108         mail-header-parse-content-type.
13109
13110         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13111         insert charset and format parameters; encode description after
13112         inserting it to buffer.
13113         (mml-insert-parameter): Fold lines properly even if a parameter is
13114         segmented into two or more lines; change the max column to 76.
13115
13116         * rfc1843.el (rfc1843-decode-article-body): Don't use
13117         ignore-errors when calling mail-header-parse-content-type.
13118
13119         * rfc2231.el (rfc2231-parse-string): Return at least type if
13120         possible; don't cause an error even if it fails in parsing of
13121         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13122         (rfc2231-encode-string): Don't break lines at the beginning, leave
13123         it to mml-insert-parameter.
13124
13125         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13126         calling mail-header-parse-content-type.
13127
13128 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13129
13130         * spam-report.el (spam-report-gmane-use-article-number):
13131         Improve doc string.
13132         (spam-report-gmane-internal): Check if a suitable header was found
13133         in the article.
13134
13135 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13136
13137         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13138         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13139
13140 2006-02-05  Romain Francoise  <romain@orebokech.com>
13141
13142         Update copyright notices of all files in the gnus directory.
13143
13144 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13145
13146         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13147
13148 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13149
13150         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13151         segmented lines of parameter value to cope with Thunderbird 1.5
13152         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13153         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13154         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13155
13156 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13157
13158         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13159         parts.
13160
13161 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13162
13163         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13164         there's only one active file for all servers.
13165         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13166         solid groups.  Gnus might have used a FAST request to select the group.
13167         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13168         and nnweb-search redundantly in the active file.
13169         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13170         (nnweb-request-create-group): Don't use ARGS.
13171         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13172         initialisations.  Let nnoo do the work.
13173
13174 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13177         Say the part has been decoded.
13178
13179         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13180
13181 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13182
13183         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13184         mailcap-viewer-test-cache when there's no 'test clause, since that
13185         will invert the meaning of a "nil" test previously determined by
13186         mailcap-mailcap-entry-passes-test.
13187
13188 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13189
13190         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13191         compiling.
13192
13193         * gnus-sum.el: Ditto.
13194
13195         * message.el: Don't bind tool-bar-map when compiling.
13196
13197 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13198
13199         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13200
13201 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13202
13203         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13204         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13205         current Google Groups.
13206
13207 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13208
13209         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13210         and tool-bar-mode.
13211
13212         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13213         and tool-bar-mode.
13214
13215         * message.el (message-tool-bar-update): Simplify.
13216         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13217
13218         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13219         gnus-summary-buffer.
13220         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13221         gnus-summary-reply.
13222
13223         * gmm-utils.el (gmm): Add :version.
13224
13225 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13226
13227         * Makefile.in (clean): New rule.
13228         (distclean): Use it.
13229
13230 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13231
13232         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13233         Don't autoload.
13234
13235 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13236
13237         * gmm-utils.el (gmm-verbose): Add :group.
13238
13239 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13240
13241         * message.el: Change some comments WRT tool-bars.
13242
13243         * gnus-sum.el (gnus-summary-tool-bar)
13244         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13245         (gnus-summary-tool-bar-zap-list): New variables.
13246         (gnus-summary-make-tool-bar): Complete rewrite using
13247         `gmm-tool-bar-from-list'.
13248
13249         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13250         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13251         New variables.
13252         (gnus-group-make-tool-bar): Complete rewrite using
13253         `gmm-tool-bar-from-list'.
13254         (gnus-group-tool-bar-update): New function.
13255
13256         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13257
13258 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13259
13260         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13261         is dissected into a single part of which the type is the same as
13262         the given one; decode charset.
13263
13264 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13265
13266         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13267         into alists as symbol not string, since that's what
13268         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13269         look for.
13270
13271 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13272
13273         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13274         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13275
13276         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13277
13278 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13279
13280         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13281         (gnus-xmas-mime-security-button-menu): New function.
13282
13283         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13284         (gnus-mime-security-button-menu): New definition.
13285         (gnus-mime-security-button-map): Use them.
13286         (gnus-mime-security-button-menu): New function.
13287         (gnus-insert-mime-security-button): Addition to help echo.
13288         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13289         (gnus-mime-security-pipe-part): New functions.
13290
13291         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13292         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13293
13294         * mm-decode.el (mm-handle-set-disposition): Remove.
13295         (mm-handle-set-description): Remove.
13296
13297 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13298
13299         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13300         (mm-w3m-standalone-supports-m17n-p): New function.
13301         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13302         w3m usage.
13303
13304         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13305         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13306
13307 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13308
13309         * message.el (message-tool-bar-zap-list):
13310         Use gmm-tool-bar-zap-list as custom type.
13311         (message-tool-bar-update): New function.
13312         (message-tool-bar, message-tool-bar-gnome)
13313         (message-tool-bar-retro): Add message-tool-bar-update.
13314         (message-tool-bar-gnome): Add flyspell-buffer.
13315
13316         * gnus-util.el (gnus-error): Describe `args'.
13317
13318         * gmm-utils.el (gmm-error): Describe `args'.
13319         (gmm-tool-bar-zap-list): New widget.
13320         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13321
13322 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13323
13324         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13325         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13326         the number of recursive calls.
13327
13328         * mm-decode.el (mm-handle-set-disposition): New macro.
13329         (mm-handle-set-description): New macro.
13330
13331 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13332
13333         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13334         encoding.
13335
13336 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13337
13338         * message.el (message-tool-bar-zap-list, message-tool-bar)
13339         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13340         (message-tool-bar-local-item-from-menu): Remove.
13341         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13342         (message-make-tool-bar): New function.
13343         (message-mode): Use `message-make-tool-bar'.
13344
13345         * gmm-utils.el: New file.
13346         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13347         (gmm-lazy): New widget copied from `nnmail.el'.
13348         (gmm-tool-bar-from-list): New function for creating customizable
13349         tool bars.
13350         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13351         output.
13352         (gmm): Add :prefix to defgroup.
13353
13354 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13355
13356         * gmm-utils.el (gmm-widget-p): New function.
13357
13358 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13359
13360         * mml.el (mml-attach-file): Describe `description' in doc string.
13361         (mml-menu): Add Emacs MIME manual and PGG manual.
13362
13363 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13364
13365         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13366
13367 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13368
13369         * nntp.el (nntp-end-of-line): Doc fix.
13370
13371 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13372
13373         * imap.el (imap-open): Handle case where buffer is a buffer
13374         object.
13375
13376 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13377
13378         * gnus-delay.el (gnus-delay): Don't autoload.
13379         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13380         to be re-loaded when customizing the `gnus-delay' group.
13381
13382 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13383
13384         * message.el (message-insert-citation-line): Use newlines.
13385
13386 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13387
13388         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13389         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13390         these routines, so the passphrase can be managed externally and
13391         passed in to the system.
13392         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13393         pgg-add-passphrase-to-cache function.
13394
13395         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13396         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13397         these routines, so the passphrase can be managed externally and
13398         passed in to the system.
13399         (pgg-pgp5-sign-region): Use new name of
13400         pgg-add-passphrase-to-cache function.
13401
13402 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13403
13404         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13405         part of the decoded armor to find the key-identifier.
13406         (pgg-gpg-lookup-key-owner): New function to return the
13407         human-readable identifier of a key owner.
13408         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13409         itself.
13410         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13411         the key value) if we have a key and can match it against a secret
13412         key.  Also, added a note pointing out fact that the prompt only
13413         indicates the first matching key.
13414
13415         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13416         pgg-decrypt-region.
13417         (pgg-add-passphrase-to-cache): Rename from
13418         `pgg-add-passphrase-cache' to reduce confusion (all callers
13419         changed).
13420         (pgg-remove-passphrase-from-cache): Rename from
13421         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13422         changed).
13423         (pgg-read-passphrase, pgg-add-passphrase-cache)
13424         (pgg-remove-passphrase-cache): Add informative docstrings.
13425         (pgg-decrypt): Convey provided passphrase in subordinate call to
13426         pgg-decrypt-region.
13427
13428 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13429
13430         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13431         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13432         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13433         'passphrase' argument, so the passphrase can be managed externally
13434         and then passed in to the system.
13435
13436         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13437         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13438         so the passphrase cache can be used reliably with identifiers
13439         besides a pgp packet's key id.
13440
13441         * pgg-gpg.el (pgg-gpg-encrypt-region)
13442         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13443         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13444         these routines, so the passphrase can be managed externally and
13445         passed in to the system.
13446
13447         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13448         'notruncate' argument, so the passphrase cache can be used
13449         reliably with identifiers besides a pgp packet's key id.
13450
13451 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13452
13453         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13454         symmetric encryption.
13455         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13456         encrypted session key.
13457         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13458         message ask for the passphrase in a proper way.
13459
13460         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13461         New user commands for symmetric encryption.
13462
13463 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13464
13465         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13466
13467         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13468
13469 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13470
13471         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13472
13473 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13474
13475         * mm-decode.el (mm-inlined-types): Add application/pgp.
13476         (mm-automatic-display): Ditto.
13477
13478         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13479         part as text.
13480
13481 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13482
13483         * nnrss.el: Update copyright.
13484         (nnrss-opml-import): Query whether to subscribe to each entry.
13485
13486         * gnus-art.el:
13487         * gnus-sum.el:
13488         * gnus-xmas.el:
13489         * messagexmas.el:
13490         * mm-uu.el:
13491         * mm-view.el: Update copyright.
13492
13493 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13494
13495         * message.el (message-info): New function.
13496         (message-mode-menu): Add it.
13497         Update copyright.
13498
13499         * ChangeLog: Fix and update copyright.
13500
13501 2006-01-13  Romain Francoise  <romain@orebokech.com>
13502
13503         * message.el (message-forward-subject-name-subject): Prefer the
13504         address to 'nowhere' if the sender has no name.
13505         Fix typo.  Update copyright year.
13506
13507 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13508
13509         * gnus-art.el (article-wash-html):
13510         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13511         (gnus-article-wash-html-with-w3m-standalone): New function.
13512
13513         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13514         mm-inline-text-html-render-with-w3m-standalone.
13515         (mm-text-html-washer-alist): Map w3m-standalone to
13516         gnus-article-wash-html-with-w3m-standalone.
13517         (mm-inline-text-html-render-with-w3m-standalone): New function.
13518
13519 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13520
13521         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13522         Improve LaTeX.
13523
13524 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13525
13526         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13527         (nnrss-request-article): Render text/plain parts as HTML.
13528
13529         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13530         the buffer.
13531
13532 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13533
13534         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13535         custom definition of `gnus-posting-styles'.
13536
13537         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13538         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13539
13540 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13541
13542         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13543         Use nntp for bug archive.
13544
13545 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13546
13547         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13548         parts.
13549         (nnrss-normalize-date): New function converts ISO 8601 date into
13550         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13551         (nnrss-check-group): Use it.
13552
13553 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13554
13555         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13556
13557         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13558         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13559         (nnrss-insert-w3): Ditto.
13560
13561 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13562
13563         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13564         the articles to be forwarded including the case where neither a
13565         number of articles nor a region is specified.
13566
13567 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13568
13569         * nnrss.el (nnrss-request-article): Fix last change; fill
13570         text/plain parts.
13571
13572 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13573
13574         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13575         in text/plain part.
13576         (nnrss-check-group): Don't add excessive newline to dc:subject.
13577
13578 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13579
13580         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13581         article.
13582
13583 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13584
13585         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13586         (nnml-use-compressed-files, nnml-save-mail): Support other
13587         comression programs such as bzip2.
13588
13589 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13590
13591         * dns.el (query-dns): Make sure we check the buffer size before
13592         removing tcp headers.
13593
13594 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13595
13596         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13597         remove MIME buttons associated with multipart/alternative parts.
13598         (gnus-mime-display-alternative): Tag buttons using `article-type'
13599         text property.
13600
13601         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13602         associated with multipart/alternative parts.
13603
13604         * gnus-art.el (gnus-signature-separator): Fix custom type.
13605
13606         * mm-decode.el (mm-inlined-types): Fix custom type.
13607         (mm-keep-viewer-alive-types): Ditto.
13608         (mm-automatic-display): Ditto.
13609         (mm-attachment-override-types): Ditto.
13610         (mm-inline-override-types): Ditto.
13611         (mm-automatic-external-display): Ditto.
13612
13613 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13614
13615         * spam-report.el (spam-report-user-mail-address)
13616         (spam-report-user-agent): New variables.
13617         (spam-report-url-ping-plain): Use spam-report-user-agent.
13618
13619 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13620
13621         * gnus-art.el (gnus-button-handle-custom): Do not just use
13622         `customize-apropos' for any "M-x customize-*" button but the
13623         function called for.  Accept both the function name and its
13624         argument in order to achieve this.
13625         (gnus-button-alist): Remove support for "custom:" URL's.
13626         Pass function name to `gnus-button-handle-custom' in case of "M-x
13627         customize-*" buttons.
13628
13629 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13632         multipart/alternative and add xref to mm-discouraged-alternatives
13633         in doc string.
13634
13635         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13636         gnus-buttonized-mime-types in doc string.
13637
13638 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13639
13640         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13641         Suggest image/.* in the doc string.
13642
13643 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13644
13645         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13646         message-marks (Debian bug #342521).
13647
13648 2005-12-12  Simon Josefsson  <jas@extundo.com>
13649
13650         * password.el (password-read-from-cache): Add.
13651         (password-read): Use it.
13652
13653 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13654
13655         * rfc2047.el (rfc2047-charset-to-coding-system):
13656         Recognize us-ascii as a MIME charset.
13657
13658         * mm-bodies.el (mm-decode-content-transfer-encoding):
13659         Protect against the case where the 2nd arg TYPE is nil.
13660
13661 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13662
13663         * pop3.el (pop3-stream-type): Fix custom version.
13664
13665         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13666
13667 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13668
13669         * mm-decode.el (mm-display-external): Add missing cdr.
13670
13671 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13672
13673         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13674         RFC1524) if it is in mailcap or add a suffix according to
13675         mailcap-mime-extensions when generating a temp filename; postpone
13676         deleting a temp file for 2 seconds for some wrappers, shell
13677         scripts, and so on, which might exit right after having started a
13678         viewer command as a background job.
13679
13680 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13681
13682         * nntp.el (nntp-marks-directory): Fix custom group.
13683
13684         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13685         steps when < 10.
13686
13687         * gnus-start.el (gnus-no-server-1):
13688         Mention `gnus-level-default-subscribed' in doc string.
13689
13690 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13691
13692         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13693         parens.
13694
13695 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13696
13697         * gnus-xmas.el (gnus-use-toolbar): Revert.
13698         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13699         gnus-use-toolbar is default.
13700
13701         * messagexmas.el (message-use-toolbar): Revert.
13702         (message-setup-toolbar): Use global default-toolbar if
13703         message-use-toolbar is default.
13704
13705 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13706
13707         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13708         according to default-toolbar-visible-p.
13709
13710         * messagexmas.el (message-use-toolbar): Ditto.
13711
13712 2005-11-26  Dave Love  <fx@gnu.org>
13713
13714         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13715         (tls-program, tls-success): Provide openssl alternative.
13716
13717         * starttls.el: Doc fixes.
13718         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13719         SERVICE to PORT.
13720
13721         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13722         port null or service name.
13723         (starttls-negotiate): Autoload.
13724
13725 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13726
13727         * message.el (message-kill-to-signature): Fix interactive spec.
13728
13729 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13730
13731         * pop3.el (pop3-open-server): Recognize a string as a service name.
13732
13733 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13734
13735         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13736
13737 2005-11-23  Dave Love  <fx@gnu.org>
13738
13739         Add pop3s, pop3/starttls.
13740
13741         * pop3.el (pop3-authentication-scheme): Clarify doc.
13742         (open-tls-stream, starttls-open-stream): Autoload.
13743         (pop3-stream-type): New.
13744         (pop3-open-server): Use it.
13745
13746         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13747         for POP.
13748         (mail-source-keyword-map): Add :stream for POP.
13749         (mail-source-fetch-pop): Use pop3-stream-type.
13750
13751 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13752
13753         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13754         of current-time-string.
13755
13756 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13757
13758         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13759         date header.
13760
13761 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13762
13763         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13764         it can seriously impact performance as it bypasses the agent's
13765         local caches.
13766
13767 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13768
13769         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13770         must be explicitly online rather than "not explicitly offline" for
13771         its flags to be synchronized.
13772
13773         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13774         that gnus-uu-unmark-thread will function correctly.
13775
13776         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13777         1024K is instead displayed as 1M.
13778
13779 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13780
13781         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13782
13783 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13784
13785         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13786
13787 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13788
13789         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13790         error message to display actual error condition.
13791         (gnus-agent-save-local): Avoid saving symbols that are bound to
13792         nil as they simply result in a warning message in
13793         gnus-agent-read-local.
13794
13795 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13796
13797         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13798         rather than make-variable-buffer-local for file-precious-flag.
13799
13800 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13801
13802         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13803         for duplicates which are removed.  The invalid sort check then
13804         triggers a rescan after the sort as sorting may have moved
13805         duplicate entries such that they can be cheaply detected.
13806
13807 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13808
13809         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13810
13811 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13812
13813         * gnus-agent.el (gnus-agent-article-alist-save-format):
13814         Change internal variable to a custom variable.  Change default value
13815         from compressed(2) to uncompressed(1).
13816         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13817         support for uncompressed agentview files.  Taken together, reading
13818         the agentview file should now be 6-7 times faster.
13819
13820 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13821
13822         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13823         as a buffer-local variable.  This avoids creating truncated
13824         dribble files as a result of a hang up, eg.
13825
13826 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13827
13828         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13829         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13830         XEmacs.
13831
13832 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13833
13834         * gnus-start.el (gnus-start-draft-setup):
13835         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13836
13837         * gnus.el (gnus-splash): Change custom group.
13838         (gnus-group-get-parameter, gnus-group-parameter-value):
13839         Describe allow-list argument.
13840
13841         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13842         string.
13843
13844 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13845
13846         * gnus-art.el (gnus-default-article-saver): Add user-defined
13847         `function' to custom type.
13848
13849 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13850
13851         * imap.el (imap-open): Handle case where buffer is a buffer
13852         object.
13853
13854 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13855
13856         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13857         long lines.
13858         (gnus-cache-delete-group): Wrap doc strings.
13859
13860         * gnus-agent.el (gnus-agent-rename-group)
13861         (gnus-agent-delete-group): Wrap doc strings.
13862
13863 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13864
13865         * messagexmas.el (message-use-toolbar): Change the valid values
13866         into default, top, bottom, left, and right.
13867         (message-toolbar-thickness): New variable.
13868         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13869         well.
13870         (message-setup-toolbar): Make it work.
13871
13872         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13873         (gnus-use-toolbar): Change the valid values into default, top,
13874         bottom, left, and right.
13875         (gnus-toolbar-thickness): New variable.
13876         (gnus-xmas-setup-toolbar): New function.
13877         (gnus-xmas-setup-group-toolbar): Use it.
13878         (gnus-xmas-setup-summary-toolbar): Use it.
13879
13880 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13881
13882         * gnus-start.el (gnus-1): Add "native" to
13883         gnus-predefined-server-alist.
13884
13885         * gnus.el (gnus-method-to-server): Don't add "native" to the
13886         lists here, because that leads to problems when
13887         gnus-select-method is bound.
13888
13889 2005-11-09  Simon Josefsson  <jas@extundo.com>
13890
13891         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13892         use (not sort-by-date) instead.
13893
13894 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13895
13896         * gnus-delay.el (gnus-delay-group): Don't autoload.
13897         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13898         to be re-loaded when customizing the `gnus-delay' group.
13899
13900 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13901
13902         * message.el: Revert last changes.
13903         (message-insert-citation-line): Use newlines.
13904
13905 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13906
13907         * message.el (message-courtesy-message)
13908         (message-mark-insert-begin, message-mark-insert-end)
13909         (message-elide-ellipsis, message-cancel-message)
13910         (message-add-header, message-change-subject)
13911         (message-cross-post-followup-to-header)
13912         (message-cross-post-insert-note, message-reduce-to-to-cc)
13913         (message-widen-reply, message-delete-not-region)
13914         (message-kill-to-signature, message-insert-signature)
13915         (message-insert-importance-high, message-insert-importance-low)
13916         (message-insert-or-toggle-importance)
13917         (message-insert-disposition-notification-to)
13918         (message-indent-citation, message-yank-original)
13919         (message-cite-original-without-signature, message-cite-original)
13920         (message-insert-citation-line, message-position-on-field)
13921         (message-fix-before-sending, message-send-mail-partially)
13922         (message-send-mail, message-send-mail-with-sendmail)
13923         (message-send-mail-with-qmail, message-send-news)
13924         (message-check-news-header-syntax, message-generate-headers)
13925         (message-insert-courtesy-copy, message-fill-address)
13926         (message-fill-header, message-shorten-references)
13927         (message-setup-1, message-cancel-news)
13928         (message-forward-make-body-plain, message-forward-make-body-mime)
13929         (message-forward-make-body-mml, message-encode-message-body)
13930         (message-forward-make-body-digest-plain)
13931         (message-forward-make-body-digest-mime)
13932         (message-use-alternative-email-as-from): Insert `hard-newline'
13933         instead of ordinary newlines.
13934
13935 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13936
13937         * message.el (message-generate-headers): Downcase the argument
13938         given to message-check-element.
13939
13940 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13941
13942         * nntp.el (nntp-authinfo-rejected): New error condition.
13943         (nntp-wait-for): Use new error condition to signal authentication
13944         error.
13945         (nntp-retrieve-data): Rethrow new error condition to break out of
13946         recursive call to nntp-send-authinfo.
13947
13948 2005-11-08  Romain Francoise  <romain@orebokech.com>
13949
13950         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13951         (gnus-summary-exit-map): Bind to `Z p'.
13952         (gnus-summary-make-menu-bar): Add menu item.
13953
13954 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13955
13956         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13957         (gnus-treat-*): Add `first' in all doc strings.
13958
13959         * gnus-group.el (gnus-group-compact-group): Fix typo.
13960
13961 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13962
13963         * gnus.el (gnus-parameters-case-fold-search): New variable.
13964         (gnus-parameters-get-parameter): Use it.
13965
13966         * gnus-score.el (gnus-home-score-file): Doc fix.
13967
13968 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13969
13970         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13971
13972 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13973
13974         * mm-util.el (mm-special-display-p): New function.
13975
13976         * mml.el (mml-preview): Use it; doc fix.
13977
13978 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13979
13980         * imap.el (imap-open): Handle case where buffer is a buffer object.
13981
13982 2005-10-29  Romain Francoise  <romain@orebokech.com>
13983
13984         * message.el (message-fix-before-sending): Fix comment.
13985
13986 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13987
13988         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13989
13990 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13991
13992         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13993         Used in gnus-score.el.
13994
13995 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13996
13997         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13998
13999 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14000
14001         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14002         whitespace removed in revision 7.8.  Use concatenated string to
14003         protect trailing whitespace.
14004
14005 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14006
14007         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14008         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14009         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14010         Courier IMAP ("some version from 2004").  Mostly based on similar
14011         code in the same function.
14012
14013 2005-10-26  Didier Verna  <didier@xemacs.org>
14014
14015         * gnus-group.el (gnus-group-compact-group): Invalidate original
14016         article buffer.
14017         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14018         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14019         NOV database and in article itself.
14020         Invalidate article backlog.
14021
14022 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14023
14024         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14025
14026 2005-10-26  Simon Josefsson  <jas@extundo.com>
14027
14028         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14029         part of 2004-07-25 change.
14030
14031 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14032
14033         * message.el (message-display-completion-list): New function.
14034         (message-expand-group): Use it; make sure the Completions buffer
14035         is modifiable.
14036 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14037
14038         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14039         user-mail-name is an empty string.
14040
14041 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14042
14043         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14044         depending on gnus-score-decay-constant.
14045
14046         * encrypt.el (encrypt-insert-file-contents)
14047         (encrypt-write-file-contents): Don't use `gnus-message'.
14048
14049         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14050         arguments.
14051         (mm-uu-type-alist): Add message-marks and insert-marks.
14052         Pass arguments to mm-uu-verbatim-marks-extract.
14053         (mm-uu-hide-markers): New variable.
14054         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14055
14056         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14057         (gnus-convert-image-to-face-command): Use "convert" by default to
14058         allow other input image formats.
14059         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14060         accordingly.
14061
14062 2005-10-23  Simon Josefsson  <jas@extundo.com>
14063
14064         * imap.el (imap-gssapi-program): Align command line parameters
14065         with latest GNU SASL.
14066         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14067
14068 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14069
14070         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14071         HTML.
14072         (nnslashdot-request-article): Ditto.
14073
14074         * lpath.el (featurep): Add nobreak-char-display.
14075
14076 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14077
14078         * mail-source.el (mail-source-fetch-pop): Require pop3.
14079         (mail-source-check-pop): Ditto.
14080
14081 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14082
14083         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14084         errors.
14085
14086 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14087
14088         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14089         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14090
14091         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14092
14093         * mm-bodies.el (mm-decode-string):
14094         Call `mm-charset-to-coding-system' with allow-override argument.
14095
14096 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14097
14098         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14099         (rfc2047-charset-to-coding-system): New function.
14100         (rfc2047-decode-encoded-words): New function.
14101         (rfc2047-decode-region): Use them.
14102         (rfc2047-decode-cte): Remove.
14103         (rfc2047-parse-and-decode): Remove.
14104         (rfc2047-decode): Remove.
14105
14106 2005-10-15  Kenichi Handa  <handa@m17n.org>
14107
14108         * rfc2047.el (rfc2047-decode-cte): New function.
14109         (rfc2047-decode-region): Change the way to decode successive
14110         encoded-words: decode B- or Q-encoding in each encoded-word,
14111         concatenate them, and decode it as charset.
14112
14113 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14114
14115         * lpath.el: Fbind codepage-setup for XEmacs.
14116
14117 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14118
14119         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14120         widget-move-and-invoke.
14121         (gnus-custom-mode): Use gnus-custom-map.
14122
14123 2005-10-15  Bill Wohler  <wohler@newt.com>
14124
14125         * message.el (message-tool-bar-map): Rename image file from
14126         mail_send to mail/send.
14127
14128 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14129
14130         * message.el (message-expand-group): Pass the common
14131         prefix substring of completion to `display-completion-list'.
14132
14133 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14134
14135         * mml-sec.el (mml-secure-method): New internal variable.
14136         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14137         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14138         New functions using mml-secure-method.
14139
14140         * mml.el (mml-mode-map): Add key bindings for those functions.
14141         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14142         Harder <harder@myrealbox.com>.
14143         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14144         Goto end of message if point is the headers of the message.
14145
14146         * message.el (message-in-body-p): New function.
14147
14148         * assistant.el: Autoload gnus-util and netrc.
14149
14150         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14151         Use `mm-charset-override-alist' only when decoding.
14152
14153         * mm-bodies.el (mm-decode-body):
14154         Call `mm-charset-to-coding-system' with allow-override argument.
14155
14156         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14157         `filename' from Content-Disposition if Content-Type doesn't
14158         provide `name'.
14159         (gnus-mime-view-part-as-type): Set default instead of
14160         initial-input.
14161
14162 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14163
14164         * format-spec.el (format-spec): Propagate text properties of % spec.
14165
14166 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14167
14168         * gnus-art.el (gnus-treat-predicate): Add `first'.
14169
14170 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14171
14172         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14173         (mm-charset-override-alist): New variable.
14174         (mm-charset-to-coding-system): Use it.
14175         (mm-codepage-setup): New helper function.
14176         (mm-charset-eval-alist): New variable.
14177         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14178         Warn about unknown charsets.
14179
14180         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14181
14182 2005-10-04  David Hansen  <david.hansen@gmx.net>
14183
14184         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14185         (nnrss-check-group): Ditto.
14186
14187 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14188
14189         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14190         Rename x-gnus-verbatim to x-verbatim.
14191         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14192
14193         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14194         x-verbatim.
14195
14196         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14197
14198         * gnus-util.el (gnus-remove-duplicates): Remove.
14199
14200         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14201         instead of gnus-remove-duplicates.
14202
14203         * message.el (message-remove-duplicates): Remove.
14204         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14205         message-remove-duplicates.
14206
14207         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14208         available, else use implementation from `delete-dups'.
14209
14210         * message.el (message-insert-expires): New function.
14211         (message-mode-map): Add key binding.
14212         (message-mode-field-menu): Add menu entry.
14213         (message-mode): Document it.
14214         (message-make-expires-date): Use `message-make-date'.
14215
14216 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14217
14218         * message.el (message-make-expires-date): New function.
14219
14220 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14221
14222         * Makefile.in (list-installed-shadows): New entry.
14223         (install): Use it.
14224         (remove-installed-shadows): New entry.
14225
14226         * dgnushack.el (dgnushack-default-load-path): New variable.
14227         (dgnushack-find-lisp-shadows): New function.
14228         (dgnushack-remove-lisp-shadows): New function.
14229
14230 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14231
14232         * Makefile.in (install-el-elc): New entry.
14233         (install): Use it so that .el files are necessarily installed.
14234
14235 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14236
14237         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14238
14239 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14240
14241         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14242         function rather than the diff-mode.el package.
14243         (mm-display-external): Use with-current-buffer.
14244         (mm-viewer-completion-map, mm-viewer-completion-map):
14245         Move initialization inside declaration.
14246
14247 2005-09-29  Simon Josefsson  <jas@extundo.com>
14248
14249         * spam.el: Load hashcash when compiling, to avoid warnings.
14250         Don't autoload mail-check-payment.
14251         (spam-check-hashcash): Define unconditionally, since hashcash.el
14252         is part of Gnus now.  Ignore errors from payment checking.
14253
14254 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14255
14256         * message.el (message-bold-region, message-unbold-region):
14257         Rename from `bold-region' and `unbold-region'.
14258
14259         * message.el: Remove useless autoloads.
14260
14261 2005-09-28  Simon Josefsson  <jas@extundo.com>
14262
14263         * message.el (message-use-idna): Default to t.
14264         (message-use-idna): Test whether encoding works too.  Doc fix.
14265
14266 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14267
14268         * nntp.el (nntp-warn-about-losing-connection): Remove.
14269
14270 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14271
14272         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14273         customizable.  Change default value.
14274         (mm-uu-diff-groups-regexp): Change default value.
14275         (mm-uu-type-alist): Add doc string.
14276         (mm-uu-configure): Add doc string.  Make it interactive.
14277         (mm-uu-tex-groups-regexp): New variable.
14278         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14279         (mm-uu-type-alist): Add LaTeX documents.
14280         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14281         of "text/verbatim".
14282         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14283
14284         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14285         instead of "text/verbatim".
14286
14287         * message.el (message-mark-inserted-region)
14288         (message-mark-insert-file): Use slrn style marks when called with
14289         prefix argument.
14290
14291 2005-09-27  Simon Josefsson  <jas@extundo.com>
14292
14293         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14294
14295 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14296
14297         * message.el (message-remove-duplicates): New function.
14298         Implementation borrowed from `gnus-remove-duplicates'.
14299         (message-idna-to-ascii-rhs): Also encode idna addresses in
14300         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14301         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14302         only ask about the same idna domain once per header and also tell
14303         in what header to replace the idna domain.
14304
14305         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14306         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14307         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14308         a header is decoded and not just the last one.
14309
14310 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14311
14312         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14313         has been decoded.
14314
14315         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14316         (mm-insert-part): Don't modify text if it has been decoded.
14317
14318         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14319         decoded.
14320
14321         * mm-view.el (mm-inline-text): Don't strip text props unless
14322         decoding enriched or richtext parts.
14323
14324 2005-09-25  Romain Francoise  <romain@orebokech.com>
14325
14326         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14327         * gnus-start.el (gnus-subscribe-interactively):
14328         * gnus-uu.el (gnus-uu-grab-articles):
14329         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14330         space.
14331
14332 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14333
14334         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14335         * mm-view.el (mm-view-pkcs7-decrypt):
14336         * gnus-sum.el (gnus-summary-limit-to-extra)
14337         (gnus-summary-respool-article, gnus-read-move-group-name):
14338         * gnus-score.el (gnus-summary-increase-score):
14339         * gnus-util.el (gnus-completing-read-with-default):
14340         * gnus-art.el (gnus-read-save-file-name)
14341         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14342         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14343         * message.el (message-check-news-header-syntax):
14344         Follow convention for reading with the minibuffer.
14345
14346 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14347
14348         * spam-report.el (spam-report-url-ping-plain):
14349         Use gnus-extended-version as User-Agent.
14350
14351         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14352         default value is nil.
14353
14354         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14355         (mm-uu-verbatim-marks-extract): New function.
14356         (mm-uu-extract): New face.
14357         (mm-uu-copy-to-buffer): Use it.
14358
14359         * spam-report.el (spam-report-gmane-ham): Rename from
14360         `spam-report-gmane-unspam'.
14361         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14362         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14363
14364         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14365         Autoload.
14366         (spam-report-gmane-unregister-routine):
14367         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14368
14369 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14370
14371         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14372         (spam-report-gmane-unregister-routine): Add support for gmane
14373         unregistration.
14374
14375         * spam-report.el (spam-report-gmane-unspam)
14376         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14377         (spam-report-gmane): Change to take a single article and do unspam
14378         registration.
14379
14380 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14381
14382         * mm-url.el (mm-url-decode-entities): Fix regexp.
14383
14384 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14385
14386         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14387         default to nil, to be able to use Gnus at all.  If the default
14388         switches to something else, then the function should be fixed not
14389         be exceedingly slow.
14390
14391 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14392
14393         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14394         fail hard.
14395
14396         * spam-report.el: Add better Keywords line.
14397
14398         * spam.el: Add Maintainer and better Keywords line.
14399
14400 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14401
14402         * gnus-art.el (gnus-article-replace-part)
14403         (gnus-mime-replace-part): New functions.
14404         (gnus-mime-action-alist, gnus-mime-button-commands)
14405         (gnus-mime-save-part-and-strip): Add file argument.
14406         (gnus-article-part-wrapper): Add interactive argument.
14407
14408         * gnus-sum.el (gnus-summary-mime-map):
14409         Add `gnus-article-replace-part'.
14410
14411 2005-09-19  Didier Verna  <didier@xemacs.org>
14412
14413         The nnml compaction feature:
14414         * nnml.el (nnml-request-compact-group): New function.
14415         * nnml.el (nnml-request-compact): New function.
14416         * gnus-int.el (gnus-request-compact-group): New function.
14417         * gnus-int.el (gnus-request-compact): New function.
14418         * gnus-group.el (gnus-group-compact-group): New function.
14419         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14420         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14421         * gnus-srvr.el (gnus-server-compact-server): New function.
14422         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14423         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14424
14425 2005-09-18  Deepak Goel  <deego@gnufans.org>
14426
14427         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14428         format spec.
14429
14430 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14431
14432         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14433
14434 2005-09-15  Romain Francoise  <romain@orebokech.com>
14435
14436         * message.el (message-fill-paragraph): Clarify docstring.
14437
14438 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14439
14440         * gnus-art.el (gnus-mime-display-part): Protect against broken
14441         MIME messages.
14442
14443 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14444
14445         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14446         before parsing header.
14447
14448 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14449
14450         * html2text.el (html2text-replace-list): Add new entities.
14451
14452 2005-09-11  Romain Francoise  <romain@orebokech.com>
14453
14454         * message.el (message-alternative-emails): Improve docstring.
14455         (message-setup-1): Call `message-use-alternative-email-as-from'
14456         after `message-setup-hook' to give it precedence over posting
14457         styles, etc.
14458         (message-use-alternative-email-as-from): Add docstring.
14459         Remove the original From header if present.
14460
14461         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14462         (nnml-save-mail): Use it.
14463
14464         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14465         articles.  Add new argument `silent'.
14466         (gnus-uu-mark-all): Report the total number of marked articles.
14467
14468 2005-09-10  Romain Francoise  <romain@orebokech.com>
14469
14470         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14471         (gnus-uu-mark-series): Likewise.
14472
14473 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14474
14475         * spam-report.el (spam-report-gmane): Fix generation of spam
14476         report URL.
14477
14478 2005-09-10  Simon Josefsson  <jas@extundo.com>
14479
14480         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14481         t, based on discussion on the ding list with Robert Epprecht
14482         <epprecht@solnet.ch>.
14483
14484 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14485
14486         * spam-report.el (spam-report-gmane): Make it work without
14487         X-Report-Spam header.  Gmane now only provides Archived-At.
14488         This is only used if `spam-report-gmane-use-article-number' is nil.
14489         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14490
14491         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14492         make `gnus-summary-sort-by-recipient' work with threading.
14493
14494         * nnweb.el (nnweb-google-wash-article): Print a message if article
14495         is not available.
14496
14497 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14498
14499         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14500         change.  Decode text/* parts content before displaying.
14501
14502 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14503
14504         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14505
14506 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14507
14508         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14509
14510         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14511         url-package-name, url-package-version,
14512         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14513         w3m-display-inline-images, and w3m-minor-mode-map.
14514
14515 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14516
14517         * message.el (message-tab-body-function): Fix mismatched custom type.
14518
14519         * gnus.el (gnus-group-change-level-function): Ditto.
14520
14521         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14522
14523         * gnus-art.el (gnus-signature-limit)
14524         (gnus-article-mime-part-function): Ditto.
14525
14526 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14527
14528         * mml.el (mml-mode): Silence the byte compiler.
14529
14530         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14531         using `(sit-for 0)' before moving the point to the specified part;
14532         skip unbuttonized parts.
14533         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14534         return to the summary window if gnus-auto-select-part is non-nil.
14535
14536 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14537
14538         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14539         New variables.
14540         (mml-dnd-attach-file, mml-mode): Use them.
14541
14542         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14543         Make fetching article by MID work again for Google Groups.
14544         Add FIXME concerning gnus-group-make-web-group.
14545
14546         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14547         Don't depend on Gnus by using mail-extract-address-components if
14548         gnus-extract-address-components is not bound.
14549
14550 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14551
14552         * gnus-art.el (gnus-mime-display-security): Don't display the
14553         signature, but only the signed part.
14554
14555 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14556
14557         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14558
14559         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14560         list, not listp.
14561
14562 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14563
14564         * mm-encode.el (mm-encode-content-transfer-encoding):
14565         Likewise when encoding.
14566
14567         * mm-bodies.el (mm-decode-content-transfer-encoding):
14568         De-canonicalize CRLF for all text content types, not just
14569         text/plain.
14570
14571 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14572
14573         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14574         valid article; point arrow and cursor at the MIME button.
14575
14576 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14577
14578         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14579         Suggested by Dan Christensen <jdc@uwo.ca>.
14580
14581         * mm-decode.el (mm-save-part): Enable change of prompt.
14582
14583 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14584
14585         * gnus-msg.el (gnus-inews-add-send-actions):
14586         Make `message-post-method' lambda parameter ARG `&optional'.
14587
14588 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14589
14590         * gnus-sum.el (gnus-summary-mime-map):
14591         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14592         gnus-article-jump-to-part.
14593
14594         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14595         (gnus-article-edit-part): Use it.
14596         (gnus-article-part-wrapper): Add no-handle argument.
14597         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14598         New functions.
14599
14600 2005-08-29  Romain Francoise  <romain@orebokech.com>
14601
14602         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14603         docstring.
14604         (gnus-face-from-file): Likewise.
14605
14606 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14607
14608         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14609         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14610         non-nil.
14611         (gnus-auto-select-part): New variable.
14612         (gnus-article-jump-to-part): New function.
14613         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14614         (gnus-mime-delete-part): Allow selecting specified part after
14615         deleting or stripping parts.
14616         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14617         part if argument is bogus.
14618
14619 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14620
14621         * gnus-art.el (w3m-minor-mode-map):
14622         * gnus-spec.el (gnus-newsrc-file-version):
14623         * gnus-util.el (nnmail-active-file-coding-system)
14624         (gnus-original-article-buffer, gnus-user-agent):
14625         * gnus.el (gnus-ham-process-destinations)
14626         (gnus-parameter-ham-marks-alist)
14627         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14628         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14629         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14630         * mm-decode.el (gnus-current-window-configuration):
14631         * mm-extern.el (gnus-article-mime-handles):
14632         * mm-url.el (url-current-object, url-package-name)
14633         (url-package-version):
14634         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14635         (smime-keys, w3m-cid-retrieve-function-alist)
14636         (w3m-current-buffer, w3m-display-inline-images)
14637         (w3m-minor-mode-map):
14638         * mml-smime.el (gnus-extract-address-components):
14639         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14640         (gnus-newsrc-hashtb, message-default-charset)
14641         (message-deletable-headers, message-options)
14642         (message-posting-charset, message-required-mail-headers)
14643         (message-required-news-headers):
14644         * mml1991.el (mc-pgp-always-sign):
14645         * mml2015.el (mc-pgp-always-sign):
14646         * nnheader.el (nnmail-extra-headers):
14647         * rfc1843.el (gnus-decode-encoded-word-function)
14648         (gnus-decode-header-function, gnus-newsgroup-name):
14649         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14650
14651 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14652
14653         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14654         the end of the date treatments.
14655
14656 2005-08-15  Simon Josefsson  <jas@extundo.com>
14657
14658         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14659         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14660         Capello and Romain Francoise.
14661         (pgg-fetch-key-function): Remove, not used?
14662         (pgg-insert-url-with-w3): Require url, to get
14663         url-insert-file-contents regardless of where it is defined.
14664
14665 2005-08-13  Romain Francoise  <romain@orebokech.com>
14666
14667         * message.el (message-cite-original-1): New function.
14668         (message-cite-original): Use it.
14669         (message-cite-original-without-signature): Ditto.
14670
14671 2005-08-08  Romain Francoise  <romain@orebokech.com>
14672
14673         * message.el (message-yank-empty-prefix): New variable.
14674         (message-indent-citation): Use it.
14675         (message-cite-original-without-signature): Respect X-No-Archive.
14676
14677 2005-08-08  Simon Josefsson  <jas@extundo.com>
14678
14679         * pgg.el: Autoload url-insert-file-contents instead of loading
14680         w3/url.
14681         (pgg-insert-url-with-w3): Don't load url here.
14682
14683 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14684
14685         * message.el (message-kill-to-signature): Don't insert newline at
14686         bol.
14687         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14688
14689 2005-08-06  Romain Francoise  <romain@orebokech.com>
14690
14691         * message.el (message-user-fqdn): Fix typo in docstring.
14692
14693 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14694
14695         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14696
14697         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14698
14699 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14700
14701         * mm-bodies.el (mm-encode-body): Use coding system rather than
14702         charset to encode text.
14703
14704         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14705         number of charsets if utf-8 is available (XEmacs).
14706
14707 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14708
14709         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14710         taken from `gnus-button-mid-or-mail-regexp'.
14711         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14712         (gnus-button-alist): Improve regexp for domain part of the MIDs
14713         for news:localpart@domain buttons.
14714         (gnus-button-ctan-directory-regexp): Update.
14715
14716 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14717
14718         * sieve-manage.el (sieve-manage-interactive-login):
14719         Use make-local-variable rather than make-variable-buffer-local.
14720         (sieve-manage-open): Ditto.
14721         (sieve-manage-authenticate): Ditto.
14722
14723         * mml.el (mml-generate-mime-1): Make the content type default to
14724         text/plain if the filename is not specified.
14725
14726 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14727
14728         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14729         instead of insert-buffer.
14730
14731         * message.el (message-yank-original): Ditto; set the mark at the
14732         end of the yanked message.
14733
14734 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14735
14736         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14737         lines to scroll rather than to stop it.
14738
14739         * mml.el (mml-generate-default-type): Add doc string.
14740         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14741         default to application/octet-stream when determining the content
14742         type if it is not specified for the part or the mml contents; add
14743         a comment about mml-generate-default-type.
14744
14745 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14746
14747         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14748         make it default to application/octet-stream when determining the
14749         content type if it is not specified for the external contents.
14750
14751 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14752
14753         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14754         segmented parameter but also other parameters might be there.
14755
14756 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14757
14758         * mm-decode.el (mm-display-external): Delete temp file, directory
14759         and buffer immediately if the external process is exited.
14760
14761 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14762
14763         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14764         fewer lines than that of scroll-margin.
14765         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14766
14767 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14768
14769         * gnus-art.el (gnus-article-next-page): Revert.
14770         (gnus-article-beginning-of-window): New macro.
14771         (gnus-article-next-page-1): Use it.
14772         (gnus-article-prev-page): Ditto.
14773         (gnus-article-edit-part): Use insert-buffer-substring instead of
14774         insert-buffer.
14775         (gnus-article-edit-exit): Ditto.
14776
14777         * gnus-util.el (gnus-beginning-of-window): Remove.
14778         (gnus-end-of-window): Remove.
14779
14780         * lpath.el: Don't bind header-line-format and scroll-margin.
14781
14782 2005-07-25  Simon Josefsson  <jas@extundo.com>
14783
14784         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14785         to have the url package without w3.  Reported by Daiki Ueno
14786         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14787
14788 2005-07-20  Didier Verna  <didier@xemacs.org>
14789
14790         * gnus-diary.el: Remove the description comment (nndiary is now
14791         properly documented in the Gnus manual).
14792         Fix the spelling of "Back End".
14793         * nndiary.el: Ditto.
14794         Fix the copyright notice.
14795
14796 2005-07-18  Romain Francoise  <romain@orebokech.com>
14797
14798         * gnus-sum.el (gnus-summary-to-prefix)
14799         (gnus-summary-newsgroup-prefix): New variables.
14800         (gnus-summary-from-or-to-or-newsgroups): Use them.
14801
14802 2005-07-17  Romain Francoise  <romain@orebokech.com>
14803
14804         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14805         space as it's generally not especially interesting to the user.
14806
14807 2005-07-16  Romain Francoise  <romain@orebokech.com>
14808
14809         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14810         nil to avoid prompting and file modification if one of the
14811         messages at the top of the nnfolder file contains a copyright
14812         notice.
14813         Update copyright notice.
14814
14815         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14816         instead of `current-time-string' as the latter creates a time
14817         string that is not RFC 2822 compliant (it lacks the zone).
14818         Update copyright notice.
14819
14820 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14821
14822         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14823         for text/rtf.  Display default in prompt.  Pass default for M-n.
14824
14825         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14826
14827 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14828
14829         * gnus-msg.el (gnus-button-mailto):
14830         Remove save-selected-window-window hackery because it relies on
14831         save-selected-window internals.
14832
14833 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14834
14835         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14836         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14837         (gnus-article-prev-page): Ditto.
14838
14839         * gnus-util.el (gnus-beginning-of-window): New function.
14840         (gnus-end-of-window): New function.
14841
14842         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14843
14844 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14845
14846         * gnus-score.el (gnus-score-edit-all-score):
14847         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14848         gnus-message.
14849
14850 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14851
14852         * gnus-msg.el (gnus-button-mailto):
14853         Remove save-selected-window-window hackery because it relies on
14854         save-selected-window internals.
14855
14856 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14857
14858         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14859         add-minor-mode.
14860         (gnus-binary-mode): Ditto.
14861
14862         * gnus-topic.el (gnus-topic-mode): Ditto.
14863
14864 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14865
14866         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14867         (gnus-article-prev-page): Take scroll-margin into consideration.
14868
14869 2005-07-04  Lute Kamstra  <lute@gnu.org>
14870
14871         Update FSF's address in GPL notices.
14872
14873 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14874
14875         * gnus.el (gnus-exit):
14876         * gnus-group.el (gnus-group-icons):
14877         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14878
14879         * gnus-nocem.el (gnus-nocem):
14880         * message.el (message-various, message-buffers, message-sending)
14881         (message-interface, message-forwarding, message-insertion)
14882         (message-headers, message-news, message-mail):
14883         * pgg-gpg.el (pgg-gpg):
14884         * pgg-parse.el (pgg-parse):
14885         * pgg-pgp.el (pgg-pgp):
14886         * pgg-pgp5.el (pgg-pgp5):
14887         * pop3.el (pop3): Finish `defgroup' description with period.
14888
14889 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14890
14891         * gnus-art.el (article-display-face): Improve the efficiency.
14892         (article-display-x-face): Ditto; remove grey x-face stuff.
14893
14894 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14895
14896         * gnus-art.el (article-display-face): Correct the position in
14897         which Faces are inserted.
14898
14899 2005-06-29  Didier Verna  <didier@xemacs.org>
14900
14901         * gnus-art.el (article-display-face): Display faces in correct
14902         order.
14903
14904 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14905
14906         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14907         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14908         (gnus-nocem-check-article): Fetch the Type header.
14909         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14910         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14911         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14912         make sure gnus-nocem-hashtb is initialized.
14913         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14914         (gnus-nocem-unwanted-article-p): Ditto.
14915
14916         * pgg.el (pgg-verify): Return the verification result.
14917
14918 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14919
14920         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14921         is ascii.
14922
14923 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14924
14925         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14926         `show-nonbreak-escape'.
14927
14928 2005-06-23  Lute Kamstra  <lute@gnu.org>
14929
14930         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14931
14932         * dig.el (dig-mode):
14933         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14934
14935 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14936
14937         * nnimap.el (nnimap-split-download-body): Fix spellings.
14938
14939 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14940
14941         * gnus-art.el (gnus-article-encrypt-body):
14942         * gnus-cus.el (gnus-score-customize):
14943         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14944         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14945
14946 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14947
14948         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14949         header by looking for magic "MII" at the beginnig.
14950
14951 2005-06-16  Miles Bader  <miles@gnu.org>
14952
14953         * gnus-xmas.el (gnus-xmas-group-startup-message):
14954         Use renamed gnus-splash face.
14955
14956         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14957         (assistant-field-face): New backward-compatibility alias for renamed
14958         face.
14959         (assistant-render-text): Use renamed assistant-field face.
14960
14961         * spam.el (spam): Remove "-face" suffix from face name.
14962         (spam-face): New backward-compatibility alias for renamed face.
14963         (spam-face, spam-initialize): Use renamed spam face.
14964
14965         * message.el (message-header-to, message-header-cc)
14966         (message-header-subject, message-header-newsgroups)
14967         (message-header-other, message-header-name)
14968         (message-header-xheader, message-separator, message-cited-text)
14969         (message-mml): Remove "-face" suffix from face names.
14970         (message-header-to-face, message-header-cc-face)
14971         (message-header-subject-face, message-header-newsgroups-face)
14972         (message-header-other-face, message-header-name-face)
14973         (message-header-xheader-face, message-separator-face)
14974         (message-cited-text-face, message-mml-face):
14975         New backward-compatibility aliases for renamed faces.
14976         (message-font-lock-keywords): Use renamed message faces.
14977
14978         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14979         (sieve-test-commands, sieve-tagged-arguments):
14980         Remove "-face" suffix from face names.
14981         (sieve-control-commands-face, sieve-action-commands-face)
14982         (sieve-test-commands-face, sieve-tagged-arguments-face):
14983         New backward-compatibility aliases for renamed faces.
14984         (sieve-control-commands-face, sieve-action-commands-face)
14985         (sieve-test-commands-face, sieve-tagged-arguments-face):
14986         Use renamed sieve faces.
14987
14988         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14989         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14990         (gnus-group-news-3-empty, gnus-group-news-4)
14991         (gnus-group-news-4-empty, gnus-group-news-5)
14992         (gnus-group-news-5-empty, gnus-group-news-6)
14993         (gnus-group-news-6-empty, gnus-group-news-low)
14994         (gnus-group-news-low-empty, gnus-group-mail-1)
14995         (gnus-group-mail-1-empty, gnus-group-mail-2)
14996         (gnus-group-mail-2-empty, gnus-group-mail-3)
14997         (gnus-group-mail-3-empty, gnus-group-mail-low)
14998         (gnus-group-mail-low-empty, gnus-summary-selected)
14999         (gnus-summary-cancelled, gnus-summary-high-ticked)
15000         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15001         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15002         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15003         (gnus-summary-low-undownloaded)
15004         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15005         (gnus-summary-low-unread, gnus-summary-normal-unread)
15006         (gnus-summary-high-read, gnus-summary-low-read)
15007         (gnus-summary-normal-read, gnus-splash):
15008         Remove "-face" suffix from face names.
15009         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15010         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15011         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15012         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15013         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15014         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15015         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15016         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15017         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15018         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15019         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15020         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15021         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15022         (gnus-summary-normal-ticked-face)
15023         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15024         (gnus-summary-normal-ancient-face)
15025         (gnus-summary-high-undownloaded-face)
15026         (gnus-summary-low-undownloaded-face)
15027         (gnus-summary-normal-undownloaded-face)
15028         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15029         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15030         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15031         (gnus-splash-face):
15032         New backward-compatibility aliases for renamed faces.
15033         (gnus-group-startup-message): Use renamed gnus faces.
15034
15035         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15036         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15037         (gnus-server-agent): Remove "-face" suffix from face names.
15038         (gnus-server-agent-face, gnus-server-opened-face)
15039         (gnus-server-closed-face, gnus-server-denied-face)
15040         (gnus-server-offline-face):
15041         New backward-compatibility aliases for renamed faces.
15042         (gnus-server-agent-face, gnus-server-opened-face)
15043         (gnus-server-closed-face, gnus-server-denied-face)
15044         (gnus-server-offline-face): Use renamed gnus faces.
15045
15046         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15047         Remove "-face" suffix from face names.
15048         (gnus-picon-xbm-face, gnus-picon-face):
15049         New backward-compatibility aliases for renamed faces.
15050
15051         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15052         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15053         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15054         (gnus-cite-11): Remove "-face" suffix from face names.
15055         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15056         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15057         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15058         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15059         New backward-compatibility aliases for renamed faces.
15060         (gnus-cite-attribution-face, gnus-cite-face-list)
15061         (gnus-article-boring-faces): Use renamed gnus faces.
15062
15063         * gnus-art.el (gnus-signature, gnus-header-from)
15064         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15065         (gnus-header-content): Remove "-face" suffix from face names.
15066         (gnus-signature-face, gnus-header-from-face)
15067         (gnus-header-subject-face, gnus-header-newsgroups-face)
15068         (gnus-header-name-face, gnus-header-content-face):
15069         New backward-compatibility aliases for renamed faces.
15070         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15071
15072         * gnus-sum.el (gnus-summary-selected-face)
15073         (gnus-summary-highlight): Use renamed gnus faces.
15074         * gnus-group.el (gnus-group-highlight): Likewise.
15075
15076 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15077
15078         * gnus-sieve.el (gnus-sieve-article-add-rule):
15079         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15080         * spam-stat.el (spam-stat-buffer-change-to-spam)
15081         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15082
15083         * message.el (message-is-yours-p):
15084         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15085
15086 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15087
15088         * mm-view.el (mm-inline-text): Withdraw the last change.
15089
15090 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15091
15092         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15093         executing enriched-decode.
15094
15095 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15096
15097         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15098         charset of tar files.
15099
15100 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15101
15102         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15103
15104 2005-06-04  Lute Kamstra  <lute@gnu.org>
15105
15106         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15107         information is never recorded.
15108
15109 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15110
15111         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15112
15113 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15114
15115         * pop3.el (pop3-apop): Run md5 in the binary mode.
15116
15117         * starttls.el (starttls-set-process-query-on-exit-flag):
15118         Use eval-and-compile.
15119
15120 2005-05-31  Simon Josefsson  <jas@extundo.com>
15121
15122         * smime.el (smime-replace-in-string): Define.
15123         (smime-cert-by-ldap-1): Use it.
15124
15125 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15126
15127         * gnus-art.el (article-display-x-face): Replace
15128         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15129
15130         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15131         set-process-query-on-exit-flag or process-kill-without-query.
15132
15133         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15134         loop instead of replace-regexp.
15135
15136         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15137         instead of process-kill-without-query if it is available.
15138
15139         * lpath.el: Fbind ldap-search-entries.
15140
15141         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15142         instead of find-file-hooks if it is available.
15143
15144         * mml1991.el: Bind pgg-default-user-id when compiling.
15145
15146         * mml2015.el: Bind pgg-default-user-id when compiling.
15147
15148         * nndraft.el (nndraft-request-associate-buffer):
15149         Use write-contents-functions instead of write-contents-hooks if it is
15150         available.
15151
15152         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15153         instead of find-file-hooks if it is available.
15154
15155         * nntp.el (nntp-open-connection): Replace
15156         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15157         (nntp-open-ssl-stream): Ditto.
15158         (nntp-open-tls-stream): Ditto.
15159
15160         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15161         set-process-query-on-exit-flag or process-kill-without-query.
15162         (starttls-open-stream-gnutls): Use it instead of
15163         process-kill-without-query.
15164         (starttls-open-stream): Ditto.
15165
15166 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15167
15168         * smime.el (smime-cert-by-ldap-1): Don't use
15169         replace-regexp-in-string.
15170
15171 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15172
15173         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15174
15175         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15176         in PEM format.  Adjust to the XEmacs compability.
15177
15178 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15179
15180         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15181         by `string-to-number'.
15182         * gnus-agent.el (gnus-agent-regenerate-group)
15183         (gnus-agent-fetch-articles): Ditto.
15184         * gnus-art.el (gnus-button-fetch-group): Ditto.
15185         * gnus-cache.el (gnus-cache-generate-active)
15186         (gnus-cache-articles-in-group): Ditto.
15187         * gnus-group.el (gnus-group-set-current-level)
15188         (gnus-group-insert-group-line): Ditto.
15189         * gnus-score.el (gnus-score-set-expunge-below)
15190         (gnus-score-set-mark-below, gnus-summary-score-effect)
15191         (gnus-summary-score-entry): Ditto.
15192         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15193         (gnus-soup-pack): Ditto.
15194         * gnus-spec.el (gnus-xmas-format): Ditto.
15195         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15196         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15197         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15198         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15199         * nndb.el (nndb-get-remote-expire-response): Ditto.
15200         * nndiary.el (nndiary-parse-schedule-value)
15201         (nndiary-string-to-number, nndiary-request-replace-article)
15202         (nndiary-request-article): Ditto.
15203         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15204         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15205         * nneething.el (nneething-make-head): Ditto.
15206         * nnfolder.el (nnfolder-request-article)
15207         (nnfolder-retrieve-headers): Ditto.
15208         * nnheader.el (nnheader-file-to-number): Ditto.
15209         * nnkiboze.el (nnkiboze-request-article): Ditto.
15210         * nnmail.el (nnmail-process-unix-mail-format)
15211         (nnmail-process-babyl-mail-format): Ditto.
15212         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15213         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15214         (nnmh-request-create-group, nnmh-request-list-1)
15215         (nnmh-request-group, nnmh-request-article): Ditto.
15216         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15217         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15218         * nnsoup.el (nnsoup-make-active): Ditto.
15219         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15220         * nntp.el (nntp-find-group-and-number)
15221         (nntp-retrieve-headers-with-xover): Ditto.
15222         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15223         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15224         (pgg-format-key-identifier): Ditto.
15225         * pop3.el (pop3-last, pop3-stat): Ditto.
15226         * qp.el (quoted-printable-decode-region): Ditto.
15227
15228         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15229         of concat.
15230
15231 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15232
15233         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15234
15235         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15236
15237         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15238
15239         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15240
15241         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15242
15243         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15244
15245         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15246         (gnus-carpal-mode): Ditto.
15247
15248         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15249         (gnus-browse-mode): Ditto.
15250
15251         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15252
15253         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15254
15255 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15256
15257         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15258
15259 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15260
15261         * gnus-util.el (gnus-run-mode-hooks): New function.
15262
15263         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15264
15265         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15266         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15267
15268 2005-05-27  Lute Kamstra  <lute@gnu.org>
15269
15270         * dns-mode.el (dns-mode): Specify customization group.
15271
15272 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15273
15274         * gnus-agent.el (gnus-agent-make-mode-line-string):
15275         Use mode-line-highlight as mouse-face.
15276
15277 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15278
15279         * canlock.el (canlock): Change the parent group to news.
15280
15281         * deuglify.el (gnus-outlook-deuglify): Add :group.
15282
15283         * dig.el (dig): Add :group.
15284
15285         * dns-mode.el (dns-mode): Add :group.
15286
15287         * encrypt.el (encrypt): Add :group.
15288
15289         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15290         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15291         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15292         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15293         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15294
15295         * gnus-diary.el (gnus-diary): Add :group.
15296
15297         * gnus.el (gnus-group-news-1-face): Add :group.
15298         (gnus-group-news-1-empty-face): Ditto.
15299         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15300         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15301         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15302         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15303         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15304         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15305         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15306         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15307         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15308         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15309         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15310         (gnus-summary-high-ticked-face): Ditto.
15311         (gnus-summary-low-ticked-face): Ditto.
15312         (gnus-summary-normal-ticked-face): Ditto.
15313         (gnus-summary-high-ancient-face): Ditto.
15314         (gnus-summary-low-ancient-face): Ditto.
15315         (gnus-summary-normal-ancient-face): Ditto.
15316         (gnus-summary-high-undownloaded-face): Ditto.
15317         (gnus-summary-low-undownloaded-face): Ditto.
15318         (gnus-summary-normal-undownloaded-face): Ditto.
15319         (gnus-summary-high-unread-face): Ditto.
15320         (gnus-summary-low-unread-face): Ditto.
15321         (gnus-summary-normal-unread-face): Ditto.
15322         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15323         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15324
15325         * hashcash.el (hashcash): New custom group.
15326         (hashcash-default-payment): Add :group.
15327         (hashcash-payment-alist): Ditto.
15328         (hashcash-default-accept-payment): Ditto.
15329         (hashcash-accept-resources): Ditto.
15330         (hashcash-path): Ditto.
15331         (hashcash-extra-generate-parameters): Ditto.
15332         (hashcash-double-spend-database): Ditto.
15333         (hashcash-in-news): Ditto.
15334
15335         * message.el (message-minibuffer-local-map): Add :group.
15336
15337         * netrc.el (netrc): Add :group.
15338
15339         * sieve-manage.el (sieve-manage-log): Add :group.
15340         (sieve-manage-default-user): Diito.
15341         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15342         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15343         (sieve-manage-authenticators): Ditto.
15344         (sieve-manage-authenticator-alist): Ditto.
15345         (sieve-manage-default-port): Ditto.
15346
15347         * sieve-mode.el (sieve-control-commands-face): Add :group.
15348         (sieve-action-commands-face): Ditto.
15349         (sieve-test-commands-face): Ditto.
15350         (sieve-tagged-arguments-face): Ditto.
15351
15352         * smime.el (smime): Add :group.
15353
15354         * spam-report.el (spam-report): Add :group.
15355
15356         * spam.el (spam, spam-face): Add :group.
15357
15358 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15359
15360         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15361         return \n.\n.\n at the end of articles.  Protect against that.
15362         (nntp-with-open-group): Allow debugging.
15363
15364         * nnheader.el (mail-header-set-extra): Make into a function
15365         because I just could't understand how to quote the list properly.
15366
15367         * dns.el (query-dns-cached): New function.
15368
15369 2005-05-26  Lute Kamstra  <lute@gnu.org>
15370
15371         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15372
15373 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15374
15375         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15376
15377         * gnus-art.el: Don't autoload mail-extract-address-components.
15378
15379         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15380         eval-and-compile to evaluate it.
15381
15382         * hashcash.el: Don't autoload executable-find.
15383
15384         * nndb.el: Don't declare the nndb back end two or more times; don't
15385         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15386
15387         * nntp.el: Autoload format-spec instead of format; use
15388         eval-and-compile to evaluate autoload forms.
15389
15390 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15391
15392         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15393
15394 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15395
15396         * gnus.el (gnus-version-number): Bump version.
15397
15398 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15399
15400         * gnus.el: No Gnus v0.3 is released.
15401
15402 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15403
15404         * lpath.el (featurep): Bind show-nonbreak-escape.
15405
15406 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15407
15408         * gnus-art.el (gnus-article-edit-part): Disable undo.
15409
15410 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15411
15412         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15413         gnus-article-date-lapsed-new-header is t if date timer is active;
15414         skip headers in which the original date value is empty.
15415         (gnus-article-save-original-date): Redefine it as a macro.
15416         (gnus-display-mime): Use it.
15417
15418 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15419
15420         * gnus-art.el (article-date-ut): Support converting date in
15421         forwarded parts as well.
15422         (gnus-article-save-original-date): New function.
15423         (gnus-display-mime): Use it.
15424
15425 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15426
15427         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15428         enclosure element of <item>.
15429
15430 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15431
15432         * message.el (message-kill-buffer-query): Rename from
15433         `message-kill-buffer-query-if-modified'.  Add :version.
15434
15435 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15436
15437         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15438         window layout.
15439
15440 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15441
15442         * mml.el: Autoload dnd when compiling.
15443
15444 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15445
15446         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15447         x-dnd-*.
15448
15449 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15450
15451         * qp.el (quoted-printable-encode-region): Save excursion.
15452
15453 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15454
15455         * message.el (message-kill-buffer-query-if-modified): Add new variable
15456         so the user can kill a modified message buffer quickly.
15457         (message-kill-buffer): Use it.
15458
15459 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15460
15461         * lpath.el: Fbind display-time-event-handler; don't fbind
15462         string-to-multibyte.
15463
15464         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15465
15466 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15467
15468         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15469         contained in text because xml.el decodes entities) with LFs.
15470
15471 2005-04-11  Lute Kamstra  <lute@gnu.org>
15472
15473         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15474         differently.
15475
15476 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15477
15478         * mm-util.el (mm-detect-coding-region): Typo.
15479
15480 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15481
15482         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15483
15484 2005-04-06  Deepak Goel  <deego@gnufans.org>
15485
15486         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15487         user-function allow user modifications of the scores.
15488         (spam-stat-score-buffer-user): New function, to allow
15489         user-computed modifications to the score.
15490         (spam-stat-score-buffer-user-functions): List of additional
15491         scoring functions.
15492         (spam-stat-error-holder): Global temporary error holder.
15493         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15494         variable.
15495
15496 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15497
15498         * gnus-registry.el (gnus-registry-clean-empty-function)
15499         (gnus-registry-trim, gnus-registry-fetch-groups)
15500         (gnus-registry-delete-group): Groups that match
15501         `gnus-registry-ignored-groups' are removed from the registry
15502         entries, not just ignored for splitting.  This helps clean up the
15503         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15504         to get all the groups a message ID is in.
15505
15506         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15507         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15508         (spam-stat-score-buffer-user-functions): Add :number custom type.
15509
15510 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15511
15512         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15513         argument in XEmacs.
15514
15515         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15516         (nnrss-request-group): Decode group name first.
15517         (nnrss-request-article): Make a text/plain article if mml-to-mime
15518         failed.
15519         (nnrss-get-encoding): Return a compatible encoding according to
15520         nnrss-compatible-encoding-alist.
15521         (nnrss-find-el): Use consp instead of listp.
15522         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15523
15524 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15525
15526         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15527         which Emacs 20 doesn't support.
15528         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15529
15530 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15531
15532         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15533         silence the byte compiler inside the defun.
15534
15535         * gnus-demon.el (parse-time-string): Add autoload.
15536
15537         * gnus-delay.el (parse-time-string): Add autoload.
15538
15539         * gnus-art.el (parse-time-string): Add autoload.
15540
15541         * nnultimate.el (parse-time): Require for `parse-time-string'.
15542
15543 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15544
15545         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15546
15547         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15548
15549         * smime.el (smime-ldap-host-list): Add :version.
15550
15551 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15552
15553         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15554         pass it to `gnus-browse-read-group'.
15555         (gnus-browse-read-group): Add NUMBER argument and pass it to
15556         `gnus-group-read-ephemeral-group'.
15557
15558         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15559         argument and pass it to `gnus-group-read-group'.
15560
15561 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15562
15563         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15564         mm-xemacs-find-mime-charset-1 if we have the mule feature
15565         available at runtime.
15566
15567 2005-03-25  Werner Lemberg  <wl@gnu.org>
15568
15569         * nnmaildir.el: Replace `illegal' with `invalid'.
15570
15571 2005-03-23  Lute Kamstra  <lute@gnu.org>
15572
15573         * time-date.el: Add comment on time value formats.
15574         Don't require parse-time.
15575         (with-decoded-time-value): New macro.
15576         (encode-time-value): New function.
15577         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15578         (days-to-time): Return a valid time value when arg is huge.
15579         (time-since): Use time-subtract.
15580         (time-to-number-of-days): Use time-to-seconds.
15581
15582 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15583
15584         * gnus-start.el (gnus-display-time-event-handler):
15585         Check display-time-timer at runtime rather than only at load time
15586         in case display-time-mode is turned off in the mean time.
15587
15588 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15589
15590         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15591         used.
15592
15593         * nneething.el (nneething-map-file-directory): Derive from
15594         `gnus-directory'.
15595
15596         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15597         the To/Cc button.
15598
15599 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15600
15601         * nnmaildir.el (nnmaildir-request-accept-article):
15602         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15603
15604 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15605
15606         * gnus-async.el: Require timer-funcs at compile time when in
15607         XEmacs for `run-with-idle-timer'.
15608
15609 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15610
15611         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15612         autoloaded function.
15613
15614 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15615
15616         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15617
15618 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15619
15620         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15621
15622 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15623
15624         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15625         Add gnus-expert-user to default.
15626
15627 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15628
15629         * nnimap.el (nnimap-open-server): Ditto.
15630
15631         * imap.el (imap-authenticate): Fix typo.
15632
15633 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15634
15635         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15636         buffer (since IMAP server might return FETCH response out of
15637         order, and the nntp buffer must be sorted).
15638
15639 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15640
15641         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15642         comparison on string.
15643
15644         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15645         (gnus-agent-score): Rename category keywords to match gnus-cus.
15646         (gnus-agent-summary-fetch-series): Modify to protect against
15647         gnus-agent-summary-fetch-group clearing processable flags.
15648         (gnus-agent-synchronize-group-flags): Update live group buffer as
15649         synchronization may occur due to the user toggle the plugged
15650         status.
15651         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15652         successfully downloaded.
15653         (gnus-agent-expire-group-1): Avoid using markers when the overview
15654         is in ascending order; greatly improves performance.
15655         (gnus-agent-regenerate-group):
15656         Use gnus-agent-synchronize-group-flags to reset read status in both
15657         gnus and server.
15658         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15659
15660 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15661
15662         * message.el: Don't autoload former message-utils variables.
15663         (message-strip-subject-trailing-was): Change doc string.
15664
15665         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15666         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15667         (nnweb-google-search): Add "hl=en" here.
15668         (nnweb-google-parse-1, nnweb-google-create-mapping):
15669         Don't hardcode URL.
15670
15671 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15672
15673         * message.el (message-get-reply-headers, message-followup):
15674         Mention related variables `message-use-followup-to' and
15675         `message-use-mail-followup-to', in the information buffer.
15676
15677         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15678         of broken groups(-beta).google.com.
15679
15680 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15681
15682         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15683         parameter to invoked gnus-request-move-article; remove the
15684         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15685         all at once instead of once per article.
15686         (gnus-summary-remove-process-mark): Accept a list of articles as
15687         well as a single article for processing.
15688
15689         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15690         parameter.
15691
15692         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15693
15694         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15695
15696         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15697         parameter.
15698
15699         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15700         parameter.
15701
15702         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15703         parameter and remove the gnus-sum-hint-move-is-internal variable.
15704
15705         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15706         parameter.
15707
15708         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15709         parameter.
15710
15711         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15712         parameter.
15713
15714         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15715
15716         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15717         parameter.
15718
15719         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15720         parameter.
15721
15722 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15723
15724         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15725         a more conservative way.
15726
15727 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15728
15729         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15730         buffer, so it moves the window's cursor.
15731
15732 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15733
15734         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15735         `mm-dissect-multipart' and receive the from field as an (optional)
15736         argument from `mm-dissect-multipart'.
15737         (mm-dissect-multipart): Receive the from field as an argument and
15738         pass it on when we call `mm-dissect-buffer' on MIME parts.
15739         Fixes verification/decryption of signed/encrypted MIME parts.
15740
15741 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15742
15743         * gnus-sum.el (gnus-summary-move-article):
15744         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15745         whatever it calls (right now, only nnimap-request-move article
15746         respects it).
15747
15748         * nnimap.el (nnimap-request-move-article):
15749         When gnus-sum-hint-move-is-internal is set, don't do the extra
15750         nnimap-request-article.
15751
15752 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15753
15754         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15755
15756         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15757         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15758
15759         * gnus-sum.el (gnus-summary-caesar-message):
15760         Apply `gnus-treat-article' after rotation.
15761
15762         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15763         doc string.
15764
15765 2005-02-22  Simon Josefsson  <jas@extundo.com>
15766
15767         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15768         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15769         <arne@arnested.dk>.
15770         (encrypt): Add password-cache and password-cache-expiry as group
15771         members.
15772
15773 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15774
15775         * smime.el (smime-ldap-host-list): Doc fix.
15776         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15777         cache) password.
15778         (smime-sign-region): Use it.
15779         (smime-decrypt-region): Use it.
15780         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15781         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15782         fails.
15783         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15784         certificate from DER to PEM format rather than calling openssl.
15785
15786         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15787
15788         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15789         for signing/encryption.
15790
15791         * mml.el (mml-parse-1): Use them.
15792
15793 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15794
15795         * nnrss.el (nnrss-verbose): Remove.
15796         (nnrss-request-group): Use `nnheader-message' instead.
15797
15798 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15799
15800         * nnrss.el (nnrss-verbose): New variable.
15801         (nnrss-request-group): Make it say nnrss is requesting a group.
15802
15803 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15804
15805         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15806         Handle news URL with given port correctly.
15807
15808 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15809
15810         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15811         containing special characters.
15812
15813         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15814
15815         * mml.el (mime-to-mml): Ditto.
15816
15817         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15818         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15819         (rfc2047-decode-region): Quote decoded words containing special
15820         characters when rfc2047-quote-decoded-words-containing-tspecials
15821         is non-nil.
15822
15823 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15824
15825         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15826
15827         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15828
15829 2005-02-15  Simon Josefsson  <jas@extundo.com>
15830
15831         * nnimap.el (nnimap-debug): Doc fix.
15832
15833         * imap.el (imap-debug): Doc fix.
15834
15835 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15836
15837         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15838
15839 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15840
15841         * gnus.el (spam-contents): Improve docs for spam-contents
15842         parameter in its variable incarnation.
15843
15844 2005-02-14  Simon Josefsson  <jas@extundo.com>
15845
15846         * smime-ldap.el: Use require instead of load-library for ldap.
15847         (smime-ldap-search): Indent.
15848         (smime-ldap-search-internal): Shorten line.
15849
15850         * smime.el (smime-cert-by-dns): Add doc-string.
15851         (smime-cert-by-ldap-1): Indent.
15852
15853         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15854         mml-smime-get-dns-ldap.
15855         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15856
15857 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15858
15859         * smime.el: Require smime-ldap.
15860         (smime-ldap-host-list): New variable.
15861         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15862
15863         * mml-smime.el (mml-smime-encrypt-query): New function.
15864         (mml-smime-encrypt-query): Use it.
15865
15866         * smime-ldap.el: New file.
15867
15868 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15869
15870         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15871
15872 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15873
15874         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15875         argument in doc string.  Make query for type more clear.
15876
15877 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15878
15879         * gnus.el (gnus-group-startup-message): Search for gnus images in
15880         etc/images/gnus.
15881         * mm-util.el (mm-image-load-path): Likewise.
15882         * smiley.el (smiley-data-directory): Search for smilies in
15883         etc/images/smilies.
15884
15885 2005-02-09  Kim F. Storm  <storm@cua.dk>
15886
15887         Change Emacs release version from 21.4 to 22.1 throughout.
15888         Change Emacs development version from 21.3.50 to 22.0.50.
15889
15890 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15891
15892         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15893
15894         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15895         non-Mule XEmacs as well.
15896         (mm-decompress-buffer): Signal an error intentionally if it does
15897         not decompress compressed data because auto-compression-mode is
15898         disabled.
15899
15900 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15901
15902         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15903         an ID in the registry even if it has no groups.
15904
15905 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15906
15907         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15908         merge it into mm-decompress-buffer.
15909         (gnus-mime-copy-part): Use the MIME part charset, the value which
15910         a user specified or gnus-newsgroup-charset for decoding, like
15911         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15912         save-buffer what was used.  Suggested by Kevin Ryde
15913         <user42@zip.com.au>.
15914         (gnus-mime-inline-part): Allow the name parameter as well as the
15915         filename parameter; force decompressing of compressed data; always
15916         display contents being not decoded as unibyte.
15917
15918         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15919         as well as the filename parameter.
15920
15921         * mm-util.el (mm-decompress-buffer):
15922         Merge gnus-mime-jka-compr-maybe-uncompress.
15923         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15924         of compressed data.
15925
15926 2005-02-08  Simon Josefsson  <jas@extundo.com>
15927
15928         * imap.el (imap-log): Doc fix.
15929
15930 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15931
15932         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15933         the coding cookies; decompress compressed parts.
15934
15935         * mml.el (mml-generate-mime-1): Add the charset parameter according
15936         to the value which a user specified manually or the coding cookie.
15937
15938         * mm-util.el (mm-string-to-multibyte): New function.
15939         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15940         (mm-coding-system-to-mime-charset): New function.
15941         (mm-decompress-buffer): New function.
15942         (mm-find-buffer-file-coding-system): New function.
15943
15944         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15945         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15946         parts.
15947
15948 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15949
15950         * mm-view.el (mm-display-inline-fontify): Decode a part according
15951         to the charset parameter.
15952
15953 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15954
15955         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15956         prefix arg is neither nil nor a number, as info specifies.
15957
15958 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15959
15960         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15961         timestamps.
15962
15963 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15964
15965         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15966         groups error checking and notify user.
15967
15968 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15969
15970         * message.el (message-send-mail-function): Check existence of
15971         sendmail-program first before using default value
15972         `message-send-mail-with-sendmail'.  Otherwise use more generic
15973         `smtpmail-send-it'.
15974
15975 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15976
15977         * nntp.el (nntp-request-update-info): Always return nil.
15978
15979 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15980
15981         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15982
15983 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15984
15985         * message.el (message-beginning-of-line): Change the behavior when
15986         invoked between BOL and : so that it first moves backward.
15987
15988 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15989
15990         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15991         article buffer when editing of the article is discarded.
15992         (gnus-article-prepare): Revert.
15993
15994 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15995
15996         * gnus-art.el (gnus-article-prepare):
15997         Remove message-strip-forbidden-properties from the local hook.
15998
15999 2005-01-27  Simon Josefsson  <jas@extundo.com>
16000
16001         * password.el (password-cache-add): Only start one timer per key.
16002         Reported by Derek Atkins <warlord@MIT.EDU>.
16003
16004 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16005
16006         * run-at-time.el: Remove.  It is no longer needed as
16007         timer-funcs.el in the xemacs-base package has a working version of
16008         `run-at-time'.
16009
16010         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16011
16012         * password.el: Require timer-funcs instead of run-at-time in
16013         XEmacs.
16014         Remove `password-run-at-time' macro.
16015         (password-cache-add): Use `run-at-time' instead of
16016         `password-run-at-time'.
16017
16018         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16019         Remove `nnheader-cancel-function-timers' alias,
16020         `cancel-function-timers' exists in XEmacs in timer-funcs.
16021
16022         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16023         for `run-with-idle-timer'.
16024
16025         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16026         for `run-at-time'.
16027
16028         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16029         for `with-timeout'.
16030
16031         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16032         the same as for XEmacs 21.4.
16033         No need to ignore `run-with-idle-timer', this function exists in
16034         XEmacs now in timer-funcs.el in the xemacs-base package.
16035         (dgnushack-compile): No need to delete
16036         run-at-time.el from the list of files to compile because it
16037         doesn't exist anymore.
16038
16039 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16040
16041         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16042         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16043
16044 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16045
16046         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16047         sensitively.
16048
16049 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16050
16051         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16052
16053 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16054
16055         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16056         which will be inserted according to the multibyteness of a buffer
16057         rather than the type of contents.  Suggested by ARISAWA Akihiro
16058         <ari@mbf.ocn.ne.jp>.
16059
16060         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16061         of string which old xml.el may return rather than a string.
16062
16063 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16064
16065         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16066
16067 2005-01-16  Simon Josefsson  <jas@extundo.com>
16068
16069         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16070         idn/idna.el isn't available.
16071         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16072         <michael@waxrat.com>.
16073
16074         * hashcash.el: Remove non-FSF copyright header.
16075
16076         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16077         (hashcash-generate-payment): Use it.
16078         (hashcash-generate-payment-async): Use it.
16079
16080 2005-01-15  Simon Josefsson  <jas@extundo.com>
16081
16082         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16083         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16084
16085         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16086         gnus-summary-idna-message.
16087         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16088         (gnus-summary-idna-message): New function.
16089
16090 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16091
16092         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16093         gnus-novice-user.
16094
16095 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16096
16097         * nnrss.el (nnrss-request-delete-group): Delete entries in
16098         nnrss-group-alist as well.
16099         (nnrss-save-server-data): Insert newline.
16100
16101 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16102
16103         * gnus.el (gnus-user-agent): Use list of symbols instead of
16104         symbols.  Display full version number for (S)XEmacs.
16105         Optionally display (S)XEmacs codename.
16106
16107         * gnus-util.el (gnus-emacs-version): Update for new
16108         `gnus-user-agent'.
16109
16110         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16111         Gnus version.
16112
16113 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16114
16115         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16116         which is unreadable in some setups.
16117
16118 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16119
16120         * gnus-spec.el (gnus-update-format-specifications): Flush the
16121         group format spec cache if it doesn't support decoded group names.
16122
16123 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16124
16125         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16126         Allow to apply decay on score files matching a regexp.
16127
16128 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16129
16130         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16131         compatibility in %g and %c.
16132
16133 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16134
16135         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16136         name for only %g and %c.
16137         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16138         of gnus-tmp-group to decoded group name.
16139         (gnus-group-make-rss-group): Exclude `/'s from group names.
16140
16141 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16142
16143         * nnrss.el (nnrss-get-encoding): Fix regexp.
16144
16145 2004-12-27  Simon Josefsson  <jas@extundo.com>
16146
16147         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16148         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16149         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16150
16151 2004-12-17  Kim F. Storm  <storm@cua.dk>
16152
16153         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16154
16155         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16156
16157 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16158
16159         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16160
16161 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16162
16163         * nnrss.el: Require rfc2047 and mml.
16164         (nnrss-file-coding-system): New variable.
16165         (nnrss-format-string): Redefine it as an inline function.
16166         (nnrss-decode-group-name): New function.
16167         (nnrss-string-as-multibyte): Remove.
16168         (nnrss-retrieve-headers): Decode group name; don't use
16169         nnrss-format-string.
16170         (nnrss-request-group): Decode group name.
16171         (nnrss-request-article): Decode group name; allow a Message-ID as
16172         well as an article number; don't use nnrss-format-string; encode a
16173         Message-ID string which may contain non-ASCII characters; use
16174         mml-to-mime to compose a MIME article.
16175         (nnrss-request-expire-articles): Decode group name.
16176         (nnrss-request-delete-group): Decode group name.
16177         (nnrss-fetch): Clarify error message.
16178         (nnrss-read-server-data): Use insert-file-contents instead of load;
16179         bind file-name-coding-system; use multibyte buffer.
16180         (nnrss-save-server-data): Bind coding-system-for-write to the
16181         value of nnrss-file-coding-system; bind file-name-coding-system;
16182         add coding cookie.
16183         (nnrss-read-group-data): Use insert-file-contents instead of load;
16184         bind file-name-coding-system; use multibyte buffer.
16185         (nnrss-save-group-data): Bind coding-system-for-write to the
16186         value of nnrss-file-coding-system; bind file-name-coding-system.
16187         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16188         make it work with non-ASCII text.
16189         (nnrss-find-el): Make it work with old xml.el as well.
16190
16191 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16192
16193         * nnrss.el (nnrss-get-encoding): New function.
16194         (nnrss-fetch): Use unibyte buffer initially; bind
16195         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16196         decode contents according to the encoding attribute.
16197         (nnrss-save-group-data): Add coding cookie.
16198         (nnrss-mime-encode-string): New function.
16199         (nnrss-check-group): Use it to encode subject and author.
16200
16201 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16202
16203         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16204         imaginary variable.
16205
16206 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16207
16208         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16209         correctly even if there are wide characters.
16210
16211 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16212
16213         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16214         downcased symbol names; make a new cache instead of reusing
16215         bbdb-hashtable.
16216
16217 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16218
16219         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16220         concatenating segments rather than before concatenating them.
16221         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16222
16223         * message.el (message-get-reply-headers): Bind `extra'.
16224
16225 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16226
16227         * message.el (message-extra-wide-headers): New variable.
16228         (message-get-reply-headers): Use it.
16229
16230 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16231
16232         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16233         (gnus-agent-group-pathname): Ditto.
16234
16235         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16236
16237         * gnus-group.el (gnus-group-make-group): Decode group name.
16238         (gnus-group-make-rss-group): Register the group data after opening
16239         the nnrss group.
16240
16241 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16242
16243         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16244         by expiry now get marked as read.
16245
16246 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16247
16248         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16249
16250 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16251
16252         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16253         unify Latin characters in XEmacs.
16254         (mm-find-mime-charset-region): Use it.
16255
16256 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16257
16258         * gnus-util.el (gnus-delete-directory): New function.
16259
16260         * gnus-agent.el (gnus-agent-delete-group): Use it.
16261
16262         * gnus-cache.el (gnus-cache-delete-group): Use it.
16263
16264 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16265
16266         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16267         names.
16268
16269 2004-12-16  Simon Josefsson  <jas@extundo.com>
16270
16271         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16272
16273 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16274
16275         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16276
16277         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16278         (gnus-group-set-current-level): Decode group name.
16279
16280 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16281
16282         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16283         failed.
16284
16285 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16286
16287         * gnus-group.el (gnus-group-delete-group): Decode group name.
16288         (gnus-group-make-rss-group): Encode group name.
16289         (gnus-group-catchup-current): Decode group name.
16290         (gnus-group-kill-group): Decode group name.
16291
16292 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16293
16294         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16295
16296 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16297
16298         * gnus-group.el (gnus-group-make-rss-group):
16299         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16300
16301         * gnus-start.el (gnus-setup-news): Honor user's setting to
16302         gnus-message-archive-method.  Suggested by Lute Kamstra
16303         <lute@gnu.org>.
16304
16305 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16306
16307         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16308         global counterparts of the buffer-local variables.
16309
16310 2004-11-16  Romain Francoise  <romain@orebokech.com>
16311
16312         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16313         counterparts of the buffer-local variables.
16314
16315 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16316
16317         * message.el (message-forbidden-properties): Fix typo in doc
16318         string.
16319
16320 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16321
16322         * gnus-util.el (gnus-replace-in-string): Add doc string.
16323
16324         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16325         to avoid problems when splitting mails with many recipients.
16326
16327 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16328
16329         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16330         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16331
16332 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16333
16334         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16335         if there is no hashtable in memory or file modification time is
16336         newer than cached timestamp.
16337
16338 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16339
16340         * gnus-sum.el (gnus-summary-limit-to-recipient):
16341         Implement not-matching option.
16342
16343 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16344
16345         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16346         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16347         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16348         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16349         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16350         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16351
16352 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16353
16354         * message.el (message-forward-make-body-mml): Remove headers
16355         according to message-forward-ignored-headers if a message is decoded.
16356
16357 2004-12-02  Romain Francoise  <romain@orebokech.com>
16358
16359         * message.el (message-forward-make-body-plain): Always remove
16360         headers according to message-forward-ignored-headers.
16361
16362 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16363
16364         * spam.el (spam-summary-prepare-exit): Remove the
16365         gnus-summary-limit pop for now, it has problems with ham marks for
16366         me.
16367
16368 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16369
16370         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16371         correctly.
16372
16373 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16374
16375         * format-spec.el (format-spec): Message the char.
16376
16377 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16378
16379         * gnus-art.el (gnus-split-methods): Reformat comments.
16380
16381         * spam.el (spam-summary-prepare-exit): Remove article limits
16382         before exiting the summary buffer.
16383
16384 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16385
16386         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16387         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16388
16389         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16390         order to silence the byte compiler.
16391
16392         * spam.el: Fix the way to silence the byte compiler, which
16393         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16394         bbdb-search-simple, spam-BBDB-register-routine,
16395         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16396         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16397         spam-stat-buffer-is-spam, spam-stat-load,
16398         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16399         spam-stat-save and spam-stat-split-fancy.
16400
16401 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16402
16403         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16404         which may confuse users.
16405         (canlock-password-for-verify): Ditto.
16406
16407         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16408
16409         * gnus-art.el (gnus-emphasis-alist): Ditto.
16410
16411         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16412
16413         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16414
16415         * gnus-start.el (gnus-save-killed-list): Ditto.
16416
16417         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16418         (gnus-sum-thread-tree-root): Ditto.
16419         (gnus-sum-thread-tree-false-root): Ditto.
16420         (gnus-sum-thread-tree-single-indent): Ditto.
16421
16422         * message.el (message-courtesy-message): Ditto.
16423         (message-archive-note): Ditto.
16424         (message-subscribed-address-file): Ditto.
16425         (message-user-fqdn): Ditto.
16426
16427         * spam-report.el (spam-report-gmane-regex): Ditto.
16428
16429         * spam.el (spam-blackhole-good-server-regex): Ditto.
16430
16431 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16432
16433         * mml.el (mml-preview): Widen the message buffer before copying
16434         the contents to the preview buffer; sort headers before previewing.
16435
16436         * message.el (message-hidden-headers): Fix the way to avoid a bug
16437         in the `repeat' widget in Emacs 21.3 or earlier.
16438
16439 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16440
16441         * message.el (message-hidden-headers): Default to "^References:".
16442         Improve customization type.  Suggested by Reiner Steib
16443         <Reiner.Steib@gmx.de>.
16444
16445 2004-11-25  Romain Francoise  <romain@orebokech.com>
16446
16447         * message.el (message-strip-forbidden-properties): Remove check for
16448         obsolete `message-hidden' text property, hidden headers are not
16449         accessible in the buffer anymore.
16450
16451 2004-11-22  Romain Francoise  <romain@orebokech.com>
16452
16453         * message.el (message-header-format-alist): Add `From' in list
16454         so that it can be sorted.
16455         (message-fix-before-sending): Widen and sort headers before
16456         sending.
16457         (message-hide-headers): Use narrowing to hide headers by moving
16458         them to the top of the buffer and narrowing to the region
16459         underneath.
16460
16461 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16462
16463         * message.el (message-strip-forbidden-properties):
16464         Bind buffer-read-only (etc) to nil.
16465
16466 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16467
16468         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16469         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16470
16471 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16472
16473         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16474
16475 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16476
16477         * dns.el (query-dns): Use sit-for to time instead of
16478         accept-process-output, since that doesn't seem to work on udp
16479         sockets.
16480
16481 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16482
16483         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16484
16485 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16486
16487         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16488         doc string.  Improve doc string.
16489
16490 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16491
16492         * nntp.el (nntp-request-update-info): Return nil if
16493         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16494         may not call gnus-activate-group which uselessly issues the GROUP
16495         commands for all nntp groups and wastes time.  Reported by Romain
16496         Francoise <romain@orebokech.com>.
16497
16498         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16499
16500 2004-11-15  Simon Josefsson  <jas@extundo.com>
16501
16502         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16503         headers separately.
16504         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16505         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16506
16507 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16508
16509         * gnus-start.el (gnus-convert-old-newsrc):
16510         Assign legacy-gnus-agent to 5.10.7.
16511
16512 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16513
16514         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16515         start of the lines.
16516
16517 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16518
16519         * hashcash.el (hashcash-default-payment): Change default to 20.
16520         (hashcash-default-accept-payment): Change default to 20.
16521         (hashcash-process-alist): New variable.
16522         (hashcash-generate-payment-async): Add.
16523         (hashcash-already-paid-p): Add.
16524         (hashcash-insert-payment): Don't generate payments twice.
16525         (hashcash-insert-payment-async): Add.
16526         (hashcash-insert-payment-async-2): Add.
16527         (hashcash-cancel-async): Add.
16528         (hashcash-wait-async): Add.
16529         (hashcash-processes-running-p): Add.
16530         (hashcash-wait-or-cancel): Add.
16531         (mail-add-payment): New optional argument.  Conditionally start
16532         asynchronous calculation.
16533         (mail-add-payment-async): Add.
16534
16535         * message.el (message-send-mail): Wait for asynchronous hashcash
16536         results.  Don't clobber existing X-Hashcash headers.
16537         (message-setup-1): Call mail-add-payment-async when
16538         message-generate-hashcash is non-nil.
16539
16540 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16541
16542         * message.el (message-use-alternative-email-as-from): Examine the
16543         From header as well; use message-make-from in order to include a
16544         user's full name.
16545
16546 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16547
16548         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16549         default; improve customization type.
16550         (gnus-emphasis-custom-with-format): New macro.
16551         (gnus-emphasis-custom-value-to-external): New function.
16552         (gnus-emphasis-custom-value-to-internal): New function.
16553
16554 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16555
16556         * dns.el (query-dns): Resolve reverse addresses.
16557
16558 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16559
16560         * gnus-group.el (gnus-group-get-new-news): Use it.
16561
16562         * gnus-start.el (gnus-check-reasonable-setup): New function.
16563
16564 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16565
16566         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16567         "Args out of range" error.  Reported by Arnaud Giersch
16568         <arnaud.giersch@free.fr>.
16569
16570 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16571
16572         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16573
16574 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16575
16576         * spam.el (spam group): Add :version.
16577
16578         * pgg-def.el (pgg group): Add :version.
16579
16580 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16581
16582         * gnus-art.el (gnus-article-edit-article): Don't associate the
16583         article buffer with a draft file.  This is a temporary measure
16584         against the 2004-08-22 change to gnus-article-edit-mode.
16585
16586 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16587
16588         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16589         (html2text-format-tags): Remove unused variable `attr'.
16590
16591 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16592
16593         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16594
16595         * tls.el (tls-process-connection-type, tls-success)
16596         (tls-certtool-program): Add :version.
16597
16598         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16599         (starttls-extra-arguments, starttls-process-connection-type)
16600         (starttls-connect, starttls-failure, starttls-success): Add :version.
16601
16602         * spam-stat.el (spam-stat): Add :version.
16603
16604         * sieve.el (sieve): Add :version.
16605
16606         * sha1.el (sha1): Add :version.
16607         (sha1-use-external): Remove redundant version.
16608
16609         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16610         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16611         (nnmail-split-fancy-match-partial-words)
16612         (nnmail-split-lowercase-expanded): Add :version.
16613
16614         * nndiary.el (nndiary): Add :version.
16615
16616         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16617
16618         * mml-sec.el (mml-default-sign-method)
16619         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16620         Add :version.
16621
16622         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16623
16624         * mm-url.el (mm-url-use-external, mm-url-program)
16625         (mm-url-arguments): Add :version.
16626
16627         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16628         (mm-attachment-file-modes, mm-decrypt-option)
16629         (mm-w3m-safe-url-regexp): Add :version.
16630
16631         * message.el (message-cite-prefix-regexp)
16632         (message-sendmail-envelope-from, message-minibuffer-local-map)
16633         (message-user-fqdn, message-completion-alist): Add :version.
16634
16635         * gnus-win.el (gnus-configure-windows-hook)
16636         (gnus-use-frames-on-any-display): Add :version.
16637
16638         * gnus-art.el (gnus-article-address-banner-alist)
16639         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16640         (gnus-treat-from-picon, gnus-treat-mail-picon)
16641         (gnus-treat-x-pgp-sig): Add :version.
16642
16643         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16644         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16645         (gnus-summary-article-delete-hook)
16646         (gnus-summary-display-while-building): Add :version.
16647
16648         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16649         (gnus-get-top-new-news-hook): Add :version.
16650
16651         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16652         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16653
16654         * gnus-registry.el (gnus-registry): Add :version.
16655
16656         * gnus-spec.el (gnus-use-correct-string-widths)
16657         (gnus-make-format-preserve-properties): Add :version.
16658
16659         * gnus.el (gnus-group-charter-alist)
16660         (gnus-group-fetch-control-use-browse-url)
16661         (gnus-install-group-spam-parameters): Add :version.
16662
16663         * gnus-diary.el (gnus-diary): Add :version.
16664
16665         * gnus-delay.el (gnus-delay): Add :version.
16666
16667         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16668         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16669         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16670         Add :version.
16671
16672         * gnus-agent.el (gnus-agent-max-fetch-size)
16673         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16674         (gnus-agent-prompt-send-queue): Add :version.
16675
16676         * deuglify.el (gnus-outlook-deuglify): Add :version.
16677
16678         * html2text.el: Beautify code.  Improve doc strings.
16679         Some checkdoc cleanup.
16680         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16681
16682 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16683
16684         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16685
16686 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16687
16688         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16689         when package is loaded.
16690
16691         * spam.el (spam-summary-score-preferred-header): Add global preference
16692         for people who want to override the default SpamAssassin over
16693         Bogofilter preference (when both are set).
16694         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16695         (spam-user-format-function-S):
16696         Check spam-summary-score-preferred-header.
16697         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16698         (spam-user-format-function-S): Format the score correctly.
16699
16700 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16701
16702         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16703         signature file.  Suggested by Manoj Srivastava
16704         <srivasta@golden-gryphon.com>.
16705
16706         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16707         iso-2022-jp even in the Japanese language environment.
16708         Suggested by Jason Rumney <jasonr@gnu.org>.
16709
16710 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16711
16712         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16713         use the same characters as the dummy marks; make it free from
16714         getting affected by the language environment.
16715         (gnus-summary-read-group-1): Update mark positions only when the
16716         format spec is updated.
16717
16718         * gnus-spec.el (gnus-update-format-specifications): Return a list
16719         of updated types.
16720
16721 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16722
16723         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16724         of boundp to check if display-warning is available.
16725
16726 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16727
16728         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16729
16730 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16731
16732         * nnspool.el (nnspool-spool-directory): Use news-path if the
16733         news-directory variable is not bound.
16734
16735         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16736         function instead of display-warning if it is not available.
16737
16738 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16739
16740         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16741         v5-10: Use `point-at-bol'.
16742
16743 2004-10-26  Simon Josefsson  <jas@extundo.com>
16744
16745         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16746         <chenggao@gmail.com>.
16747
16748 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16749
16750         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16751         instead.
16752
16753 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16754
16755         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16756         to remove a server from the nnimap-server-buffer-alist.
16757         (nnimap-open-connection, nnimap-close-server): Use it.
16758
16759         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16760
16761 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16762
16763         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16764         running the major-mode function.
16765
16766 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16767
16768         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16769         dummy marks in the right way.
16770
16771 2004-10-18  David Edmondson  <dme@dme.org>
16772
16773         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16774         excessively.
16775
16776 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16777
16778         * gnus-util.el (gnus-split-references): Accept a nil references
16779         string and go on blissfully.
16780
16781         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16782         cases where the references string is non-nil but has no references.
16783
16784         * encrypt.el: Add autoload tags.
16785
16786         * spam.el (spam-resolve-registrations-routine): Remove article
16787         from unregistration list too.  Reported by David Hanak
16788         <dhanak@isis.vanderbilt.edu>
16789
16790 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16791
16792         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16793         nil.  Change custom type.
16794
16795 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16796
16797         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16798
16799         * gnus-sum.el (gnus-summary-move-article): Use it.
16800
16801 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16802
16803         * encrypt.el: Add autoload cookies.
16804
16805         * spam.el (spam-backend-article-list-property)
16806         (spam-backend-get-article-todo-list)
16807         (spam-backend-put-article-todo-list)
16808         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16809         Resolve registrations separately.
16810         (spam-register-routine): Format comments.
16811         (spam-unregister-routine, spam-register-routine): Always call with
16812         specific-articles, no default list.
16813         (spam-summary-prepare-exit): Use the spam-classifications function.
16814
16815         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16816         gnus-encrypt.el.
16817
16818         * encrypt.el: Copied from gnus-encrypt.el.
16819
16820         * gnus-encrypt.el: Commented that it's obsolete.
16821
16822 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16823
16824         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16825         (gnus-score-save): Use it.
16826
16827         * message.el (message-bury): Use `window-dedicated-p'.
16828
16829 2004-10-15  Simon Josefsson  <jas@extundo.com>
16830
16831         * pop3.el (top-level): Don't require nnheader.
16832         (pop3-read-timeout): Add.
16833         (pop3-accept-process-output): Add.
16834         (pop3-read-response, pop3-retr): Use it.
16835
16836 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16837
16838         * spam.el (spam-register-routine): Move comment.
16839         (spam-verify-bogofilter): Use 'unknown for the initial
16840         spam-bogofilter-valid state, not 'never.
16841
16842         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16843         for netrc-machine.
16844
16845         * nnimap.el (nnimap-open-connection):
16846         Use netrc-machine-user-or-password.
16847
16848 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16849
16850         * gnus-registry.el (gnus-registry-unload-hook):
16851         Set as a variable with add-hook.
16852
16853         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16854         of news-path.
16855
16856         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16857
16858         * spam.el: Delete duplicate `provide'.
16859         (spam-unload-hook): Set as a variable with add-hook.
16860
16861 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16862
16863         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16864         in the doc string.
16865
16866         * message.el (message-ignored-news-headers)
16867         (message-ignored-supersedes-headers)
16868         (message-ignored-resent-headers)
16869         (message-forward-ignored-headers): Improve custom type.
16870
16871 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16872
16873         * message.el (message-tokenize-header): Fix 2004-09-06 change
16874         which used point-min in the wrong place.
16875
16876 2004-10-12  Simon Josefsson  <jas@extundo.com>
16877
16878         * tls.el (tls-certtool-program): New variable.
16879         (tls-certificate-information): New function, based on
16880         ssl-certificate-information.
16881
16882 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16883
16884         * compface.el: Move the version of ELisp-based uncompface program
16885         to the contrib directory because of the copyright problem.
16886
16887 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16888
16889         * message.el (message-kill-buffer): Raise the current frame.
16890
16891 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16892
16893         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16894
16895         * gnus.el (message-y-or-n-p): Autoload.
16896
16897         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16898         (pop3-password-required, pop3-authentication-scheme)
16899         (pop3-leave-mail-on-server): Make customizable.
16900         (pop3): New custom group.
16901         (pop3-retr): Remove `sleep-for' statements.
16902         Suggested by Dave Love <fx@gnu.org>.
16903
16904         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16905         Windows/DOS.
16906
16907         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16908         (imap-parse-body): Fix incorrect use of `assert'.
16909         Suggested by Dave Love <fx@gnu.org>.
16910
16911         * mml.el (mml-minibuffer-read-disposition): Require match.
16912         Suggested by Dave Love <fx@gnu.org>.
16913
16914 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16915
16916         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16917         doc string.
16918
16919 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16920
16921         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16922
16923 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16924
16925         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16926         instead of calling `mm-insert-inline', to decode text/* parts
16927         before displaying them.
16928
16929 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16930
16931         * mm-uu.el (mm-uu-text-plain-type): New variable.
16932         (mm-uu-pgp-signed-extract-1): Use it.
16933         (mm-uu-pgp-encrypted-extract-1): Use it.
16934         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16935         bind mm-uu-text-plain-type with that value.
16936         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16937         mm-uu-dissect.
16938
16939 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16940
16941         * gnus-group.el (gnus-update-group-mark-positions):
16942         * gnus-sum.el (gnus-update-summary-mark-positions):
16943         * message.el (message-check-news-body-syntax):
16944         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16945         of string-as-multibyte.
16946
16947 2004-10-05  Juri Linkov  <juri@jurta.org>
16948
16949         * gnus-group.el (gnus-update-group-mark-positions):
16950         * gnus-sum.el (gnus-update-summary-mark-positions):
16951         * message.el (message-check-news-body-syntax):
16952         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16953         8-bit unibyte values to a multibyte string for search functions.
16954
16955 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16956
16957         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16958         (mm-uu-dissect-text-parts): New function.
16959
16960         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16961         dissect text parts.
16962
16963         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16964         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16965
16966         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16967
16968         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16969         Use gnus-current-topics instead of gnus-current-topic.
16970
16971 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16972
16973         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16974
16975 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16976
16977         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16978         where approriate.
16979
16980         * nnml.el (nnml-generate-active-info): do.
16981
16982         * nndiary.el (nndiary-generate-active-info): do.
16983
16984         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16985         (gnus-topic-move): do.
16986
16987         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16988         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16989
16990         * gnus-srvr.el (gnus-server-prepare)
16991         (gnus-server-open-all-servers): do.
16992
16993         * gnus-msg.el (gnus-summary-cancel-article)
16994         (gnus-summary-resend-message)
16995         (gnus-summary-mail-crosspost-complaint): do.
16996
16997         * gnus-move.el (gnus-change-server): do.
16998
16999         * gnus-group.el (gnus-group-unmark-all-groups)
17000         (gnus-group-set-current-level): do.
17001
17002 2004-10-04  Simon Josefsson  <jas@extundo.com>
17003
17004         * message.el (message-generate-hashcash): Doc fix.
17005
17006 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17007
17008         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17009         avoid infinite recursion via gnus-get-function.
17010
17011 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17012
17013         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17014
17015         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17016
17017         * nnmail.el (nnmail-split-history): do.
17018
17019         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17020         (nnml-request-delete-group): do.
17021
17022         * nnslashdot.el (nnslashdot-read-groups): do.
17023
17024         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17025         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17026
17027         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17028         (nnspool-sift-nov-with-sed): Use last.
17029         (nnspool-retrieve-headers-with-nov): Use mapc.
17030         (nnspool-request-newgroups): Use dolist.
17031         (nnspool-request-group): Use last.
17032
17033         * nntp.el (nntp-read-server-type): Use dolist.
17034
17035         * nnvirtual.el (nnvirtual-create-mapping)
17036         (nnvirtual-update-read-and-marked): Use dolist.
17037         (nnvirtual-convert-headers): Simplify.
17038
17039 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17040
17041         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17042         Add support for sync'ing tick marks.
17043
17044 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17045
17046         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17047         there's no visible header.
17048
17049 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17050
17051         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17052         When necessary, pass full group name to gnus-request-set-marks.
17053
17054 2004-10-01  Simon Josefsson  <jas@extundo.com>
17055
17056         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17057         acroread.
17058
17059 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17060
17061         * spam-report.el (spam-report-gmane): Fix interactive.
17062
17063         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17064
17065         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17066         when writing file.
17067         (gnus-agent-synchronize-flags): Don't default to being
17068         interactive.
17069
17070 2004-09-30  Simon Josefsson  <jas@extundo.com>
17071
17072         * message.el (message-generate-hashcash): Add.
17073         (message-send-mail): Use it, call mail-add-payment.
17074
17075 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17076
17077         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17078
17079 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17080
17081         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17082         gnus-requst-update-info with explicit code to sync the in-memory
17083         info read flags with the marks being sync'd to the backend.
17084
17085         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17086
17087 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17088
17089         * spam.el (spam-verify-bogofilter): Add new function.
17090         (spam-check-bogofilter)
17091         (spam-bogofilter-register-with-bogofilter): Use it.
17092         (spam-verify-bogofilter): Add small fixes.
17093
17094 2004-09-28  Simon Josefsson  <jas@extundo.com>
17095
17096         * hashcash.el (hashcash-generate-payment): Revert.
17097
17098 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17099
17100         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17101         Use gnus-extract-references instead of gnus-split-references.
17102
17103         * gnus-util.el (gnus-extract-references): Add new function, analogous
17104         to gnus-split-references but extracts only the message-ID without
17105         anything extra.
17106
17107         * hashcash.el (hashcash-generate-payment)
17108         (hashcash-check-payment): Do the right thing if hashcash-path is
17109         nil (because the hashcash program could not be found).
17110
17111         * spam.el (spam-use-hashcash): Remove comment.
17112
17113 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17114
17115         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17116         (gnus-cache-enter-article, gnus-cache-remove-article)
17117         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17118
17119         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17120
17121         * gnus-art.el (article-hide-boring-headers)
17122         (article-translate-strings, article-display-face)
17123         (gnus-article-mime-match-handle-first)
17124         (gnus-article-highlight-headers)
17125         (gnus-article-add-buttons-to-head): do.
17126
17127 2004-09-27  Simon Josefsson  <jas@extundo.com>
17128
17129         * hashcash.el: New version, from
17130         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17131         ../contrib/.
17132
17133 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17134
17135         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17136
17137 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17138
17139         * gnus-dup.el (gnus-dup-open): Use mapc.
17140         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17141
17142         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17143         Reported by Stefan Wiens <s.wi@gmx.net>.
17144
17145         * gnus.el (gnus-shutdown): Use dolist.
17146
17147         * gnus-undo.el (gnus-undo): Use mapc.
17148
17149         * nnrss.el (nnrss-generate-active): do.
17150
17151         * message.el (message-cite-original-without-signature)
17152         (message-cite-original): Use mapc.
17153         (message-do-actions, message-make-forward-subject): Use dolist.
17154
17155 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17156
17157         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17158         deletion to remove entire duplicate line.  Fixes merged article
17159         number bug.
17160
17161 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17162
17163         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17164         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17165         first ask if you want to open a server and then, even when you
17166         responded with no, asking if you want to synchronize the server's
17167         flags.
17168         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17169         multi-line expressions.
17170         (gnus-agent-synchronize-group-flags): New internal function.
17171         Updates marks in memory (in the info structure) AND in the
17172         backend.
17173
17174         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17175
17176         * nnagent.el (nnagent-request-set-mark):
17177         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17178         method, to ensure that synchronization updates marks in the
17179         backend and in the info (in memory) structure.
17180
17181 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17182
17183         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17184         convention fully; don't miss the root article of a thread; make
17185         the X-Draft-From header with correct article numbers.
17186
17187 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17188
17189         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17190         unless plugged.  Disable the agent so that an open failure causes
17191         an error.
17192
17193         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17194         Revert 2004-09-21 change.  The backend must be opened while
17195         synchronizing flags even when the backend stores the flags
17196         locally.
17197
17198 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17199
17200         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17201         in `header' match.  Reported by Svend Tollak Munkejord.
17202
17203         * message.el (message-cite-original): Fix use of
17204         `message-cite-articles-with-x-no-archive'.
17205
17206 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17207
17208         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17209         (gnus-window-to-buffer): Ditto.
17210
17211         * mml.el (mml-preview-buffer): New variable.
17212         (mml-preview): Manage window layout with gnus-buffer-configuration.
17213
17214         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17215         X-Draft-From header even if those articles aren't quoted.
17216
17217 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17218
17219         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17220         (gnus-request-set-mark, gnus-request-update-mark): Use new
17221         g-s-t-u-l-m to decide to use backend even when unplugged.
17222
17223 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17224
17225         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17226         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17227
17228 2004-09-20  Simon Josefsson  <jas@extundo.com>
17229
17230         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17231         "utf-16-le".
17232
17233 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17234
17235         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17236
17237 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17238
17239         * uudecode.el (uudecode-use-external): Add :version.
17240
17241         * smime.el (smime-CA-file, smime-encrypt-cipher)
17242         (smime-dns-server): Add :version.
17243
17244         * smiley.el (gnus-smiley-file-types): Add :version.
17245
17246         * sha1.el (sha1-use-external): Add :version.
17247
17248         * pgg-def.el (pgg-query-keyserver): Add :version.
17249
17250         * nnmail.el (nnmail-fancy-expiry-targets)
17251         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17252         Add :version.
17253
17254         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17255         (nnimap-retrieve-groups-asynchronous): Add :version.
17256         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17257
17258         * mml.el (mml-content-disposition-parameters)
17259         (mml-insert-mime-headers-always): Add :version.
17260
17261         * mm-util.el (mm-coding-system-priorities): Add :version.
17262
17263         * mm-decode.el (mm-inline-text-html-with-images)
17264         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17265         (mm-verify-option): Add :version.
17266         (mm-text-html-renderer): Change :version.
17267
17268         * message.el (message-fcc-externalize-attachments)
17269         (message-required-headers, message-draft-headers)
17270         (message-subject-trailing-was-query)
17271         (message-subject-trailing-was-ask-regexp)
17272         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17273         (message-mark-insert-end, message-archive-header)
17274         (message-archive-note, message-cross-post-default)
17275         (message-cross-post-note, message-followup-to-note)
17276         (message-cross-post-note-function, message-use-mail-followup-to)
17277         (message-subscribed-address-functions)
17278         (message-subscribed-address-file, message-subscribed-addresses)
17279         (message-subscribed-regexps, message-allow-no-recipients)
17280         (message-yank-cited-prefix, message-signature-insert-empty-line)
17281         (message-hidden-headers, message-hierarchical-addresses)
17282         (message-mail-user-agent, message-use-idna)
17283         (message-valid-fqdn-regexp)
17284         (message-strip-special-text-properties, message-header-synonyms)
17285         (message-beginning-of-line, message-tab-body-function): Add :version.
17286         (message-insert-canlock, message-wide-reply-confirm-recipients):
17287         Change :version.
17288
17289         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17290         and :version.
17291         (mail-source-delete-old-incoming-confirm)
17292         (mail-source-movemail-program): Add :version.
17293
17294         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17295         (gnus-agent-cache, gnus-agent): Change :version.
17296
17297         * gnus-util.el (gnus-use-byte-compile): Change :version.
17298
17299         * gnus-sum.el (gnus-summary-make-false-root-always)
17300         (gnus-summary-default-high-score)
17301         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17302         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17303         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17304         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17305         (gnus-sum-thread-tree-single-indent)
17306         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17307         (gnus-sum-thread-tree-leaf-with-other)
17308         (gnus-sum-thread-tree-single-leaf): Add :version.
17309         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17310         (gnus-article-loose-mime): Change :version.
17311
17312         * gnus-start.el (gnus-backup-startup-file)
17313         (gnus-save-startup-file-via-temp-buffer): Add :version.
17314
17315         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17316         (gnus-server-offline-face): Add :version.
17317
17318         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17319
17320         * gnus-msg.el (gnus-gcc-externalize-attachments)
17321         (gnus-debug-files, gnus-debug-exclude-variables)
17322         (gnus-discouraged-post-methods): Change :version.
17323         (gnus-confirm-mail-reply-to-news)
17324         (gnus-confirm-treat-mail-like-news): Add :version.
17325
17326         * gnus-int.el (gnus-server-unopen-status): Add :version.
17327
17328         * gnus-group.el (gnus-group-jump-to-group-prompt)
17329         (gnus-large-ephemeral-newsgroup)
17330         (gnus-fetch-old-ephemeral-headers): Add :version.
17331
17332         * gnus-fun.el (gnus-x-face-directory)
17333         (gnus-convert-pbm-to-x-face-command)
17334         (gnus-convert-image-to-x-face-command)
17335         (gnus-convert-image-to-face-command): Add :version.
17336
17337         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17338
17339         * gnus-cite.el (gnus-cite-blank-line-after-header)
17340         (gnus-article-boring-faces): Add :version.
17341
17342         * gnus-art.el (gnus-buttonized-mime-types)
17343         (gnus-inhibit-mime-unbuttonizing)
17344         (gnus-treat-display-face)
17345         (gnus-treat-body-boundary): Change :version.
17346         (gnus-body-boundary-delimiter, gnus-picon-databases)
17347         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17348         (gnus-treat-date-english, gnus-treat-fold-headers)
17349         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17350         (gnus-treat-mail-picon, gnus-treat-wash-html)
17351         (gnus-article-encrypt-protocol)
17352         (gnus-use-idna, gnus-article-over-scroll)
17353         (gnus-mime-display-multipart-alternative-as-mixed)
17354         (gnus-mime-display-multipart-related-as-mixed)
17355         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17356         (gnus-ctan-url, gnus-button-ctan-handler)
17357         (gnus-button-handle-ctan-bogus-regexp)
17358         (gnus-button-ctan-directory-regexp)
17359         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17360         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17361         (gnus-button-man-level, gnus-button-emacs-level)
17362         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17363
17364         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17365         (gnus-agent-go-online): Change :version.
17366         (gnus-agent-expire-unagentized-dirs)
17367         (gnus-agent-auto-agentize-methods): Add :version.
17368
17369         * flow-fill.el (fill-flowed-display-column)
17370         (fill-flowed-encode-column): Add :version.
17371
17372         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17373         (gnus-outlook-deuglify-unwrap-max)
17374         (gnus-outlook-deuglify-cite-marks)
17375         (gnus-outlook-deuglify-unwrap-stop-chars)
17376         (gnus-outlook-deuglify-no-wrap-chars)
17377         (gnus-outlook-deuglify-attrib-cut-regexp)
17378         (gnus-outlook-deuglify-attrib-verb-regexp)
17379         (gnus-outlook-deuglify-attrib-end-regexp)
17380         (gnus-outlook-display-hook): Add :version.
17381
17382         * binhex.el (binhex-use-external): Add :version.
17383
17384 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17385
17386         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17387         and `invisible'.
17388
17389 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17390
17391         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17392         in gnus-registry-trim.
17393
17394 2004-09-13  Simon Josefsson  <jas@extundo.com>
17395
17396         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17397
17398         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17399
17400         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17401         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17402         <yamaoka@jpl.org>.
17403         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17404         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17405         <yamaoka@jpl.org>.
17406
17407         * sieve.el (sieve-manage-mode): Ditto.
17408
17409 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17410
17411         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17412
17413 2004-09-11  Simon Josefsson  <jas@extundo.com>
17414
17415         * dns-mode.el: Add.
17416
17417         * mm-view.el (mm-display-dns-inline): Add.
17418
17419         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17420         (mm-automatic-display): Ditto.
17421
17422         * mailcap.el (mailcap-mime-data): Add text/dns.
17423         (mailcap-mime-extensions): Map .soa to text/dns.
17424
17425 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17426
17427         * gnus-art.el (article-decode-mime-words, article-babel)
17428         (gnus-article-highlight-signature, gnus-article-add-buttons)
17429         (gnus-signature-toggle): Remove unnecessary bindings of
17430         `inhibit-read-only' inherited from v5.10 merge.
17431
17432 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17433
17434         * nntp.el (nntp): New customization group.
17435         (nntp-authinfo-file): Add customization group.
17436
17437         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17438
17439         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17440
17441         * gnus.el (to-address, to-list, subscribed)
17442         (large-newsgroup-initial): Ditto.
17443
17444         * flow-fill.el (fill-flowed-display-column)
17445         (fill-flowed-encode-column): Ditto.
17446
17447 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17448
17449         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17450         Use point-min rather than 1.
17451         (message-send-mail): Use buffer-size rather than point-max.
17452
17453         * gnus-sum.el (gnus-summary-search-article-forward):
17454         Signal a specific `search-failed' rather than a generic `error'.
17455
17456         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17457         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17458         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17459
17460 2004-09-10  Simon Josefsson  <jas@extundo.com>
17461
17462         * nndb.el (require): Remove tcp and duplicate cl.
17463
17464 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17465
17466         * gnus-agent.el (directory-files-and-attributes): Move forward.
17467
17468 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17469
17470         * gnus-agent.el (directory-files-and-attributes):
17471         Optionally defined to support XEmacs.
17472
17473 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17474
17475         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17476         to avoid run-time CL dependencies.
17477         (gnus-agent-unfetch-articles): New function.
17478         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17479         article numbers even when local .overview file is missing.
17480         (gnus-agent-read-article-number): New function.  Only accepts
17481         27-bit article numbers.
17482         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17483         Use gnus-agent-read-article-number.
17484         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17485         from backend while recognizing that article numbers in .overview
17486         must be valid.
17487         (gnus-agent-update-files-total-fetched-for):
17488         Use directory-files-and-attributes to improve performance.
17489         * gnus-int.el (gnus-request-move-article):
17490         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17491         improve performance.
17492
17493         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17494         some users confused by references to .newsrc when they only have a
17495         .newsrc.eld file.
17496         (gnus-convert-mark-converter-prompt)
17497         (gnus-convert-converter-needs-prompt): Fix use of property list.
17498         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17499         New function.  Used internally to only display 'gnus converting
17500         files' message when actually necessary.
17501
17502         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17503         methods now autoloaded.
17504
17505 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17506
17507         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17508         identifiers.
17509
17510 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17511
17512         * gnus-picon.el: Fix indentation and closing parenthesis.
17513
17514 2004-09-01  Simon Josefsson  <jas@extundo.com>
17515
17516         * message.el (message-canlock-generate): Require sha1, not
17517         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17518         to require within a function.  Sadly, if sha1.el isn't loaded, the
17519         let binding in m-c-g will hide the defcustom definition, which is
17520         bad.)
17521
17522         * canlock.el: Require sha1, not sha1-el.
17523
17524         * message.el: Don't autoload sha1 (there is a autoload cookie in
17525         sha1.el).
17526
17527         * sha1-el.el: Rename to sha1.el.
17528
17529 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17530
17531         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17532
17533 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17534
17535         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17536
17537 2004-08-30  Kim F. Storm  <storm@cua.dk>
17538
17539         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17540
17541         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17542         Add :group 'nnimap.
17543
17544 2004-08-30  Andreas Schwab  <schwab@suse.de>
17545
17546         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17547         ?* and ?\;.
17548
17549         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17550         and ?\' to symbol instead of whitespace.
17551
17552 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17553
17554         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17555
17556         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17557         instead of re-search-forward.
17558
17559         * gnus-uu.el (gnus-uu-save-article): Ditto.
17560         (gnus-uu-post-encode-uuencode): Ditto.
17561
17562         * html2text.el (html2text-clean-list-items): Ditto.
17563         (html2text-clean-dtdd): Ditto.
17564         (html2text-format-tags): Ditto.
17565
17566         * message.el (message-send-mail-with-sendmail): Fix regexp.
17567         (message-fill-field-general): Use search-forward instead of
17568         re-search-forward.
17569         (unbold-region): Ditto.
17570
17571         * nnrss.el (nnrss-request-article): Ditto.
17572
17573         * nnslashdot.el (nnslashdot-request-article): Ditto.
17574
17575         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17576
17577         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17578         "Unrecognized menu descriptor" error in XEmacs.
17579
17580 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17581
17582         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17583         parent article of a sparse article in the thread hashtb.
17584
17585 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17586
17587         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17588         (nnmail-expand-newtext): Lowercase expanded entries if
17589         nnmail-split-lowercase-expanded is non-nil.
17590
17591 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17592
17593         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17594
17595         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17596         of gnus-tmp-news-method into string under XEmacs.  It will be
17597         passed to gnus-correct-length which takes only a string argument.
17598
17599 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17600
17601         * gnus-util.el (gnus-bind-print-variables): New macro.
17602         (gnus-prin1): Use it.
17603         (gnus-prin1-to-string): Use it.
17604         (gnus-pp): New function.
17605         (gnus-pp-to-string): New function.
17606
17607         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17608         Replace pp-to-string with gnus-pp-to-string.
17609         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17610         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17611         * gnus-msg.el (gnus-debug): Ditto.
17612         * gnus-score.el (gnus-score-save): Ditto.
17613         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17614         gnus-pp-to-string.
17615         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17616         with gnus-pp.
17617         * score-mode.el (gnus-score-pretty-print): Ditto.
17618         * webmail.el (webmail-debug): Ditto.
17619
17620 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17621
17622         * gnus-art.el (article-display-face, article-display-x-face):
17623         Use buffer-read-only.
17624
17625 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17626
17627         * gnus-art.el (article-hide-list-identifiers):
17628         Bind inhibit-read-only as t.
17629
17630 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17631
17632         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17633
17634 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17635
17636         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17637         (gnus-narrow-to-page): Don't assume point-min == 1.
17638         (gnus-article-edit-mode): Derive from message-mode.
17639
17640         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17641         point-min == 1.
17642
17643         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17644         Disable incorrect use of `assert'.
17645
17646         * message.el (message-mode): Set comment-start-skip.
17647
17648
17649 2004-08-22  Sam Steingold  <sds@gnu.org>
17650
17651         * pop3.el (pop3-leave-mail-on-server): New user variable.
17652         (pop3-movemail): Delete mail only when it is nil.
17653
17654 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17655
17656         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17657
17658         * mml.el (mml-preview): Use `pop-to-buffer'.
17659
17660         * message.el (message-goto-mail-followup-to): Insert after "To".
17661         (message-carefully-insert-headers): Add comment.
17662
17663         * gnus.el: Remove unused variable `gnus-article-check-size'.
17664
17665         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17666
17667         * gnus-art.el (gnus-button-alist):
17668         Improve `gnus-button-handle-library' entry.
17669
17670 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17671
17672         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17673         Use downcase, since XEmacs capitalizes error messages differently.
17674
17675 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17676
17677         * nntp.el: Add (require 'gnus) due to reference to
17678         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17679
17680 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17681
17682         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17683         Bind `mm-fill-flowed'.
17684
17685         * mm-decode.el (mm-dissect-singlepart): Check it.
17686
17687 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17688
17689         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17690         'imap' for netrc parsing.
17691
17692 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17693
17694         * mailcap.el (mailcap-mime-data): Mark as risky.
17695
17696 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17697
17698         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17699         may be included in the encoded word.
17700         (rfc2047-encode): Don't append a space if the encoded word
17701         includes close parenthesis.
17702
17703 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17704
17705         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17706         of text within parentheses.
17707
17708 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17709
17710         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17711         (gnus-encrypt-write-file-contents): Make the password key the file
17712         name PLUS the cipher, not just the cipher.  Also remove failed
17713         passwords from the cache.
17714
17715 2004-08-06  Simon Josefsson  <jas@extundo.com>
17716
17717         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17718         Doc fix.
17719
17720 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17721
17722         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17723         LWSP.
17724
17725 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17726
17727         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17728         Try to append in-reply-to: data to the references: header.
17729
17730         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17731         (netrc-parse): Use gnus-encrypt.el functions.
17732
17733         * gnus-encrypt.el: Add new file for encryption support; currently
17734         does only a few GPG ciphers and an internal XOR cipher.
17735
17736         * password.el: Add comments on using password-read-and-add.
17737         (password-read-and-add): Add function to read and add the
17738         password to the cache at once.
17739
17740 2004-07-28  Simon Josefsson  <jas@extundo.com>
17741
17742         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17743         parameter (but don't use it, for now).
17744
17745         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17746         instead of hard coding to nil.
17747
17748 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17749
17750         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17751         as mm-inline-image-xemacs does.
17752
17753 2004-07-26  Simon Josefsson  <jas@extundo.com>
17754
17755         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17756         Revert part of 2004-07-17 change below.
17757
17758 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17759
17760         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17761         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17762
17763 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17764
17765         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17766         quotes that actually start with ">" at the beginning of the
17767         lines.
17768
17769 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17770
17771         * rfc2047.el (rfc2047-encode-region): Fix last change.
17772         (rfc2047-encode-parameter): Remove useless concat.
17773
17774 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17775
17776         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17777         encode special characters; fix some kind of misconfigured headers;
17778         signal a real error if debug-on-quit or debug-on-error is non-nil.
17779         (rfc2047-encode-max-chars): New variable.
17780         (rfc2047-encode-1): Use it.
17781         (rfc2047-encode-parameter): New function.
17782
17783         * mml.el (mml-insert-parameter): Remove an excessive space.
17784
17785 2004-07-17  Simon Josefsson  <jas@extundo.com>
17786
17787         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17788         Kai Grossjohann <kai@emptydomain.de>.
17789         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17790         (gnus-group-make-menu-bar): Ditto.
17791
17792         * gnus-util.el (gnus-group-server): Add.
17793
17794 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17795
17796         * message.el (message-clone-locals): Clone sendmail and smtp
17797         variables.
17798
17799 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17800
17801         * rfc2047.el (rfc2047-encode-region): Fix last change.
17802
17803 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17804
17805         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17806         characters as non-special.
17807
17808 2004-07-09  Simon Josefsson  <jas@extundo.com>
17809
17810         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17811         Users will lose all flag changes made while unplugged with
17812         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17813         good default.  See numerous reports on ding mailing list.
17814
17815 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17816
17817         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17818         add generate-head-function and generate-article-function to the
17819         rfc822-forward entry.
17820         (nndoc-rfc822-forward-generate-article): New function.
17821         (nndoc-rfc822-forward-generate-head): New function.
17822
17823         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17824
17825 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17826
17827         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17828         respect display group parameter and gnus-summary-expunge-below.
17829         (gnus-articles-to-read): Remove unused reference to display group
17830         parameter.
17831
17832 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17833
17834         * nnheader.el (nnheader-uniquify-message-id): New experimental
17835         variable.
17836         (nnheader-nov-read-message-id): Use it.
17837
17838         * spam-report.el (spam-report-gmane): Add interactive.
17839
17840 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17841
17842         * mm-encode.el (mm-content-transfer-encoding-defaults):
17843         Use qp-or-base64 for the application/* types.
17844
17845 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17846
17847         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17848
17849 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17850
17851         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17852         trim value.
17853
17854 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17855
17856         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17857         New macro and function.
17858         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17859
17860 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17861
17862         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17863         after-load-alist.
17864
17865 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17866
17867         * gnus-group.el (gnus-group-get-new-news-this-group):
17868         Don't update info that isn't there.
17869
17870 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17871
17872         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17873         entry.
17874
17875 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17876
17877         * mm-view.el (mm-inline-render-with-function): Use multibyte
17878         buffer; decode html source by charset.
17879
17880         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17881
17882         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17883         Mule-UCS is loaded under XEmacs.
17884         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17885
17886 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17887
17888         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17889
17890 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17891
17892         * mm-util.el (mm-coding-system-p): Return a coding-system.
17893         (mm-mime-mule-charset-alist): Use shift_jis instead of
17894         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17895         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17896         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17897         instead of japanese-shift-jis and iso-latin-1 respectively in
17898         order to share the default value with both Emacs and XEmacs-mule.
17899         (mm-mule-charset-to-mime-charset):
17900         Make mm-coding-system-priorities effective.
17901         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17902         while predicating of candidates upon the priorities.
17903
17904 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17905
17906         * gnus-sum.el (gnus-summary-make-menu-bar):
17907         Add gnus-uu-invert-processable.
17908
17909         * gnus.el: Autoload gnus-uu-invert-processable.
17910
17911 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17912
17913         * mm-util.el (mm-with-multibyte-buffer): New macro.
17914
17915         * rfc2047.el (rfc2047-encode-string): Use it.
17916         (rfc2047-encode-region): Move point to the end of the region after
17917         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17918
17919 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17920
17921         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17922         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17923
17924 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17925
17926         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17927         (gnus-cite-parse): Ignore quoted envelope From_.
17928         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17929
17930 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17931
17932         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17933         invalid addresses.
17934
17935 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17936
17937         * spam.el: Change section markers, revise TODO list.
17938         (spam-backends): Make new master list of all installed backends.
17939         (spam-summary-exit-behavior): Add new variable to determine how
17940         messages moves are done at summary exit.
17941         (spam-move-spam-nonspam-groups-only)
17942         (spam-process-ham-in-nonham-groups)
17943         (spam-process-ham-in-spam-groups): Remove variables, the
17944         spam-summary-exit-behavior variable should be used to manage this
17945         behavior.
17946         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17947         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17948         and spam-old-spam-articles.
17949         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17950         Add empty variables, placeholders for the backends they represent.
17951         (spam-set-difference): Move, unchanged.
17952         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17953         unless the user has a processor variable.
17954         (spam-classifications, spam-classification-valid-p)
17955         (spam-backend-properties, spam-backend-property-valid-p)
17956         (spam-backend-function-type-valid-p)
17957         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17958         (spam-report-articles-gmane, spam-report-articles-resend):
17959         Remove functions, they are not needed.
17960         (spam-install-backend-super, spam-backend-list)
17961         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17962         (spam-backend-function, spam-backend-ham-registration-function)
17963         (spam-backend-spam-registration-function)
17964         (spam-backend-ham-unregistration-function)
17965         (spam-backend-spam-unregistration-function)
17966         (spam-backend-statistical-p, spam-backend-mover-p)
17967         (spam-install-backend-alias, spam-install-checkonly-backend)
17968         (spam-install-mover-backend, spam-install-nocheck-backend)
17969         (spam-install-backend, spam-install-statistical-backend)
17970         (spam-install-statistical-checkonly-backend): Add backend installation
17971         support.
17972         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17973         (spam-group-processor-p): Use the new backend code and respect the
17974         summary exit behavior.
17975         (spam-mark-spam-as-expired-and-move-routine): Remove.
17976         (spam-summary-prepare): Change to use the new spam-old-articles
17977         variable.
17978         (spam-copy-or-move-routine, spam-copy-spam-routine)
17979         (spam-move-spam-routine, spam-copy-ham-routine)
17980         (spam-move-ham-routine): Add code to copy/move ham or spam.
17981         (spam-fetch-field-fast): Improve doc and code, plus allow the
17982         'number request.
17983         (spam-list-of-checks, spam-list-of-statistical-checks):
17984         Remove variables.
17985         (spam-split, spam-find-spam): Use the new backend code.
17986         (spam-registration-functions): Remove variable.
17987         (spam-unregister-routine): Add convenience wrapper.
17988         (spam-log-undo-registration, spam-register-routine)
17989         (spam-log-processing-to-registry)
17990         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17991         where possible.
17992         (spam-check-gmane-xref, spam-check-regex-headers)
17993         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17994         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17995         (spam-check-bogofilter-headers, spam-check-spamoracle)
17996         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17997         (spam-check-crm114-headers): Use the spam-split-group that
17998         spam-split prepares, no need to determine it every time.
17999
18000         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18001         to the nnheader-parse-naked-head call.
18002
18003         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18004
18005         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18006         the nnheader-nov-read-message-id call.
18007
18008 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18009
18010         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18011         gnus-activate-group twice.  Suggested by Markus Peter
18012         <warp@spin.de>.
18013
18014 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18015
18016         * gnus-art.el (gnus-article-time-format): Exchange the order of
18017         day and month in the default value; fix customization type.
18018         (article-date-ut): Use add-text-properties.
18019         (article-make-date-line): Use message-make-date instead of
18020         current-time-string.
18021
18022         * message.el (message-fetch-field): Don't use set-text-properties.
18023         (message-make-date): Simplify.
18024
18025         * messagexmas.el (message-xmas-make-date): New function.
18026         (message-xmas-redefine): Defalias message-make-date to it.
18027
18028 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18029
18030         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18031         (rfc2047-encode-region): Treat text within parentheses as special;
18032         show the original text when error has occurred.
18033
18034         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18035         already-computed method to gnus-activate-group.
18036
18037         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18038         same select-methods identical Lisp objects.
18039
18040         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18041         object when modifying the info.
18042
18043 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18044
18045         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18046         gnus-opened-servers since it has never been opened with the new
18047         configuration yet.
18048
18049 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18050
18051         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18052         arg to nnheader-generate-fake-message-id.
18053
18054 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18055
18056         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18057         number and build a fake message ID localized to a group and
18058         article number (so it's repeatable from that point on).
18059         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18060         ID format.
18061
18062         * gnus-sum.el (gnus-get-newsgroup-headers):
18063         Call nnheader-generate-fake-message-id with the article number.
18064
18065 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18066
18067         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18068         end-of-buffer.
18069
18070 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18071
18072         * message.el (message-ignored-supersedes-headers): Add Approved.
18073
18074 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18075
18076         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18077         goto-char.
18078         (rfc2047-encode): Fold the line before encoding.
18079
18080 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18081
18082         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18083         folding -- not all headers can be folded, and this should be done
18084         by the message composition mode.  Probably.  I think.
18085
18086 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18087
18088         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18089         fast.
18090
18091         * gnus-ems.el (gnus-remove-image): Don't use
18092         message-text-with-property; remove only the image found first.
18093
18094         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18095         found first.
18096
18097 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18098
18099         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18100
18101 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18102
18103         * message.el (message-text-with-property): Make it fast and accept
18104         optional arguments.
18105         (message-strip-forbidden-properties): Use it.
18106         (message-fix-before-sending): Follow the m-t-w-p change.
18107
18108         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18109
18110 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18111
18112         * gnus-art.el (article-hide-headers): Don't change the buffer
18113         mistakenly when performing mml-preview even if
18114         gnus-single-article-buffer is nil.
18115
18116 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18117
18118         * message.el (message-expand-name-databases): New user option.
18119         (message-expand-name): Use it.
18120
18121 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18122
18123         * spam.el (spam-report-articles-resend)
18124         (spam-report-resend-register-routine): Allow ham reporting.
18125         (spam-report-resend-register-ham-routine): Add wrapper.
18126         (spam-registration-functions): Add ham resending functions.
18127         (spam-list-of-processors): Add ham resend processor.
18128
18129         * gnus.el (ham-resend-to): Add new group parameter.
18130         (spam-process): Add ham resend option.
18131
18132         * spam-report.el (spam-report-resend): Allow reporting ham.
18133         (spam-report-resend-ham): Add wrapper.
18134
18135 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18136
18137         * message.el (message-cite-articles-with-x-no-archive):
18138         New variable.
18139         (message-cite-original): Use it.
18140
18141 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18142
18143         * message.el (message-cite-original): Respect X-No-Archive.
18144
18145 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18146
18147         * gnus-art.el (article-hide-headers): Refer to the values for
18148         gnus-ignored-headers and gnus-visible-headers in the summary
18149         buffer since a user may have set them as group parameters.
18150
18151 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18152
18153         * assistant.el (assistant-node-name): Add convenience function.
18154         (assistant-render-text, assistant-render-node): Add error handling,
18155         plus handle multiple next nodes.
18156         (assistant-find-next-node): Comment out for now.
18157         (assistant-find-next-nodes): Add function, returns list of next
18158         nodes.
18159
18160 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18161
18162         * mail-source.el (mail-source-directory): Fix doc-string.
18163
18164 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18165
18166         * assistant.el (assistant-render-text, assistant-eval): Add :set
18167         widget type, which is different because it takes and returns a
18168         list.  Much hilarity ensues.
18169
18170 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18171
18172         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18173
18174         * gnus-group.el (gnus-group-get-new-news-this-group):
18175         Add doc-string.
18176
18177         * gnus-start.el (gnus-activate-group): Add doc-string.
18178
18179 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18180
18181         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18182
18183 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18184
18185         * assistant.el (assistant-render-text): Try to add a :set
18186         widget, more to come.
18187
18188         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18189         strings.
18190         (spam-report-articles-resend)
18191         (spam-register-routine): Do registration iff any articles warrant
18192         it.
18193         (spam-summary-prepare-exit): Change log message for nil group
18194         destinations.
18195
18196 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18197
18198         * spam.el (spam-report-resend-register-routine):
18199         Allow spam-report-resend-to to be a group parameter or a global value.
18200
18201 2004-05-26  Simon Josefsson  <jas@extundo.com>
18202
18203         * starttls.el: Merge with my GNUTLS based starttls.el.
18204         (starttls-gnutls-program, starttls-use-gnutls)
18205         (starttls-extra-arguments, starttls-process-connection-type)
18206         (starttls-connect, starttls-failure, starttls-success):
18207         New variables.
18208         (starttls-program, starttls-extra-args): Doc fix.
18209         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18210         New functions.
18211         (starttls-negotiate, starttls-open-stream):
18212         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18213         function if it is set.
18214
18215 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18216
18217         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18218         structured fields.
18219
18220 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18221
18222         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18223
18224 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18225
18226         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18227         Add variable.
18228         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18229         assigning the spam-mark to new messages.
18230
18231 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18232
18233         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18234
18235 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18236
18237         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18238
18239         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18240         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18241         default.
18242
18243 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18244
18245         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18246         correct data.
18247
18248 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18249
18250         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18251         (spam-group-processor-p): Fix function.
18252         (spam-group-processor-multiple-p)
18253         (spam-group-spam-processor-report-gmane-p)
18254         (spam-group-spam-processor-report-resend-p)
18255         (spam-group-spam-processor-bogofilter-p)
18256         (spam-group-spam-processor-blacklist-p)
18257         (spam-group-spam-processor-ifile-p)
18258         (spam-group-ham-processor-ifile-p)
18259         (spam-group-spam-processor-spamoracle-p)
18260         (spam-group-spam-processor-crm114-p)
18261         (spam-group-ham-processor-bogofilter-p)
18262         (spam-group-spam-processor-stat-p)
18263         (spam-group-ham-processor-stat-p)
18264         (spam-group-ham-processor-whitelist-p)
18265         (spam-group-ham-processor-BBDB-p)
18266         (spam-group-ham-processor-spamoracle-p)
18267         (spam-group-ham-processor-copy-p): Remove functions with some
18268         prejudice against unneeded code.
18269         (spam-report-articles-resend)
18270         (spam-report-resend-register-routine): Allow the group/topic
18271         spam-resend-to value to override spam-report-resend-to.
18272         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18273         properly now.
18274
18275         * gnus.el (spam-resend-to): Add group/topic parameter.
18276         (spam-process): Move the OBSOLETE processors to the end of the
18277         choices.
18278
18279 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18280
18281         * spam-report.el (spam-report-resend-to, spam-report-resend):
18282         Start with resend-to set to nil, and then ask the user if necessary.
18283         (spam-report-resend): spam-report-resend takes a list of articles, not
18284         separate article numbers.
18285
18286 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18287
18288         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18289         addition to emacs-w3m.
18290
18291 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18292
18293         * assistant.el (assistant-authinfo-data): New function.
18294         (assistant-eval): Eval for entire assistant.
18295
18296         * netrc.el (netrc-services-file): New variable.
18297         (netrc-parse-services): New function.
18298         (netrc-find-service-name): New function.
18299         (netrc-find-service-number): New function.
18300         (netrc-port-equal): New function.
18301         (netrc-machine): Use it.
18302
18303         * nnimap.el (nnimap-open-connection): Use netrc.
18304
18305         * gnus-util.el (gnus-netrc-get): Remove aliases.
18306
18307         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18308
18309         * assistant.el (wid-edit): Fix compilation.
18310
18311         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18312
18313 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18314
18315         * gnus-util.el (gnus-set-file-modes): New function.  (small
18316         patch).
18317
18318 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18319
18320         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18321
18322         * assistant.el (assistant-render-node): Fix up rendering and
18323         read-only text.
18324         (assistant-render-node): Reset.
18325         (assistant-make-read-only): Not sticky.
18326
18327 2004-05-20  Danny Siu  <dsiu@adobe.com>
18328
18329         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18330         centered even when gnus-auto-center-summary is t.
18331
18332 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18333
18334         * dns.el (dns-get-txt-answer): New function.
18335         (dns-read-txt): Ditto.
18336         (query-dns): Use it.
18337
18338 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18339
18340         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18341         active for foreign groups even if the group level is higher than
18342         the specified value.
18343
18344 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18345
18346         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18347         non-active groups.
18348
18349         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18350
18351 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18352
18353         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18354
18355 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18356
18357         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18358         (spam-crm114-header, spam-crm114-spam-switch)
18359         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18360         (spam-crm114-positive-spam-header)
18361         (spam-crm114-database-directory, spam-list-of-processors)
18362         (spam-group-spam-processor-crm114-p)
18363         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18364         (spam-generic-score, spam-list-of-checks)
18365         (spam-list-of-statistical-checks, spam-registration-functions)
18366         (spam-check-crm114-headers, spam-crm114-score)
18367         (spam-check-crm114, spam-crm114-register-with-crm114)
18368         (spam-crm114-register-spam-routine)
18369         (spam-crm114-unregister-spam-routine)
18370         (spam-crm114-register-ham-routine)
18371         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18372         From asjo@koldfront.dk (Adam Sjøgren).
18373
18374         * gnus.el: Add spam-use-crm114.
18375
18376         * spam.el (spam-list-of-processors, spam-registration-functions):
18377         Add spam-use-resend.
18378         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18379         (spam-report-articles-gmane): Add doc fix.
18380         (spam-report-articles-resend, spam-report-resend-register-routine):
18381         Add wrappers around spam-report-resend-to.
18382
18383         * spam-report.el (spam-report-resend-to, spam-report-resend):
18384         Add support for resending spam.
18385         (spam-report-gmane): Fix line length >80.
18386
18387         * gnus.el (spam-process): Add spam-use-resend.
18388
18389 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18390
18391         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18392         number of processed spam messages.
18393         (spam-ham-copy-or-move-routine): Return the number of processed
18394         ham messages.
18395         (spam-summary-prepare-exit): Use the above values to decide
18396         whether status messages shouled be displayed.
18397
18398 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18399
18400         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18401         `rfc2047-encoding-function-alist' in order to avoid conflicting
18402         with the old version.
18403         (rfc2047-encode-region): Concatenate words containing non-ASCII
18404         characters in structured fields; don't encode space-delimited
18405         ASCII words even in unstructured fields; don't break words at
18406         char-category boundaries.
18407         (rfc2047-encode-1): New function.
18408         (rfc2047-encode): Use it; encode text so that it occupies the
18409         maximum width within 76-column; work correctly on Q encoding for
18410         iso-2022-* charsets.
18411         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18412         sure not to break a line just after the header name.
18413         (rfc2047-b-encode-region): Remove.
18414         (rfc2047-b-encode-string): New function.
18415         (rfc2047-q-encode-region): Remove.
18416         (rfc2047-q-encode-string): New function.
18417
18418         * mm-util.el (mm-replace-in-string): New function.
18419
18420 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18421
18422         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18423         Really get it right.
18424         (gnus-inews-make-draft): Really.
18425
18426 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18427
18428         * nnmh.el (nnmh-request-list-1): Don't check the link count
18429         before descending.  (small patch)
18430
18431 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18432
18433         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18434         stuff.
18435
18436         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18437         Match on real group name.
18438
18439         * gnus-art.el (gnus-signature-limit): Doc fix.
18440
18441         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18442
18443         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18444
18445 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18446
18447         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18448         isn't a string.
18449
18450 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18451
18452         * gnus-draft.el (gnus-draft-send):
18453         Bind rfc2047-encode-encoded-words.
18454
18455         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18456         (rfc2047-encodable-p): Say that =? needs encoding.
18457         (rfc2047-encode-encoded-words): New variable.
18458
18459         * gnus-group.el (gnus-group-select-group): Doc fix.
18460
18461         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18462
18463         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18464         to nil.
18465
18466         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18467
18468         * nnheader.el (nnheader-get-lines-and-char): New function.
18469
18470 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18471
18472         * gnus-msg.el (gnus-summary-followup-with-original):
18473         Document yanking of region when active.
18474
18475 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18476
18477         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18478         groups if the group level is higher than the specified value.
18479
18480 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18481
18482         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18483         (gnus-group-jump-to-group): Add prefix argument using
18484         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18485         non-active group.
18486
18487         * compface.el (uncompface): Be verbose when changing
18488         `uncompface-use-external'.
18489
18490         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18491         handle manual section.
18492
18493 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18494
18495         * gnus-art.el (gnus-button-alist): Revert previous change.
18496
18497 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18498
18499         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18500
18501 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18502
18503         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18504         whether backend can accept message.
18505
18506         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18507
18508 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18509
18510         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18511         Avoid creating directory when nntp-marks-is-evil is true.
18512         Reported by Reiner Steib.
18513
18514 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18515
18516         * gnus-picon.el (gnus-picon-style): New variable.
18517         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18518         (gnus-picon-transform-address): Support `gnus-picon-style'.
18519         From Jesper Harder <harder@ifa.au.dk>.
18520
18521 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18522
18523         * message.el (message-fill-field): Return point.
18524         (message-generate-headers): Go to end of field.
18525
18526         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18527         stuff for non-living groups.
18528
18529 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18530
18531         * gnus-art.el (gnus-article-followup-with-original)
18532         (gnus-article-reply-with-original): gnus-mark-active-p ->
18533         gnus-region-active-p.
18534
18535 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18536
18537         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18538         only when there is spam or ham to be processed.
18539
18540 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18541
18542         * mail-source.el (mail-source-delete-crash-box): Refactor.
18543         (mail-source-fetch): Use it.
18544         (mail-source-fetch-file): Ditto.
18545         (mail-source-fetch-directory): Run postscript in loop.
18546         (mail-source-fetch-pop): Delete.
18547         (mail-source-fetch-maildir): Ditto.
18548         (mail-source-fetch-imap): Ditto.
18549
18550         * imap.el (imap-authenticators): Comment out sasl.
18551
18552         * message.el (message-skip-to-next-address): New function.
18553         (message-fill-header-address): Refactor.
18554         (message-fill-address): Use it.
18555         (message-delete-address): Use it.
18556         (message-fill-header-general): Refactor.
18557         (message-fill-field-address): Rename.
18558         (message-narrow-to-field): Find the start of the header.
18559         (message-header-format-alist): Don't pre-fill.
18560         (message-fill-header): Remove.
18561         (message-insert-header): New function.
18562         (message-shorten-references): Use it.
18563
18564         * rfc2047.el (rfc2047-field-value): Strip props.
18565
18566         * mail-parse.el (mail-header-make-address): New alias.
18567
18568         * ietf-drums.el (ietf-drums-make-address): New function.
18569
18570         * imap.el: Add compiler directives.
18571
18572         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18573
18574         * gnus-art.el (article-decode-idna-rhs): Don't use
18575         message-idna-inside-rhs-p.
18576
18577 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18578
18579         * message.el (message-idna-inside-rhs-p): Remove.
18580         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18581
18582         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18583         false positives.
18584
18585 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18586
18587         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18588
18589 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18590
18591         * nneething.el (nneething-file-name): Don't create spurious
18592         files.
18593
18594         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18595         (gnus-inews-do-gcc): Remove sleep.
18596
18597         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18598         part under point.
18599
18600         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18601         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18602
18603 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18604
18605         * spam.el (spam-summary-prepare-exit): Fix (length).
18606
18607 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18608
18609         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18610         as expired without moving it" message when there are spam
18611         messages left.
18612
18613 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18614
18615         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18616         header is not nil.
18617
18618 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18619
18620         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18621         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18622         (nntp-marks-changed-p): New arg SERVER.
18623         (nntp-request-update-info): Adjust caller.
18624
18625 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18626
18627         * nntp.el (nntp-save-marks): Pass missing arg.
18628
18629 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18630
18631         * nntp.el: Support marks.
18632         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18633         (nntp-marks-modtime, nntp-marks-directory): New variables.
18634         (nntp-request-set-mark, nntp-request-update-info)
18635         (nntp-possibly-create-directory, nntp-marks-changed-p)
18636         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18637         New functions.
18638
18639 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18640
18641         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18642         (gnus-xmas-redefine): Rename.
18643
18644         * gnus-score.el (gnus-score-insert-help):
18645         Use gnus-select-lowest-window.
18646
18647         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18648         appt-select-lowest-window and rename to gnus-select-lowest-window.
18649
18650         * gnus.el: do.
18651
18652 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18653
18654         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18655         encodings of MIME-encoded words, in order to improve
18656         interoperability with several broken MUAs.
18657
18658 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18659
18660         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18661         tags, only when charsets are not specified in headers.
18662         (mm-inline-text-html-render-with-w3m): Ditto.
18663
18664         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18665         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18666
18667 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18668
18669         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18670         instead of MIME-decoded from fields when checking
18671         `gnus-article-address-banner-alist'.
18672
18673 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18674
18675         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18676         description rather than subject.
18677
18678 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18679
18680         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18681
18682 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18683
18684         * gnus.el (gnus-version-number): Bump.
18685
18686 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18687
18688         * gnus.el: No Gnus v0.2 is released.
18689
18690 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18691
18692         * gnus-agent.el (gnus-agent-read-agentview):
18693         Inline gnus-uncompress-range.
18694
18695 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18696
18697         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18698         `exec-installed-p'.
18699
18700 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18701
18702         * gnus.el (spam-process, spam-autodetect-methods):
18703         Add bsfilter and bsfilter-headers.
18704
18705         * spam.el (spam-bsfilter): New customize group.
18706         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18707         (spam-bsfilter-header, spam-bsfilter-probability-header)
18708         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18709         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18710         (spam-bsfilter-database-directory): New options.
18711         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18712         (spam-list-of-statistical-checks, spam-registration-functions):
18713         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18714         (spam-bsfilter-score): New command.
18715         (spam-check-bsfilter-headers, spam-check-bsfilter)
18716         (spam-bsfilter-register-with-bsfilter)
18717         (spam-bsfilter-register-spam-routine)
18718         (spam-bsfilter-unregister-spam-routine)
18719         (spam-bsfilter-register-ham-routine)
18720         (spam-bsfilter-unregister-ham-routine): New functions.
18721         (spam-generic-score): Support bsfilter; Accept an optional argument
18722         to recalcurate spam score even if scoring header has already been
18723         added.
18724         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18725         optional argument to recalcurate spam score even if scoring header
18726         has already been added.
18727
18728 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18729
18730         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18731         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18732         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18733         link is missing.
18734
18735 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18736
18737         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18738         (html2text-get-attr): Rewrite.
18739
18740         * message.el (message-setup-1): Remove redundant put-text-property
18741         on mail-header-separator.
18742
18743 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18744
18745         * gnus-registry.el (gnus-registry-cache-whitespace)
18746         (gnus-registry-action, gnus-registry-spool-action)
18747         (gnus-registry-split-fancy-with-parent): Change message levels
18748         from 5 to 3 or 7, as needed.
18749
18750         * spam.el (spam-summary-prepare-exit)
18751         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18752         (spam-split, spam-find-spam, spam-log-undo-registration)
18753         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18754         level from 5 to 6.
18755
18756 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18757
18758         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18759         2004-03-04 change).
18760
18761 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18762
18763         * sieve-manage.el (sieve-manage-open):
18764         * nnweb.el (nnweb-insert-html):
18765         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18766         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18767         * nnspool.el (nnspool-request-group):
18768         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18769         * nnml.el (nnml-request-update-info):
18770         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18771         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18772         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18773         (nnimap-request-set-mark):
18774         * nnfolder.el (nnfolder-request-update-info):
18775         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18776         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18777         * gnus-uu.el (gnus-uu-find-articles-matching):
18778         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18779         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18780         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18781         * gnus-nocem.el (gnus-nocem-scan-groups):
18782         * gnus-int.el (gnus-start-news-server):
18783         * gnus-group.el (gnus-group-make-kiboze-group)
18784         (gnus-group-browse-foreign-server):
18785         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18786         Use mapc when appropriate.
18787
18788 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18789
18790         FIXME: Make separate entries for each person.
18791
18792         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18793         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18794         <shields@msrl.com>:
18795
18796         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18797         may need for spam sorting and scoring.
18798         (spam-user-format-function-S): Add user format function suitable for
18799         general use.
18800         (spam-article-sort-by-spam-status): Add sorting function for summary
18801         sorting.
18802         (spam-extra-header-to-number): Add function to get a score from a
18803         header.
18804         (spam-summary-score): Add function to get a numeric score from the
18805         headers.
18806         (spam-generic-score): Fix function doc, was in wrong place.
18807         (spam-initialize): Take symbols when it's run, and install the
18808         extra headers that spam-necessary-extra-headers thinks we need.
18809
18810 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18811
18812         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18813         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18814
18815 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18816
18817         * gnus-sum.el (gnus-set-global-variables)
18818         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18819         (gnus-article-get-xrefs, gnus-summary-best-group)
18820         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18821         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18822         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18823         Use with-current-buffer.
18824
18825 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18826
18827         * spam.el (spam-summary-prepare-exit): Simplify logic.
18828         (spam-fetch-article-header): Read the article header if it's not
18829         available.
18830         (spam-list-articles): Simplify logic.
18831         (spam-filelist-register-routine): Fix bug with unregister-list.
18832
18833         * gnus-registry.el: Fix comments at beginning.
18834
18835 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18836
18837         * message.el (message-cater-to-broken-inn): Remove.
18838         (message-shorten-references): Make sure the total folded length of
18839         References is shorter than 998 characters to cater to a bug in INN
18840         2.3.  Also, don't pretend that references aren't folded -- this
18841         hasn't worked for a while.
18842
18843 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18844
18845         * gnus-agent.el (gnus-agentize):
18846         gnus-agent-send-mail-real-function no longer set to current value
18847         of message-send-mail-function but rather a lambda that calls
18848         message-send-mail-function.  The change makes the agent real-time
18849         responsive to user changes to message-send-mail-function.
18850
18851 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18852
18853         * legacy-gnus-agent.el
18854         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18855         help from Florian Weimer <fw@deneb.enyo.de>
18856
18857 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18858
18859         * nnmail.el (nnmail-cache-insert): Revert last change.
18860
18861 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18862
18863         * nnmail.el (nnmail-cache-insert): Always check whether
18864         nnmail-cache-ignore-groups matches a group name.
18865
18866 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18867
18868         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18869         (spam-find-spam, spam-log-processing-to-registry)
18870         (spam-log-registered-p, spam-log-unregistration-needed-p)
18871         (spam-log-undo-registration): Use gnus-message instead of
18872         gnus-error, none of these errors are fatal.
18873
18874         * gnus-registry.el (gnus-registry-clean-empty-function)
18875         (gnus-registry-clean-empty): Remove only empty entries without
18876         extra data.
18877
18878 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18879
18880         * spam-stat.el (spam-stat-buffer-change-to-spam)
18881         (spam-stat-buffer-change-to-non-spam): Change (error) to
18882         (gnus-message 8) invocation.
18883
18884 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18885
18886         * nntp.el (nntp-via-netcat-command): New variable.
18887         (nntp-via-netcat-switches): New variable.
18888         (nntp-open-via-rlogin-and-netcat): New function.
18889         (nntp-open-connection-function): Doc fix.
18890         (nntp-telnet-command): Doc fix.
18891         (nntp-end-of-line): Doc fix.
18892         (nntp-via-rlogin-command): Doc fix.
18893         (nntp-via-user-name): Doc fix.
18894         (nntp-via-address): Doc fix.
18895
18896 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18897
18898         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18899         error in Emacs 21.1.
18900
18901 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18902
18903         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18904
18905 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18906
18907         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18908         (gnus-agent-with-refreshed-group): New macro.
18909         (gnus-agent-rename-group): New function.
18910         (gnus-agent-delete-group): New function.
18911         (gnus-agent-save-group-info): Use gnus-command-method when
18912         `method' parameter is nil.  Don't write nil entries into the
18913         active file.
18914         (gnus-agent-get-group-info): New function.
18915         (gnus-agent-fetch-articles):
18916         Use gnus-agent-update-files-total-fetched-for to increment disk space
18917         used.
18918         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18919         Use gnus-agent-update-view-total-fetched-for to increment disk space
18920         used.
18921         (gnus-agent-get-local): Add optional parameters to avoid calling
18922         gnus-group-real-name and gnus-find-method-for-group.
18923         (gnus-agent-set-local): Delete stored entry if either min, or max,
18924         are nil.
18925         (gnus-agent-fetch-session): Reworded error/quit messages.
18926         On quit, use gnus-agent-regenerate-group to record existance of any
18927         articles fetched to disk before the quit occurred.
18928         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18929         gnus-agent-update-view-total-fetched-for, and
18930         gnus-agent-update-files-total-fetched-for to decrement disk space
18931         used.
18932         (gnus-agent-retrieve-headers):
18933         Use gnus-agent-update-view-total-fetched-for to increment disk space
18934         used.
18935         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18936         with gnus-agent-update-files-total-fetched-for to decrement disk
18937         space and fresh group buffer.
18938         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18939         (gnus-agent-need-update-total-fetched-for): New variable.
18940         (gnus-agent-update-files-total-fetched-for): New function.
18941         (gnus-agent-update-view-total-fetched-for): New function.
18942         (gnus-agent-total-fetched-for): New function.
18943
18944         * gnus-cache.el (gnus-cache-save-buffers):
18945         Use gnus-cache-update-overview-total-fetched-for to change disk space
18946         used by this group.
18947         (gnus-cache-possibly-enter-article):
18948         Use gnus-cache-update-file-total-fetched-for to increment disk space
18949         used by this group.
18950         (gnus-cache-possibly-remove-article):
18951         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18952         used by this group.
18953         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18954         (gnus-cache-rename-group): New function.
18955         (gnus-cache-delete-group): New function.
18956         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18957         (gnus-cache-need-update-total-fetched-for): New variable.
18958         (gnus-cache-with-refreshed-group): New macro.
18959         (gnus-cache-update-file-total-fetched-for): New function.
18960         (gnus-cache-update-overview-total-fetched-for): New function.
18961         (gnus-cache-rename-group-total-fetched-for): New function.
18962         (gnus-cache-delete-group-total-fetched-for): New function.
18963         (gnus-cache-total-fetched-for): New function.
18964
18965         * gnus-group.el: Require gnus-sum and autoload functions to
18966         resolve warnings when gnus-group.el compiled alone.
18967         (gnus-group-line-format): Documented new %F.
18968         (size of Fetched data) group line format; identifies disk space
18969         used by agent and cache.
18970         (gnus-group-line-format-alist): Defined new F format.
18971         (gnus-total-fetched-for): New function.
18972         (gnus-group-delete-group): No longer update
18973         gnus-cache-active-altered as gnus-request-delete-group now keeps
18974         the cache in sync.
18975         (gnus-group-list-active): Let the agent store a server's active
18976         list if currently plugged.
18977
18978         * gnus-int.el (gnus-request-delete-group):
18979         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18980         local disk in sync with the server.
18981         (gnus-request-rename-group):
18982         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18983         local disk in sync with the server.
18984
18985         * gnus-start.el (gnus-get-unread-articles):
18986         Cosmetic simplification to logic.
18987
18988         * gnus-util.el (gnus-rename-file): New function.
18989
18990 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18991
18992         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18993
18994 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18995
18996         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18997         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18998
18999 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19000
19001         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19002         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19003
19004 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19005
19006         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19007
19008 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19009
19010         * spam.el (spam-set-difference): Add function to replace
19011         gnus-set-difference in spam.el.
19012         (spam-summary-prepare-exit): Use spam-set-difference.
19013
19014 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19015
19016         * gnus-registry.el (gnus-registry-cache-file): Update to use
19017         gnus-dribble-directory OR gnus-home-directory OR ~.
19018         (gnus-registry-split-fancy-with-parent): Fix doc.
19019
19020 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19021
19022         * message.el (message-exchange-point-and-mark):
19023         Use message-mark-active-p.  Suggested by Jesper Harder
19024         <harder@ifa.au.dk>.
19025
19026 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19027
19028         * message.el (message-exchange-point-and-mark): Don't activate
19029         region if it was inactive.  Suggested by Hiroshi Fujishima
19030         <pooh@nature.tsukuba.ac.jp>.
19031
19032 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19033
19034         * gnus-art.el (article-display-face): Display Faces in the same
19035         order as X-Faces.
19036
19037 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19038
19039         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19040
19041 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19042
19043         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19044         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19045         (gnus-article-mime-hierarchy): Remove.
19046         (gnus-article-mime-hierarchy-next): Remove.
19047         (gnus-article-mode): Revert 2004-03-19 change.
19048         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19049         (gnus-insert-mime-button): Revert 2004-03-19 change.
19050         (gnus-mime-accumulate-hierarchy): Remove.
19051         (gnus-mime-enter-multipart): Remove.
19052         (gnus-mime-leave-multipart): Remove.
19053         (gnus-mime-display-part): Revert 2004-03-19 change.
19054         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19055
19056         * mml.el (mml-preview): Revert 2004-03-19 change.
19057
19058 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19059
19060         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19061
19062 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19063
19064         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19065         t while entering a file name using the mm-with-multibyte macro.
19066         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19067
19068         * mm-util.el (mm-with-multibyte): New macro.
19069
19070 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19071
19072         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19073         New user option.
19074         (gnus-mime-multipart-functions): Doc and customization fix.
19075         (gnus-article-mime-hierarchy): New variable.
19076         (gnus-article-mime-hierarchy-next): New variable.
19077         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19078         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19079         gnus-article-mime-hierarchy-next to nil.
19080         (gnus-insert-mime-button): Show hierarchy numbers.
19081         (gnus-mime-accumulate-hierarchy): New function.
19082         (gnus-mime-enter-multipart): New function.
19083         (gnus-mime-leave-multipart): New function.
19084         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19085         (gnus-mime-display-alternative): Show hierarchy numbers.
19086
19087         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19088         gnus-article-mime-hierarchy-next to nil.
19089
19090 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19091
19092         * dns.el: Don't require gnus-xmas.
19093
19094 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19095
19096         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19097         inline PGP.
19098         (mml-menu): Disable mml-quote-region if mark is inactive.
19099
19100 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19101
19102         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19103         when the group's active is not available.
19104
19105 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19106
19107         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19108         error.
19109
19110 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19111
19112         * imap.el (imap-store-password): New variable.
19113         (imap-interactive-login): Use it.
19114         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19115
19116 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19117
19118         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19119         window-start and hscroll to summary window.
19120
19121 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19122
19123         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19124         conversion message to newsrc-dribble when an actual conversion is
19125         performed.
19126
19127 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19128
19129         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19130
19131 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19132
19133         * mm-decode.el (mm-complicated-handles): New function reviving
19134         former definition of mm-multiple-handles.
19135
19136         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19137         (gnus-mime-delete-part): Use it.
19138
19139 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19140
19141         * gnus-agent.el (gnus-agent-read-local):
19142         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19143         avoid the implicit assumption that they will always be equal.
19144         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19145         coding-system-for-write, as the with-temp-file macro first prints
19146         to a buffer then saves the buffer.
19147
19148 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19149
19150         * gnus-art.el (gnus-article-edit-part): New function.
19151         (gnus-mime-save-part-and-strip): Use it; do query instead of
19152         signaling an error; don't use mm-multiple-handles.
19153         (gnus-mime-delete-part): Ditto.
19154
19155 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19156
19157         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19158         old file versions.
19159         (gnus-group-prepare-hook): Remove function that converted list
19160         form of gnus-agent-expire-days to group properties.
19161
19162         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19163         (gnus-request-accept-article): Re-indented.
19164
19165         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19166         converters to handle old agent file formats.  Add logic for a
19167         "backup before upgrading warning".
19168         (gnus-convert-mark-converter-prompt): Developers can mark
19169         functions as needing (default), or not needing,
19170         gnus-convert-old-newsrc's "backup before upgrading warning".
19171         (gnus-convert-converter-needs-prompt): Tests whether the user
19172         should be protected from potentially irreversable changes by the
19173         function.
19174
19175         * legacy-gnus-agent.el: New.  Provides converters that are only
19176         loaded when gnus-convert-old-newsrc needs to call them.
19177
19178 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19179
19180         * mail-source.el (mail-source-touch-pop): Doc fix.
19181
19182         * message.el (message-smtpmail-send-it): Doc fix.
19183
19184 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19185
19186         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19187
19188         * nnmail.el (nnmail-split-fancy): do.
19189
19190         * gnus-kill.el (gnus-kill, gnus-execute): do.
19191
19192 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19193
19194         * gnus-sum.el (gnus-widget-reversible-match)
19195         (gnus-widget-reversible-to-internal)
19196         (gnus-widget-reversible-to-external): New functions.
19197         (gnus-widget-reversible): New widget.
19198         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19199
19200 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19201
19202         * gnus-sum.el (gnus-thread-sort-functions)
19203         (gnus-article-sort-functions): Document `(not F)' items.
19204
19205 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19206
19207         * spam.el (spam-use-gmane-xref): Add new backend.
19208         (spam-gmane-xref-spam-group): Add variable to control the name of the
19209         Gmane spam group.
19210         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19211         (spam-regex-headers-spam, spam-regex-headers-ham)
19212         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19213         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19214         backends and checks.
19215         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19216
19217         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19218         an autodetect method.
19219
19220 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19221
19222         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19223         articles are being added to a group.
19224         (gnus-request-replace-article): Inform the agent that articles
19225         need to be uncached as the cached contents are no longer valid.
19226
19227 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19228
19229         * binhex.el: Don't autoload executable-find.
19230
19231         * canlock.el: Don't autoload mail-fetch-field.
19232
19233         * dgnushack.el: Autoload c-mode for XEmacs.
19234
19235         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19236
19237         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19238         rmail-dont-reply-to and rmail-output.
19239
19240         * gnus-score.el: Don't autoload ffap-string-at-point.
19241
19242         * gnus-setup.el: Don't autoload sc-cite-original.
19243
19244         * imap.el: Don't autoload base64-decode-string,
19245         base64-encode-string and md5.
19246
19247         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19248         and rmail-msg-restore-non-pruned-header.
19249
19250         * mm-decode.el: Don't autoload executable-find.
19251
19252         * mm-url.el: Don't autoload executable-find.
19253
19254         * mm-view.el: Don't autoload diff-mode.
19255
19256         * nndb.el: Don't autoload news-reply-mode, news-setup,
19257         cancel-timer and telnet.
19258
19259         * password.el: Don't autoload run-at-time for Emacs.
19260
19261         * sha1-el.el: Don't autoload executable-find.
19262
19263         * sieve-mode.el: Don't autoload c-mode.
19264
19265         * uudecode.el: Don't autoload executable-find.
19266
19267 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19268
19269         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19270         (gnus-agent-possibly-alter-active): Avoid null in numeric
19271         comparison.
19272         (gnus-agent-set-local): Refuse to save null in local object table.
19273         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19274         list of articles that will be marked as unread.
19275
19276 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19277
19278         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19279
19280 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19281
19282         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19283         language tags.
19284
19285 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19286
19287         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19288         Don't bind "obarray".
19289
19290         * gnus-sum.el (gnus-thread-sort-functions):
19291         Add `gnus-thread-sort-by-most-recent-number' and
19292         `gnus-thread-sort-by-most-recent-date'.
19293         Reported by Kai Grossjohann <kai@emptydomain.de>.
19294
19295 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19296
19297         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19298
19299 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19300
19301         * gnus-cus.el (gnus-agent-customize-category):
19302         Remove ignore-errors macro reference that required cl to be loaded at
19303         run-time.
19304
19305         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19306         single-interval range of the form (min . max).  Previously the
19307         range had to look like ((min . max)).  Likewise, return
19308         (min . max) rather than ((min . max)).
19309         (gnus-range-map): Use gnus-range-normalize to accept
19310         single-interval range.
19311
19312         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19313         the cache, but not the agent, now appear with their usual face.
19314
19315         * dgnushack.el (loaddir): New variable that is bound to the
19316         directory containing the dgnushack.el file. Use loaddir, rather
19317         than srcdir, to update load-path. Change lets dgnushack compile
19318         code in directories other than GNUS/lisp.
19319
19320 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19321
19322         * lpath.el: Don't bind w3m-safe-url-regexp.
19323
19324         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19325         w3m-safe-url-regexp variable buffer-local.
19326
19327         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19328
19329 2004-02-27  Simon Josefsson  <jas@extundo.com>
19330
19331         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19332         gnus-group-real-prefix.
19333         (gnus-summary-move-article): Use it, instead of
19334         gnus-group-real-prefix.
19335
19336 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19337
19338         * lpath.el: Bind w3m-safe-url-regexp.
19339
19340         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19341         w3m-safe-url-regexp variable buffer-local and set it as the value
19342         of mm-w3m-safe-url-regexp.
19343
19344         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19345
19346         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19347         parsing gnus-posting-styles when the message is not for replying.
19348
19349         * dgnushack.el: Autoload sgml-mode for XEmacs.
19350
19351         * nnrss.el (nnrss-opml-export):
19352         Use mm-set-buffer-file-coding-system instead of
19353         set-buffer-file-coding-system.
19354
19355 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19356
19357         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19358         of checkdoc.el).
19359         * nnrss.el: do.
19360         * gnus-mlspl.el: do.
19361         * gnus-ml.el: do.
19362         * gnus-srvr.el: do.
19363
19364         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19365
19366 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19367
19368         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19369         Corrections to custom-manual links.
19370
19371         * gnus-art.el (gnus-article): Ditto.
19372
19373         * mm-decode.el (mime-display, mime-security): Ditto.
19374
19375 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19376
19377         * flow-fill.el: Typo.
19378
19379 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19380
19381         * spam-wash.el: New file.
19382
19383 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19384
19385         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19386
19387 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19388
19389         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19390         to be run with new-articles as LIST1, not LIST2.
19391         (spam-registration-functions): Add spam-use-ham-copy as a nil
19392         registration backend.
19393
19394 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19395
19396         * spam-stat.el (spam-stat-washing-hook): New option.
19397         (spam-stat-buffer-words): Use it.
19398         (spam-stat-process-directory, spam-stat-test-directory):
19399         Use insert-file-contents-literally.
19400         (spam-stat-coding-system): New variable.
19401         (spam-stat-load, spam-stat-save): Use it.
19402
19403 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19404
19405         * spam-report.el (spam-report-plug-agent):
19406         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19407
19408 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19409
19410         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19411         Allow / in mailto URLs.
19412
19413 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19414
19415         * spam-report.el (spam-report-process-queue): Fix interactive use.
19416         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19417         (spam-report-unplug-agent): Doc fixes.
19418         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19419         (spam-report-agentize, spam-report-deagentize): Autoload.
19420
19421 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19422
19423         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19424
19425         * message.el (message-setup-fill-variables): Add mml tags to
19426         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19427         <ajk@iu.edu>.
19428         (message-mode): Don't modify paragraph-separate there.
19429
19430 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19431
19432         * compface.el (uncompface-use-external): Default to undecided.
19433         (uncompface-use-external-threshold): New variable.
19434         (uncompface-float-time): New macro.
19435         (uncompface): Determine whether to use the external decoder if
19436         uncompface-use-external is undecided.
19437
19438 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19439
19440         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19441         after images.
19442
19443         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19444
19445 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19446
19447         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19448
19449         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19450
19451         * gnus-sum.el (gnus-summary-limit-to-age)
19452         (gnus-summary-limit-children): do.
19453
19454         * gnus-int.el (gnus-request-scan): do.
19455
19456         * gnus-group.el (gnus-group-suspend): do.
19457
19458         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19459
19460         * gnus-cite.el (gnus-cite-parse-attributions): do.
19461
19462         * gnus-agent.el (gnus-summary-set-agent-mark)
19463         (gnus-agent-regenerate-group): do.
19464
19465         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19466
19467         * binhex.el (binhex-decode-region-internal): do.
19468
19469 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19470
19471         * gnus-fun.el (gnus-face-properties-alist): New user option.
19472         (gnus-display-x-face-in-from): Use it.
19473
19474         * gnus-art.el (article-display-face): Ditto.
19475
19476         * compface.el (uncompface-use-external): Default to nil.
19477
19478 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19479
19480         * nntp.el (nntp-erase-buffer): New function.
19481         (nntp-retrieve-data, nntp-send-command)
19482         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19483         (nntp-possibly-change-group): Use it.
19484
19485         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19486         Use with-current-buffer.
19487
19488 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19489
19490         * compface.el: Merge the ELisp-based uncompface program.
19491         (compface): New customization group.
19492         (uncompface-use-external): New user option.
19493         (uncompface): Call uncompface-internal if uncompface-use-external
19494         is nil.
19495         (uncompface-internal): New function.  Note that there are also
19496         some other functions and variables added for this function.
19497
19498 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19499
19500         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19501         if necessary.
19502
19503 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19504
19505         * spam-report.el (spam-report-unplug-agent)
19506         (spam-report-plug-agent, spam-report-deagentize)
19507         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19508         Add support for the Agent in spam-report: when unplugged, report to a
19509         file; when plugged, submit all the requests.
19510
19511         * spam.el (spam-register-routine): Fix message about
19512         registration.
19513
19514 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19515
19516         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19517         dependencies.
19518         (rfc2047-encode): Use it.
19519
19520         * gnus-art.el (gnus-button-marker-list): Move before first
19521         reference.
19522
19523         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19524         (imap-parse-body): Fix format string mismatch.
19525
19526         * gnus-score.el (gnus-summary-increase-score): do.
19527
19528         * nnrss.el (nnrss-close): New function.
19529
19530 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19531
19532         * nnrss.el (nnrss-make-filename): New function.
19533         (nnrss-request-delete-group, nnrss-read-server-data)
19534         (nnrss-save-server-data, nnrss-read-group-data)
19535         (nnrss-save-group-data): Use it.
19536         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19537         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19538         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19539
19540 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19541
19542         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19543
19544 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19545
19546         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19547         files.
19548
19549         * message.el (message-generate-headers-first): Don't quote nil
19550         and t in docstrings.
19551
19552         * imap.el (imap-id): do.
19553
19554         * gnus-agent.el (gnus-agent-consider-all-articles)
19555         (gnus-agent-queue-mail): do.
19556
19557 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19558
19559         * spam-report.el (spam-report-process-queue): New function.
19560         Process requests from `spam-report-requests-file'.
19561         (spam-report-process-queue): Doc fix.
19562
19563 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19564
19565         * spam.el (spam-register-routine)
19566         (spam-log-processing-to-registry, spam-log-registered-p)
19567         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19568         Change "check" to "spam-check" for semi-clarity.
19569
19570 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19571
19572         * pop3.el: Require nnheader.
19573
19574         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19575
19576         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19577
19578         * gnus-picon.el: Require cl.
19579
19580         * gnus-fun.el: Require gnus-ems and gnus-util.
19581
19582         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19583
19584         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19585
19586         * gnus-art.el (gnus-article-edit-mode): Define before first
19587         reference.
19588
19589 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19590
19591         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19592         (gnus-uu-post-encoded): Use point-at-bol.
19593
19594         * gnus-topic.el (gnus-group-active-topic-p): do.
19595
19596         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19597
19598         * gnus-group.el (gnus-group-kill-region): do.
19599
19600         * gnus-art.el (article-date-ut): do.
19601
19602         * message.el (message-fetch-field): Remove redundant
19603         case-fold-search binding.
19604         (message-narrow-to-field): Simplify.
19605
19606 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19607
19608         * spam.el (spam-directory): Derive from `gnus-directory'.
19609
19610         * spam-report.el (spam-report-url-to-file)
19611         (spam-report-requests-file): New function and variable for offline
19612         reporting.
19613         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19614         and user defined function.
19615         (spam-report-url-ping-mm-url): Remove doubled slash.
19616
19617 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19618
19619         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19620
19621 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19622
19623         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19624         Fix format string mismatch.
19625
19626         * sieve.el (sieve-deactivate-all): do.
19627
19628         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19629
19630         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19631
19632         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19633
19634         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19635
19636 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19637
19638         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19639         the list of checks.
19640
19641 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19642
19643         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19644         padding.
19645
19646 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19647
19648         * mm-view.el (mm-fill-flowed): New variable.
19649         (mm-inline-text): Use it.
19650
19651 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19652
19653         * spam.el (spam-spamassassin-register-ham-routine)
19654         (spam-spamassassin-register-spam-routine): Fix function names.
19655
19656 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19657
19658         * gnus.el (gnus-tmp-grouplens): Remove.
19659         (gnus-summary-line-format): Remove grouplens.
19660
19661         * gnus-group.el (gnus-group-line-format): Ditto.
19662
19663         * gnus-spec.el (gnus-format-specs): Ditto.
19664         (gnus-update-format-specifications): Flush the group format spec
19665         cache if there's the grouplens stuff.
19666         (gnus-parse-simple-format): Replace %l with the empty string.
19667
19668 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19669
19670         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19671         omission.
19672
19673 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19674
19675         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19676         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19677
19678 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19679
19680         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19681         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19682         New macros and functions.
19683         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19684         Handle > NLINK_MAX messages.
19685         * nnmaildir.el (nnmaildir-request-set-mark):
19686         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19687
19688 2004-01-25  Alex Schroeder  <alex@gnu.org>
19689
19690         * spam-stat.el (spam-stat-process-directory-age): New option.
19691         (spam-stat-process-directory): Use it.
19692
19693 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19694
19695         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19696         (spam-stat-save): Accept prefix argument.
19697
19698 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19699
19700         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19701         links" error.
19702
19703 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19704
19705         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19706         the rest of the and/or forms.
19707
19708 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19709
19710         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19711         compatibility with old .newsrc.eld files.
19712
19713         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19714
19715         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19716
19717         * gnus-start.el (gnus-1): do.
19718
19719         * gnus-group.el (gnus-group-line-format-alist): do.
19720
19721         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19722
19723         * gnus-gl.el: Remove.
19724
19725 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19726
19727         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19728         marks consisting of a single range {for example, (3 . 5)} rather
19729         than a list of a single range { ((3 . 5)) }.
19730
19731 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19732
19733         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19734         Use with-current-buffer.
19735         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19736         avoid consing a string.
19737
19738         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19739         Remove obsolete entries for big5 and gb2312.
19740
19741 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19742
19743         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19744         uncompressed list.
19745
19746 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19747
19748         * spam-stat.el (spam-stat-strip-xref): New function.
19749         (spam-stat-process-directory): Use it.
19750
19751         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19752         here -- it's done in message-fetch-field.
19753
19754 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19755
19756         * gnus-agent.el (gnus-agent-queue-mail)
19757         (gnus-agent-prompt-send-queue): New variables.
19758         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19759         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19760         "nndraft:queue" along to gnus-draft-send.
19761         Use gnus-agent-prompt-send-queue.
19762         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19763         is "nndraft:queue".  Suggested by Gaute Strokkenes
19764         <gs234@srcf.ucam.org>
19765
19766         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19767         (agent-enable-undownloaded-faces): Add.
19768         (gnus-agent-cat-groups): Use eval-and-compile, not
19769         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19770         method of gnus-agent-cat-groups even when the buffer has been
19771         evaled.
19772         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19773         delete gnus-agent-save-active-1.
19774         (gnus-agent-save-groups): Delete.  Identical to
19775         gnus-agent-save-active.
19776         (gnus-agent-write-active): No longer adjust agent's copy of active
19777         file as agent's adjustments are now stored in their own
19778         file.  Remove optional parameter.
19779         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19780         servers.  Add use of min/max range limits from server's local
19781         file.
19782         (gnus-agent-save-alist): Remove unused optional argument.
19783         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19784         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19785         (gnus-agent-set-local): A per-server file that keeps min/max range
19786         limits for articles known to the agent.  Provides a fast mechanism
19787         for altering many active ranges.
19788         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19789         active file (local makes it unnecessary).
19790         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19791
19792         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19793         (agent-enable-undownloaded-faces): Add.
19794
19795         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19796         disable it when sending to "nndraft:queue".
19797         (gnus-group-send-queue): Add safety check to avoid sending queue
19798         when unplugged.
19799
19800         * gnus-group.el (gnus-group-catchup): Use new
19801         gnus-sequence-of-unread-articles, not
19802         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19803         numbers of articles.  Use gnus-range-map to avoid having to
19804         uncompress the unread list.
19805         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19806         Fix invalid ange-ftp reference.
19807
19808         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19809         (gnus-sorted-range-intersection): Intersection of two ranges
19810         without requiring that they first be uncompressed.
19811
19812         * gnus-start.el (gnus-activate-group): Unless blocked by the
19813         caller, possibly expand the active range to include both cached
19814         and agentized articles.
19815         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19816         multiple version-dependent converters.
19817         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19818         gnus-agent-save-active.
19819         (gnus-save-newsrc-file): Save dirty agent range limits.
19820
19821         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19822         gnus-agent-possibly-alter-active.
19823         (gnus-adjust-marked-articles): Faster handling of simple lists.
19824
19825 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19826
19827         * spam-stat.el (spam-stat-test-directory): New optional argument
19828         displays a list of files detected.  Suggested by Andrew Cohen
19829         <cohen@andy.bu.edu>.
19830         (spam-stat-buffer-words-with-scores): Don't narrow and change
19831         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19832
19833 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19834
19835         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19836         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19837         (spam-spamassassin-arguments)
19838         (spam-spamassassin-spam-flag-header)
19839         (spam-spamassassin-positive-spam-flag-header)
19840         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19841         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19842         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19843         (spam-list-of-processors, spam-list-of-checks)
19844         (spam-list-of-statistical-checks, spam-registration-functions)
19845         (spam-check-spamassassin-headers, spam-check-spamassassin)
19846         (spam-spamassassin-score)
19847         (spam-spamassassin-register-with-sa-learn)
19848         (spam-spamassassin-register-spam-routine)
19849         (spam-spamassassin-register-ham-routine)
19850         (spam-assassin-register-spam-routine)
19851         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19852         (spam-bogofilter-score): Fix to show article before scoring.
19853
19854 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19855
19856         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19857         default scoring function.
19858         (spam-generic-score): Call spam-spamassassin-score if
19859         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19860         spam-bogofilter-score otherwise.
19861
19862         * gnus.el (spam-process, spam-autodetect-methods):
19863         Add spamassassin and spamassassin-headers.
19864
19865 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19866
19867         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19868         Suppress unnecessary messages.
19869
19870 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19871
19872         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19873         make-hash-table.
19874
19875 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19876
19877         * canlock.el (base64-encode-string): Don't autoload it.
19878
19879 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19880
19881         * run-at-time.el: Remove useless (require 'itimer),
19882         eval-and-compile and (featurep 'xemacs).
19883
19884 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19885
19886         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19887         GROUP is a virtual group.
19888
19889 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19890
19891         * gnus.el: Autoload `message-y-or-n-p'.
19892
19893 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19894
19895         * pgg-parse.el: Remove unnecessary (require 'custom).
19896
19897         * pgg-def.el: do.
19898
19899         * nnmail.el: do.
19900
19901         * gnus-undo.el: do.
19902
19903         * gnus-picon.el: do.
19904
19905         * gnus-util.el: do.
19906
19907 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19908
19909         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19910
19911 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19912
19913         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19914         handle, as well as a list.
19915
19916         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19917         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19918         (mm-w3m-cid-retrieve): Simplify.
19919
19920 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19921
19922         * message.el (message-kill-to-signature): Allow prefix arg to
19923         specify number of lines to keep before signature.
19924
19925 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19926
19927         * message.el (message-kill-to-signature): Change docstring.
19928
19929 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19930
19931         * canlock.el: Always require sha1-el.
19932         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19933
19934         * message.el: Autoload sha1 only when compiling.
19935
19936         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19937         eudc-expand-inline for XEmacs.
19938
19939 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19940
19941         * message.el (message-canlock-generate): Require sha1-el.
19942
19943 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19944
19945         * message.el (message-expand-name): Silence the byte compiler.
19946
19947         * lpath.el: Add detect-coding-system.
19948
19949         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19950         cus-edit.
19951
19952 2004-01-13  Simon Josefsson  <jas@extundo.com>
19953
19954         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19955         Invoke gnus-score-mode.
19956         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19957
19958         * gnus-range.el (gnus-compress-sequence): Doc fix.
19959         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19960
19961 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19962
19963         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19964
19965 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19966
19967         * spam.el (spam-get-article-as-string): Update to use
19968         gnus-request-article-this-buffer, much simpler.
19969         (spam-get-article-as-buffer): Remove.
19970
19971 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19972
19973         * message.el (message-expand-name): Use EUDC if the user uses that.
19974
19975 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19976
19977         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19978         character for the encoding to avoid consing a string.
19979
19980         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19981         unnecessarily.
19982
19983         * mm-util.el (mm-replace-chars-in-string): Remove.
19984
19985         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19986         of mm-replace-chars-in-string.
19987
19988 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19989
19990         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19991
19992         * mm-util.el (mm-subst-char-in-string): Support inplace.
19993
19994         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19995         a new string in every iteration.  Use shy groups.
19996
19997 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19998
19999         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20000         * gnus-soup.el (gnus-soup-group-brew):
20001         * gnus-msg.el (gnus-put-message):
20002         * gnus-move.el (gnus-group-move-group-to-server):
20003         * gnus-kill.el (gnus-batch-score):
20004         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20005         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20006         (gnus-group-update-group, gnus-group-read-group)
20007         (gnus-group-make-group, gnus-group-make-help-group)
20008         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20009         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20010         (gnus-group-sort-by-unread, gnus-group-catchup)
20011         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20012         (gnus-group-yank-group, gnus-group-set-info)
20013         (gnus-group-list-groups):
20014         * gnus.el (gnus-generate-new-group-name):
20015         * gnus-delay.el (gnus-delay-send-queue):
20016         * nnvirtual.el (nnvirtual-catchup-group):
20017         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20018         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20019         (gnus-group-prepare-topics, gnus-topic-check-topology):
20020         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20021         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20022         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20023         (gnus-group-make-articles-read):
20024         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20025         (gnus-group-change-level, gnus-kill-newsgroup)
20026         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20027         (gnus-get-unread-articles, gnus-make-articles-unread)
20028         (gnus-make-ascending-articles-unread): Use accessor
20029         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20030         to get group information for improved readability.
20031
20032
20033 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20034
20035         * gnus-art.el (article-decode-mime-words, article-babel)
20036         (gnus-article-highlight-signature, gnus-article-add-buttons)
20037         (gnus-signature-toggle): Use gnus-with-article-buffer.
20038
20039         * gnus-art.el (gnus-article-highlight-headers)
20040         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20041
20042         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20043         (gnus-article-set-globals, gnus-request-article-this-buffer)
20044         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20045         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20046         (gnus-mime-display-alternative): Use with-current-buffer.
20047
20048 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20049
20050         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20051         also under 80 char limit, and call gnus-error if needed.
20052         (spam-fetch-article-header): Fix - it was a
20053         buffer-local variable (gnus-newsgroup-data).
20054         (spam-find-spam): Use spam-generate-fake-headers, forget about
20055         spam-insert-fake-headers.
20056         (spam-insert-fake-headers): Remove.
20057
20058 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20059
20060         * deuglify.el (gnus-article-outlook-unwrap-lines)
20061         (gnus-outlook-rearrange-article)
20062         (gnus-outlook-repair-attribution-outlook)
20063         (gnus-outlook-repair-attribution-block)
20064         (gnus-outlook-repair-attribution-other): Remove redundant
20065         save-excursion.
20066
20067 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20068
20069         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20070         (spam-fetch-field-subject-fast)
20071         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20072         (spam-fetch-article-header): Add functions to deal with Gnus
20073         internals for fast retrieval of article header data.
20074         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20075
20076 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20077
20078         * pop3.el (pop3-md5): Remove.
20079         (pop3-apop): Replace pop3-md5 with md5.
20080
20081         * mm-bodies.el: base64 is always built-in.
20082
20083         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20084         Use with-current-buffer.
20085
20086 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20087
20088         * canlock.el (canlock-insert-header): Remove excessive grouping in
20089         regexp.
20090
20091         * gnus-sum.el (gnus-summary-read-document): Ditto.
20092
20093         * gnus-uu.el (gnus-uu-part-number): Ditto.
20094
20095         * html2text.el (html2text-remove-tags): Ditto.
20096         (html2text-format-tags): Ditto.
20097         (html2text-format-single-elements): Ditto.
20098
20099         * mml.el (mml-parse-1): Ditto.
20100
20101 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20102
20103         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20104
20105         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20106
20107         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20108
20109         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20110
20111 2003-11-15  Simon Josefsson  <jas@extundo.com>
20112
20113         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20114         (pgg-gpg-lookup-key): Use regexp match instead of
20115         split-string (split-string is different between emacs 21.2 and
20116         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20117
20118 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20119
20120         * gnus-art.el (gnus-mime-view-all-parts)
20121         (gnus-article-part-wrapper, gnus-article-view-part):
20122         Use with-current-buffer.
20123
20124 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20125
20126         * spam.el (spam-disable-spam-split-during-ham-respool)
20127         (spam-spamoracle-database, spam-cache-lookups)
20128         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20129         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20130         (spam-group-ham-marks, spam-group-spam-marks)
20131         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20132         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20133         also add spam-use-blackholes to the statistical checks.
20134         (spam-fetch-field-fast): Add interface to fetching fields, may
20135         become a macro.
20136         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20137         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20138         (spam-insert-fake-headers): Fake an article when needed.
20139         (spam-find-spam): Fake article when possible.
20140         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20141         (spam-check-bogofilter-headers): Use message-fetch-field instead
20142         of nnmail-fetch-field.
20143
20144 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20145
20146         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20147
20148 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20149
20150         * spam.el (spam-split): Do not require spam-use-CHECK to be
20151         enabled if that check is passed to spam-split explicitly; also
20152         fix so 'spam doesn't get converted to spam-split-group when
20153         spam-split-symbolic-return is t.
20154         (spam-find-spam): Find registrations of the article and use those
20155         instead of re-running spam-split to find the spam/ham
20156         classification of the article.
20157         (spam-log-processing-to-registry, spam-log-registered-p)
20158         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20159         Use gnus-error instead of gnus-message.
20160         (spam-log-registration-type): Add function to determine the
20161         classification of a message based on registry entries; will
20162         return nil if both 'spam and 'ham are found.
20163         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20164         a reasonably fast local cache without the loading errors.
20165         (spam-cache-lookups): Set to t by default.
20166         (spam-find-spam): Don't try to guess spam-cache-lookups.
20167         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20168         spam-caches entry.
20169         (spam-filelist-build-cache, spam-filelist-check-cache):
20170         Fix caching of whitelist/blacklist entries.
20171         (spam-check-whitelist, spam-check-blacklist):
20172         Invoke spam-from-listed-p with a type, not a cache variable.
20173         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20174
20175 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20176
20177         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20178
20179         * nnmail.el (nnmail-split-fancy): do.
20180
20181         * mml.el (mml-parse): do.
20182
20183         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20184         (gnus-score-adaptive): do.
20185
20186 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20187
20188         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20189         (gnus-mime-button-map): Don't set keymap parent.
20190         (gnus-button-ctan-directory-regexp): Use shy grouping.
20191         (gnus-prev-page-map): Don't set keymap parent.
20192         (gnus-prev-page-map): Remove duplicated one.
20193         (gnus-next-page-map): Don't set keymap parent.
20194         (gnus-mime-security-button-map): Ditto.
20195
20196         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20197         version number.
20198
20199         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20200
20201 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20202
20203         * canlock.el (canlock-sha1-function): Remove.
20204         (canlock-sha1-function-for-verify): Remove.
20205         (canlock-openssl-program): Remove.
20206         (canlock-openssl-args): Remove.
20207         (canlock-ignore-errors): Remove.
20208         (canlock-sha1-with-openssl): Remove.
20209         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20210         (canlock-verify): Don't use canlock-ignore-errors.
20211
20212         * sha1-el.el (sha1-string-external): Make it can return a string
20213         in binary form.
20214         (sha1-region-external): Ditto.
20215         (sha1-string-internal): Ditto.
20216         (sha1-region-internal): Ditto.
20217         (sha1-region): Ditto.
20218         (sha1-string): Ditto.
20219         (sha1): Ditto.
20220
20221 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20222
20223         * spam.el (spam-report-articles-gmane): New command.
20224
20225 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20226
20227         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20228
20229         * run-at-time.el (run-at-time-saved): Remove.
20230         (run-at-time): Doc fix.
20231
20232 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20233
20234         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20235         (gnus-summary-limit-map): Add it.
20236         (gnus-summary-make-menu-bar): do.
20237
20238 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20239
20240         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20241         Make attempt at some caching support (done for BBDB only now).
20242         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20243         addresses to be checked.
20244         (spam-clear-cache-BBDB): Add function, to be invoked by
20245         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20246         (spam-check-BBDB): Check and use the caches, if
20247         spam-cache-lookups is on, remove superfluous (provide).
20248
20249 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20250
20251         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20252
20253 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20254
20255         * run-at-time.el (run-at-time-saved): Move to after the definition
20256         of `run-at-time'.
20257
20258         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20259
20260 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20261
20262         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20263         mm-w3m-local-map-property.
20264
20265         * mm-view.el (mm-w3m-mode-map): Remove.
20266         (mm-w3m-local-map-property): Remove.
20267         (mm-inline-text-html-render-with-w3m): Don't use
20268         mm-w3m-local-map-property.
20269
20270 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20271
20272         * run-at-time.el: New file.
20273
20274         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20275         under Emacs.
20276
20277         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20278         of gnus-set-text-properties.
20279
20280         * gnus-uu.el (gnus-uu-save-article): Ditto.
20281
20282         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20283
20284         * gnus-cite.el (gnus-cite-parse): Ditto.
20285
20286         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20287         of gnus-.
20288
20289         * gnus-xmas.el (run-at-time): Require run-at-time.
20290
20291         * gnus.el: Change calls to nnheader-run-at-time and
20292         password-run-at-time throughout to use run-at-time directly.
20293
20294         * password.el: Remove definition of run-at-time.
20295
20296         * nnheaderxm.el: Remove definition of run-at-time.
20297
20298 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20299
20300         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20301         in prompt.
20302
20303 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20304
20305         * messagexmas.el (message-xmas-redefine): Alias
20306         `message-make-caesar-translation-table' to
20307         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20308         version.
20309
20310         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20311         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20312         `gnus-xmas-set-text-properties'.
20313         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20314         `gnus-xmas-completing-read'.
20315         (gnus-xmas-completing-read): Removed.
20316         (gnus-xmas-open-network-stream): Removed.
20317
20318         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20319         XEmacs version.
20320
20321         * dns.el (dns-make-network-process): Use `open-network-stream'
20322         instead of `gnus-xmas-open-network-stream'.
20323
20324         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20325
20326         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20327
20328 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20329
20330         * gnus-art.el (gnus-mime-display-alternative)
20331         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20332         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20333         Don't use gnus-local-map-property.
20334
20335         * gnus-util.el (gnus-local-map-property): Remove.
20336
20337         * mm-view.el (mm-view-pkcs7-decrypt):
20338         Replace gnus-completing-read-maybe-default with completing-read.
20339
20340         * gnus-util.el (gnus-completing-read): do.
20341         (gnus-completing-read-maybe-default): Remove.
20342
20343 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20344
20345         * password.el: Only autoload `run-at-time' if not XEmacs.
20346         Only autoload the itimer functions if XEmacs.
20347
20348 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20349
20350         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20351         XEmacsen.
20352
20353         * dgnushack.el: Autoload executable-find for XEmacs.
20354
20355 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20356
20357         * gnus-art.el (gnus-read-string): Remove.
20358         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20359         read-string.
20360
20361 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20362
20363         * netrc.el: Autoload password-read.
20364         (netrc): Add configuration group.
20365         (netrc-encoding-method, netrc-openssl-path):
20366         Add variables for encoding and decoding of files with symmetric
20367         ciphers.
20368         (netrc-encode): Add assistant function to encode a file with
20369         netrc-encoding-method.
20370         (netrc-parse): Add interactive parameter, added optional
20371         decoding if netrc-encoding-method is non-nil but otherwise
20372         behavior is standard.
20373         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20374         Do s/encode/encrypt/ everywhere.
20375
20376         * spam.el: Remove executable-find autoload.
20377
20378 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20379
20380         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20381
20382         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20383
20384 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20385
20386         * gnus-art.el (gnus-treat-ansi-sequences)
20387         (article-treat-ansi-sequences): New variable and function.
20388         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20389
20390         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20391         Use it.
20392
20393 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20394
20395         * mm-util.el (mm-quote-arg): Remove.
20396
20397         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20398         shell-quote-argument.
20399
20400         * gnus-uu.el (gnus-uu-command): do.
20401
20402         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20403
20404         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20405         with make-char.
20406
20407         * mm-util.el (mm-make-char): Remove.
20408
20409         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20410         add-minor-mode.
20411
20412         * gnus-undo.el (gnus-undo-mode): do.
20413
20414         * gnus-topic.el (gnus-topic-mode): do.
20415
20416         * gnus-sum.el (gnus-dead-summary-mode): do.
20417
20418         * gnus-start.el (gnus-slave-mode): do.
20419
20420         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20421
20422         * gnus-ml.el (gnus-mailing-list-mode): do.
20423
20424         * gnus-gl.el (gnus-grouplens-mode): do.
20425
20426         * gnus-draft.el (gnus-draft-mode): do.
20427
20428         * gnus-dired.el (gnus-dired-mode): do.
20429
20430         * gnus-ems.el (gnus-add-minor-mode): Remove.
20431
20432         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20433         Replace gnus-char-width with char-width.
20434
20435         * gnus-ems.el (gnus-char-width): Remove.
20436
20437         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20438         Replace gnus-char-width with char-width.
20439
20440         * gnus-ems.el (gnus-char-width): Remove.
20441
20442         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20443         definition.
20444         Remove Emacs 20 hash table compatibility code.
20445
20446         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20447         20 compatibility code.
20448
20449         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20450
20451         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20452
20453         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20454         Replace with point-at-{eol,bol}.
20455
20456         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20457
20458         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20459
20460         * flow-fill.el (fill-flowed-point-at-bol)
20461         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20462
20463         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20464         Replace with point-at-{eol,bol} throughout all files.
20465
20466 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20467
20468         * ntlm.el (ntlm-string-as-unibyte): New macro.
20469         (ntlm-build-auth-response): Use it.
20470
20471         Remove Emacs 20 stuff:
20472         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20473         (butlast, mapc, remove): Remove the compiler macros.
20474         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20475         of delq and copy-sequence.
20476         * gnus-art.el (popup-menu): Remove the compiler macro.
20477         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20478         Emacs 20.
20479
20480 2004-01-05  Simon Josefsson  <jas@extundo.com>
20481
20482         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20483         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20484         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20485         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20486         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20487         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20488         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20489         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20490         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20491         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20492         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20493         string-xor into ntlm-string-xor.
20494         Suggested by Jesper Harder <harder@myrealbox.com>.
20495
20496         * ntlm.el: Don't include poem.
20497
20498         * md4.el (print-int32, print-string-hexa): Remove.
20499         Suggested by Jesper Harder <harder@myrealbox.com>.
20500
20501         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20502
20503         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20504         probably breaks emacs with DL patch, but do we care? Is anyone
20505         still using the DL stuff?)
20506
20507         * sieve-manage.el: Use the password package.
20508         (sieve-manage-read-passwd): Remove.
20509         (sieve-manage-interactive-login): Use password.  Re-add
20510         condition-case around loop.
20511
20512         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20513         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20514         Use the password package.
20515
20516 2003-02-19  Simon Josefsson  <jas@extundo.com>
20517
20518         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20519         token.
20520
20521 2002-08-07  Simon Josefsson  <jas@extundo.com>
20522
20523         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20524         (sieve-manage-authenticators):
20525         (sieve-manage-authenticator-alist): Add some SASL mechs.
20526         (sieve-sasl-auth): New function.
20527         (sieve-manage-cram-md5-auth):
20528         (sieve-manage-plain-auth): Rewrite using SASL library.
20529         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20530         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20531         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20532         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20533
20534 2004-01-05  Simon Josefsson  <jas@extundo.com>
20535
20536         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20537         New files.
20538
20539 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20540
20541         * gnus-group.el (gnus-no-groups-message): Update.
20542
20543         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20544
20545 2003-11-09  Simon Josefsson  <jas@extundo.com>
20546
20547         * imap.el: Support for ID IMAP extension (RFC 2971).
20548         (imap-local-variables): Add imap-id.
20549         (imap-id): New variable.
20550         (imap-id): New function.
20551         (imap-parse-response): Parse untagged ID response.
20552         * nnimap.el (nnimap-id): New variable.
20553         (nnimap-open-connection): Use it.
20554
20555 2003-12-28  Simon Josefsson  <jas@extundo.com>
20556
20557         * gnus-score.el (gnus-score-edit-all-score): New.
20558         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20559
20560 2004-01-04  Simon Josefsson  <jas@extundo.com>
20561
20562         * password.el: Add.
20563
20564 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20565
20566         * dns.el (dns-query-types): Fix typo.
20567         (dns-query-types): New function.
20568         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20569         PTR and SOA replies, see RFC 1035.
20570
20571 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20572
20573         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20574
20575         * Move to Changelog.2.
20576
20577 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20578
20579         * gnus.el (gnus-version-number): Bump version.
20580
20581 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20582
20583         * gnus.el: No Gnus v0.1 is released.
20584
20585 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20586
20587         * gnus.el: No Gnus v0.0 is released.
20588
20589 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20590
20591         * gnus.el (gnus-version-number): Bump.
20592         (gnus-version): No.
20593
20594 See ChangeLog.2 for earlier changes.
20595
20596   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20597
20598   This file is part of GNU Emacs.
20599
20600   GNU Emacs is free software: you can redistribute it and/or modify
20601   it under the terms of the GNU General Public License as published by
20602   the Free Software Foundation, either version 3 of the License, or
20603   (at your option) any later version.
20604
20605   GNU Emacs is distributed in the hope that it will be useful,
20606   but WITHOUT ANY WARRANTY; without even the implied warranty of
20607   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20608   GNU General Public License for more details.
20609
20610   You should have received a copy of the GNU General Public License
20611   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20612
20613 ;; Local Variables:
20614 ;; coding: utf-8
20615 ;; fill-column: 79
20616 ;; add-log-time-zone-rule: t
20617 ;; End: